

/* Start:/local/templates/avs/libs/fancybox/fancybox.css?170358830124645*/
: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:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out 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) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{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-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{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)}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: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__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__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;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-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.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:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.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:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.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:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.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: 20px;--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}.f-thumbs__track{display:flex;will-change:transform}.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);min-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(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){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))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;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-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.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{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;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;margin:auto 0;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: 20px;--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/avs/libs/swiper/swiper-bundle.min.css?170358830118436*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@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/avs/libs/fancybox_new/jquery.fancybox.css?173943689015997*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*# sourceMappingURL=jquery.fancybox.css.map */

/* End */


/* Start:/local/templates/avs/components/bitrix/menu/catalog_menu/style.css?1745216440241*/
.mobile-menu-nav-wrap {
	display: none;
	visibility: hidden;
}

@media (max-width: 767px) {
	.mobile-menu-nav-wrap {
		visibility: visible;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 8px;
		margin-bottom: 10px;
	}
}

/* End */


/* Start:/local/templates/avs/components/bitrix/search.title/main/style.css?17068618562146*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
	border: 1px solid #000;
	border-radius: 6px;
	margin-top: 4px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/avs/components/bitrix/search.title/main/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

/* End */


/* Start:/local/templates/avs/components/intec.regionality/regions.select/custom_modal/style.css?17574960675468*/
.ns-intec-regionality.c-regions-select.c-regions-select-default {
  display: inline-block;
  position: relative;
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
  max-width: 250px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region:hover {
  color: #868686;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-overlay {
  display: block;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window {
  display: block;
  position: relative;
  color: #2d2d2d;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
  margin: -150px auto 0 auto;
  max-width: 826px;
  max-heigh: 571px;
  border-radius: 10px;
  padding: 0 15px 50px 15px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-header {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 10px 25px 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-title {
  display: block;
  padding-right: 60px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 1;
  margin-top: -7px;
  padding-bottom: 1px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-content {
  display: block;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-title {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-input {
  display: block;
  width: 100%;
  color: #696969;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 5px 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-input-custom {
  width: 100%!important;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-regions {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 28px;
  height: auto;
  max-height: 180px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region {
  display: block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
  width: 29%;
  min-width: 180px;
  line-height: 150%;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region {
    width: 100%;
  }
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region:hover {
  background-color: #f7f7f7;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
  display: block;
  position: absolute;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 200px;
  margin-top: 10px;
  padding: 10px;
  z-index: 10;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-text {
  display: block;
  margin-bottom: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-buttons {
  display: block;
  font-size: 0;
  white-space: nowrap;
  margin: -5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
  background-color: #2d2d2d;
  border: none;
  color: #fff;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button:hover {
  background-color: #868686;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avs/components/bitrix/sale.basket.basket.line/main/style.css?17495478632235*/
.catalog-cart-counter-menu {
    background: #BCBDBE;
    color: #fff;
    text-align: center;
    min-width: 21px;
    height: 13px;
    position: relative;
    top: -2px;
    right: 10px;
    border-radius: 8px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;

    font-family: Mulish, sans-Serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12.55px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-menu {
    position: relative; /* для позиционирования выпадающего меню */
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.profile-dropdown {
    position: absolute;
    top: 100%; /* опускает меню вниз от контейнера */
    left: -150px; /*  привязываем к левому краю */
    z-index: 100;
    display: none; /* изначально скрываем меню */
    background-color: #fff; /* делаем фон белым */
    border: 1px solid #ddd; /* добавляем границу */
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    list-style: none;
    width: max-content; /* меню подстраивается под контент*/

}

.profile-dropdown.register {
    padding: 10px 20px;
}

.profile-dropdown li {
    padding: 8px 20px;
    width: 100%;

}

.profile-dropdown a {
    display: block;
    text-decoration: none;
    color: #2D2D2D;
    font-size:18px;
    text-align: left;
}

.profile-menu.active .profile-dropdown {
    display: block; /* показываем меню при наведении на профиль */
}


.profile-dropdown div {
    cursor: pointer;
}

.header-personal-wrap {
    min-width: 200px;
    display: flex;
    justify-content: end;
}

@media (max-width: 767px) {
    .profile-dropdown {
        left: -150px;
    }
}

/* End */


/* Start:/local/templates/avs/components/bitrix/breadcrumb/main/style.min.css?1706861855467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/avs/components/bxmaker/authuserphone.enter/.default/style.css?174954356419824*/

/*body .bxmaker-authuserphone-button:focus{*/
/*    outline: none;*/
/*}*/

/*body .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {*/
/*    background-color: #d75cb6;*/
/*}*/

/*body .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {*/
/*    background-color: #d75cb6;*/
/*}*/

/*body .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,*/
/*body  .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,*/
/*body  .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field*/
/*{*/
/*    border-color: #d75cb6;*/
/*}*/

/*body .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,*/
/*body .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,*/
/*body .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field*/
/*{*/
/*    border-color: #d75cb6;*/
/*}*/


/*body .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,*/
/*body .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,*/
/*body .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field*/
/*{*/
/*    border-color: #d75cb6;*/
/*}*/

/*body .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,*/
/*body  .bxmaker-authuserphone-input-code--hover .bxmaker-authuserphone-input-code__field,*/
/*body  .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field*/
/*{*/
/*    border-color: #d75cb6;*/
/*}*/

/*body a.bxmaker-authuserphone-link,*/
/*body a.bxmaker-authuserphone-link:visited*/
/*{*/
/*    color: #d75cb6;*/
/*}*/

/*body a.bxmaker-authuserphone-link:active,*/
/*body a.bxmaker-authuserphone-link:hover*/
/*{*/
/*    color: #d75cb6;*/
/*}*/

/*body .bxmaker-authuserphone-input-phone__validation,*/
/*body .bxmaker-authuserphone-message--error {*/
/*    color: #ff0000;*/
/*}*/


.auth-forms-container .tab-content {
    max-width: 438px;
}

.bxmaker-authuserphone-enter-auth {
    clear: both;
}

@media (min-width: 768px) {
    [class^='bxmaker-authuserphone-enter-'] button {
        float: left;
        width: calc(50% - 10px);
    }
    .authuserphone-code__wrap {
        float: right;
        width: calc(50% - 10px);
    }
}

[class^='bxmaker-authuserphone-enter-'] button.auth-button-even {
    margin-left: 10px;
}

[class^='bxmaker-authuserphone-enter-'] button.auth-button-odd {
    margin-right: 10px;
}

.bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-header1, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-message, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-password, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-phone {
    margin-bottom: 30px;
}

.auth-forms-container .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner .bxmaker-authuserphone-button__title{
    font-size: 18px;
    font-weight: 600;
    line-height: 22.59px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.auth-forms-container .bxmaker-authuserphone-enter-auth-by-password-form__forget {
    top: 0;
}

.bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-message, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input-password, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input-phone {
    margin-bottom: 40px;
}

div .bxmaker-authuserphone-enter-reg__toauth {
    margin-top: 0;
}

/* кнопка запомнить меня */
.addition-buttona-row {
    clear: both;
    height: 24px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.remember.onoff {
    position: relative;
    display: inline-block;
}

.remember.onoff, .addition-buttona-row {
    margin-top: -8px;
}

.auth-page .prompt.remember label {
    font-weight: normal;
    display: block;
    zoom: 1;
    vertical-align: middle;
    margin: 0;
    top: -4px;
    position: relative;
}

.onoff input[type="checkbox"] {
    display: none;
}

.onoff input[type="checkbox"] + label {
    padding: 0 0 0 50px;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #2D2D2D;
}

.onoff input[type="checkbox"] + label:before {
    content: '';
    display: block;
    top: 0;
    height: 24px;
    width: 40px;
    border-radius: 20px;
}

.onoff input[type="checkbox"] + label:before {
    background: #e0e0e0;
    position: absolute;
    left: 0;
}

.onoff input[type="checkbox"]:checked + label:before {
    color: #FFF;
    background: #2D2D2D;
}

.onoff input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    background: #fff;
    width: 16px;
    height: 16px;
    border: none;
    margin: 4px;
    left: 0;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    transition: left .1s ease-in;
    z-index: 11;
}

.onoff input[type="checkbox"]:checked + label:after {
    left: 16px;
}

[class^='bxmaker-authuserphone-enter-'] .addition-buttona-row .bxmaker-authuserphone-enter-auth-by-password-form__forget {
    background: none;
    background-color: unset;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #2D2D2D;
    border: none;
    padding: 0;
    display: inline-block;
    line-height: 24px;
    min-height: auto;
    width: auto;
    text-align: right;
    margin-right: 0;
    height: 24px;
    margin-top: -8px;
}

.bxmaker-authuserphone-enter-reg__toauth .bxmaker-authuserphone-link, .bxmaker-authuserphone-enter-auth__toregistration .bxmaker-authuserphone-link  {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: inherit;
    margin: 0;
    position: relative;
    text-decoration: none;
    white-space: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 14px 12px;
    border: 1px solid var(--black, #2D2D2D);
    border-radius: 6px;
    display: inline-block;
}

.bxmaker-authuserphone-enter-reg__toauth .bxmaker-authuserphone-link:hover, .bxmaker-authuserphone-enter-auth__toregistration .bxmaker-authuserphone-link:hover {
    color: inherit;
}

div .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
    background-color: black;
    color: white;
    border: none;
}

.button_enter_auth_pass, .button_enter_forget, .button_enter_auth, .button_enter_reg {
    margin-right: 20px;
}

.bxmaker-authuserphone-enter-smscode__send {
    width: 100%;
}

.button_change_phone {
    margin-bottom: 24px;
}

div.bxmaker-authuserphone-captcha {
    width: 100%;
}

.bxmaker-authuserphone-timeout {
    display: flex;
    justify-content: center;
    width: 100%;
}

.agree_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #D2D3D4;
}

.hover_link:hover {
    color: #5200ff;
}

.is_agree {
    margin-bottom: 40px;
}

.tab-buttons.hidden {
    display: none !important;
}

.bxmaker-authuserphone-input-fio input[type=text] {
    padding: 10px 12px 6px 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin: 0;
    outline: none;
    background-color: rgba(255,255,255,0);
    border: 0;
    font-size: 16px;
}

.auth-forms-container .input__field:focus {
    border-bottom: 2px solid #2d2d2d !important;
}

.bxmaker-authuserphone-input input[type=otp], .bxmaker-authuserphone-input input[type=phone], .bxmaker-authuserphone-input input[type=password], .bxmaker-authuserphone-input input[type=text], .bxmaker-authuserphone-input input[type=tel], .bxmaker-authuserphone-input input[type=email] {
    padding: 18px 12px 6px 0;
}

.bxmaker-authuserphone-input-password input[type=password], .bxmaker-authuserphone-input-password input[type=text] {
    padding: 18px 40px 6px 0;
}

.auth-forms-container .auth-form-title {
    margin-bottom: 30px;
}

.auth-forms-container .tab-button {
    margin: 0 24px 26px 0;
}

.auth-forms-container .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field,
.auth-forms-container .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field {
    border-color: #2d2d2d;
}

.bxmaker-authuserphone-enter-reg .bxmaker-authuserphone-input--required .input__title:after {
    content: '*';
    position: absolute;
    top: 0;
    right: auto;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ff0000;
}

/* стили после обновления модуля */

.bxmaker-authuserphone-enter-forget-form  .bxmaker-authuserphone-input-phone.bxmaker-authuserphone-input--required [class*="__title"]:before {
    content: none;
}

div div .auth-forms-container {
    background-color: white !important;
    padding: 92px 40px 40px 40px !important;
    border-radius: 10px !important;
}

div .auth-forms-container .tab-button {
    margin: 0 24px 30px 0;
}

div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-header1,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-header,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-message,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-captcha,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-password,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-code,
div .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-phone,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-fio,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-consent,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-checkbox,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-header,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-message,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-captcha,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-password,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-code,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-phone,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-fio,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-consent,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-checkbox,
div .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-location,
div .bxmaker-authuserphone-enter-otp .bxmaker-authuserphone-input-otp,
div .bxmaker-authuserphone-enter-otp .bxmaker-authuserphone-captcha,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-header,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-message,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-captcha,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input-password,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input-code,
div .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input-phone {
    margin-bottom: 40px;
}

div .bxmaker-authuserphone-enter-auth__toregistration, div .bxmaker-authuserphone-enter-auth__change-confirm, div .bxmaker-authuserphone-enter-auth__back {
    text-align: center;
    margin-top: 32px;
}

div div .bxmaker-authuserphone-header {
    display: none;
}

div .bxmaker-authuserphone-enter-authbyemailcode-form .bxmaker-authuserphone-header {
    margin-bottom: 30px;
}


div .bxmaker-authuserphone-enter-otp .bxmaker-authuserphone-message, div .bxmaker-authuserphone-enter-otp .bxmaker-authuserphone-header {
    margin-bottom: 30px;
}

div .bxmaker-authuserphone-input-password__field,
div .bxmaker-authuserphone-input-fio__input,
div .bxmaker-authuserphone-input-phone__input,
div .bxmaker-authuserphone-input__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    flex-direction: column-reverse;
    border: none;
    border-bottom: 2px solid #D2D3D4;
    border-radius: 0;
}

div .bxmaker-authuserphone-input-fio__field {
    border: none;
}

.bxmaker-authuserphone-input-password__title,
.bxmaker-authuserphone-input-fio__title,
.bxmaker-authuserphone-input-phone__title,
.bxmaker-authuserphone-input__title {
    display: block;
    text-align: left;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
    font-size: 16px;
    position: relative;
    left: 0;
    top: 0;
    font-weight: 500;
    line-height: 140%;
    color: #D2D3D4;
}

.bxmaker-authuserphone-input-password__title:after,
.bxmaker-authuserphone-input-fio__title:after,
.bxmaker-authuserphone-input-phone__title:after,
.bxmaker-authuserphone-input__title:after {
    content: ':';
}

.bxmaker-authuserphone-input--required [class*="__title"] {
    display: inline-block;
    position: relative;
    width: fit-content;
}

.bxmaker-authuserphone-input--required [class*="__title"]:before {
    content: '*';
    color: red;
    position: absolute;
    display: block;
    left: calc(100% + 4px);
    bottom: 4px;
    height: 22px;
}

div .bxmaker-authuserphone-input-password input[type=password],
div .bxmaker-authuserphone-input-password input[type=text],
div .bxmaker-authuserphone-input-fio input[type=text],
div .bxmaker-authuserphone-input-phone input[type=text],
div .bxmaker-authuserphone-input input[type=otp],
div .bxmaker-authuserphone-input input[type=phone],
div .bxmaker-authuserphone-input input[type=password],
div .bxmaker-authuserphone-input input[type=text],
div .bxmaker-authuserphone-input input[type=tel],
div .bxmaker-authuserphone-input input[type=email] {
    padding: 9px 12px 6px 0;
    border-radius: 0;
}

div div .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__title,
div div .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__title,

div div .bxmaker-authuserphone-input-fio--focus .bxmaker-authuserphone-input-fio__title,
div div .bxmaker-authuserphone-input-fio--hover .bxmaker-authuserphone-input-fio__title,

div div .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__title,
div div .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

div div .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title,
div div .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

div .bxmaker-authuserphone-input-password, div .bxmaker-authuserphone-input-password *,
div .bxmaker-authuserphone-input-fio, div .bxmaker-authuserphone-input-fio *,
div .bxmaker-authuserphone-input-phone, div .bxmaker-authuserphone-input-phone *,
div .bxmaker-authuserphone-input, div .bxmaker-authuserphone-input * {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

div .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field,
div .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
div .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,

div .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__title,
div .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__title,
div .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__title,

div .bxmaker-authuserphone-input-fio:hover .bxmaker-authuserphone-input-fio__input,
div .bxmaker-authuserphone-input-fio--focus .bxmaker-authuserphone-input-fio__input,
div .bxmaker-authuserphone-input-fio--hover .bxmaker-authuserphone-input-fio__input,

div .bxmaker-authuserphone-input-fio:hover .bxmaker-authuserphone-input-fio__title,
div .bxmaker-authuserphone-input-fio--focus .bxmaker-authuserphone-input-fio__title,
div .bxmaker-authuserphone-input-fio--hover .bxmaker-authuserphone-input-fio__title,

div .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__input,
div .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__input,
div .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__input,

div .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__title,
div .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title,
div .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title,

div .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field,
div .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
div .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,

div .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__title,
div .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__title,
div .bxmaker-authuserphone-input--focus  .bxmaker-authuserphone-input__title {
    color: #000000;
    border-color: #000000;
}

div .bxmaker-authuserphone-input-phone--flag .bxmaker-authuserphone-input-phone__flag {
    display: none;
}

div .bxmaker-authuserphone-input-phone__field {
    border: none;
}

div .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background-color: black;
}

.auth-form-title h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 999.98px) {
    .auth-form-title h2 {
        font-size: 32px;
        line-height: 120%;
    }
}


@media (max-width: 767px) {
    .bxmaker-authuserphone-enter-reg__toauth .bxmaker-authuserphone-link,
    .bxmaker-authuserphone-enter-auth__toregistration .bxmaker-authuserphone-link {
        width: 100%;
    }

    div .bxmaker-authuserphone-enter-reg__toauth {
        margin-top: 32px;
    }
}

/* End */


/* Start:/bitrix/components/bxmaker/authuserphone.login/templates/.default/style.css?174707769328334*/
.bxmaker-authuserphone-login {
  background-color: #ffffff;
  border: 1px solid #d8e0e5;
  max-width: 300px;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bxmaker-authuserphone-login * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #121212;
}
.bxmaker-authuserphone-login--noreg {
  padding-top: 15px;
}
.bxmaker-authuserphone-login__change-form {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 10px;
  border: 1px solid #d8e0e5;
  border-right: 0;
  border-top: 0;
  background-color: #f1f1f1;
  cursor: pointer;
  color: #121212;
  border-radius: 0 5px 0 5px;
  -o-border-radius: 0 5px 0 5px;
  -ms-border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
  -khtml-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
}
.bxmaker-authuserphone-login__change-form:hover {
  background-color: #338eef;
  color: #fff;
}
.bxmaker-authuserphone-login__change-form:active {
  background-color: #1174de;
  color: #fff;
}
.bxmaker-authuserphone-login__title {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #444444;
}
.bxmaker-authuserphone-login__show-password {
  cursor: pointer;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  line-height: 37px;
  width: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bxmaker-authuserphone-login__show-password:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MyA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MC41NjA3IDIuNDM5MzRDNDEuMTQ2NCAzLjAyNTEzIDQxLjE0NjQgMy45NzQ4NyA0MC41NjA3IDQuNTYwNjZMMzMuMTIzNCAxMS45OTc5QzM2LjcxODIgMTMuNjYyNSAzOS44OTYxIDE2LjIwOSA0Mi4yNDA0IDE5LjY1NjVDNDIuNTk0OCAyMC4xNzc4IDQyLjU4NTYgMjAuODY0OSA0Mi4yMTczIDIxLjM3NjVDMzUuODc5NyAzMC4xNzg3IDI0LjQzNjIgMzMuNjIwMSAxNC4zNDE5IDMwLjc3OTRMNS4wNjA2NiA0MC4wNjA3QzQuNDc0ODcgNDAuNjQ2NCAzLjUyNTEzIDQwLjY0NjQgMi45MzkzNCA0MC4wNjA3QzIuMzUzNTUgMzkuNDc0OSAyLjM1MzU1IDM4LjUyNTEgMi45MzkzNCAzNy45MzkzTDExLjIwNjMgMjkuNjcyM0M3LjI1OTI4IDI3Ljk4MDggMy42NDU0OCAyNS4yNDE0IDAuNzk0NjY2IDIxLjM5MjhDMC4zODk0NjcgMjAuODQ1OCAwLjQwMzQzOSAyMC4wOTQ1IDAuODI4Njk3IDE5LjU2M0M2LjE0NTczIDEyLjkxNjcgMTQuMjIzOCA5LjYyNSAyMi4wNjI1IDkuNjI1QzI0Ljc4MDEgOS42MjUgMjcuNDg4NiAxMC4wMjE0IDMwLjA1ODUgMTAuODIwMUwzOC40MzkzIDIuNDM5MzRDMzkuMDI1MSAxLjg1MzU1IDM5Ljk3NDkgMS44NTM1NSA0MC41NjA3IDIuNDM5MzRaTTI3LjYxNzggMTMuMjYwOUMyNS44MjAxIDEyLjgzNzkgMjMuOTUyMSAxMi42MjUgMjIuMDYyNSAxMi42MjVDMTUuMzk2NCAxMi42MjUgOC42MDg2NCAxNS4yODAyIDMuOTMwODIgMjAuNTM3MUM2LjYwMjQ1IDIzLjc4OTQgOS45MzEwMyAyNi4wNDQyIDEzLjUyMDcgMjcuMzU3OUwyNy42MTc4IDEzLjI2MDlaTTE2LjgyOTggMjguMjkxNUMyNC45Nzc3IDI5Ljk0MDcgMzMuODA4NyAyNy4xMzY2IDM5LjEzNDEgMjAuNDc4QzM2Ljk2OTEgMTcuNjU3MiAzNC4wOTA0IDE1LjU4NDQgMzAuODQyNSAxNC4yNzg5TDE2LjgyOTggMjguMjkxNVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIgMjUuNUMyNC40ODUzIDI1LjUgMjYuNSAyMy40ODUzIDI2LjUgMjFDMjYuNSAxOC41MTQ3IDI0LjQ4NTMgMTYuNSAyMiAxNi41QzE5LjUxNDcgMTYuNSAxNy41IDE4LjUxNDcgMTcuNSAyMUMxNy41IDIzLjQ4NTMgMTkuNTE0NyAyNS41IDIyIDI1LjVaTTIyIDI4QzI1Ljg2NiAyOCAyOSAyNC44NjYgMjkgMjFDMjkgMTcuMTM0IDI1Ljg2NiAxNCAyMiAxNEMxOC4xMzQgMTQgMTUgMTcuMTM0IDE1IDIxQzE1IDI0Ljg2NiAxOC4xMzQgMjggMjIgMjhaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQxLjIzMDggMC42OTYwNDhDNDIuMjI3MSAxLjY1MTk1IDQyLjI1OTkgMy4yMzQ1MyA0MS4zMDQgNC4yMzA4M0w1LjgwMzk2IDQxLjIzMDhDNC44NDgwNSA0Mi4yMjcxIDMuMjY1NDggNDIuMjU5OSAyLjI2OTE4IDQxLjMwNEMxLjI3Mjg4IDQwLjM0ODEgMS4yNDAxNCAzOC43NjU1IDIuMTk2MDUgMzcuNzY5MkwzNy42OTYgMC43NjkxODFDMzguNjUyIC0wLjIyNzExNiA0MC4yMzQ1IC0wLjI1OTg1OSA0MS4yMzA4IDAuNjk2MDQ4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMzg1IDAuOTE3NjI5QzQxLjYzNjMgMS40OTExNyA0MS42NTU5IDIuNDQwNzIgNDEuMDgyNCAzLjAzODVMNS41ODIzOCA0MC4wMzg1QzUuMDA4ODMgNDAuNjM2MyA0LjA1OTI5IDQwLjY1NTkgMy40NjE1MSA0MC4wODI0QzIuODYzNzMgMzkuNTA4OCAyLjg0NDA4IDM4LjU1OTMgMy40MTc2MyAzNy45NjE1TDM4LjkxNzYgMC45NjE1MDlDMzkuNDkxMiAwLjM2MzczMSA0MC40NDA3IDAuMzQ0MDg1IDQxLjAzODUgMC45MTc2MjlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  position: relative;
  margin-top: -8px;
}
.bxmaker-authuserphone-login__show-password:hover {
  opacity: 1;
}
.bxmaker-authuserphone-login__show-password.active {
  opacity: 1;
}
.bxmaker-authuserphone-login__show-password.active:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCA0MyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjkzMDgyIDExLjUzNzFDMTMuMjczOCAyMi45MTA5IDMwLjY1MTMgMjIuMDg0MyAzOS4xMzQxIDExLjQ3OEMzNS4xNDcgNi4yODMyNiAyOC43Mzk2IDMuNjI1IDIyLjA2MjUgMy42MjVDMTUuMzk2NCAzLjYyNSA4LjYwODY0IDYuMjgwMiAzLjkzMDgyIDExLjUzNzFaTTIyLjA2MjUgMC42MjVDMjkuODk5MiAwLjYyNSAzNy42NjA0IDMuOTIxMzEgNDIuMjQwNCAxMC42NTY1QzQyLjU5NDggMTEuMTc3OCA0Mi41ODU2IDExLjg2NDkgNDIuMjE3MyAxMi4zNzY1QzMyLjY0MzkgMjUuNjcyOCAxMS40MTk5IDI2LjczNjggMC43OTQ2NjYgMTIuMzkyOEMwLjM4OTQ2NyAxMS44NDU4IDAuNDAzNDM5IDExLjA5NDUgMC44Mjg2OTcgMTAuNTYzQzYuMTQ1NzMgMy45MTY2NyAxNC4yMjM4IDAuNjI1IDIyLjA2MjUgMC42MjVaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDE2LjVDMjQuNDg1MyAxNi41IDI2LjUgMTQuNDg1MyAyNi41IDEyQzI2LjUgOS41MTQ3MiAyNC40ODUzIDcuNSAyMiA3LjVDMTkuNTE0NyA3LjUgMTcuNSA5LjUxNDcyIDE3LjUgMTJDMTcuNSAxNC40ODUzIDE5LjUxNDcgMTYuNSAyMiAxNi41Wk0yMiAxOUMyNS44NjYgMTkgMjkgMTUuODY2IDI5IDEyQzI5IDguMTM0MDEgMjUuODY2IDUgMjIgNUMxOC4xMzQgNSAxNSA4LjEzNDAxIDE1IDEyQzE1IDE1Ljg2NiAxOC4xMzQgMTkgMjIgMTlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
}
.bxmaker-authuserphone-login-loading {
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.bxmaker-authuserphone-login-loading:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTIyLjUgNjkuMjVIOTYuNDdhMzMuMSAzMy4xIDAgMCAwIDAtMTAuNWgyNi4wNWE1LjI1IDUuMjUgMCAwIDEgMCAxMC41eiIgZmlsbD0iIzQ4NDk0ZCIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTExMi4wNCA5Ny44M0w4OS40NyA4NC44YTMzLjEgMzMuMSAwIDAgMCA1LjI1LTkuMWwyMi41NyAxMy4wM2E1LjI1IDUuMjUgMCAwIDEtNS4yOCA5LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik04OC42OCAxMTcuMzVMNzUuNjUgOTQuNzhhMzMuMSAzMy4xIDAgMCAwIDkuMS01LjI1bDEzLjAyIDIyLjU3YTUuMjUgNS4yNSAwIDEgMS05LjEgNS4yNXoiIGZpbGw9IiNjOGM4YzkiIGZpbGwtb3BhY2l0eT0iMC4zIi8+PHBhdGggZD0iTTU4LjcgMTIyLjU3Vjk2LjVhMzMuMSAzMy4xIDAgMCAwIDEwLjUgMHYyNi4wN2E1LjI1IDUuMjUgMCAwIDEtMTAuNSAweiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMzAuMSAxMTIuMWwxMy4wNC0yMi41N2EzMy4xIDMzLjEgMCAwIDAgOS4xIDUuMjVMMzkuMiAxMTcuMzVhNS4yNSA1LjI1IDAgMSAxLTkuMS01LjI1eiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMTAuNiA4OC43NEwzMy4xNiA3NS43YTMzLjEgMzMuMSAwIDAgMCA1LjI1IDkuMUwxNS44OCA5Ny44M2E1LjI1IDUuMjUgMCAxIDEtNS4yNS05LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik01LjM3IDU4Ljc1aDI2LjA2YTMzLjEgMzMuMSAwIDAgMCAwIDEwLjVINS4zN2E1LjI1IDUuMjUgMCAwIDEgMC0xMC41eiIgZmlsbD0iI2I2YjZiOCIgZmlsbC1vcGFjaXR5PSIwLjQiLz48cGF0aCBkPSJNMTUuODUgMzAuMTdMMzguNCA0My4yYTMzLjEgMzMuMSAwIDAgMC01LjI0IDkuMUwxMC42IDM5LjI1YTUuMjUgNS4yNSAwIDEgMSA1LjI1LTkuMXoiIGZpbGw9IiNhM2E0YTYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PHBhdGggZD0iTTM5LjIgMTAuNjVsMTMuMDMgMjIuNTdhMzMuMSAzMy4xIDAgMCAwLTkuMSA1LjI1bC0xMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xLTUuMjV6IiBmaWxsPSIjOTE5Mjk0IiBmaWxsLW9wYWNpdHk9IjAuNiIvPjxwYXRoIGQ9Ik02OS4yIDUuNDNWMzEuNWEzMy4xIDMzLjEgMCAwIDAtMTAuNSAwVjUuNDJhNS4yNSA1LjI1IDAgMSAxIDEwLjUgMHoiIGZpbGw9IiM3ZjdmODIiIGZpbGwtb3BhY2l0eT0iMC43Ii8+PHBhdGggZD0iTTk3Ljc3IDE1LjlMODQuNzUgMzguNDdhMzMuMSAzMy4xIDAgMCAwLTkuMS01LjI1bDEzLjAzLTIyLjU3YTUuMjUgNS4yNSAwIDEgMSA5LjEgNS4yNXoiIGZpbGw9IiM2ZDZkNzEiIGZpbGwtb3BhY2l0eT0iMC44Ii8+PHBhdGggZD0iTTExNy4zIDM5LjI2TDk0LjcgNTIuM2EzMy4xIDMzLjEgMCAwIDAtNS4yNS05LjFsMjIuNTctMTMuMDNhNS4yNSA1LjI1IDAgMCAxIDUuMjUgOS4xeiIgZmlsbD0iIzVhNWI1ZSIgZmlsbC1vcGFjaXR5PSIwLjkiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDY0IDY0OzMwIDY0IDY0OzYwIDY0IDY0OzkwIDY0IDY0OzEyMCA2NCA2NDsxNTAgNjQgNjQ7MTgwIDY0IDY0OzIxMCA2NCA2NDsyNDAgNjQgNjQ7MjcwIDY0IDY0OzMwMCA2NCA2NDszMzAgNjQgNjQiIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSIxMDgwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9nPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.bxmaker-authuserphone-login-msg {
  display: none;
  border: 1px solid;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  word-break: break-word;
}
.bxmaker-authuserphone-login-msg.bxmaker-authuserphone-login-msg--success {
  display: block;
  border-color: rgba(0, 221, 98, 0.2);
  background: rgba(0, 221, 98, 0.07);
}
.bxmaker-authuserphone-login-msg.bxmaker-authuserphone-login-msg--error {
  display: block;
  border-color: rgba(221, 32, 2, 0.2);
  background: rgba(221, 32, 2, 0.07);
}
.bxmaker-authuserphone-login-row {
  margin-bottom: 15px;
  position: relative;
}
.bxmaker-authuserphone-login-row--registration {
  display: none;
}
.bxmaker-authuserphone-login-row__flag {
  position: absolute;
  left: 8px;
  top: 11px;
  display: none;
  z-index: 1;
}
.bxmaker-authuserphone-login-row a {
  font-size: 12px;
  color: #757575;
  line-height: 7px;
  display: inline;
  vertical-align: text-top;
}
.bxmaker-authuserphone-login-row.mini {
  padding-bottom: 0;
}
.bxmaker-authuserphone-login-row.btn_box {
  text-align: center;
  padding-bottom: 0;
}
.bxmaker-authuserphone-login-row input[type="text"],
.bxmaker-authuserphone-login-row input[type="password"] {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
}
.bxmaker-authuserphone-login-row input[type="text"]:focus,
.bxmaker-authuserphone-login-row input[type="password"]:focus,
.bxmaker-authuserphone-login-row input[type="text"]:focus-visible,
.bxmaker-authuserphone-login-row input[type="password"]:focus-visible {
  outline: none;
  border: 1px solid #338eef;
}
.bxmaker-authuserphone-login-row input[type="password"] {
  padding-right: 38px;
}
.bxmaker-authuserphone-login-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 5px 0 0 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
}
.bxmaker-authuserphone-login-row label {
  color: #666666;
  font-weight: normal;
  position: relative;
  top: -3px;
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.bxmaker-authuserphone-login-row.bxmaker-authuserphone-login-row--flag .bxmaker-authuserphone-login-row__flag {
  display: inline-block;
}
.bxmaker-authuserphone-login-row.bxmaker-authuserphone-login-row--flag input[type="text"] {
  padding-left: 28px;
}
.bxmaker-authuserphone-login-btn {
  min-width: 112px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 7px 20px;
  cursor: pointer;
  background-color: #338eef;
  border: 1px solid;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bxmaker-authuserphone-login-btn:hover {
  background-color: #1174de;
}
.bxmaker-authuserphone-login-btn.preloader {
  color: transparent;
}
.bxmaker-authuserphone-login-btn.preloader:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMjIuNSA2OS4yNUg5Ni40N2EzMy4xIDMzLjEgMCAwIDAgMC0xMC41aDI2LjA1YTUuMjUgNS4yNSAwIDAgMSAwIDEwLjV6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMTIuMDQgOTcuODNMODkuNDcgODQuOGEzMy4xIDMzLjEgMCAwIDAgNS4yNS05LjFsMjIuNTcgMTMuMDNhNS4yNSA1LjI1IDAgMCAxLTUuMjggOS4xeiIKICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjAuMyIvPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04OC42OCAxMTcuMzVMNzUuNjUgOTQuNzhhMzMuMSAzMy4xIDAgMCAwIDkuMS01LjI1bDEzLjAyIDIyLjU3YTUuMjUgNS4yNSAwIDEgMS05LjEgNS4yNXoiCiAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTguNyAxMjIuNTdWOTYuNWEzMy4xIDMzLjEgMCAwIDAgMTAuNSAwdjI2LjA3YTUuMjUgNS4yNSAwIDAgMS0xMC41IDB6IiBmaWxsPSIjZmZmZmZmIgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGwtb3BhY2l0eT0iMC4zIi8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMwLjEgMTEyLjFsMTMuMDQtMjIuNTdhMzMuMSAzMy4xIDAgMCAwIDkuMSA1LjI1TDM5LjIgMTE3LjM1YTUuMjUgNS4yNSAwIDEgMS05LjEtNS4yNXoiCiAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuNiA4OC43NEwzMy4xNiA3NS43YTMzLjEgMzMuMSAwIDAgMCA1LjI1IDkuMUwxNS44OCA5Ny44M2E1LjI1IDUuMjUgMCAxIDEtNS4yNS05LjF6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC4zIi8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuMzcgNTguNzVoMjYuMDZhMzMuMSAzMy4xIDAgMCAwIDAgMTAuNUg1LjM3YTUuMjUgNS4yNSAwIDAgMSAwLTEwLjV6IiBmaWxsPSIjZmZmZmZmIgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGwtb3BhY2l0eT0iMC40Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE1Ljg1IDMwLjE3TDM4LjQgNDMuMmEzMy4xIDMzLjEgMCAwIDAtNS4yNCA5LjFMMTAuNiAzOS4yNWE1LjI1IDUuMjUgMCAxIDEgNS4yNS05LjF6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM5LjIgMTAuNjVsMTMuMDMgMjIuNTdhMzMuMSAzMy4xIDAgMCAwLTkuMSA1LjI1bC0xMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xLTUuMjV6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC42Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTY5LjIgNS40M1YzMS41YTMzLjEgMzMuMSAwIDAgMC0xMC41IDBWNS40MmE1LjI1IDUuMjUgMCAxIDEgMTAuNSAweiIgZmlsbD0iI2ZmZmZmZiIKICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsLW9wYWNpdHk9IjAuNyIvPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05Ny43NyAxNS45TDg0Ljc1IDM4LjQ3YTMzLjEgMzMuMSAwIDAgMC05LjEtNS4yNWwxMy4wMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xIDUuMjV6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExNy4zIDM5LjI2TDk0LjcgNTIuM2EzMy4xIDMzLjEgMCAwIDAtNS4yNS05LjFsMjIuNTctMTMuMDNhNS4yNSA1LjI1IDAgMCAxIDUuMjUgOS4xeiIKICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjAuOSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlcz0iMCA2NCA2NDszMCA2NCA2NDs2MCA2NCA2NDs5MCA2NCA2NDsxMjAgNjQgNjQ7MTUwIDY0IDY0OzE4MCA2NCA2NDsyMTAgNjQgNjQ7MjQwIDY0IDY0OzI3MCA2NCA2NDszMDAgNjQgNjQ7MzMwIDY0IDY0IgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSIxMDgwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgICAgICA8L2c+Cjwvc3ZnPg==");
}
.bxmaker-authuserphone-login-btn__send-email {
  border: none;
  margin-top: 5px;
  border-bottom: 1px dashed #898989;
  text-decoration: none;
  color: #898989;
  display: inline-block;
  cursor: pointer;
}
.bxmaker-authuserphone-login-btn__send-email:hover {
  border-color: transparent;
}
.bxmaker-authuserphone-login-btn__send-email.preloader,
.bxmaker-authuserphone-login-btn__link.preloader {
  color: transparent;
  display: block;
  height: 17px;
  width: 17px;
  border-bottom-color: transparent;
  font-size: 0.85em;
  background-image: url("data:image/gif;base64,R0lGODlhCgAKAIQAAJSSlMzKzOTm5PT29Ly6vNza3KSipNTS1Ozu7Pz+/JyanMzOzOzq7Pz6/MTCxOTi5KSmpNTW1PTy9P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAATACwAAAAACgAKAAAFOuA0RcYgnhMBCRMinRHUiIyyiAZ7NgoyAYLXKUBcEFESAWAiUZhOAoNoodAlDIWTxPcwEFCiBiQ7CQEAIfkECQgAFAAsAAAAAAoACgCEnJqczM7M7OrstLa09Pb03N7cxMLErK6s3Nrc9PL0/P78zMrMnJ6c1NLU7O7svLq8/Pr85ObkxMbEtLK0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTcgRSEHw0yKSBmHIEiC6jxpsgCBqlMQ4OwqwY/iiABFCQDkSAkAJAneYEiJBASRw0KlmJgmBVEIACH5BAkIABAALAAAAAAKAAoAhJyanMzOzLS2tOzq7MTCxPz6/Nze3Ly+vPTy9MzKzKyqrLy6vOzu7MTGxPz+/OTi5P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUvIAQ5i6IIhqgOTWIsiQohQQIkDSOLRbP/wF+j8EMQAoBGAyELoBKBwe5RUhwcohAAIfkECQgADwAsAAAAAAoACgCDnJ6czM7M5Obk3NrctLa09PL0xMLE1NbU5OLkzMrM1NLU7O7s3N7c/Pr8xMbE////BCvwSdkMmnIlx4yaBZAEQGFh2GIM6EQQrdQt8SMYC+AkAC0dBkYgUUDdGqgIACH5BAkIAAsALAAAAAAKAAoAg5yanMzOzOzq7PT29MTCxPTy9MzKzNTS1Ozu7Pz6/MTGxP///wAAAAAAAAAAAAAAAAQucMlJ11jIqGKXOAFgGFwgGFlCFQZRTYT7LkTATYmCmMFSKApA4CDoFAI234wSAQAh+QQJCAANACwAAAAACgAKAIOcmpzMzszk5uT08vTk4uTExsTU1tTs7uz8+vzU0tTs6uz09vTMysz///8AAAAAAAAELLC1Y5C8jRjBFKYBwAzYBlhYEwxC2gheKhyJiwAaNhRAYBwYRUBgINgMpEYEACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOzq7Nze3PT29Nza3PTy9OTm5Pz+/MzKzNTS1Ozu7OTi5Pz6/P///wAAAAQw0DkzSmFIOjHEco1GHAFwaJoBhKiUJKhxOgeBvq3UAF97AIEDC+RYcAQaBMMysDkiACH5BAkIAAwALAAAAAAKAAoAg5yanMzOzOzq7PT29MTGxOTm5PTy9Pz+/NTS1Ozu7Pz6/MzKzP///wAAAAAAAAAAAAQwkLEjShFD6iOVSFpAbInCJIApJYa0LBrzurBG1EYrDUCrJBwJAaExYCRBzaBSAEoiACH5BAkIAAcALAAAAAAKAAoAgpyenOzu7Pz6/PT29MzKzPTy9Pz+/P///wMieKo2svCIMVaApbwCIAgUQUBiJpIEFXTLJ2XYQj2RMhlRAgAh+QQJCAAIACwAAAAACgAKAIOcmpzMzszs7uzExsT8+vzU0tT08vTMysz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEHRDJSautI0wjJgEdchzUQIoDNUoGQGzGFKRXbSMRACH5BAkIAAoALAAAAAAKAAoAg5yanMzOzOTm5PTy9Ozu7Pz6/MzKzNTS1Ozq7PT29P///wAAAAAAAAAAAAAAAAAAAAQgUMlJKyF1IhCyLACmCANlGFKATgMiDUDiKQEgzIM4VxEAIfkECQgADAAsAAAAAAoACgCDnJqczM7M7Ors9Pb0xMbE5Obk9PL0/P781NLU7O7s/Pr8zMrM////AAAAAAAAAAAABCyQyUmZkoIkduyQRgAEg1JSCpAYRsUIq5EUrjEkwDWZJgIQLcYJFBBIdK5JBAAh+QQJCAAMACwAAAAACgAKAIOcmpzMzszs6uz09vTExsTk5uT08vT8/vzU0tTs7uz8+vzMysz///8AAAAAAAAAAAAEL5DJSZlRhqw0hzhJsADB4A3UsShCUU2F+zKFMBAKxQ5KABCESwElMQQChoNhRokAACH5BAkIAAsALAAAAAAKAAoAg5yenMzOzOzq7PT29MTGxNza3PTy9Ozu7Pz6/MzKzOTi5P///wAAAAAAAAAAAAAAAAQpcMlJlxgnkTONOkASAAYyFEO1DEqhSoX7FkpasSVIJMDxdYGEwSB4USIAIfkECQgADQAsAAAAAAoACgCDnJqczM7M7O7s5OLk/Pr8xMbE1NbU9Pb01NLU9PL05Obk/P78zMrM////AAAAAAAABC6wNSJrHUqwkqowDMAwXXMYCUNVZ2BZgftKiHFYBGesQhEGBkElEUsMBjPJQhIBACH5BAkIABAALAAAAAAKAAoAhJyanMzOzOzq7OTi5PT29MTCxNTW1PTy9Pz+/MzKzNTS1Ozu7OTm5Pz6/MTGxNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzIAQRYlk+xpIIppAEQEKKTTIAMx0UC2OKjsIPwlgUAg1TAzAIIEoHByCwagUWhsdQNAsBACH5BAkIAA8ALAAAAAAKAAoAg5yanMzOzOzq7PT29Nze3LS2tNTW1PTy9Pz+/MTCxNTS1Ozu7Pz6/OTm5MzKzP///wQt8L0ma1VpLTtTAAKXEMBgIUrhONbRFIVwWGthMBYDEAnXAIEExbI4JAycyjACACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOTm5LS2tPTy9MTGxNze3Pz6/KyqrOzu7Ly6vPT29MzKzOTi5P///wAAAAQt0DlDpJVMrSvbYAXnDAZwWAnRIODFMAgbWiAiEJV0AMYgFoGBQLQYBEQOlSQCACH5BAkIAAsALAAAAAAKAAoAg5yenNza3MTCxOzu7KyurMzKzPT29KSipNze3MTGxPTy9P///wAAAAAAAAAAAAAAAAQqcK0QpJWCjCuRvopEBMAFKApQFFeRHIfbFoCRmgEhhdZAIJyFLxGcABcRACH5BAkIABQALAAAAAAKAAoAhJSSlMzKzOTm5KyurPz6/KSipNTW1Ozu7Ly+vNTS1KyqrJyanMzOzOzq7Ly6vPz+/KSmpNza3PTy9MTGxP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0IEUZjmiKDtScogER5sSIRXSYxHIDwXQGAcWg95sAKJIFTCRxiRg+0aPGoggKiCoFERGFAAA7");
  background-position: center center;
  background-repeat: no-repeat;
}
.bxmaker-authuserphone-login-btn__send-email {
  margin-top: 0;
  margin-bottom: 5px;
}
.bxmaker-authuserphone-login-link {
  border: none;
  margin-top: 5px;
  border-bottom: 1px dashed #338eef;
  text-decoration: none;
  color: #338eef;
  display: inline-block;
  cursor: pointer;
}
.bxmaker-authuserphone-login-link:hover {
  border-color: transparent;
}
.bxmaker-authuserphone-login-link.timeout {
  border-bottom-color: transparent;
  color: #666666;
  font-size: 0.85em;
  background-image: url("data:image/gif;base64,R0lGODlhCgAKAIQAAJSSlMzKzOTm5PT29Ly6vNza3KSipNTS1Ozu7Pz+/JyanMzOzOzq7Pz6/MTCxOTi5KSmpNTW1PTy9P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAATACwAAAAACgAKAAAFOuA0RcYgnhMBCRMinRHUiIyyiAZ7NgoyAYLXKUBcEFESAWAiUZhOAoNoodAlDIWTxPcwEFCiBiQ7CQEAIfkECQgAFAAsAAAAAAoACgCEnJqczM7M7OrstLa09Pb03N7cxMLErK6s3Nrc9PL0/P78zMrMnJ6c1NLU7O7svLq8/Pr85ObkxMbEtLK0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTcgRSEHw0yKSBmHIEiC6jxpsgCBqlMQ4OwqwY/iiABFCQDkSAkAJAneYEiJBASRw0KlmJgmBVEIACH5BAkIABAALAAAAAAKAAoAhJyanMzOzLS2tOzq7MTCxPz6/Nze3Ly+vPTy9MzKzKyqrLy6vOzu7MTGxPz+/OTi5P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUvIAQ5i6IIhqgOTWIsiQohQQIkDSOLRbP/wF+j8EMQAoBGAyELoBKBwe5RUhwcohAAIfkECQgADwAsAAAAAAoACgCDnJ6czM7M5Obk3NrctLa09PL0xMLE1NbU5OLkzMrM1NLU7O7s3N7c/Pr8xMbE////BCvwSdkMmnIlx4yaBZAEQGFh2GIM6EQQrdQt8SMYC+AkAC0dBkYgUUDdGqgIACH5BAkIAAsALAAAAAAKAAoAg5yanMzOzOzq7PT29MTCxPTy9MzKzNTS1Ozu7Pz6/MTGxP///wAAAAAAAAAAAAAAAAQucMlJ11jIqGKXOAFgGFwgGFlCFQZRTYT7LkTATYmCmMFSKApA4CDoFAI234wSAQAh+QQJCAANACwAAAAACgAKAIOcmpzMzszk5uT08vTk4uTExsTU1tTs7uz8+vzU0tTs6uz09vTMysz///8AAAAAAAAELLC1Y5C8jRjBFKYBwAzYBlhYEwxC2gheKhyJiwAaNhRAYBwYRUBgINgMpEYEACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOzq7Nze3PT29Nza3PTy9OTm5Pz+/MzKzNTS1Ozu7OTi5Pz6/P///wAAAAQw0DkzSmFIOjHEco1GHAFwaJoBhKiUJKhxOgeBvq3UAF97AIEDC+RYcAQaBMMysDkiACH5BAkIAAwALAAAAAAKAAoAg5yanMzOzOzq7PT29MTGxOTm5PTy9Pz+/NTS1Ozu7Pz6/MzKzP///wAAAAAAAAAAAAQwkLEjShFD6iOVSFpAbInCJIApJYa0LBrzurBG1EYrDUCrJBwJAaExYCRBzaBSAEoiACH5BAkIAAcALAAAAAAKAAoAgpyenOzu7Pz6/PT29MzKzPTy9Pz+/P///wMieKo2svCIMVaApbwCIAgUQUBiJpIEFXTLJ2XYQj2RMhlRAgAh+QQJCAAIACwAAAAACgAKAIOcmpzMzszs7uzExsT8+vzU0tT08vTMysz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEHRDJSautI0wjJgEdchzUQIoDNUoGQGzGFKRXbSMRACH5BAkIAAoALAAAAAAKAAoAg5yanMzOzOTm5PTy9Ozu7Pz6/MzKzNTS1Ozq7PT29P///wAAAAAAAAAAAAAAAAAAAAQgUMlJKyF1IhCyLACmCANlGFKATgMiDUDiKQEgzIM4VxEAIfkECQgADAAsAAAAAAoACgCDnJqczM7M7Ors9Pb0xMbE5Obk9PL0/P781NLU7O7s/Pr8zMrM////AAAAAAAAAAAABCyQyUmZkoIkduyQRgAEg1JSCpAYRsUIq5EUrjEkwDWZJgIQLcYJFBBIdK5JBAAh+QQJCAAMACwAAAAACgAKAIOcmpzMzszs6uz09vTExsTk5uT08vT8/vzU0tTs7uz8+vzMysz///8AAAAAAAAAAAAEL5DJSZlRhqw0hzhJsADB4A3UsShCUU2F+zKFMBAKxQ5KABCESwElMQQChoNhRokAACH5BAkIAAsALAAAAAAKAAoAg5yenMzOzOzq7PT29MTGxNza3PTy9Ozu7Pz6/MzKzOTi5P///wAAAAAAAAAAAAAAAAQpcMlJlxgnkTONOkASAAYyFEO1DEqhSoX7FkpasSVIJMDxdYGEwSB4USIAIfkECQgADQAsAAAAAAoACgCDnJqczM7M7O7s5OLk/Pr8xMbE1NbU9Pb01NLU9PL05Obk/P78zMrM////AAAAAAAABC6wNSJrHUqwkqowDMAwXXMYCUNVZ2BZgftKiHFYBGesQhEGBkElEUsMBjPJQhIBACH5BAkIABAALAAAAAAKAAoAhJyanMzOzOzq7OTi5PT29MTCxNTW1PTy9Pz+/MzKzNTS1Ozu7OTm5Pz6/MTGxNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzIAQRYlk+xpIIppAEQEKKTTIAMx0UC2OKjsIPwlgUAg1TAzAIIEoHByCwagUWhsdQNAsBACH5BAkIAA8ALAAAAAAKAAoAg5yanMzOzOzq7PT29Nze3LS2tNTW1PTy9Pz+/MTCxNTS1Ozu7Pz6/OTm5MzKzP///wQt8L0ma1VpLTtTAAKXEMBgIUrhONbRFIVwWGthMBYDEAnXAIEExbI4JAycyjACACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOTm5LS2tPTy9MTGxNze3Pz6/KyqrOzu7Ly6vPT29MzKzOTi5P///wAAAAQt0DlDpJVMrSvbYAXnDAZwWAnRIODFMAgbWiAiEJV0AMYgFoGBQLQYBEQOlSQCACH5BAkIAAsALAAAAAAKAAoAg5yenNza3MTCxOzu7KyurMzKzPT29KSipNze3MTGxPTy9P///wAAAAAAAAAAAAAAAAQqcK0QpJWCjCuRvopEBMAFKApQFFeRHIfbFoCRmgEhhdZAIJyFLxGcABcRACH5BAkIABQALAAAAAAKAAoAhJSSlMzKzOTm5KyurPz6/KSipNTW1Ozu7Ly+vNTS1KyqrJyanMzOzOzq7Ly6vPz+/KSmpNza3PTy9MTGxP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0IEUZjmiKDtScogER5sSIRXSYxHIDwXQGAcWg95sAKJIFTCRxiRg+0aPGoggKiCoFERGFAAA7");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.bxmaker-authuserphone-login-captcha {
  display: none;
}
.bxmaker-authuserphone-login-captcha img {
  margin-bottom: 15px;
  cursor: pointer;
  height: 40px;
}
.bxmaker-authuserphone-login-captcha__reload {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMwIDMwIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIgogICAgICAgICAgZD0iTTIyLjE0MyAyMy4zNjVDMjAuMjIxIDI1LjAwOCAxNy43MjYgMjYgMTUgMjYgOC45MjUgMjYgNCAyMS4wNzUgNCAxNU03Ljg1NyA2LjYzNUM5Ljc3OSA0Ljk5MiAxMi4yNzQgNCAxNSA0YzYuMDc1IDAgMTEgNC45MjUgMTEgMTEiLz4KICAgIDxwYXRoIGQ9Ik0yNiAyMEwyMiAxNCAzMCAxNHpNNCAxMEw4IDE2IDAgMTZ6Ii8+Cjwvc3ZnPg==");
  width: 30px;
  height: 30px;
  margin-left: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  cursor: pointer;
  background-position: center center;
  opacity: 0.8;
  -o-opacity: 0.8;
  -ms-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bxmaker-authuserphone-login-captcha__reload:hover {
  opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.bxmaker-authuserphone-login-captcha.preloader .bxmaker-authuserphone-login-captcha__reload {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.bxmaker-authuserphone-login--reg .bxmaker-authuserphone-login__onlyauth {
  display: none;
}
.bxmaker-authuserphone-login--auth .bxmaker-authuserphone-login__onlyreg {
  display: none;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/avs/styles.css?1743266434101434*/
@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:200;src:url(/local/templates/avs/fonts/Mulish/Mulish-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:200;src:url(/local/templates/avs/fonts/Mulish/Mulish-ExtraLightItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:300;src:url(/local/templates/avs/fonts/Mulish/Mulish-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:300;src:url(/local/templates/avs/fonts/Mulish/Mulish-LightItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:400;src:url(/local/templates/avs/fonts/Mulish/Mulish-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:400;src:url(/local/templates/avs/fonts/Mulish/Mulish-Italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:500;src:url(/local/templates/avs/fonts/Mulish/Mulish-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:500;src:url(/local/templates/avs/fonts/Mulish/Mulish-MediumItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:600;src:url(/local/templates/avs/fonts/Mulish/Mulish-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:600;src:url(/local/templates/avs/fonts/Mulish/Mulish-SemiBoldItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:700;src:url(/local/templates/avs/fonts/Mulish/Mulish-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:700;src:url(/local/templates/avs/fonts/Mulish/Mulish-BoldItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:800;src:url(/local/templates/avs/fonts/Mulish/Mulish-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:800;src:url(/local/templates/avs/fonts/Mulish/Mulish-ExtraBoldItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:900;src:url(/local/templates/avs/fonts/Mulish/Mulish-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:italic;font-weight:900;src:url(/local/templates/avs/fonts/Mulish/Mulish-BlackItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:PhonkSans;font-style:normal;font-weight:300;src:url(/local/templates/avs/fonts/PhonkSans/PhonkSans-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:DelaGothicOne;font-style:normal;font-weight:300;src:url(/local/templates/avs/fonts/DelaGothicOne/DelaGothicOne-Regular.woff2) format("woff2")}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;unicode-bidi:bidi-override}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x,20px);padding-right:var(--bs-gutter-x,20px);width:100%}@media (min-width:576px){.container,.container-sm{max-width:580px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:768px}}@media (min-width:1000px){.container,.container-lg,.container-md,.container-sm{max-width:1000px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1270px}}.row{--bs-gutter-x:40px;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{-ms-flex-negative:0;-webkit-box-sizing:border-box;box-sizing:border-box;flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-auto{width:auto}.col-1,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-1{width:8.33333333%}.col-2{width:16.66666667%}.col-2,.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-3{width:25%}.col-4{width:33.33333333%}.col-4,.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-5{width:41.66666667%}.col-6{width:50%}.col-6,.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-8,.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-9{width:75%}.col-10{width:83.33333333%}.col-10,.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-11{width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-sm-auto{width:auto}.col-sm-1,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-2,.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-4,.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-6,.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-8,.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-10,.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-11{width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-md-auto{width:auto}.col-md-1,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-1{width:8.33333333%}.col-md-2{width:16.66666667%}.col-md-2,.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-4,.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-5{width:41.66666667%}.col-md-6{width:50%}.col-md-6,.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-8,.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-9{width:75%}.col-md-10{width:83.33333333%}.col-md-10,.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-11{width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:1000px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-lg-auto{width:auto}.col-lg-1,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-2,.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-3{width:25%}.col-lg-4{width:33.33333333%}.col-lg-4,.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-6,.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-8,.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-10,.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-11{width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xl-auto{width:auto}.col-xl-1,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-1{width:8.33333333%}.col-xl-2{width:16.66666667%}.col-xl-2,.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-3{width:25%}.col-xl-4{width:33.33333333%}.col-xl-4,.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-5{width:41.66666667%}.col-xl-6{width:50%}.col-xl-6,.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-7{width:58.33333333%}.col-xl-8{width:66.66666667%}.col-xl-8,.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-9{width:75%}.col-xl-10{width:83.33333333%}.col-xl-10,.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-11{width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:-ms-grid!important;display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{/**display:none!important**/margin-bottom: 20px;display: block;}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:-ms-grid!important;display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:1000px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:-ms-grid!important;display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}table{border-collapse:collapse;border-spacing:0}blockquote:after,blockquote:before{content:"";content:none}q:after,q:before{content:"";content:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}blockquote,q{quotes:none}select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}ol,ul{list-style:none}::-webkit-input-placeholder{color:#d2d3d4;-webkit-transition:.3s;transition:.3s}::-moz-placeholder{color:#d2d3d4;-moz-transition:.3s;transition:.3s}:-ms-input-placeholder{color:#d2d3d4;-ms-transition:.3s;transition:.3s}::-ms-input-placeholder{color:#d2d3d4;-ms-transition:.3s;transition:.3s}::placeholder{color:#d2d3d4;-webkit-transition:.3s;transition:.3s}::-moz-selection{background-color:#5200ff;color:#fff}::selection{background-color:#5200ff;color:#fff}button,input,select,textarea{outline:none}button:focus,input:focus,select:focus,textarea:focus{outline:none}html{scroll-behavior:auto!important}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0}input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder{opacity:0}input:focus::placeholder,textarea:focus::placeholder{opacity:0}body{color:#2d2d2d;font-family:Mulish,sans-serif;font-size:16px;font-weight:500;line-height:1.4;min-width:280px;overflow-x:hidden;position:relative}button{background-color:transparent;border:none;cursor:pointer;padding:0}b,strong{font-weight:700}em,i{font-style:italic}img{display:block;height:auto;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:inherit;text-decoration:none}.w-color{color:#fff}.b-color{color:#000}.accent-color{color:#5200ff}.text-color{color:#2d2d2d}.btn,.link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;justify-content:center;-webkit-transition:.3s;transition:.3s}.btn{border-radius:6px;font-size:18px;font-weight:600;padding:13px 34px}.btn-round{background-color:#fff;border-radius:50%;height:40px;position:relative;-webkit-transition:.3s;transition:.3s;width:40px}.btn-round:active{background-color:#000}.btn-round:after{background-color:#2d2d2d;content:"";height:16px;left:50%;-webkit-mask-image:url(/local/templates/avs/img/icons/icon-arrow-right-dark.svg);mask-image:url(/local/templates/avs/img/icons/icon-arrow-right-dark.svg);-webkit-mask-size:cover;mask-size:cover;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s;width:20px}.btn-round-dark{background-color:#2d2d2d}.btn-round-dark:after{background-color:#fff}.btn-round-prev:after{-webkit-transform:translate(-50%,-50%) scaleX(-1);-ms-transform:translate(-50%,-50%) scaleX(-1);transform:translate(-50%,-50%) scaleX(-1)}.btn-big{padding:13px 80px}.btn-fill-dark{background-color:#2d2d2d;color:#fff}.btn-fill-dark:active{background-color:#000;color:#fff}.btn-solid-dark{border:1px solid #2d2d2d}.btn-solid-dark:active{background-color:#000;border-color:#000;color:#fff}.link-gray-lt:hover{color:#5200ff}.link-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.link-icon__image{margin-right:8px}.hidden{display:none}.logo{display:block}.th-font{font-weight:100}.xlt-font{font-weight:200}.lt-font{font-weight:300}.re-font{font-weight:400}.md-font{font-weight:500}.sb-font{font-weight:600}.bd-font{font-weight:700}.xbd-font{font-weight:800}.bk-font{font-weight:900}.container-relative{position:relative}.img-crop{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.img-fill{height:auto;left:50%;margin:auto;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.h1,.h2,.h3,h1,h2,h3{font-family:PhonkSans,sans-serif;text-transform:uppercase}.h1,h1{font-size:60px}.h1-small .h1,.h1-small h1{font-size:48px;letter-spacing:-.96px}.h1-little .h1,.h1-little h1,.h2,h2{font-size:32px}.h2-small .h2,.h2-small h2{font-size:28px}.h3,h3{font-size:18px}.section{margin:140px 0}.section.no-mt{margin-top:0}.input{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.input__field{-webkit-box-ordinal-group:3;-ms-flex-order:2;border:0;border-bottom:2px solid #d2d3d4;order:2;padding:0 0 8px;-webkit-transition:.3s;transition:.3s}.input__field:focus~.input__title{color:#2d2d2d}.input__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;color:#d2d3d4;margin-bottom:8px;order:1;-webkit-transition:.3s;transition:.3s}.input-file{position:relative}.input-file,.input-file__custom{display:-webkit-box;display:-ms-flexbox;display:flex}.input-file__custom{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px dashed #d2d3d4;border-radius:3px;cursor:pointer;height:100%;justify-content:center;width:100%}.input-file__title{color:#d2d3d4;font-size:15px;font-weight:600}.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.checkbox__custom{border:1px solid #d2d3d4;border-radius:3px;height:20px;width:20px}.checkbox__title{color:#d2d3d4;margin-top:-2px;padding-left:10px;width:calc(100% - 20px)}.checkbox__title a{color:#2d2d2d;display:inline}.content ol,.content ul{margin-bottom:40px}.content ol li,.content ul li{margin-bottom:15px}.content ol li:last-child,.content ul li:last-child{margin-bottom:0}.content ol{list-style-position:inside;list-style-type:decimal}.content a{-webkit-transition:.3s;transition:.3s}.content a:active{color:#000}@media (max-width:1199.98px){.h1,h1{font-size:52px}.h1-small .h1,.h1-small h1{font-size:40px;letter-spacing:-.8px}.section{margin:120px 0}.input-file__custom{padding:22px}.btn-round{height:32px;width:32px}.btn-round:after{height:12px;width:16px}}@media (max-width:999.98px){.h1,h1{font-size:40px}.h1-small .h1,.h1-small h1{font-size:30px;letter-spacing:-.6px}.h1-little .h1,.h1-little h1{font-size:25px}.h2,h2{font-size:20px}.section{margin:100px 0}}@media (max-width:767.98px){.h2-small .h2,.h2-small h2{font-size:25px}}@media (max-width:420px){.btn{font-size:16px;padding:10px 24px}.h1,h1{font-size:35px}.h1-small .h1,.h1-small h1{font-size:25px;letter-spacing:-.5px}.h2-small .h2,.h2-small h2{font-size:20px}.section{margin:80px 0}}@media (max-width:320px){:root{--bs-gutter-x:15px}.row{--bs-gutter-x:30px}.row.g-0,.row.gx-0{--bs-gutter-x:0}.btn{font-size:15px;padding:10px 20px}.h1,h1{font-size:30px}}@media (min-width:1200px){.btn-fill-dark:hover{background-color:#424242;color:#fff}.btn-solid-dark:hover{background-color:#2d2d2d;border-color:#2d2d2d;color:#fff}.btn-round:hover{background-color:#2d2d2d}.btn-round:hover:after{background-color:#fff}.btn-round-dark:hover{background-color:#fff}.btn-round-dark:hover:after{background-color:#2d2d2d}.link-dark:hover{color:#5200ff}.content a:hover{color:#424242}}.advantages{background-color:#f7f8f9;padding:135px 0 105px}.advantages__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.advantages__title{width:400px}.advantages__title h2 span{background-color:#2d2d2d;border-radius:6px;color:#fff;display:inline-block;margin-top:5px;padding:8px 10px}.advantages__cols{width:calc(100% - 400px)}.advantages-col{margin-left:135px;max-width:280px;width:100%}.advantages-col:first-child{margin-left:0}.advantages-col__title{font-family:PhonkSans,sans-serif;font-size:18px;margin-bottom:15px}.advantages__block{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;margin-bottom:20px}.advantages__block:last-child{margin-bottom:0}@media (max-width:1199.98px){.advantages{padding:110px 0}.advantages__title{margin:0 10px;width:calc(50% - 20px)}.advantages__title h2{font-size:32px}.advantages__cols{margin:0 10px;width:calc(50% - 20px)}.advantages-col{margin-bottom:40px;margin-left:0;max-width:100%}.advantages__block{margin-bottom:0}.advantages__block:last-child{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.advantages__cols{margin-bottom:-40px}}@media (max-width:999.98px){.advantages{padding:100px 0}.advantages__title h2{font-size:25px}}@media (max-width:767.98px){.advantages{padding:80px 0 100px}.advantages__cols,.advantages__title{margin:0;width:100%}.advantages__title{margin-bottom:50px}.advantages__cols{margin-bottom:-40px}}@media (max-width:420px){.advantages{padding:60px 0 80px}.advantages__title h2{font-size:20px}}.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumbs ul li{margin-right:10px}.breadcrumbs ul li:after{color:#d2d3d4;content:"/";margin-left:10px}.breadcrumbs ul li:last-child:after{display:none}.breadcrumbs ul li a{color:#d2d3d4;-webkit-transition:.3s;transition:.3s}@media (max-width:767.98px){.breadcrumbs{font-size:14px}}@media (min-width:1200px){.breadcrumbs ul li a:hover{color:#5200ff}}.callback__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.callback__left{margin:0 15px;width:calc(57% - 30px)}.callback__right{margin:-60px 15px 0;width:calc(43% - 30px)}.callback__title{margin-bottom:15px}.callback__descr span{background-color:#2d2d2d;border-radius:6px;color:#fff;padding:5px}.callback__content{margin-bottom:35px}.callback__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-25px;margin-left:-22.5px;margin-right:-22.5px}.callback__field{margin:0 22.5px 55px;width:calc(50% - 45px)}.callback-block{margin-bottom:40px}.callback-block__title{margin-bottom:10px}.callback-block:last-child{margin-bottom:0}.callback-block__descr{line-height:normal}.callback__confirm{margin-bottom:40px}@media (max-width:1199.98px){.callback__left,.callback__right{margin:0 10px;width:calc(50% - 20px)}.callback__content{margin-bottom:30px}.callback__row{margin-bottom:0;margin-left:0;margin-right:0}.callback__field{margin:0 0 30px;width:100%}.callback__confirm{margin-bottom:30px}.callback__btn{width:100%}}@media (max-width:767.98px){.callback__left,.callback__right{margin:0;width:100%}.callback__descr{max-width:320px}.callback__right{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-bottom:50px;order:1}.callback__left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.callback__field{margin:0 0 40px}.callback__title{margin-bottom:20px}}.cards__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-30px;margin-left:-15px;margin-right:-15px}.cards__item{margin:0 15px 30px;width:calc(33.3333% - 30px)}.cards__control{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.card,.cards__control{display:-webkit-box;display:-ms-flexbox;display:flex}.card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#f7f8f9;border-radius:6px;-ms-flex-direction:column;flex-direction:column;height:auto;padding:20px;-webkit-transition:.3s;transition:.3s}.card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px;margin-left:-4px;margin-right:-4px}.card__tag{background-color:#2d2d2d;border-radius:3px;color:#fff;font-size:12px;font-weight:300;margin:0 4px 8px;padding:9px 16px}.card__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-end;margin-bottom:30px}.card__thumb{padding-bottom:100%;position:relative}.card__title{font-size:18px;font-weight:600;margin-bottom:12px;-webkit-transition:.3s;transition:.3s}.card__status{font-weight:500}@media (max-width:1199.98px){.cards__row{margin-bottom:-20px;margin-left:-10px;margin-right:-10px}.cards__item{margin:0 10px 20px;width:calc(50% - 20px)}.card__thumb{margin:0 auto;max-width:350px;padding-bottom:350px;width:100%}}@media (max-width:999.98px){.card__thumb{max-width:250px;padding-bottom:250px}}@media (max-width:767.98px){.cards__row{margin-left:0;margin-right:0}.cards__item{margin:0 0 20px;width:100%}}@media (min-width:1200px){.card__title:hover{color:#5200ff}}.categories__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.categories__item{margin:0 15px 25px;width:calc(50% - 30px)}.categories__item:nth-child(3n+1){margin-bottom:55px;width:calc(100% - 30px)}.category{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#f7f8f9;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 40px 50px}.category:nth-child(3n+1){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:40px}.category:nth-child(3n+1) .category__thumb{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-bottom:0;margin-left:35px;order:2;padding-bottom:42%;width:calc(63% + 35px)}.category:nth-child(3n+1) .category__thumb img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;top:0;-webkit-transform:unset;-ms-transform:unset;transform:unset;width:100%}.category:nth-child(3n+1) .category__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:37%}.category:first-child .category__title{font-size:30px}.category:first-child .category__thumb{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-right:35px;order:1}.category:first-child .category__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.category__content{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#2d2d2d;border-radius:12px;height:100%;justify-content:space-between;padding:30px}.category__content,.category__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.category__thumb{margin-bottom:10px;padding-bottom:53%;position:relative}.category__thumb img{bottom:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.3s;transition:.3s}.category__tag{background-color:#fff;border-radius:6px;margin-bottom:40px;padding:2px 6px}.category__descr,.category__title{color:#fff;width:100%}.category__title{font-size:32px;margin-bottom:20px}.category__info{margin-bottom:50px}@media (max-width:1199.98px){.categories__row{margin-left:-10px;margin-right:-10px}.categories__item{margin:0 10px 20px;width:calc(50% - 20px)}.categories__item:nth-child(3n+1){width:calc(100% - 20px)}.category:nth-child(3n+1) .category__thumb{width:calc(44% + 35px)}.category:nth-child(3n+1) .category__content{width:48%}.category__info{margin-bottom:28px}}@media (max-width:999.98px){.category{padding:0 20px 20px}.category:nth-child(3n+1){padding:20px}.category:nth-child(3n+1) .category__thumb{margin-left:10px;padding-bottom:42%;width:calc(100% - 314px)}.category:nth-child(3n+1) .category__thumb img{height:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.category:nth-child(3n+1) .category__content{width:314px}.category:nth-child(3n+1) .category__info{margin-bottom:44px}.category:first-child .category__title{font-size:20px}.category:first-child .category__thumb{margin-right:10px}.category__content{padding:20px}.category__thumb{padding-bottom:53%}.category__title{font-size:20px}.category__info{margin-bottom:58px}}@media (max-width:767.98px){.categories__row{margin-left:0;margin-right:0}.categories__item{margin:0 0 55px;width:100%}.categories__item:nth-child(3n+1){margin-bottom:55px;width:100%}.category:nth-child(3n+1){-ms-flex-wrap:wrap;flex-wrap:wrap}.category:nth-child(3n+1) .category__thumb{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-bottom:10px;margin-left:0;margin-right:0;order:1;padding-bottom:56%;width:100%}.category:nth-child(3n+1) .category__thumb img{bottom:0;height:auto;left:50%;top:unset;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:100%}.category:nth-child(3n+1) .category__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}.category:nth-child(3n+1) .category__info{margin-bottom:80px}.category:first-child .category__title{font-size:20px}.category:first-child .category__thumb{margin-right:0}.category__content{height:auto;padding:20px}.category__thumb{padding-bottom:53%}.category__info{margin-bottom:80px}}@media (min-width:1200px){.category:nth-child(3n+1):hover .category__thumb img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.category:hover .category__thumb img{-webkit-transform:translateX(-50%) scale(1.05);-ms-transform:translateX(-50%) scale(1.05);transform:translateX(-50%) scale(1.05)}}.characteristics__title{margin-bottom:30px}.characteristics__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.characteristics__left{margin:0 15px;width:calc(43% - 30px)}.characteristics__right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 15px;width:calc(57% - 30px)}.characteristics-block{margin-bottom:20px}.characteristics-block:last-child{margin-bottom:0}.characteristics-block__title{font-weight:700;margin-bottom:10px}.characteristics-block__row{-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid #d2d3d4;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.characteristics-block__row:last-child{margin-bottom:0}.characteristics-block__value{color:#777}.characteristics-block__info,.characteristics-block__value{width:50%}.characteristics-block__info{padding-right:5px}.characteristics-block__value{padding-left:5px;text-align:right}.characteristics-pan__title{margin-bottom:20px}@media (max-width:1199.98px){.characteristics__wrapper{margin-left:-10px;margin-right:-10px}.characteristics__left,.characteristics__right{margin:0 10px;width:calc(50% - 20px)}.characteristics__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:767.98px){.characteristics__wrapper{margin-left:0;margin-right:0}.characteristics__left,.characteristics__right{margin:0;width:100%}.characteristics__left{margin-bottom:40px}.characteristics-block{margin-bottom:20px}}@media (max-width:420px){.characteristics__title{margin-bottom:20px}}.footer__inner{border-top:1px solid #d2d3d4;padding:80px 0 100px}.footer__left,.footer__right{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__logo{margin-right:60px}.footer__info{color:#d2d3d4;font-size:12px;margin-bottom:16px}.footer__info:last-child{margin-bottom:0}.footer__contact{font-family:PhonkSans,sans-serif;font-size:20px;margin-right:60px}.footer__cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__col{font-size:18px;font-weight:300;margin-right:30px}.footer__col:last-child{margin-right:0}.footer__link{margin-bottom:10px}.footer__link:last-child{margin-bottom:0}@media (max-width:1199.98px){.footer__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.footer__logo{margin-bottom:30px;margin-right:0}}@media (max-width:999.98px){.footer__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.footer__contact{margin-bottom:30px;margin-right:0}}@media (max-width:767.98px){.footer__left{margin-bottom:40px}}@media (max-width:420px){.footer__col{margin-bottom:32px;margin-right:0}.footer__col:last-child{margin-bottom:0}}.header{padding:20px 0;position:sticky;top:0;-webkit-transition:.3s;transition:.3s;z-index:10}.header-scrolled .header{background-color:#fff}.header-fixed .header{left:0;position:fixed;top:0;width:100%}.page-product .header{background-color:#f7f8f9}@media (max-width:767.98px){.header__search{margin-top:20px}.header-fixed .header{position:sticky}}@media (max-width:420px){.header__logo{max-width:95px}}@media (max-width:320px){.header__logo{max-width:75px}}.page{margin:30px 0 150px}.page .breadcrumbs{margin-bottom:50px}@media (max-width:1199.98px){.page{margin-bottom:120px}}@media (max-width:999.98px){.page{margin-bottom:100px}}@media (max-width:767.98px){.page{margin:20px auto 100px}.page .breadcrumbs{margin-bottom:40px}}@media (max-width:420px){.page{margin:20px auto 80px}}.popup{border-radius:12px;max-width:500px;padding:100px 40px 40px;position:relative;width:100%}.popup__title{margin-bottom:25px}.popup__descr{margin-bottom:30px}.popup__close{background-color:#d2d3d4;height:24px;-webkit-mask-image:url(/local/templates/avs/img/icons/icon-close-gray.svg);mask-image:url(/local/templates/avs/img/icons/icon-close-gray.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:40px;top:40px;-webkit-transition:.3s;transition:.3s;width:24px}.popup__close:active{background-color:#000}.popup__field{margin-bottom:40px}.popup__btn{width:100%}.popup-simple{padding:40px}.fancybox__backdrop{background-color:rgba(45,45,45,.7)}@media (max-width:767.98px){.popup{padding:60px 20px 20px}.popup__close{right:20px;top:20px}.popup__field{margin-bottom:30px}.popup__btn{width:100%}.popup-simple{padding:20px}}@media (min-width:1200px){.popup__close:hover{background-color:#2d2d2d}}.product{background-color:#f7f8f9;padding:120px 0}.product .breadcrumbs{margin-bottom:50px}.product__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.product__col{margin:0 15px;width:calc(50% - 30px)}.product__slide{padding-bottom:95%;position:relative}.product__slide-rotated:after{background-image:url(/local/templates/avs/img/elements/arrows-round.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:120px;left:50%;pointer-events:none;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:485px;z-index:-1}.product__thumbs{margin-top:60px;position:relative}.product__3d{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.product__thumb{border-radius:6px;overflow:hidden}.product__right{padding-top:40px}.product__title{line-height:normal;margin-bottom:15px}.product__stock{margin-bottom:20px;opacity:.8}.product__prices{margin-bottom:30px;margin-top:40px}.product-price__title{font-weight:600;margin-bottom:20px}.product-price__value{font-family:PhonkSans,sans-serif;font-size:24px}@media (max-width:1199.98px){.product__slide{padding-bottom:94%}.product__row{margin-left:-10px;margin-right:-10px}.product__col{margin:0 10px;width:calc(50% - 20px)}.product__right{padding-top:0}.product__thumbs{margin-top:30px}.product__slide-rotated:after{display:none}}@media (max-width:999.98px){.product__thumbs{padding-right:16px}}@media (max-width:767.98px){.product{padding:40px 0 100px}.product .breadcrumbs{margin-bottom:40px}.product__row{margin-left:0;margin-right:0}.product__col{margin:0;width:100%}.product__left{margin-bottom:60px}.product__thumbs{padding-left:16px}}@media (max-width:420px){.product{padding:50px 0 80px}.product__left{margin-bottom:40px}}.scheme__title{margin-bottom:45px;text-align:center}.scheme__container{margin:0 auto;max-width:562px;position:relative}.scheme__thumb img{width:100%}.scheme__elements{height:100%;left:0;position:absolute;top:0;width:100%}.scheme-element{max-width:300px;position:absolute;width:100%}.scheme-element:after{pointer-events:none;position:absolute}.scheme-element__title{margin-bottom:15px}.scheme-element:first-child{margin-right:30px;right:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.scheme-element:first-child .scheme-element__descr{max-width:240px}.scheme-element:first-child:after{bottom:0;content:url(/local/templates/avs/img/elements/line-1.svg);left:205px}.scheme-element:nth-child(2){bottom:370px;left:100%;margin-left:70px}.scheme-element:nth-child(2) .scheme-element__descr{max-width:265px}.scheme-element:nth-child(2):after{content:url(/local/templates/avs/img/elements/line-2.svg);right:98%;top:100%}.scheme-element:last-child{bottom:60px;left:100%;margin-left:6px}.scheme-element:last-child:after{content:url(/local/templates/avs/img/elements/line-3.svg);right:100%;top:25px}@media (max-width:1280px){.scheme-element:first-child{right:94%}.scheme-element:first-child:after{left:175px}.scheme-element:nth-child(2){left:100%;margin-left:30px}.scheme-element:nth-child(2):after{right:85%}}@media (max-width:1199.98px){.scheme__title{margin-bottom:120px}.scheme__container{max-width:366px}.scheme-element{max-width:225px}.scheme-element:first-child{margin-right:70px}.scheme-element:first-child:after{content:url(/local/templates/avs/img/elements/line-1-md.svg);left:200px}.scheme-element:nth-child(2){bottom:275px;left:100%;margin-left:70px}.scheme-element:nth-child(2):after{right:63%}.scheme-element:last-child{bottom:-55px;margin-left:70px}.scheme-element:last-child:after{content:url(/local/templates/avs/img/elements/line-3-md.svg);right:100%;top:25px}}@media (max-width:999.98px){.scheme__title{margin-bottom:145px}.scheme__container{max-width:326px}.scheme-element:first-child{margin-right:0;right:91%}.scheme-element:first-child:after{bottom:-40px;content:url(/local/templates/avs/img/elements/line-1-md.svg);left:50%}.scheme-element:nth-child(2){bottom:290px;left:87%;margin-left:0}.scheme-element:nth-child(2):after{right:32%}.scheme-element:last-child{margin-left:30px;max-width:170px}.scheme-element:last-child:after{right:85%;top:45px}}@media (max-width:767.98px){.scheme__title{margin-bottom:40px}.scheme__container{max-width:unset}.scheme__elements{height:auto;left:unset;position:relative;top:unset}.scheme__thumb{margin-bottom:40px}.scheme-element{bottom:unset!important;left:unset!important;margin:0 0 30px!important;position:relative;right:unset!important;top:unset!important}.scheme-element,.scheme-element__descr{max-width:unset!important}.scheme-element:after{display:none}.scheme-element:first-child{-webkit-transform:unset;-ms-transform:unset;transform:unset}}.screen__info{position:relative;width:45%;z-index:1}.screen__title{margin-bottom:40px}.screen__title span{background-color:#2d2d2d;border-radius:6px;color:#fff;padding:16px 10px}.screen-image{position:relative;width:49%}.screen-image__title{bottom:0;color:#f7f8f9;font-family:DelaGothicOne,sans-serif;font-size:90px;left:-80px;line-height:90px;position:absolute;-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1);white-space:nowrap;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.screen-thumb{background-color:#f7f8f9;padding-top:100px}.screen-thumb__img{margin-left:auto}@media (max-width:1199.98px){.screen__info{width:49%}.screen-image{margin-right:-20px;width:51%}.screen-image__title{font-size:68px;left:-55px;line-height:68px}.screen-thumb__img{max-width:88%}}@media (max-width:999.98px){.screen__info{width:48%}.screen__title{margin-bottom:30px}.screen__title span{padding:13px 10px}.screen-image{width:52%}.screen-image__title{font-size:55px;left:-45px;line-height:55px}.screen-thumb__img{max-width:100%}}@media (max-width:767.98px){.screen__row{-ms-flex-wrap:wrap;flex-wrap:wrap}.screen__info{width:100%}.screen__info,.screen__title{margin-bottom:30px}.screen__title span{padding:13px 10px}.screen-image{margin-right:0;width:88%}.screen-image__title{-webkit-transform:scale(-1) translateY(20%);-ms-transform:scale(-1) translateY(20%);transform:scale(-1) translateY(20%)}.screen-thumb{padding-top:20px}}@media (max-width:575.98px){.screen-image__title{bottom:50%;-webkit-transform:scale(-1) translateY(-50%);-ms-transform:scale(-1) translateY(-50%);transform:scale(-1) translateY(-50%)}}@media (max-width:420px){.screen__title span{padding:8.5px 10px}.screen-image{width:91%}.screen-image__title{font-size:50px;left:-40px;line-height:50px}}@media (max-width:320px){.screen-image__title{font-size:45px;line-height:45px}}.search{position:relative}.search__field{background-color:transparent;border:1px solid #d2d3d4;border-radius:6px;font-size:14px;font-weight:300;padding:7.5px 13px 7.5px 40px;-webkit-transition:.3s;transition:.3s}.search__field:focus{border-color:#000}.search__btn{background-color:#d2d3d4;height:20px;left:16px;-webkit-mask-image:url(/local/templates/avs/img/icons/icon-search-gray.svg);mask-image:url(/local/templates/avs/img/icons/icon-search-gray.svg);-webkit-mask-size:contain;mask-size:contain;position:absolute;top:49%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s;width:20px}@media (max-width:767.98px){.search__field{width:100%}}@media (min-width:1200px){.search:hover .search__field{border-color:#424242}.search:hover .search__btn{background-color:#424242}}.slider__row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.slider__title{width:50%}.slider__descr{max-width:390px}.slider__container{border-radius:10px 10px 0 10px;margin-top:50px;overflow:hidden;position:relative}.slider__slide{padding-bottom:500px;position:relative;width:100%}.slider__thumbs{background-color:#fff;bottom:0;max-width:468px;padding:24px 0 0 24px;position:absolute;right:0;width:100%;z-index:1}.slider__thumbs .swiper-slide-thumb-active{opacity:.8}.slider__thumb{background-color:#fff;cursor:pointer;padding-bottom:100%;position:relative;-webkit-transition:.3s;transition:.3s}.slider__thumb.is-video:after{background-image:url(/local/templates/avs/img/icons/icon-play-dark-round.svg);background-size:cover;border-radius:50%;content:"";height:36px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:36px}.slider__btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.slider__btn.swiper-button-disabled{opacity:0;pointer-events:none}.slider__btn-next{right:-20px}.slider__btn-prev{left:-20px}@media (max-width:1199.98px){.slider__container{border-radius:6px 6px 0 6px}.slider__btn-next{right:0}.slider__btn-prev{left:-16px}}@media (max-width:999.98px){.slider__title{margin-bottom:30px;width:100%}.slider__descr{max-width:100%}.slider__slide{padding-bottom:380px}.slider__thumbs{max-width:350px;padding:15px 0 0 15px}.slider__thumb.is-video:after{height:30px;width:30px}}@media (max-width:767.98px){.slider__slide{border-radius:10px;overflow:hidden;padding-bottom:67%}.slider__thumbs{bottom:unset;margin:20px auto 0;max-width:440px;padding:0;position:relative;right:unset}.slider__thumb{border-radius:10px;overflow:hidden}.slider__container{border-radius:0}.slider__btn-next{right:0}.slider__btn-prev{left:0}}@media (max-width:420px){.slider__slide{border-radius:6px;padding-bottom:60%}.slider__thumbs{margin:33px auto 0}.slider__thumb{border-radius:6px}}@media (min-width:1200px){.slider__thumb:hover{opacity:.8}}.squares__row{border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.squares__left{background-color:#f7f8f9;width:calc(50% + 15px)}.squares__right{width:calc(50% - 15px)}.squares__content{padding:50px 70px 32px}.squares__title{margin-bottom:23px}.squares__descr{max-width:390px}.squares__img{width:100%}.squares-col,.squares__cols{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.squares-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.squares-col__thumb{position:relative}.squares-col__info{height:100%;padding:30px}.squares-col__title{font-family:PhonkSans,sans-serif;font-size:18px;margin-bottom:15px}.squares-col:first-child .squares-col__thumb{padding-bottom:155%}.squares-col:first-child .squares-col__info{background-color:#2d2d2d;color:#fff}.squares-col:last-child .squares-col__thumb{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-bottom:139%}@media (max-width:1199.98px){.squares__left{padding-bottom:60px;width:49%}.squares__right{width:51%}.squares__content{padding:30px 40px 120px}.squares__title{margin-bottom:30px}.squares-col__info{padding:20px}.squares-col__title{font-size:17px}.squares-col:first-child .squares-col__thumb{padding-bottom:190%}.squares-col:last-child .squares-col__thumb{padding-bottom:171%}}@media (max-width:999.98px){.squares__left,.squares__right{width:100%}.squares__left{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:0}.squares__content{padding:30px 8px 60px 40px;width:50%}.squares__img{width:50%}.squares-col__info{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:110px 30px}.squares-col:first-child .squares-col__thumb{padding-bottom:115%}.squares-col:last-child .squares-col__thumb{padding-bottom:115%}}@media (max-width:767.98px){.squares__left{padding:30px}.squares__content{padding:0;width:100%}.squares__img{margin-top:22px;width:100%}.squares__cols{-ms-flex-wrap:wrap;flex-wrap:wrap}.squares-col{height:auto;width:100%}.squares-col__info{height:auto;padding:30px 30px 40px}.squares-col:first-child .squares-col__thumb{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-bottom:417px}.squares-col:last-child .squares-col__thumb{padding-bottom:417px}}@media (max-width:420px){.squares__img{margin-top:33px}.squares-col__info{padding:30px}}.video{position:relative}.video__btn{background-image:url(/local/templates/avs/img/icons/icon-play-dark-round.svg);background-size:cover;border-radius:50%;display:block;height:40px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s;width:40px;z-index:1}.video.is-played .video__btn{opacity:0;pointer-events:none}

/* End */


/* Start:/local/templates/avs/template_styles.css?174954904117204*/

.clearfix:before, body div .clearfix:after, body div .dl-horizontal dd:before, body div .dl-horizontal dd:after, body div .container:before, body div .container:after, body div .container-fluid:before, body div .container-fluid:after, body div .row:before, body div .row:after, body div .form-horizontal .form-group:before, body div .form-horizontal .form-group:after, body div .btn-toolbar:before, body div .btn-toolbar:after, body div .btn-group-vertical > .btn-group:before, body div .btn-group-vertical > .btn-group:after, body div .nav:before, body div .nav:after, body div .navbar:before, body div .navbar:after, body div .navbar-header:before, body div .navbar-header:after, body div .navbar-collapse:before, body div .navbar-collapse:after, body div .pager:before, body div .pager:after, body div .panel-body:before, body div .panel-body:after, body div .modal-header:before, body div .modal-header:after, body div .modal-footer:before, body div .modal-footer:after {
    content: none;
}

body.freeze {
    overflow: hidden;
    height: 100vh;
    position: fixed;
}

body.freeze-desctop {
    overflow: hidden;
    height: 100vh;
    padding-right: 16px;
}

body.fancybox-active {
    height: 100vh;
}

.header {
    top: -40px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    --bs-gutter-x: 20px;
}

.main div.bx-auth {
    margin: 24px auto;
}

.breadcrumbs__wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
}

section.product {
    padding-top: 0;
}

body .breadcrumbs__wrapper[data-hide="Y"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 1px !important;
    width: 1px !important;
}

#search-title-wrapper {
    position: relative;
}

.card__top {
    justify-content: space-between;
}

.categories__item .category__thumb {
    margin-bottom: 0;
}

.categories__item .category__content, .category__info {
    z-index: 2;
}

.container-pdf h1 {
    margin-bottom: 80px;
}

.container-pdf h2.category__title {
    color: rgb(45, 45, 45);
}

.btn-shop {
    margin-right: 16px;
}

@media (max-width: 999px) {
    .header-buttons-wrap .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .btn.btn-shop-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .btn-shop-desctop {
        display: none !important;
    }

    .btn.btn-shop-mobile {
        margin-top: 20px;
        margin-right: 0;
    }

    #search-title-wrapper {
        text-align: right;
    }
}

.geo-city__name {
    padding: 0 5px 0 5px;
}

.bxmaker-authuserphone-login__change-form {
    position: relative;
}

/* Стили для контейнера табов */
.tabs {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Стили для кнопок */
.tab-buttons {
    display: flex;
}

.tab-button {
    padding: 4px 0 4px 0;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
    transition: background 0.3s;
    margin: 26px 24px 26px 0;
}

.tab-button.active {
    border-radius: 5px 5px 0 0;
    text-decoration: underline; /* Подчёркиваем текст активной кнопки */
    text-decoration-thickness: 2px; /* Толщина подчёркивания */
    text-underline-offset: 5px; /* Отступ подчёркивания от текста */
}

.tab-button:hover {
    background: #f0f0f0;
}

/* Стили для контента вкладок */
.tab-content {
    border-top: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.bxmaker-authuserphone-enter-auth__title, .bxmaker-authuserphone-enter-reg__title {
    display: none;
}

.bxmaker-authuserphone-enter-auth-form__by, .bxmaker-authuserphone-enter-auth-by-password-form__back {
    display: none;
}

.input__field {
    border-bottom: 2px solid #d2d3d4 !important;
}

.bxmaker-authuserphone-input-phone__input {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bxmaker-authuserphone-enter {
    padding-left: 0;
}

.fancybox-slide > div {
    padding: 0;
    background-color: transparent;
}

.bxmaker-authuserphone-login {
    background-color: #fff !important;
}

.auth-forms-container {
    background-color: white !important;
    padding: 100px 40px 40px 40px !important;
    border-radius: 10px !important;
}

.fancybox-button.fancybox-close-small svg path {
    fill: #D2D3D4;
}

.fancybox-slide--html .fancybox-close-small {
    color: #D2D3D4;
    right: 30px;
    top: 30px;
}

.auth-form-title {
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}


.bxmaker-authuserphone-enter {
    font-size: 16px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    padding: 0;
    color: #000;
    background-color: #fff;
}

.auth-forms-container .input__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #D2D3D4;
    margin: 0;
    position: relative;
}

.bxmaker-authuserphone-input-phone input[type=text] {
    padding: 10px 12px 6px;
}

.bxmaker-authuserphone-input-password__visible {
    display: none;
}

.item_economy_price {
    background-color: black;
    color: white;
    width: 67px;
    height: 34px;
    padding: 10px;
    gap: 10px;
    border-radius: 3px;
}

.mobilefilter-overlay {
    display: none;
    transition: all 1s ease;
    background: #3a3f44;
    opacity: .7 !important;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: -110vw;
    top: 0;
    z-index: 3005;
    filter: blur(2px);
}

.mobilefilter-overlay.active {
    display: block;
    left: 0;
}

.cart-container {
    width: 50% !important;
}

@media (max-width: 768px) {
    .d-sm-none {
        /** display: none; **/
        display: block;
        margin-bottom: 20px;
    }
}

.profile-dropdown {
    text-align: left;
}

.footer__more_links {
    margin-right: 40px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .footer__more_links {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .footer__more_links {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

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

.characteristics .characteristics__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.button-print-basket svg {
    fill: #2d2d2d;
    margin-right: 12px;
}

.button-print-basket:hover svg {
    fill: #FFFFFF;
}

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

.characteristics .characteristics__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.button-print-basket svg {
    fill: #2d2d2d;
    margin-right: 12px;
}

.button-print-basket:hover svg {
    fill: #FFFFFF;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default {
    margin-bottom: 7px;
}

/* гамбургер каталог десктоп старт*/

.icon__catalog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15.5px;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease-in-out;
}

.icon__catalog-bar {
    width: 12px;
    height: 1px;
    background-color: white;
    transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out;
}

.open .icon__catalog-bar:nth-child(1) {
    width: 16px;
    margin-top: -7px;
    transform: translateY(10px) rotate(45deg);
}

.open .icon__catalog-bar:nth-child(2) {
    opacity: 0;
}

.open .icon__catalog-bar:nth-child(3) {
    width: 16px;
    margin-bottom: -6px;
    transform: translateY(-10px) rotate(-45deg);
}

/* гамбургер каталог десктоп конец*/

#arrow-back-button {
    display: none;
}

.container-submenu {
    position: relative;
}

.search__field {
    padding: 16px 61px 13px 40px;
}

.search-title-wrapper {
    display: flex;
    gap: 8px;
    padding-top: 6px;
}

.header-menu-top {
    display: flex;
    gap: 16px;
}

.header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 35px 13px 34px;
    max-height: 51px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: display 0.5s ease-in-out;
}

.header__btn:focus-visible {
    color: #fff !important;
}

.header__btn:active:not(:focus-visible) {
    color: #fff !important;
}

.header__btn:hover {
    color: #fff !important;
}

.submenu-nav {
    visibility: hidden;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    text-align: left;
    width: 284%;
    background-color: #fff;
    box-shadow: 0px 17px 30px 0px rgba(45, 45, 45, 0.1);
    z-index: 1000;
    transform: translateY(-162%);
    border-radius: 10px;
    transition: transform 0.8s ease-in-out, visibility 0.3s;
}

.submenu-nav.active {
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.8s ease-in-out, visibility 1.2s;
}

.submenu-navbar-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 38px 28px 38px 28px;
    list-style: none;
    min-height: 164px;
    max-height: calc(100vh - 140px);
    overflow: auto;
}

.submenu-nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px;
    font-family: "PhonkSans";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 100%;
    background: var(--gray-cards, #f7f8f9);
    border-radius: 5px;
}

.submenu-nav-item .submenu-nav-link {
    max-width: 148px;
    word-wrap: break-word;
}

.submenu-nav__img {
    display: flex;
    width: 82px;
    height: 58px;
}

/* МОБИЛЬНОЕ МЕНЮ */

.nav__hamburger {
    display: none;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 20px; */
    /*padding: 14.5px 21px 16.5px 19px;*/
    background-color: #333;
    border-radius: 6px;
    max-height: 36px;
}

.nav__hamburger.active {
    margin-left: 0;
    margin-top: 28px;
    margin-right: 20px;
}

.hamburger__checkbox {
    display: none;
    visibility: hidden;
    z-index: -1;
}

.hamburger__checkbox-label {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    background: transparent;
    /*width: 12px;*/
    /*height: 8px;*/
    width: 52px;
    height: 36px;
    transition: z-index 0.8s ease-in-out;
}

.hamburger__checkbox-label::before,
.hamburger__checkbox-label::after {
    content: "";
    /*left: 0;*/
    left: 20px;
    top: 18px;
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    border-radius: 10px;
    background: #fff;
}

.hamburger__checkbox-label::before {
    /*top: 0;*/
    top: 12px;
    box-shadow: 0 11px 0 #fff;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.hamburger__checkbox-label::after {
    bottom: 1.5px;
    transition: bottom 0.3s 0.15s, transform 0.3s;
}

 .hamburger__checkbox-label.active {
  /*z-index: 44;*/
     height: 36px;
}

.hamburger__checkbox-label.active::before {
    top: 17px;
    left: 17px;
    width: 17px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    background: #fff;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.hamburger__checkbox-label.active::after {
    bottom: 18px;
    left: 17px;
    width: 17px;
    background: #fff;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
}

.hamburger__checkbox-label.active {
    z-index: 1002;
    width: 52px;
    height: 36px;
    background: #000;
    margin-top: 0;
    border-radius: 6px;
    transition: z-index 0.8s ease-in-out;
}

.hamburger__checkbox-label.active + .nav__hamburger-fon, .nav__hamburger-wrapper.active {
    display: block;
    left: 0;
}

.nav__hamburger-wrapper {
    padding: 42px 20px 42px 20px;
    margin: 0;

    -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
    transition: all 1s ease;
    z-index: 3100;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: -400px;
    width: 320px !important;
    border-radius: 3px;
    height: 100%;
    overflow: auto;
}

.hamburger__menu-list {
    display: grid;
    gap: 6px;
    margin-bottom: 63px;
}

.hamburger__menu-item {
    display: block;
    padding: 8px 12px;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    background-color: #f7f8f9;
    border-radius: 5px;
}

.hamburger__menu-item a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 36px;
}

.retreat_span {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .submenu-nav {
        width: 100%;
    }

    .submenu-navbar-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1024px) and (max-width: 1320px){
    .submenu-nav {
        width: calc(100vw - 54px);
    }
    .submenu-navbar-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1000px) {
    .submenu-nav {
        max-width: 964px;
    }
}

@media (min-width: 1200px) {
    .submenu-nav {
        max-width: 1236px;
    }
}

@media (max-width: 999.97px) {
    .submenu-nav {
        width: 100%;
    }

    .submenu-navbar-list {
        grid-template-columns: 1fr 1fr;
    }

    .submenu-nav__img {
        width: 50px;
        height: 35px;
    }

    .header-menu-top {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    #search-title-wrapper, #search-title-wrapper #title-search, #search-title-wrapper .header__search, #search-title-wrapper .search__field {
        width: 100%;
    }

    .ns-intec-regionality.c-regions-select.c-regions-select-default {
        order: 1;
    }

    .order-md-3.header-buttons-wrap {
        order: 2 !important;
    }

    .search-title-wrapper.order-md-1 {
        order: 3 !important;
    }

}

@media (max-width: 767.98px) {
    .header__btn:focus {
        color: #fff;
    }

    .header__btn:active {
        color: #fff;
    }

    .submenu-nav {
        top: 180px;
        width: 540px;
        left: calc((100vw - 540px) / 2);
        position: fixed;
        height: 60vh;
        overflow-y: auto;
    }

    .submenu-nav-item .submenu-nav-link {
        max-width: none;
    }

    .submenu-navbar-list {
        grid-template-columns: 1fr;
        min-height: fit-content;
        max-height: none;
    }

    .header__btn {
        margin-top: 20px;
    }

    #search-title-wrapper #title-search {
        width: 100%;
    }

    .submenu-nav #title-search {
        margin: 18px 28px -20px 28px;
    }
}

@media (max-width: 577px) {
    .header__logo {
        max-width: 95px;
    }

    .submenu-nav .mobile-menu-nav-wrap #title-search {
        margin: 0;
    }

    .cart-container p {
        font-size: 12px;
    }

    #title-search {
        width: 100%;
    }

    .search-title-wrapper {
        padding-top: 0;
    }

    .title-search-top-submenu {
        margin-top: -57px;
        z-index: 10000;
        max-width: 220px;
        margin-left: -21px;
        margin-top: -33px;
    }

    .search__field {
        padding: 7px 13px 8px 40px;
    }

    .header__search {
        margin-top: 0;
    }

    .header__btn-none {
        display: none;
    }

    .nav__hamburger {
        display: flex;
    }

    #arrow-back-button {
        display: block;
        /*margin: 20px;*/
        padding-bottom: 20px;
    }

    .submenu-nav {
        padding: 20px;

        visibility: visible;
        right: auto;
        text-align: left;
        transform: none;

        -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
        -moz-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
        box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
        transition: all 1s ease;
        z-index: 3110;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -400px;
        width: 320px !important;
        border-radius: 3px;
        height: 100%;
        overflow: auto;
    }

    .nav__hamburger-wrapper {
        padding: 20px;
    }

    .nav__hamburger-wrapper.active .submenu-nav.active {
        visibility: visible;
        transform: none;
        transition: all 1s ease;

        display: block;
        left: 0;
    }

    .submenu-navbar-list {
        gap: 6px;
        padding: 0;
        overflow-y: auto;
        height: 100vh;
    }

    .submenu-nav-item {
        padding: 10px 12px 9px 12px;
        max-width: 278px;
    }

    a.submenu-nav-item {
        padding: 0;
    }

    .submenu-nav__img {
        width: 64px;
        height: 45px;
    }
}

/* End */
/* /local/templates/avs/libs/fancybox/fancybox.css?170358830124645 */
/* /local/templates/avs/libs/swiper/swiper-bundle.min.css?170358830118436 */
/* /local/templates/avs/libs/fancybox_new/jquery.fancybox.css?173943689015997 */
/* /local/templates/avs/components/bitrix/menu/catalog_menu/style.css?1745216440241 */
/* /local/templates/avs/components/bitrix/search.title/main/style.css?17068618562146 */
/* /local/templates/avs/components/intec.regionality/regions.select/custom_modal/style.css?17574960675468 */
/* /local/templates/avs/components/bitrix/sale.basket.basket.line/main/style.css?17495478632235 */
/* /local/templates/avs/components/bitrix/breadcrumb/main/style.min.css?1706861855467 */
/* /local/templates/avs/components/bxmaker/authuserphone.enter/.default/style.css?174954356419824 */
/* /bitrix/components/bxmaker/authuserphone.login/templates/.default/style.css?174707769328334 */
/* /local/templates/avs/styles.css?1743266434101434 */
/* /local/templates/avs/template_styles.css?174954904117204 */
