

/* Start:/local/templates/site/assets/vendor/fancybox/fancybox.css?173539669625274*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container *:empty{display:block}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/site/assets/vendor/slick/slick.css?17353966961788*/
slick.min.js/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/site/assets/vendor/swiper/swiper-bundle.min.css?173539669618433*/
/**
 * Swiper 11.1.0
 * 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: March 28, 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/site/assets/vendor/slinky/slinky.css?17353966962152*/
.slinky-menu {
    overflow: hidden;
    transform: translateZ(0); }
    .slinky-menu > ul {
      left: 0;
      position: relative;
      transform: translateZ(0); }
    .slinky-menu ul,
    .slinky-menu li {
      list-style: none;
      margin: 0; }
    .slinky-menu ul {
      width: 100%; }
    .slinky-menu a {
      align-items: center;
      display: flex; }
      .slinky-menu a span {
        flex: 1;
        line-height: 1.4; }
    .slinky-menu li ul {
      display: none;
      left: 100%;
      position: absolute;
      top: 0; }
    .slinky-menu .header {
      display: flex; }
      .slinky-menu .header .title {
        flex: 1;
        line-height: 1.4;
        margin: 0;
        order: 1; }
  
  .slinky-theme-default {
    /* background: #f6f7f8;  */
  }
    .slinky-theme-default .title {
      color: #333;
      padding: 1em; }
    .slinky-theme-default li {
      line-height: 1; }
    .slinky-theme-default a:not(.back) {
      color: #333;
      padding: 1rem; }
      .slinky-theme-default a:not(.back):hover {
        background: rgba(90, 200, 250, 0.25); }
      .slinky-theme-default a:not(.back):active {
        background: rgba(90, 200, 250, 0.5); }
    .slinky-theme-default .next::after,
    .slinky-theme-default .back::before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
      background-size: 1em;
      content: '';
      height: 1em;
      opacity: 0.25;
      transition: 200ms;
      width: 1em; }
    .slinky-theme-default .next::after {
      margin-left: 1em; }
    .slinky-theme-default .back::before {
      padding: 1em;
      transform: scaleX(-1); }
    .slinky-theme-default .next:hover::after,
    .slinky-theme-default .back:hover::before {
      opacity: 0.75; }
    .slinky-theme-default .next:active::after,
    .slinky-theme-default .back:active::before {
      opacity: 1; }
  
  
  /*# sourceMappingURL=slinky.min.css.map*/
/* End */


/* Start:/local/templates/site/assets/css/fonts.css?175093037438*/

/*# sourceMappingURL=fonts.css.map */
/* End */


/* Start:/local/templates/site/assets/css/main.css?1751280211201234*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  text-decoration: none;
  background-color: transparent;
}

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

pre {
  font-size: 1em;
  font-family: inherit, sans-serif;
}

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

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: inherit, sans-serif;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bg-brand-500 {
  background-color: var(--brand-500) !important;
}

.color-brand-500 {
  color: var(--brand-500) !important;
}

.br-brand-500 {
  border-width: 1px;
  border-color: var(--brand-500);
  border-style: solid;
}

.bg-brand-400 {
  background-color: var(--brand-400) !important;
}

.color-brand-400 {
  color: var(--brand-400) !important;
}

.br-brand-400 {
  border-width: 1px;
  border-color: var(--brand-400);
  border-style: solid;
}

.bg-brand-300 {
  background-color: var(--brand-300) !important;
}

.color-brand-300 {
  color: var(--brand-300) !important;
}

.br-brand-300 {
  border-width: 1px;
  border-color: var(--brand-300);
  border-style: solid;
}

.bg-brand-200 {
  background-color: var(--brand-200) !important;
}

.color-brand-200 {
  color: var(--brand-200) !important;
}

.br-brand-200 {
  border-width: 1px;
  border-color: var(--brand-200);
  border-style: solid;
}

.bg-brand-100 {
  background-color: var(--brand-100) !important;
}

.color-brand-100 {
  color: var(--brand-100) !important;
}

.br-brand-100 {
  border-width: 1px;
  border-color: var(--brand-100);
  border-style: solid;
}

.bg-brand-50 {
  background-color: var(--brand-50) !important;
}

.color-brand-50 {
  color: var(--brand-50) !important;
}

.br-brand-50 {
  border-width: 1px;
  border-color: var(--brand-50);
  border-style: solid;
}

.bg-gray-80 {
  background-color: var(--gray-80) !important;
}

.color-gray-80 {
  color: var(--gray-80) !important;
}

.br-gray-80 {
  border-width: 1px;
  border-color: var(--gray-80);
  border-style: solid;
}

.bg-gray-60 {
  background-color: var(--gray-60) !important;
}

.color-gray-60 {
  color: var(--gray-60) !important;
}

.br-gray-60 {
  border-width: 1px;
  border-color: var(--gray-60);
  border-style: solid;
}

.bg-gray-40 {
  background-color: var(--gray-40) !important;
}

.color-gray-40 {
  color: var(--gray-40) !important;
}

.br-gray-40 {
  border-width: 1px;
  border-color: var(--gray-40);
  border-style: solid;
}

.bg-gray-20 {
  background-color: var(--gray-20) !important;
}

.color-gray-20 {
  color: var(--gray-20) !important;
}

.br-gray-20 {
  border-width: 1px;
  border-color: var(--gray-20);
  border-style: solid;
}

.bg-gray-10 {
  background-color: var(--gray-10) !important;
}

.color-gray-10 {
  color: var(--gray-10) !important;
}

.br-gray-10 {
  border-width: 1px;
  border-color: var(--gray-10);
  border-style: solid;
}

.bg-gray-5 {
  background-color: var(--gray-5) !important;
}

.color-gray-5 {
  color: var(--gray-5) !important;
}

.br-gray-5 {
  border-width: 1px;
  border-color: var(--gray-5);
  border-style: solid;
}

.bg-black {
  background-color: var(--black) !important;
}

.color-black {
  color: var(--black) !important;
}

.br-black {
  border-width: 1px;
  border-color: var(--black);
  border-style: solid;
}

.d-n {
  display: none !important;
}

.d-b {
  display: block !important;
}

.d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fw-w {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.fw-n {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.fd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.fd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.fb-100 {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

.ai-c {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ai-fs {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ai-fe {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.as-fs {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.as-fe {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.as-c {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.jc-fe {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.jc-fs {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.jc-c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jc-sb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

:root {
  --m-font-family: "Montserrat", system-ui, sans-serif;
  --m-font-family-title: "Montserrat", system-ui, sans-serif;
  --bg-color: #FFFDFD;
  --brand-500: #0d6efd;
  --brand-400: color-mix(in srgb, var(--brand-500) 80%, white);
  --brand-300: color-mix(in srgb, var(--brand-500) 50%, white);
  --brand-200: color-mix(in srgb, var(--brand-500) 20%, white);
  --brand-100: color-mix(in srgb, var(--brand-500) 10%, white);
  --brand-50: color-mix(in srgb, var(--brand-500) 5%, white);
  --black: #333;
  --gray: #666;
  --white: #ffffff;
  --gray-80: color-mix(in srgb, var(--black) 80%, var(--white));
  --gray-60: color-mix(in srgb, var(--black) 60%, var(--white));
  --gray-40: color-mix(in srgb, var(--black) 40%, var(--white));
  --gray-20: color-mix(in srgb, var(--black) 20%, var(--white));
  --gray-10: color-mix(in srgb, var(--black) 10%, var(--white));
  --gray-5: color-mix(in srgb, var(--black) 3%, var(--white));
  --color-secondary: #6c757d;
  --color-success: #198754;
  --color-danger: #dc3545;
  --color-warning: #ffc107;
  --color-info: #0dcaf0;
  --color-light: #f8f9fa;
  --animation: all 0.25s ease-out;
  --swiper-theme-color: var(--brand-500);
  --swiper-pagination-bullet-inactive-color: var(--grey-dark);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-time-animate: 1.2s;
  --f-button-border-radius: 0;
  --border-radius: 0.25em;
  --border-radius-big: calc(var(--m-border-radius) * 2);
  --gap: 20px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #1b1b1b;
    --black: #fff;
    --white: #1b1b1b;
    --gray: #a4a4a4;
  }
}
/* Grid */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 576px) {
  .row > * {
    padding-inline: 5px;
  }
}
.row-list {
  row-gap: var(--gap);
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 1920px) {
  .wrapper {
    max-width: 1680px;
  }
}

