

/* Start:/local/templates/fanat_shop/css/jquery.fancybox.min.css?168480859224078*/
: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-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.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-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-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.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:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.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:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.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:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s 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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.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-hidden{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/fanat_shop/build/css/common.css?1727851269116477*/
* {
    outline: 0;
    -webkit-font-smoothing: antialiased;
}

body,
html {
    height: 100%;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

button[type=button]:focus,
button[type=submit]:focus {
    outline: 0;
}

a {
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus,
textarea:focus {
    outline: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

svg {
    max-width: 100%;
    max-height: 100%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    pointer-events: none;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

hr {
    color: #e7e7e7;
    background-color: #e7e7e7;
    border: 0 none;
    height: 1px;
    clear: both;
    margin: 0;
}

.cabinet-history__filter a:not(.active),
.product-choice__title a span {
    position: relative;
}

.cabinet-history__filter a:not(.active):after,
.product-choice__title a span:after {
    content: "";
    display: block;
    position: absolute;
    transition: all .25s ease;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(216, 58, 58, .4);
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page-wrapper .footer {
    flex: 0 0 auto;
}

.page-content {
    flex: 1 0 auto;
}

.page-title {
    position: relative;
}

.page-title__name {
    font-family: "Gotham Pro Bold";
    position: inherit;
    z-index: 3;
}

.page-title__link {
    color: #d83a3a;
    position: relative;
}

.page-title__link:hover {
    color: #c52727;
}

.page-title__link:hover:after {
    background-color: #c52727;
}

.page-title .svg-levin {
    fill: #d83a3a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    fill-opacity: .4;
}

.page-subtitle {
    font-size: 2rem;
    font-family: "Gotham Pro";
}

.page-subtitle__link {
    position: relative;
    display: inline-block;
}

.page-show-link {
    transition: all .25s ease;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
    display: inline-block;
}

.page-show-link:before {
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-red.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -.3125rem;
    height: .9375rem;
    z-index: -1;
}

.page-carousel {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    position: relative;
}

.page-carousel .tns-controls {
    position: absolute;
    left: 0;
}

.page-carousel .tns-controls button {
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .05);
}

.page-carousel .tns-controls svg {
    vertical-align: middle;
}

.page-carousel .tns-controls .arrow {
    fill: rgba(49, 49, 49, .4);
}

.page-carousel__products .page-carousel {
    position: relative;
}

.page-carousel__products .page-carousel:after,
.page-carousel__products .page-carousel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.page-carousel__products .page-carousel:before {
    left: 0;
}

.page-carousel__products .page-carousel:after {
    right: 0;
}

.page-carousel__products .page-carousel:after,
.page-carousel__products .page-carousel:before {
    width: 10%;
    height: 100%;
}

.page-carousel__products .tns-controls {
    left: .625rem;
    right: .625rem;
    width: auto;
    z-index: 3;
    top: calc((100% - 135px - 2.5rem) / 2);
}

.page-carousel__products .tns-inner {
    padding-top: 1.25rem;
}

.page-info .page-show-link {
    margin-top: 2.03125rem;
}

.page-info .page-show-link:before {
    opacity: .4;
}

.page-info__text {
    font-size: 1.125rem;
    padding-top: 2.03125rem;
}

.page-info__text p + p {
    padding-top: 1.25rem;
}

.page-checkbox input,
.page-radio input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.page-checkbox__text,
.page-radio__text {
    display: flex;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-checkbox__text:after,
.page-checkbox__text:before,
.page-radio__text:after,
.page-radio__text:before {
    content: "";
    display: block;
    position: absolute;
    transition: all .25s ease;
}

.page-checkbox input:checked + .page-checkbox__text:before {
    background-color: transparent;
    border-color: #d83a3a;
}

.page-checkbox input:checked + .page-checkbox__text:after {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.page-checkbox__text {
    min-height: inherit;
}

.page-checkbox__text:after,
.page-checkbox__text:before {
    left: 0;
    top: 0;
}

.page-checkbox__text:after {
    background-image: url(/local/templates/fanat_shop/build/css/../img/check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    -webkit-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
}

.page-checkbox__small {
    min-height: 24px;
}

.page-checkbox__small .page-checkbox__text:after,
.page-checkbox__small .page-checkbox__text:before {
    width: 24px;
    height: 24px;
}

.page-checkbox__large {
    min-height: 32.0016px;
}

.page-checkbox__large .page-checkbox__text:after,
.page-checkbox__large .page-checkbox__text:before {
    width: 32.0016px;
    height: 32.0016px;
}

.page-radio {
    min-height: 32.0016px;
}

.page-radio input:checked + .page-radio__text span {
    opacity: 1;
}

.page-radio input:checked + .page-radio__text:before {
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .1);
    border-color: #d83a3a;
}

.page-radio input:checked + .page-radio__text:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-radio__text {
    padding: 0 0 0 50px;
    cursor: pointer;
    min-height: inherit;
}

.page-radio__text span {
    opacity: .7;
}

.page-radio__text:after,
.page-radio__text:before {
    border-radius: 50%;
}

.page-radio__text:before {
    width: 32.0016px;
    height: 32.0016px;
    left: 0;
    top: 0;
    border: 1px solid #e7e7e7;
}

.page-radio__text:after {
    width: 12px;
    height: 12px;
    background-color: #d83a3a;
    left: 10px;
    top: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.page-offer {
    display: block;
    color: #fff;
}

.page-offer__item {
    height: 100%;
    background-blend-mode: overlay, normal;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-offer__item .page-show-link {
    margin-top: 1.5625rem;
}

.page-offer__item .page-show-link:hover {
    color: #fff;
}

.page-offer__title {
    font-family: "Gotham Pro Bold";
    line-height: 1.15;
}

.page-offer__title span {
    padding-top: .625rem;
    display: block;
}

.page-offer__note {
    font-size: .875rem;
}

.page-collapsible__content {
    position: relative;
}

.page-collapsible__content:after {
    content: "";
    display: block;
    position: absolute;
    transition: background .25s ease;
    width: 100%;
    height: 5.625rem;
    background: linear-gradient(to top, #fff, transparent);
    bottom: -1.01563rem;
    left: 0;
}

.page-collapsible__content.is_expanded:after {
    background: linear-gradient(to top, transparent, transparent);
}

.page-date {
    display: flex;
    align-items: center;
}

.page-date .svg-icon {
    width: 1rem;
    height: 1rem;
    color: #d83a3a;
    margin-right: .75rem;
}

.page-date time {
    color: rgba(49, 49, 49, .6);
}

.page-button {
    min-width: 16.875rem;
}

.page-single {
    padding-top: 2.5rem;
}

.page-single__image .page-date {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.page-single__image .page-date .svg-icon,
.page-single__image .page-date time {
    color: inherit;
}

.page-single__description {
    padding-top: 2.5rem;
}

.page-single__description p {
    font-size: 1.125rem;
}

.page-single__description p + p {
    padding-top: 1.25rem;
}

.page-single__aside {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 1.875rem 1.5625rem;
    border-color: #e7e7e7;
}

.page-single__aside-title {
    font-size: .875rem;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    padding-bottom: 1.25rem;
}

.page-single__aside-list {
    position: relative;
}

.page-single__aside-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 15%;
    background: linear-gradient(to top, #fff, transparent);
    bottom: 0;
    left: 0;
}

.page-single__aside-list a {
    display: inline-block;
    text-decoration: underline;
}

.page-single__aside-list a:hover {
    text-decoration: none;
}

.page-single__aside-item + li {
    padding-top: .53125rem;
}

.page-single__aside .page-show-link:before {
    transition: opacity .25s ease;
    opacity: .4;
}

.page-single__aside .page-show-link:hover:before {
    opacity: 1;
}

.page-select {
    position: relative;
}

.page-select:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy4wOTgxNSA1LjU4MTc5QzMuNTA1MTYgNi4xMzk0IDQuNDk0ODQgNi4xMzk0IDQuOTAxODUgNS41ODE3OUw3LjgxMDAyIDEuNTkzOTlDOC4wMzg3NCAxLjI4MTA0IDguMDYyMjIgMC44Nzc4NzEgNy44NzM1MSAwLjU0Mjk3OUM3LjY4MzkyIDAuMjA4MDg4IDcuMzE0MzEgLTUuOTk0NTFlLTA4IDYuOTA4MTcgLTkuNTQ1MDZlLTA4TDEuMDkxODMgLTYuMDM5MzJlLTA3QzAuNjg1NjkyIC02LjM5NDM3ZS0wNyAwLjMxNjA4MyAwLjIwODA4NyAwLjEyNjQ5NSAwLjU0Mjk3OUMtMC4wNjIyMjMgMC44Nzc4NyAtMC4wMzg3NDI2IDEuMjgxMDQgMC4xODk5ODEgMS41OTM5OEwzLjA5ODE1IDUuNTgxNzlaIiBmaWxsPSIjMzEzMTMxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjA5Mjg3IDAuOTc0NjA1TDYuOTQ5MjIgMS4wNDQ1MUw0LjAxMzIyIDUuMDMyMzJMMS4wOTI4NyAwLjk3NDYwNVoiIGZpbGw9IiMzMTMxMzEiLz48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: .625rem;
    height: .625rem;
    right: .9375rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page-select select {
    width: 100%;
    padding: .625rem 1.875rem .625rem .9375rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
    font-family: "Gotham Pro Bold";
}

.page-text-accent {
    color: #d83a3a;
}

.page-text-info {
    color: #ed812b;
}

.page-text-success {
    color: #45bf1a;
}

.page-contacts-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-contacts .skinny {
    font-family: "Gotham Pro Light";
}

.page-contacts .svg-icon {
    transition: color .25s ease;
    flex: 0 0 24px;
    max-height: 24px;
    margin-right: .9375rem;
}

.form {
    position: relative;
}

.form-field {
    transition-property: border-color;
    transition-duration: .25s;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    color: #313131;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
}

.form-field.placeholder {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .25s;
    color: #ababab;
    font-family: "Gotham Pro";
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.form-field:-moz-placeholder {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .25s;
    color: #ababab;
    font-family: "Gotham Pro";
    opacity: 1;
    transform: translateX(0);
}

.form-field::-moz-placeholder {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .25s;
    color: #ababab;
    font-family: "Gotham Pro";
    opacity: 1;
    transform: translateX(0);
}

.form-field:-ms-input-placeholder {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .25s;
    color: #ababab;
    font-family: "Gotham Pro";
    opacity: 1;
    transform: translateX(0);
}

.form-field::-webkit-input-placeholder {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .25s;
    color: #ababab;
    font-family: "Gotham Pro";
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.form-field:focus {
    border-color: #d83a3a;
}

.form-field:focus.placeholder {
    opacity: 0;
    -webkit-transform: translateX(2.5%);
    transform: translateX(2.5%);
}

.form-field:focus:-moz-placeholder {
    opacity: 0;
    transform: translateX(2.5%);
}

.form-field:focus::-moz-placeholder {
    opacity: 0;
    transform: translateX(2.5%);
}

.form-field:focus:-ms-input-placeholder {
    opacity: 0;
    transform: translateX(2.5%);
}

.form-field:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transform: translateX(2.5%);
    transform: translateX(2.5%);
}

.form-field:disabled {
    background-color: #f4f4f4;
}

.form-field:disabled ~ button {
    color: #dadada;
}

.form-field:disabled ~ button:hover {
    cursor: default;
}

.form-field:disabled:hover {
    cursor: default;
}

.form-field__small {
    padding: .8125rem 1.25rem;
}

.form-field__small.placeholder {
    font-size: .625rem;
    text-transform: uppercase;
}

.form-field__small:-moz-placeholder {
    font-size: .625rem;
    text-transform: uppercase;
}

.form-field__small::-moz-placeholder {
    font-size: .625rem;
    text-transform: uppercase;
}

.form-field__small:-ms-input-placeholder {
    font-size: .625rem;
    text-transform: uppercase;
}

.form-field__small::-webkit-input-placeholder {
    font-size: .625rem;
    text-transform: uppercase;
}

.form-field__large {
    font-size: 1.125rem;
    padding: 1.125rem 1.5625rem;
}

.form-field__large.placeholder {
    font-size: 1.125rem;
}

.form-field__large:-moz-placeholder {
    font-size: 1.125rem;
}

.form-field__large::-moz-placeholder {
    font-size: 1.125rem;
}

.form-field__large:-ms-input-placeholder {
    font-size: 1.125rem;
}

.form-field__large::-webkit-input-placeholder {
    font-size: 1.125rem;
}

.form-field__search {
    padding-left: 48px;
}

.form-field__select {
    color: #ababab;
    padding-right: 2.5rem;
}

.form-field__select option {
    color: #313131;
}

.form-field__select option:first-of-type {
    display: none;
}

.form-field__select.is_selected {
    color: #313131;
}

.form-field__icon {
    position: relative;
}

.form-field__icon .form-field {
    padding-right: 54px;
}

.form-field__icon .form-field:focus ~ .svg-icon {
    color: #d83a3a;
}

.form-field__icon .svg-icon {
    transition: color .25s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    right: 24px;
}

.form-submit__search {
    position: absolute;
    color: #d83a3a;
    width: 2rem;
    height: 2rem;
    left: .66667rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-submit__search .svg-icon {
    width: 50%;
    height: 50%;
    vertical-align: middle;
}

.form-label {
    font-size: .875rem;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    padding-bottom: .9375rem;
}

.form-select-holder {
    position: relative;
}

.form-select-holder:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy4wOTgxNSA1LjU4MTc5QzMuNTA1MTYgNi4xMzk0IDQuNDk0ODQgNi4xMzk0IDQuOTAxODUgNS41ODE3OUw3LjgxMDAyIDEuNTkzOTlDOC4wMzg3NCAxLjI4MTA0IDguMDYyMjIgMC44Nzc4NzEgNy44NzM1MSAwLjU0Mjk3OUM3LjY4MzkyIDAuMjA4MDg4IDcuMzE0MzEgLTUuOTk0NTFlLTA4IDYuOTA4MTcgLTkuNTQ1MDZlLTA4TDEuMDkxODMgLTYuMDM5MzJlLTA3QzAuNjg1NjkyIC02LjM5NDM3ZS0wNyAwLjMxNjA4MyAwLjIwODA4NyAwLjEyNjQ5NSAwLjU0Mjk3OUMtMC4wNjIyMjMgMC44Nzc4NyAtMC4wMzg3NDI2IDEuMjgxMDQgMC4xODk5ODEgMS41OTM5OEwzLjA5ODE1IDUuNTgxNzlaIiBmaWxsPSIjMzEzMTMxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjA5Mjg3IDAuOTc0NjA1TDYuOTQ5MjIgMS4wNDQ1MUw0LjAxMzIyIDUuMDMyMzJMMS4wOTI4NyAwLjk3NDYwNVoiIGZpbGw9IiMzMTMxMzEiLz48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: .625rem;
    height: .625rem;
    right: 1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.badge {
    color: #fff;
    border-radius: 2px;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
    display: inline-block;
}

.badge:not(.badge-small) {
    font-size: .75rem;
    padding: .34722rem .625rem;
    z-index: 2;
}

.product-card .badge {
    position: absolute;
}

.badge-small {
    font-size: .625rem;
    padding: .3125rem;
}

.badge-discount {
    background: linear-gradient(180deg, #d83a3a 0, #cf2929 100%);
}

.badge-new {
    background: linear-gradient(180deg, #569dd0 0, #4291ca 100%);
}

.badge-hit {
    background: linear-gradient(180deg, #ed812b 0, #eb7314 100%);
}

.button {
    transition: all .25s ease;
    font-size: .75rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    padding: .875rem 1.25rem;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
}

.button-accent:not(.button-accent__bordered) {
    background-color: #d83a3a;
    color: #fff;
}

.button-accent:not(.button-accent__bordered):not(:disabled):hover {
    color: #fff;
    background-color: #c52727;
}

.button-accent.button-accent__bordered {
    background-color: #d83a3a;
    border: 1px solid #d83a3a;
    color: #d83a3a;
}

.button-accent.button-accent__bordered:after {
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-red.svg);
}

.button-accent.button-accent__bordered:not(:disabled):hover {
    background-color: #d83a3a;
    color: #fff;
    border-color: #d83a3a;
}

.button-accent.button-accent__bordered:not(:disabled):hover:after {
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-white.svg);
}

.button-accent:disabled {
    background-color: #e7e7e7;
    cursor: not-allowed;
}

.button-secondary:not(.button-secondary__bordered) {
    background-color: #313131;
    color: #fff;
}

.button-secondary:not(.button-secondary__bordered):not(:disabled):hover {
    color: #fff;
    background-color: #1e1e1e;
}

.button-secondary.button-secondary__bordered {
    background-color: transparent;
    border: 1px solid #313131;
    color: #313131;
}

.button-secondary.button-secondary__bordered:not(:disabled):hover {
    background-color: #313131;
    color: #fff;
}

.button-secondary.button-decorated:after {
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-dark.svg);
}

.button-secondary.button-decorated:hover:after {
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-white.svg);
}

.button-decorated {
    padding-right: 4.375rem;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.button-decorated:after {
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    content: "";
    display: block;
    position: absolute;
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 3.75rem;
    top: 0;
    right: -.625rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.button-decorated:not(:disabled):hover {
    color: #fff;
}

.button-decorated:not(:disabled):hover:after {
    -webkit-transform: translateX(-.3125rem);
    transform: translateX(-.3125rem);
}

.button-block {
    display: block;
    width: 100%;
}

.button-muted {
    opacity: .5;
}

.breadcrumbs {
    font-size: 1.125rem;
    display: block;
}

.breadcrumbs-item + li:before {
    display: inherit;
    content: '/';
    padding-left: .3125rem;
    padding-right: .3125rem;
    color: #313131;
}

.breadcrumbs-link {
    transition: color .25s ease;
    color: #d83a3a;
    position: relative;
}

.breadcrumbs-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #d83a3a;
    height: 1px;
}

.breadcrumbs-link:hover {
    color: #c52727;
}

.breadcrumbs-link:hover:after {
    background-color: #c52727;
}

.breadcrumbs-current,
.breadcrumbs-item,
.breadcrumbs-link {
    display: inline;
}

.breadcrumbs-current {
    cursor: default;
}

.header-top {
    font-size: .625rem;
    text-transform: uppercase;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.header-top__link {
    transition: color .25s ease;
    position: relative;
}

.header-top__link:after {
    transition: background-color .25s ease;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
}

.header-top__link:hover {
    color: #d83a3a;
}

.header-top__nav {
    display: flex;
    justify-content: space-between;
}

.header-top__nav-link {
    font-family: "Gotham Pro Medium";
    color: #5a5a5a;
}

.header-top__nav-link:after {
    background-color: rgba(90, 90, 90, .5);
}

.header-top__nav-link:hover:after {
    background-color: rgba(216, 58, 58, .5);
}

.header-bottom,
.header-middle {
    color: #fff;
}

.header-middle {
    font-size: .75rem;
    font-family: "Gotham Pro Medium";
    background-color: #000;
    text-transform: uppercase;
}

.header-bottom {
    background-color: #000;
}

.header-bottom__link {
    text-transform: uppercase;
    font-family: "Gotham Pro Medium";
    letter-spacing: 1px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.header-bottom__nav {
    display: flex;
    height: 100%;
}

.header-bottom__nav-link {
    transition-property: color, background-color;
    transition-duration: .25s;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    color: #fff;
}

.header-bottom__nav-link > a {
    color: #fff;
}

.header-bottom__nav-link svg {
    transition-property: fill;
    transition-duration: .25s;
}

.header-bottom__nav-link:not(.header-catalog) {
    justify-content: center;
}

.header-bottom__nav-link:not(.header-catalog) svg {
    fill: #d83a3a;
    width: 20px;
    height: 24px;
}

.header-bottom__nav-link:not(.header-catalog):hover {
    background-color: #d83a3a;
    color: #fff;
}

.header-bottom__nav-link:not(.header-catalog):hover svg {
    fill: #fff;
}

.header-phones__link {
    color: #d83a3a;
    font-family: "Gotham Pro Bold";
}

.header-phones__link:after {
    background-color: rgba(216, 58, 58, .5);
}

.header-phones__link:first-of-type {
    margin-left: .3125rem;
}

.header-phones__link:last-of-type {
    margin-right: .3125rem;
}

.header-phones__divider {
    padding-left: .625rem;
    padding-right: .625rem;
    color: rgba(49, 49, 49, .3);
}

.header-logotype {
    display: block;
}

.header-user {
    display: flex;
}

.header-user__cart {
    position: relative;
}

.header-user__cart .svg-icon {
    width: 24px;
    height: 24px;
}

.header-user__cart .header-user__icon,
.header-user__cart .header-user__text {
    position: relative;
    z-index: 1;
}

.header-user__cart-amount {
    font-size: .625rem;
    font-family: "Gotham Pro Black";
    position: absolute;
    background-color: #313131;
    border-radius: 50%;
    padding: .3125rem;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: calc(.3125rem + 1px);
    -webkit-transform: translate(33.333%, -50%);
    transform: translate(33.333%, -50%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user__cart-substrate {
    transition: background-color .25s ease;
    background-color: #d83a3a;
    position: absolute;
    right: 0;
    width: 100%;
}

.header-user__link {
    transition: color .25s ease;
    display: flex;
    align-items: center;
    color: #fff;
}

.header-user__text {
    font-size: .75rem;
    color: #fff;
}

.header-user__points {
    font-size: .625rem;
    color: rgba(255, 255, 255, .6);
    letter-spacing: 1px;
}

.header-user[data-user-logged=false] .header-user__text {
    transition: all .25s ease;
}

.header-user[data-user-logged=false] .header-user__text:hover {
    color: #fff;
}

.header-user[data-user-logged=false] .header-user__login .svg-icon {
    width: 24px;
    height: 24px;
}

.header-user[data-user-logged=false] .header-user__login:hover .svg-icon {
    color: rgba(255, 255, 255, .75);
}

.header-user[data-user-logged=false] .header-user__login:hover .header-user__link {
    color: rgba(255, 255, 255, .75);
}

.header-user[data-user-logged=false] .header-user__points {
    display: none;
}

.header-user[data-user-logged=true] .header-user__text {
    transition: color .25s ease;
}

.header-user[data-user-logged=true] .header-user__login {
    padding-left: 6px;
}

.header-user[data-user-logged=true] .header-user__login .svg-icon {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
}

.header-user[data-user-logged=true] .header-user__login .header-user__icon {
    position: relative;
}

.header-user[data-user-logged=true] .header-user__login .header-user__icon:before {
    transition: background-color .25s ease;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background-color: #d83a3a;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.header-user[data-user-logged=true] .header-user__login:hover {
    color: #fff;
}

.header-user[data-user-logged=true] .header-user__login:hover .header-user__icon:before {
    background-color: #c52727;
}

.header-user[data-user-logged=true] .header-user__login:hover .header-user__text {
    color: #e6e6e6;
}

.header-user[data-cart-empty=false] .header-user__cart:hover {
    color: #fff;
}

.header-user[data-cart-empty=false] .header-user__cart:hover .header-user__cart-substrate {
    background-color: #c52727;
}

.header-user[data-cart-empty=true] .header-user__cart {
    margin-left: 5.20833rem;
}

.header-user[data-cart-empty=true] .header-user__cart-amount {
    display: none;
}

.header-user[data-cart-empty=true] .header-user__cart-substrate {
    display: none;
}

.header-user[data-cart-empty=true] .header-user__cart .cart-icon-fill {
    display: none;
}

.header-user[data-cart-empty=true] .header-user__cart:hover {
    color: #d83a3a;
}

.header-catalog__button {
    flex: 0 0 auto;
}

.footer hr {
    background-color: rgba(255, 255, 255, .15);
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.footer-adv {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.footer-adv__icon {
    background-image: url(/local/templates/fanat_shop/build/css/../img/footer-adv-mask.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-adv__icon .svg-icon {
    width: 24px;
    height: 24px;
}

.footer-adv__text {
    font-size: .875rem;
    padding-top: 1.09375rem;
    font-family: "Gotham Pro Medium";
}

.footer-main {
    background-image: url(/local/templates/fanat_shop/build/css/../img/footer-bg.png);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3.75rem;
}

.footer-title {
    font-family: "Gotham Pro Medium";
    color: #fff;
    letter-spacing: 1px;
}

.footer-link {
    transition-property: color, border-color;
    transition-duration: .25s;
    display: inline-block;
    color: rgba(255, 255, 255, .8);
}

.m--navigation-submenu .footer-link,
.m--navigation-submenu .footer-link:hover {
    color: #000;
}

.footer-link__social {
    display: inline-flex;
    align-items: center;
}

.footer-link__social .svg-icon {
    max-width: 1rem;
    max-height: 1rem;
    margin-right: .625rem;
}

.footer-nav .m--navigation-submenu {
    display: flex;
    flex-direction: column;
}

.footer-contacts {
    color: #fff;
    font-family: "Gotham Pro Medium";
}

.footer-contacts .footer-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .8);
}

.footer-copyright {
    color: rgba(255, 255, 255, .8);
    display: inline-block;
}

.footer-copyright a {
    font-size: .875rem;
    transition-property: color, border-color;
    transition-duration: .25s;
    padding-bottom: .20833rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer-copyright a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
}

.home-carousel {
    position: relative;
}

.home-carousel__slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-carousel__slide-content {
    display: flex;
    align-items: center;
}

.home-carousel__slide-description b {
    font-family: "Gotham Pro Bold";
}

.home-carousel__slide-dark {
    color: #fff;
}

.home-carousel__slide-dark .button-accent:hover {
    color: #fff;
}

.home-carousel__slide-dark .svg-levin {
    fill-opacity: 1;
}

.home-carousel__slide-light {
    color: #313131;
}

.home-carousel__slide-light .button-accent {
    color: #fff;
}

.home-carousel__slide-light .svg-levin {
    fill-opacity: .25;
}

.home-carousel__controls {
    position: relative;
}

.home-carousel__dark .home-carousel__dot {
    border-color: rgba(255, 255, 255, .3);
}

.home-carousel__dark .home-carousel__dot.tns-nav-active {
    border-color: #fff;
    background-color: #fff;
}

.home-carousel__dark .home-carousel__images-list {
    height: 42.25rem;
}

.home-carousel__light .home-carousel__dot {
    border-color: rgba(49, 49, 49, .3);
}

.home-carousel__light .home-carousel__dot.tns-nav-active {
    border-color: #d83a3a;
    background-color: #d83a3a;
}

.home-carousel__light .home-carousel__images-list {
    height: 35.625rem;
}

.home-carousel__light .home-carousel__images-substrate {
    opacity: 0;
}

.home-carousel__dots,
.home-carousel__nav {
    position: absolute;
}

.home-carousel__nav {
    width: 100%;
}

.home-carousel__dots {
    left: 0;
    display: flex;
    z-index: 1;
}

.home-carousel__dot {
    transition-property: background-color, border-color;
    transition-duration: .25s;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
}

.home-carousel__dot + li {
    margin-left: .625rem;
}

.home-carousel__images {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.home-carousel__images-list {
    position: relative;
}

.home-carousel__images-item {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    text-align: right;
    max-height: 35.625rem;
}

.home-carousel__images-item img {
    position: relative;
    z-index: 3;
}

.home-carousel__images-item.image-at-top img {
    top: -1rem;
}

.home-carousel__images-item.image-at-bottom img {
    max-height: 100%;
}

.home-carousel__images-substrate {
    transition: opacity .25s ease;
    position: absolute;
    display: block;
    right: 64px;
    left: 160px;
    top: 0;
    bottom: -2.8125rem;
    background-color: #d83a3a;
    z-index: 1;
}

.home-carousel .tns-controls {
    justify-content: flex-end;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-carousel .tns-controls [data-controls=prev] {
    display: none;
}

.home-carousel .tns-controls g {
    transition: opacity .25s ease;
    opacity: .6;
}

.home-carousel .tns-controls button:hover g {
    opacity: .8;
}

.home-catalog__item {
    color: #fff;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position-y: bottom;
}

.home-catalog__item:before {
    transition: background-color .25s ease;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 49, 0);
    z-index: 1;
}

.home-catalog__item-title {
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
    letter-spacing: 1px;
}

.home-catalog__item-small .home-catalog__show {
    display: none;
}

.home-catalog__item-footwear {
    background-image: url(/local/templates/fanat_shop/build/css/../img/home-catalog-footwear.png), linear-gradient(180deg, #d83a3a 0, #cf2929 100%);
    background-position-x: right;
}

.home-catalog__item-wear {
    background-image: url(/local/templates/fanat_shop/build/css/../img/home-catalog-wear.png), linear-gradient(180deg, #ed812b 0, #eb7314 100%);
    background-position-x: 95%;
}

.home-catalog__item-fishing {
    background-image: url(/local/templates/fanat_shop/build/css/../img/home-catalog-fishing.png), linear-gradient(180deg, #569dd0 0, #4291ca 100%);
    background-position-x: right;
}

.home-catalog__item-tourism {
    background-image: url(/local/templates/fanat_shop/build/css/../img/home-catalog-tourism.png), linear-gradient(180deg, #777b55 0, #686c4b 100%);
    background-position-x: right;
}

.home-catalog__item-sport {
    background-image: url(/local/templates/fanat_shop/build/css/../img/home-catalog-sport.png), linear-gradient(180deg, #313131 0, #242424 100%);
    background-position-x: right;
}

.home-catalog__item-stocks {
    background-image: url(/local/templates/fanat_shop/build/css/../img/home-catalog-stocks.png);
    background-color: #c52727;
    background-position-x: right;
}

.home-catalog__item:hover {
    color: #fff;
}

.home-catalog__item:hover:before {
    background-color: rgba(49, 49, 49, .25);
}

.home-catalog__item:hover .home-catalog__show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.home-catalog__show {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
}

.home-brands {
    background-color: #fcfcfc;
    box-shadow: inset 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
}

.home-brands__carousel {
    height: 80px;
}

.home-brands__item {
    height: 100%;
    position: relative;
    z-index: 5;
}

.home-brands__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
}

.home-brands__item-details {
    transition: all .25s ease;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-brands__item-details:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: .66667rem solid #fff;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.home-brands__item-details:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1rem;
    left: 0;
    top: 100%;
}

.home-brands__item-name,
.home-brands__item-quantity {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-brands__item-name {
    font-size: 1.125rem;
    font-family: "Gotham Pro Bold";
}

.home-brands__item-quantity {
    font-size: .875rem;
}

.home-brands__item-show {
    font-size: .75rem;
    color: #d83a3a;
}

.home-brands__item-show:before {
    transition: opacity .25s ease;
    opacity: .4;
}

.home-brands__item-show:hover:before {
    opacity: .8;
}

.home-brands__item:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.home-brands .tns-controls {
    z-index: 3;
    bottom: 8px;
}

.home-brands .tns-inner {
    position: relative;
}

.home-brands .tns-inner:after,
.home-brands .tns-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.home-brands .tns-inner:after,
.home-brands .tns-inner:before {
    height: 80px;
    width: 160px;
    bottom: 0;
}

.home-brands .tns-inner:before {
    left: 0;
}

.home-brands .tns-inner:after {
    right: 0;
}

.home-brands .tns-inner:after {
    background: linear-gradient(to left, #fcfcfc 25%, transparent);
}

.home-offer__image {
    position: relative;
}

.home-price {
    box-shadow: inset 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
    background-color: #fcfcfc;
    font-size: 1.5rem;
    font-family: "Gotham Pro Medium";
}

.home-price a {
    color: #d83a3a;
    position: relative;
    padding-bottom: .15625rem;
}

.home-price a:after {
    transition: width .25s ease;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #d83a3a;
}

.home-price a:hover:after {
    width: 75%;
}

.home-price .svg-icon {
    width: 48px;
    height: 32px;
    color: #d83a3a;
}

.home-news__link,
.home-news__title {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
}

.home-news__title a {
    transition: color .25s ease;
    position: relative;
    text-decoration: underline;
    display: block;
}

.home-news__title:hover a {
    color: #d83a3a;
}

.home-news__link {
    color: #d83a3a;
    text-decoration: underline;
    position: relative;
    padding-bottom: 2.1875rem;
}

.home-news__link:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-red.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.4375rem;
    height: .9375rem;
    bottom: 0;
    left: 0;
}

.home-news__link:hover {
    color: #c52727;
    text-decoration: underline;
}

.tns-outer {
    position: relative;
}

.tns-controls {
    width: 100%;
    justify-content: space-between;
    display: flex;
    pointer-events: none;
}

.tns-controls .arrow {
    transition: fill .25s ease;
}

.tns-controls button {
    border-radius: 50%;
    pointer-events: all;
}

.tns-controls button:hover .arrow {
    fill: #d83a3a;
}

.lazy-holder {
    position: relative;
    display: block;
    z-index: 3;
}

.lazy-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.lazy-image:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.lazy-status {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 3;
    background-position: center center;
    background-repeat: no-repeat;
}

.lazy-status__is-loading {
    background-image: url(/local/templates/fanat_shop/build/css/../img/lazy/loading.svg);
    background-size: 75px;
}

.lazy-status__is-error {
    font-size: .875rem;
    background-image: url(/local/templates/fanat_shop/build/css/../img/lazy/error.svg);
    background-size: 50px;
    font-family: "Gotham Pro Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 75px;
}

.product-gallery .lSAction {
    transition: all .25s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 128px);
    left: -64px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.product-gallery .lSAction .lSNext,
.product-gallery .lSAction .lSPrev {
    pointer-events: all;
    box-shadow: 0 0 3.125rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.product-gallery .lSAction .lSNext .arrow,
.product-gallery .lSAction .lSPrev .arrow {
    transition: all .25s ease;
    fill: rgba(49, 49, 49, .6);
}

.product-gallery .lSAction .lSNext:hover .arrow,
.product-gallery .lSAction .lSPrev:hover .arrow {
    fill: rgba(216, 58, 58, .8);
}

.product-gallery .lSSlideWrapper {
    border-radius: 5px;
}

.product-gallery .lSSlideWrapper:hover .lSAction {
    width: 95%;
    left: 2.5%;
}

.product-gallery .lSPager {
    border-radius: 5px;
}

.product-name {
    font-family: "Gotham Pro Bold";
}

.product-code {
    font-size: .875rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    color: rgba(49, 49, 49, .4);
    display: inline-block;
    letter-spacing: 1px;
}

.product-price p {
    font-family: "Gotham Pro Bold";
    line-height: 1.15;
}

.product-price[data-discount=true] p {
    color: #d83a3a;
}

.product-price[data-discount=true] del {
    font-size: 1.5rem;
    color: rgba(49, 49, 49, .5);
    margin-right: 1.25rem;
    line-height: 1.15;
}

.product-price[data-discount=false] .badge-discount,
.product-price[data-discount=false] del {
    display: none;
}

.product-card {
    position: relative;
    display: block;
    background-color: #fff;
}

.product-card:not(.product-card__horizontal) {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.product-card figcaption {
    padding: .3125rem .625rem;
    position: relative;
}

.product-card__hidden,
.product-card__plate {
    transition: all .25s ease;
    opacity: 0;
    visibility: hidden;
}

.product-card__plate {
    border-radius: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    box-shadow: 0 .3125rem 3.125rem transparent;
}

.product-card__hidden {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 90px;
    background-color: inherit;
    border-radius: 5px;
}

.product-card__image {
    position: relative;
}

.product-card__image .badge {
    position: absolute;
    left: .3125rem;
    top: .3125rem;
    z-index: 3;
}

.product-card__image .spetspredlozheniya {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-image: url(/local/templates/fanat_shop/build/css/../img/spec.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 50%;
    height: 50%;
}

.product-card small,
.product-card__name,
.product-card__price p {
    font-family: "Gotham Pro Bold";
}

.product-card small,
.product-card__price del {
    color: rgba(49, 49, 49, .4);
}

.product-card small {
    font-size: .625rem;
    text-transform: uppercase;
}

.product-card__name {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.product-card__price del {
    font-size: .75rem;
}

.product-card__price del + p {
    color: #d83a3a;
}

.product-card__price p {
    font-size: 1.375rem;
}

.product-card__sizes {
    font-size: .625rem;
    text-transform: uppercase;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.product-card__sizes span {
    letter-spacing: 1px;
    margin-right: .3125rem;
}

.product-card__sizes-list {
    display: flex;
    font-family: "Gotham Pro Black";
}

.product-card__sizes-list li + li {
    margin-left: .15625rem;
}

.product-card__buttons {
    display: flex;
    box-shadow: 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.product-card__button {
    flex: 1 0 auto;
    border-radius: 0;
    text-align: center;
}

.product-card__button-detail {
    background-color: #d83a3a;
    color: #fff;
}

.product-card__button-detail:hover {
    background-color: #c52727;
    color: #fff;
}

.product-card__button-cart:hover {
    background-color: #ececec;
}

.product-card:hover {
    z-index: 5;
}

.product-card:hover .product-card__plate {
    box-shadow: 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
}

.product-card:hover .product-card__hidden,
.product-card:hover .product-card__plate {
    opacity: 1;
    visibility: visible;
}

.product-choice {
    margin-top: 1.875rem;
}

.product-choice .m--scrollable-shadow .product-choice__button {
    box-shadow: 0 .3125rem 1.25rem rgba(0, 0, 0, .05);
}

.product-choice__title {
    font-size: .875rem;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    padding-bottom: .9375rem;
    display: flex;
    justify-content: space-between;
}

.product-choice__title a {
    color: #d83a3a;
    display: flex;
    align-items: center;
}

.product-choice__title .svg-icon {
    width: 12px;
    height: 12px;
    margin-right: .3125rem;
}

.product-choice__title-hint {
    position: relative;
}

.product-choice__title-hint span {
    color: #d83a3a;
    border-bottom: 1px dashed rgba(216, 58, 58, .3);
    cursor: pointer;
    /*margin-right: 20px*/
}

.product-choice__title-table {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    padding: 20px;
    box-shadow: 0 2px 24px 0 #0e07301f;
    border: solid 1px #fff !important;
    background-color: #fff;
    border-radius: 9px;
    max-width: 500px;
    width: calc(100vw - 20px);
    z-index: 1000;
}

.product-choice__title-table img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-choice__button {
    transition: all .25s ease;
    font-size: 1.125rem;
    font-family: "Gotham Pro Bold";
    height: 40px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-choice__button:hover {
    border-color: rgba(216, 58, 58, .5);
}

.product-choice__button.active {
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .1);
    border-color: #d83a3a;
}

.product-choice__button img {
    max-height: 100%;
}

.product-choice__button {
    font-size: .85rem;
    width: 42px;
}

.product-choice__button2 {
    height: 67px;
    font-size: 1.1rem;
    width: 73px;
}

.product-choice__option + li {
    margin-top: 2.1875rem;
}

.product-choice__list {
    display: flex;
    flex-wrap: wrap;
}

.product-choice__list li {
    margin-bottom: .7375rem;
}

.product-choice__list li:not(:last-child) {
    margin-right: .7375rem;
}

.product-choice__list + ul {
    margin-top: 1.25rem;
}

.product-choice__amount {
    display: flex;
}

.product-choice__amount-actions {
    display: inherit;
    justify-content: space-between;
}

.product-choice__amount-actions button,
.product-choice__amount-actions input {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    height: 40px;
}

.product-choice__amount-actions button {
    position: relative;
    flex-shrink: 0;
}

.product-choice__amount-actions button .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    color: #d83a3a;
}

.product-choice__amount-actions input {
    font-size: 1.125rem;
    text-align: center;
    font-family: "Gotham Pro Bold";
    padding: .625rem;
}

.product-choice__amount-submit {
    font-size: .875rem;
    background-color: #d83a3a;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    border-radius: 5px;
    padding: .9375rem .625rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-choice__amount-submit:hover {
    color: #fff;
}

.product-bonuses {
    font-size: .875rem;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    margin-top: 1.25rem;
    letter-spacing: 1px;
}

.product-bonuses span {
    color: #d83a3a;
}

.product-info__title,
.product-info__type {
    font-family: "Gotham Pro Bold";
}

.product-info__title {
    font-size: .875rem;
    text-transform: uppercase;
    padding-bottom: .53125rem;
    color: rgba(49, 49, 49, .4);
}

.product-info__description {
    font-size: 1.125rem;
}

.product-info__description p + p {
    padding-top: .625rem;
}

.product-info .page-show-link {
    margin-top: .9375rem;
}

.product-info .page-show-link:before {
    opacity: .4;
}

.product-purchase__name {
    font-family: "Gotham Pro Bold";
    padding-bottom: .3125rem;
}

.product-purchase small {
    font-family: "Gotham Pro Medium";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(49, 49, 49, .4);
}

.product-purchase__price del {
    font-size: .625rem;
    color: rgba(49, 49, 49, .4);
    padding-bottom: .3125rem;
    display: inline-block;
}

.product-purchase__price del + p {
    color: #d83a3a;
}

.product-purchase__price p {
    font-family: "Gotham Pro Bold";
}

.product-modal__title {
    font-family: "Gotham Pro Bold";
    line-height: 1.15;
}

.product-modal .product-card__name {
    font-size: 16px;
}

.product-modal .product-card small {
    letter-spacing: 1px;
}

.product-modal .product-card__price p {
    font-size: 16px;
}

.nested-collapsible__content.is_exceeded {
    position: relative;
}

.nested-collapsible__content.is_exceeded:before {
    transition: background .25s ease;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #fff, transparent);
    z-index: 1;
    pointer-events: none;
}

.nested-collapsible__content.is_expand:before {
    background: linear-gradient(to top, transparent, transparent);
}

.svg-triangle {
    transition: all .25s ease;
    display: flex;
}

.svg-triangle path {
    transition: all .25s ease;
}

.catalog-sort {
    display: flex;
    justify-content: space-between;
}

.catalog-sort__button {
    transition: all .25s ease;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #313131;
}

.catalog-sort__button.active,
.catalog-sort__button:hover {
    background-color: #d83a3a;
    border-color: #d83a3a;
    color: #fff;
}

.catalog-sort__button + .button {
    margin-left: .9375rem;
}

.catalog-sort__general {
    position: relative;
    display: flex;
    align-items: center;
}

.catalog-sort__gender {
    display: flex;
}

.catalog-sort__choice {
    font-size: .875rem;
    display: flex;
}

.catalog-sort__choice span {
    padding-right: .3125rem;
}

.catalog-sort__link {
    transition: all .25s ease;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    color: #d83a3a;
    position: relative;
    padding-right: 16px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.catalog-sort__link.sort-by-increase:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.catalog-sort__link.sort-by-decrease:after {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}

.catalog-sort__link:after,
.catalog-sort__link:before {
    transition: all .25s ease;
    content: "";
    display: block;
    position: absolute;
}

.catalog-sort__link:before {
    width: calc(100% - 16px);
    background-color: rgba(216, 58, 58, .3);
    height: 1px;
    left: 0;
    bottom: 0;
}

.catalog-sort__link:after {
    background-image: url(/local/templates/fanat_shop/build/css/../img/triangle-accent.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
}

.catalog-sort__link:hover {
    color: #c52727;
}

.catalog-sort__link:hover:before {
    background-color: rgba(197, 39, 39, .3);
}

.catalog-sort__list {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    z-index: 5;
}

.catalog-sort__list:before {
    content: "";
    display: block;
    position: absolute;
    width: .625rem;
    height: .625rem;
    background-color: #fff;
    bottom: 100%;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 1px 0 0 1px;
}

.catalog-sort__item {
    font-size: .75rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    padding-right: calc(24px);
}

.catalog-sort__item a {
    transition: all .25s ease;
    display: block;
    padding: .3125rem .625rem;
}

.catalog-sort__item a:hover {
    color: #d83a3a;
}

.catalog-sort__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: .3125rem;
}

.catalog-sort__close button {
    transition: color .25s ease;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ababab;
}

.catalog-sort__close button .svg-icon {
    width: 50%;
    height: 50%;
}

.catalog-sort__close button:hover {
    color: #313131;
    background-color: #e7e7e7;
}

.catalog-list .product-card {
    padding-right: 0;
    padding-left: 0;
}

.catalog-list .page-offer [class*=col-] {
    margin-bottom: initial;
}

.catalog-aside {
    transition: border-color .25s ease;
    border-style: solid;
    border-color: #e7e7e7;
}

.catalog-aside__title {
    transition: color .25s ease;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-aside__title .svg-triangle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-aside__title .svg-triangle svg {
    stroke: initial;
    fill: initial;
}

.catalog-aside__title.is_expand .svg-triangle {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.catalog-aside__title-holder span {
    display: block;
}

.catalog-aside__list.two-columns {
    display: flex;
    flex-wrap: wrap;
}

.catalog-aside__list.two-columns li {
    width: 50%;
}

.catalog-aside__item {
    margin-bottom: .625rem;
}

.catalog-aside__link {
    display: inline-block;
}

.catalog-aside__link:not(.active) {
    position: relative;
}

.catalog-aside__link:not(.active):after {
    transition: background-color .25s ease;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(49, 49, 49, .25);
}

.catalog-aside__link:not(.active):hover:after {
    background-color: rgba(49, 49, 49, .75);
}

.catalog-aside__link.active {
    cursor: default;
    color: #d83a3a;
    font-family: "Gotham Pro Bold";
}

.catalog-aside__button {
    transition: color .25s ease;
    font-size: .75rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    display: inline-block;
    letter-spacing: 1px;
}

.catalog-aside__button-clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-aside__button-clear .svg-icon {
    transition: color .25s ease;
    color: #dadada;
    width: 1rem;
    height: 1rem;
}

.catalog-aside__button-clear:hover .svg-icon {
    color: #d83a3a;
}

.catalog-aside__button:hover {
    color: #d83a3a;
}

.catalog-aside__price-input,
.catalog-aside__price-label {
    font-size: .625rem;
    font-family: "Gotham Pro Bold";
}

.catalog-aside__price-input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d83a3a;
    padding: .78125rem .9375rem;
    color: #313131;
}

.catalog-aside__price-label {
    text-transform: uppercase;
    color: rgba(49, 49, 49, .4);
    display: inline-block;
    padding-bottom: .3125rem;
}

.catalog-show-more {
    font-size: .875rem;
    border-radius: 5px;
    padding: 1.09375rem 3.75rem;
}

.catalog-show-more:hover {
    background-color: #c52727;
    color: #fff;
}

.catalog-checkbox input:checked + .page-checkbox__text {
    font-family: "Gotham Pro Bold";
    color: #d83a3a;
}

.catalog-checkbox input:checked + .page-checkbox__text .catalog-checkbox__underlined {
    border-color: transparent;
}

.catalog-checkbox .page-checkbox__text {
    cursor: pointer;
    padding-left: 35px;
}

.catalog-checkbox .page-checkbox__text:before {
    background-color: #fcfcfc;
    box-shadow: inset 0 .3125rem 3.125rem rgba(0, 0, 0, .05);
    border: 1px solid #fcfcfc;
}

.catalog-checkbox__underlined {
    border-bottom: 1px solid rgba(49, 49, 49, .25);
}

.stocks-list__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.stocks-item__banner {
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    display: flex;
}

.stocks-item__banner-image {
    position: relative;
}

.stocks-item__description {
    padding-bottom: 1.25rem;
}

.stocks-item__description p + p {
    padding-top: .625rem;
}

.stocks-item .page-date {
    margin-top: 1.09375rem;
    margin-bottom: 1.25rem;
}

.news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.news-list__item + li {
    padding-top: 2.5rem;
}

.news-item__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.news-item__description {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
}

.news-item__description p + p {
    padding-top: .78125rem;
}

.news-item .page-date {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
}

.team-intro {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.team-intro__number,
.team-intro__title {
    font-family: "Gotham Pro Bold";
}

.team-intro__name {
    color: rgba(255, 255, 255, .6);
}

.team-description {
    background-color: #fff;
}

.team-list {
    margin-top: 1.875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.team-item {
    margin-bottom: 2.5rem;
}

.team-item__photo {
    position: relative;
}

.team-item__photo img {
    width: 100%;
}

.team-item__name {
    font-family: "Gotham Pro Bold";
}

.team-item__post {
    color: rgba(0, 0, 0, .4);
    padding-top: .3125rem;
    padding-bottom: .9375rem;
    display: inline-block;
}

.personal b {
    font-family: "Gotham Pro Bold";
}

.personal-th {
    font-size: .875rem;
    font-family: "Gotham Pro Bold";
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1.25rem;
    color: rgba(49, 49, 49, .4);
}

.personal-link {
    transition: color .25s ease;
    display: inline-block;
    color: #d83a3a;
    text-decoration: underline;
}

.personal-link:hover {
    color: #313131;
    text-decoration: underline;
}

.personal-steps {
    display: flex;
}

.personal-steps li + li {
    margin-left: 1.875rem;
}

.personal-checkbox input:checked + .page-checkbox__text:before {
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .1);
}

.personal-checkbox .page-checkbox__text {
    padding-left: 50px;
    cursor: pointer;
}

.personal-checkbox .page-checkbox__text:after,
.personal-checkbox .page-checkbox__text:before {
    cursor: pointer;
}

.personal-checkbox .page-checkbox__text:before {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.personal-checkbox__muted input:checked + .page-checkbox__text span {
    opacity: 1;
}

.personal-checkbox__muted .page-checkbox__text span {
    transition: opacity .25s ease;
    opacity: .7;
}

.personal-text-large {
    font-size: 2rem;
}

.personal-bonuses {
    font-size: 1.125rem;
    padding: 1.25rem 1.5625rem;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-family: "Gotham Pro Medium";
}

.personal .form {
    font-size: 1.125rem;
}

.personal .button:not(.button-accent__bordered),
.personal .button:not(.button-secondary__bordered) {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.personal .button.button-accent__bordered,
.personal .button.button-secondary__bordered {
    padding-top: calc(1.125rem - 1px);
    padding-bottom: calc(1.125rem - 1px);
}

.purchase-cart .personal-th p.quantity {
    color: #313131;
}

.purchase-cart__tr {
    margin-top: 1.875rem;
}

.purchase-cart__price p {
    color: #000;
}

.purchase-cart__price p + p {
    margin-top: .15625rem;
    color: #d83a3a;
}

.purchase-cart__price p:last-of-type {
    font-family: "Gotham Pro Bold";
}

.purchase-cart__price del {
    font-size: .75rem;
    color: rgba(49, 49, 49, .4);
}

.purchase-cart__price .badge {
    margin-left: .3125rem;
}

.purchase-cart__quantity {
    display: flex;
    align-items: center;
}

.purchase-cart__quantity input {
    width: 3.75rem;
    padding: .625rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
    font-family: "Gotham Pro Bold";
    text-align: center;
}

.purchase-cart__quantity button {
    width: 24px;
    height: 24px;
    display: flex;
    color: #d83a3a;
    position: relative;
    flex: 0 0 auto;
}

.purchase-cart__quantity .svg-icon {
    width: 100%;
    height: 100%;
}

.purchase-cart__delete,
.purchase-cart__dummy {
    width: 1.875rem;
}

.purchase-cart__delete {
    transition: color .25s ease;
    height: 1.875rem;
    display: flex;
    color: rgba(216, 58, 58, .4);
}

.purchase-cart__delete .svg-icon {
    margin: auto;
    width: .875rem;
    height: .875rem;
}

.purchase-cart__delete:hover {
    color: #d83a3a;
}

.purchase-cart__clear {
    transition: color .25s ease;
    font-size: .875rem;
    font-family: "Gotham Pro Bold";
    color: rgba(49, 49, 49, .4);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.purchase-cart__clear .svg-icon {
    width: .625rem;
    height: .625rem;
    margin-right: .5rem;
}

.purchase-cart__clear:hover {
    color: #313131;
}

.purchase-cart .personal-link {
    font-size: 14px;
}

.purchase-cart__total {
    display: flex;
}

.purchase-cart__total-detail {
    font-size: 1.125rem;
    position: relative;
}

.purchase-cart__total-price {
    font-size: 1.375rem;
    color: #000;
    font-family: "Gotham Pro Bold";
}

.purchase-info {
    font-size: 1.125rem;
}

.purchase-info p:first-of-type {
    font-family: "Gotham Pro Bold";
}

.purchase-info p + p {
    padding-top: .625rem;
}

.purchase-completion textarea {
    height: 11.25rem;
}

.cabinet-main {
    font-size: 1.125rem;
}

.cabinet-sidebar a {
    transition: all .25s ease;
    display: inline-block;
}

.cabinet-sidebar__item + li {
    margin-top: 1.25rem;
}

.cabinet-sidebar__link {
    display: flex;
    align-items: center;
}

.cabinet-sidebar__link.active,
.cabinet-sidebar__link:hover {
    color: #d83a3a;
}

.cabinet-sidebar__link.active {
    font-family: "Gotham Pro Bold";
}

.cabinet-sidebar__link .svg-icon {
    width: .9375rem;
    height: .9375rem;
    margin-right: .625rem;
}

.cabinet-sidebar__exit {
    margin-top: 6.25rem;
    color: rgba(49, 49, 49, .4);
}

.cabinet-get-bonuses {
    background-image: url(/local/templates/fanat_shop/build/css/../img/gift-box.svg);
    background-position: 95% 105%;
    background-repeat: no-repeat;
    background-size: 85px;
    border-radius: 5px;
    padding: 1.5625rem;
    background-color: #d83a3a;
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.cabinet-get-bonuses__title {
    padding-bottom: .625rem;
    font-size: 1.125rem;
}

.cabinet-get-bonuses small {
    font-size: .875rem;
    display: inline-block;
}

.cabinet-get-bonuses .page-show-link {
    margin-top: 1.25rem;
}

.cabinet-get-bonuses .page-show-link:before {
    transition: opacity .25s ease;
    background-image: url(/local/templates/fanat_shop/build/css/../img/levin-white.svg);
    opacity: .4;
}

.cabinet-get-bonuses .page-show-link:hover {
    color: #fff;
}

.cabinet-get-bonuses .page-show-link:hover:before {
    opacity: .6;
}

.cabinet-personal {
    font-size: 1.125rem;
}

.cabinet-profile .button {
    height: 3.875rem;
}

.cabinet-profile .actual-list [class*=col-] {
    margin-bottom: 1.71875rem;
}

.cabinet-history__filter {
    display: flex;
    font-family: "Gotham Pro Bold";
}

.cabinet-history__filter li + li {
    margin-left: 1.875rem;
}

.cabinet-history__filter a {
    transition: color .25s ease;
}

.cabinet-history__filter a.active {
    color: rgba(49, 49, 49, .4);
    cursor: default;
}

.cabinet-history__filter a:not(.active) {
    color: rgba(216, 58, 58, .8);
}

.cabinet-history__filter a:not(.active):hover {
    color: #d83a3a;
}

.cabinet-history__filter a:not(.active):hover:after {
    background-color: #d83a3a;
}

.cabinet-history__tr {
    font-size: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.cabinet-history__tr .cell-payment-not-paid {
    color: #d83a3a;
}

.cabinet-history__tr .cell-sending {
    position: relative;
    padding-left: 22px;
    overflow: visible;
}

.cabinet-history__tr .cell-sending:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cabinet-history__tr .cell-sending__pending:before {
    background-color: #a3a3a3;
}

.cabinet-history__tr .cell-sending__sent:before {
    background-color: #fe8b37;
}

.cabinet-history__tr .cell-sending__received:before {
    background-color: #45bf1a;
}

.cabinet-history__tr .cell-sending .sending-tracking {
    transition: all .25s ease;
    position: absolute;
    top: calc(100% + 20px);
    padding: 1.09375rem 1.25rem;
    z-index: 1;
    background-color: #fff;
    color: #313131;
    display: block;
    white-space: normal;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}

.cabinet-history__tr .cell-sending .sending-tracking ~ span {
    text-decoration: underline;
}

.cabinet-history__tr .cell-sending .sending-tracking b {
    display: block;
    padding-top: .3125rem;
}

.cabinet-history__tr .cell-sending .sending-tracking:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e7e7e7;
    background-color: #fff;
    bottom: 100%;
}

.cabinet-history__tr .cell-sending:hover .sending-tracking {
    opacity: 1;
    visibility: visible;
}

.cabinet-history__tr .m--cabinet-history__tr-substrate {
    opacity: 0;
}

.cabinet-history__tr.is_expanded {
    border-bottom-color: #d83a3a;
}

.cabinet-history__tr-visible {
    transition: background-color .25s ease;
}

.cabinet-history__tr-note {
    font-size: 1.125rem;
    padding-top: 1.5625rem;
}

.cabinet-history__tr-note p + p {
    padding-top: .625rem;
}

.cabinet-history__tr-list {
    padding-bottom: 1.40625rem;
    padding-top: 1.5625rem;
}

.cabinet-bonuses__subtitle,
.cabinet-bonuses__title {
    font-family: "Gotham Pro Bold";
}

.cabinet-bonuses__title {
    font-size: 1.625rem;
}

.cabinet-bonuses small,
.cabinet-bonuses__subtitle {
    font-size: .75rem;
}

.cabinet-bonuses__subtitle {
    color: rgba(49, 49, 49, .4);
    text-transform: uppercase;
}

.cabinet-bonuses__info {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.cabinet-bonuses__card {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
}

.cabinet-bonuses__card-bonuses {
    font-size: 1.625rem;
}

.cabinet-bonuses__progress {
    height: 100%;
    padding-bottom: 1.25rem;
}

.cabinet-bonuses__progress .irs {
    position: relative;
}

.cabinet-bonuses__progress .irs:after,
.cabinet-bonuses__progress .irs:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 1;
    bottom: 4px;
}

.cabinet-bonuses__progress .irs:before {
    background-color: #d83a3a;
    left: 0;
}

.cabinet-bonuses__progress .irs:after {
    background-color: #ed812b;
    right: 0;
}

.cabinet-bonuses__progress .irs-max,
.cabinet-bonuses__progress .irs-min {
    font-size: .625rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    background-color: transparent;
    visibility: visible !important;
}

.cabinet-bonuses__progress .irs-handle {
    width: 16px;
    height: 16px;
    bottom: 2px;
    z-index: 3;
}

.cabinet-bonuses__progress .irs-handle.state_hover {
    background-color: #d83a3a;
}

.cabinet-bonuses__progress .irs-handle:hover {
    cursor: default;
}

.cabinet-bonuses__progress .irs-single {
    display: none;
}

.cabinet-bonuses__progress .irs-disabled {
    opacity: 1;
}

.cabinet-bonuses__progress-output {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.cabinet-bonuses__progress-output .card {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 17px;
    width: 26px;
}

.cabinet-bonuses__progress-output .value {
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    color: #d83a3a;
}

.cabinet-bonuses__progress-note {
    margin-top: 1.25rem;
    display: inline-block;
    line-height: 1.25;
}

.cabinet-bonuses__table .personal-th {
    padding-left: .625rem;
    padding-right: .625rem;
}

.cabinet-bonuses__list li + li {
    padding-top: .625rem;
}

.cabinet-bonuses__empty .cabinet-bonuses__info {
    padding: 2.5rem 3.125rem;
    flex-direction: column;
}

.cabinet-bonuses__empty .cabinet-bonuses__title {
    font-family: "Gotham Pro";
}

.datepicker {
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
}

.datepicker--day-name {
    font-family: "Gotham Pro Bold";
}

.datepicker--cell.-current- {
    font-family: "Gotham Pro Bold";
    color: #569dd0;
}

.datepicker--nav-title {
    font-family: "Gotham Pro Medium";
}

.m--button {
    width: 100%;
    max-width: 320px;
}

.m--button-large {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.m--home-carousel__image {
    position: absolute;
    height: 190px;
    z-index: 1;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m--home-carousel__image img {
    display: block;
    width: 100%;
}

.m--search-buttons {
    position: relative;
    align-items: center;
    width: 36px;
    height: 36px;
}

.m--search-button {
    color: #fff;
    margin-right: 6px;
    margin-left: 6px;
    flex-shrink: 0;
}

.m--search-button__open {
    width: 66.666%;
    height: 66.666%;
}

.m--search-button__close {
    width: 50%;
    height: 50%;
}

.m--navigation {
    min-width: 256px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    max-height: 100vh;
    height: 100vh;
    overflow: auto;
    font-family: "Gotham Pro Bold";
}

.m--navigation a:hover {
    background-color: #f4f4f4;
}

.m--navigation-submenu__item:not(:last-of-type) {
    border-bottom: 1px solid #e9e9e9;
}

.m--navigation-submenu .page-contacts {
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.m--navigation-submenu .page-contacts-item + li {
    padding-top: .78125rem;
}

.m--navigation-submenu .page-contacts-link {
    border-bottom: 1px solid rgba(49, 49, 49, .2);
}

.m--navigation-title {
    font-size: .875rem;
    text-transform: uppercase;
}

.m--navigation-auth .m--navigation-title {
    flex: 1 0 50%;
    max-width: 50%;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.m--navigation-auth .m--navigation-title + a {
    border-left: 1px solid #e9e9e9;
}

.m--navigation-auth .m--navigation-auth__user {
    padding-top: 1.475rem;
    padding-bottom: 1.475rem;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    gap: 10px;
}

.m--navigation-auth .m--navigation-auth__user .svg-icon {
    width: 24px;
    height: 24px;
}

.m--navigation-auth .m--navigation-auth__icon {
    position: relative;
    padding-right: 16.8px;
    color: #fff;
}

.m--navigation-auth .m--navigation-auth__icon:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(24px + (16.8px));
    height: calc(24px + (16.8px));
    left: -8.4px;
    top: -7.2px;
    background-color: #d83a3a;
    z-index: -1;
    border-radius: 50%;
}

.m--navigation-list__title {
    background-color: #d83a3a;
    color: #fff;
    padding: 2rem 1.5625rem;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.m--navigation-list__title:after {
    transition: all .25s ease;
    content: "";
    display: block;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC45MDE4NSAwLjQxODIwOEM0LjQ5NDg0IC0wLjEzOTQwMyAzLjUwNTE2IC0wLjEzOTQwMyAzLjA5ODE1IDAuNDE4MjA4TDAuMTg5OTgxIDQuNDA2MDFDLTAuMDM4NzQyIDQuNzE4OTYgLTAuMDYyMjIzMSA1LjEyMjEzIDAuMTI2NDk1IDUuNDU3MDJDMC4zMTYwODMgNS43OTE5MSAwLjY4NTY5MiA2IDEuMDkxODMgNkw2LjkwODE3IDZDNy4zMTQzMSA2IDcuNjgzOTIgNS43OTE5MSA3Ljg3MzUxIDUuNDU3MDJDOC4wNjIyMiA1LjEyMjEzIDguMDM4NzQgNC43MTg5NiA3LjgxMDAyIDQuNDA2MDFMNC45MDE4NSAwLjQxODIwOFoiIGZpbGw9IndoaXRlIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjkwODExIDUuMDI1MzlMMS4wNTE3NiA0Ljk1NTQ5TDMuOTg3NzYgMC45Njc2ODJMNi45MDgxMSA1LjAyNTM5WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .625rem;
    height: .625rem;
}

.m--navigation-list.is_expand .m--navigation-list__title:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.m--navigation-list.is_collapsed .m--navigation-list__title:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.m--navigation-link {
    font-size: 1.125rem;
    padding: 1.25rem;
    display: block;
}

.m--navigation-link svg {
    color: #d83a3a;
    margin-right: .625rem;
    width: 20px;
    height: 24px;
}

.m--navigation-social {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.m--navigation-social__item {
    flex: 1 0 auto;
}

.m--navigation-social__item + li {
    border-left: 1px solid #e9e9e9;
}

.m--navigation-social__item a {
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.m--navigation-social .m--social-vk .svg-icon {
    width: 33px;
    height: 20px;
}

.m--navigation-social .m--social-inst .svg-icon {
    width: 29px;
    height: 29px;
}

.m--navigation-social .m--social-ok .svg-icon {
    width: 19px;
    height: 29px;
}

.m--navigation-social .m--social-fb .svg-icon {
    width: 18px;
    height: 28px;
}

.m--catalog-options {
    font-size: .875rem;
    text-transform: uppercase;
    font-family: "Gotham Pro Bold";
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.m--catalog-option__filter {
    display: flex;
    align-items: center;
    color: #d83a3a;
    margin-left: auto;
}

.m--catalog-option__filter .svg-icon {
    width: 14px;
    height: 14px;
    margin-left: .625rem;
}

.m--backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
}

.m--personal-track {
    position: relative;
}

.m--personal-track:after,
.m--personal-track:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 15%;
    top: 0;
    z-index: 3;
}

.m--personal-track:before {
    left: 0;
    background: linear-gradient(to right, #fcfcfc, rgba(252, 252, 252, 0));
}

.m--personal-track:after {
    right: 0;
    background: linear-gradient(to left, #fcfcfc, rgba(252, 252, 252, 0));
}

.m--personal-track.remove-shadow-left:before {
    display: none;
}

.m--cabinet-sidebar {
    position: relative;
}

.m--cabinet-sidebar__nav {
    position: relative;
    font-size: 18px;
    font-family: "Gotham Pro Medium";
}

.m--cabinet-sidebar__nav-button,
.m--cabinet-sidebar__nav-list {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}

.m--cabinet-sidebar__nav-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5625rem;
}

.m--cabinet-sidebar__nav-button.is_expanded .svg-triangle {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.m--cabinet-sidebar__nav-button.is_collapsed .svg-triangle {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.m--cabinet-sidebar__nav .svg-triangle svg {
    fill: #d83a3a;
}

.m--cabinet-sidebar__nav-list {
    position: absolute;
    box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .15);
    top: calc(100% + .625rem);
    z-index: 5;
}

.m--cabinet-sidebar__nav-item a {
    padding: 1.09375rem 1.5625rem 1.09375rem;
    display: block;
    border-radius: 5px;
}

.m--cabinet-sidebar__nav-item a:hover {
    background-color: #f4f4f4;
}

.m--cabinet-sidebar__substrate {
    background-color: #d83a3a;
}

.m--cabinet-bonuses__tr-substrate,
.m--cabinet-history__tr-substrate {
    transition: opacity .25s ease;
    background-color: #f8f8f8;
}

.m--cabinet-bonuses__tr-substrate,
.m--cabinet-history__tr-substrate,
.m--cabinet-sidebar__substrate {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.m--scrollable-shadow {
    position: relative;
}

.m--scrollable-shadow:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #fff, transparent);
    z-index: 3;
}

@media all and (min-width: 576px) {
    .page-carousel {
        padding-right: 10px;
        padding-left: 10px;
        justify-content: center;
    }

    .page-carousel__products .page-carousel:before {
        background: linear-gradient(to right, #fff 15%, transparent);
    }

    .page-carousel__products .page-carousel:after {
        background: linear-gradient(to left, #fff 15%, transparent);
    }

    .page-single__image .page-date {
        padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
    }

    .footer-adv {
        border-top: 1px solid #e7e7e7;
        background-color: #fcfcfc;
    }

    .footer-main {
        padding-bottom: 3.75rem;
        background-blend-mode: overlay, normal;
        background-attachment: fixed;
    }

    .footer-title {
        font-size: 1.5rem;
        padding-bottom: 1.71875rem;
    }

    .footer-link {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        font-size: 1.125rem;
    }

    .footer-link__accent,
    .footer-link__default {
        padding-bottom: .20833rem;
    }

    .footer-link__accent {
        color: #fff;
    }

    .footer-link__accent:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, .8);
    }

    .footer-link__default {
        color: rgba(255, 255, 255, .8);
    }

    .footer-link__default:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, .4);
    }

    .footer-nav__item + li {
        margin-top: 1.25rem;
    }

    .home-offer__image {
        height: 100%;
        width: 100%;
    }

    .product-gallery .lSPager.lSGallery li {
        padding: .15625rem;
        position: relative;
    }

    .product-gallery .lSPager.lSGallery li:after {
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        content: "";
        display: block;
        position: absolute;
        background-image: url(/local/templates/fanat_shop/build/css/../img/levin-red.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 60px;
        height: 10px;
        right: 0;
        top: 0;
        -webkit-transform: rotate(-10deg) translateX(100%);
        transform: rotate(-10deg) translateX(100%);
    }

    .product-gallery .lSPager.lSGallery li.active:after {
        -webkit-transform: rotate(-10deg) translateX(0);
        transform: rotate(-10deg) translateX(0);
    }

    .product-name {
        font-size: 2.875rem;
        line-height: 1.15;
    }

    .product-price p {
        font-size: 2.875rem;
    }

    .product-price[data-discount=true] del {
        margin-left: 1.25rem;
    }

    .product-card__name {
        font-size: 1.125rem;
    }

    .product-choice__amount-actions {
        width: 50%;
    }

    .product-choice__amount-actions button {
        width: 25%;
    }

    .product-choice__amount-actions input {
        width: 40%;
    }

    .product-choice__amount-submit {
        margin-left: .9375rem;
        width: calc(50% - .9375rem);
    }

    .catalog-list [class*=col-] {
        margin-bottom: 1.25rem;
    }

    .cabinet-bonuses__card-description {
        padding-left: 1.875rem;
    }

    .cabinet-bonuses__table {
        margin-bottom: 3.75rem;
    }
}

@media all and (min-width: 768px) {
    .catalog-sort {
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        padding: .9375rem 1.5625rem;
    }

    .catalog-sort__list {
        right: 0;
        top: 100%;
    }

    .catalog-sort__list:before {
        -webkit-transform: translate(-50%, 50%) rotate(45deg);
        transform: translate(-50%, 50%) rotate(45deg);
        left: 50%;
    }

    .catalog-list {
        margin-top: 1.875rem;
    }

    .stocks-item__banner {
        align-items: center;
    }

    .stocks-item__banner-text {
        width: 35%;
        padding: 1.875rem 3.75rem 1.25rem;
    }

    .stocks-item__banner-image {
        max-width: 65%;
        height: 100%;
        flex: 1 0 65%;
    }

    .stocks-item__banner-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .news-item__main {
        padding-left: 1.875rem;
    }

    .news-item .page-button {
        margin-top: auto;
    }

    .team-intro__number {
        font-size: 4.5rem;
        line-height: 1.15;
    }

    .team-intro__name {
        font-size: 1.125rem;
    }

    .team-item__name {
        font-size: 1.375rem;
    }

    .team-item__duties,
    .team-item__post {
        font-size: .875rem;
    }

    .cabinet-bonuses__card {
        flex: 0 0 72.5%;
        max-width: 72.5%;
        border-right: 1px solid #e7e7e7;
    }

    .cabinet-bonuses__progress {
        flex: 0 0 27.5%;
        max-width: 27.5%;
        padding-left: 1.25rem;
        padding-top: 1.25rem;
    }

    .cabinet-bonuses__table-tr {
        padding: 1.875rem .625rem;
    }

    .cabinet-bonuses__table-tr:nth-child(even) {
        background-color: #f8f8f8;
    }
}

@media all and (min-width: 992px) {
    .page-offer__title {
        font-size: 1.5rem;
    }

    .page-offer__title span {
        font-size: 6rem;
    }

    .home-carousel {
        margin-bottom: 5.625rem;
    }

    .home-catalog__item {
        height: 200px;
        padding: 1.5625rem 1.875rem;
    }

    .home-catalog__item-large {
        height: 300px;
    }

    .home-catalog__item-small {
        height: 100px;
    }

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

    .home-brands {
        margin-top: 50px;
        height: 300px;
    }

    .home-brands__item-details {
        padding: 1.09375rem 1.5625rem;
        min-width: 300px;
        bottom: calc(100% + 1rem);
    }

    .home-brands__item-quantity {
        padding-top: .46875rem;
        padding-bottom: .46875rem;
    }

    .home-brands .tns-ovh {
        padding-top: 120px;
    }

    .home-brands .tns-inner:before {
        background: linear-gradient(to right, #fcfcfc 25%, transparent);
    }

    .product {
        padding-top: 3.125rem;
    }

    .product-modal__title {
        font-size: 1.5rem;
    }

    .team {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .team-intro {
        min-height: 240px;
    }

    .team-description {
        margin-top: -80px;
        border-radius: 5px;
        box-shadow: 0 .9375rem 1.25rem rgba(0, 0, 0, .03);
    }

    .team-list > [class*=col-]:first-child {
        margin-top: 5.625rem;
    }

    .team-list > [class*=col-]:nth-child(2) {
        margin-top: 3.75rem;
    }

    .team-list > [class*=col-]:nth-child(3) {
        margin-top: 1.875rem;
    }

    .team-item figcaption {
        padding-top: 1.25rem;
    }

    .personal-steps a {
        transition: all .25s ease;
    }

    .personal-steps a:not(.active) {
        color: rgba(49, 49, 49, .3);
        padding-bottom: .35714rem;
        display: block;
    }

    .personal-steps a:not(.active):hover {
        color: #313131;
    }

    .personal-steps a.active {
        line-height: 1.25;
        position: relative;
    }

    .personal-steps a.active:before {
        content: "";
        display: block;
        position: absolute;
        background-image: url(/local/templates/fanat_shop/build/css/../img/levin-red.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 80%;
        max-width: 11.875rem;
        height: 100%;
        max-height: 1.875rem;
        opacity: .4;
        left: 0;
        top: 0;
        -webkit-transform: translate(-15%);
        transform: translate(-15%);
        z-index: -1;
    }

    .purchase-cart__quantity input {
        margin-left: .9375rem;
        margin-right: .9375rem;
    }

    .cabinet-history__table .cell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cabinet-history__table .cell-order {
        width: 125px;
    }

    .cabinet-history__table .cell-amount {
        width: 120px;
    }

    .cabinet-history__table .cell-payment {
        width: 100px;
    }

    .cabinet-history__table .cell-quantity {
        width: 65px;
    }

    .cabinet-history__table .cell-date {
        width: 90px;
    }

    .cabinet-history__table .cell-sending {
        width: 180px;
        margin-left: 10px;
    }

    .cabinet-history__tr-footer {
        padding: 1.40625rem 1.875rem;
        background-color: #f8f8f8;
    }
}

@media all and (min-width: 1200px) {
    .page-title__name {
        font-size: 2.875rem;
    }

    .page-title__link:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        bottom: 2.5%;
        left: 0;
        background-color: #d83a3a;
        height: 1px;
    }

    .page-title .svg-levin {
        -webkit-transform: translate(-25%, 25%);
        transform: translate(-25%, 25%);
    }

    .page-subtitle__link:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: rgba(49, 49, 49, .4);
    }

    .page-carousel {
        width: 100%;
        max-width: 1340px !important;
    }

    .page-carousel__wrapper {
        width: 1753.16667px;
    }

    .page-carousel__products .tns-inner {
        padding-bottom: 135px;
    }

    .header-middle {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .header-bottom__nav-link svg {
        margin-right: .9375rem;
    }

    .header-user__icon {
        margin-right: .9375rem;
    }

    .header-user[data-cart-empty=false] .header-user__cart {
        margin-left: 3.125rem;
        padding-left: 1.04167rem;
        padding-right: 1.04167rem;
    }

    .header-catalog:hover {
        color: #d83a3a;
    }

    .home-carousel__slide-content {
        min-height: 35.625rem;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .home-carousel__slide-description {
        font-size: 1.25rem;
        margin-bottom: 1.875rem;
        margin-top: 1.25rem;
    }

    .home-carousel__slide-title .svg-levin {
        -webkit-transform: translate(-33%, 33%);
        transform: translate(-33%, 33%);
    }

    .home-carousel__light .home-carousel__images {
        top: 0;
    }

    .home-carousel__dots {
        bottom: 6.66667vh;
    }

    .home-carousel__images-list {
        right: 64px;
    }

    .home-offer__image img {
        position: absolute;
        height: 100%;
        left: 0;
    }

    .home-news__link,
    .home-news__title {
        font-family: "Gotham Pro Bold";
    }

    .product-card:not(.product-card__horizontal) {
        padding: .625rem .625rem 0;
    }

    .product-info__type {
        font-size: 1.5rem;
    }

    .product-relevant {
        padding-top: 3.125rem;
        padding-bottom: 4.6875rem;
    }

    .catalog {
        margin-top: 3.125rem;
    }

    .catalog-sort__general {
        padding-left: 1.875rem;
    }

    .catalog-sort__general:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        background-color: #e7e7e7;
        left: 0;
        height: calc(100% + 1.875rem);
        top: -.9375rem;
    }

    .catalog-sort__list {
        width: calc(100% - 1.875rem);
    }

    .catalog-aside {
        border-width: 1px;
        border-radius: 5px;
        padding: 1.875rem 1.5625rem;
    }

    .catalog-aside + .catalog-aside {
        margin-top: 1.25rem;
    }

    .catalog-aside.is_expand {
        border-color: #d83a3a;
    }

    .catalog-aside.is_expand .catalog-aside__title {
        color: #d83a3a;
    }

    .catalog-aside__title {
        font-size: .875rem;
    }

    .catalog-aside__title .svg-triangle svg {
        opacity: .4;
    }

    .catalog-aside__title .svg-triangle__heart {
        display: none;
    }

    .catalog-aside__title.is_expand .svg-triangle svg {
        opacity: 1;
    }

    .catalog-aside__title.is_expand .svg-triangle path {
        fill: #d83a3a;
    }

    .catalog-aside__title-holder .mobile-additional {
        display: none;
    }

    .catalog-aside__content {
        font-size: 1.125rem;
        padding-top: 1.25rem;
    }

    .team-intro__title {
        font-size: 2.875rem;
    }

    .team-description {
        padding: 2.5rem;
    }

    .team-item__photo:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(/local/templates/fanat_shop/build/css/../img/levin-red.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 40px;
        bottom: 0;
        left: -20px;
        opacity: .4;
    }

    .personal-steps {
        padding-bottom: 3.75rem;
        align-items: flex-end;
    }

    .personal-steps a {
        font-family: "Gotham Pro Bold";
    }

    .personal-steps a.active {
        font-size: 2.875rem;
    }

    .personal-steps a:not(.active) {
        font-size: 1.125rem;
    }

    .purchase-cart__total {
        align-items: flex-end;
    }

    .purchase-cart__total-detail {
        margin-right: 1.875rem;
    }

    .cabinet-main {
        padding-left: 38px;
    }

    .cabinet-sidebar {
        padding: 1.875rem 1.5625rem;
        border: 1px solid #e7e7e7;
        border-radius: 5px;
    }

    .cabinet-history__table .personal-th {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .cabinet-history__tr .cell-sending .sending-tracking {
        left: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .cabinet-history__tr .cell-sending .sending-tracking:after {
        left: 25%;
        -webkit-transform: translate(-50%, 10px) rotate(-45deg);
        transform: translate(-50%, 10px) rotate(-45deg);
    }

    .cabinet-history__tr .cell-sending:hover .sending-tracking {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .cabinet-history__tr.is_expanded .cabinet-history__tr-visible {
        background-color: #f8f8f8;
    }

    .cabinet-history__tr-visible {
        cursor: pointer;
        padding: 1.875rem .625rem;
    }

    .cabinet-history__tr-visible:hover {
        background-color: #f8f8f8;
    }

    .cabinet-history__tr-main {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .m--navigation {
        display: none;
    }

    .m--catalog-options {
        display: none;
    }
}

@media (max-width: 1200px) {
    .page-subtitle {
        font-size: calc(1.1rem + 1.2vw);
    }

    .home-catalog__item-title {
        font-size: calc(1.05rem + .6vw);
    }

    .home-news__link,
    .home-news__title {
        font-size: calc(1.05rem + .6vw);
    }

    .product-price[data-discount=true] del {
        font-size: calc(1.05rem + .6vw);
    }

    .product-card__price p {
        font-size: calc(1.0375rem + .45vw);
    }

    .personal-text-large {
        font-size: calc(1.1rem + 1.2vw);
    }
}

@media all and (max-width: 1199px) {
    .page-title {
        line-height: 1.15;
    }

    .page-title__name {
        font-size: 24px;
    }

    .page-title__link {
        text-decoration: underline;
    }

    .page-title .svg-levin {
        width: 120px;
    }

    .page-subtitle__link {
        text-decoration: underline;
    }

    .page-carousel__wrapper {
        width: 100%;
    }

    .page-offer__item {
        margin-bottom: 1.25rem;
    }

    .header-middle {
        padding-top: .625rem;
        padding-bottom: .625rem;
    }

    .header-user__cart-substrate {
        display: none;
    }

    .header-user__text {
        color: #000;
    }

    .header-user__link {
        color: unset;
    }

    .header-user[data-cart-empty=false] .header-user__cart {
        padding-top: .625rem;
        padding-bottom: .625rem;
    }

    .header-user[data-cart-empty=false] .header-user__icon svg {
        width: 24px;
        height: 28px;
    }

    .header-user[data-cart-empty=false] .header-user__icon .cart-icon-fill {
        display: none;
    }

    .header-user[data-cart-empty=false] .header-user__icon .header-user__cart-amount {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .header-user[data-cart-empty=false] .header-user__icon:before {
        content: "";
        display: block;
        position: absolute;
        width: 44px;
        height: 44px;
        background-color: #d83a3a;
        border-radius: 50%;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header-catalog:hover {
        color: #fff;
    }

    .header-search__holder {
        padding: .625rem 20px 20px;
        background-color: #000;
        right: 0;
        position: fixed;
        left: 0;
        top: 80px;
        z-index: 11;
    }

    .home-carousel__slide {
        position: relative;
    }

    .home-carousel__slide-content {
        min-height: 360px;
        padding-top: 3.125rem;
        padding-bottom: 5rem;
        position: relative;
        z-index: 3;
    }

    .home-carousel__slide-content .button {
        min-width: 320px;
    }

    .home-carousel__slide-description {
        font-size: 14px;
        text-align: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-bottom: 5.625rem;
        margin-top: .625rem;
    }

    .home-carousel__slide-title .svg-levin {
        -webkit-transform: translate(-25%, 33%);
        transform: translate(-25%, 33%);
    }

    .home-carousel__dots {
        bottom: 1.71875rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }

    .home-carousel__images {
        display: none;
    }

    .home-carousel__images-substrate {
        display: none;
    }

    .home-carousel .tns-controls button {
        display: none;
    }

    .home-offer {
        margin-top: 3.125rem;
    }

    .product-gallery .lSAction .lSNext,
    .product-gallery .lSAction .lSPrev {
        display: none;
    }

    .product-card:not(.product-card__horizontal) {
        padding: .625rem;
    }

    .product-card__plate {
        bottom: 0;
    }

    .product-card__hidden {
        display: none;
    }

    .catalog-aside {
        border-width: 0;
    }

    .catalog-aside__title {
        border-style: inherit;
        border-color: inherit;
    }

    .catalog-aside:first-child .catalog-aside__title {
        border-width: 1px 0 1px 0;
    }

    .catalog-aside:not(:first-child) .catalog-aside__title {
        border-width: 0 0 1px 0;
    }

    .catalog-aside:not(:last-child) .catalog-aside__button {
        display: block;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .catalog-aside:last-child {
        border-width: 0;
    }

    .catalog-aside:last-child .catalog-aside__button {
        color: rgba(49, 49, 49, .5);
        text-decoration: underline;
    }

    .catalog-aside:last-child .svg-icon {
        display: none;
    }

    .catalog-aside__title {
        padding: 1.25rem;
        padding-right: 1.71875rem;
        font-size: 12px;
        background-color: #fafafa;
    }

    .catalog-aside__title .svg-triangle svg {
        width: 8px;
        height: 8px;
        fill: #d83a3a;
    }

    .catalog-aside__title-holder .mobile-additional {
        font-size: 8px;
        font-family: "Gotham Pro";
        text-transform: none;
        max-width: 180px;
        padding-top: .15625rem;
    }

    .catalog-aside__content {
        font-size: .875rem;
        padding: 1.25rem;
    }

    .personal-steps a {
        font-family: "Gotham Pro Medium";
        font-size: 24px;
    }

    .purchase-cart__total {
        flex-direction: column;
    }

    .purchase-cart__total-detail {
        font-size: 18px;
        padding-bottom: .3125rem;
        margin-bottom: 1.25rem;
    }

    .purchase-cart__total-detail span {
        display: block;
    }

    .cabinet-sidebar {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .cabinet-sidebar {
        background-color: #d83a3a;
    }

    .cabinet-history__tr .cell-sending .sending-tracking {
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    .cabinet-history__tr .cell-sending .sending-tracking:after {
        left: 50%;
        -webkit-transform: translate(-50%, 10px) rotate(-45deg);
        transform: translate(-50%, 10px) rotate(-45deg);
    }

    .cabinet-history__tr .cell-sending:hover .sending-tracking {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .cabinet-history__tr-visible {
        padding-top: .9375rem;
        padding-bottom: 1.875rem;
    }

    .cabinet-bonuses .cabinet-main {
        margin-top: 1.25rem;
    }

    .m--catalog-filter {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 7;
        max-height: 100vh;
        overflow: auto;
        display: flex;
        flex-direction: column;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .m--catalog-filter__header {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .m--catalog-filter__header .svg-icon {
        width: 24px;
        height: 24px;
    }

    .m--catalog-filter__main {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .m--catalog-filter__main .catalog-aside:last-child {
        margin-top: auto;
        margin-bottom: 1.5625rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 2.5rem;
    }

    .m--catalog-filter__title {
        font-size: 24px;
        font-family: "Gotham Pro Bold";
        display: flex;
        align-items: center;
    }

    .m--catalog-filter__title .svg-icon {
        margin-right: .9375rem;
        flex: 0 0 auto;
    }

    .m--catalog-filter__close,
    .m--catalog-filter__title {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }

    .m--catalog-filter__close {
        color: #d83a3a;
    }

    .m--cabinet-sidebar .form-label {
        font-size: 14px;
        color: #fff;
    }
}

@media all and (max-width: 991px) {
    .page-carousel__products .tns-inner {
        padding-bottom: 1.25rem;
    }

    .page-offer__title {
        font-size: 20px;
    }

    .page-offer__title span {
        font-size: 62px;
    }

    .header-logotype img {
        max-width: 160px;
    }

    .home-carousel {
        margin-bottom: 2.5rem;
    }

    .home-catalog {
        margin-bottom: 1.875rem;
    }

    .home-catalog [class*=col-lg-] {
        margin-bottom: 1.25rem;
    }

    .home-catalog [class*=col-lg-] a + a {
        margin-top: 1.25rem;
    }

    .home-catalog__item {
        height: 110px;
        padding: 1.09375rem 1.25rem;
    }

    .home-catalog__item-large {
        height: 110px;
    }

    .home-catalog__item-small {
        height: 55px;
    }

    .home-catalog__show {
        display: none;
    }

    .home-brands__item-details {
        padding: .625rem 1.5625rem;
        bottom: 100%;
    }

    .home-brands__item-quantity {
        padding-top: .21875rem;
        padding-bottom: .15625rem;
    }

    .home-brands .tns-ovh {
        padding-top: 4.6875rem;
        padding-bottom: 4.6875rem;
    }

    .home-price .svg-icon {
        opacity: .2;
    }

    .product-info__type {
        font-size: 24px;
    }

    .product-relevant {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }

    .product-modal__title {
        font-size: 1.125rem;
    }

    .product-modal .product-card__image {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .team {
        padding-bottom: 1.25rem;
    }

    .team-intro {
        padding: 1.875rem;
    }

    .team-intro__title {
        font-size: 24px;
    }

    .team-description {
        padding: 1.875rem 0;
    }

    .team-item {
        display: flex;
    }

    .personal-steps {
        white-space: nowrap;
    }

    .personal-steps a {
        font-size: 24px;
    }

    .personal-steps a:not(.active) {
        color: rgba(49, 49, 49, .4);
    }

    .purchase-cart__tr small {
        font-size: 10px;
        color: rgba(49, 49, 49, .4);
        text-transform: uppercase;
        font-family: "Gotham Pro Bold";
        padding-bottom: .3125rem;
        display: block;
    }

    .purchase-cart__table .personal-th {
        display: none;
    }

    .cabinet-history__table .personal-th {
        display: none;
    }

    .cabinet-history__table .cell {
        font-size: 16px;
        padding-top: .20833rem;
        padding-bottom: .20833rem;
    }

    .cabinet-history__table .cell [class=d-lg-none] {
        color: rgba(49, 49, 49, .4);
    }

    .cabinet-history__table .cell-order {
        transition: all .25s ease;
        font-size: 1.25rem;
        margin-bottom: .3125rem;
        color: #d83a3a;
        text-decoration: underline;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cabinet-history__table .cell-amount {
        margin-bottom: .625rem;
    }

    .cabinet-history__table .cell-payment {
        padding-right: 1.25rem;
    }

    .cabinet-history__table .cell-payment,
    .cabinet-history__table .cell-sending {
        font-family: "Gotham Pro Bold";
    }

    .cabinet-history__table .svg-triangle {
        width: 8px;
    }

    .cabinet-history__tr.is_expanded .cell-order {
        color: #313131;
        text-decoration: none;
    }

    .cabinet-history__tr.is_expanded .svg-triangle {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .cabinet-history__tr.is_expanded .svg-triangle svg {
        fill: #313131;
    }
}

@media all and (max-width: 767px) {
    .footer-logotype img {
        width: 220px;
    }

    .footer-adv__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-sort {
        border-top: 1px solid #e7e7e7;
        padding-top: 1.25rem;
        padding-bottom: 2.5rem;
    }

    .catalog-sort__choice span {
        display: none;
    }

    .catalog-sort__list {
        width: 200px;
        left: 0;
        top: calc(100% + .625rem);
    }

    .catalog-sort__list:before {
        -webkit-transform: translate(0, 50%) rotate(45deg);
        transform: translate(0, 50%) rotate(45deg);
        left: 25%;
    }

    .stocks-item__banner {
        overflow: hidden;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .stocks-item__banner-text {
        order: 2;
        max-width: 58%;
        flex: 0 0 58%;
        margin-bottom: auto;
        margin-top: 10%;
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .stocks-item__banner-image {
        order: 1;
        min-width: 370px;
        flex: 0 0 370px;
        bottom: -10%;
        left: 15%;
    }

    .news-item__main {
        margin-top: 1.25rem;
    }

    .team-intro__number {
        font-size: 3.25rem;
    }

    .team-intro__name {
        font-size: .875rem;
    }

    .team-item figcaption {
        padding: .625rem .9375rem;
    }

    .team-item__photo {
        flex: 0 0 110px;
        max-width: 110px;
    }

    .team-item__name {
        font-size: 18px;
    }

    .team-item__duties,
    .team-item__post {
        font-size: 12px;
    }

    .purchase-cart__tr {
        padding-bottom: 1.875rem;
        border-bottom: 1px solid #e7e7e7;
    }

    .purchase-cart__tr .page-select {
        width: 80px;
    }

    .purchase-cart__quantity input {
        width: 70px;
    }

    .purchase-cart__delete {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }

    .cabinet-history__tr.is_expanded .m--cabinet-history__tr-substrate {
        opacity: 1;
    }

    .cabinet-bonuses__card {
        position: relative;
        margin-bottom: 1.875rem;
    }

    .cabinet-bonuses__card:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        background-color: #e7e7e7;
        left: -1.25rem;
        right: -1.25rem;
        bottom: 0;
    }

    .cabinet-bonuses__progress {
        width: 100%;
    }

    .cabinet-bonuses__table-tr {
        font-size: 16px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .cabinet-bonuses__table-tr:nth-child(odd) .m--cabinet-bonuses__tr-substrate {
        display: none;
    }

    .cabinet-bonuses__table-tr .time {
        font-family: "Gotham Pro Bold";
    }
}

@media (max-width: 600px) {
    .product-choice__title-table {
        left: 60%;
    }
}

@media all and (max-width: 575px) {
    .page-title .svg-levin {
        display: none;
    }

    .page-carousel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-carousel__products .page-carousel:after {
        background: linear-gradient(to left, #fff, transparent);
    }

    .page-offer__item section {
        width: 100%;
    }

    .page-single__image .page-date {
        padding: .625rem;
        font-size: .875rem;
    }

    .page-single__image .lazy-holder {
        padding-top: 70% !important;
    }

    .footer-title {
        font-size: 1.25rem;
        margin-bottom: .625rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-title .svg-icon {
        transition: all .25s ease;
        width: .84375rem;
        height: .84375rem;
    }

    .footer-link {
        font-size: .875rem;
        text-transform: uppercase;
        color: #fff;
    }

    .footer-link:hover {
        color: #fff;
    }

    .footer-link__social {
        padding: calc(.9375rem + 1px) calc(1.5625rem + 1px);
        border: 0 none;
    }

    .footer-link__social-vk {
        background: linear-gradient(180deg, #588abf 0, #4c75a3 100%);
    }

    .footer-link__social-inst {
        background: linear-gradient(180deg, #d23876 0, #c02c68 100%);
    }

    .footer-link__social-ok {
        background: linear-gradient(180deg, #f78e3a 0, #ed812b 100%);
    }

    .footer-link__social-fb {
        background: linear-gradient(180deg, #3a5897 0, #2f4c8a 100%);
    }

    .footer-nav .page-contacts,
    .footer-nav__list {
        padding-bottom: 1.875rem;
        padding-top: .3125rem;
    }

    .footer-nav {
        transition: border-color .25s ease;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        margin-bottom: 2.1875rem;
    }

    .footer-nav .svg-triangle {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .footer-nav.is_expand {
        border-bottom-color: rgba(216, 58, 58, .4);
    }

    .footer-nav.is_expand .svg-triangle {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .footer-nav.is_expand path:not(.svg-triangle__heart) {
        fill: #d83a3a;
    }

    .footer-nav.is_expand .svg-triangle__heart {
        opacity: 0;
    }

    .footer-nav__list .footer-link {
        font-family: "Gotham Pro Medium";
        display: block;
        border-radius: 2px;
    }

    .footer-nav__list .footer-link:not(.footer-link__social) {
        padding: .9375rem 1.5625rem;
        border: 1px solid #fff;
    }

    .footer-nav__list .footer-link:not(.footer-link__social).active,
    .footer-nav__list .footer-link:not(.footer-link__social):hover {
        border-color: #d83a3a;
        background-color: #d83a3a;
    }

    .footer-nav__item + li {
        margin-top: .625rem;
    }

    .home-offer .negative-mt {
        margin-top: -60px;
    }

    .home-offer__image {
        width: 220px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 230px;
        overflow: hidden;
    }

    .home-price {
        margin-top: 1.875rem;
        padding-top: 1.875rem;
        padding-bottom: 2.1875rem;
    }

    .product-gallery .lSPager.lSpg li {
        padding: 0;
        transition-property: background-color, border-color;
        transition-duration: .25s;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: transparent;
        cursor: pointer;
        border-style: solid;
        border-width: 2px;
        border-color: rgba(49, 49, 49, .3);
    }

    .product-gallery .lSPager.lSpg li + li {
        margin-left: .625rem;
    }

    .product-gallery .lSPager.lSpg li a {
        transition: all .25s ease;
    }

    .product-gallery .lSPager.lSpg li.active,
    .product-gallery .lSPager.lSpg li:hover {
        border-color: #d83a3a;
    }

    .product-gallery .lSPager.lSpg li.active a,
    .product-gallery .lSPager.lSpg li:hover a {
        background-color: #d83a3a;
    }

    .product-name {
        font-size: 1.5rem;
    }

    .product-price p {
        font-size: 36px;
    }

    .product-card__image .badge {
        font-size: .625rem;
        padding: .15625rem .41667rem;
    }

    .product-card__name {
        font-size: 14px;
    }

    .product-choice__amount {
        flex-direction: column;
    }

    .product-choice__amount-actions {
        margin-bottom: 1.25rem;
    }

    .product-choice__amount-actions button {
        width: 22.5%;
    }

    .product-choice__amount-actions input {
        width: 45%;
    }

    .product-choice__amount-submit {
        padding-top: 1.15625rem;
        padding-bottom: 1.15625rem;
    }

    .catalog {
        margin-top: 2.5rem;
    }

    .catalog-list [class*=col-] {
        margin-bottom: .625rem;
    }

    .purchase-cart__tr .product-card__brand {
        display: none;
    }

    .cabinet-bonuses__card-description {
        padding-top: 1.875rem;
    }

    .cabinet-bonuses__table {
        margin-bottom: 1.25rem;
    }

    .m--container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .m--footer-rights {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
        background-color: rgba(0, 0, 0, .5);
    }
}

@media all and (max-width: 359px) {
    .cabinet-bonuses__card img {
        width: 100%;
    }
}

@media all and (min-width: 1200px) and (max-width: 1200px) {
    .page-title__name {
        font-size: calc(1.1875rem + 2.25vw);
    }

    .personal-steps a.active {
        font-size: calc(1.1875rem + 2.25vw);
    }
}

@media all and (min-width: 360px) and (max-width: 575px) {
    .page-carousel__products .page-carousel__wrapper {
        width: 480px;
    }

    .page-carousel__products .page-carousel__wrapper .tns-outer {
        margin-left: -1.25rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .page-carousel__products .tns-inner {
        padding-bottom: 3.125rem;
    }

    .page-single__aside-list {
        font-size: 14px;
    }

    .product-info__type {
        font-size: 22px;
    }

    .product-relevant {
        padding-top: 1.5625rem;
        padding-bottom: 2.03125rem;
    }

    .team-intro__title {
        font-size: 36px;
    }

    .team-description {
        padding: 1.25rem;
    }

    .purchase-cart__table .size {
        min-width: 70px;
    }
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .page-offer__title span {
        font-size: calc(1.5rem + 6vw);
    }

    .product-modal__title {
        font-size: calc(1.05rem + .6vw);
    }
}

@media all and (min-width: 576px) and (max-width: 1200px) {
    .footer-link {
        font-size: calc(1.0125rem + .15vw);
    }

    .product-name {
        font-size: calc(1.1875rem + 2.25vw);
    }

    .product-price p {
        font-size: calc(1.1875rem + 2.25vw);
    }

    .product-card__name {
        font-size: calc(1.0125rem + .15vw);
    }
}

@media all and (min-width: 576px) and (max-width: 1199px) {
    .home-offer__image img {
        max-height: 300px;
    }

    .catalog {
        margin-top: 1.25rem;
    }

    .m--cabinet-sidebar__nav {
        max-width: 18.75rem;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
    .catalog-sort__list {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .team-intro__number {
        font-size: calc(1.35rem + 4.2vw);
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .team-item figcaption {
        padding-left: .9375rem;
    }

    .team-item__photo {
        flex: 0 0 82.5px;
        max-width: 82.5px;
    }

    .cabinet-bonuses__card img {
        max-width: 220px;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .purchase-cart__tr .product-card figcaption {
        max-width: 75%;
    }
}
/* End */


/* Start:/css/xtest.css?16192171901862*/
/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
	background: url('/images/star.png') no-repeat;
  }
  
  #reviewStars-input {
	
	/*fix floating problems*/
	overflow: hidden;
	*zoom: 1;
	/*end of fix floating problems*/
	margin-bottom: 15px;
	position: relative;
	float: left;
  }
  
  #reviewStars-input input {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	
	width: 40px;
	height: 37px;
	
	position: absolute;
	top: 0;
	z-index: 0;
  }
  .rev-form{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #reviewStars-input input:checked ~ label {
	background-position: 0 -37px;
	background-size: 40px 74px;
	height: 37px;
	width: 40px;
  }
  
  #reviewStars-input label {
	background-position: 0 0;
	height: 37px;
	width: 40px;
	float: right;
	cursor: pointer;
	margin-right: 10px;
	background-size: 40px 74px;
	position: relative;
	z-index: 1;
  }
  
  #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
	background-position: 0 -37px;
	height: 37px;
	background-size: 40px 74px;
	width: 40px;
  }
  
  #reviewStars-input #star-0 {
	left: 0px;
  }
  #reviewStars-input #star-1 {
	left: 53px;
  }
  #reviewStars-input #star-2 {
	left: 106px;
  }
  #reviewStars-input #star-3 {
	left: 159px;
  }
  #reviewStars-input #star-4 {
	left: 212px;
  } 
  #reviewStars-input #star-5 {
	left: 265px;
  }

  /* rating output */
.rating-result {
	width: 265px;
	margin: 0 auto;
}
.rating-result span {
	padding: 0;
	font-size: 15px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}

#text {
	margin: 0px;
    width: 945px;
    height: 64px;
}
/* End */


/* Start:/css/component.css?16195911292242*/
@font-face {
	font-family: 'icomoon';
	src:url('/css/../fonts/icomoon/icomoon.eot');
	src:url('/css/../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/css/../fonts/icomoon/icomoon.woff') format('woff'),
		url('/css/../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('/css/../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.sb-search {
	position: absolute;
	right: 0;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #000000;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* ��� IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #000000;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 870px;
	overflow: visible;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #f33412;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* End */


/* Start:/local/templates/fanat_shop/build/css/libs.css?168852202857251*/
@font-face{font-family:"Gotham Pro";src:url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamPro/GothamPro.woff2") format("woff2"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamPro/GothamPro.woff") format("woff"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamPro/GothamPro.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Gotham Pro Light";src:url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProLight/GothamProLight.woff2") format("woff2"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProLight/GothamProLight.woff") format("woff"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProLight/GothamProLight.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Gotham Pro Medium";src:url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProMedium/GothamProMedium.woff2") format("woff2"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProMedium/GothamProMedium.woff") format("woff"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProMedium/GothamProMedium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Gotham Pro Bold";src:url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProBold/GothamProBold.woff2") format("woff2"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProBold/GothamProBold.woff") format("woff"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProBold/GothamProBold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Gotham Pro Black";src:url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProBlack/GothamProBlack.woff2") format("woff2"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProBlack/GothamProBlack.woff") format("woff"),url("/local/templates/fanat_shop/build/css/../fonts/GothamPro/GothamProBlack/GothamProBlack.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Gotham Pro";font-size:1rem;font-weight:normal;line-height:1.5;color:#313131;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}p{margin-top:0;margin-bottom:0}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#000;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#000;text-decoration:none}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0}img{vertical-align:middle;border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0}button{border-radius:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}@media (min-width: 576px){.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}}@media (min-width: 768px){.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}}@media (min-width: 992px){.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}}@media (min-width: 1200px){.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}}.m-0{margin:0}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.d-none{display:none !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.container{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1170px}}.container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:10px;padding-left:10px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.33333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.42857%;width:calc(100% / 70);height:10px;float:left}.irs{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%}.irs-line{position:relative;display:block;overflow:hidden}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-with-grid,.irs-grid{display:block}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.irs-disabled{opacity:0.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important;visibility:hidden !important}.irs--custom{height:44px}.irs--custom.irs-with-grid{height:64px}.irs--custom .irs-line,.irs--custom .irs-bar{top:33px;height:2px;background-color:#e7e7e7}.irs--custom .irs-bar{background-color:#d83a3a}.irs--custom .irs-handle{bottom:3px;width:14px;height:14px;background-color:#d83a3a;border-radius:50%}.irs--custom .irs-handle:hover{background-color:#d83a3a;cursor:-webkit-grab;cursor:grab}.irs--custom .irs-handle.state_hover{background-color:#ba2525}.irs--custom .irs-min,.irs--custom .irs-max,.irs--custom .irs-from,.irs--custom .irs-to,.irs--custom .irs-single{padding:.15625rem .3125rem;line-height:1.15;border-radius:5px}.irs--custom .irs-min,.irs--custom .irs-max{top:0;color:#000;background-color:#313131}.irs--custom .irs-from,.irs--custom .irs-to,.irs--custom .irs-single{color:#fff;background-color:#d83a3a}.irs--custom .irs-from:before,.irs--custom .irs-to:before,.irs--custom .irs-single:before{content:"";display:block;position:absolute;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #d83a3a;bottom:-3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.irs--custom .irs-grid-pol{background-color:#e1e4e9}.irs--custom .irs-grid-text{color:#313131}.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider{overflow:hidden;margin:0}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);transition:all 1s;transition-property:height, -webkit-transform;transition-property:transform, height;transition-property:transform, height, -webkit-transform;transition-duration:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute !important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper .lSFade>*.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;transition-delay:0s;transition-duration:inherit !important;transition-property:opacity;transition-timing-function:inherit !important}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{display:block;width:100%;height:100%;overflow:hidden;text-indent:-999em;border-radius:inherit}.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#428bca}.lSSlideOuter .media{opacity:0.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px);transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto}.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0 !important}.lSSlideOuter.vertical .lSGallery{position:absolute !important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100% !important;max-width:none !important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNex{bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right !important}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd 0.3s;animation:topEnd 0.3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd 0.3s;animation:bottomEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:-webkit-grabbing;cursor:grabbing}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:10;padding:1.25rem;background-color:rgba(0,0,0,0.7);text-align:center}.blocker:before{content:'';display:inline-block;height:100%;vertical-align:middle}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:5;width:90%;background:#fff;border-radius:5px;box-shadow:0 .3125rem 3.125rem rgba(0,0,0,0.05);text-align:left}@media all and (min-width: 992px){.modal{max-width:35.3125rem;padding:2.5rem 2.5rem 3.75rem}}@media all and (max-width: 991px){.modal{max-width:20rem;padding:1.5625rem 1.5625rem 1.875rem}}.modal .close-modal{transition:all .25s ease;width:2.5rem;height:2.5rem;background-color:#d83a3a;color:#fff;border-radius:50%;display:flex}.modal .close-modal .svg-icon{width:50%;height:50%;margin:auto}.modal .close-modal:hover{background-color:#c52727}.modal-spinner{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:rgba(49,49,49,0.4)}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:rgba(24,24,24,0.4)}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:rgba(49,49,49,0.4)}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:rgba(31,31,31,0.4)}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepicker--cells{display:flex;flex-wrap:wrap}.datepicker--cell{border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;height:36px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#d83a3a}.datepicker--cell.-current-.-focus-{color:#313131}.datepicker--cell.-current-.-in-range-{color:#d83a3a}.datepicker--cell.-in-range-{background:rgba(92,196,239,0.1);color:#313131;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,0.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,0.5);background-color:rgba(92,196,239,0.1);border-radius:5px 0 0 5px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,0.5);background-color:rgba(92,196,239,0.1);border-radius:0 5px 5px 0}.datepicker--cell.-range-from-.-range-to-{border-radius:5px}.datepicker--cell.-selected-{color:#fff;border:none;background:#5cc4ef}.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:flex;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#d83a3a;display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--years{height:170px}.datepicker--cells-years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:rgba(49,49,49,0.4)}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:rgba(24,24,24,0.4)}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:rgba(49,49,49,0.4)}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:rgba(31,31,31,0.4)}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #e7e7e7;box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:5px;box-sizing:content-box;font-family:"Gotham Pro",sans-serif;font-size:1rem;color:#313131;width:280px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:9}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker-inline .datepicker--pointer{display:none}.datepicker--content{box-sizing:content-box;padding:.5rem}.-only-timepicker- .datepicker--content{display:none}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #e7e7e7;border-right:1px solid #e7e7e7;width:10px;height:10px;z-index:-1}.-top-left- .datepicker--pointer,.-top-center- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-top- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-bottom- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-left- .datepicker--pointer,.-bottom-center- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-top- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-bottom- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-top-left- .datepicker--pointer,.-bottom-left- .datepicker--pointer{left:10px}.-top-right- .datepicker--pointer,.-bottom-right- .datepicker--pointer{right:10px}.-top-center- .datepicker--pointer,.-bottom-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body{display:none}.datepicker--body.active{display:block}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:rgba(49,49,49,0.4)}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:rgba(24,24,24,0.4)}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:rgba(49,49,49,0.4)}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:rgba(31,31,31,0.4)}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepicker--nav{display:flex;justify-content:space-between;border-bottom:1px solid #e7e7e7;min-height:32px;padding:.5rem}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-title,.datepicker--nav-action{display:flex;cursor:pointer;align-items:center;justify-content:center}.datepicker--nav-action{width:36px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action:hover{background:#f0f0f0}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:5px;padding:0 8px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title:hover{background:#f0f0f0}.datepicker--nav-title.-disabled-{cursor:default;background:none}.datepicker--buttons{display:flex;padding:.5rem;border-top:1px solid #e7e7e7}.datepicker--button{color:#d83a3a;cursor:pointer;border-radius:5px;flex:1;display:inline-flex;justify-content:center;align-items:center;height:32px}.datepicker--button:hover{color:#313131;background:#f0f0f0}@media all and (max-width: 991px){html{font-size:15px}}

/* End */


/* Start:/local/templates/fanat_shop/css/owl.carousel.min.css?17768302003351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/fanat_shop/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/fanat_shop/css/owl.theme.default.min.css?17768302391013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


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


/* Start:/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/style.css?166695274714007*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	font-family: "Gotham Pro";
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 21px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 0 5px 5px 0;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/fanat_shop/build/img/search-icon.svg) center center no-repeat #95a1a8;
	background-size: 50%;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	font-family: "Gotham Pro";
	background-color: #d83a3a;
	border: 1px solid;
	border-color: #d83a3a;
	color: #FFF !important;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	font-family: "Gotham Pro";
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
	font-family: "Gotham Pro";
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#fff;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #d83a3a;
	border-color: #d83a3a;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #fff;
	border-color: #d83a3a;
	color: #FFF;
}

.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #d83a3a;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #f55f5f;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#d83a3a;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#d83a3a;
	font-family: "Gotham Pro";
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color:#d83a3a;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/local/templates/fanat_shop/components/bitrix/sale.basket.basket.small/basket_new/style.css?1619216980816*/
/*.but_row.recommended {*/
    /*height: 210px !important;*/
/*}*/

/*.but_row.recommended .recommended-products {*/
    /*width: 100%;*/
    /*margin-top: 5px;*/
/*}*/

/*.but_row.recommended .recommended-products .list-section {*/
    /*display: flex;*/
    /*justify-content: space-evenly;*/
/*}*/

/*.but_row.recommended .recommended-products .item-wrap {*/
    /*border: 1px solid #e4e4e4;*/
    /*height: 160px;*/
    /*width: 140px;*/
    /*padding: 0px;*/
    /*float: left;*/
    /*margin: 0px;*/
/*}*/

/*.but_row.recommended .item-inner .image {*/
    /*width: 100% !important;*/
    /*height: 120px !important;*/
/*}*/

/*.but_row.recommended .item-inner .item-name {*/
    /*width: auto !important;*/
    /*height: auto !important;*/
    /*margin: 5px !important;*/
/*}*/
/* End */


/* Start:/local/templates/fanat_shop/styles.css?17621482198293*/
/*h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}*/
/*p{*/
/*font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;*/
/*font-size: 14px;*/
/*}*/
/*p.bxe-first-letter:first-letter, .bxe-first-letter-s{*/
/*font-weight: bold;*/
/*font-size: 56px;*/
/*line-height: 56px;*/
/*margin-right: 10px;*/
/*float: left;*/
/*vertical-align: top;*/

/*}*/
/*.lead {*/
/*color: #757575;*/
/*margin-left: 40px;*/
/*padding:0 0 0 15px;*/
/*font-size: 13px;*/
/*font-weight: 300;*/
/*line-height: 1.4;*/
/*border-left: 3px solid #99cded;*/
/*}*/
/*@media (min-width: 768px){*/
/*.lead {*/
/*font-size: 16px;*/
/*margin-left: 20px;*/
/*}*/
/*}*/

/*blockquote {*/
/*padding:0 0 0 15px;*/
/*margin: 0 0 20px 20px;*/
/*border-left: 3px solid #c2c2c2;*/
/*}*/
/*blockquote p{*/
/*font-size: 20px;*/
/*font-style: italic;*/
/*color: #757575;*/
/*font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;*/
/*}*/
/*@media (max-width: 768px){*/
/*blockquote p {*/
/*font-size: 16px;*/
/*}*/
/*}*/

/*blockquote.bxe-quote {*/
/*position: relative;*/
/*padding-left: 70px;*/
/*padding-top: 8px;*/
/*min-height: 50px;*/
/*border-left: none;*/
/*}*/
/*blockquote.bxe-quote:after{*/
/*content: "";*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);*/
/*background-repeat: no-repeat;*/
/*background-position: top left;*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 10px;*/
/*-webkit-background-size: 40px;*/
/*background-size: 40px;*/
/*width: 40px;*/
/*height:40px;*/
/*}*/

/*hr{*/
/*border: none;*/
/*border-bottom: 1px solid #ccc;*/
/*}*/
/*hr.bxe-bolder{*/
/*border-bottom-width: 5px;*/
/*}*/
/*hr.bxe-dashed{*/
/*border-bottom-style: dashed;*/
/*border-bottom-width: 2px;*/
/*}*/
/*hr.bxe-normal{}*/
/*hr.bxe-light{*/
/*border-bottom-color: #e5e5e5*/

/*}*/
/*hr.bxe-dotted{*/
/*border-bottom-width: 2px;*/
/*border-bottom-style: dotted;*/
/*}*/

/*!**!*/
/*.bg-primary	{background: #60aadb!important;color: #fff;}*/
/*.bg-success	{background: #64ba4e!important;color: #fff;}*/
/*.bg-info	{background: #9bc6dd!important;color: #fff;}*/
/*.bg-warning	{background: #fec139!important;color: #fff;}*/
/*.bg-danger{}*/
/*!**!*/
/*img.pull-left{*/
/*padding: 5px 15px 5px 0;*/
/*}*/
/*img.pull-right{*/
/*padding: 5px 0 5px 15px;*/
/*}*/
/*!**!*/
/*.alert{*/
/*border: none;*/
/*border-radius: 1px;*/
/*font-size: 14px;*/
/*}*/
/*.alert.alert-note{*/
/*background: #f2f2f3;*/
/*}*/
/*.alert.alert-sys{*/
/*background: #f5f2ec;*/
/*color: #81641F;*/
/*}*/
/*.alert.bxe-icon{*/
/*padding-left: 90px;*/
/*min-height: 100px;*/
/*position: relative;*/
/*}*/
/*.alert.bxe-icon:after{*/
/*left:22px;*/
/*top: 20px;*/
/*position: absolute;*/
/*content: " ";*/
/*width:48px;*/
/*height: 48px;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*background-image:url(/local/templates/fanat_shop/images/editor_sprite.png);*/
/*background-repeat: no-repeat;*/
/*}*/
/*.alert.bxe-icon.alert-success:after	{background-position:0 0}*/
/*.alert.bxe-icon.alert-info:after	{background-position:0 -50px}*/
/*.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}*/
/*.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}*/
/*.alert.bxe-icon.alert-note:after	{background-position:0 -150px}*/
/*.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}*/

/*.bxe-aleft-title{*/
/*font-weight: bold;*/
/*padding-bottom: 5px;*/
/*}*/

/*.bx-panel-tooltip {*/
/*z-index: 2210 !important;*/
/*overflow: hidden !important;*/
/*position: absolute !important;*/
/*letter-spacing: normal !important;*/
/*list-style: none !important;*/
/*text-align: left !important;*/
/*text-indent: 0 !important;*/
/*text-transform: none !important;*/
/*visibility: visible !important;*/
/*white-space: normal !important;*/
/*word-spacing: normal !important;*/
/*vertical-align: baseline !important;*/
/*margin: 0 !important;*/
/*padding: 15px !important;*/
/*float: none !important;*/
/*text-decoration: none !important;*/
/*-webkit-border-radius: 1px !important;*/
/*-moz-border-radius: 1px !important;*/
/*border-radius: 1px !important;*/
/*-webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;*/
/*-moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;*/
/*box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;*/
/*border: 1px solid;*/
/*border-color: #f0f0f0;*/
/*background: #fff;*/
/*color: #35414e;*/
/*font-size: 14px;*/
/*}*/

/*!**!*/
/*tab,*/
/*tabsection,*/
/*.bxe-tab-title{*/
/*display: block;*/
/*padding: 5px;*/
/*border: 1px dashed #ccc;*/
/*}*/
/*!**!*/
/*.bxe-list,*/
/*.bxe-list ul{*/
/*list-style: none;*/
/*margin: 5px 0;*/
/*padding-left: 15px;*/
/*}*/
/*.bxe-list-default,*/
/*.bxe-list-default ul{*/

/*}*/
/*.bxe-list .fa{*/
/*color: #9fb2bd;*/
/*margin-right: 6px;*/
/*}*/
/*.bxe-lis-blue .fa{*/
/*color: #0083d1;*/
/*}*/
.product-gallery .lSAction {
    z-index: 99999;
}

.xorder a {
    color: #D83A3A!important;
    transition: .3s ease-in-out;
}

.preloader_fanat {
    position: fixed;
    width: 100%;
    z-index: 999;
    min-height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    transition: visibility 0.5s ease-out;
    visibility: hidden;
}

.preloader_fanat .preloader_svg {
    width: 70px;
    height: 70px;
}

.hide {
    visibility: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
}

.footer-nav__list,
.home-catalog__item,
.button-accent,
.product-choice__amount-submit,
.product-card__hidden,
.button-secondary__bordered:hover
{
    color: #fff !important;
}
.close-modal svg * {
    fill: #fff;
}
.stock_homepage{
    min-height: 160px;
    background-position: center;
    background-size: contain;
}
@media (min-width: 1200px) {
    .home-carousel__slide-content {
        min-height: 80vh;
    }
    .home-carousel__slide {
        background-size: contain;
    }
}

.thank-container {
    padding: 50px 0 70px;
}

.thank-p {
    margin-bottom: 15px;
}

.bonus-number {
    font-weight: 700;
}

.auth-link-catalog {
    transition: color 0.25s ease;
    position: relative;
}

.auth-link-catalog::after {
    transition: background-color 0.25s ease;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(90, 90, 90, 0.5);
}
.front-news-title-container {
    display: flex;
    justify-content: space-between;
}
.read-all-news {
    background-color: #d83a3a;
    color: #fff;
    transition: .25s;
    padding: 1rem;
    display: inline-block;
    border-radius: 50px;
    align-self: flex-start;
}
.read-all-news:hover {
    color: #fff;
    background-color: #ba1d1d;
}

.auth-link-catalog:hover:after {
    background-color: rgba(216, 58, 58, 0.5);
}
@media (min-width: 575px) {
    .thank-container {
        padding: 50px 20px 70px;
    }

}

@media screen and (max-width:575px){
    .brand_img{
        background-size: 70%!important;
    }
    .front-news-title-container {
        flex-direction: column;
    }
    .read-all-news {
        margin-top: 1rem;
    }

}
.stocks-item__banner{
    background-size: contain;
    background-position: left;
}
/* End */


/* Start:/local/templates/fanat_shop/template_styles.css?176214821913551*/
.hidden {
	display: none !important;
}
.product-bonuses {
	text-transform: none;
}
.header-droped-right {
	box-shadow: 0 0 200px rgba(0 0 0 / 0.3);
}
.product-card__image {
	height: 200px;
}
.product-card__image .lazy-holder {
	height: 100%;
	width: 100%;
}
.product-card__image .lazy-holder img.lazy-image {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: none;
}


.support-hover {
	position: relative;
	color: #06C;
	text-decoration: none;
	cursor: pointer;
	margin-left: 3px;
}

.support-hover .bonus-question {
	background: #adadad;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	padding: 0 4px;
	font-size: 13px;
}

div.support-hover:hover .bonus-question {
	background: black;
}

div.support-hover:hover .tip {
	display: block;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}

.icons-block {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	visibility: hidden;
}

.icons-block svg {
	max-width: 30px;
	height: auto;
}

.icons-block .icon-link {
	width: 30px;
}

.visible {
	visibility: visible;
}

.product-gallery__item>.zoomImg {
	visibility: hidden !important;
}

/*---------Оформление. Общие стили---------*/

.tip {
	display: none;
	position: absolute;
	z-index: 9998;
	bottom: 140%;
	left: -210px;

	border-radius: 3px;
	box-shadow: 0 4px 16px 0 rgba(6, 3, 24, 0.2);
	border: solid 1px #ffffff;
	background-color: #ffffff;
	text-align: left;
	color: #000;

	cursor: default;
	padding: 20px;
	margin: -15px 0 0 10px;
	width: 399px;
	min-height: 50px;
	height: auto;
}

.tip.bonus-basket {
	left: -380px;
}

.tip:before {
	border-width: 0;
	top: 13px;
	left: -9px;
}

.tip:after {
	top: 100%;
	left: 50%;
	content: "";
	border: 7px solid transparent;
	border-top-color: #fff;
	bottom: 70px;
}

.tip:before,
.tip:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
}

.tip.bonus-basket:after {
	left: 93%;
}


.product-bonuses {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #313131;
	font-family: "Gotham Pro";
}

.tip p.product-bonuses {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #313131;
}

.tip p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #787878;
}

.bonus-about {
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #313131;
	border-bottom: 1px solid #9a9a9a;
}

.bonuses-sum {
	float: left;
}

.product-card .product-bonuses,
.product-card .support-hover {
	margin-top: 0;
	margin-bottom: 10px;
}

.product-card .support-hover {
	margin-bottom: 15px;
}

.bonus-use {
	border-radius: 4px;
	border: solid 1px #e7e7e7;
	background-color: #ffffff;
	width: 65%;
	float: right;
	font-size: 14px;
}

.bonus-use p {
	padding: 21px 24px 27px;
}

.bonus-use a {
	color: #d83a3a !important;
}

.bonus-use input {
	/*margin-left: 21px;*/
	margin-right: 0.9375rem;

	padding: 0.625rem;
	border: 1px solid #e7e7e7;
	width: 100px;
	height: 40px;

	border: solid 1px #e7e7e7;
	background-color: #ffffff;
	text-align: center;
}

.bonus-use input:invalid {
	border-color: red;
}

.bonus-use input:valid {
	border-color: #e7e7e7;
}

.bx_ordercart_order_sum {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #313131;
}

.bx_ordercart_order_sum .custom_t2 {
	text-align: right;
}

.bx_ordercart_order_sum .fwb {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #313131;
}

.basket_checkout input {
	border-width: 0px;

	color: #fff;
	background-color: #d83a3a;
	position: relative;
	overflow: hidden;
	text-align: left;
	transition: all 0.25s ease;
	font-size: 0.75rem;
	text-transform: uppercase;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	padding-right: 1.25rem;
	padding-left: 2.5rem;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 2px;
}

.button-accent:not(.button-accent__bordered):not(:disabled):hover input {
	background-color: #c52727;
}

#content-basket .personal .button:not(.button-accent__bordered),
#content-basket .personal .button:not(.button-secondary__bordered) {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.product-choice li.product-choice__option.product-choice__color,
.product-choice li.product-choice__option.product-choice__size {
	padding-right: 34%;
}

.credit {
	font-size: .875rem;
	background-color: #2e2383;
	font-family: "Gotham Pro Bold";
	text-transform: uppercase;
	border-radius: 5px;
	padding: .9375rem .625rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: .9375rem;
	width: calc(50% - .9375rem);
	color: #fff !important;
}

.credit:hover {
	background-color: #4a39ca;
}

@media (max-width: 575px) {
	.credit {
		padding-top: 1.15625rem;
		padding-bottom: 1.15625rem;
		margin-left: 0px;
		width: auto;
		margin-top: 10px;
	}
}

.product-card__colors,
.product-card_sizes {
	font-size: 12px;
	color: #7c7c7c;
	margin-bottom: 15px;
}

.product-card_sizes-list,
.product-card__colors-list {
	margin-top: 2px;
}

.product-item-scu-item-color-block.selected,
.product-item-scu-item-size-block.selected {
	border: solid 1px #ce3838;
}

.product-item-scu-item-color-block {
	border: solid 1px #e7e7e7;
	padding: 1px;
	float: left;
	cursor: pointer;
	margin-right: 8px;
}

.product-item-scu-item-color {
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.product-item-scu-item-size-block {
	border: solid 1px #e7e7e7;
	float: left;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 8px;
}

.product-item-scu-item-size {
	width: auto;
	min-width: 26px;
	height: 26px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	font-family: "Gotham Pro";
}

.hidden {
	display: none;
}

.page-single iframe {
	max-width: 100% !important;
	/* height: auto; */
}

.news-item__description {
	text-align: left !important;
}

.header-bottom__nav #bx_incl_area_5 {
	display: flex;
	width: 100%;
}

.search-result {
	float: right;
}

.search-smart-filter {
	float: left;
}

.m--catalog-filter__close {
	cursor: pointer;
	/*display: none;*/
}

.articles-list [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.subsection_item {
	/*flex-grow: 1;*/
	/* min-width: 15%; */
	/*width: 45%;*/
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	transition: .3s ease-in-out;
	height: 100%;
	/*height: 200px;*/
}

.subsection_item:hover {
	-webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.25);
	transition: .3s ease-in-out;
}

.lazy-image {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.catalog-aside {
	cursor: pointer;
}

.header-top {
	background-color: #d5d5d5;
}

.product-info .page-show-link {
	font-size: 2rem;
	text-transform: none;
	font-family: "Gotham Pro";
	font-weight: bold;
	/*padding-top: 3.125rem;*/
	margin-bottom: 4.6875rem;
}

.product-info .page-show-link:before {
	bottom: 1.025rem;
	height: 1.4875rem;
	left: -1.925rem;
}

@media (min-width: 1200px) {
	.product-relevant {
		padding-top: 0rem;
	}
}

.product-relevant.buy-with-it .page-subtitle {
	padding-bottom: 3rem;
}

.cabinet-history__tr-footer {
	overflow: hidden;
}

@media all and (max-width: 767px) {
	.order-pay-button {
		max-width: 100%;
		flex: 0 0 auto;
	}
}

.product-choice__option.product-choice__additional_buttons {
	width: 65.5%;
	float: left;
	margin-top: 1.587rem;
}

.product-choice__option.product-choice__additional_buttons .button-vozvrat {
	background: url("/local/templates/fanat_shop/./components/bitrix/catalog.element/fanat_new/images/vozvrat.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 48%;
	float: left;
	height: 55px;
	text-indent: -9999px;
}

.product-choice__option.product-choice__additional_buttons .button-guarantee {
	background: url("/local/templates/fanat_shop/./components/bitrix/catalog.element/fanat_new/images/price_guarantee.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 48%;
	float: right;
	height: 55px;
	text-indent: -9999px;
}

@media all and (max-width: 575px) {
	.product-choice__option.product-choice__additional_buttons {
		width: 100%;
	}

	.product-choice__option.product-choice__additional_buttons .button-vozvrat {
		background-size: contain;
		width: 100%;
		max-width: 371px;
		min-height: 60px;
		float: none;
		display: inline-block;
		background-position: center;
	}

	.product-choice__option.product-choice__additional_buttons .button-guarantee {
		margin-top: 20px;
		background-size: contain;
		width: 100%;
		max-width: 371px;
		min-height: 60px;
		float: none;
		display: inline-block;
		background-position: center;
	}
}

.bonuses-sum {
	float: none;
}

.bonuses-sum .product-bonuses {
	display: flex;
}

.bonuses-sum .product-bonuses .product-bonuses__bonus {
	display: flex;
	margin-right: 46px;
}

.bonuses-sum .product-bonuses .product-bonuses__bonus .product-bonuses__bonus--img {
	width: 63px;
	height: 40px;
	margin-right: 12px;
}

.bonuses-sum .product-bonuses .product-bonuses__bonus .product-bonuses__bonus--text {
	line-height: 20px;
}

.support-hover:hover .tip {
	display: block;
}

.container-svg {
	display: inline-block;
	width: 25%;
	height: 25%;
}

.m--navigation-social .m--social .svg-icon {
	width: 29px;
	height: 29px;
}

.invert {
	height: 3em;
	width: 3em;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.product-slider {
	overflow: hidden;
}

.oneclickbuy_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 102;
	display: none;
}
h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
}
ol.list {
	list-style-type: decimal;
	padding-left: 1rem;
}
ol.list li {
	list-style: decimal;
}
ul.list {
	list-style-type: disc;
	padding-left: 1rem;
}
ul.list li {
	list-style: disc;
}
.list li {
	margin-bottom: 0.5rem;
}
.list li:last-child {
	margin-bottom: 1rem;
}
.main_description p,
.bx-section-desc p {
	margin-bottom: 1rem;
}
.main_description a,
.bx-section-desc a {
	color: #d83a3a;
}
a.breadcrumbs-link {
	color: #212121;
}
a.link {
	color: #d83a3a;
}
.ripple-animate {
	position: relative;
	overflow: hidden;
}
.ripple-animate .effect {
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: none;
	transform: translate(-50%, -50%);
	animation: ripple 0.7s linear forwards;
}

@keyframes ripple {
	0% {
		width: 0;
		height: 0;
		opacity: 0.4;
	}
	100% {
		width: calc(var(--ripple-effect-size) * 2);
		height: calc(var(--ripple-effect-size) * 2);
		opacity: 0;
	}
}

.tabs-reg {
	margin: 30px 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.tab-switch {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #d83a3a;
}
a.tab-switch {
	opacity: 0.7;
	transition: .3s ease-in-out;
}
a.tab-switch:hover {
	opacity: 1;
	color: #fff;
}
.tinkoff-installment {
    margin-bottom: 64px;
}
.tinkoff-installment__banner {
    margin-bottom: 64px;
}
.tinkoff-installment section:nth-child(2) {
    margin-top: -245px;
}
.tinkoff-installment section:nth-child(3) {
    margin-top: 88px;
}
.tinkoff-installment__title {
    text-align: center;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: 700;
}
.tinkoff-installment__title span {
    display: block;
}
.tinkoff-installment__title span:nth-child(2) {
    font-size: 18px;
}
.tinkoff-installment__advantages {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: -24px;
}
.tinkoff-installment__advantages-item {
    width: 100%;
    max-width: 240px;
    text-align: center;
    margin: 24px;
}
.tinkoff-installment__advantages-icon {
    background: #F6F7F8;
    padding: 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    display: inline-block;
}
.tinkoff-installment__advantages-text {
    font-size: 15px;
    line-height: 24px;
}
.tinkoff-installment__info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tinkoff-installment__info-img {
    width: 100%;
    max-width: 528px;
    margin-right: 48px;
}
.tinkoff-installment__info-text > div {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.tinkoff-installment__info-descr div:first-child {
    color: #9b9b9b;
    font-size: 15px;
}
.tinkoff-installment__info-descr div:nth-child(2) {
    font-weight: bolder;
}
.tinkoff-installment__info-text > div > svg {
    display: block;
    margin-right: 22px;
    margin-top: 8px;
}
.tinkoff-installment__note {
    font-size: 13px;
    margin-top: 48px;
}
@media all and (max-width: 991px) {
    .tinkoff-installment__info {
        display: block;
    }
    .tinkoff-installment__info-img {
        margin: 0 auto;
    }
    .tinkoff-installment__info-text {
        margin: 24px auto 0;
    }
}
@media all and (max-width: 480px) {
    .tinkoff-installment__title {
        font-size: 28px;
    }
    .tinkoff-installment__title span:nth-child(2) {
        font-size: 15px;
    }
    .tinkoff-installment section:nth-child(2) {
        margin-top: -116px;
    }
}

/* End */
/* /local/templates/fanat_shop/css/jquery.fancybox.min.css?168480859224078 */
/* /local/templates/fanat_shop/build/css/common.css?1727851269116477 */
/* /css/xtest.css?16192171901862 */
/* /css/component.css?16195911292242 */
/* /local/templates/fanat_shop/build/css/libs.css?168852202857251 */
/* /local/templates/fanat_shop/css/owl.carousel.min.css?17768302003351 */
/* /local/templates/fanat_shop/css/owl.theme.default.min.css?17768302391013 */
/* /local/templates/fanat_shop/css/swiper-bundle.min.css?171291066518444 */
/* /local/templates/fanat_shop/components/arturgolubev/search.title/fanat_new_smart/style.css?166695274714007 */
/* /local/templates/fanat_shop/components/bitrix/sale.basket.basket.small/basket_new/style.css?1619216980816 */
/* /local/templates/fanat_shop/styles.css?17621482198293 */
/* /local/templates/fanat_shop/template_styles.css?176214821913551 */