.col-1 {
  width: 8.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.col-2 {
  width: 16.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.col-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.col-4 {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.col-5 {
  width: 41.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.col-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.col-7 {
  width: 58.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.col-8 {
  width: 66.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.col-9 {
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.col-10 {
  width: 83.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.col-11 {
  width: 91.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.col-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.off-1 {
  margin-left: 8.3333333333%;
}

.off-2 {
  margin-left: 16.6666666667%;
}

.off-3 {
  margin-left: 25%;
}

.off-4 {
  margin-left: 33.3333333333%;
}

.off-5 {
  margin-left: 41.6666666667%;
}

.off-6 {
  margin-left: 50%;
}

.off-7 {
  margin-left: 58.3333333333%;
}

.off-8 {
  margin-left: 66.6666666667%;
}

.off-9 {
  margin-left: 75%;
}

.off-10 {
  margin-left: 83.3333333333%;
}

.off-11 {
  margin-left: 91.6666666667%;
}

.off-12 {
  margin-left: 100%;
}

@media (max-width: 1367px) {
  .col-xxl-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-xxl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-xxl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .col-xxl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .col-xxl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .off-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .off-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .off-xxl-3 {
    margin-left: 25%;
  }
  .off-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .off-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .off-xxl-6 {
    margin-left: 50%;
  }
  .off-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .off-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .off-xxl-9 {
    margin-left: 75%;
  }
  .off-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .off-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .off-xxl-12 {
    margin-left: 100%;
  }
  .d-xxl-n {
    display: none !important;
  }
  .d-xxl-b {
    display: block !important;
  }
  .d-xxl-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-xxl-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-xxl-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-xxl-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-xxl-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-xxl-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-xxl-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-xxl-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-xxl-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-xxl-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-xxl-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-xxl-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-xxl-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-xxl-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-xxl-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-xxl-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bg-xxl-n {
    background: none !important;
  }
  .br-xxl-n {
    border: none !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .f-xxl-l {
    font-weight: 300;
  }
  .f-xxl-r {
    font-weight: 400;
  }
  .f-xxl-m {
    font-weight: 600;
  }
  .f-xxl-b {
    font-weight: 800;
  }
}
@media (max-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-xl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-xl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .col-xl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .col-xl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .off-xl-1 {
    margin-left: 8.3333333333%;
  }
  .off-xl-2 {
    margin-left: 16.6666666667%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-4 {
    margin-left: 33.3333333333%;
  }
  .off-xl-5 {
    margin-left: 41.6666666667%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-7 {
    margin-left: 58.3333333333%;
  }
  .off-xl-8 {
    margin-left: 66.6666666667%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-10 {
    margin-left: 83.3333333333%;
  }
  .off-xl-11 {
    margin-left: 91.6666666667%;
  }
  .off-xl-12 {
    margin-left: 100%;
  }
  .d-xl-n {
    display: none !important;
  }
  .d-xl-b {
    display: block !important;
  }
  .d-xl-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-xl-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-xl-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-xl-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-xl-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-xl-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-xl-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-xl-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-xl-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-xl-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-xl-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-xl-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-xl-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-xl-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-xl-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-xl-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bg-xl-n {
    background: none !important;
  }
  .br-xl-n {
    border: none !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .f-xl-l {
    font-weight: 300;
  }
  .f-xl-r {
    font-weight: 400;
  }
  .f-xl-m {
    font-weight: 600;
  }
  .f-xl-b {
    font-weight: 800;
  }
}
@media (max-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .col-lg-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .col-lg-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .off-lg-1 {
    margin-left: 8.3333333333%;
  }
  .off-lg-2 {
    margin-left: 16.6666666667%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-4 {
    margin-left: 33.3333333333%;
  }
  .off-lg-5 {
    margin-left: 41.6666666667%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-7 {
    margin-left: 58.3333333333%;
  }
  .off-lg-8 {
    margin-left: 66.6666666667%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-10 {
    margin-left: 83.3333333333%;
  }
  .off-lg-11 {
    margin-left: 91.6666666667%;
  }
  .off-lg-12 {
    margin-left: 100%;
  }
  .d-lg-n {
    display: none !important;
  }
  .d-lg-b {
    display: block !important;
  }
  .d-lg-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-lg-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-lg-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-lg-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-lg-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-lg-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-lg-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-lg-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-lg-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-lg-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-lg-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-lg-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-lg-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-lg-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-lg-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-lg-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bg-lg-n {
    background: none !important;
  }
  .br-lg-n {
    border: none !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .f-lg-l {
    font-weight: 300;
  }
  .f-lg-r {
    font-weight: 400;
  }
  .f-lg-m {
    font-weight: 600;
  }
  .f-lg-b {
    font-weight: 800;
  }
}
@media (max-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-md-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-md-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col-md-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-md-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-md-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .col-md-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .col-md-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .col-md-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .col-md-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .col-md-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .col-md-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .off-md-1 {
    margin-left: 8.3333333333%;
  }
  .off-md-2 {
    margin-left: 16.6666666667%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-4 {
    margin-left: 33.3333333333%;
  }
  .off-md-5 {
    margin-left: 41.6666666667%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-7 {
    margin-left: 58.3333333333%;
  }
  .off-md-8 {
    margin-left: 66.6666666667%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-10 {
    margin-left: 83.3333333333%;
  }
  .off-md-11 {
    margin-left: 91.6666666667%;
  }
  .off-md-12 {
    margin-left: 100%;
  }
  .d-md-n {
    display: none !important;
  }
  .d-md-b {
    display: block !important;
  }
  .d-md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-md-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-md-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-md-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-md-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-md-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-md-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-md-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-md-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-md-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-md-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-md-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-md-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-md-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-md-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-md-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bg-md-n {
    background: none !important;
  }
  .br-md-n {
    border: none !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .f-md-l {
    font-weight: 300;
  }
  .f-md-r {
    font-weight: 400;
  }
  .f-md-m {
    font-weight: 600;
  }
  .f-md-b {
    font-weight: 800;
  }
}
@media (max-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-sm-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-sm-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .col-sm-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .col-sm-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .off-sm-1 {
    margin-left: 8.3333333333%;
  }
  .off-sm-2 {
    margin-left: 16.6666666667%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-4 {
    margin-left: 33.3333333333%;
  }
  .off-sm-5 {
    margin-left: 41.6666666667%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-7 {
    margin-left: 58.3333333333%;
  }
  .off-sm-8 {
    margin-left: 66.6666666667%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-10 {
    margin-left: 83.3333333333%;
  }
  .off-sm-11 {
    margin-left: 91.6666666667%;
  }
  .off-sm-12 {
    margin-left: 100%;
  }
  .d-sm-n {
    display: none !important;
  }
  .d-sm-b {
    display: block !important;
  }
  .d-sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-sm-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-sm-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-sm-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-sm-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-sm-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-sm-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-sm-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-sm-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-sm-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-sm-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-sm-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-sm-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-sm-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-sm-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-sm-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bg-sm-n {
    background: none !important;
  }
  .br-sm-n {
    border: none !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .f-sm-l {
    font-weight: 300;
  }
  .f-sm-r {
    font-weight: 400;
  }
  .f-sm-m {
    font-weight: 600;
  }
  .f-sm-b {
    font-weight: 800;
  }
}
@media (max-width: 360px) {
  .col-small-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-small-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-small-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col-small-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-small-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-small-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .col-small-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .col-small-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .col-small-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .col-small-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .col-small-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .col-small-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-small-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .off-small-1 {
    margin-left: 8.3333333333%;
  }
  .off-small-2 {
    margin-left: 16.6666666667%;
  }
  .off-small-3 {
    margin-left: 25%;
  }
  .off-small-4 {
    margin-left: 33.3333333333%;
  }
  .off-small-5 {
    margin-left: 41.6666666667%;
  }
  .off-small-6 {
    margin-left: 50%;
  }
  .off-small-7 {
    margin-left: 58.3333333333%;
  }
  .off-small-8 {
    margin-left: 66.6666666667%;
  }
  .off-small-9 {
    margin-left: 75%;
  }
  .off-small-10 {
    margin-left: 83.3333333333%;
  }
  .off-small-11 {
    margin-left: 91.6666666667%;
  }
  .off-small-12 {
    margin-left: 100%;
  }
  .d-small-n {
    display: none !important;
  }
  .d-small-b {
    display: block !important;
  }
  .d-small-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-small-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-small-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-small-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-small-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-small-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-small-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-small-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-small-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-small-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-small-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-small-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-small-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-small-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-small-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-small-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bg-small-n {
    background: none !important;
  }
  .br-small-n {
    border: none !important;
  }
  .w-small-100 {
    width: 100% !important;
  }
  .h-small-100 {
    height: 100% !important;
  }
  .w-small-50 {
    width: 50% !important;
  }
  .h-small-50 {
    height: 50% !important;
  }
  .f-small-l {
    font-weight: 300;
  }
  .f-small-r {
    font-weight: 400;
  }
  .f-small-m {
    font-weight: 600;
  }
  .f-small-b {
    font-weight: 800;
  }
}
.wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wrapper-content .left_block {
  width: 19em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: var(--gap);
}
.wrapper-content .right_block {
  width: 100%;
  min-width: 0;
}
.wrapper-content .right_block > p {
  margin-top: 0;
}

.label {
  display: inline;
  padding: 0.1875em 0.4375em 0.25em;
  font-size: 0.875em;
  line-height: 1;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #999;
}
.label a {
  color: inherit;
}
.label.label-default {
  background-color: #999;
}
.label.label-primary {
  background-color: #ccc;
}
.label.label-success {
  background-color: #5cb85c;
}
.label.label-info {
  background-color: #365edc;
}
.label.label-warning {
  background-color: #f0ad4e;
}
.label.label-danger {
  background-color: #d9534f;
}
.label.label-hit {
  background-color: #ed673c;
}
.label.label-recommend {
  background-color: #925aec;
}
.label.label-new {
  background-color: #31b82f;
}

.element-count {
  display: inline-block;
  border: 1px solid var(--gray-10);
  color: var(--black);
  padding: 4px 6px;
  font-size: 14px;
  border-radius: var(--border-radius);
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  font-family: var(--m-font-family);
  letter-spacing: normal;
  font-weight: bold;
  color: var(--black);
}

h1, .h1 {
  font-size: 3em;
  line-height: 1;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 2em;
    line-height: 1.2;
  }
}

h2, .h2 {
  font-size: 2.25em;
  line-height: 1.2;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.875em;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-size: 1.875em;
  line-height: 1.2;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.5em;
  }
}

h4, .h4 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 1.25em;
    line-height: 1.2;
  }
}

h5, .h5 {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 1.125em;
    line-height: 1.2;
  }
}

.text-reset p {
  margin: 0;
}
.text-reset p:not(:last-child) {
  margin-bottom: 1em;
}
.text-lg {
  font-size: 1.125em;
}
.text-sm {
  font-size: 0.875em;
}
.text-xs {
  font-size: 0.75em;
}
.text-upper {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-white {
  color: var(--white);
}
.text-dark {
  color: var(--black);
}
.text-brand {
  color: var(--brand-500);
}
.text-color-666 {
  color: var(--gray-60);
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}

blockquote {
  margin: 1.125em 0;
  min-height: 2.5em;
  padding: 0.5em 1.25em;
  position: relative;
  vertical-align: middle;
  border: none;
}
blockquote::before {
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 0.3125em;
  bottom: 0.3125em;
  width: 0.125em;
  background-color: var(--brand-500);
}
blockquote small {
  display: block;
  margin-top: 0.5em;
  color: var(--black);
}

a {
  color: var(--brand-500);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
a:hover {
  color: var(--brand-300);
}
a.dark-link {
  color: var(--black);
}
a.dark-link:hover {
  color: var(--brand-500);
}
a.white-link {
  color: var(--white);
}
a.white-link:hover {
  color: var(--brand-500);
}

.d-n {
  display: none !important;
}

.d-b {
  display: block !important;
}

.d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fw-w {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.fw-n {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.fd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.fd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.fb-100 {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

.ai-c {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ai-fs {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ai-fe {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.as-fs {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.as-fe {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.as-c {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.jc-fe {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.jc-fs {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.jc-c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jc-sb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media (max-width: 1367px) {
  .d-xxl-n {
    display: none !important;
  }
  .d-xxl-b {
    display: block !important;
  }
  .d-xxl-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-xxl-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-xxl-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-xxl-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-xxl-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-xxl-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-xxl-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-xxl-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-xxl-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-xxl-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-xxl-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-xxl-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-xxl-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-xxl-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-xxl-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-xxl-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 1200px) {
  .d-xl-n {
    display: none !important;
  }
  .d-xl-b {
    display: block !important;
  }
  .d-xl-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-xl-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-xl-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-xl-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-xl-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-xl-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-xl-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-xl-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-xl-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-xl-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-xl-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-xl-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-xl-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-xl-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-xl-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-xl-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 992px) {
  .d-lg-n {
    display: none !important;
  }
  .d-lg-b {
    display: block !important;
  }
  .d-lg-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-lg-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-lg-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-lg-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-lg-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-lg-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-lg-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-lg-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-lg-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-lg-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-lg-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-lg-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-lg-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-lg-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-lg-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-lg-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 768px) {
  .d-md-n {
    display: none !important;
  }
  .d-md-b {
    display: block !important;
  }
  .d-md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-md-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-md-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-md-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-md-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-md-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-md-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-md-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-md-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-md-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-md-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-md-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-md-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-md-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-md-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-md-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 576px) {
  .d-sm-n {
    display: none !important;
  }
  .d-sm-b {
    display: block !important;
  }
  .d-sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-sm-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-sm-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-sm-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-sm-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-sm-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-sm-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-sm-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-sm-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-sm-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-sm-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-sm-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-sm-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-sm-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-sm-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-sm-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 360px) {
  .d-small-n {
    display: none !important;
  }
  .d-small-b {
    display: block !important;
  }
  .d-small-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fw-small-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .fw-small-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .fd-small-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .fd-small-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .fb-small-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .ai-small-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ai-small-fs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ai-small-fe {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .as-small-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .as-small-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .as-small-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .jc-small-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .jc-small-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jc-small-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .jc-small-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
/* stylelint-disable selector-class-pattern */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

*:not(.bx-core-window) label {
  display: inline-block;
}
*:not(.bx-core-window) input[type=text],
*:not(.bx-core-window) input[type=email],
*:not(.bx-core-window) input[type=tel],
*:not(.bx-core-window) input[type=password],
*:not(.bx-core-window) input[type=search],
*:not(.bx-core-window) input[type=number],
*:not(.bx-core-window) input[type=date] {
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 13px 7px;
  color: var(--black);
  line-height: 1.5;
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
  border-radius: var(--border-radius);
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:not(.bx-core-window) input[type=text]::-webkit-input-placeholder, *:not(.bx-core-window) input[type=email]::-webkit-input-placeholder, *:not(.bx-core-window) input[type=tel]::-webkit-input-placeholder, *:not(.bx-core-window) input[type=password]::-webkit-input-placeholder, *:not(.bx-core-window) input[type=search]::-webkit-input-placeholder, *:not(.bx-core-window) input[type=number]::-webkit-input-placeholder, *:not(.bx-core-window) input[type=date]::-webkit-input-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) input[type=text]::-moz-placeholder, *:not(.bx-core-window) input[type=email]::-moz-placeholder, *:not(.bx-core-window) input[type=tel]::-moz-placeholder, *:not(.bx-core-window) input[type=password]::-moz-placeholder, *:not(.bx-core-window) input[type=search]::-moz-placeholder, *:not(.bx-core-window) input[type=number]::-moz-placeholder, *:not(.bx-core-window) input[type=date]::-moz-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) input[type=text]:-ms-input-placeholder, *:not(.bx-core-window) input[type=email]:-ms-input-placeholder, *:not(.bx-core-window) input[type=tel]:-ms-input-placeholder, *:not(.bx-core-window) input[type=password]:-ms-input-placeholder, *:not(.bx-core-window) input[type=search]:-ms-input-placeholder, *:not(.bx-core-window) input[type=number]:-ms-input-placeholder, *:not(.bx-core-window) input[type=date]:-ms-input-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) input[type=text]::-ms-input-placeholder, *:not(.bx-core-window) input[type=email]::-ms-input-placeholder, *:not(.bx-core-window) input[type=tel]::-ms-input-placeholder, *:not(.bx-core-window) input[type=password]::-ms-input-placeholder, *:not(.bx-core-window) input[type=search]::-ms-input-placeholder, *:not(.bx-core-window) input[type=number]::-ms-input-placeholder, *:not(.bx-core-window) input[type=date]::-ms-input-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) input[type=text]::placeholder,
*:not(.bx-core-window) input[type=email]::placeholder,
*:not(.bx-core-window) input[type=tel]::placeholder,
*:not(.bx-core-window) input[type=password]::placeholder,
*:not(.bx-core-window) input[type=search]::placeholder,
*:not(.bx-core-window) input[type=number]::placeholder,
*:not(.bx-core-window) input[type=date]::placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) input[type=text]:focus-visible, *:not(.bx-core-window) input[type=text]:focus,
*:not(.bx-core-window) input[type=email]:focus-visible,
*:not(.bx-core-window) input[type=email]:focus,
*:not(.bx-core-window) input[type=tel]:focus-visible,
*:not(.bx-core-window) input[type=tel]:focus,
*:not(.bx-core-window) input[type=password]:focus-visible,
*:not(.bx-core-window) input[type=password]:focus,
*:not(.bx-core-window) input[type=search]:focus-visible,
*:not(.bx-core-window) input[type=search]:focus,
*:not(.bx-core-window) input[type=number]:focus-visible,
*:not(.bx-core-window) input[type=number]:focus,
*:not(.bx-core-window) input[type=date]:focus-visible,
*:not(.bx-core-window) input[type=date]:focus {
  background-color: var(--white);
  border-color: var(--brand-200);
  outline: 0;
}
*:not(.bx-core-window) input[type=search].modal-search {
  height: auto;
  padding-block: 10px;
}
*:not(.bx-core-window) input[type=range] {
  width: 100%;
  height: 1.75em;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:not(.bx-core-window) input[type=range]::-moz-focus-outer {
  border: 0;
}
*:not(.bx-core-window) input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background-color: var(--grey-20);
  border: var(--grey-20);
  border-radius: var(--border-radius);
}
*:not(.bx-core-window) input[type=range]::-webkit-slider-thumb {
  position: relative;
  top: 50%;
  width: 1em;
  height: 1em;
  background: var(--accent);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
*:not(.bx-core-window) .input {
  position: relative;
}
*:not(.bx-core-window) .label-input-file {
  border: 1px solid var(--gray-20);
  border-radius: var(--border-radius);
  color: inherit;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 16px;
}
*:not(.bx-core-window) input[type=file] {
  display: block;
  color: var(--black);
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
*:not(.bx-core-window) input[type=file]:hover + .label-input-file {
  background-color: var(--brand-500);
  border-color: var(--brand-500);
  color: var(--white);
}
*:not(.bx-core-window) input[type=file]::-webkit-date-and-time-value {
  min-width: 85px;
  margin: 0;
}
*:not(.bx-core-window) input[type=file]::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
*:not(.bx-core-window) input[type=file]::file-selector-button {
  height: calc(2.75em - 2px);
  margin-right: 24px;
  margin-left: -24px;
  padding: 0 1.5em;
  color: var(--black);
  background-color: var(--grey-10);
  border: 0;
  cursor: pointer;
}
*:not(.bx-core-window) input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--grey-20);
}
*:not(.bx-core-window) select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.91688 5.25079C2.91621 5.13492 2.95006 5.02148 3.01411 4.92493C3.07816 4.82838 3.16951 4.75309 3.27652 4.70866C3.38353 4.66422 3.50134 4.65267 3.61495 4.67546C3.72855 4.69825 3.83279 4.75435 3.91438 4.83662L7.00022 7.92829L10.0861 4.83662C10.1959 4.72678 10.3449 4.66507 10.5002 4.66507C10.5771 4.66507 10.6533 4.68022 10.7244 4.70965C10.7954 4.73909 10.86 4.78223 10.9144 4.83662C10.9688 4.89101 11.0119 4.95558 11.0414 5.02664C11.0708 5.09771 11.0859 5.17387 11.0859 5.25079C11.0859 5.40613 11.0242 5.55511 10.9144 5.66496L7.41438 9.16496C7.30509 9.2736 7.15724 9.33458 7.00313 9.33458C6.84903 9.33458 6.70118 9.2736 6.59188 9.16496L3.09188 5.66496C3.03677 5.61093 2.99292 5.5465 2.96288 5.47541C2.93284 5.40432 2.9172 5.32797 2.91688 5.25079Z' fill='%23242424' fill-opacity='0.6'/%3E%3C/svg%3E");
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 8px 13px 7px;
  line-height: 1.5;
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
  line-height: 1.5;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: var(--border-radius);
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:not(.bx-core-window) select::-webkit-input-placeholder {
  color: var(--grey-dark);
}
*:not(.bx-core-window) select::-moz-placeholder {
  color: var(--grey-dark);
}
*:not(.bx-core-window) select:-ms-input-placeholder {
  color: var(--grey-dark);
}
*:not(.bx-core-window) select::-ms-input-placeholder {
  color: var(--grey-dark);
}
*:not(.bx-core-window) select::placeholder {
  color: var(--grey-dark);
}
*:not(.bx-core-window) select option:disabled {
  color: var(--grey-60);
}
*:not(.bx-core-window) input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
  border-radius: 4px;
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:not(.bx-core-window) input[type=checkbox]:checked {
  border-color: var(--brand-200);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
*:not(.bx-core-window) input[type=checkbox]:checked::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.9497 7.94975L11.1716 15.7279L6.22194 10.7781' stroke='%23FFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--brand-500);
  border-radius: 4px;
  background-size: contain;
  content: "";
}
*:not(.bx-core-window) input[type=checkbox]:hover {
  border-color: var(--gray-5);
}
*:not(.bx-core-window) input[type=radio] {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.625em;
  vertical-align: middle;
  background-color: var(--white);
  border: 1px solid var(--gray-10);
  border-radius: 100%;
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:not(.bx-core-window) input[type=radio]:checked {
  border-color: var(--brand-200);
}
*:not(.bx-core-window) input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875em;
  height: 0.875em;
  color: #ffffff;
  background-color: var(--brand-500);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
*:not(.bx-core-window) input[type=radio]:checked:hover {
  border-color: var(--gray-5);
}
*:not(.bx-core-window) input[type=radio]:hover {
  border-color: var(--gray-5);
}
*:not(.bx-core-window) input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
*:not(.bx-core-window) input[type=number]::-webkit-outer-spin-button, *:not(.bx-core-window) input[type=number]::-webkit-inner-spin-button {
  display: none;
}
*:not(.bx-core-window) textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  padding: 8px 13px 7px;
  color: var(--black);
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
  border-radius: var(--border-radius);
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
*:not(.bx-core-window) textarea::-webkit-input-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) textarea::-moz-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) textarea:-ms-input-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) textarea::-ms-input-placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) textarea::placeholder {
  color: var(--gray-20);
}
*:not(.bx-core-window) textarea:focus-visible, *:not(.bx-core-window) textarea:focus {
  background-color: var(--white);
  border-color: var(--brand-200);
  outline: 0;
}
*:not(.bx-core-window) fieldset {
  padding: 0;
  border: 0;
  outline: 0;
}
*:not(.bx-core-window) .checkbox-ios {
  display: inline-block;
  height: 1.125em;
  line-height: 1.125em;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:not(.bx-core-window) .checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.0625em;
  height: 1.125em;
  border: 1px solid var(--gray-20);
  border-radius: 25%/50%;
  vertical-align: top;
  background: var(--gray-10);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 0.5em;
}
*:not(.bx-core-window) .checkbox-ios .checkbox-ios-switch:before {
  content: "";
  position: absolute;
  top: 0.0625em;
  bottom: 0.0625em;
  left: 0.0625em;
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background: var(--white);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
*:not(.bx-core-window) .checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
*:not(.bx-core-window) .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: var(--brand-500);
  border-color: var(--brand-500);
}
*:not(.bx-core-window) .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
*:not(.bx-core-window) .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
*:not(.bx-core-window) .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
  background: var(--gray-5);
}
*:not(.bx-core-window) .checkbox-ios input[type=checkbox]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
}

*:not(.bx-core-window) input[type=text].error,
*:not(.bx-core-window) input[type=email].error,
*:not(.bx-core-window) input[type=tel].error,
*:not(.bx-core-window) input[type=password].error,
*:not(.bx-core-window) input[type=search].error,
*:not(.bx-core-window) textarea.error {
  border-color: #f00000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-header {
  margin-bottom: 0.75em;
}
.form-title {
  color: var(--black);
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
}
.form-control label {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0.25em;
}
.form-control label .star {
  color: var(--color-danger);
}
.form-control:not(:last-child) {
  margin-bottom: 12px;
}
.form .licence_block {
  color: var(--gray);
  margin-bottom: 20px;
}
.form_footer {
  margin-top: 0.75em;
}

.btn {
  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;
  gap: 0.5em;
  min-height: 3em;
  padding: 0.625em 1em;
  color: var(--black);
  cursor: pointer;
  background-color: transparent;
  border-radius: 0.5em;
  -webkit-transition: var(--animation);
  transition: var(--animation);
  border: 0;
}
.btn:hover {
  background-color: var(--gray-5);
  color: inherit;
}
.btn:active {
  background-color: var(--gray-10);
  color: inherit;
}
.btn:disabled {
  color: var(--gray-20);
  cursor: not-allowed !important;
}
.btn.btn-outline {
  border: 1px solid var(--gray-5);
}
.btn .svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  top: -1px;
  width: 1em;
  height: 1em;
}
.btn.btn-icons {
  gap: 0;
  padding: 0.625em;
}
.btn.btn-icons .svg {
  display: block;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-lg {
  padding: 1em 2em;
}
.btn.btn-sm {
  padding: 0.375em 0.75em;
}
.btn.btn-secondary {
  color: var(--black);
  background-color: var(--gray-10);
}
.btn.btn-secondary:hover {
  background-color: var(--gray-20);
}
.btn.btn-secondary:active {
  background-color: var(--gray-40);
}
.btn.btn-primary {
  color: var(--white);
  background-color: var(--brand-500);
}
.btn.btn-primary:hover {
  background-color: var(--brand-300);
}
.btn.btn-primary:active {
  background-color: var(--brand-400);
}
.btn.btn-success {
  background-color: var(--color-success);
  color: var(--white);
}
.btn.btn-success:hover {
  opacity: 0.8;
}
.btn.btn-success:active {
  opacity: 0.9;
}
.btn.btn-danger {
  background-color: var(--color-danger);
  color: var(--white);
}
.btn.btn-danger:hover {
  opacity: 0.8;
}
.btn.btn-danger:active {
  opacity: 0.9;
}
.btn.btn-warning {
  background-color: var(--color-warning);
  color: var(--black);
}
.btn.btn-warning:hover {
  opacity: 0.8;
}
.btn.btn-warning:active {
  opacity: 0.9;
}
.btn.btn-info {
  background-color: var(--color-info);
  color: var(--white);
}
.btn.btn-info:hover {
  opacity: 0.8;
}
.btn.btn-info:active {
  opacity: 0.9;
}
.btn.btn-light {
  background-color: var(--color-light);
  color: var(--black);
}
.btn.btn-light:hover {
  opacity: 0.8;
}
.btn.btn-light:active {
  opacity: 0.9;
}

.btn-reset {
  padding: 0;
  outline: none;
  border: none;
}

.text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}

/*

.btn {
  --button-bg: var(--brand-500, #0d6efd);
  --button-color: var(--white, #FFF);
  --button-hover-bg: var(--brand-400, #3d8bfd);
  --button-hover-color: var(--white, #FFF);

  --button-border-width: 1px;
  --button-border-style: solid;
  --button-border-color: var(--button-bg);
  --button-radius: var(--m-border-radius, em(4));

  display: inline-flex;
  align-items: center;
  gap: var(--button-gap, em(8));
  padding: var(--button-padding, em(12) em(24));

  background: var(--button-bg);
  color: var(--button-color);
  border-width: var(--button-border-width);
  border-style: var(--button-border-style);
  border-color: var(--button-border-color);
  border-radius: var(--button-radius);
  text-decoration: none;
  line-height: 1.1;

  cursor: pointer;

  &.btn-block{
    width: 100%;
    justify-content: center;
  }

  &:not(.btn-primary),
  &:not(.btn-secondary){
    --button-bg: transparent;
    --button-color: var(--brand-500);
    --button-border-color: transparent;

    --button-hover-bg: transparent;
    --button-hover-color: var(--brand-400);

    &:hover {
      --button-border-color: transparent;
      --button-color: var(--brand-500);
    }
  }

  .svg {
    top: -1px;
    height: var(--button-icon-size, 1.2cap);
    width: auto;
    flex: none;
  }

  &:focus {
    outline-width: var(--button-outline-width, var(--button-border-width));
    outline-style: var(--button-outline-style, var(--button-border-style));
    outline-color: var(--button-outline-color, var(--button-border-color));
    outline-offset: var(--button-outline-offset, calc(var(--button-border-width) * 2));
  }

  &:active {
    transform: scale(99%);
  }

  &.btn.btn-icons{
    padding: em(8);
    color: inherit;

    .svg{
      height: em(16);
    }

    &:hover{
      color: var(--brand-500);
    }
  }

  &.btn.btn-primary{
    --button-bg: var(--brand-500);
    --button-color: var(--white);
    --button-border-color: var(--brand-500);

    &:hover {
      --button-bg: var(--brand-400);
      --button-color: var(--white);
      --button-border-color: var(--brand-400);

      color: var(--button-color);
    }

    &:disabled {
      --button-border-color: var(--gray-10);
      --button-bg: var(--gray-10);
      color: var(--gray-60);
      cursor: not-allowed !important;
    }

  }

  &.btn-secondary{
    --button-bg: var(--white);
    --button-border-color: var(--brand-500);
    --button-color: var(--brand-500);

    &:hover {
      --button-bg: var(--white);
      --button-border-color: var(--brand-400);
      --button-color: var(--brand-400);
    }

    &:disabled {
      --button-border-color: var(--gray-10);
      --button-color: var(--gray-60);

      color: var(--gray-60);
      cursor: not-allowed !important;
    }
  }

  &.btn-reset{
    color: inherit;
    --button-padding: 0;
  }

  // Размеры кнопок
  &.btn-sm{
    padding: var(--button-padding, em(8) em(16));
    font-size: em(14);
  }

  &.btn-lg{
    font-size: em(18);
    padding: var(--button-padding, em(16) em(32));

    svg{
      --button-icon-size: 1.4cap;
    }
  }

  // Вспомогательные кнопки
  &.btn.btn-success{
    --button-bg: var(--color-success, #6c757d);
    --button-color: var(--white, #FFF);

    &:hover{
      color: var(--white, #FFF);
      opacity: .8;
    }
  }

  &.btn.btn-danger{
    --button-bg: var(--color-danger, #dc3545);
    --button-color: var(--white, #FFF);

    &:hover{
      color: var(--white, #FFF);
      opacity: .8;
    }
  }

  &.btn.btn-warning{
    --button-bg: var(--color-warning, #ffc107);
    --button-color: var(--black, #333);

    &:hover{
      color: var(--black, #333);
      opacity: .8;
    }
  }

  &.btn.btn-info{
    --button-bg: var(--color-info, #0dcaf0);
    --button-color: var(--black, #333);

    &:hover{
      color: var(--black, #333);
      opacity: .8;
    }
  }

  &.btn.btn-light{
    --button-bg: var(--color-light, #f8f9fa);
    --button-color: var(--black, #333);

    &:hover{
      color: var(--black, #333);
      opacity: .8;
    }
  }
}


 */
.section {
  position: relative;
  padding-top: clamp(32px, 2.81vw, 60px);
  padding-bottom: clamp(20px, 1.4vw, 30px);
  overflow: hidden;
}
.section-overflow {
  overflow: visible;
}
.section-top {
  margin-bottom: 3em;
}
.section-top-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-top-right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.section-bottom {
  margin-top: 2.5em;
}
.section-subtitle {
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.section-title {
  margin: 0;
  word-break: normal;
}
.section-preview {
  max-width: 991px;
  margin-top: 18px;
  color: var(--gray-80);
}
.section-preview p {
  margin: 0;
}
.section-preview p:not(:last-child) {
  margin-bottom: 1em;
}
.section-link {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .section-link {
    font-size: 0;
  }
}
.section-link-arrow {
  margin-left: 8px;
}
.section-link-arrow .svg {
  top: -2px;
  min-width: inherit;
  min-height: inherit;
  vertical-align: middle;
}
.section-bg-grey {
  background-color: var(--gray-5);
}
.section-bg-grey-full {
  -webkit-box-shadow: 0 0 0 100vmax var(--gray-5);
  box-shadow: 0 0 0 100vmax var(--gray-5);
  clip-path: inset(0 -100vmax);
}
.section-border {
  position: relative;
  overflow: inherit;
}
.section-border::after, .section-border::before {
  content: "";
  height: 1px;
  width: 1000vw;
  position: absolute;
  right: -100%;
  left: -100%;
  background-color: var(--gray-10);
}
.section-border::after {
  bottom: 0;
}
.section-border::before {
  top: 0;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  gap: var(--gap);
}
@media screen and (max-width: 575px) {
  .grid-list {
    gap: calc(var(--gap) / 2);
  }
}
.grid-list--items-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.grid-list--items-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.grid-list--items-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.grid-list--items-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1199px) {
  .grid-list-xl-items-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-list-xl-items-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-list-xl-items-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .grid-list .grid-list-lg-items-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-list-lg-items-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-list-lg-items-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid-list-md-items-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-list-md-items-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-list-md-items-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .grid-list-sm-items-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-list-sm-items-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-list-sm-items-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.topic {
  margin-top: 2em;
  margin-bottom: 2em;
}
.topic__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}
.topic__heading #pagetitle {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .topic__heading #pagetitle {
    font-size: 2em;
    line-height: calc(1em + 6px);
  }
}
.topic__text {
  margin-top: 12px;
  margin-bottom: 48px;
  color: var(--gray-80);
}
.topic__text p {
  margin: 0;
}
.topic__text p:not(:last-child) {
  margin-bottom: 1em;
}

.tabs-nav {
  padding: 0;
  list-style: none;
}
.tabs-nav li {
  display: inline-block;
}
.tabs-btn {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 16px 24px 15px;
  color: var(--black);
  border-radius: var(--border-radius);
  text-decoration: none;
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
}
.tabs-btn.active {
  position: relative;
}
.tabs-btn.active::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 1;
  height: 2px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  background-color: var(--brand-500);
}
.tabs-title {
  font-size: 1.375em;
  font-weight: 700;
  line-height: calc(1em + 10px);
  margin: 1.125em 0;
  color: var(--black);
}

.svg {
  top: 1px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: auto;
  min-height: auto;
}
.svg > svg {
  width: 100%;
  height: 100%;
}

.icons {
  color: var(--gray-60);
}
.icons.icons-8 {
  width: 0.5em;
  height: 0.5em;
}
.icons.icons-12 {
  width: 0.75em;
  height: 0.75em;
}
.icons.icons-24 {
  width: 1.5em;
  height: 1.5em;
}
.icons.icons-32 {
  width: 2em;
  height: 2em;
}
.icons.icons-48 {
  width: 3em;
  height: 3em;
}
.icons .svg, .icons svg {
  width: 100%;
  height: 100%;
}

.icons-color-thems svg {
  color: var(--brand-500);
}

.avatar {
  width: 3em;
  height: 3em;
  border-radius: 62.5em;
  overflow: hidden;
}
.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.avatar-sm {
  width: 2em;
  height: 2em;
}
.avatar-lg {
  width: 3.5em;
  height: 3.5em;
}
.avatar-xl {
  width: 9em;
  height: 9em;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 575px) {
  .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: var(--m-gap);
  }
}
.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.pagination__item {
  width: 32px;
  height: 32px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.pagination__item_next a, .pagination__item_prev a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: var(--white);
  border-radius: var(--border-radius);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  position: relative;
  text-align: center;
}
.pagination__item_next a::after, .pagination__item_prev a::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15 19L8 12L15 5" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.pagination__item_next a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination__link {
  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;
  line-height: 32px;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.pagination__link:hover {
  background-color: var(--brand-300);
  color: var(--white);
}
.pagination__text {
  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;
  line-height: 32px;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.pagination__item_active {
  background-color: var(--brand-500);
  color: var(--white);
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: -16px;
}
.breadcrumbs__link {
  color: inherit;
}
.breadcrumbs__separator {
  position: relative;
  zoom: 1;
  bottom: -1px;
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 0 9px;
  border: none;
  color: #ddd;
}
@media screen and (max-width: 991px) {
  .breadcrumbs__separator {
    margin: 0 4px 0 4px;
  }
}

table {
  width: 100%;
  vertical-align: top;
  table-layout: fixed;
  caption-side: bottom;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 575px) {
  table {
    table-layout: auto;
  }
}
table thead td,
table thead th {
  color: var(--black);
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
  text-align: left;
  border-top: 1px solid var(--gray-10);
}
table thead td:first-child,
table thead th:first-child {
  border-radius: var(--border-radius) 0 0 0;
}
table thead td:last-child,
table thead th:last-child {
  border-radius: 0 var(--border-radius) 0 0;
}
table:not(:has(thead)) > tbody > tr:first-of-type td {
  border-top: 1px solid var(--gray-10);
}
table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 var(--border-radius);
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 var(--border-radius) 0;
}
table td,
table th {
  padding: 10px;
  border-right: 1px solid var(--gray-10);
  border-bottom: 1px solid var(--gray-10);
}
table td:first-child,
table th:first-child {
  border-left: 1px solid var(--gray-10);
}
table caption {
  padding: 10px;
  color: var(--neutral-200);
  text-align: left;
}
table.table-th thead th {
  background-color: var(--neutral-100);
}
table.table-striped tbody > tr:nth-of-type(odd) > * {
  background-color: var(--gray-5);
}
table.table-hover tbody > tr {
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
table.table-hover tbody > tr:hover * {
  background-color: var(--gray-5);
}

.table-response {
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .table-mobile thead {
    display: none;
  }
  .table-mobile tr {
    display: block;
    margin-bottom: 0.5em;
  }
  .table-mobile tr td:first-child,
  .table-mobile tr th:first-child {
    border-top: 1px solid var(--gray-10);
  }
  .table-mobile td {
    display: block;
    border-bottom: 1px solid var(--gray-10);
    border-left: 1px solid var(--gray-10);
  }
  .table-mobile td::before {
    display: block;
    margin-bottom: 0.25em;
    font-weight: 700;
    content: attr(data-label);
  }
}
.modal {
  max-width: 100%;
  padding: 1.875em 2.5em;
  border-radius: var(--border-radius);
}
.modal_extra-small {
  width: 445px;
}
.modal_small {
  width: 600px;
}
.modal_medium {
  width: 900px;
}
.modal__header {
  margin: 0;
  margin-bottom: 0.75em;
}
.modal__footer {
  margin-top: 0.75em;
}
.modal.fancybox__content {
  background: var(--white);
}
.modal.fancybox__content .f-button.is-close-btn {
  top: 0.75em;
  right: 0.75em;
  --f-button-border-radius: 0;
  --f-button-color: var(--grey-60);
  --f-button-active-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-bg: transparent;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-color: var(--gray-60);
  --f-button-hover-color: var(--gray-80);
  --f-button-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-hover-bg: transparent;
}

.smart-filter {
  margin-bottom: 20px;
  min-width: 220px;
  width: 100%;
}
.smart-filter .bx-tag-link {
  color: var(--theme-color-light);
  text-decoration: none;
  text-shadow: none;
  font-size: 12px;
}
.smart-filter span.bx-spm {
  display: inline-block;
  margin: 0 10px;
  height: 23px;
  color: #000;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
}
.smart-filter-section {
  position: relative;
}
.smart-filter-title {
  font-size: 1.25em;
  font-weight: 500;
  color: var(--black);
  padding: 0 0.625em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--gray-10);
}
.smart-filter-parameters-box {
  position: relative;
  border-bottom: 1px solid var(--gray-10);
}
.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
  display: block;
  padding-bottom: 5px;
  font-style: normal;
  font-size: 14px;
}
.smart-filter-parameters-box-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em 0.625em;
}
.smart-filter-parameters-box-title-text {
  cursor: pointer;
  -webkit-transition: 250ms linear all;
  transition: 250ms linear all;
}

.smart-filter-angle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
  vertical-align: middle;
  margin-left: auto;
}

.smart-filter-angles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.smart-filter-angles:after, .smart-filter-angles:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 1px;
  background-color: var(--brand-500);
  content: "";
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.smart-filter-angles:after {
  margin-left: 3px;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.smart-filter-hint {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.smart-filter-hint:hover .smart-filter-hint-popup {
  display: block;
}

.smart-filter-hint-icon {
  display: block;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--brand-500);
  color: var(--white);
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.smart-filter-hint-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: -7px;
  z-index: 10;
  display: none;
  padding: 10px;
  min-width: 200px;
  max-width: 300px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint-popup-angle {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smart-filter-block {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  padding: 0 0.625em;
  padding-bottom: 1.25em;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
  display: block;
}

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 25px 18px 25px;
  margin-top: 12px;
}

.smart-filter-slider-track {
  position: relative;
  height: 7px;
  background: #e7e7e7;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
.smart-filter-slider-ruler.p1 {
  left: -1px;
}
.smart-filter-slider-ruler.p2 {
  left: 25%;
}
.smart-filter-slider-ruler.p3 {
  left: 50%;
}
.smart-filter-slider-ruler.p4 {
  left: 75%;
}
.smart-filter-slider-ruler.p5 {
  right: -1px;
}
.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: var(--black);
  text-align: center;
  font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
  color: var(--gray-60);
}

.smart-filter-slider-range {
  z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.smart-filter-slider-price-bar {
  z-index: 100;
}

.smart-filter-slider-price-bar-vd {
  z-index: 60;
  background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
  z-index: 70;
  background-color: var(--brand-500);
}

.smart-filter-slider-price-bar-v {
  z-index: 80;
  background-color: var(--brand-500);
}

.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border: 7px solid var(--brand-500);
}
.smart-filter-slider-handle:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.smart-filter-slider-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -14px;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
}
.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
}

.smart-filter-input-group-dropdown {
  display: block;
  height: 48px;
  border: 1px solid var(--gray-10);
  border-radius: var(--m-border-radius);
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
  border-color: var(--primary);
}

.smart-filter-dropdown-block {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 13px 7px;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
}

.smart-filter-dropdown-text {
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  cursor: pointer;
}
.smart-filter-dropdown-text.fix {
  min-width: 120px;
}
.smart-filter-dropdown-text label {
  cursor: pointer;
}

.smart-filter-dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 48px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center;
  cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
  margin-right: 5px;
}

.smart-filter-dropdown-popup {
  padding: 0;
  min-width: 173px;
  background: #fff;
}
.smart-filter-dropdown-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.smart-filter-dropdown-popup ul li {
  display: block;
  vertical-align: middle;
}
.smart-filter-dropdown-popup ul li:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.smart-filter-dropdown-popup ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  color: #575757;
  white-space: nowrap;
  cursor: pointer;
}
.smart-filter-dropdown-popup ul li label.disabled {
  background: transparent;
  color: #b8b8b8;
}
.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
  padding-left: 5px;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
  background: #f3f8fa;
  color: #000;
}

.smart-filter-tag {
  padding: 18px;
  border-top: 1px solid var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover {
  color: #1d3d46;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
  padding-left: 5px;
}

.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
  position: relative;
  display: inline-block;
  padding: 3px;
  width: 31px;
  height: 31px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  line-height: 23px;
  cursor: pointer;
  -webkit-transition: border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease, -webkit-box-shadow 0.1s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
  border-color: var(--primary);
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
  color: #6c6c6c;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
  position: relative;
  opacity: 0.7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  content: " ";
  opacity: 0.7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.smart-filter-checkbox-btn-image {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 24px;
  -webkit-background-size: cover;
}
.smart-filter-checkbox-btn-image.all {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
.smart-filter-checkbox-btn-image.all:after {
  right: 0;
  bottom: 0;
}
.smart-filter-checkbox-btn-image.all:before {
  top: 0;
  left: 0;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  content: " ";
}

.smart-filter-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smart-filter-param-btn.bx-spm {
  padding: 0;
  min-width: 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: transparent;
  color: #767b7e;
  vertical-align: top;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
}
.smart-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.smart-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.smart-filter-param-btn.bx-spm:active {
  outline: none !important;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  content: " ";
  opacity: 0.7;
}
.smart-filter-param-label.disabled .smart-filter-btn-color-icon {
  opacity: 0.2;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn {
  border-color: var(--primary);
}

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
  position: relative;
  display: inline-block;
  margin-top: -4px;
  margin-right: 2px;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 24px;
  -webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
  top: 0 !important;
  margin: 2px 0;
  width: 20px;
  height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon {
  top: -1px !important;
}

.smart-filter-parameter-biz {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px dashed;
  color: #1485ce;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
}
.smart-filter-parameter-biz:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}
.smart-filter-parameter-biz.bx-active {
  position: relative;
  border-color: transparent;
  color: #000;
}

.btn-themes {
  color: #fff;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  color: #fff;
}

.smart-filter-popup-result {
  position: absolute;
  z-index: 915;
  display: none;
  margin-top: -9px;
  margin-left: 10px;
  padding: 0 10px;
  min-height: 37px;
  border: 1px solid #c6dce7;
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
.smart-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -o-border-image: url(/local/templates/site/assets/css/images/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(/local/templates/site/assets/css/images/result_popup_left.png) 4 20 4 4 fill repeat;
  right: 103%;
}
.smart-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
  -o-border-image: url(/local/templates/site/assets/css/images/result_popup_right.png) 4 4 4 20 repeat;
  border-image: url(/local/templates/site/assets/css/images/result_popup_right.png) 4 4 4 20 fill repeat;
  left: 97%;
}
.smart-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}
.smart-filter-popup-result a:hover {
  text-decoration: none;
}
.smart-filter-popup-result .arrow {
  display: none;
}

.smart-filter-horizontal .smart-filter-popup-result {
  position: relative;
  right: auto;
  bottom: -7px;
  left: auto;
  display: inline-block;
}

.smart-filter-popup-result-close {
  display: none;
}

@media (max-width: 767px) {
  .bx-touch .smart-filter-popup-result {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1001;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
    width: auto;
    height: auto;
    border: 1px solid #c6dae7;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 14px;
  }
  .bx-touch .smart-filter-popup-result br {
    display: none;
  }
  .smart-filter-popup-result .arrow {
    display: none;
  }
}
.smart-filter-input-group-item:not(:last-child) {
  margin-bottom: 0.625em;
}
.smart-filter-parameters-box-title-text {
  color: var(--black);
}
.smart-filter-parameters-box-container .radio:not(:last-child) {
  margin-bottom: 0.625em;
}
.smart-filter-footer {
  margin-top: 0.75em;
}

.popup-window {
  font: inherit;
  background-color: var(--gray-5);
  border: 1px solid var(--gray-10);
}

.smart-filter-dropdown-popup {
  background: var(--gray-5);
}

.smart-filter-dropdown-popup ul li:first-child {
  border-bottom: 1px solid var(--gray-10);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.smart-filter-dropdown-popup ul li label {
  color: var(--black);
  padding: 4px;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
  background: var(--gray-10);
  color: var(--black);
}

.accordion {
  border: 1px solid var(--gray-10);
}
.accordion:not(:last-child) {
  margin-bottom: 4px;
}
.accordion__control {
  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;
  gap: var(--m-gap);
  width: 100%;
  padding: 1.25em;
  background-color: var(--white);
  border-radius: var(--border-radius);
  cursor: pointer;
}
.accordion__control::-webkit-details-marker {
  display: none;
}
.accordion__control:hover .accordion__icon {
  background-color: var(--brand-500);
  color: var(--white);
}
.accordion__title {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  color: var(--black);
}
.accordion__icon {
  position: relative;
  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;
  border: 1px solid var(--gray-10);
  border-radius: var(--border-radius);
  width: 2em;
  height: 2em;
  -webkit-transition: var(--animation);
  transition: var(--animation);
  color: var(--gray-80);
}
.accordion__icon .svg {
  top: -1px;
  width: 1em;
  height: 1em;
}
.accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  padding: 0 1.25em;
  overflow: hidden;
  border-top: 1px solid transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: max-height;
}
.accordion__content .h1, .accordion__content .h2, .accordion__content .h3, .accordion__content .h4, .accordion__content .h5,
.accordion__content h1, .accordion__content h2, .accordion__content h3, .accordion__content h4, .accordion__content h5 {
  margin: 0;
  font-size: 120%;
  line-height: inherit;
}
.accordion__content p {
  margin: 0;
}
.accordion__content p:not(:last-child) {
  margin-bottom: 1em;
}

.open .accordion__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.open .accordion__control {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}
.open .accordion__content {
  padding: clamp(14px, 0.84vw, 20px);
  opacity: 1;
}

.img {
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 100%;
}
.img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-default img {
  max-width: 100%;
  height: auto;
}
.img-round {
  border-radius: 1000px;
}
.img-round img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.img-3_2 {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.img-3_2 img {
  -webkit-transition: var(--animation);
  transition: var(--animation);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-cover {
  height: 100%;
}
.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.p-4 {
  padding: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.p-28 {
  padding: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.p-36 {
  padding: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-44 {
  margin-top: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.p-44 {
  padding: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.mt-xxl-0 {
  margin-top: 0;
}

.mb-xxl-0 {
  margin-bottom: 0;
}

.ml-xxl-0 {
  margin-left: 0;
}

.mr-xxl-0 {
  margin-right: 0;
}

.pt-xxl-0 {
  padding-top: 0;
}

.pb-xxl-0 {
  padding-bottom: 0;
}

.pl-xxl-0 {
  padding-left: 0;
}

.pr-xxl-0 {
  padding-right: 0;
}

.mt-xxl-4 {
  margin-top: 4px;
}

.mb-xxl-4 {
  margin-bottom: 4px;
}

.ml-xxl-4 {
  margin-left: 4px;
}

.mr-xxl-4 {
  margin-right: 4px;
}

.pt-xxl-4 {
  padding-top: 4px;
}

.pb-xxl-4 {
  padding-bottom: 4px;
}

.pl-xxl-4 {
  padding-left: 4px;
}

.pr-xxl-4 {
  padding-right: 4px;
}

.mt-xxl-8 {
  margin-top: 8px;
}

.mb-xxl-8 {
  margin-bottom: 8px;
}

.ml-xxl-8 {
  margin-left: 8px;
}

.mr-xxl-8 {
  margin-right: 8px;
}

.pt-xxl-8 {
  padding-top: 8px;
}

.pb-xxl-8 {
  padding-bottom: 8px;
}

.pl-xxl-8 {
  padding-left: 8px;
}

.pr-xxl-8 {
  padding-right: 8px;
}

.mt-xxl-12 {
  margin-top: 12px;
}

.mb-xxl-12 {
  margin-bottom: 12px;
}

.ml-xxl-12 {
  margin-left: 12px;
}

.mr-xxl-12 {
  margin-right: 12px;
}

.pt-xxl-12 {
  padding-top: 12px;
}

.pb-xxl-12 {
  padding-bottom: 12px;
}

.pl-xxl-12 {
  padding-left: 12px;
}

.pr-xxl-12 {
  padding-right: 12px;
}

.mt-xxl-16 {
  margin-top: 16px;
}

.mb-xxl-16 {
  margin-bottom: 16px;
}

.ml-xxl-16 {
  margin-left: 16px;
}

.mr-xxl-16 {
  margin-right: 16px;
}

.pt-xxl-16 {
  padding-top: 16px;
}

.pb-xxl-16 {
  padding-bottom: 16px;
}

.pl-xxl-16 {
  padding-left: 16px;
}

.pr-xxl-16 {
  padding-right: 16px;
}

.mt-xxl-20 {
  margin-top: 20px;
}

.mb-xxl-20 {
  margin-bottom: 20px;
}

.ml-xxl-20 {
  margin-left: 20px;
}

.mr-xxl-20 {
  margin-right: 20px;
}

.pt-xxl-20 {
  padding-top: 20px;
}

.pb-xxl-20 {
  padding-bottom: 20px;
}

.pl-xxl-20 {
  padding-left: 20px;
}

.pr-xxl-20 {
  padding-right: 20px;
}

.mt-xxl-24 {
  margin-top: 24px;
}

.mb-xxl-24 {
  margin-bottom: 24px;
}

.ml-xxl-24 {
  margin-left: 24px;
}

.mr-xxl-24 {
  margin-right: 24px;
}

.pt-xxl-24 {
  padding-top: 24px;
}

.pb-xxl-24 {
  padding-bottom: 24px;
}

.pl-xxl-24 {
  padding-left: 24px;
}

.pr-xxl-24 {
  padding-right: 24px;
}

.mt-xxl-28 {
  margin-top: 28px;
}

.mb-xxl-28 {
  margin-bottom: 28px;
}

.ml-xxl-28 {
  margin-left: 28px;
}

.mr-xxl-28 {
  margin-right: 28px;
}

.pt-xxl-28 {
  padding-top: 28px;
}

.pb-xxl-28 {
  padding-bottom: 28px;
}

.pl-xxl-28 {
  padding-left: 28px;
}

.pr-xxl-28 {
  padding-right: 28px;
}

.mt-xxl-32 {
  margin-top: 32px;
}

.mb-xxl-32 {
  margin-bottom: 32px;
}

.ml-xxl-32 {
  margin-left: 32px;
}

.mr-xxl-32 {
  margin-right: 32px;
}

.pt-xxl-32 {
  padding-top: 32px;
}

.pb-xxl-32 {
  padding-bottom: 32px;
}

.pl-xxl-32 {
  padding-left: 32px;
}

.pr-xxl-32 {
  padding-right: 32px;
}

.mt-xxl-36 {
  margin-top: 36px;
}

.mb-xxl-36 {
  margin-bottom: 36px;
}

.ml-xxl-36 {
  margin-left: 36px;
}

.mr-xxl-36 {
  margin-right: 36px;
}

.pt-xxl-36 {
  padding-top: 36px;
}

.pb-xxl-36 {
  padding-bottom: 36px;
}

.pl-xxl-36 {
  padding-left: 36px;
}

.pr-xxl-36 {
  padding-right: 36px;
}

.mt-xxl-40 {
  margin-top: 40px;
}

.mb-xxl-40 {
  margin-bottom: 40px;
}

.ml-xxl-40 {
  margin-left: 40px;
}

.mr-xxl-40 {
  margin-right: 40px;
}

.pt-xxl-40 {
  padding-top: 40px;
}

.pb-xxl-40 {
  padding-bottom: 40px;
}

.pl-xxl-40 {
  padding-left: 40px;
}

.pr-xxl-40 {
  padding-right: 40px;
}

.mt-xxl-44 {
  margin-top: 44px;
}

.mb-xxl-44 {
  margin-bottom: 44px;
}

.ml-xxl-44 {
  margin-left: 44px;
}

.mr-xxl-44 {
  margin-right: 44px;
}

.pt-xxl-44 {
  padding-top: 44px;
}

.pb-xxl-44 {
  padding-bottom: 44px;
}

.pl-xxl-44 {
  padding-left: 44px;
}

.pr-xxl-44 {
  padding-right: 44px;
}

.mt-xxl-48 {
  margin-top: 48px;
}

.mb-xxl-48 {
  margin-bottom: 48px;
}

.ml-xxl-48 {
  margin-left: 48px;
}

.mr-xxl-48 {
  margin-right: 48px;
}

.pt-xxl-48 {
  padding-top: 48px;
}

.pb-xxl-48 {
  padding-bottom: 48px;
}

.pl-xxl-48 {
  padding-left: 48px;
}

.pr-xxl-48 {
  padding-right: 48px;
}

.mt-xl-0 {
  margin-top: 0;
}

.mb-xl-0 {
  margin-bottom: 0;
}

.ml-xl-0 {
  margin-left: 0;
}

.mr-xl-0 {
  margin-right: 0;
}

.pt-xl-0 {
  padding-top: 0;
}

.pb-xl-0 {
  padding-bottom: 0;
}

.pl-xl-0 {
  padding-left: 0;
}

.pr-xl-0 {
  padding-right: 0;
}

.mt-xl-4 {
  margin-top: 4px;
}

.mb-xl-4 {
  margin-bottom: 4px;
}

.ml-xl-4 {
  margin-left: 4px;
}

.mr-xl-4 {
  margin-right: 4px;
}

.pt-xl-4 {
  padding-top: 4px;
}

.pb-xl-4 {
  padding-bottom: 4px;
}

.pl-xl-4 {
  padding-left: 4px;
}

.pr-xl-4 {
  padding-right: 4px;
}

.mt-xl-8 {
  margin-top: 8px;
}

.mb-xl-8 {
  margin-bottom: 8px;
}

.ml-xl-8 {
  margin-left: 8px;
}

.mr-xl-8 {
  margin-right: 8px;
}

.pt-xl-8 {
  padding-top: 8px;
}

.pb-xl-8 {
  padding-bottom: 8px;
}

.pl-xl-8 {
  padding-left: 8px;
}

.pr-xl-8 {
  padding-right: 8px;
}

.mt-xl-12 {
  margin-top: 12px;
}

.mb-xl-12 {
  margin-bottom: 12px;
}

.ml-xl-12 {
  margin-left: 12px;
}

.mr-xl-12 {
  margin-right: 12px;
}

.pt-xl-12 {
  padding-top: 12px;
}

.pb-xl-12 {
  padding-bottom: 12px;
}

.pl-xl-12 {
  padding-left: 12px;
}

.pr-xl-12 {
  padding-right: 12px;
}

.mt-xl-16 {
  margin-top: 16px;
}

.mb-xl-16 {
  margin-bottom: 16px;
}

.ml-xl-16 {
  margin-left: 16px;
}

.mr-xl-16 {
  margin-right: 16px;
}

.pt-xl-16 {
  padding-top: 16px;
}

.pb-xl-16 {
  padding-bottom: 16px;
}

.pl-xl-16 {
  padding-left: 16px;
}

.pr-xl-16 {
  padding-right: 16px;
}

.mt-xl-20 {
  margin-top: 20px;
}

.mb-xl-20 {
  margin-bottom: 20px;
}

.ml-xl-20 {
  margin-left: 20px;
}

.mr-xl-20 {
  margin-right: 20px;
}

.pt-xl-20 {
  padding-top: 20px;
}

.pb-xl-20 {
  padding-bottom: 20px;
}

.pl-xl-20 {
  padding-left: 20px;
}

.pr-xl-20 {
  padding-right: 20px;
}

.mt-xl-24 {
  margin-top: 24px;
}

.mb-xl-24 {
  margin-bottom: 24px;
}

.ml-xl-24 {
  margin-left: 24px;
}

.mr-xl-24 {
  margin-right: 24px;
}

.pt-xl-24 {
  padding-top: 24px;
}

.pb-xl-24 {
  padding-bottom: 24px;
}

.pl-xl-24 {
  padding-left: 24px;
}

.pr-xl-24 {
  padding-right: 24px;
}

.mt-xl-28 {
  margin-top: 28px;
}

.mb-xl-28 {
  margin-bottom: 28px;
}

.ml-xl-28 {
  margin-left: 28px;
}

.mr-xl-28 {
  margin-right: 28px;
}

.pt-xl-28 {
  padding-top: 28px;
}

.pb-xl-28 {
  padding-bottom: 28px;
}

.pl-xl-28 {
  padding-left: 28px;
}

.pr-xl-28 {
  padding-right: 28px;
}

.mt-xl-32 {
  margin-top: 32px;
}

.mb-xl-32 {
  margin-bottom: 32px;
}

.ml-xl-32 {
  margin-left: 32px;
}

.mr-xl-32 {
  margin-right: 32px;
}

.pt-xl-32 {
  padding-top: 32px;
}

.pb-xl-32 {
  padding-bottom: 32px;
}

.pl-xl-32 {
  padding-left: 32px;
}

.pr-xl-32 {
  padding-right: 32px;
}

.mt-xl-36 {
  margin-top: 36px;
}

.mb-xl-36 {
  margin-bottom: 36px;
}

.ml-xl-36 {
  margin-left: 36px;
}

.mr-xl-36 {
  margin-right: 36px;
}

.pt-xl-36 {
  padding-top: 36px;
}

.pb-xl-36 {
  padding-bottom: 36px;
}

.pl-xl-36 {
  padding-left: 36px;
}

.pr-xl-36 {
  padding-right: 36px;
}

.mt-xl-40 {
  margin-top: 40px;
}

.mb-xl-40 {
  margin-bottom: 40px;
}

.ml-xl-40 {
  margin-left: 40px;
}

.mr-xl-40 {
  margin-right: 40px;
}

.pt-xl-40 {
  padding-top: 40px;
}

.pb-xl-40 {
  padding-bottom: 40px;
}

.pl-xl-40 {
  padding-left: 40px;
}

.pr-xl-40 {
  padding-right: 40px;
}

.mt-xl-44 {
  margin-top: 44px;
}

.mb-xl-44 {
  margin-bottom: 44px;
}

.ml-xl-44 {
  margin-left: 44px;
}

.mr-xl-44 {
  margin-right: 44px;
}

.pt-xl-44 {
  padding-top: 44px;
}

.pb-xl-44 {
  padding-bottom: 44px;
}

.pl-xl-44 {
  padding-left: 44px;
}

.pr-xl-44 {
  padding-right: 44px;
}

.mt-xl-48 {
  margin-top: 48px;
}

.mb-xl-48 {
  margin-bottom: 48px;
}

.ml-xl-48 {
  margin-left: 48px;
}

.mr-xl-48 {
  margin-right: 48px;
}

.pt-xl-48 {
  padding-top: 48px;
}

.pb-xl-48 {
  padding-bottom: 48px;
}

.pl-xl-48 {
  padding-left: 48px;
}

.pr-xl-48 {
  padding-right: 48px;
}

.mt-lg-0 {
  margin-top: 0;
}

.mb-lg-0 {
  margin-bottom: 0;
}

.ml-lg-0 {
  margin-left: 0;
}

.mr-lg-0 {
  margin-right: 0;
}

.pt-lg-0 {
  padding-top: 0;
}

.pb-lg-0 {
  padding-bottom: 0;
}

.pl-lg-0 {
  padding-left: 0;
}

.pr-lg-0 {
  padding-right: 0;
}

.mt-lg-4 {
  margin-top: 4px;
}

.mb-lg-4 {
  margin-bottom: 4px;
}

.ml-lg-4 {
  margin-left: 4px;
}

.mr-lg-4 {
  margin-right: 4px;
}

.pt-lg-4 {
  padding-top: 4px;
}

.pb-lg-4 {
  padding-bottom: 4px;
}

.pl-lg-4 {
  padding-left: 4px;
}

.pr-lg-4 {
  padding-right: 4px;
}

.mt-lg-8 {
  margin-top: 8px;
}

.mb-lg-8 {
  margin-bottom: 8px;
}

.ml-lg-8 {
  margin-left: 8px;
}

.mr-lg-8 {
  margin-right: 8px;
}

.pt-lg-8 {
  padding-top: 8px;
}

.pb-lg-8 {
  padding-bottom: 8px;
}

.pl-lg-8 {
  padding-left: 8px;
}

.pr-lg-8 {
  padding-right: 8px;
}

.mt-lg-12 {
  margin-top: 12px;
}

.mb-lg-12 {
  margin-bottom: 12px;
}

.ml-lg-12 {
  margin-left: 12px;
}

.mr-lg-12 {
  margin-right: 12px;
}

.pt-lg-12 {
  padding-top: 12px;
}

.pb-lg-12 {
  padding-bottom: 12px;
}

.pl-lg-12 {
  padding-left: 12px;
}

.pr-lg-12 {
  padding-right: 12px;
}

.mt-lg-16 {
  margin-top: 16px;
}

.mb-lg-16 {
  margin-bottom: 16px;
}

.ml-lg-16 {
  margin-left: 16px;
}

.mr-lg-16 {
  margin-right: 16px;
}

.pt-lg-16 {
  padding-top: 16px;
}

.pb-lg-16 {
  padding-bottom: 16px;
}

.pl-lg-16 {
  padding-left: 16px;
}

.pr-lg-16 {
  padding-right: 16px;
}

.mt-lg-20 {
  margin-top: 20px;
}

.mb-lg-20 {
  margin-bottom: 20px;
}

.ml-lg-20 {
  margin-left: 20px;
}

.mr-lg-20 {
  margin-right: 20px;
}

.pt-lg-20 {
  padding-top: 20px;
}

.pb-lg-20 {
  padding-bottom: 20px;
}

.pl-lg-20 {
  padding-left: 20px;
}

.pr-lg-20 {
  padding-right: 20px;
}

.mt-lg-24 {
  margin-top: 24px;
}

.mb-lg-24 {
  margin-bottom: 24px;
}

.ml-lg-24 {
  margin-left: 24px;
}

.mr-lg-24 {
  margin-right: 24px;
}

.pt-lg-24 {
  padding-top: 24px;
}

.pb-lg-24 {
  padding-bottom: 24px;
}

.pl-lg-24 {
  padding-left: 24px;
}

.pr-lg-24 {
  padding-right: 24px;
}

.mt-lg-28 {
  margin-top: 28px;
}

.mb-lg-28 {
  margin-bottom: 28px;
}

.ml-lg-28 {
  margin-left: 28px;
}

.mr-lg-28 {
  margin-right: 28px;
}

.pt-lg-28 {
  padding-top: 28px;
}

.pb-lg-28 {
  padding-bottom: 28px;
}

.pl-lg-28 {
  padding-left: 28px;
}

.pr-lg-28 {
  padding-right: 28px;
}

.mt-lg-32 {
  margin-top: 32px;
}

.mb-lg-32 {
  margin-bottom: 32px;
}

.ml-lg-32 {
  margin-left: 32px;
}

.mr-lg-32 {
  margin-right: 32px;
}

.pt-lg-32 {
  padding-top: 32px;
}

.pb-lg-32 {
  padding-bottom: 32px;
}

.pl-lg-32 {
  padding-left: 32px;
}

.pr-lg-32 {
  padding-right: 32px;
}

.mt-lg-36 {
  margin-top: 36px;
}

.mb-lg-36 {
  margin-bottom: 36px;
}

.ml-lg-36 {
  margin-left: 36px;
}

.mr-lg-36 {
  margin-right: 36px;
}

.pt-lg-36 {
  padding-top: 36px;
}

.pb-lg-36 {
  padding-bottom: 36px;
}

.pl-lg-36 {
  padding-left: 36px;
}

.pr-lg-36 {
  padding-right: 36px;
}

.mt-lg-40 {
  margin-top: 40px;
}

.mb-lg-40 {
  margin-bottom: 40px;
}

.ml-lg-40 {
  margin-left: 40px;
}

.mr-lg-40 {
  margin-right: 40px;
}

.pt-lg-40 {
  padding-top: 40px;
}

.pb-lg-40 {
  padding-bottom: 40px;
}

.pl-lg-40 {
  padding-left: 40px;
}

.pr-lg-40 {
  padding-right: 40px;
}

.mt-lg-44 {
  margin-top: 44px;
}

.mb-lg-44 {
  margin-bottom: 44px;
}

.ml-lg-44 {
  margin-left: 44px;
}

.mr-lg-44 {
  margin-right: 44px;
}

.pt-lg-44 {
  padding-top: 44px;
}

.pb-lg-44 {
  padding-bottom: 44px;
}

.pl-lg-44 {
  padding-left: 44px;
}

.pr-lg-44 {
  padding-right: 44px;
}

.mt-lg-48 {
  margin-top: 48px;
}

.mb-lg-48 {
  margin-bottom: 48px;
}

.ml-lg-48 {
  margin-left: 48px;
}

.mr-lg-48 {
  margin-right: 48px;
}

.pt-lg-48 {
  padding-top: 48px;
}

.pb-lg-48 {
  padding-bottom: 48px;
}

.pl-lg-48 {
  padding-left: 48px;
}

.pr-lg-48 {
  padding-right: 48px;
}

.mt-md-0 {
  margin-top: 0;
}

.mb-md-0 {
  margin-bottom: 0;
}

.ml-md-0 {
  margin-left: 0;
}

.mr-md-0 {
  margin-right: 0;
}

.pt-md-0 {
  padding-top: 0;
}

.pb-md-0 {
  padding-bottom: 0;
}

.pl-md-0 {
  padding-left: 0;
}

.pr-md-0 {
  padding-right: 0;
}

.mt-md-4 {
  margin-top: 4px;
}

.mb-md-4 {
  margin-bottom: 4px;
}

.ml-md-4 {
  margin-left: 4px;
}

.mr-md-4 {
  margin-right: 4px;
}

.pt-md-4 {
  padding-top: 4px;
}

.pb-md-4 {
  padding-bottom: 4px;
}

.pl-md-4 {
  padding-left: 4px;
}

.pr-md-4 {
  padding-right: 4px;
}

.mt-md-8 {
  margin-top: 8px;
}

.mb-md-8 {
  margin-bottom: 8px;
}

.ml-md-8 {
  margin-left: 8px;
}

.mr-md-8 {
  margin-right: 8px;
}

.pt-md-8 {
  padding-top: 8px;
}

.pb-md-8 {
  padding-bottom: 8px;
}

.pl-md-8 {
  padding-left: 8px;
}

.pr-md-8 {
  padding-right: 8px;
}

.mt-md-12 {
  margin-top: 12px;
}

.mb-md-12 {
  margin-bottom: 12px;
}

.ml-md-12 {
  margin-left: 12px;
}

.mr-md-12 {
  margin-right: 12px;
}

.pt-md-12 {
  padding-top: 12px;
}

.pb-md-12 {
  padding-bottom: 12px;
}

.pl-md-12 {
  padding-left: 12px;
}

.pr-md-12 {
  padding-right: 12px;
}

.mt-md-16 {
  margin-top: 16px;
}

.mb-md-16 {
  margin-bottom: 16px;
}

.ml-md-16 {
  margin-left: 16px;
}

.mr-md-16 {
  margin-right: 16px;
}

.pt-md-16 {
  padding-top: 16px;
}

.pb-md-16 {
  padding-bottom: 16px;
}

.pl-md-16 {
  padding-left: 16px;
}

.pr-md-16 {
  padding-right: 16px;
}

.mt-md-20 {
  margin-top: 20px;
}

.mb-md-20 {
  margin-bottom: 20px;
}

.ml-md-20 {
  margin-left: 20px;
}

.mr-md-20 {
  margin-right: 20px;
}

.pt-md-20 {
  padding-top: 20px;
}

.pb-md-20 {
  padding-bottom: 20px;
}

.pl-md-20 {
  padding-left: 20px;
}

.pr-md-20 {
  padding-right: 20px;
}

.mt-md-24 {
  margin-top: 24px;
}

.mb-md-24 {
  margin-bottom: 24px;
}

.ml-md-24 {
  margin-left: 24px;
}

.mr-md-24 {
  margin-right: 24px;
}

.pt-md-24 {
  padding-top: 24px;
}

.pb-md-24 {
  padding-bottom: 24px;
}

.pl-md-24 {
  padding-left: 24px;
}

.pr-md-24 {
  padding-right: 24px;
}

.mt-md-28 {
  margin-top: 28px;
}

.mb-md-28 {
  margin-bottom: 28px;
}

.ml-md-28 {
  margin-left: 28px;
}

.mr-md-28 {
  margin-right: 28px;
}

.pt-md-28 {
  padding-top: 28px;
}

.pb-md-28 {
  padding-bottom: 28px;
}

.pl-md-28 {
  padding-left: 28px;
}

.pr-md-28 {
  padding-right: 28px;
}

.mt-md-32 {
  margin-top: 32px;
}

.mb-md-32 {
  margin-bottom: 32px;
}

.ml-md-32 {
  margin-left: 32px;
}

.mr-md-32 {
  margin-right: 32px;
}

.pt-md-32 {
  padding-top: 32px;
}

.pb-md-32 {
  padding-bottom: 32px;
}

.pl-md-32 {
  padding-left: 32px;
}

.pr-md-32 {
  padding-right: 32px;
}

.mt-md-36 {
  margin-top: 36px;
}

.mb-md-36 {
  margin-bottom: 36px;
}

.ml-md-36 {
  margin-left: 36px;
}

.mr-md-36 {
  margin-right: 36px;
}

.pt-md-36 {
  padding-top: 36px;
}

.pb-md-36 {
  padding-bottom: 36px;
}

.pl-md-36 {
  padding-left: 36px;
}

.pr-md-36 {
  padding-right: 36px;
}

.mt-md-40 {
  margin-top: 40px;
}

.mb-md-40 {
  margin-bottom: 40px;
}

.ml-md-40 {
  margin-left: 40px;
}

.mr-md-40 {
  margin-right: 40px;
}

.pt-md-40 {
  padding-top: 40px;
}

.pb-md-40 {
  padding-bottom: 40px;
}

.pl-md-40 {
  padding-left: 40px;
}

.pr-md-40 {
  padding-right: 40px;
}

.mt-md-44 {
  margin-top: 44px;
}

.mb-md-44 {
  margin-bottom: 44px;
}

.ml-md-44 {
  margin-left: 44px;
}

.mr-md-44 {
  margin-right: 44px;
}

.pt-md-44 {
  padding-top: 44px;
}

.pb-md-44 {
  padding-bottom: 44px;
}

.pl-md-44 {
  padding-left: 44px;
}

.pr-md-44 {
  padding-right: 44px;
}

.mt-md-48 {
  margin-top: 48px;
}

.mb-md-48 {
  margin-bottom: 48px;
}

.ml-md-48 {
  margin-left: 48px;
}

.mr-md-48 {
  margin-right: 48px;
}

.pt-md-48 {
  padding-top: 48px;
}

.pb-md-48 {
  padding-bottom: 48px;
}

.pl-md-48 {
  padding-left: 48px;
}

.pr-md-48 {
  padding-right: 48px;
}

.mt-sm-0 {
  margin-top: 0;
}

.mb-sm-0 {
  margin-bottom: 0;
}

.ml-sm-0 {
  margin-left: 0;
}

.mr-sm-0 {
  margin-right: 0;
}

.pt-sm-0 {
  padding-top: 0;
}

.pb-sm-0 {
  padding-bottom: 0;
}

.pl-sm-0 {
  padding-left: 0;
}

.pr-sm-0 {
  padding-right: 0;
}

.mt-sm-4 {
  margin-top: 4px;
}

.mb-sm-4 {
  margin-bottom: 4px;
}

.ml-sm-4 {
  margin-left: 4px;
}

.mr-sm-4 {
  margin-right: 4px;
}

.pt-sm-4 {
  padding-top: 4px;
}

.pb-sm-4 {
  padding-bottom: 4px;
}

.pl-sm-4 {
  padding-left: 4px;
}

.pr-sm-4 {
  padding-right: 4px;
}

.mt-sm-8 {
  margin-top: 8px;
}

.mb-sm-8 {
  margin-bottom: 8px;
}

.ml-sm-8 {
  margin-left: 8px;
}

.mr-sm-8 {
  margin-right: 8px;
}

.pt-sm-8 {
  padding-top: 8px;
}

.pb-sm-8 {
  padding-bottom: 8px;
}

.pl-sm-8 {
  padding-left: 8px;
}

.pr-sm-8 {
  padding-right: 8px;
}

.mt-sm-12 {
  margin-top: 12px;
}

.mb-sm-12 {
  margin-bottom: 12px;
}

.ml-sm-12 {
  margin-left: 12px;
}

.mr-sm-12 {
  margin-right: 12px;
}

.pt-sm-12 {
  padding-top: 12px;
}

.pb-sm-12 {
  padding-bottom: 12px;
}

.pl-sm-12 {
  padding-left: 12px;
}

.pr-sm-12 {
  padding-right: 12px;
}

.mt-sm-16 {
  margin-top: 16px;
}

.mb-sm-16 {
  margin-bottom: 16px;
}

.ml-sm-16 {
  margin-left: 16px;
}

.mr-sm-16 {
  margin-right: 16px;
}

.pt-sm-16 {
  padding-top: 16px;
}

.pb-sm-16 {
  padding-bottom: 16px;
}

.pl-sm-16 {
  padding-left: 16px;
}

.pr-sm-16 {
  padding-right: 16px;
}

.mt-sm-20 {
  margin-top: 20px;
}

.mb-sm-20 {
  margin-bottom: 20px;
}

.ml-sm-20 {
  margin-left: 20px;
}

.mr-sm-20 {
  margin-right: 20px;
}

.pt-sm-20 {
  padding-top: 20px;
}

.pb-sm-20 {
  padding-bottom: 20px;
}

.pl-sm-20 {
  padding-left: 20px;
}

.pr-sm-20 {
  padding-right: 20px;
}

.mt-sm-24 {
  margin-top: 24px;
}

.mb-sm-24 {
  margin-bottom: 24px;
}

.ml-sm-24 {
  margin-left: 24px;
}

.mr-sm-24 {
  margin-right: 24px;
}

.pt-sm-24 {
  padding-top: 24px;
}

.pb-sm-24 {
  padding-bottom: 24px;
}

.pl-sm-24 {
  padding-left: 24px;
}

.pr-sm-24 {
  padding-right: 24px;
}

.mt-sm-28 {
  margin-top: 28px;
}

.mb-sm-28 {
  margin-bottom: 28px;
}

.ml-sm-28 {
  margin-left: 28px;
}

.mr-sm-28 {
  margin-right: 28px;
}

.pt-sm-28 {
  padding-top: 28px;
}

.pb-sm-28 {
  padding-bottom: 28px;
}

.pl-sm-28 {
  padding-left: 28px;
}

.pr-sm-28 {
  padding-right: 28px;
}

.mt-sm-32 {
  margin-top: 32px;
}

.mb-sm-32 {
  margin-bottom: 32px;
}

.ml-sm-32 {
  margin-left: 32px;
}

.mr-sm-32 {
  margin-right: 32px;
}

.pt-sm-32 {
  padding-top: 32px;
}

.pb-sm-32 {
  padding-bottom: 32px;
}

.pl-sm-32 {
  padding-left: 32px;
}

.pr-sm-32 {
  padding-right: 32px;
}

.mt-sm-36 {
  margin-top: 36px;
}

.mb-sm-36 {
  margin-bottom: 36px;
}

.ml-sm-36 {
  margin-left: 36px;
}

.mr-sm-36 {
  margin-right: 36px;
}

.pt-sm-36 {
  padding-top: 36px;
}

.pb-sm-36 {
  padding-bottom: 36px;
}

.pl-sm-36 {
  padding-left: 36px;
}

.pr-sm-36 {
  padding-right: 36px;
}

.mt-sm-40 {
  margin-top: 40px;
}

.mb-sm-40 {
  margin-bottom: 40px;
}

.ml-sm-40 {
  margin-left: 40px;
}

.mr-sm-40 {
  margin-right: 40px;
}

.pt-sm-40 {
  padding-top: 40px;
}

.pb-sm-40 {
  padding-bottom: 40px;
}

.pl-sm-40 {
  padding-left: 40px;
}

.pr-sm-40 {
  padding-right: 40px;
}

.mt-sm-44 {
  margin-top: 44px;
}

.mb-sm-44 {
  margin-bottom: 44px;
}

.ml-sm-44 {
  margin-left: 44px;
}

.mr-sm-44 {
  margin-right: 44px;
}

.pt-sm-44 {
  padding-top: 44px;
}

.pb-sm-44 {
  padding-bottom: 44px;
}

.pl-sm-44 {
  padding-left: 44px;
}

.pr-sm-44 {
  padding-right: 44px;
}

.mt-sm-48 {
  margin-top: 48px;
}

.mb-sm-48 {
  margin-bottom: 48px;
}

.ml-sm-48 {
  margin-left: 48px;
}

.mr-sm-48 {
  margin-right: 48px;
}

.pt-sm-48 {
  padding-top: 48px;
}

.pb-sm-48 {
  padding-bottom: 48px;
}

.pl-sm-48 {
  padding-left: 48px;
}

.pr-sm-48 {
  padding-right: 48px;
}

.mt-small-0 {
  margin-top: 0;
}

.mb-small-0 {
  margin-bottom: 0;
}

.ml-small-0 {
  margin-left: 0;
}

.mr-small-0 {
  margin-right: 0;
}

.pt-small-0 {
  padding-top: 0;
}

.pb-small-0 {
  padding-bottom: 0;
}

.pl-small-0 {
  padding-left: 0;
}

.pr-small-0 {
  padding-right: 0;
}

.mt-small-4 {
  margin-top: 4px;
}

.mb-small-4 {
  margin-bottom: 4px;
}

.ml-small-4 {
  margin-left: 4px;
}

.mr-small-4 {
  margin-right: 4px;
}

.pt-small-4 {
  padding-top: 4px;
}

.pb-small-4 {
  padding-bottom: 4px;
}

.pl-small-4 {
  padding-left: 4px;
}

.pr-small-4 {
  padding-right: 4px;
}

.mt-small-8 {
  margin-top: 8px;
}

.mb-small-8 {
  margin-bottom: 8px;
}

.ml-small-8 {
  margin-left: 8px;
}

.mr-small-8 {
  margin-right: 8px;
}

.pt-small-8 {
  padding-top: 8px;
}

.pb-small-8 {
  padding-bottom: 8px;
}

.pl-small-8 {
  padding-left: 8px;
}

.pr-small-8 {
  padding-right: 8px;
}

.mt-small-12 {
  margin-top: 12px;
}

.mb-small-12 {
  margin-bottom: 12px;
}

.ml-small-12 {
  margin-left: 12px;
}

.mr-small-12 {
  margin-right: 12px;
}

.pt-small-12 {
  padding-top: 12px;
}

.pb-small-12 {
  padding-bottom: 12px;
}

.pl-small-12 {
  padding-left: 12px;
}

.pr-small-12 {
  padding-right: 12px;
}

.mt-small-16 {
  margin-top: 16px;
}

.mb-small-16 {
  margin-bottom: 16px;
}

.ml-small-16 {
  margin-left: 16px;
}

.mr-small-16 {
  margin-right: 16px;
}

.pt-small-16 {
  padding-top: 16px;
}

.pb-small-16 {
  padding-bottom: 16px;
}

.pl-small-16 {
  padding-left: 16px;
}

.pr-small-16 {
  padding-right: 16px;
}

.mt-small-20 {
  margin-top: 20px;
}

.mb-small-20 {
  margin-bottom: 20px;
}

.ml-small-20 {
  margin-left: 20px;
}

.mr-small-20 {
  margin-right: 20px;
}

.pt-small-20 {
  padding-top: 20px;
}

.pb-small-20 {
  padding-bottom: 20px;
}

.pl-small-20 {
  padding-left: 20px;
}

.pr-small-20 {
  padding-right: 20px;
}

.mt-small-24 {
  margin-top: 24px;
}

.mb-small-24 {
  margin-bottom: 24px;
}

.ml-small-24 {
  margin-left: 24px;
}

.mr-small-24 {
  margin-right: 24px;
}

.pt-small-24 {
  padding-top: 24px;
}

.pb-small-24 {
  padding-bottom: 24px;
}

.pl-small-24 {
  padding-left: 24px;
}

.pr-small-24 {
  padding-right: 24px;
}

.mt-small-28 {
  margin-top: 28px;
}

.mb-small-28 {
  margin-bottom: 28px;
}

.ml-small-28 {
  margin-left: 28px;
}

.mr-small-28 {
  margin-right: 28px;
}

.pt-small-28 {
  padding-top: 28px;
}

.pb-small-28 {
  padding-bottom: 28px;
}

.pl-small-28 {
  padding-left: 28px;
}

.pr-small-28 {
  padding-right: 28px;
}

.mt-small-32 {
  margin-top: 32px;
}

.mb-small-32 {
  margin-bottom: 32px;
}

.ml-small-32 {
  margin-left: 32px;
}

.mr-small-32 {
  margin-right: 32px;
}

.pt-small-32 {
  padding-top: 32px;
}

.pb-small-32 {
  padding-bottom: 32px;
}

.pl-small-32 {
  padding-left: 32px;
}

.pr-small-32 {
  padding-right: 32px;
}

.mt-small-36 {
  margin-top: 36px;
}

.mb-small-36 {
  margin-bottom: 36px;
}

.ml-small-36 {
  margin-left: 36px;
}

.mr-small-36 {
  margin-right: 36px;
}

.pt-small-36 {
  padding-top: 36px;
}

.pb-small-36 {
  padding-bottom: 36px;
}

.pl-small-36 {
  padding-left: 36px;
}

.pr-small-36 {
  padding-right: 36px;
}

.mt-small-40 {
  margin-top: 40px;
}

.mb-small-40 {
  margin-bottom: 40px;
}

.ml-small-40 {
  margin-left: 40px;
}

.mr-small-40 {
  margin-right: 40px;
}

.pt-small-40 {
  padding-top: 40px;
}

.pb-small-40 {
  padding-bottom: 40px;
}

.pl-small-40 {
  padding-left: 40px;
}

.pr-small-40 {
  padding-right: 40px;
}

.mt-small-44 {
  margin-top: 44px;
}

.mb-small-44 {
  margin-bottom: 44px;
}

.ml-small-44 {
  margin-left: 44px;
}

.mr-small-44 {
  margin-right: 44px;
}

.pt-small-44 {
  padding-top: 44px;
}

.pb-small-44 {
  padding-bottom: 44px;
}

.pl-small-44 {
  padding-left: 44px;
}

.pr-small-44 {
  padding-right: 44px;
}

.mt-small-48 {
  margin-top: 48px;
}

.mb-small-48 {
  margin-bottom: 48px;
}

.ml-small-48 {
  margin-left: 48px;
}

.mr-small-48 {
  margin-right: 48px;
}

.pt-small-48 {
  padding-top: 48px;
}

.pb-small-48 {
  padding-bottom: 48px;
}

.pl-small-48 {
  padding-left: 48px;
}

.pr-small-48 {
  padding-right: 48px;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.gap-0 {
  gap: 0;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-16 {
  gap: 16px;
}

.gap {
  gap: var(--gap);
}

.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: var(--white);
  border-radius: 4px;
  border: 0;
  -webkit-transition: var(--animation);
  transition: var(--animation);
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.slick-arrow::after {
  content: ".";
  font-size: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path d="M15 19L8 12L15 5" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  min-height: 20px;
  min-width: 20px;
}
.slick-arrow:hover {
  background-color: var(--brand-500);
}
.slick-arrow:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><mask id="path-1-inside-1_393_3133" fill="white"><path d="M6 1L1 6L6 11"/></mask><path d="M1 6L0.292893 5.29289L-0.414214 6L0.292893 6.70711L1 6ZM5.29289 0.292893L0.292893 5.29289L1.70711 6.70711L6.70711 1.70711L5.29289 0.292893ZM0.292893 6.70711L5.29289 11.7071L6.70711 10.2929L1.70711 5.29289L0.292893 6.70711Z" fill="%23FFF" mask="url(%23path-1-inside-1_393_3133)"/></svg>');
}
.slick-next {
  right: -20px;
}
.slick-next::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-prev {
  left: -20px;
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
  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;
  gap: 0.25em;
}
.slick-dots button {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 0;
}
.slick-dots button::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--gray-10);
  border-radius: 100%;
}
.slick-dots .slick-active button::after {
  background-color: var(--brand-500);
}

.slider {
  position: relative;
}
.slider .slick-slide {
  margin: 0 4px;
}
.slider-top-dots .slick-dots {
  margin: 0;
  position: absolute;
  top: -50px;
  right: 0;
}

[data-tooltip] {
  position: relative;
  pointer: cursor;
}
[data-tooltip]::before, [data-tooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  position: absolute;
  display: none;
  opacity: 0;
}
[data-tooltip]::before {
  content: "";
  border: 6px solid transparent;
  z-index: 101;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: var(--black);
  color: var(--white);
  z-index: 100;
}
[data-tooltip]:hover::before, [data-tooltip]:hover::after {
  display: block;
}

[data-tooltip=""]::before,
[data-tooltip=""]::after {
  display: none !important;
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow^=top]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333333;
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^=top]::after {
  bottom: calc(100% + 5px);
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^=top]::before,
[data-tooltip][data-flow^=top]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.4em);
  -ms-transform: translate(-50%, -0.4em);
  transform: translate(-50%, -0.4em);
}

[data-tooltip][data-flow^=bottom]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333333;
}

[data-tooltip][data-flow^=bottom]::after {
  top: calc(100% + 5px);
}

[data-tooltip][data-flow^=bottom]::before,
[data-tooltip][data-flow^=bottom]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.4em);
  -ms-transform: translate(-50%, 0.4em);
  transform: translate(-50%, 0.4em);
}

[data-tooltip][data-flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
  -ms-transform: translate(-0.5em, -50%);
  transform: translate(-0.5em, -50%);
}

[data-tooltip][data-flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.4em, -50%);
  -ms-transform: translate(-0.4em, -50%);
  transform: translate(-0.4em, -50%);
}

[data-tooltip][data-flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333333;
  right: calc(0em - 7px);
  -webkit-transform: translate(0.4em, -50%);
  -ms-transform: translate(0.4em, -50%);
  transform: translate(0.4em, -50%);
}

[data-tooltip][data-flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
  -ms-transform: translate(0.5em, -50%);
  transform: translate(0.5em, -50%);
}

@-webkit-keyframes tooltip-vert {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes tooltip-vert {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltip-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes tooltip-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
[data-tooltip]:not([data-flow]):hover::before,
[data-tooltip]:not([data-flow]):hover::after,
[data-tooltip][data-flow^=top]:hover::before,
[data-tooltip][data-flow^=top]:hover::after,
[data-tooltip][data-flow^=bottom]:hover::before,
[data-tooltip][data-flow^=bottom]:hover::after {
  -webkit-animation: tooltip-vert 0.5s ease-out forwards;
  animation: tooltip-vert 0.5s ease-out forwards;
}

[data-tooltip][data-flow^=left]:hover::before,
[data-tooltip][data-flow^=left]:hover::after,
[data-tooltip][data-flow^=right]:hover::before,
[data-tooltip][data-flow^=right]:hover::after {
  -webkit-animation: tooltip-horz 0.5s ease-out forwards;
  animation: tooltip-horz 0.5s ease-out forwards;
}

.tag-item {
  padding: 0.5em 1em;
  font-size: 0.875em;
  border: 1px solid var(--gray-10);
  color: var(--black);
  border-radius: var(--border-radius);
}
.tag-item:hover {
  background-color: var(--gray-5);
  color: inherit;
}

.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-sm {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06) inset;
}

.rounded {
  border-radius: 0.25em;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125em;
}
.rounded-md {
  border-radius: 0.375em;
}
.rounded-lg {
  border-radius: 0.5em;
}
.rounded-xl {
  border-radius: 0.75em;
}
.rounded-2xl {
  border-radius: 1em;
}
.rounded-3xl {
  border-radius: 1.5em;
}
.rounded-full {
  border-radius: 62.5em;
}

.drop-down-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: var(--gap);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.drop-down-box__content {
  min-height: 0;
  max-height: 58px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.drop-down-box__content p {
  margin: 0;
}
.drop-down-box__content p:not(:last-child) {
  margin-bottom: 1em;
}
.drop-down-box__divider {
  margin: 0;
  border: 0;
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-switch__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.image-switch__item:first-child .image-switch__img {
  opacity: 1;
  z-index: -1;
}
.image-switch__item:hover .image-switch__img {
  opacity: 1;
  z-index: -1;
}
.image-switch__img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  background-color: var(--white);
  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;
  opacity: 0;
}
.image-switch__img picture {
  height: 100%;
}
.image-switch__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-pagination {
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.image-pagination__item {
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 0.125em;
  margin: 0 3px;
  background-color: var(--gray-20);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.image-pagination__item--active {
  width: 1em;
  -webkit-transition: var(--animation);
  transition: var(--animation);
  background-color: var(--brand-500);
}

/*
.contacts-page-map-top.projects h5 {
  margin-bottom: 37px;
  font-size: 2.2em;
  line-height: 1.14em;
}*/
/*
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .title {
  margin-bottom: 6px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
  color: #555;
  font-size: 13px;
  padding-left: 24px;
  padding-bottom: 11px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
  padding-bottom: 0px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
  top: 3px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
  top: 2px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
  color: #555;
}
*/
/*.pane_info_wrapper .pane_info {
  position: absolute;
  top: 92px;
  left: 16px;
  z-index: 2;
  background: #fff;
  width: 287px;
}
.pane_info_wrapper .pane_info .title_block {
  padding: 24px 30px 22px;
  font-weight: bold;
  font-size: 1.467em;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
}
.pane_info_wrapper .pane_info .info_block {
  padding: 21px 30px 30px;
}
.pane_info_wrapper .pane_info .btn-block .btn {
  margin: 13px 0px 0px;
  display: block;
}
.pane_info_wrapper .pane_info .value-block {
  position: relative;
  padding: 0px 0px 19px 28px;
  font-size: 0.933em;
  line-height: 18px;
}
.pane_info_wrapper .pane_info .value-block i {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  height: 16px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block i.svg-inline-phone svg {
  width: 12px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phones {
  padding-bottom: 17px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone {
  display: inline-block;
  z-index: 1;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone i {
  top: -2px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone i svg {
  width: 13px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone a {
  color: #222;
  white-space: nowrap;
  padding-left: 9px;
  font-weight: bold;
  font-size: 1.067em;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone .dropdown {
  top: 11px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone .dropdown a {
  padding-left: 26px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .schedule {
  font-size: 13px;
  color: #888;
  margin: -4px 0px 0px 26px;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .email a {
  color: #333;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .email i {
  top: 3px;
}
*/
/*
body .ymaps-b-balloon__content-body .title {
  font-weight: 500;
  color: #222;
  padding: 0px 0px 15px;
}
*/
/*google*/
/**/
/*google*/
/**/
/*.narrow_menu .main .contacts-page-map-top.projects {margin-top: 0;}
	body .main .ymaps-b-zoom_hints-pos_right {
		    left: 0px !important;
		    right: auto !important;
		    top: auto !important;
		    bottom: 370px!important;
		    margin-left: 10px;
    }
    body .main .projects .ymaps-b-zoom_hints-pos_right{
        bottom: 450px!important;
    }
	body .main .ymaps-controls-righttop > ymaps {
        top: auto !important;
	    bottom: 370px !important;
	    right: 0 !important;
	    left: auto;
	    margin-right: 10px;
    }
    body .main .projects .ymaps-controls-righttop > ymaps {
	    bottom: 450px !important;
	}
	body .main .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
	    top: 100%;
	    margin-top: 3px;
		bottom: auto;
		left: auto!important;
		right: 0px!important;
	}
	.bx-yandex-view-layout {margin: 20px;width: auto;}*/
.cluster_custom {
  font-size: 13px;
  line-height: 1;
}
.cluster_custom > span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  line-height: 56px;
}

.contacts-page-map-top {
  margin: 0 0px 48px;
}
.contacts-page-map-top .bx-yandex-view-layout {
  margin-bottom: 0px;
}

.bx-yandex-view-map .bx-yandex-map img {
  position: absolute;
  left: 0px;
  right: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.projects .bx-yandex-view-map .bx-yandex-map img {
  position: static;
  max-width: 100%;
}

.bx-map-view-layout .image span {
  display: block;
  padding-top: 70%;
}

.page-top-wrapper.grey + .contacts-page-map-top.projects {
  margin-top: 0px;
}

.page-top-wrapper.color + .contacts-page-map-top.projects {
  margin-top: 0px;
}

body .contacts-page-map-top .ymaps-b-balloon {
  padding: 0;
  width: 366px !important;
  margin: 4px 0 0 -1px;
}
body .contacts-page-map-top .gm-style .gm-style-iw-c {
  padding: 0px !important;
}
body .contacts-page-map-top .gm-style .gm-style-iw-c img {
  display: inline-block !important;
  max-width: 100%;
}
body .contacts-map-top-frame .ymaps-b-balloon {
  padding: 0;
  width: 344px !important;
  margin: 4px 0 0 -1px;
}
body .contacts-map-top-frame .gm-style .gm-style-iw-c {
  padding: 0px !important;
}
body .drag-block .ymaps-label {
  display: none !important;
}
body .ymaps-b-balloon__content {
  background: var(--white);
}
body .ymaps-b-balloon {
  margin: -54px 0 0 -38px;
  width: 344px !important;
  background: #fff;
  border-radius: 3px;
  padding: 25px 45px 30px 32px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
  box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
}
body .ymaps-b-balloon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 19px;
  z-index: 2;
  background: #fff;
}
body .ymaps-b-balloon .ymaps-b-balloon__content {
  border: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__content > ymaps {
  width: 100% !important;
  height: auto !important;
}
body .ymaps-b-balloon .ymaps-b-balloon__content-holster {
  padding: 0;
}
body .ymaps-b-balloon .ymaps-b-balloon__tr {
  display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__tl {
  display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__bl {
  display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__br {
  display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__close {
  top: 8px !important;
  right: 8px !important;
  width: 26px !important;
  height: 26px !important;
  background: none !important;
  border-radius: 100% !important;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
body .ymaps-b-balloon .ymaps-b-balloon__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 11px;
  background: url(/local/templates/site/assets/css/../svg/maps/Closemap.svg) 0px 0 no-repeat;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
body .ymaps-b-balloon .ymaps-b-balloon__close:hover:before {
  opacity: 0.5;
}
body .ymaps-b-balloon:before {
  content: "";
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ymaps-label {
  display: none !important;
}
body .ymaps-b-zoom_hints-pos_right {
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 20px !important;
  border-radius: 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-left: -88px;
}
body .ymaps-b-zoom {
  width: 80px;
  height: 36px;
  padding: 6px 10px;
}
body .ymaps-b-zoom:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background-color: #f5f5f5;
}
body .ymaps-b-zoom__scale {
  display: none;
}
body .ymaps-b-zoom__button {
  display: inline-block;
  height: 26px;
  width: 30px;
  opacity: 0.6;
}
body .ymaps-b-zoom__button:hover {
  opacity: 1;
}
body .ymaps-b-form-button__content {
  background: none;
}
body .ymaps-b-form-button_theme_grey-sm {
  background: none;
}
body .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__left {
  background: none;
}
body .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__content {
  background: none;
}
body .ymaps-b-form-button_theme_grey-no-transparent-26 {
  background: none;
}
body .ymaps-b-form-button_theme_grey-no-transparent-26 .ymaps-b-form-button__left {
  background: none;
}
body .ymaps-b-form-button_theme_grey-no-transparent-26 .ymaps-b-form-button__content {
  background: none;
}
body .ymaps-b-form-button {
  background-image: none;
  overflow: visible;
}
body .ymaps-b-form-button__left {
  background-image: none;
}
body .ymaps-b-zoom__button_type_minus {
  background-image: none;
  text-align: center;
}
body .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/site/assets/css/../svg/maps/yandexMapMinus.svg);
  left: 0;
  background-position: -6px -3px;
}
body .ymaps-b-zoom__button_type_plus {
  background-image: none;
  text-align: center;
}
body .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/site/assets/css/../svg/maps/yandexMapPlus.svg);
  left: 0;
  top: 0;
  background-position: -1px -3px;
}
body .ymaps-controls-righttop {
  bottom: 0;
  top: auto !important;
}
body .ymaps-controls-righttop > ymaps {
  top: auto !important;
  bottom: 20px !important;
  right: auto !important;
  left: 50%;
  margin-left: 2px;
}
body .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
  background: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 3px 0 3px 25px;
  position: relative;
}
body .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url(/local/templates/site/assets/css/../svg/maps/yandexMapShema.svg);
}
body .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  position: absolute;
  left: 3px;
  bottom: 100%;
  margin-bottom: 3px;
  top: auto;
}
body .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
  display: none;
}
body .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}
body .gm-style .gm-style-iw-t {
  bottom: 10px !important;
  right: -1px !important;
}
body .gm-style .gm-style-iw-c {
  width: 344px !important;
  background: #fff;
  border-radius: 3px;
  padding: 25px 45px 30px 32px !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  overflow-anchor: none;
}

.pane_info_wrapper {
  position: relative;
  padding: 14px 20px 20px;
}
.pane_info_wrapper .pane_info {
  border-radius: 4px;
  overflow: hidden;
}
.pane_info_wrapper .pane_info .image {
  position: relative;
  float: left;
  width: 112px;
  overflow: hidden;
  z-index: 3;
  border-radius: 4px;
  margin-top: 6px;
}
.pane_info_wrapper .pane_info .body-info {
  padding: 0px 15px 0px 0px;
}
.pane_info_wrapper .pane_info .body-info:not(.wti) {
  padding-left: 132px;
}
.pane_info_wrapper .pane_info .section_name {
  margin: 0 0 4px;
  font-weight: normal;
}
.pane_info_wrapper .pane_info .info {
  margin: 9px 0 0;
}
.pane_info_wrapper .pane_info .title {
  padding: 0;
}

.ymaps-shadows-pane {
  display: none;
  display: none;
}

.front_map.bx-yandex-view-layout {
  margin: 0px;
  border: none;
}

.front_map.bx-yandex-view-map {
  position: relative;
  overflow: hidden;
  margin: 0px;
  border: none;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
  color: #555;
  font-size: 13px;
  padding-left: 24px;
  padding-bottom: 11px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
  padding-bottom: 0px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
  top: 3px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
  top: 2px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
  color: #555;
}

.ymaps-controls-lefttop {
  bottom: 0;
  top: auto !important;
}

body.index .ymaps-image-with-content {
  background-image: none !important;
}

.marker.dynamic {
  position: absolute;
  bottom: 0px;
  left: -23px;
}

.ymaps-point-overlay ymaps > svg {
  position: absolute;
  bottom: 0px;
  left: -23px;
}
.ymaps-point-overlay ymaps.ymaps-image-with-content .marker {
  display: none;
}

.gm-style .gm-style-iw-c {
  max-height: none !important;
  overflow: visible !important;
}
.gm-style .gm-style-iw-c button {
  background: url("/local/templates/site/assets/css/../svg/maps/Closemap.svg") center no-repeat !important;
  top: 6px !important;
  right: 6px !important;
}
.gm-style .gm-style-iw-c img {
  display: none !important;
}
.gm-style .gm-style-iw-d {
  max-height: none !important;
  overflow: visible !important;
}

.cluster > div {
  line-height: 56px;
}

.map-detail-items__item-title {
  margin-bottom: 20px;
}

.map-detail-items__item-property:not(:last-child) {
  margin-bottom: 12px;
}

.map-detail-items__item-property-value a {
  display: block;
}

@media (max-width: 767px) {
  body .ymaps-controls-pane {
    display: none;
  }
  body .yandex-map__frame .ymaps-controls-pane {
    display: block !important;
    position: absolute !important;
    top: auto !important;
    bottom: 20px !important;
  }
  body .yandex-map__frame .ymaps-controls-righttop > ymaps {
    top: auto !important;
    bottom: 0px !important;
    left: 50vw;
    margin-left: 10px;
  }
  body .yandex-map__frame .ymaps-controls-lefttop > ymaps {
    top: auto !important;
    bottom: 0px !important;
    left: 50vw !important;
    -webkit-transform: translateX(calc(-100% - 15px));
    -ms-transform: translateX(calc(-100% - 15px));
    transform: translateX(calc(-100% - 15px));
    margin-left: 0px;
  }
  body .yandex-map__frame .ymaps-copyrights-pane {
    display: none !important;
  }
  body .yandex-map__frame .ymaps-copyrights-pane + ymaps {
    display: none !important;
  }
  body .yandex-map__frame .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
    bottom: 100% !important;
    top: auto !important;
  }
  body .yandex-map__frame .bx-yandex-map {
    width: 100%;
    height: 100% !important;
  }
  body .yandex-map__frame .bx-yandex-view-layout {
    width: 100%;
    height: 100% !important;
  }
  body .yandex-map__frame .bx-yandex-view-map {
    width: 100%;
    height: 100% !important;
  }
  body .yandex-map__frame .bx-map-view-layout {
    width: 100%;
    height: 100% !important;
  }
  body .yandex-map__frame .bx-google-map {
    width: 100%;
    height: 100% !important;
  }
  .bx-map-view-layout:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .map-view {
    position: relative;
  }
  .map-view:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.07;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.55) url("/local/templates/site/assets/css/../img/map.png") no-repeat scroll center center;
    background-size: cover;
  }
  .map-mobile-opener {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background-image: url("/local/templates/site/assets/css/../svg/maps/yandexMapArrows.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .yandex-map__frame {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000 !important;
  }
  .yandex-map__frame .bx-map-view-layout:before {
    display: none;
  }
  .yandex-map__frame .bx-yandex-view-layout:before {
    content: none;
  }
  .map-mobile-opener.closer {
    background-image: url("/local/templates/site/assets/css/../svg/maps/yandexMapCloser.svg");
  }
}
@media (max-width: 530px) {
  .bx-yandex-view-map .bx-yandex-map {
    height: 275px !important;
  }
  .bx-google-map {
    height: 275px !important;
  }
}
@media (max-width: 600px) {
  .bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info {
    width: auto;
    margin: 20px 16px;
    position: static;
  }
  .bx-yandex-view-layout .pane_info_wrapper .pane_info .title_block {
    padding: 24px 0px 22px;
    margin: 0 30px;
  }
}
@media (max-width: 400px) {
  body .ymaps-b-balloon {
    width: 275px !important;
    padding-right: 35px;
  }
  body .contacts-map-top-frame .ymaps-b-balloon {
    width: 275px !important;
  }
  .pane_info_wrapper .pane_info .body-info:not(.wti) {
    padding-left: 100px;
  }
  .pane_info_wrapper .pane_info .image {
    width: 85px;
  }
  .bx-map-view-layout .image span {
    padding-top: 60%;
  }
}
.alert {
  position: relative;
  padding: 1em;
  color: var(--alert-color);
  background-color: var(--alert-bg);
  border: 1px solid var(--alert-border);
  border-radius: var(--border-radius);
  margin-bottom: 1.25em;
}
.alert a {
  color: var(--alert-link-color);
  font-weight: 500;
}
.alert.alert-primary {
  --alert-color: var(--brand-500);
  --alert-bg: var(--brand-200);
  --alert-border-color: var(--brand-500);
  --alert-link-color: var(--brand-500);
}
.alert.alert-secondary {
  --alert-color: var(--gray-60);
  --alert-bg: var(--gray-10);
  --alert-border-color: var(--gray-60);
  --alert-link-color: var(--gray-60);
}
.alert.alert-success {
  --alert-color: #0a3622;
  --alert-bg: #d1e7dd;
  --alert-border-color: #a3cfbb;
  --alert-link-color: #0a3622;
}
.alert.alert-danger {
  --alert-color: #58151c;
  --alert-bg: #f8d7da;
  --alert-border-color: #58151c;
  --alert-link-color: #58151c;
}

.hr-line {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid var(--gray-10);
}

.tabs-wrapper {
  position: relative;
  overflow: hidden;
  margin-block: 1rem;
}
.tabs-nav {
  white-space: nowrap;
  z-index: 1;
  position: relative;
  margin: 0;
}
.tabs-arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.tabs-arrow-right {
  right: -5px;
  border-left: 1px solid #ececec;
  border-color: var(--gray-10);
}
.tabs-arrow-right.disabled {
  display: none;
}
.tabs-arrow-right svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tabs-arrow-left {
  left: -5px;
  border-right: 1px solid #ececec;
  border-color: var(--gray-10);
}
.tabs-arrow-left.disabled {
  display: none;
}
.tabs-arrow-left svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 38px;
  height: 100%;
  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;
  background: #fff;
  z-index: 1;
  cursor: pointer;
}

.counter-block-input {
  height: 3em;
  text-align: center;
}

#more-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
  list-style: none;
  margin: 0;
  padding: 0;
}

#more-nav:after {
  content: "";
  display: table;
  clear: both;
}

#more-nav > li {
  display: block;
  position: relative;
  float: left;
}

#more-nav > li a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#more-nav > li > ul {
  display: block;
  position: absolute;
  list-style: none;
  opacity: 0;
  visibility: hidden;
}

#more-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#more-nav .more .header-more-second {
  top: 100%;
  left: auto;
  right: 0;
}

#more-nav .more .has-child-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-link {
  line-height: 1;
}
.logo-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.logo-descriptor {
  line-height: 1.1;
}

.header-wrapper {
  padding: 1.25em 0;
  background-color: var(--white);
}
.header-logo {
  max-width: 400px;
}
.header-phone {
  position: relative;
}
.header-phone_show-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-phone_show-icon-arrow {
  margin-left: 0.25em;
  width: 12px;
  height: 12px;
  color: var(--black);
}
.header-phone_show-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-phone:hover .header-phone_dropdown {
  visibility: visible;
  opacity: 1;
}
.header-phone_dropdown {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 20;
  background-color: var(--white);
  min-width: 290px;
  left: -1px;
  top: -20px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 25px;
  border-radius: 10px;
}
.header-phone_dropdown-phone:not(:first-of-type) {
  padding-top: 14px;
}
.header-phone_dropdown-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-phone_dropdown-btn {
  padding-top: 20px;
}
.header-phone_dropdown-info {
  margin-top: 8px;
}
.header-phone_dropdown-item:not(:last-child) {
  padding-bottom: 10px;
}
.header-phone_dropdown-socials {
  margin-top: 1.25em;
}
.header-item {
  position: relative;
}
.header-item.has-child-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header-item:hover > .header-list-second {
  opacity: 1;
  visibility: visible;
}
.header-item a {
  padding: 0.625em;
}
.header-list-second {
  top: 100%;
  left: 0;
  border: 1px solid var(--gray-10);
  padding: 0;
  list-style: none;
  background-color: var(--white);
  visibility: hidden;
  opacity: 0;
}
.header-list-second .has-child-more:hover > .header-list-third {
  opacity: 1;
  visibility: visible;
}
.header-list-third {
  position: absolute;
  top: 0;
  border: 1px solid var(--gray-10);
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.header-menu {
  background-color: var(--brand-500);
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu .header-nav .level-0 > a.nav-link {
  text-transform: uppercase;
  color: var(--white);
  font-weight: 500;
  padding: 0.75em 1.25em;
}

.header-search-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-search-form {
  position: relative;
}
.header-search-btn {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0;
  background-color: var(--white);
  -webkit-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.header-search__inner.active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-search-form.--btn-inside {
  position: relative;
}
.header-search-form.--btn-inside .header-search-btn {
  --button-icon-size: 1.7cap;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.header-search-btn {
  right: 0;
}

.footer.--dark {
  background-color: #2b2f32;
  --link-footer: var(--white);
  --icons-color: var(--gray-10);
}
.footer.--light {
  background-color: #f5f5f5;
  --link-footer: var(--black);
  --icons-color: var(--gray-80);
}
.footer-top {
  padding: 2.5em 0;
}
.footer-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-part-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .footer-part-item.--contact {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.footer-menu-link {
  color: var(--link-footer);
  opacity: 0.8;
}
.footer-menu-link:hover {
  opacity: 1;
}
.footer .bottom-menu-title {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .footer .bottom-menu-title {
    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;
    gap: 0.5em;
  }
}
.footer .bottom-menu-list {
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
@media screen and (max-width: 767px) {
  .footer .bottom-menu-list {
    display: none;
  }
}
.footer .bottom-menu-list a {
  opacity: 0.6;
}
.footer .bottom-menu-icons {
  display: none;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
@media screen and (max-width: 767px) {
  .footer .bottom-menu-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.25em;
    height: 1.25em;
  }
}
.footer .bottom-menu-icons.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer .bottom-menu-link {
  color: var(--link-footer);
}
.footer-contact {
  width: 300px;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
}
.footer-contact-item {
  width: 100%;
}
.footer-contact-icons {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1.5em;
  height: 1.5em;
  color: var(--icons-color);
}
.footer-contact-value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: var(--link-footer);
}
.footer-contact-value a {
  display: block;
  color: var(--link-footer);
}
.footer-bottom {
  border-top: 1px solid var(--gray-20);
  padding: 0.625em 0;
}
.footer-license a {
  color: var(--link-footer);
}
.footer-developers {
  color: var(--link-footer);
}
.footer[data-footer=footer-3] .footer-social {
  margin-top: 0;
}

.block-consultation {
  padding: 2em 0;
  background-color: var(--brand-500);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.block-consultation-title {
  color: var(--white);
  margin: 0;
  position: relative;
}
.block-consultation-title:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  opacity: 0.2;
  width: 250px;
  height: 250px;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8.22766 9C8.77678 7.83481 10.2584 7 12.0001 7C14.2092 7 16.0001 8.34315 16.0001 10C16.0001 11.3994 14.7224 12.5751 12.9943 12.9066C12.4519 13.0106 12.0001 13.4477 12.0001 14M12 17H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="%23FFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}
.block-consultation-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.5em;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .block-consultation-text {
    padding-right: 0em;
  }
}
@media screen and (max-width: 767px) {
  .block-consultation-text {
    text-align: center;
    opacity: 0.9;
  }
}
.block-consultation-text p {
  margin: 0;
}
.block-consultation-btn {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.card {
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.card:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card:hover .card-images img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.card-images {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.card-images img {
  -webkit-transition: var(--animation);
  transition: var(--animation);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-labels {
  position: absolute;
  top: 1em;
  left: 1em;
}
.card-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-name {
  line-height: 1.3;
  margin-bottom: 0.25em;
}
.card-preview {
  margin: 0.25em 0;
}
.card-preview p {
  margin: 0;
}
.card-info {
  margin-top: auto;
}
.card-info .svg {
  top: -1px;
  width: 18px;
  height: 18px;
}
.card-product {
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.card-product:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card-product:hover .card-product-panel {
  opacity: 1;
}
.card-product-images {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
}
.card-product-images img {
  -webkit-transition: var(--animation);
  transition: var(--animation);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-product-control {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 10;
  width: calc(100% - 1em);
}
.card-product-panel {
  width: 3.125em;
  opacity: 0;
}
.card-product-panel .btn {
  display: block;
  min-height: auto;
  padding: 0.25em;
  background-color: var(--gray-5);
}
.card-product-panel .btn .svg {
  width: 1.5em;
  height: 1.5em;
}
.card-product-panel .btn:hover {
  background-color: var(--brand-500);
}
.card-product-panel .btn:hover .svg {
  color: var(--white);
}
.card-product-panel .btn.active {
  background-color: var(--brand-500);
}
.card-product-panel .btn.active .svg {
  color: var(--white);
}
.card-product-labels {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card-product-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-product-name {
  line-height: 1.3;
  margin-bottom: 0.25em;
}
.card-product-price {
  margin-top: auto;
}
.card-product-btn {
  margin-top: auto;
}

.price-inner .label {
  padding: 0.25em 0.75em;
  border-radius: calc(var(--border-radius) * 2);
}
.price-sale {
  text-decoration: line-through;
}

.card-video {
  cursor: pointer;
  overflow: hidden;
}
.card-video:hover .card-video-icons {
  width: 4em;
  height: 4em;
}
.card-video:hover .card-video-icons.--big {
  width: 7.5em;
  height: 7.5em;
}
.card-video-images {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.card-video-images img {
  -webkit-transition: var(--animation);
  transition: var(--animation);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-video-icons {
  position: absolute;
  color: var(--brand-500);
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.card-video-icons.--big {
  width: 6em;
  height: 6em;
}
.card-video-icons .svg {
  width: 100%;
  height: 100%;
}
.card-video-time {
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  z-index: 2;
  background-color: var(--black);
  border-radius: calc(var(--border-radius) * 2);
  padding: 0.125em 0.5em;
  color: var(--white);
}

.aside-scroll-block {
  position: sticky;
}

.side-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gray-10);
  border-radius: var(--border-radius);
}
.side-menu > li {
  position: relative;
  display: block;
}
.side-menu > li .top-level-link {
  padding: 17px 47px 16px 23px;
  display: block;
  font-size: 15px;
}
.side-menu > li.active a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  width: 10px;
  height: 50%;
  border-radius: 2px;
  background-color: var(--brand-500);
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0 50% 50% 0;
  width: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-menu li:not(:first-of-type) {
  border-top: 1px solid var(--gray-10);
}
.side-menu .link-wrapper {
  position: relative;
  display: block;
}

.aside-block:not(:last-child) {
  margin-bottom: 20px;
}
.aside-banner img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  overflow: hidden;
}
.aside-menu {
  margin-bottom: 20px;
}
.aside-menu__head {
  padding: 17px 23px 18px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 700;
  margin-bottom: -1px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.aside-menu__head .svg-inline-down {
  position: absolute;
  right: 15px;
  top: 27px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  text-align: center;
  border-radius: 3px;
  line-height: 16px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  rotate: 180deg;
}
.aside-menu__head.toggle {
  border-radius: 4px 4px 0px 0px;
}
.aside-menu__head.toggle .svg-inline-down {
  rotate: 0deg;
}
.aside-menu__body {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-menu__body.open {
  max-height: 100%;
}
.aside-menu__body.open .side-menu {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.side-menu .submenu-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.side-menu li.opened.child > .submenu-wrapper {
  display: block;
}
.side-menu li.active .submenu a:before {
  background-color: transparent;
}
.side-menu .submenu {
  padding: 0 0 15px 22px;
  list-style: none;
  font-size: 14px;
}
.side-menu .submenu .menu-arrow.svg {
  top: 0;
}
.side-menu .submenu .submenu {
  padding: 9px 0;
}
.side-menu .submenu .submenu-wrapper {
  padding: 0 0 0 10px;
  display: none;
}
.menu-arrow.svg {
  position: absolute;
  right: 18px;
  top: 21px;
  width: 15px;
  height: 14px;
  text-align: center;
  line-height: 8px;
  border-radius: 3px;
  margin: 0;
  z-index: 23;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-arrow.svg:hover {
  background-color: var(--brand-500);
}
.menu-arrow.svg:hover svg {
  fill: var(--white);
}
.menu-arrow.svg.toggle svg {
  rotate: 180deg;
}

.side-menu .submenu li {
  border: none;
}

.sublink {
  padding-block: 5px;
  padding-inline: 0 22px;
}

.toggle_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 50px;
  height: 100%;
  bottom: 0;
  cursor: pointer;
}

.hero-banners-wrapper {
  width: 100%;
}
.hero-banners-wrapper .slick-slide {
  margin: 0;
}
.hero-banners-wrapper .slick-prev {
  left: 20px;
}
.hero-banners-wrapper .slick-next {
  right: 20px;
}
.hero-banners-wrapper.--small-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  height: 600px;
}
.hero-banners-wrapper.--small-left .slick-next,
.hero-banners-wrapper.--small-left .slick-prev {
  top: auto;
  bottom: 1.25em;
}
.hero-banners-wrapper.--small-left .slick-prev {
  left: inherit;
  right: 65px;
}
.hero-banners-wrapper.--small-left .slick-next {
  right: 20px;
}
.hero-banners-wrapper.--small-left .hero-banners-small {
  width: 400px;
}
.hero-banners-big {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.hero-banners-item {
  height: 600px;
  position: relative;
}
.hero-banners-images {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banners-images video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-banners-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.hero-banners-inner.--black {
  color: var(--black);
}
.hero-banners-inner.--white {
  color: var(--white);
}
.hero-banners-content {
  max-width: 600px;
  color: inherit;
}
.hero-banners-title {
  color: inherit;
}
.hero-banners-text {
  color: inherit;
}
.hero-banners-small-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.hero-banners-small-item[onclick] {
  cursor: pointer;
}
.hero-banners-small-item:hover .hero-banners-small-images img {
  scale: 1.1;
}
.hero-banners-small-images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-banners-small-images img {
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.hero-banners-small-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.hero-banners-small-inner.--black {
  color: var(--black);
}
.hero-banners-small-inner.--white {
  color: var(--white);
}
.hero-banners-small-label {
  color: inherit;
  opacity: 0.6;
}
.hero-banners-small-title {
  color: inherit;
}

.page-404 {
  padding: 50px 0;
}
.page-404__images .svg {
  width: 32.5em;
  height: 12.5em;
}
.page-404__images .svg svg {
  color: var(--brand-500);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-404__images .svg {
    width: 350px;
    height: 120px;
  }
}
@media screen and (max-width: 575px) {
  .page-404__images .svg {
    width: 290px;
    height: 104px;
  }
}
.page-404__title {
  font-size: 2.625em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-404__title {
    font-size: 2em;
  }
}
@media screen and (max-width: 575px) {
  .page-404__title {
    font-size: 1.75em;
  }
}

:root {
  --m-font-family: "Montserrat", system-ui, sans-serif;
  --m-font-family-title: "Montserrat", system-ui, sans-serif;
  --bg-color: #FFFDFD;
  --brand-500: #0d6efd;
  --brand-400: color-mix(in srgb, var(--brand-500) 80%, white);
  --brand-300: color-mix(in srgb, var(--brand-500) 50%, white);
  --brand-200: color-mix(in srgb, var(--brand-500) 20%, white);
  --brand-100: color-mix(in srgb, var(--brand-500) 10%, white);
  --brand-50: color-mix(in srgb, var(--brand-500) 5%, white);
  --black: #333;
  --gray: #666;
  --white: #ffffff;
  --gray-80: color-mix(in srgb, var(--black) 80%, var(--white));
  --gray-60: color-mix(in srgb, var(--black) 60%, var(--white));
  --gray-40: color-mix(in srgb, var(--black) 40%, var(--white));
  --gray-20: color-mix(in srgb, var(--black) 20%, var(--white));
  --gray-10: color-mix(in srgb, var(--black) 10%, var(--white));
  --gray-5: color-mix(in srgb, var(--black) 3%, var(--white));
  --color-secondary: #6c757d;
  --color-success: #198754;
  --color-danger: #dc3545;
  --color-warning: #ffc107;
  --color-info: #0dcaf0;
  --color-light: #f8f9fa;
  --animation: all 0.25s ease-out;
  --swiper-theme-color: var(--brand-500);
  --swiper-pagination-bullet-inactive-color: var(--grey-dark);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-time-animate: 1.2s;
  --f-button-border-radius: 0;
  --border-radius: 0.25em;
  --border-radius-big: calc(var(--m-border-radius) * 2);
  --gap: 20px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #1b1b1b;
    --black: #fff;
    --white: #1b1b1b;
    --gray: #a4a4a4;
  }
}
main.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 4.375em;
}
@media screen and (max-width: 575px) {
  main.main {
    margin-bottom: 2.5em;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
  color: var(--gray-60);
  font-family: var(--m-font-family), serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100vh;
  background-color: var(--bg-color);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body.dark-theme {
  --bg-color: #1b1b1b;
  --black: #ffffff;
  --white: #1b1b1b;
  --gray: #a4a4a4;
}

.overflow {
  overflow: hidden;
}
.overflow::after {
  content: "";
  background-color: rgba(17, 24, 28, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/site/assets/vendor/dataTables/dataTables.dataTables.css?175100943234206*/
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-header-align-items: center;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable tbody td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable tbody td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tbody tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
table.dataTable tfoot:empty {
  display: none;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "\25B2";
  content: "\25B2"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "\25BC";
  content: "\25BC"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > th div.dt-column-footer,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-footer,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-footer,
table.dataTable tfoot > tr > td div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-footer {
  display: flex;
  justify-content: space-between;
  align-items: var(--dt-header-align-items);
  gap: 4px;
}
table.dataTable thead > tr > th div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
  flex-grow: 1;
}
table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
  display: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row-reverse;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-left div.dt-column-header,
table.dataTable th.dt-left div.dt-column-footer,
table.dataTable td.dt-left div.dt-column-header,
table.dataTable td.dt-left div.dt-column-footer {
  flex-direction: row;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-footer,
table.dataTable td.dt-right div.dt-column-header,
table.dataTable td.dt-right div.dt-column-footer {
  flex-direction: row-reverse;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-justify div.dt-column-header,
table.dataTable th.dt-justify div.dt-column-footer,
table.dataTable td.dt-justify div.dt-column-header,
table.dataTable td.dt-justify div.dt-column-footer {
  flex-direction: row;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-left div.dt-column-header,
table.dataTable thead th.dt-head-left div.dt-column-footer,
table.dataTable thead td.dt-head-left div.dt-column-header,
table.dataTable thead td.dt-head-left div.dt-column-footer,
table.dataTable tfoot th.dt-head-left div.dt-column-header,
table.dataTable tfoot th.dt-head-left div.dt-column-footer,
table.dataTable tfoot td.dt-head-left div.dt-column-header,
table.dataTable tfoot td.dt-head-left div.dt-column-footer {
  flex-direction: row;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-right div.dt-column-header,
table.dataTable thead th.dt-head-right div.dt-column-footer,
table.dataTable thead td.dt-head-right div.dt-column-header,
table.dataTable thead td.dt-head-right div.dt-column-footer,
table.dataTable tfoot th.dt-head-right div.dt-column-header,
table.dataTable tfoot th.dt-head-right div.dt-column-footer,
table.dataTable tfoot td.dt-head-right div.dt-column-header,
table.dataTable tfoot td.dt-head-right div.dt-column-footer {
  flex-direction: row-reverse;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-justify div.dt-column-header,
table.dataTable thead th.dt-head-justify div.dt-column-footer,
table.dataTable thead td.dt-head-justify div.dt-column-header,
table.dataTable thead td.dt-head-justify div.dt-column-footer,
table.dataTable tfoot th.dt-head-justify div.dt-column-header,
table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
table.dataTable tfoot td.dt-head-justify div.dt-column-header,
table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
  flex-direction: row;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:root {
  --dt-row-hover-alpha: 0.035;
  --dt-row-stripe-alpha: 0.023;
  --dt-column-ordering-alpha: 0.019;
  --dt-row-selected-stripe-alpha: 0.923;
  --dt-row-selected-column-ordering-alpha: 0.919;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha));
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha));
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)));
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)));
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}
div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}
div.dt-container div.dt-layout-full {
  width: 100%;
}
div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}
div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}
div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}
div.dt-container select.dt-input {
  padding: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}
div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}
div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}
div.dt-container .dataTables_scroll {
  clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}
html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

/* End */


/* Start:/local/templates/site/template_styles.css?1751031275701*/
.header-inner{
    flex: 1;
}

.result-qr{
    padding: 20px;
    border: 1px solid var(--gray-10);
    border-radius: var(--border-radius);
    text-align: center;
    position: relative;
}

/*.result-qr.no:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgb(255 255 255 / 50%);*/
/*}*/

#qrImage img{
    width: 280px;
    height: 280px;
    display: block;
    margin: 0 auto;
}


.utm_inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
}

.utm_inner-title{
    grid-column: 2 span;
}

.utm_inner .form-control:last-child{
    grid-column: 2 span;
}
/* End */
/* /local/templates/site/assets/vendor/fancybox/fancybox.css?173539669625274 */
/* /local/templates/site/assets/vendor/slick/slick.css?17353966961788 */
/* /local/templates/site/assets/vendor/swiper/swiper-bundle.min.css?173539669618433 */
/* /local/templates/site/assets/vendor/slinky/slinky.css?17353966962152 */
/* /local/templates/site/assets/css/fonts.css?175093037438 */
/* /local/templates/site/assets/css/main.css?1751280211201234 */
/* /local/templates/site/assets/vendor/dataTables/dataTables.dataTables.css?175100943234206 */
/* /local/templates/site/template_styles.css?1751031275701 */
