

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


/* Start:/local/templates/sanriks-new/js/choices/choices.min.css?17345347057756*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/local/templates/sanriks-new/css/style.min.css?1744701467586999*/
@charset "UTF-8";@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@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,.swiper-wrapper{position:relative;z-index:1}.swiper{margin-left:auto;margin-right:auto;overflow:hidden;list-style:none;padding:0;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;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{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;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%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right: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;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);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{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);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, 0.2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-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%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-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%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-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;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.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%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-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{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 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%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;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,.swiper-scrollbar-drag{position:relative;border-radius:var(--swiper-scrollbar-border-radius, 10px)}.swiper-scrollbar{-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 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%;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;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{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;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;-webkit-filter:blur(50px);filter:blur(50px)}.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.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;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:0 0;border:0}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-,.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-current-.-focus-,.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-,.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{border:0}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{-webkit-transition:all var(--adp-transition-duration) var(--adp-transition-ease);transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);-webkit-box-sizing:content-box;box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--action,.air-datepicker-nav--title{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:0 0}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:0;background:0 0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:0}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.air-datepicker-button span,.air-datepicker-time,.air-datepicker-time--current{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;-ms-flex-item-align:end;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(var(--adp-time-track-color)),to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:0 0;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:0}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-box-sizing:border-box;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:0 0}.air-datepicker-time--row input[type=range]::-moz-range-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:0 0}.air-datepicker-time--row input[type=range]::-ms-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:0 0}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:0 0}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:0 0}.air-datepicker{--adp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92, 196, 239, .1);--adp-background-color-in-range-focused:rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover:rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0, 0, 0, .3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);-webkit-box-sizing:content-box;box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,-webkit-max-content);grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;-webkit-transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{-webkit-transform:translateY(calc(var(--adp-transition-offset)*-1));-ms-transform:translateY(calc(var(--adp-transition-offset)*-1));transform:translateY(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-from-right-{-webkit-transform:translateX(var(--adp-transition-offset));-ms-transform:translateX(var(--adp-transition-offset));transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{-webkit-transform:translateY(var(--adp-transition-offset));-ms-transform:translateY(var(--adp-transition-offset));transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{-webkit-transform:translateX(calc(var(--adp-transition-offset)*-1));-ms-transform:translateX(calc(var(--adp-transition-offset)*-1));transform:translateX(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-active-:not(.-custom-position-){-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);opacity:1}.air-datepicker.-active-.-custom-position-{-webkit-transition:none;transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);-webkit-box-shadow:none;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.air-datepicker.-inline- .air-datepicker--pointer,.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:0}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile-:not(.-custom-position-){-webkit-transform:translate(-50%,calc(-50% + var(--adp-transition-offset)));-ms-transform:translate(-50%,calc(-50% + var(--adp-transition-offset)));transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{-webkit-transition:none;transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer,.air-datepicker--pointer:after{position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size)}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);z-index:-1}.air-datepicker--pointer:after{content:"";background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);-webkit-box-sizing:border-box;box-sizing:border-box}.-top-center- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-center- .air-datepicker--pointer:after,.-top-left- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-bottom- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-top- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-center- .air-datepicker--pointer:after,.-bottom-left- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-top- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-bottom- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-top- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-bottom-right- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-bottom-center- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{-webkit-box-sizing:content-box;box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;-webkit-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;-webkit-transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;-webkit-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:flat;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;-webkit-box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);-ms-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}[data-accordion=element].is-active>[data-accordion=content]{max-height:100%}[data-accordion=parent].no-transition [data-accordion=content],[data-tabs=parent].no-transition-global [data-tabs=content],[data-tabs=parent].no-transition-global [data-tabs=control],[data-tabs=parent].no-transition-global [data-tabs=element],[data-tabs=parent].no-transition>[data-tabs=content],[data-tabs=parent].no-transition>[data-tabs=control],[data-tabs=parent].no-transition>[data-tabs=element]{-webkit-transition:none;transition:none}[data-accordion=content]{overflow:hidden;max-height:0;-webkit-transition:max-height .3s;transition:max-height .3s}[data-tabs=parent]{overflow:hidden}[data-tabs=parent] [data-tabs=content]{position:relative}[data-tabs=element]{position:absolute;top:0;right:0;left:0;width:100%;visibility:hidden;opacity:0;-webkit-transition:opacity .3s ease-in,visibility .3s ease-in;transition:opacity .3s ease-in,visibility .3s ease-in}[data-tabs=element].for-load{position:static;visibility:visible;opacity:1;-webkit-transition:none;transition:none}[data-tabs=element].is-active{z-index:1;visibility:visible;opacity:1}[data-tabs=element].is-active.is-z-index{z-index:40}[data-accordion-init]>[data-tabs=content],[data-accordion-init]>[data-tabs=controls]{display:none}[data-accordion-init] [data-tabs=element]{position:static;z-index:1;visibility:visible;opacity:1}[data-tabs=accordion-wrapper]{overflow:hidden;display:block;max-height:0;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}[data-tabs=accordion-content]{overflow:hidden}[data-tabs=accordion]{isolation:isolate;position:relative;overflow:hidden}[data-tabs=accordion].is-active>[data-tabs=accordion-wrapper]{max-height:none}:root{--color-arrow:#8c8f90;--header-height:139px;--header-collapse-height:75px}@media screen and (min-width:768px) and (max-width:1500px){:root{--header-height:214px;--header-collapse-height:81px}}@media screen and (min-width:1501px){:root{--header-height:259px;--header-collapse-height:100px}}@font-face{font-family:"Segoeui";font-weight:400;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeui.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeui.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:400;font-style:italic;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeuii.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeuii.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:700;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeuib.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeuib.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:700;font-style:italic;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeuiz.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeuiz.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:900;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/seguibl.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/seguibl.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:900;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/seguibli.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/seguibli.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:300;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeuil.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeuil.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:300;font-style:italic;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/seguili.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/seguili.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:200;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeuisl.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeuisl.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:200;font-style:italic;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/segoeuisl.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/segoeuisl.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:600;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/seguisb.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/seguisb.woff) format("woff")}@font-face{font-family:"Segoeui";font-weight:600;font-style:italic;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/seguisbi.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/seguisbi.woff) format("woff")}@font-face{font-family:"Commissioner";font-weight:600;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/Commissioner-SemiBold.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/Commissioner-SemiBold.woff) format("woff")}@font-face{font-family:"Franklin";font-weight:400;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/FRABK.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/FRABK.woff) format("woff")}@font-face{font-family:"Franklin";font-weight:700;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/FRADM.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/FRADM.woff) format("woff")}@font-face{font-family:"Franklin";font-weight:900;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/FRAHV.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/FRAHV.woff) format("woff")}@font-face{font-family:"Franklin";font-weight:500;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/framd.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/framd.woff) format("woff")}@font-face{font-family:"Franklin";font-weight:500;font-style:italic;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/framdit.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/framdit.woff) format("woff")}@font-face{font-family:"Geologica";font-weight:700;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/Geologica-Bold.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/Geologica-Bold.woff) format("woff")}@font-face{font-family:"Geologica";font-weight:300;font-style:normal;font-display:swap;src:url(/local/templates/sanriks-new/css/../fonts/woff2/Geologica-Light.woff2) format("woff2"),url(/local/templates/sanriks-new/css/../fonts/woff/Geologica-Light.woff) format("woff")}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(189,16,94,.4);box-shadow:0 0 0 0 rgba(189,16,94,.4);-moz-box-shadow:0 0 0 0 rgba(189,16,94,.4)}70%{-webkit-box-shadow:0 0 0 10px transparent;box-shadow:0 0 0 10px transparent;-moz-box-shadow:0 0 0 10px transparent}to{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;-moz-box-shadow:0 0 0 0 transparent}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(189,16,94,.4);box-shadow:0 0 0 0 rgba(189,16,94,.4);-moz-box-shadow:0 0 0 0 rgba(189,16,94,.4)}70%{-webkit-box-shadow:0 0 0 10px transparent;box-shadow:0 0 0 10px transparent;-moz-box-shadow:0 0 0 10px transparent}to{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;-moz-box-shadow:0 0 0 0 transparent}}@-webkit-keyframes menuStart{0%,to{opacity:1}50%{opacity:0}}@keyframes menuStart{0%,to{opacity:1}50%{opacity:0}}@-webkit-keyframes l25{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes l25{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}html{line-height:1.15;-webkit-text-size-adjust:100%}.form__message p,.form__note p{margin:0}details,main{display:block}h1{margin:.67em 0;font-size:2em}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}a{background-color:transparent}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:none}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}img{border-style:none;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}button,input,optgroup,select,textarea{margin:0;font-size:100%;line-height:1.15;font-family:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;max-width:100%;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}summary{display:list-item}[hidden],template{display:none}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;min-width:360px;margin:0;padding:0}html{height:100vh;height:-webkit-fill-available;font-family:"Segoeui","Arial",sans-serif;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:var(--header-height, 206px)}body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-height:-webkit-fill-available;color:#111516;background-color:#fff;cursor:default}a,button,input,label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;background-color:transparent}input[type=number]{-moz-appearance:textfield}.scroll-lock,.scroll-lock-ios{overflow:hidden}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-transition{-webkit-transition:none!important;transition:none!important}.swiper{z-index:0}.air-datepicker-global-container{z-index:1051}.visually-hidden{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.animation-menu{-webkit-animation-name:menuStart;animation-name:menuStart;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.page__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60px 0;-ms-flex-line-pack:start;align-content:flex-start}@media screen and (max-width:767px){.page__main{padding-top:var(--header-height, 139px)}}@media screen and (min-width:768px) and (max-width:1500px){.page__main{padding-top:var(--header-height, 214px)}}@media screen and (min-width:1501px){.page__main{padding-top:var(--header-height, 259px)}}@media screen and (max-width:767px){.page__main--post{gap:40px 0}.page__main--post .adv{padding-bottom:20px}}@media screen and (min-width:768px) and (max-width:1500px){.page__main--post .adv{margin-top:-3px}}@media screen and (max-width:767px){.page__main--price .adv{padding-top:6px}.is-collapse+.page__main{padding-top:118px}}@media screen and (min-width:768px) and (max-width:1500px){.is-collapse+.page__main{padding-top:124px}}@media screen and (min-width:1501px){.is-collapse+.page__main{padding-top:138px}}.text-style{padding-bottom:50px}.text-style p.page-title{margin:40px 0}.text-style ul{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;color:#111516}.text-style ul li{margin-bottom:20px}.text-style ul a{color:inherit;text-decoration:none}@media (hover:hover){.text-style ul a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.text-style ul a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.text-style ul a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.loader{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,255,255,.7)}.loader span{-webkit-transform-origin:50% 40%;-ms-transform-origin:50% 40%;transform-origin:50% 40%;display:block;aspect-ratio:1;width:100px;height:100px;background-color:#f05d2b;border-radius:50%;-webkit-animation:l25 1s infinite linear;animation:l25 1s infinite linear}.loader span::after{content:"";display:block;width:80px;height:80px;margin:3px;background-color:#fff;border-radius:50%}.scroll-block{overflow-y:auto;height:100%;padding:0 15px;scrollbar-width:auto}.scroll-block::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.scroll-block::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.scroll-block::-webkit-scrollbar-track{background-color:transparent;border:0}.scroll-block__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 15px;font-family:"Segoeui","Arial",sans-serif,"Arial",sans-serif;font-size:12px;color:#111516;text-decoration:none;background-color:transparent;border:0;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (min-width:768px) and (max-width:1199px){.button{padding:10px 22px}}@media screen and (min-width:1200px){.button{font-size:14px}}.button--orange{padding:8px 15px;line-height:24px;font-weight:700;color:#fff;background-color:#f05d2b}@media screen and (min-width:768px){.button--orange{padding:9px 14px;font-size:14px}}@media (hover:hover){.button--orange:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#fd7649;fill:currentColor}}.button--orange:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#fd7649;fill:currentColor}@supports not selector(:focus-visible){.button--orange:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#fd7649;fill:currentColor}}.button--arrow{display:grid;grid-template-columns:auto 16px;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button--arrow::before{content:"";display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:16px;height:16px;background-color:currentColor;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.button--white{font-weight:600;background-color:#fff;border:1px solid #f05d2b}@media screen and (max-width:767px){.button--white{padding:6px 15px 7px;font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.button--white{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.button--white{padding:19px 40px;font-size:14px;line-height:24px;font-weight:700}}@media (hover:hover){.button--white:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b;border-color:#fff;fill:currentColor;--color-stroke:currentColor}.button--white:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{background-color:currentColor}}.button--white:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b;border-color:#fff;fill:currentColor;--color-stroke:currentColor}.button--white:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{background-color:currentColor}@supports not selector(:focus-visible){.button--white:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b;border-color:#fff;fill:currentColor;--color-stroke:currentColor}.button--white:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{background-color:currentColor}}.button--gray::before,.button--white::before{background-color:#f05d2b}.button--gray{font-weight:600;background-color:#fff;border:1px solid #e0e0e0}@media screen and (max-width:767px){.button--gray{padding:6px 15px 7px;font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.button--gray{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.button--gray{padding:19px 40px;font-size:14px;line-height:24px;font-weight:700}}@media (hover:hover){.button--gray:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b;fill:currentColor}.button--gray:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{background-color:currentColor}}.button--gray:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b;fill:currentColor}.button--gray:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{background-color:currentColor}@supports not selector(:focus-visible){.button--gray:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b;fill:currentColor}.button--gray:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{background-color:currentColor}}.button--disabled,.button:disabled,.disabled,.is-disabled{color:#8c8f90;background-color:#f4f4f4;border-color:#f4f4f4;fill:#bdbdbd;cursor:not-allowed}.button--disabled::after,.button--disabled::before,.button:disabled::after,.button:disabled::before,.disabled::after,.disabled::before,.is-disabled::after,.is-disabled::before{background-color:#bdbdbd}.button--save-description{margin-top:20px}.breadcrumbs{overflow:hidden;margin-bottom:-20px;padding-top:10px}.breadcrumbs__list{overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:11px;margin:0;padding:0 0 10px;list-style:none;scrollbar-width:none;-ms-overflow-style:none}.breadcrumbs__list::-webkit-scrollbar{width:4px;height:2px;background-color:transparent}.breadcrumbs__list::-webkit-scrollbar-thumb{background-color:#8c8f90;border-radius:4px}.breadcrumbs__list::-webkit-scrollbar-track{background-color:transparent;border:0}@media (max-width:767px){.breadcrumbs__list{margin:0 -16px;padding:0 16px 10px}}.breadcrumbs__list::-webkit-scrollbar,.nav-tab::-webkit-scrollbar{display:none}.breadcrumbs__item{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;white-space:nowrap}.breadcrumbs__item:not(.breadcrumbs__item--active)::after{position:absolute;content:"/";top:50%;right:-7px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:4px;font-size:12px;line-height:18px;color:#bdbdbd}.breadcrumbs__link{font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:20px;color:#bdbdbd;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (min-width:1501px){.breadcrumbs__link{font-weight:600}}.breadcrumbs__item:not(.breadcrumbs__item--active) .breadcrumbs__link{color:#bdbdbd}@media (hover:hover){.breadcrumbs__item:not(.breadcrumbs__item--active) .breadcrumbs__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.breadcrumbs__item:not(.breadcrumbs__item--active) .breadcrumbs__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.breadcrumbs__item:not(.breadcrumbs__item--active) .breadcrumbs__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.breadcrumbs__item--active .breadcrumbs__link{color:#111516}.nav-tab{position:relative;overflow:hidden;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin:0 -16px;padding:0 16px 10px;scrollbar-width:none;-ms-overflow-style:none}@media screen and (min-width:1501px){.nav-tab{gap:33px}}.nav-tab__btn{-ms-flex-negative:0;flex-shrink:0;display:inline-block;text-decoration:none;font-family:"Franklin","Arial",sans-serif;font-size:14px;font-weight:500;line-height:18px;color:#8c8f90;background-color:transparent;border:1px solid #e0e0e0;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (max-width:767px){.nav-tab__btn{padding:6px 7px;border-radius:4px}}@media screen and (min-width:768px) and (max-width:1500px){.nav-tab__btn{padding:6px 10px;border-radius:6px}}@media screen and (min-width:1501px){.nav-tab__btn{padding:0;font-size:18px;line-height:28px;border:0;border-bottom:1px solid transparent}}@media screen and (min-width:1501px) and (hover:hover){.nav-tab__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;border-color:#f05d2b}}@media screen and (min-width:1501px){.nav-tab__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.nav-tab__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;border-color:#f05d2b}}}@media screen and (min-width:768px) and (max-width:1500px) and (hover:hover){.nav-tab__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#555859;border-color:#555859}}@media screen and (min-width:768px) and (max-width:1500px){.nav-tab__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#555859;border-color:#555859}@supports not selector(:focus-visible){.nav-tab__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#555859;border-color:#555859}}}@media screen and (max-width:1500px){.nav-tab__btn.is-active{color:#fff;background-color:#555859;border-color:#555859}}@media screen and (min-width:1501px){.nav-tab__btn.is-active{color:#111516;border-color:#f05d2b}}.list{margin:0;padding:0;list-style:none}.list li{position:relative}@media screen and (max-width:767px){.list li{padding-left:28px}}@media screen and (min-width:768px) and (max-width:1500px){.list li{padding-left:32px}}@media screen and (min-width:1501px){.list li{padding-left:35px}}@media screen and (max-width:1500px){.list li:not(:last-child){margin-bottom:10px}}@media screen and (min-width:1501px){.list li:not(:last-child){margin-bottom:19px}}.list li::before{position:absolute;content:"";top:6px;left:0;width:18px;height:6px;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-marker-list);background-repeat:no-repeat;background-position:center;background-size:contain}@media screen and (max-width:1500px){.list li::before{top:6px}}@media screen and (min-width:1501px){.list li::before{top:10px}}[data-lastpass-icon-root]{display:none}.form form{display:grid;grid-template-columns:1fr;gap:11px}@media screen and (min-width:768px) and (max-width:1199px){.form form{gap:10px}}.form label{font-family:inherit;font-size:12px;line-height:18px;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (min-width:768px){.form label{font-size:15px;line-height:25px}}.form input,.form textarea{width:100%;height:40px;padding:7px 14px;font-family:"Segoeui","Arial",sans-serif;font-size:13px;line-height:20px;color:#555859;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}@media screen and (min-width:768px) and (max-width:1500px){.form input,.form textarea{height:45px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.form input,.form textarea{height:52px;padding:12px 18px;font-size:15px;line-height:25px}}@media (hover:hover){.form input:not([readonly],[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form input[data-datetime-only-now]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form input[data-datetime]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form textarea:not([readonly],[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form textarea[data-datetime-only-now]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form textarea[data-datetime]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;border-color:#111516}}.form input:not([readonly],[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form input[data-datetime-only-now]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form input[data-datetime]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form textarea:not([readonly],[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form textarea[data-datetime-only-now]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form textarea[data-datetime]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;border-color:#111516}@supports not selector(:focus-visible){.form input:not([readonly],[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form input[data-datetime-only-now]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form input[data-datetime]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form textarea:not([readonly],[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form textarea[data-datetime-only-now]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form textarea[data-datetime]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;border-color:#111516}}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:#8c8f90;opacity:1}.form input::-webkit-input-placeholder,.form input::placeholder,.form textarea::-webkit-input-placeholder,.form textarea::placeholder{color:#8c8f90;opacity:1}.form textarea{padding-top:12px;resize:none}.form .form__group--date input{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-calendar);background-repeat:no-repeat;background-position:center right 12px;background-size:16px 16px;cursor:pointer}@media (hover:hover){.form .form__group--date input:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;border-color:#111516}}.form .form__group--date input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;border-color:#111516}@supports not selector(:focus-visible){.form .form__group--date input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;border-color:#111516}}.form input::-webkit-search-cancel-button{display:inline-block;width:15px;height:15px;color:#555859;-webkit-appearance:none;appearance:none;background-color:currentColor;cursor:pointer;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-close);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-close);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (hover:hover){.form input::-webkit-search-cancel-button:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.form input::-webkit-search-cancel-button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.form input::-webkit-search-cancel-button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.form input[disabled],.form input[readonly]:not([data-datetime],[data-datetime-only-now],.form__group--date input),.form textarea[readonly]{color:#8c8f90;background-color:#f4f4f4;cursor:not-allowed}.form input[disabled]:focus,.form input[disabled]:focus-visible,.form input[readonly]:not([data-datetime],[data-datetime-only-now],.form__group--date input):focus,.form input[readonly]:not([data-datetime],[data-datetime-only-now],.form__group--date input):focus-visible,.form textarea[readonly]:focus,.form textarea[readonly]:focus-visible{outline:0}.form__group:not(.form__group--checkbox,.form__group--check),.form__group[data-filter]:not(.form__group--checkbox,.form__group--check){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:"Segoeui","Arial",sans-serif}@media screen and (min-width:768px) and (max-width:1199px){.form__group:not(.form__group--checkbox,.form__group--check),.form__group[data-filter]:not(.form__group--checkbox,.form__group--check){gap:5px}}.form__group:not(.form__group--checkbox,.form__group--check).is-invalid,.form__group[data-filter]:not(.form__group--checkbox,.form__group--check).is-invalid,.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all].is-invalid{background-color:transparent;border-color:transparent}.form__group:not(.form__group--checkbox,.form__group--check).is-invalid input,.form__group:not(.form__group--checkbox,.form__group--check).is-invalid textarea,.form__group[data-filter]:not(.form__group--checkbox,.form__group--check).is-invalid input,.form__group[data-filter]:not(.form__group--checkbox,.form__group--check).is-invalid textarea{background-color:rgba(194,24,8,.1);border-color:#c21808}.form--work .form__group:not(.form__group--checkbox,.form__group--check) input:focus,.form--work .form__group:not(.form__group--checkbox,.form__group--check) input:focus-visible,.form__group:not(.form__group--checkbox,.form__group--check):focus,.form__group:not(.form__group--checkbox,.form__group--check):focus-visible,.form__group[data-filter]:not(.form__group--checkbox,.form__group--check):focus,.form__group[data-filter]:not(.form__group--checkbox,.form__group--check):focus-visible,.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all]:focus,.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all]:focus-visible{outline:0}.form__text{margin:0 0 20px}@media screen and (min-width:1200px){.form__text{margin-bottom:35px}}@media screen and (min-width:768px){.form__text br{display:none}}.form .search input[type=search],.form--search input[type=search]{padding-right:50px;-webkit-appearance:searchfield;-moz-appearance:none;appearance:none;border-radius:60px}@media screen and (min-width:1200px){.form .search input[type=search],.form--search input[type=search]{padding-right:70px}}.form .search input[type=seacrh]::-webkit-search-cancel-button,.form--search input[type=seacrh]::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button;appearance:none}.form .search .form__search-btn,.form--search .form__search-btn{position:absolute;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px;color:#f05d2b;background-color:transparent;border:0;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (min-width:1501px){.form .search .form__search-btn,.form--search .form__search-btn{width:70px}}@media (hover:hover){.form .search .form__search-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form--search .form__search-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516}}.form .search .form__search-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form--search .form__search-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0}@supports not selector(:focus-visible){.form .search .form__search-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form--search .form__search-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0}}@media screen and (min-width:1501px){.form .search .form__search-btn svg,.form--search .form__search-btn svg{width:24px;height:24px}}.form__group--checkbox{display:grid;grid-column:1/-2;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-self:center;font-family:"Segoeui","Arial",sans-serif}@media screen and (min-width:768px) and (max-width:1199px){.form__group--checkbox{padding:0 25px}}.form__group--checkbox label{padding-left:10px;font-family:inherit;font-size:12px;line-height:18px;color:#8c8f90;-webkit-transition:color .2s ease;transition:color .2s ease;cursor:pointer}@media screen and (min-width:768px) and (max-width:1199px){.form__group--checkbox label{padding-left:14px;line-height:16px}}@media screen and (min-width:1200px){.form__group--checkbox label{font-weight:600}}.form__group--checkbox input:not(.modal--employees input){position:relative;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:0;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;cursor:pointer}@media screen and (max-width:767px){.form__group--checkbox input:not(.modal--employees input){width:17px;height:17px}}@media screen and (min-width:768px){.form__group--checkbox input:not(.modal--employees input){width:24px;height:24px}}.form__group--checkbox input:not(.modal--employees input):focus,.form__group--checkbox input:not(.modal--employees input):focus-visible{border-color:#111516;outline:0}.form__group--checkbox input:not(.modal--employees input)::after{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#e0e0e0;border:1px solid #e0e0e0}@media screen and (max-width:767px){.form__group--checkbox input:not(.modal--employees input)::after{width:9px;height:9px}}@media screen and (min-width:768px){.form__group--checkbox input:not(.modal--employees input)::after{width:12px;height:12px}}.form__group--checkbox input:not(.modal--employees input):checked{background-color:#fff}.form__group--checkbox input:not(.modal--employees input):checked::after{background-color:#f05d2b}.form__group--checkbox.is-invalid input:not(.modal--employees input),.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc).is-invalid input,.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all].is-invalid input,.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all].is-invalid textarea{background-color:rgba(194,24,8,.1);border-color:#c21808}.modal--employees .form__group--checkbox{gap:16px;-ms-flex-item-align:start;align-self:start}@media screen and (min-width:768px){.modal--employees .form__group--checkbox{grid-template-columns:1fr;gap:10px;padding:0 0 6px}}.modal--employees .form__group--checkbox label{padding:0;font-size:14px;line-height:24px;font-weight:600;color:#111516}.modal--employees .form__group--checkbox input{position:relative;width:36px;height:20px;padding:0;color:#bdbdbd;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:currentColor;border:0;border-radius:26px;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;cursor:pointer}@media (hover:hover){.modal--employees .form__group--checkbox input:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.modal--employees .form__group--checkbox input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.modal--employees .form__group--checkbox input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.modal--employees .form__group--checkbox input::before{position:absolute;content:"";top:50%;left:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;background-color:#fff;border-radius:50%;-webkit-transition:left .2s ease;transition:left .2s ease}.modal--employees .form__group--checkbox input:checked{color:#f05d2b}.modal--employees .form__group--checkbox input:checked::before{left:18px}.form__group--checkbox:focus-within input,.form__group--checkbox:hover input{border-color:#111516}.form__group--checkbox:focus-within label,.form__group--checkbox:hover label{color:#bdbdbd}.form__group--check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__group--check label{cursor:pointer}@media screen and (max-width:1500px){.form__group--check label{padding-left:10px;font-size:14px;line-height:20px;color:#555859}}@media screen and (min-width:1501px){.form__group--check label{padding-left:14px;font-size:15px;line-height:25px}}.form__group--check input[type=checkbox]{position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:18px;height:18px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;cursor:pointer}.form__group--check input[type=checkbox]::after{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px;height:12px;opacity:0;background-color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.form__group--check input[type=checkbox]:checked{background-color:#64aa8e;border-color:#64aa8e;cursor:pointer}.form__group--check input[type=checkbox]:checked::after{opacity:1}.form__group--check input[type=checkbox]:checked:disabled{color:#8c8f90;background-color:#8c8f90;border-color:#8c8f90;cursor:not-allowed}.form__group--check input:disabled+label{pointer-events:none;cursor:not-allowed}@media screen and (min-width:1501px){.form--work form{grid-template-columns:repeat(3,1fr);gap:14px}}.form--work .form__group:not(.form__group--checkbox,.form__group--check){padding:8px 20px;border:1px solid #e0e0e0;border-radius:60px;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}@media screen and (min-width:768px) and (max-width:1199px){.form--work .form__group:not(.form__group--checkbox,.form__group--check){padding:8px 25px 10px}}@media screen and (min-width:1200px){.form--work .form__group:not(.form__group--checkbox,.form__group--check){padding:14px 27px 11px}}.form--work .form__group:not(.form__group--checkbox,.form__group--check) input{height:auto;padding:2px 0;font-size:14px;color:#111516;background-color:transparent;border:0;caret-color:#c21808;cursor:pointer}@media screen and (min-width:1200px){.form--work .form__group:not(.form__group--checkbox,.form__group--check) input{font-size:18px;line-height:26px}}.form--work .form__group:not(.form__group--checkbox,.form__group--check) input::-webkit-input-placeholder{color:#555859;opacity:1}.form--work .form__group:not(.form__group--checkbox,.form__group--check) input::-webkit-input-placeholder,.form--work .form__group:not(.form__group--checkbox,.form__group--check) input::placeholder{color:#555859;opacity:1}.form--work .form__group:not(.form__group--checkbox,.form__group--check).is-invalid{background-color:rgba(194,24,8,.1);border-color:#c21808;border-radius:60px}.form--work .form__group:not(.form__group--checkbox,.form__group--check):not(.form__group--file-clip):focus-within label,.form--work .form__group:not(.form__group--checkbox,.form__group--check):not(.form__group--file-clip):hover label{color:#bdbdbd}.form--work .form__submit{width:100%;padding:12px}@media screen and (max-width:767px){.form__group-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}@media screen and (min-width:768px) and (max-width:1500px){.form__group-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}}.form__group-fields-title{grid-column:1/-1;margin:0;font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:21px;font-weight:500}.form__group-btns{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}@media screen and (min-width:768px) and (max-width:1500px){.form__group-btns{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.form__group-btns button,.form__group-btns button[type=submit]{width:100%;padding:10px}@media screen and (min-width:768px){.form__group-btns button,.form__group-btns button[type=submit]{padding:12px}}@media screen and (max-width:767px){.order .form__group-btns:not(.form__group-btns--filters) .button{min-height:48px}}@media screen and (min-width:768px) and (max-width:1199px){.order .form__group-btns:not(.form__group-btns--filters) .button{min-height:50px}}@media screen and (min-width:1200px){.order .form__group-btns:not(.form__group-btns--filters) .button{min-height:64px}}.modal--lk form{gap:22px;color:#111516}.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:"Segoeui","Arial",sans-serif}@media screen and (min-width:768px) and (max-width:1199px){.modal--lk .form__select-choice:not(.is-act) .form__group[data-filter=all]{gap:5px}}.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc){gap:7px;padding:0;border:0;border-radius:0}@media screen and (min-width:768px) and (max-width:1500px){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc){padding:0}}@media screen and (max-width:767px){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) label{font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) label{font-size:15px;line-height:25px}}.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) input{padding:10px 20px;border:1px solid #e0e0e0;border-radius:6px}@media (hover:hover){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) input:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;border-color:#111516}}.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;border-color:#111516}@supports not selector(:focus-visible){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;border-color:#111516}}@media screen and (max-width:767px){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) input{height:46px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc) input{height:53px}}.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc).is-invalid{background-color:transparent;border-color:transparent}.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc):focus,.modal--lk .form__group:not(.form__group--checkbox,.form__group--check,.form__group--file-doc):focus-visible{outline:0}@media screen and (min-width:768px) and (max-width:1500px){.form--new-company .form__group--address,.form--new-company .form__group--contacts-name{grid-column:1/-1}}.form--info-global{padding-bottom:17px}@media (min-width:768px){.lk-info__element--global .form--info-global form{grid-template-columns:1fr auto}.form--info-global .form__group--inn{width:200px}}.form--info-global .form__group--address{grid-column:1/-1}.lk-info .form--info-global .form__group:not(.form__group--checkbox) textarea{height:40px;padding:8px 14px}@media screen and (min-width:768px) and (max-width:1500px){.lk-info .form--info-global .form__group:not(.form__group--checkbox) textarea{height:45px;padding:12px 14px}}@media screen and (min-width:1501px){.lk-info .form--info-global .form__group:not(.form__group--checkbox) textarea{height:52px;padding:12px 14px}.form--info-global .form__submit-hide{padding:15px 30px}.form--info-contacts .form__group-fields--name{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (min-width:768px){.form--info-contacts .form__group-fields--contacts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (min-width:1501px){.form--info-address form{gap:23px}}.form--info-address .form__group-fields--address{display:grid;gap:14px}@media screen and (max-width:767px){.form--info-address .form__group-fields--address{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px) and (max-width:1500px){.form--info-address .form__group-fields--address{grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:1501px){.form--info-address .form__group-fields--address{grid-template-columns:repeat(10,1fr)}}@media screen and (max-width:1500px){.form--info-address .form__group{grid-column:1/-1}}@media screen and (min-width:768px) and (max-width:1500px){.form--info-address .form__group--address-index{grid-column:auto/span 2}.form--info-address .form__group--address-region{grid-column:auto/span 4}}@media screen and (min-width:1501px){.form--info-address .form__group--address-region{grid-column:auto/span 2}}@media screen and (min-width:768px) and (max-width:1500px){.form--info-address .form__group--address-city{grid-column:auto/span 3}}@media screen and (min-width:1501px){.form--info-address .form__group--address-city{grid-column:auto/span 2}}@media screen and (min-width:768px) and (max-width:1500px){.form--info-address .form__group--address-street{grid-column:auto/span 3}}@media screen and (min-width:1501px){.form--info-address .form__group--address-street{grid-column:auto/span 2}}.form--info-address .form__group--address-apartment,.form--info-address .form__group--address-building,.form--info-address .form__group--address-house{grid-column:auto}@media screen and (min-width:1501px){.form--info-address .form__group-btns{margin-top:20px}}@media screen and (max-width:767px){.form--order-filters form{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px) and (max-width:1500px){.form--order-filters form{grid-template-columns:repeat(4,1fr);gap:20px}}@media screen and (min-width:1501px){.form--order-filters form{grid-template-columns:repeat(10,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:1501px){.form--order-filters form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form--order-filters form .form__group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media screen and (max-width:767px){.form--order-filters .form__group--number{grid-column:1/-1}}@media screen and (min-width:768px){.form--order-filters .form__group--number,.form--order-filters .form__group--status{grid-column:auto/span 2}}@media screen and (min-width:1501px){.form--order-filters .form__group--status{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:163px}}@media screen and (max-width:767px){.form--order-filters .form__group-btns{grid-column:1/-1}}@media screen and (min-width:768px){.form--order-filters .form__group-btns{grid-column:auto/span 2}}@media (min-width:1501px){.form--order-filters .form__group-btns{margin-left:auto}.form--order-filters .form__group-btns .button{width:150px}}@media screen and (min-width:768px){.form--employees .form__group-fields{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.form--employees .form__group{grid-column:auto/span 2}.form--employees .form__group--employees-legal,.form--employees .form__group--employees-name{grid-column:auto/span 3}}@media screen and (max-width:767px){.form--company-doc form{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px) and (max-width:1199px){.form--company-doc form{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1200px){.form--company-doc form{grid-template-columns:162px 162px 1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:767px){.form--company-doc .form__group--doc{grid-column:1/-1}}@media screen and (min-width:768px) and (max-width:1199px){.form--company-doc .form__group--doc{grid-column:auto/span 2}}.form--company-doc .form__group-btns{padding:0}.form--company-doc .form__group-btns .button{min-width:150px}@media (max-width:767px){.form--company-doc .form__group-btns{grid-column:1/-1}}.form--profile .form__group-btns{padding:0}@media screen and (min-width:768px) and (max-width:1500px){.form--profile .form__group-btns{max-width:330px}}@media screen and (min-width:1501px){.form--profile .form__group-btns{max-width:350px}}.form--profile .form__submit-hide{min-height:44px;padding:10px 14px}.form__group--file input{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.form__group--file:not(.is-show) label,.form__password-show.is-active:not(:disabled)::after{display:none}.form__group--file.is-show label{cursor:pointer}@media screen and (max-width:767px){.form__group--file.is-show label{position:absolute;right:4px;bottom:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;font-size:0;line-height:0;color:#f05d2b;background-color:#fff;border-radius:50%;fill:currentColor;cursor:pointer}}@media (hover:hover){.form__group--file.is-show label:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}.form__group--file.is-show label:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.form__group--file.is-show label:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}@media screen and (min-width:768px){.form__group--file.is-show label{padding:10px 11px 12px;font-size:14px;line-height:20px;font-weight:600;text-align:center;border:1px solid #f05d2b;border-radius:60px}}.form__group--file.is-show label svg{width:14px;height:14px}@media screen and (min-width:768px){.form__group--file.is-show label svg{display:none}}.form__inner{gap:20px}@media screen and (max-width:767px){.form__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:768px){.form__inner{display:grid;grid-template-columns:auto 1fr;max-width:935px}}@media screen and (min-width:1501px){.form__inner{gap:55px}}.form__inner-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.form__inner-img{position:relative}@media screen and (max-width:767px){.form__inner-img{width:134px;height:145px;margin:0 auto}}@media screen and (min-width:768px){.form__inner-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px;width:165px}}.form__img{overflow:hidden;width:100%;height:100%;border-radius:10px}@media screen and (min-width:768px){.form__img{width:100%;height:213px}}.form__img img{display:block;width:100%;height:100%;-o-object-position:top center;object-position:top center}.form__file-text{display:none}.is-show .form__file-text{font-size:14px;line-height:20px;font-weight:600;color:#555859;text-align:center}@media screen and (max-width:767px){.is-show .form__file-text{display:none}}@media screen and (min-width:768px){.is-show .form__file-text{display:block}}#comp_dfe139e80dad3833f8a676d0626b8c4e,.form__password-container{position:relative}.form__group--password .form__password-container input[type=password]{padding-right:50px}.form__group--password .form__password-container.is-invalid input{background-color:rgba(194,24,8,.1);border-color:#c21808}.form__password-show{position:absolute;z-index:1;top:50%;right:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;padding:0;color:#8c8f90;background-color:transparent;border:0;fill:currentColor;cursor:pointer;--color-stroke:currentColor}@media (hover:hover){.form__password-show:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.form__password-show:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.form__password-show:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.form__password-show svg{width:23px;height:19px}.form__password-show::after{position:absolute;content:"";z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);width:26px;height:2px;background-color:currentColor}.form__password-show.is-active:not(:disabled){color:#f05d2b}@media (hover:hover){.form__password-show.is-active:not(:disabled):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.form__password-show.is-active:not(:disabled):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.form__password-show.is-active:not(:disabled):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}@media screen and (min-width:768px){.form--order-basket .order__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px}}.form--order-basket .form__group-btns{grid-template-columns:repeat(2,auto);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}@media screen and (max-width:767px){.form--order-basket .button:not(.card__basket-btn),.form--order-basket .button[type=submit]{padding:13px 14px 14px;font-size:12px;line-height:24px;font-weight:700}}@media screen and (min-width:768px) and (max-width:1500px){.form--order-basket .button:not(.card__basket-btn),.form--order-basket .button[type=submit]{width:214px;height:100%;font-size:14px;line-height:24px;font-weight:700}}@media screen and (min-width:1501px){.form--order-basket .button:not(.card__basket-btn),.form--order-basket .button[type=submit]{width:270px;font-size:14px;line-height:24px;font-weight:700}}.form__points-check,.form__points-check input[type=checkbox]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.form__points-check{gap:10px;margin-top:18px}}@media screen and (min-width:768px) and (max-width:1500px){.form__points-check{gap:14px;margin-top:32px}}@media screen and (min-width:1501px){.form__points-check{gap:20px;margin-top:20px;line-height:24px}}.form__points-check label{font-size:14px;font-weight:600;cursor:pointer}@media screen and (max-width:1500px){.form__points-check label{line-height:20px}}@media screen and (min-width:1501px){.form__points-check label{line-height:24px}}.form__points-check input[type=checkbox]{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;color:#bdbdbd;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:currentColor;border:0;border-radius:26px;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;cursor:pointer}@media screen and (max-width:767px){.form__points-check input[type=checkbox]{width:32px;height:18px}}@media screen and (min-width:768px){.form__points-check input[type=checkbox]{width:48px;height:26px}}@media (hover:hover){.form__points-check input[type=checkbox]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.form__points-check input[type=checkbox]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.form__points-check input[type=checkbox]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.form__points-check input[type=checkbox]::before{position:absolute;content:"";top:50%;left:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff;border-radius:50%;-webkit-transition:left .2s ease;transition:left .2s ease}@media screen and (max-width:767px){.form__points-check input[type=checkbox]::before{width:14px;height:14px}}@media screen and (min-width:768px){.form__points-check input[type=checkbox]::before{width:21px;height:21px}}.form__points-check input[type=checkbox]:checked{color:#f05d2b}@media screen and (max-width:767px){.form__points-check input[type=checkbox]:checked::before{left:15px}}@media screen and (min-width:768px){.form__points-check input[type=checkbox]:checked::before{left:25px}}.form__link-account{margin:0;color:#8c8f90}@media screen and (max-width:767px){.form__link-account{font-size:13px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.form__link-account{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.form__link-account{font-size:14px;line-height:24px}}.form__link-account a{margin-left:4px;color:#f05d2b;text-decoration:none}.modal--forget .form__submit{width:100%;padding:12px}@media screen and (min-width:768px) and (max-width:1500px){.lk-info .form--legal-account form{grid-template-columns:1fr}}@media screen and (min-width:1501px){.lk-info .form--legal-account form{grid-template-columns:repeat(2,1fr)}}.lk-info .form--legal-account .form__group--checkbox{grid-column:1/-1;padding-left:0}.lk-info .form--legal-account .form__submit{grid-column:1/-1;width:100%;padding:12px}@media screen and (min-width:1501px){.form--radius form{gap:9px}}.form--radius .form__group:not(.form__group--checkbox,.form__group--check){border:1px solid #e0e0e0;border-radius:60px}@media screen and (max-width:767px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check){padding:8px 22px}}@media screen and (min-width:768px) and (max-width:1500px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check){padding:12px 19px}}@media screen and (min-width:1501px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check){padding:13px 28px 14px}}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input{height:auto;background-color:transparent;border:0}@media screen and (max-width:767px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input{padding:2px 0}}@media screen and (min-width:768px) and (max-width:1500px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input{padding:0}}@media screen and (min-width:1501px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input{padding:0}}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input::-webkit-input-placeholder{color:#bdbdbd}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input::-moz-placeholder{color:#bdbdbd}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input:-ms-input-placeholder{color:#bdbdbd}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input::-ms-input-placeholder{color:#bdbdbd}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input::placeholder{color:#bdbdbd}.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input:focus,.form--radius .form__group:not(.form__group--checkbox,.form__group--check) input:focus-visible{outline:0}@media screen and (min-width:768px) and (max-width:1500px){.form--radius .form__group:not(.form__group--checkbox,.form__group--check) label{font-size:12px;line-height:16px;font-weight:400}}.form--radius .form__group:not(.form__group--checkbox,.form__group--check).is-invalid{background-color:rgba(194,24,8,.1);border-color:#c21808;border-radius:60px}.form--radius .form__group:not(.form__group--checkbox,.form__group--check):focus-within label,.form--radius .form__group:not(.form__group--checkbox,.form__group--check):hover label{color:#bdbdbd}@media screen and (min-width:768px) and (max-width:1500px){.form--radius .form__group--checkbox{padding:5px 0 10px}.form--radius .form__group--checkbox input{width:20px!important;height:20px!important}.form--radius .form__group--checkbox label{padding-left:10px}}@media screen and (min-width:1501px){.form--radius .form__group--checkbox{padding:4px 0 11px}}.form--radius .button{width:100%}@media screen and (max-width:767px){.form--radius .button{min-height:52px}}@media screen and (min-width:768px) and (max-width:1500px){.form--radius .button{min-height:68px}}@media screen and (min-width:1501px){.form--radius .button{min-height:71px}}.form--stm .form__group:not(.form__group--checkbox,.form__group--check),.form--subscription .form__group:not(.form__group--checkbox,.form__group--check),.form--write .form__group:not(.form__group--checkbox,.form__group--check){padding-left:25px}@media screen and (max-width:767px){.form--stm .form__group--checkbox,.form--stm .form__group--file-clip,.form--stm .form__submit,.form--subscription .form__group--checkbox,.form--subscription .form__group--file-clip,.form--subscription .form__submit,.form--write .form__group--checkbox,.form--write .form__group--file-clip,.form--write .form__submit{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.form--stm .form__group--commit:not(.form__group--checkbox,.form__group--check),.form--subscription .form__group--commit:not(.form__group--checkbox,.form__group--check),.form--write .form__group--commit:not(.form__group--checkbox,.form__group--check){border-radius:16px}.form--stm textarea,.form--subscription textarea,.form--write textarea{border:0}@media screen and (max-width:767px){.form--stm textarea,.form--subscription textarea,.form--write textarea{height:88px;padding:4px 0 0}}@media screen and (min-width:768px) and (max-width:1500px){.form--stm textarea,.form--subscription textarea,.form--write textarea{height:114px;padding:0}}@media screen and (min-width:1501px){.form--stm textarea,.form--subscription textarea,.form--write textarea{height:106px;padding:0}}.form--stm input[type=file],.form--subscription input[type=file],.form--write input[type=file],.order__type-payment-item input[type=radio],.slider h1{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.form--stm .form__file-container,.form--subscription .form__file-container,.form--write .form__file-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.form--stm .form__file-container,.form--subscription .form__file-container,.form--write .form__file-container{font-size:14px;line-height:24px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.form--stm .form__file-container,.form--subscription .form__file-container,.form--write .form__file-container{font-family:"Franklin","Arial",sans-serif;font-size:14px;line-height:20px;font-weight:500}}@media screen and (min-width:1501px){.form--stm .form__file-container,.form--subscription .form__file-container,.form--write .form__file-container{font-size:14px;line-height:24px;font-weight:600}}.form--stm .form__file-clip,.form--subscription .form__file-clip,.form--write .form__file-clip{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media (hover:hover){.form--stm .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form--subscription .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.form--write .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.form--stm .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form--subscription .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.form--write .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.form--stm .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form--subscription .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.form--write .form__file-clip:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.form--stm .form__file-clip,.form--subscription .form__file-clip,.form--write .form__file-clip{font-size:14px;line-height:24px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.form--stm .form__file-clip,.form--subscription .form__file-clip,.form--write .form__file-clip{font-family:"Franklin","Arial",sans-serif;font-size:14px;line-height:20px;font-weight:500}}@media screen and (min-width:1501px){.form--stm .form__file-clip,.form--subscription .form__file-clip,.form--write .form__file-clip{font-size:14px;line-height:24px;font-weight:600}}.form--stm .form__file-clip svg,.form--subscription .form__file-clip svg,.form--write .form__file-clip svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.form--stm .form__file-text,.form--subscription .form__file-text,.form--write .form__file-text{display:block;margin-left:10px;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#bdbdbd}.form--subscription .form__group--branch:not(.form__group--checkbox,.form__group--check){padding:0}.form--subscription .select .choices__inner{min-height:52px;padding-left:25px;border-radius:60px}.form--subscription .select .choices__list--dropdown{margin-top:10px;border-radius:16px}@media screen and (max-width:767px){.form--login label{font-size:14px;line-height:20px}}@media screen and (min-width:768px){.form--login label{font-size:15px;line-height:25px}}.form--login .form__group:not(.form__group--checkbox,.form__group--check){gap:7px}.form--login .form__group--checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:0}.form--login .form__group.form__group--forget{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 0 13px}@media screen and (max-width:767px){.form--login .form__group.form__group--forget{font-size:13px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.form--login .form__group.form__group--forget{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.form--login .form__group.form__group--forget{font-size:14px;line-height:24px}}@media screen and (max-width:767px){.form--login .form__group.form__group--forget label{font-size:13px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.form--login .form__group.form__group--forget label{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.form--login .form__group.form__group--forget label{font-size:14px;line-height:24px}}.form--login .form__group.form__group--forget a,.form__message a{color:#f05d2b;text-decoration:none}@media (hover:hover){.form--login .form__group.form__group--forget a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.form--login .form__group.form__group--forget a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.form--login .form__group.form__group--forget a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.form--login .form__group.form__group--forget input[type=checkbox]{width:17px;height:17px;padding:0;border-radius:1px}@media screen and (min-width:1501px){.form--login .form__group.form__group--forget input[type=checkbox]{width:24px;height:24px}}.form--login .form__group.form__group--forget .form__submit{width:100%;padding:12px}.form--login .button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:6px 15px;font-family:"Segoeui","Arial",sans-serif,"Arial",sans-serif;font-size:12px;color:#111516;text-decoration:none;background-color:transparent;border:0;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (min-width:768px) and (max-width:1199px){.form--login .button{padding:10px 22px}}@media screen and (min-width:1200px){.form--login .button{font-size:14px}}.form--login .button--orange{padding:8px 15px;line-height:24px;font-weight:700;color:#fff;background-color:#f05d2b}@media screen and (min-width:768px){.form--login .button--orange{padding:9px 14px;font-size:14px}}@media (hover:hover){.form--login .button--orange:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff!important;background-color:#fd7649;fill:currentColor}}.form--login .button--orange:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{outline:0;color:#fff!important;background-color:#fd7649;fill:currentColor}@supports not selector(:focus-visible){.form--login .button--orange:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{outline:0;color:#fff!important;background-color:#fd7649;fill:currentColor}}@media screen and (max-width:767px){.form--login .button{min-height:48px}}@media screen and (min-width:768px){.form--login .button{min-height:52px}}.form--login .button--disabled,.form--login .button:disabled,.form--login .disabled,.form--login .is-disabled{color:#8c8f90;background-color:#f4f4f4;border:1px solid #f4f4f4;fill:#bdbdbd}.form--login .button--disabled::after,.form--login .button--disabled::before,.form--login .button:disabled::after,.form--login .button:disabled::before,.form--login .disabled::after,.form--login .disabled::before,.form--login .is-disabled::after,.form--login .is-disabled::before{background-color:#bdbdbd}@media screen and (max-width:767px){.form--login .form__link-account{padding-top:7px}}@media screen and (min-width:768px) and (max-width:1500px){.form--login .form__link-account{padding-top:17px}}@media screen and (min-width:1501px){.form--login .form__link-account{padding-top:20px}}.form__select-choice{display:grid;grid-template-columns:1fr}@media screen and (max-width:767px){.form__select-choice{gap:14px}}@media screen and (min-width:768px) and (max-width:1500px){.form__select-choice{gap:11px}}@media screen and (min-width:1501px){.form__select-choice{gap:21px}}.form__select-choice-item{display:grid}@media screen and (max-width:767px){.form__select-choice-item{grid-template-columns:1fr;gap:14px}}@media screen and (min-width:768px){.form__select-choice-item{grid-template-columns:repeat(2,1fr);gap:10px}}.form__select-choice-item--act,.form__select-choice-item--other{display:none}.form__select-choice.is-act .form__select-choice-item--act,.form__select-choice:not(.is-act) .form__select-choice-item--other{display:grid}.form__group--file-doc:not(.form__group--checkbox,.form__group--check){gap:0}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) label{display:grid;grid-template-columns:auto 1fr;width:100%;cursor:pointer}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) label:focus .form__file-label,.form__group--file-doc:not(.form__group--checkbox,.form__group--check) label:focus-visible .form__file-label,.form__group--file-doc:not(.form__group--checkbox,.form__group--check) label:hover .form__file-label{background-color:#f05d2b}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 20px;color:#fff;background-color:#555859;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;fill:currentColor;cursor:pointer}@media screen and (max-width:767px){.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-label{min-height:46px;font-size:14px;line-height:20px;border-radius:6px 6px 0 0}}@media screen and (min-width:768px){.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-label{width:190px;min-height:52px;font-size:15px;line-height:25px;border-radius:6px 0 0 6px}}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-label svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:16px;height:16px}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-label--btn{border-radius:6px}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) input{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-text{display:block;padding:12px 20px;border:1px solid #e0e0e0;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}@media screen and (max-width:767px){.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-text{font-size:14px;line-height:20px;border-radius:0 0 6px 6px}}@media screen and (min-width:768px){.form__group--file-doc:not(.form__group--checkbox,.form__group--check) .form__file-text{min-height:52px;font-size:15px;line-height:25px;border-radius:0 6px 6px 0}}.form--request-doc .form__group--file-doc:not(.form__group--checkbox,.form__group--check){gap:0}.form--request-doc .select .choices__inner{padding-left:20px}@media screen and (min-width:768px) and (max-width:1500px){.form--request-doc .select .choices__inner{min-height:53px}}@media screen and (max-width:767px){.form--request-doc form{gap:11px}}@media screen and (min-width:768px) and (max-width:1500px){.form--request-doc form{gap:18px}}.form--request-doc .form__group-btns{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.form--request-doc .form__group-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}}@media screen and (min-width:768px) and (max-width:1500px){.form--request-doc .form__group-btns{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin-top:12px}}@media screen and (min-width:1501px){.form--request-doc .form__group-btns{margin-top:11px}}@media screen and (max-width:767px){.form--request-doc textarea{height:104px}}@media screen and (min-width:768px) and (max-width:1500px){.form--request-doc textarea{height:109px;padding:16px 20px}}@media screen and (min-width:1501px){.form--request-doc textarea{height:120px;padding-top:18px}}@media screen and (max-width:767px){.form--request-doc .button,.form--request-doc .button[type=submit]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:290px;min-height:48px}}@media screen and (min-width:768px) and (max-width:1500px){.form--request-doc .button,.form--request-doc .button[type=submit]{width:auto;min-width:157px;padding:14px 44px}}@media screen and (min-width:1501px){.form--request-doc .button,.form--request-doc .button[type=submit]{width:auto;min-width:170px;padding:14px 50px}}@media screen and (max-width:767px){.form--request-doc .form__submit{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media (max-width:767px){.modal .form--request-doc .form__group--file-doc label{grid-template-columns:1fr}}.form__group--file-doc--multiple:not(.form__group--checkbox,.form__group--check){position:relative}.form__group--file-doc--multiple:not(.form__group--checkbox,.form__group--check) .form__message{position:absolute;z-index:3;top:0;right:0;left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:350px;margin:0;padding:5px 50px}.form__files-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__files-item:first-child{margin-top:5px}.form__files-item-del{position:relative;width:30px;height:30px;margin-left:10px;color:inherit;background-color:transparent;border:0;-webkit-transition:color .2s ease;transition:color .2s ease;cursor:pointer}@media (hover:hover){.form__files-item-del:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.form__files-item-del:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.form__files-item-del:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.form__files-item-del::after,.form__files-item-del::before{position:absolute;content:"";top:50%;left:50%;width:60%;height:1px;background-color:currentColor}.form__files-item-del::after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.form__files-item-del::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.form__check-inner{display:grid}@media screen and (max-width:767px){.form__check-inner{grid-template-columns:1fr;gap:14px}}@media screen and (min-width:768px) and (max-width:1500px){.form__check-inner{grid-template-columns:repeat(auto-fit,minmax(auto,160px));gap:16px}}@media screen and (min-width:1501px){.form__check-inner{grid-template-columns:repeat(auto-fit,minmax(auto,176px));gap:14px}}@media screen and (max-width:767px){.form--settings form{gap:30px}}@media screen and (min-width:768px) and (max-width:1500px){.form--settings form{gap:28px}}@media screen and (min-width:1501px){.form--settings form{gap:30px}}.form--settings .form__group-btns{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1/-1}@media screen and (max-width:767px){.form--settings .form__group-btns{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:1500px){.form--settings .form__group-btns{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}@media screen and (max-width:767px){.form--settings .button,.form--settings .button[type=submit]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:290px;min-height:48px}}@media screen and (min-width:768px) and (max-width:1500px){.form--settings .button,.form--settings .button[type=submit]{width:auto;min-width:157px;padding:14px 44px}}@media screen and (min-width:1501px){.form--settings .button,.form--settings .button[type=submit]{width:auto;min-width:170px;padding:14px 50px}}.form--message-manager textarea{height:110px}.form--message-manager .form__group-btns{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1/-1}@media screen and (max-width:767px){.form--message-manager .form__group-btns{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:1500px){.form--message-manager .form__group-btns{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}@media screen and (max-width:767px){.form--message-manager .button,.form--message-manager .button[type=submit]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:290px;min-height:48px}}@media screen and (min-width:768px) and (max-width:1500px){.form--message-manager .button,.form--message-manager .button[type=submit]{width:auto;min-width:157px;padding:14px 44px}}@media screen and (min-width:1501px){.form--message-manager .button,.form--message-manager .button[type=submit]{width:auto;min-width:170px;padding:14px 50px}}.form__message-inner{grid-column:1/-1}@media screen and (max-width:767px){.form__message-inner{margin-top:20px}}@media screen and (min-width:768px) and (max-width:1199px){.form__message-inner{margin-top:30px}}.form__message-inner .form__message{display:none}@media screen and (max-width:767px){.form__message-inner .form__message{padding:14px 28px 14px 37px}}@media screen and (min-width:768px) and (max-width:1199px){.form__message-inner .form__message{padding:14px 45px}}@media screen and (min-width:1200px){.form__message-inner .form__message{padding:14px 64px;background-position:left 21px center}}.form__message,.form__message-inner.is-active .form__message{display:-webkit-box;display:-ms-flexbox;display:flex}.form__message{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 30px 5px 37px;background-color:#fff;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-info);background-repeat:no-repeat;border-left:4px solid #f05d2b;border-radius:8px;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}@media screen and (max-width:767px){.form__message{min-height:46px;font-size:12px;line-height:17px;background-position:left 11px center;background-size:15px 15px}}@media screen and (min-width:768px) and (max-width:1199px){.form__message{min-height:57px;padding-left:46px;font-size:15px;line-height:25px;background-position:left 12px center;background-size:22px 22px}}@media screen and (min-width:1200px){.form__message{-ms-flex-item-align:end;align-self:end;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:45px;padding-left:58px;font-size:14px;line-height:24px;background-position:left 14px center;background-size:22px 22px}}@media screen and (min-width:1501px){.form__message{min-height:52px}}.form__message p+p,.form__note p+p{margin-top:10px}@media (hover:hover){.form__message a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516}}.form__message a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0}@supports not selector(:focus-visible){.form__message a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0}}.form__message.is-error{color:#c21808}.form__message-close{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;color:#8c8f90;background-color:transparent;border:0;fill:currentColor;cursor:pointer}@media (hover:hover){.form__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.form__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.form__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.form__message-close{right:11px;width:12px;height:12px}}@media screen and (min-width:768px) and (max-width:1500px){.form__message-close{right:20px;width:16px;height:16px}}@media screen and (min-width:1501px){.form__message-close{right:25px;width:12px;height:12px}}.form__message-close svg{width:100%;height:100%}.form__note{color:#555859}@media screen and (max-width:767px){.form__note{margin-top:15px;font-size:14px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1199px){.form__note{margin-top:13px;font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500}}@media screen and (min-width:1200px){.form__note{grid-column:1/-1;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.form__group--description,.form__group-new .form__btn-new,.form__new-element--address .form__group-new{grid-column:1/-1}.form__group--description textarea{height:90px}.form__new-element{display:grid;grid-template-columns:1fr;gap:14px}@media screen and (min-width:768px){.form__new-element--address{grid-template-columns:repeat(2,1fr)}}.form__group-new{display:none;gap:14px 16px}@media screen and (max-width:767px){.form__group-new{grid-template-columns:1fr}}@media screen and (min-width:768px) and (max-width:1199px){.form__group-new{grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:1200px){.form__group-new{grid-template-columns:repeat(6,1fr);gap:14px 20px}}[data-select-new-parent].is-active .form__group-new{display:grid}@media screen and (min-width:768px) and (max-width:1199px){.form__group-new .form__group{grid-column:auto/span 2}}@media screen and (min-width:1200px){.form__group-new .form__group{grid-column:auto/span 2}}@media screen and (min-width:768px){.form__group-new .form__group--index,.form__group-new .form__group--job,.form__group-new .form__group--name{grid-column:auto/span 3}}@media screen and (min-width:768px) and (max-width:1199px){.form__group-new .form__group--city,.form__group-new .form__group--region,.form__group-new .form__group--street{grid-column:auto/span 3}.form__group-new .form__group--name-address{grid-column:1/-1}}@media screen and (min-width:1200px){.form__group-new .form__group--name-address{grid-column:auto/span 3}}.form--change label{margin-bottom:20px}.form--change .form__group-btns{margin-top:20px}#comp_dfe139e80dad3833f8a676d0626b8c4e .error-text{position:absolute;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin:3px 0 0}.form__group{position:relative}.form__group .input-message{position:absolute;top:100%;left:0;margin-top:-4px;font-size:13px;color:#c21808}.form__group textarea+.input-message{margin-top:0}.file-error-message{margin-top:5px;color:#c21808}.form__group.is-invalid .select .choices__inner{background-color:rgba(194,24,8,.1);border-color:#c21808}.contacts-accordion__item{position:relative;overflow:hidden;border:1px solid #e0e0e0}@media screen and (max-width:767px){.contacts-accordion__item{border-radius:10px}}@media screen and (min-width:768px){.contacts-accordion__item{border-radius:16px}}@media screen and (max-width:767px){.contacts-accordion__item+.contacts-accordion__item{margin-top:16px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts-accordion__item+.contacts-accordion__item{margin-top:20px}}@media screen and (min-width:1501px){.contacts-accordion__item+.contacts-accordion__item{margin-top:20px}}.contacts-accordion__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#555859;text-align:left;background-color:transparent;border:0;cursor:pointer}@media screen and (max-width:767px){.contacts-accordion__title{min-height:68px;padding:17px 15px;font-size:16px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts-accordion__title{min-height:66px;padding:17px 15px;font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.contacts-accordion__title{min-height:78px;padding:10px 15px;font-size:22px;line-height:32px}}@media (hover:hover){.contacts-accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}.contacts-accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .contacts-accordion__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}}.contacts-accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.contacts-accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .contacts-accordion__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}@supports not selector(:focus-visible){.contacts-accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.contacts-accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .contacts-accordion__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}}.contacts-accordion__item.is-active .contacts-accordion__title{color:#f05d2b}.contacts-accordion__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#111516;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;-webkit-transition:background-color .2s ease,color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .2s ease,color .2s ease;transition:transform .2s ease,background-color .2s ease,color .2s ease,-webkit-transform .2s ease;fill:currentColor}@media screen and (max-width:767px){.contacts-accordion__arrow{right:15px;width:26px;height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts-accordion__arrow{right:25px;width:28px;height:28px}}@media screen and (min-width:1501px){.contacts-accordion__arrow{right:20px;width:38px;height:38px}}.accordion__details[open] .accordion__arrow,.contacts-accordion__item.is-active .contacts-accordion__arrow{-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);color:#fff;background-color:#8c8f90;border-color:#8c8f90}.accordion__details{border:1px solid #e0e0e0;border-radius:10px}.accordion__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-size:14px;line-height:20px;font-weight:600;color:#111516;list-style:none;background-color:transparent;border:0;cursor:pointer}@media (hover:hover){.accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}.accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .accordion__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}}.accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .accordion__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}@supports not selector(:focus-visible){.accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.accordion__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .accordion__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}}@media screen and (max-width:767px){.accordion__title{min-height:63px;padding:22px 100px 20px 14px}}@media screen and (min-width:768px){.accordion__title{min-height:68px;padding:22px 50px 20px 18px}.accordion__title br{display:none}}@media screen and (min-width:1501px){.accordion__title{padding-right:100px;padding-left:23px}}.accordion__title::-webkit-details-marker{display:none}.accordion__arrow{position:absolute;top:50%;right:14px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:26px;height:26px;color:#111516;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;-webkit-transition:background-color .2s ease,color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .2s ease,color .2s ease;transition:transform .2s ease,background-color .2s ease,color .2s ease,-webkit-transform .2s ease;fill:currentColor}@media screen and (min-width:1501px){.accordion__arrow{right:33px;width:38px;height:38px}}.accordion__inner{display:grid;padding:0 14px 27px}@media screen and (max-width:767px){.accordion__inner{grid-template-columns:1fr;gap:10px;padding:0 14px 27px}}@media screen and (min-width:768px) and (max-width:1500px){.accordion__inner{padding:0 18px 27px}}@media screen and (min-width:1501px){.accordion__inner{padding:0 23px 27px}}@media screen and (min-width:768px){.accordion__inner--data{grid-template-columns:repeat(2,1fr);gap:30px 20px}}@media screen and (max-width:767px){.accordion__inner--data .form__group--date{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (min-width:768px) and (max-width:1500px){.accordion__inner--consist{grid-template-columns:1fr;gap:20px}}@media screen and (min-width:1501px){.accordion__inner--consist{grid-template-columns:1fr auto;gap:20px}.accordion__inner--consist .table-all{grid-column:1/-1}}@media screen and (min-width:768px) and (max-width:1500px){.accordion__inner--doc{gap:20px 54px}}@media screen and (min-width:768px){.accordion__inner--doc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:1501px){.accordion__inner--doc{gap:20px 250px}}@media screen and (max-width:1199px){.accordion__inner--individual-recipient{gap:20px}}@media screen and (min-width:1200px){.accordion__inner--individual-recipient{grid-template-columns:repeat(2,1fr);gap:20px}.accordion__inner--individual-recipient .form__group--email{grid-column:1/-1}}.accordion__inner--points{color:#555859}@media screen and (max-width:767px){.accordion__inner--points{gap:3px;padding-bottom:33px}}@media screen and (min-width:768px) and (max-width:1500px){.accordion__inner--points{padding-bottom:40px}}@media screen and (min-width:1501px){.accordion__inner--points{gap:10px;padding-bottom:40px}}.accordion__points-num{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.accordion__points-num{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.accordion__points-num{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.accordion__points-num{font-size:44px;line-height:54px}}.accordion__points-text{margin:0}@media screen and (max-width:767px){.accordion__points-text{font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.accordion__points-text{font-size:15px;line-height:25px}}@media screen and (min-width:1501px){.accordion__points-text{font-size:15px;line-height:25px}}@media screen and (min-width:1200px){.order .form__group-btns:not(.form__group-btns--filters) .button{width:270px}}.order--draft .button{margin:5px}@media screen and (max-width:767px){.order--draft .button{width:100%;padding:10px}}@media screen and (min-width:768px) and (max-width:1500px){.order--draft .button{width:100%;max-width:200px;margin-right:0;margin-left:10px;padding:12px}}@media screen and (max-width:1500px){.order--draft .form__submit{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (max-width:767px){.order--draft .form__submit{grid-column:1/-1}}@media screen and (max-width:1500px){.order--draft .form__btn-delete{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.order--draft .form__group-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width:1501px){.order--draft .form__group-btns{margin-left:auto}}.order--confirmation .button{width:100%}@media screen and (max-width:767px){.order--confirmation .button{padding:10px}}@media screen and (min-width:768px) and (max-width:1500px){.order--confirmation .button{padding:12px}.order--confirmation .form__group--text{grid-column:1/-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order--confirmation .form__group--address{grid-column:1/-1}}.order--confirmation .form__group-btns{margin-top:20px}@media screen and (min-width:768px) and (max-width:1500px){.order--confirmation .form__group-btns{grid-template-columns:repeat(2,1fr);width:380px}}@media screen and (min-width:1501px){.order--confirmation .form__group-btns{grid-template-columns:repeat(2,1fr);width:550px;margin-left:auto}}.order--processing .button{width:100%}@media screen and (min-width:768px) and (max-width:1500px){.order--processing .button{width:207px}}@media screen and (min-width:1501px){.order--processing .button{width:270px;min-height:64px}}@media screen and (min-width:768px) and (max-width:1500px){.order--processing .form__group--text{grid-column:1/-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order--processing .form__group--address{grid-column:1/-1}}.order--processing .form__group-btns{grid-template-columns:1fr}.order--processing .form__group-btns--payment{grid-template-columns:repeat(2,1fr);gap:10px}@media screen and (min-width:768px) and (max-width:1500px){.order--processing .form__group-btns{margin-right:auto}.order--processing .form__group-btns--payment{margin-right:0;margin-left:auto}}@media screen and (min-width:1501px){.order--processing .form__group-btns{margin-left:auto}}@media screen and (min-width:768px) and (max-width:1199px){.order--entity-basket .order__tabs-element--delivery{grid-template-columns:1fr}}@media screen and (max-width:767px){.order--individual .form__group-btns{grid-template-columns:1fr}}@media screen and (min-width:1501px){.order--individual .form__submit{min-height:64px}}.order--processing-individual .form__group--date{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.order__tabs{overflow:unset}.order__tabs-element{width:100%}@media screen and (max-width:1500px){.order__tabs-element--pickup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.order__tabs-element--pickup .search{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-top:10px}}@media screen and (min-width:1501px){.order__tabs-element--pickup{display:grid;grid-template-columns:auto 1fr;gap:20px}.order__tabs-element--pickup .form__group--delivery-pickup{width:290px}}@media screen and (max-width:1500px){.order__tabs-element--delivery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}}@media screen and (min-width:768px){.order__tabs-element--delivery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.order__tabs-element--delivery .form__group--delivery-commit{grid-column:1/-1}}.order__accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.order__accordion .accordion__title{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}@media screen and (max-width:767px){.order__accordion label{font-size:14px;line-height:20px}}.order__btns-container{display:grid}@media screen and (max-width:767px){.order__btns-container{grid-template-columns:1fr;gap:10px}}@media screen and (min-width:768px){.order__btns-container{grid-template-columns:1fr auto;gap:10px}}.order__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}@media screen and (max-width:767px){.order__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:768px) and (max-width:1500px){.order__btns{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:1501px){.order__btns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.order__btn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;line-height:17px;font-weight:600;color:#111516;text-decoration:none;background-color:transparent;border:1px solid #111516;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;fill:#8c8f90;cursor:pointer;--color-stroke:#8c8f90}@media screen and (max-width:767px){.order__btn{padding:6px 10px 8px}}@media screen and (min-width:768px) and (max-width:1500px){.order__btn{padding:13px 13px 14px}}@media screen and (min-width:1501px){.order__btn{padding:11px 23px 12px}}@media (hover:hover){.order__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b;border-color:#f05d2b;fill:currentColor;--color-stroke:currentColor}}.order__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b;border-color:#f05d2b;fill:currentColor;--color-stroke:currentColor}@supports not selector(:focus-visible){.order__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b;border-color:#f05d2b;fill:currentColor;--color-stroke:currentColor}}.order__btn svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:18px;height:18px}.order__btn.is-disabled,.order__btn:disabled{color:#8c8f90;background-color:#f4f4f4;border-color:#f4f4f4;fill:#bdbdbd;pointer-events:none;cursor:not-allowed}.order__btn--reload.is-invalid{color:#c21808;border-color:#c21808;fill:currentColor;--color-stroke:currentColor}@media (max-width:767px){.order__btn.is-invalid{scroll-margin-top:85px}}@media (min-width:768px) and (max-width:1500px){.order__btn.is-invalid{scroll-margin-top:96px}}@media (min-width:1501px){.order__btn.is-invalid{scroll-margin-top:110px}}.order__btn--settings{min-width:144px;background-color:#f4f4f4;border-color:#e0e0e0}.page__main--individual .order__btn--settings{margin-left:auto}.order__total{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:140%;font-weight:600;color:#111516}@media screen and (max-width:767px){.order__total{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding-top:33px}}@media screen and (min-width:768px) and (max-width:1500px){.order__total{grid-column:1/-1;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 42px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0}}@media screen and (min-width:1501px){.order__total{grid-column:1/-1;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 62px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0}}.order__total-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}@media (min-width:768px){.order__total-inner{margin:10px 0}}@media (max-width:767px){.order__total-inner:last-of-type{margin-bottom:20px}}@media (min-width:768px){.order__total-inner:last-of-type{margin-right:auto}}.order__doc-link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:24px;font-weight:700;color:#111516;text-decoration:none;fill:#f05d2b}@media (hover:hover){.order__doc-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.order__doc-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.order__doc-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.order__doc-link svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:24px;height:24px}.order__map-inner{overflow:hidden;display:grid;gap:5px;width:100%}@media screen and (max-width:767px){.order__map-inner{grid-template-rows:515px 346px;padding-top:15px}}@media screen and (min-width:768px) and (max-width:1500px){.order__map-inner{grid-template-rows:298px 356px}}@media screen and (min-width:1501px){.order__map-inner{grid-column:1/-1;grid-template-columns:411px 1fr;gap:21px;height:490px}}.order__address{overflow-y:auto;width:100%;padding-right:10px;scrollbar-width:auto}@media screen and (min-width:768px) and (max-width:1500px){.order__address{padding:0 20px}}@media screen and (min-width:1501px){.order__address{padding:0 40px 0 4px}}.order__address::-webkit-scrollbar{width:6px;height:90%;background-color:#f4f4f4;border:2px solid #f4f4f4}.order__address::-webkit-scrollbar-thumb{background-color:#555859;border:1px solid #f4f4f4;border-radius:20px}.order__address::-webkit-scrollbar-track{background-color:#f4f4f4;border:0;border-radius:20px}.order__address-inner{position:relative;display:none}@media screen and (max-width:767px){.order__address-inner{padding:2px 32px 15px}}@media screen and (min-width:768px) and (max-width:1500px){.order__address-inner{grid-template-columns:1fr auto;-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:1px 0 15px 38px}}@media screen and (min-width:1501px){.order__address-inner{padding:0 0 19px 38px}}.order__address-inner:not(:last-child){border-bottom:1px solid #e0e0e0}@media screen and (max-width:767px){.order__address-inner+.order__address-inner{margin-top:15px}}@media screen and (min-width:768px){.order__address-inner+.order__address-inner{margin-top:22px}}.order__address-inner.is-active .order__address-icon{color:#fff;background-color:#f05d2b}.order__address-inner.is-show{display:block}@media screen and (min-width:768px) and (max-width:1500px){.order__address-inner.is-show{display:grid}}.order__address-icon{position:absolute;top:4px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;color:#111516;background-color:#f4f4f4;border-radius:50%;fill:currentColor}@media screen and (min-width:1501px){.order__address-icon{top:2px}}.order__address-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1500px){.order__address-item{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:130%;font-weight:500}}@media screen and (min-width:1501px){.order__address-item{font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:24px;font-weight:600}}@media screen and (max-width:767px){.order__address-item+.order__address-item{margin-top:22px}}@media screen and (min-width:1501px){.order__address-item+.order__address-item{margin-top:7px}}.order__address-title{margin:0;font-family:"Segoeui","Arial",sans-serif}@media screen and (max-width:767px){.order__address-title{font-size:14px;line-height:140%}}@media screen and (min-width:768px){.order__address-title{font-size:15px;line-height:25px}}.order__address-link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#111516;text-decoration:none}@media (hover:hover){.order__address-link:not([href^=tel]):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.order__address-link:not([href^=tel]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.order__address-link:not([href^=tel]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.order__address-link[href^=tel]{color:#f05d2b}@media (hover:hover){.order__address-link[href^=tel]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516}}.order__address-link[href^=tel]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0}@supports not selector(:focus-visible){.order__address-link[href^=tel]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0}}.order__map-iframe{overflow:hidden;border-radius:10px}@media screen and (min-width:768px) and (max-width:1500px){.order__map-iframe{padding-top:14px}}@media screen and (min-width:1501px){.order__map-iframe{border-radius:16px}}.order__map-iframe iframe{width:100%;height:100%;border:0}@media screen and (max-width:767px){.order__map-iframe iframe{border-radius:10px}}@media screen and (min-width:768px){.order__map-iframe iframe{border-radius:16px}}.order--process .form__group-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.order--process .form__group-btns{max-width:270px}}@media screen and (max-width:767px){.order--process .form__group-btns .button{min-height:52px}}.order__type-payment{display:grid}@media (max-width:767px){.order__type-payment{grid-template-columns:1fr;gap:12px}}@media (min-width:768px) and (max-width:1023px){.order__type-payment{grid-template-columns:1fr;gap:20px}}@media (min-width:1024px){.order__type-payment{grid-template-columns:repeat(2,1fr);gap:30px}}.order__type-payment-item input[type=radio]:checked~label{color:#f05d2b;border-color:#f05d2b}.order__type-payment-item input[type=radio]:disabled~label{opacity:.5;pointer-events:none;cursor:not-allowed}.order__type-payment-item input[type=radio]:disabled~label .icon-mask-img{background-color:currentColor}.order__type-payment .order__label-payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#555859;border:1px solid #e0e0e0;border-radius:10px;-webkit-transition:color .2s ease,border-color .2s ease;transition:color .2s ease,border-color .2s ease;cursor:pointer}@media (max-width:767px){.order__type-payment .order__label-payment{padding:11px 12px;font-size:14px;line-height:20px}}@media (min-width:768px){.order__type-payment .order__label-payment{padding:11px 20px;font-size:15px;line-height:25px}}.order__type-payment .order__label-payment .icon-mask-img{display:block;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:30px;height:30px;margin-right:10px;background-color:#f05d2b}@media (hover:hover){.order__type-payment .order__label-payment:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516}}.order__type-payment .order__label-payment:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0}@supports not selector(:focus-visible){.order__type-payment .order__label-payment:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0}}.order__tabs-element--pickup{position:relative}@media (max-width:1500px){.order__tabs-element--pickup{padding-top:15px}}@media (min-width:1501px){.order__tabs-element--pickup{padding-top:30px}}.order__tabs-element--pickup [data-error-pickup-result]{position:absolute;top:0;left:0;margin-bottom:5px;font-size:13px;color:red}.form--order-basket .order__btn-item,.order__btn-item{width:141px;min-height:44px;margin-top:10px;padding:9px;color:#f05d2b}@media (min-width:1501px){.form--order-basket .order__btn-item,.order__btn-item{margin-top:8px}}.order__btn-item.is-active{color:#fff;background-color:#f05d2b;border-color:#f05d2b!important}.order__btn-item.is-active .order__btn-item-selected{display:-webkit-box;display:-ms-flexbox;display:flex}.order__btn-item-selected,.order__btn-item.is-active .order__btn-item-choose{display:none}.map-shop{display:grid}@media (max-width:1500px){.map-shop{grid-template-columns:1fr;gap:50px}}@media (min-width:1501px){.map-shop{grid-template-columns:auto 1fr;gap:35px}}@media (min-width:768px){.map-shop .map-route__iframe{height:440px}}.map-shop .bx-yandex-map{display:block;width:100%!important;height:440px!important}.map-shop>*{min-width:0}.map-shop__content{display:grid;grid-template-columns:1fr;gap:19px;-ms-flex-line-pack:start;align-content:start;max-width:550px}.map-shop__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map-shop__item a,.map-shop__item span{display:inline-block}.map-shop__item a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.map-shop__title{font-family:"Segoeui","Arial",sans-serif;font-size:15px;line-height:25px;color:#8c8f90}.map-shop__value{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500;color:#111516;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.map-shop__value[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.map-shop__value[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.map-shop__value[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.map-shop__route{margin-top:23px}@media (max-width:1500px){.map-shop__route{padding:15px 30px}}@media (min-width:1501px){.map-shop__route{min-height:64px}}.fancybox__backdrop{background-color:rgba(0,0,0,.4)}.table-all{position:relative;overflow:hidden;overflow-x:auto;padding-bottom:15px;-webkit-overflow-scrolling:touch}.table-all::-webkit-scrollbar{width:100%;height:8px;background-color:#f4f4f4;border:0;-webkit-box-shadow:none;box-shadow:none}.table-all::-webkit-scrollbar-thumb{background-color:#555859;border-radius:20px}.table-all::-webkit-scrollbar-track{background-color:#f4f4f4;border-radius:20px}.table-all__table{position:relative;overflow:hidden;border-collapse:collapse;min-width:100%;font-size:14px;line-height:20px;color:#555859;border-radius:10px 10px 0 0}.table-all__thead{background-color:#f4f4f4;border:1px solid #f4f4f4}.table-all__th{font-weight:600;color:#111516;text-align:left}.table-all__th,.table-all__th.table-all__td{background-color:#f4f4f4}.table-all__tr{border-bottom:1px solid #f4f4f4}.table-all__tr--add{background-color:rgba(0,137,137,.2)}.table-all__tr--remove{background-color:rgba(194,24,8,.2)}.table-all__tr--change{background-color:rgba(112,178,202,.2)}.table-all__td{padding:0}.table-all--individual .table-all__td:nth-child(2){position:sticky;z-index:2;left:0}.table-all--individual .table-all__td:nth-child(2) .table-all__inner.is-scroll{-webkit-box-shadow:1px 0 0 #bdbdbd;box-shadow:1px 0 0 #bdbdbd}.table-all--individual .table-all__td.is-active:nth-child(2),.table-all__td.is-active{z-index:3}.table-all__td--download .table-all__inner,.table-all__td--selected .table-all__inner,.table-all__td--trash .table-all__inner{width:60px}.table-all__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;max-width:300px;padding:8px 15px;font-size:14px;line-height:140%;color:#555859}@media screen and (max-width:1500px){.table-all__inner{min-height:60px}}@media screen and (min-width:1501px){.table-all__inner{min-height:65px}}.table-all__link{font-weight:600;color:#111516;text-decoration:none}.table-all__link[href]{color:#f05d2b;-webkit-user-select:unset;-moz-user-select:unset;-ms-user-select:unset;user-select:unset}@media (hover:hover){.table-all__link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.table-all__link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.table-all__link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.table-all__sorting{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:140%;font-weight:600;color:#555859;text-decoration:none;background-color:transparent;border:0;fill:#e0e0e0;pointer-events:none;cursor:pointer}@media (hover:hover){.table-all__sorting:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.table-all__sorting:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.table-all__sorting:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.table-all__sorting svg{width:16px;height:16px;margin-top:4px;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.table-all__sorting.is-active{fill:currentColor;pointer-events:all}.table-all__sorting svg,.table-all__sorting.is-active--ASC svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.table-all__sorting.is-active--DESC svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.table-all__btn,.table-all__selected{margin:0;background-color:transparent;cursor:pointer}.table-all__selected{width:18px;height:18px;padding:0;border:1px solid #e0e0e0;border-radius:2px}.table-all__selected.is-active{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);background-repeat:no-repeat;background-position:center}.table-all__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;color:#bdbdbd;border:0;-webkit-transition:color .2s ease;transition:color .2s ease;fill:currentColor;--color-stroke:currentColor}@media (hover:hover){.table-all__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.table-all__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.table-all__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.table-all__btn svg{width:18px;height:18px}span.table-all__btn{pointer-events:none}.table-all__download{text-decoration:none}.table-all__radio{display:block;width:20px;height:20px;margin:0 auto;padding:0;color:#f4f4f4;background-color:#bdbdbd;border:5px solid currentColor;border-radius:50%;cursor:pointer}@media (hover:hover){.table-all__radio:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.table-all__radio:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.table-all__radio:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.table-all__radio.is-active{background-color:#f05d2b;pointer-events:none}.table-all__roller{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:18px;padding:0;color:#bdbdbd;background-color:currentColor;border:0;border-radius:26px;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;cursor:pointer}@media (hover:hover){.table-all__roller:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.table-all__roller:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.table-all__roller:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.table-all__roller::before{position:absolute;content:"";top:50%;left:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:13px;height:13px;background-color:#fff;border-radius:50%;-webkit-transition:left .2s ease;transition:left .2s ease}.table-all__roller.is-active{color:#f05d2b}.table-all__roller.is-active::before{left:15px}.table-all__edit,.table-all__edit-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-all__edit{gap:10px}.table-all__edit-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;color:#bdbdbd;text-decoration:none;background-color:transparent;border:0;fill:currentColor;cursor:pointer}@media (hover:hover){.table-all__edit-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.table-all__edit-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.table-all__edit-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.table-all__label{position:relative;padding:5px 10px 6px;color:#fff;border-radius:6px}.table-all__label--active{background-color:#008989}.table-all__label--inactive{background-color:#c21808}.table-all__label--finish{background-color:#008989}.table-all__label--processing{background-color:#ca8174}.table-all__label--completed{background-color:#70b2ca}.table-all__label--progress{background-color:#f05d2b}.table-all__label--canceled{background-color:#c21808}.table-all__label--confirmation{background-color:#bcb53c}.table-all__label--draft{color:#111516;background-color:#f4f4f4}.table-all__label--change{color:#555859}.table-all__label-title,.table-all__label-title::before{position:absolute;left:50%;background-color:#e0e0e0;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.table-all__label-title{bottom:100%;-webkit-transform:translateX(-50%) scale(0);-ms-transform:translateX(-50%) scale(0);transform:translateX(-50%) scale(0);width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-bottom:3px;padding:6px 14px 7px;color:#111516;border-radius:6px}@media screen and (min-width:768px) and (max-width:1199px){.table-all__label-title{max-width:266px;font-size:13px;line-height:22px}}@media screen and (min-width:1200px){.table-all__label-title{max-width:433px;font-size:13px;line-height:22px}}.table-all__label-title::before{content:"";bottom:-5px;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:10px;height:10px}@media screen and (min-width:768px){.table-all__label:hover .table-all__label-title{-webkit-transform:translateX(-50%) scale(1);-ms-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}}.table-all__label-title--change{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-all__order{position:fixed;z-index:5;inset:0;display:none;background-color:rgba(0,0,0,.3)}.table-all__td.is-active .table-all__order{display:block}@media screen and (min-width:1501px){.table-all__td.is-active .table-all__order{display:-webkit-box;display:-ms-flexbox;display:flex}}.table-all__order-container{position:absolute;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:27px;padding:16px 16px 12px;background-color:#fff;border-radius:16px 16px 0 0}@media screen and (min-width:1501px){.table-all__order-container{position:static;width:700px;margin:auto;padding:40px;border-radius:16px}}.table-all__order-btns,.table-all__order-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-all__order-header{display:grid;grid-template-columns:repeat(2,auto);gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #e0e0e0}.table-all__order-header .table-all__order-content-title{margin:0;font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:21px;font-weight:500}.table-all__order-btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.table-all__order-content{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 4px;font-size:14px;line-height:20px}.table-all__order-content-title{margin:0 0 8px;font-weight:600}.table-all__order-content-value{margin:0;color:#555859}.table-all__close{width:16px;height:16px;padding:0;color:#8c8f90;background-color:transparent;border:0;fill:currentColor;cursor:pointer}@media (hover:hover){.table-all__close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.table-all__close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.table-all__close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.table-all__inner--message{position:relative}.table-all__inner--message .table-all__label-title{left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);max-width:350px}@media (max-width:500px){.table-all__inner--message .table-all__label-title{max-width:280px}}.table-all__inner--message .table-all__label-title::before{left:17%}.table-all__inner--message:hover .table-all__label-title{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.banner__inner{display:grid;grid-template-columns:1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;color:#fff;background-color:#f05d2b}@media screen and (max-width:767px){.banner__inner{min-height:247px;padding:30px 16px 30px 14px;border-radius:10px}}@media screen and (min-width:768px){.banner__inner{grid-template-columns:1fr 202px;gap:10px 50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:210px;padding:20px 32px 35px;border-radius:16px}}@media screen and (min-width:1501px){.banner__inner{grid-template-columns:1fr auto auto;gap:30px 100px;max-width:1380px;margin:0 auto;padding:32px 65px 35px}}.banner__title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.banner__title{font-size:22px;line-height:120%}}@media screen and (min-width:768px) and (max-width:1500px){.banner__title{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.banner__title{font-size:44px;line-height:54px}}.banner__link-email{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:inherit;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease;fill:currentColor}@media screen and (max-width:767px){.banner__link-email{font-size:16px;line-height:120%}}@media screen and (min-width:768px) and (max-width:1500px){.banner__link-email{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.banner__link-email{gap:17px;font-size:22px;line-height:32px}}@media (hover:hover){.banner__link-email:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.banner__link-email:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.banner__link-email:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.banner__link-email svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:767px){.banner__link-email svg{width:18px;height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.banner__link-email svg{width:24px;height:24px}}@media screen and (min-width:1501px){.banner__link-email svg{width:33px;height:33px}}.banner__btn{padding:12px 14px;line-height:16px;font-weight:700}@media screen and (max-width:1500px){.banner__btn{margin-top:auto}}@media (hover:hover){.banner__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#555859;border-color:#555859}.banner__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{background-color:#f05d2b}}.banner__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#555859;border-color:#555859}.banner__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{background-color:#f05d2b}@supports not selector(:focus-visible){.banner__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#555859;border-color:#555859}.banner__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{background-color:#f05d2b}}@media screen and (min-width:768px) and (max-width:1500px){.banner__btn{padding:11px 29px;font-size:14px;line-height:24px;font-weight:700}}@media screen and (min-width:1501px){.banner__btn{padding:20px 45px;font-size:14px;line-height:24px;font-weight:700}}.page-title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.page-title{font-size:30px;line-height:36px}}@media screen and (min-width:768px) and (max-width:1500px){.page-title{font-size:44px;line-height:46px}}@media screen and (min-width:1501px){.page-title{font-size:68px;line-height:78px}}.page-subtitle{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.page-subtitle{font-size:26px;line-height:31px}}@media screen and (min-width:768px) and (max-width:1500px){.page-subtitle{font-size:32px;line-height:34px}}@media screen and (min-width:1501px){.page-subtitle{font-size:54px;line-height:64px}}.link-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 13px;color:#111516;text-decoration:none;background-color:#f4f4f4;border-radius:50%;-webkit-transition:background-color .2s ease,color .2s ease,opacity .2s ease;transition:background-color .2s ease,color .2s ease,opacity .2s ease;fill:currentColor;--color-stroke:currentColor}@media screen and (max-width:767px){.link-icon{width:40px;height:40px}}@media screen and (min-width:768px){.link-icon{width:40px;height:40px;padding:0 12px}}@media screen and (min-width:1501px){.link-icon{width:48px;height:48px}}@media (hover:hover){.link-icon:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.link-icon:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.link-icon:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.link-icon svg{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:100%}.link-icon.is-active,.menu__lk-drop-list a.is-active{color:#f05d2b}.link-icon::after{content:"";width:100%;max-width:20px;height:100%;max-height:20px;background-color:currentColor;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.link-icon--login::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-login);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-login)}.link-icon--comp::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-comparison);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-comparison)}.link-icon--fav::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-favorites);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-favorites)}.link-icon--basket::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-basket);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-basket)}.link-icon--message::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-message);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-message)}.link-icon--open-search::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-search);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-search)}.link-icon--phone::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-tel);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-tel)}.arrow{display:grid;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.arrow--next{grid-template-columns:1fr auto}.arrow--prev{grid-template-columns:auto 1fr}.arrow--prev::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.arrow::after{content:"";width:14px;height:14px;background-color:#8c8f90;-webkit-transition:background-color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .2s ease;transition:transform .2s ease,background-color .2s ease,-webkit-transform .2s ease;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.arrow--menu::after{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu)}@media screen and (min-width:768px){.arrow--menu::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}}.arrow:focus-visible::after,.arrow:focus::after,.arrow:hover::after{background-color:#f05d2b}.arrow>*{-ms-flex-item-align:center;align-self:center}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.pagination{bottom:0!important}}.pagination.swiper-pagination-bullets-dynamic{display:block}.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-ms-flex-negative:0;flex-shrink:0;width:70px;height:3px;background-color:#e0e0e0;border-radius:0;cursor:pointer}@media (hover:hover){.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;background-color:#555859}}.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;background-color:#555859}@supports not selector(:focus-visible){.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;background-color:#555859}}.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{background-color:#555859}.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{opacity:.8}.pagination__btn{-ms-flex-negative:1;flex-shrink:1;width:50px;height:3px;margin:0 5px;padding:0;background-color:#e0e0e0;border:0;-webkit-transition:width .2s ease,background-color .2s ease;transition:width .2s ease,background-color .2s ease;cursor:pointer}@media (hover:hover){.pagination__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;background-color:#555859}}.pagination__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;background-color:#555859}@supports not selector(:focus-visible){.pagination__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;background-color:#555859}}.pagination__btn.is-active{width:70px;background-color:#555859}.slider-nav__arrow{position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;color:#f05d2b;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;fill:currentColor;cursor:pointer;--color-arrow:currentColor}@media screen and (max-width:767px){.slider-nav__arrow{width:40px;height:40px}}@media screen and (min-width:768px) and (max-width:1500px){.slider-nav__arrow{width:50px;height:50px}}@media screen and (min-width:1501px){.slider-nav__arrow{width:60px;height:60px}}.slider-nav__arrow:disabled{color:#e0e0e0;background-color:#f4f4f4;cursor:not-allowed}.slider-nav__arrow:not(.swiper-button-disabled,[disabled]):focus,.slider-nav__arrow:not(.swiper-button-disabled,[disabled]):focus-visible,.slider-nav__arrow:not(.swiper-button-disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}.slider-nav__arrow:not(.swiper-button-disabled,[disabled]):active{opacity:.6}.slider-nav__arrow--next{right:0}.slider-nav__arrow--prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.slider-nav__arrow svg{width:20px;height:20px}.post-label__item{display:inline-block;padding:5px 10px 6px;font-size:12px;line-height:14px;color:#fff;border-radius:60px}@media screen and (max-width:767px){.post-label__item{font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.post-label__item{font-weight:700}}@media screen and (min-width:1501px){.post-label__item{padding:10px 12px 11px}}.post-label__item--new{background-color:#008989}.post-label__item--sale{background-color:#f05d2b}.post-label__item--events{background-color:#70b2ca}.post-label__item--price{background-color:#bcb53c}.post-label__item--stock{background-color:#ca8174}.tabs--unset .tabs__content{height:100px}.tabs--unset .tabs__element{overflow-x:hidden;overflow-y:auto;height:100%}.select{display:grid;grid-template-columns:1fr}.select select{height:40px;padding:3px 35px 3px 25px;font-family:"Segoeui","Arial",sans-serif;color:#111516;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px}.select .choices,.select select{font-size:14px;line-height:20px}.select .choices:not(.is-disabled):focus,.select .choices:not(.is-disabled):focus-visible,.select .choices:not(.is-disabled):hover{color:#f05d2b}.select .choices:not(.is-disabled):focus .choices__inner,.select .choices:not(.is-disabled):focus-visible .choices__inner,.select .choices:not(.is-disabled):hover .choices__inner{border-color:#f05d2b}.select .choices.is-disabled .choices__inner{color:#8c8f90!important;background-color:#f4f4f4}.select .choices.is-disabled{background-color:transparent;border:0;cursor:not-allowed}.select .choices.is-disabled::after{background-color:currentColor}.select .choices::after{position:absolute;top:50%;right:14px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);width:14px;height:14px;margin:0;padding:0;background-color:#f05d2b;border:0;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width:768px){.select .choices::after{width:18px;height:18px}}.select .choices.is-open::after{-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);margin:0;border:0}.select .choices__placeholder{overflow:hidden;color:#8c8f90;text-overflow:clip;opacity:1}.select .choices__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:45px;padding:3px 35px 3px 14px;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px}@media screen and (min-width:768px) and (max-width:1500px){.select .choices__inner{padding-right:45px}}@media screen and (min-width:1501px){.select .choices__inner{min-height:50px;padding-left:25px}}.select .choices__inner .choices__item{text-overflow:ellipsis;white-space:nowrap}.select .choices__item--selectable{overflow:hidden}.select .choices[data-type*=select-one] .choices__inner{padding-bottom:3px}.select .choices__list{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.select .choices__list--dropdown{z-index:2;color:#555859}.select .choices__list--dropdown .choices__list{padding:12px;scrollbar-width:auto}.custom-select__list ul::-webkit-scrollbar,.select .choices__list--dropdown .choices__list::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.custom-select__list ul::-webkit-scrollbar-thumb,.select .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.custom-select__list ul::-webkit-scrollbar-track,.select .choices__list--dropdown .choices__list::-webkit-scrollbar-track{background-color:transparent;border:0}.select .choices__list--single{display:grid;grid-template-columns:1fr;padding:0}@media screen and (min-width:768px){.select .choices__list--dropdown .choices__item--selectable,.select .choices__list[aria-expanded] .choices__item--selectable{padding-right:10px}}.select .choices__list--dropdown .choices__list{max-height:200px}.select.delivery__form-select .choices__list--dropdown .choices__list{max-height:150px}.select .choices__item{position:relative;word-break:break-word;border-radius:6px}.select .choices__item--choice:focus,.select .choices__item--choice:focus-visible,.select .choices__item--choice:hover{color:#f05d2b}.select .choices__item::after{position:absolute;content:"";z-index:3;top:50%;right:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none;width:16px;height:16px;background-color:#f05d2b;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.select .choices__item--choice[data-value=new]{font-weight:700}.select .is-hover{color:#f05d2b;background-color:transparent}.select [data-value=""]{color:#8c8f90}.custom-select__text br,.select .is-open [data-value=""][role=option]{display:none}.select .choices__list--dropdown .choices__item--selectable::after,.select .choices__list[aria-expanded] .choices__item--selectable::after{opacity:1}.select .is-selected{color:#f05d2b;background-color:#f4f4f4}@media screen and (min-width:1501px){.select .is-selected::after{display:block;opacity:1}}.select .choices__list--dropdown{margin:3px 0;border:1px solid #e0e0e0;border-radius:6px}.is-flipped .select .choices__list--dropdown{margin:3px 0}.select .choices[data-type*=select-multiple] .choices__inner{display:grid;grid-template-columns:1fr;-ms-flex-line-pack:baseline;align-content:baseline;padding:5px 15px 6px}.select .choices[data-type*=select-multiple] .choices__inner input{margin:0;padding:12px 0;background-color:transparent}.select .choices[data-type*=select-multiple] .choices__inner .choices__item{padding:5px 10px;background-color:#f05d2b;border:0;border-radius:6px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}@media (hover:hover){.select .choices[data-type*=select-multiple] .choices__inner .choices__item:not(.is-selected):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#555859}}.select .choices[data-type*=select-multiple] .choices__inner .choices__item:not(.is-selected):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#555859}@supports not selector(:focus-visible){.select .choices[data-type*=select-multiple] .choices__inner .choices__item:not(.is-selected):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#555859}}.select .choices[data-type*=select-multiple] .choices__inner .choices__button{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:auto;height:auto;margin:0;padding:0;background:0 0;border:0}@media screen and (min-width:640px){.select .choices__list--dropdown .choices__item--selectable,.select .choices__list[aria-expanded] .choices__item--selectable{padding:10px}}.select .is-flipped .choices__list[aria-expanded]{margin:3px 0}.custom-select{position:relative}.custom-select__label{position:absolute;top:50%;left:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;pointer-events:none}@media screen and (max-width:767px){.custom-select__label{-webkit-transform:translateY(calc(-50% - 5px));-ms-transform:translateY(calc(-50% - 5px));transform:translateY(calc(-50% - 5px))}}.custom-select__placeholder{position:absolute;top:0;left:0;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;pointer-events:none}.custom-select select{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);border:0}.custom-select__button{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0;padding:0;color:#111516;background-color:transparent;border:2px solid rgba(0,0,0,.2);outline:0;-webkit-transition:border .3s ease;transition:border .3s ease;cursor:pointer}@media (hover:hover){.custom-select__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;border-color:#f05d2b}}.custom-select__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.custom-select__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;border-color:#f05d2b}}.custom-select__button:disabled{opacity:.3;pointer-events:none}@media screen and (min-width:768px){.custom-select__drop{position:relative}}.custom-select__drop-btn{cursor:pointer}@media screen and (min-width:768px){.custom-select__drop-btn{display:none}}.custom-select__list{position:absolute;z-index:10;bottom:10px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);overflow:hidden;width:100%;height:100%;visibility:hidden;opacity:0;-webkit-transition:visibility .2s ease,opacity .2s ease;transition:visibility .2s ease,opacity .2s ease}.custom-select__list ul{overflow-y:auto;width:100%;height:100%;max-height:200px;margin:0;padding:0;list-style:none;background-color:#fff;scrollbar-width:auto}.custom-select__item{outline:0;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer}.custom-select__item[aria-selected=true]{background-color:rgba(0,0,0,.2)}.custom-select__error{position:absolute;bottom:-15px;left:0;color:#ff1553;opacity:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.custom-select__text{overflow:hidden;-ms-flex-negative:0;flex-shrink:0;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:opacity .3s ease .1s;transition:opacity .3s ease .1s}.custom-select__icon{-ms-flex-negative:0;flex-shrink:0;width:20px;height:10px;margin-left:auto;background-color:#000;-webkit-clip-path:polygon(100% 0,100% 20%,50% 100%,0 20%,0 0,50% 80%);clip-path:polygon(100% 0,100% 20%,50% 100%,0 20%,0 0,50% 80%);-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.custom-select.is-disabled{pointer-events:none}.custom-select.is-disabled .custom-select__list{display:none}.custom-select.open-up .custom-select__list{top:0;bottom:auto;-webkit-transform:translateY(calc(-100% + 10px));-ms-transform:translateY(calc(-100% + 10px));transform:translateY(calc(-100% + 10px))}.custom-select.is-open .custom-select__list{visibility:visible;opacity:1}.custom-select.is-open .custom-select__icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.custom-select.is-open .custom-select__label{opacity:0}.custom-select.not-empty .custom-select__text{opacity:1}.custom-select.not-empty .custom-select__label,.custom-select.not-empty .custom-select__placeholder{opacity:0}.custom-select.is-invalid .custom-select__error{opacity:1}.custom-select.is-invalid .custom-select__button{border:2px solid #ff1553}.custom-select.is-invalid .custom-select__button:focus,.custom-select.is-invalid .custom-select__button:hover{border:2px solid rgba(255,21,83,.5)}.custom-select--placeholder .custom-select__label,.custom-select.slide-up.is-open .custom-select__label,.custom-select.slide-up.not-empty .custom-select__label{-webkit-transform:translateY(calc(-50% - 40px));-ms-transform:translateY(calc(-50% - 40px));transform:translateY(calc(-50% - 40px));opacity:1}.custom-select--placeholder.is-open .custom-select__label,.custom-select--placeholder.not-empty .custom-select__label,.custom-select.slide-up.is-open .custom-select__text,.custom-select.slide-up.not-empty .custom-select__text{opacity:1}.custom-select .input-message{position:absolute;right:0;bottom:-5px}.custom-select .input-message.is-invalid{color:red}.custom-select .input-message.is-valid{color:#15ab07}.region{position:relative;padding-left:20px}.region::before{position:absolute;content:"";top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;background-color:currentColor;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-map);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-map);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width:768px){.region::before{background-color:#bdbdbd}}.region:focus-within::before,.region:hover::before{background-color:#f05d2b}.region select{position:relative;width:100%;height:31px;padding:6px 30px 5px 10px;color:rgba(17,21,22,.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;border-radius:6px}@media screen and (min-width:768px){.region select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 24px 5px 6px}}.region .custom-select__placeholder{opacity:0}.region .custom-select__button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:31px;padding:6px 30px 5px;border:0}@media (hover:hover){.region .custom-select__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.region .custom-select__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.region .custom-select__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (min-width:768px){.region .custom-select__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 24px 5px 26px}}@media screen and (min-width:768px) and (max-width:1500px){.region .custom-select__button{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.region .custom-select__button::after{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:768px){.region .custom-select__button::after{-webkit-transform:translateY(-40%) rotate(90deg);-ms-transform:translateY(-40%) rotate(90deg);transform:translateY(-40%) rotate(90deg)}}.region .custom-select__text{font-size:14px;line-height:20px;font-weight:400;color:#111516;text-align:left}@media screen and (min-width:768px) and (max-width:1199px){.region .custom-select__text{font-size:12px;line-height:16px}}@media screen and (min-width:1200px){.region .custom-select__text{font-size:15px;line-height:25px}}@media screen and (min-width:768px){.region .custom-select__list{top:calc(100% + 10px);bottom:auto;width:200px;height:auto;max-height:200px;font-size:12px;line-height:16px;border-radius:0 0 10px 10px;-webkit-box-shadow:0 7px 5px 0 rgba(0,0,0,.3);box-shadow:0 7px 5px 0 rgba(0,0,0,.3)}}.region .custom-select__list ul{padding:0 16px}@media screen and (min-width:768px){.region .custom-select__list ul{padding:20px}.region .custom-select.is-open .custom-select__list{-webkit-transform:none;-ms-transform:none;transform:none;height:auto}}.region .custom-select__item{padding:2px 0}@media screen and (max-width:767px){.region .custom-select__item{margin-bottom:16px}}@media (hover:hover){.region .custom-select__item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.region .custom-select__item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.region .custom-select__item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (min-width:768px) and (max-width:1500px){.region .custom-select__item:not(:last-child){margin-bottom:10px}}.region .custom-select__item[aria-selected=true]{color:#f05d2b;background-color:transparent}@media screen and (min-width:768px){.region .custom-select__drop{position:static}}.region .custom-select__drop.is-active-drop{z-index:10;-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible;opacity:1}.region__select .drop__btn{display:none}.region__select .choices{margin-bottom:0;padding-right:10px;-webkit-transition:color .2s ease;transition:color .2s ease}.region__select .choices:focus,.region__select .choices:focus-visible,.region__select .choices:hover{outline:0}.region__select .choices:focus .choices__list--single,.region__select .choices:focus-visible .choices__list--single,.region__select .choices:hover .choices__list--single{color:#f05d2b}@media (max-width:767px){.region__select .choices:focus-visible::after,.region__select .choices:focus::after,.region__select .choices:hover::after{background-color:#f05d2b}}.region__select .choices:focus-visible::before,.region__select .choices:focus::before,.region__select .choices:hover::before{background-color:#f05d2b}@media (max-width:767px){.region__select .choices.is-open~.drop__btn{position:fixed;z-index:11;top:85px;left:-7px;display:grid}}.region__select .choices::after{position:absolute;content:"";top:50%;right:5px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);width:14px;height:14px;margin:0;padding:0;background-color:#f05d2b;border:0;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (max-width:767px){.region__select .choices::after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#8c8f90}}@media screen and (min-width:768px){.region__select .choices::after{width:18px;height:18px}}.region__select .choices.is-open::after{-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);margin:0;border:0}.region__select .choices__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0}@media (max-width:767px){.region__select .choices__inner{padding-left:7px!important}}.region__select .choices__list--dropdown{background-color:#fff;border:0;border-radius:0 0 16px 16px;-webkit-box-shadow:0 7px 5px 0 rgba(0,0,0,.3);box-shadow:0 7px 5px 0 rgba(0,0,0,.3)}@media (max-width:767px){.region__select .choices__list--dropdown{position:fixed;z-index:10;top:66px!important;right:0;bottom:0!important;left:0;padding-top:50px}}.region__select .choices__list--dropdown .choices__item{padding:10px!important}@media (hover:hover){.region__select .choices__list--dropdown .choices__item:not(.is-selected):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;background-color:#f4f4f4}}.region__select .choices__list--dropdown .choices__item:not(.is-selected):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;background-color:#f4f4f4}@supports not selector(:focus-visible){.region__select .choices__list--dropdown .choices__item:not(.is-selected):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;background-color:#f4f4f4}}.region__select .choices__list--dropdown .choices__item.is-selected{color:#fff;background-color:#f05d2b;cursor:default}.region__select .choices__list--dropdown .choices__placeholder{display:none}.region__select .choices__list--single{-webkit-transition:color .2s ease;transition:color .2s ease}.region__select .choices__list--single .choices__item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767px){.header.is-open .region__select .choices__inner,.header.is-open .region__select select{width:auto}}.container{width:100%;min-width:360px;max-width:1581px;margin:0 auto;padding:0 16px}@media screen and (min-width:768px) and (max-width:1199px){.container{padding:0 20px}}@media screen and (min-width:1200px){.container{padding:0 32px}}.label__sale{display:inline-block;font-size:12px;color:#fff;text-align:center;border-radius:60px}@media screen and (max-width:767px){.label__sale{padding:4px 10px 6px;font-weight:600;line-height:14px}}@media screen and (min-width:768px) and (max-width:1500px){.label__sale{padding:6px 10px 8px;font-weight:600;line-height:12px}}@media screen and (min-width:1501px){.label__sale{padding:9px 13px;font-weight:600;line-height:18px}}.label__sale--promotion,.modal__btn-check.is-active .modal__btn-checkbox::after{background-color:#f05d2b}.label__sale--new{background-color:#008989}.label__sale--discount{background-color:#c21808}.counter input,.label__city{font-weight:600;text-align:center;background-color:#f4f4f4}.label__city{display:inline-block;color:#111516;border-radius:16px}@media screen and (max-width:1500px){.label__city{padding:4px 10px;font-size:12px;line-height:18px}}@media screen and (min-width:1501px){.label__city{padding:2px 10px;font-size:14px;line-height:24px}}.counter{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.counter input{-ms-flex-negative:0;flex-shrink:0;width:51px;height:40px;margin:0;padding:5px;font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:20px;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;border:1px solid transparent;border-radius:20px;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}@media screen and (min-width:768px){.counter input{width:64px;height:43px}}.counter input::-webkit-inner-spin-button,.counter input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.counter input:focus,.counter input:focus-visible,.counter input:hover{border-color:#111516;outline:0}.counter input:disabled,.counter input[readonly]{border-color:transparent}.counter input[type=number]{-moz-appearance:textfield}.counter__btn{position:relative;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:0;color:#232323;background-color:#f4f4f4;border:0;border-radius:20px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media (hover:hover){.counter__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}.counter__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.counter__btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}@media screen and (max-width:767px){.counter__btn{width:40px;height:40px}}@media screen and (min-width:768px){.counter__btn{width:43px;height:43px}}.counter__btn::after,.counter__btn::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px;height:1px;background-color:currentColor}.counter__btn::after{-webkit-transform:translate(-50%,-50%) rotate(-90deg);-ms-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);display:none}.counter__btn.is-plus::after,.header.is-collapse .menu__mobile-footer span[data-small-basket]{display:block}.counter__btn:disabled{cursor:not-allowed}.modal{display:none;width:328px;margin:auto;padding:45px 16px 30px;background-color:#fff;border-radius:10px}@media screen and (min-width:768px){.modal{width:385px;padding:45px 20px 30px;border-radius:16px}}@media screen and (min-width:1501px){.modal{width:470px;padding:45px 30px}}.modal textarea{height:110px}.modal .is-close-btn[data-fancybox-close]{top:5px;right:5px;color:#bdbdbd;background-color:transparent;border-radius:50%}@media screen and (min-width:768px){.modal .is-close-btn[data-fancybox-close]{top:13px;right:13px}.modal .is-close-btn[data-fancybox-close] svg{width:24px;height:24px}}@media screen and (min-width:1501px){.modal .is-close-btn[data-fancybox-close]{top:20px;right:20px}}.modal .is-close-btn[data-fancybox-close]:focus,.modal .is-close-btn[data-fancybox-close]:focus-visible,.modal .is-close-btn[data-fancybox-close]:hover{color:#fff;background-color:#f05d2b;outline:0}.modal .is-close-btn[data-fancybox-close]:active{opacity:.6}.modal__title{margin:0 0 21px;font-family:"Franklin","Arial",sans-serif;font-size:22px;line-height:26px;font-weight:500;text-align:center}@media screen and (min-width:768px){.modal__title{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.modal__title{margin-bottom:30px;font-family:"Franklin","Arial",sans-serif;font-size:44px;line-height:54px;font-weight:500}}.modal__text{font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:1500px){.modal__text{margin:0 0 5px;font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.modal__text{margin:0;font-size:18px;line-height:26px}}.modal__btn{cursor:pointer}@media screen and (max-width:767px){.modal__btn{width:100%;min-height:52px}}@media screen and (min-width:768px) and (max-width:1199px){.modal__btn{min-width:214px;min-height:50px}}@media screen and (min-width:1200px){.modal__btn{min-width:174px;min-height:52px}}.modal__btn-check{position:relative;padding-left:30px;font-family:"Segoeui","Arial",sans-serif;color:#111516;text-align:left;background:0 0;border:0;border-radius:1px;-webkit-transition:color .2s ease;transition:color .2s ease;cursor:pointer}@media (hover:hover){.modal__btn-check:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.modal__btn-check:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .modal__btn-checkbox{color:#f05d2b}}.modal__btn-check:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.modal__btn-check:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .modal__btn-checkbox{color:#f05d2b}@supports not selector(:focus-visible){.modal__btn-check:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.modal__btn-check:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .modal__btn-checkbox{color:#f05d2b}}@media screen and (max-width:767px){.modal__btn-check{font-size:13px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1199px){.modal__btn-check{font-size:14px;line-height:20px}}@media screen and (min-width:1200px){.modal__btn-check{font-size:14px;line-height:24px}}.modal__btn-checkbox{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:17px;height:17px;color:#e0e0e0;border:1px solid currentColor;border-radius:1px;-webkit-transition:color .2s ease;transition:color .2s ease}.modal__btn-checkbox::after{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:9px;height:9px;border:1px solid #e0e0e0}@media screen and (max-width:767px){.modal--lk{padding:27px 20px 26px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--lk{width:728px;padding:27px 30px 26px}}.modal--lk .modal__title{margin-bottom:19px;padding-bottom:16px;font-size:18px;text-align:left;border-bottom:1px solid #e0e0e0}@media screen and (max-width:767px){.modal--lk .modal__title{margin-bottom:19px;padding-bottom:16px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--lk .modal__title{margin-bottom:22px;padding-bottom:18px}}@media screen and (min-width:1501px){.modal--lk .modal__title{font-size:22px;line-height:32px}}.modal--lk a:not(.button,.goods-basket__title),.modal--login .modal__content a:not(.button){color:#f05d2b;text-decoration:none}@media (hover:hover){.modal--lk a:not(.button,.goods-basket__title):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.modal--lk a:not(.button,.goods-basket__title):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.modal--lk a:not(.button,.goods-basket__title):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}@media (min-width:1501px){.modal--new-company{width:728px;padding:27px 30px 26px}.modal--new-company .form__group-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}.modal--new-company .form__group--address,.modal--new-company .form__group--contacts-name{grid-column:1/-1}}@media screen and (min-width:1501px){.modal--info-contacts{width:680px}.modal--address-new{width:802px}}@media screen and (max-width:767px){.modal--address-new form{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px) and (max-width:1500px){.modal--address-new form{grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:1501px){.modal--address-new form{grid-template-columns:repeat(6,1fr)}}.modal--address-new .form__group{grid-column:1/-1}@media screen and (min-width:1501px){.modal--address-new .form__group--address-name{grid-column:auto/span 5}}@media screen and (min-width:768px) and (max-width:1500px){.modal--address-new .form__group--address-index{grid-column:auto/span 2}}@media screen and (min-width:1501px){.modal--address-new .form__group--address-index{grid-column:auto}}@media screen and (min-width:768px) and (max-width:1500px){.modal--address-new .form__group--address-region{grid-column:auto/span 4}}@media screen and (min-width:1501px){.modal--address-new .form__group--address-region{grid-column:auto/span 3}}@media screen and (min-width:768px) and (max-width:1500px){.modal--address-new .form__group--address-city{grid-column:auto/span 3}}@media screen and (min-width:1501px){.modal--address-new .form__group--address-city{grid-column:auto/span 3}}@media screen and (min-width:768px) and (max-width:1500px){.modal--address-new .form__group--address-street{grid-column:auto/span 3}}@media screen and (min-width:1501px){.modal--address-new .form__group--address-street{grid-column:auto/span 3}}.modal--address-new .form__group--address-apartment,.modal--address-new .form__group--address-building,.modal--address-new .form__group--address-house{grid-column:auto}.modal--address-new .form__group-btns{grid-column:1/-1}@media screen and (max-width:767px){.modal--add-basket{padding:27px 14px 26px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--add-basket{width:420px;padding:27px 21px 26px}}@media screen and (min-width:1501px){.modal--add-basket{width:440px;padding-bottom:30px}.modal--radius{width:460px}}@media screen and (max-width:767px){.modal--radius .is-close-btn[data-fancybox-close]{top:10px;right:10px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--radius .is-close-btn[data-fancybox-close]{top:13px;right:13px}}@media screen and (min-width:1501px){.modal--radius .is-close-btn[data-fancybox-close]{top:23px;right:22px}}@media screen and (max-width:767px){.modal--login{width:328px;padding:33px 20px 30px}}@media screen and (min-width:768px) and (max-width:1199px){.modal--login{width:389px;padding:30px 31px 37px}}@media screen and (min-width:1200px){.modal--login{width:465px;padding:45px 31px}}.modal--login .modal__title{margin:0;text-align:left}@media screen and (min-width:1501px){.modal--login .modal__title{font-size:32px;line-height:42px}}.modal--login .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767px){.modal--login .modal__content{gap:14px;font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--login .modal__content{gap:17px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.modal--login .modal__content{gap:17px;font-size:15px;line-height:25px}}.lk .form__group:not(.form__group--checkbox) input[readonly],.modal--login .modal__content span:not(.modal__btn-checkbox){color:#8c8f90}@media (hover:hover){.modal--login .modal__content a:not(.button):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.modal--login .modal__content a:not(.button):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.modal--login .modal__content a:not(.button):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}@media screen and (min-width:1501px){.modal--employees{width:680px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--account{width:728px}}@media screen and (min-width:1501px){.modal--account{width:684px}.modal--stm{width:510px}}.modal--delete{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-warning);background-repeat:no-repeat;background-position:center top 30px;background-size:60px 60px}@media screen and (max-width:767px){.modal--delete{padding:110px 20px 30px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--delete{padding:116px 20px 38px}}@media screen and (min-width:1501px){.modal--delete{padding:118px 20px 38px}}.modal--delete .modal__title{font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.modal--delete .modal__title{margin-bottom:15px;font-size:18px;line-height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--delete .modal__title{margin-bottom:25px;font-size:20px;line-height:30px}}@media screen and (min-width:1501px){.modal--delete .modal__title{margin-bottom:26px;font-size:22px;line-height:26px}}.modal--delete .modal__group-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal--delete .button{padding:5px 20px;font-weight:600}@media screen and (max-width:767px){.modal--delete .button{min-width:139px;min-height:40px;font-size:12px;line-height:14px}}@media screen and (min-width:768px) and (max-width:1500px){.modal--delete .button{min-width:150px;min-height:40px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.modal--delete .button{min-width:150px;min-height:42px;font-size:14px;line-height:24px}}.modal--enter .modal__group-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal--enter .modal__group-btn .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:5px 20px;font-weight:600}@media screen and (max-width:1500px){.modal--enter .modal__group-btn .button{min-height:52px}}@media screen and (min-width:1501px){.modal--enter .modal__group-btn .button{min-height:54px}}.modal--thanks{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-warning-done)}@media screen and (min-width:768px) and (max-width:1500px){.modal--request-doc.modal--lk{width:670px}}@media screen and (min-width:1501px){.modal--request-doc.modal--lk{width:680px}}.modal--settings{padding-bottom:32px}@media screen and (min-width:1501px){.modal--settings{width:500px}}.fancybox__container:not(.is-compact) .modal-full-slide.has-close-btn{margin:0;padding:0}.modal-full-slide{margin:0;padding:0}.modal-full-slide .modal{overflow:hidden;height:100%;margin:0;padding:32px 0;border-radius:0}@media screen and (max-width:767px){.modal-full-slide .modal{width:100%}}@media screen and (min-width:768px) and (max-width:1199px){.modal-full-slide .modal{width:430px;margin-right:auto}}@media screen and (min-width:1200px){.modal-full-slide .modal{width:603px;margin-right:auto}}.modal-full-slide .modal__content{overflow:hidden;display:grid;grid-template-rows:auto 1fr;height:100%}.modal-full-slide .modal__title{padding:0 15px;text-align:left}@media screen and (min-width:768px) and (max-width:1199px){.modal-full-slide .modal--favorites{width:100%;margin:0}}@media screen and (min-width:1200px){.modal-full-slide .modal--favorites{width:920px;margin:0 auto 0 0}}.modal-full-slide .modal--favorites .choices{max-width:374px}@media screen and (min-width:768px) and (max-width:1500px){.modal--message-manager{width:500px}}@media screen and (min-width:1501px){.modal--message-manager{width:504px}.modal--map{width:822px}}@media screen and (min-width:768px) and (max-width:1199px){.modal--excel{width:670px}}@media screen and (min-width:1200px){.modal--excel{width:680px}}.modal--map-shop{padding-top:30px;padding-bottom:27px}@media (max-width:1500px){.modal--map-shop{width:90%;max-width:500px}}@media (min-width:1501px){.modal--map-shop{width:1401px}}.modal--map-shop .modal__title{font-family:"Franklin","Arial",sans-serif;font-size:32px;line-height:42px;font-weight:500;text-align:left}.logo{overflow:hidden;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;line-height:16px;font-weight:600;text-decoration:none;text-transform:uppercase;fill:#f05d2b}.logo[href]{cursor:pointer}.logo--header{width:118px;height:37px;color:#111516;--logo-text:currentColor}@media screen and (min-width:768px){.logo--header{display:grid;grid-template-columns:118px 1fr;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;margin-right:auto;font-size:10px;line-height:14px;font-weight:600}}@media screen and (min-width:1501px){.logo--header{grid-template-columns:229px 1fr;gap:29px;font-size:13px;line-height:18px}}.logo--footer{display:grid;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;--logo-text:transparent}@media screen and (max-width:767px){.logo--footer{grid-template-columns:140px 1fr;width:276px;height:32px}}@media screen and (min-width:768px) and (max-width:1199px){.logo--footer{grid-template-columns:118px 1fr;width:233px;height:31px;font-size:10px;line-height:14px}}@media screen and (min-width:768px){.logo--footer{width:349px;height:48px;--logo-text:#ffffff}}.logo img{-o-object-fit:contain;object-fit:contain}.logo img,.logo__first-part{display:block;width:100%;height:100%}@media screen and (min-width:1501px){.logo--header .logo__first-part{height:auto}}.search,.search__form{position:relative}@media screen and (max-width:1500px){.search.is-active .search__form{width:calc(100% - 40px);margin:0 auto}}@media (max-width:767px){.is-collapse .search__container{display:none}}.search.is-active .search__container{z-index:41;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}@media screen and (max-width:767px){.search.is-active .search__container{position:fixed;inset:0;overflow:hidden;padding:75px 0 0;background-color:#fff}}@media screen and (min-width:768px) and (max-width:1500px){.search.is-active .search__container{position:fixed;inset:0;overflow:hidden;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:85vh;padding:75px 0 20px;background-color:#fff;border-radius:0 0 16px 16px}}@media screen and (min-width:1501px){.search.is-active .search__container{position:relative}.search.is-active .search__container .form__group--search,.search.is-active .search__container .search__form-inner,.search.is-active .search__container form{position:relative;z-index:41}.search.is-active .search__container .form__search-btn{z-index:41}}.search__result-overlay{position:fixed;z-index:40;inset:0;display:none;background-color:rgba(0,0,0,.4)}@media screen and (min-width:768px){.accordion__search.search.is-active .search__result-overlay,.search.is-active .search__result-overlay{display:block}}.accordion__search.search .search__result-overlay{display:none}@media screen and (min-width:1501px){.accordion__search.is-active .search__result-overlay{display:block}}.search__result-close{position:fixed;z-index:42;top:6px;right:20px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:25px;padding:0;color:#111516;background-color:transparent;border:0;border-radius:50%;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media (hover:hover){.search__result-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.search__result-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.search__result-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:1500px){.search.is-active .search__result-close{top:28px;right:25px;display:-webkit-box;display:-ms-flexbox;display:flex}}.search__result-close::after,.search__result-close::before{position:absolute;content:"";top:50%;left:50%;width:22px;height:2px;background-color:currentColor;border-radius:10px;-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}.search__result-close::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.search__result-close::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.search__result-search{width:calc(100% - 40px);margin:0 20px}@media screen and (min-width:1501px){.search__result-search{display:none}}.search__result{overflow:hidden;width:100%;height:100%}.search__result-inner{display:none}.search.is-active .search__result-inner{overflow:hidden;display:grid;grid-template-columns:1fr;-ms-flex-line-pack:baseline;align-content:baseline;width:100%;height:100%}@media screen and (min-width:1501px){.search.is-active .search__result-inner{position:absolute;z-index:41;top:100%;grid-template-rows:auto 1fr;height:calc(70vh - 50px);max-height:560px;margin-top:10px;margin-bottom:50px;padding:20px 0;background-color:#fff;border-radius:30px}}.search__result-title-main{margin:0;padding:0 20px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.search__result-title-main{margin-bottom:13px;font-size:16px;line-height:22px}}@media screen and (min-width:768px) and (max-width:1500px){.search__result-title-main{margin-bottom:15px;font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.search__result-title-main{margin-bottom:20px;font-size:18px;line-height:28px}}.search__result-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 10px;padding:20px}.search__result-links a{padding:5px 7px 6px;font-weight:600;color:#555859;text-decoration:none}@media screen and (max-width:1500px){.search__result-links a{font-size:12px;line-height:16px;border:1px solid #bdbdbd;border-radius:20px}}@media screen and (min-width:1501px){.search__result-links a{font-size:14px;line-height:24px}}@media (hover:hover){.search__result-links a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.search__result-links a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.search__result-links a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.search__result-container,.search__result-list{overflow:hidden;height:100%;padding:20px 0 0}.search__result-list{overflow-y:auto;margin:0;padding:0 20px;list-style:none;scrollbar-width:auto}.search__result-list::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.search__result-list::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.search__result-list::-webkit-scrollbar-track{background-color:transparent;border:0}.search__result-item{display:grid;grid-template-columns:auto 1fr;gap:15px;margin-bottom:14px}.search__result-item>*{min-width:0}@media screen and (max-width:767px){.search__result-item{padding-bottom:20px}}@media screen and (min-width:768px) and (max-width:1500px){.search__result-item{padding-bottom:10px}}.search__result-item.card{padding-bottom:10px;border:0;border-bottom:1px solid #f4f4f4;border-radius:0}.search__result-item.card:focus-within,.search__result-item.card:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.search__result-item .card__img{padding:0;border:0}@media screen and (max-width:1500px){.search__result-item .card__img{width:66px;height:66px}}@media screen and (min-width:768px){.search__result-item .card__img{-ms-flex-item-align:auto;align-self:auto}}@media screen and (min-width:1501px){.search__result-item .card__img{overflow:hidden;width:94px;height:94px;border:1px solid #e0e0e0;border-radius:10px}}.search__result-item .card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:3px 0 0}.search__result-item .card__title-link{margin:5px 0}@media screen and (max-width:767px){.search__result-item .card__title-link{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}}@media screen and (min-width:768px) and (max-width:1500px){.search__result-item .card__title-link{max-width:calc(100% - 400px);margin-right:auto}}@media screen and (min-width:1501px){.search__result-item .card__title-link{max-width:calc(100% - 450px);margin-right:auto}}.header.is-collapse .search__result-item .card__title-link{width:100%;max-width:none}.search__result-item .card__label:not(.card__label--list){position:static;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%;max-width:none;margin:0 0 5px}@media screen and (max-width:1500px){.search__result-item .card__label:not(.card__label--list){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.search__result-item .card__price{min-width:85px;margin:5px 10px}@media screen and (max-width:767px){.search__result-item .card__price-sale{font-size:14px;line-height:18px;font-weight:700}}@media screen and (min-width:768px) and (max-width:1500px){.search__result-item .card__price-sale{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500}}@media screen and (min-width:1501px){.search__result-item .card__price-sale{font-family:"Franklin","Arial",sans-serif;font-size:22px;line-height:26px;font-weight:500}}.accordion__search .search__result-item .card__title-link{width:100%;max-width:none}@media screen and (min-width:1501px){.search__result-inner{overflow:hidden}.accordion__search.is-active .search__form-inner{position:relative;z-index:42}}.search__logo{display:none;color:#111516}@media screen and (max-width:767px){.search__logo{width:118px;height:37px}.search__logo .logo__second-part{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.search__logo{grid-template-columns:118px 1fr;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:233px;height:31px;margin-right:auto;font-size:10px;line-height:14px;font-weight:600}}.search.is-active .search__logo{position:fixed;z-index:42;top:20px;left:16px}@media (max-width:1500px){.search.is-active .search__logo{display:grid}}@media screen and (min-width:768px) and (max-width:1500px){.nav__container{position:fixed;z-index:-1000;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:26px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:261px;height:86.3%;margin:0 auto;padding:58px 11px 20px 31px;visibility:hidden;opacity:0;background-color:#fff;border-radius:0 16px 16px 0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;scrollbar-width:auto}.nav__container::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.nav__container::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.nav__container::-webkit-scrollbar-track{background-color:transparent;border:0}.is-open .nav__container{z-index:45;-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible;opacity:1}}.nav__list{display:grid;grid-template-columns:1fr;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.nav__list{gap:16px}}@media screen and (min-width:768px) and (max-width:1500px){.nav__list{overflow-y:auto;gap:26px;-ms-flex-line-pack:start;align-content:flex-start;width:100%;height:100%;padding-right:20px;scrollbar-width:auto}.nav__list::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.nav__list::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.nav__list::-webkit-scrollbar-track{background-color:transparent;border:0}}@media screen and (min-width:1501px){.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:38px}.nav__item{position:relative;padding:16px 0 15px}.nav__item:focus-within .nav__drop,.nav__item:hover .nav__drop{z-index:20;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);visibility:visible;opacity:1;-webkit-transition:none;transition:none}}.nav__link{color:#111516;text-decoration:none}@media screen and (max-width:1500px){.nav__link{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500}}@media screen and (min-width:1501px){.nav__link{gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:"Segoeui","Arial",sans-serif;font-size:15px;line-height:25px;font-weight:400}}@media (hover:hover){.nav__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.nav__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.nav__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.nav__link:not(.arrow){display:block}@media screen and (min-width:768px){.nav__link.is-active-link::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.nav__link::after{background-color:#f05d2b}@media screen and (min-width:768px){.nav__drop{height:0;visibility:hidden;opacity:0}.nav__drop.is-active-drop{height:100%;visibility:visible;opacity:1}}@media screen and (min-width:1501px){.nav__drop{position:absolute;top:100%;height:100%}}@media screen and (min-width:768px){.nav__prev{display:none}}.nav__drop-list{overflow:auto;display:grid;grid-template-columns:1fr;gap:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin:0;padding:0 16px;list-style:none}@media screen and (min-width:768px){.nav__drop-list{padding:27px 0 0}}@media screen and (min-width:1501px){.nav__drop-list{gap:10px;width:200px;padding:16px;background-color:#fff;border-radius:0 0 16px 16px;-webkit-box-shadow:0 7px 5px 0 rgba(0,0,0,.3);box-shadow:0 7px 5px 0 rgba(0,0,0,.3)}}.nav__drop-link{display:block;font-size:14px;line-height:20px;font-weight:600;color:#555859;text-decoration:none}@media (hover:hover){.nav__drop-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.nav__drop-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.nav__drop-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (min-width:1501px){.nav__drop-link{font-weight:400}}.nav__burger{display:none}@media screen and (min-width:768px) and (max-width:1500px){.nav__burger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:25px;color:#111516;background-color:transparent;border:0;cursor:pointer}}@media (hover:hover){.nav__burger:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;background-color:transparent}}.nav__burger:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;background-color:transparent}@supports not selector(:focus-visible){.nav__burger:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;background-color:transparent}}.nav__burger-icon,.nav__burger-icon::after,.nav__burger-icon::before{position:absolute;left:50%;width:14px;height:2px;background-color:currentColor;border-radius:10px}.nav__burger-icon{top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}@media screen and (min-width:768px){.nav__burger-icon{width:20px}}.nav__burger-icon::after,.nav__burger-icon::before{content:"";-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}@media screen and (min-width:768px){.nav__burger-icon::after,.nav__burger-icon::before{width:20px}}.nav__burger-icon::after{top:-4px}@media screen and (min-width:768px){.nav__burger-icon::after{top:-8px}}.nav__burger-icon::before{bottom:-4px}@media screen and (min-width:768px){.nav__burger-icon::before{bottom:-8px}}.nav__burger-close{display:none}@media screen and (min-width:768px) and (max-width:1500px){.nav__burger-close{position:absolute;top:24px;right:24px;display:block;width:30px;height:30px;color:#bdbdbd;background-color:transparent;border:0;border-radius:50%;cursor:pointer}.nav__burger-close::after,.nav__burger-close::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:22px;height:2px;background-color:currentColor;border-radius:10px;-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}}@media screen and (min-width:768px) and (max-width:1500px) and (min-width:1501px){.nav__burger-close::after,.nav__burger-close::before{width:30px}}@media screen and (min-width:768px) and (max-width:1500px){.nav__burger-close::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.nav__burger-close::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}}.nav__burger-close:focus,.nav__burger-close:focus-visible,.nav__burger-close:hover{color:#f05d2b;outline:0}.nav__burger-close:active{opacity:.6}.nav__overlay{display:none}@media screen and (min-width:768px) and (max-width:1500px){.nav__overlay{position:fixed;z-index:44;inset:0;background-color:rgba(17,21,22,.4)}.nav__overlay.is-active{display:block}}.menu__mobile{display:grid;grid-template-columns:1fr auto auto;gap:0 8px;padding:20px 0 15px}@media screen and (max-width:767px){.menu__mobile{padding-bottom:0}}@media screen and (min-width:768px){.menu__mobile{display:none}}.menu__mobile::before{content:"";grid-column:1/-1;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;height:1px;margin:11px 0 12px;background-color:#e0e0e0}@media screen and (max-width:767px){.menu__mobile-logo{position:relative;z-index:11;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.menu__links-inner{display:grid;grid-template-columns:1fr}@media screen and (max-width:767px){.menu__links-inner{gap:16px;padding:25px 0 38px}}@media screen and (min-width:768px){.menu__links-inner{grid-template-columns:1fr repeat(4,auto);gap:7px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:calc(100% - 123px - 12px)}}@media screen and (min-width:1501px){.menu__links-inner{gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:calc(100% - 169px - 20px)}}@media screen and (max-width:767px){.header:not(.is-open) .menu__links-inner{display:block;padding:0 0 15px}}.menu__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:20px;color:inherit;text-decoration:none;-webkit-transition:background-color .2s ease,color .2s ease,opacity .2s ease;transition:background-color .2s ease,color .2s ease,opacity .2s ease}@media (hover:hover){.menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.menu__link .link-icon{color:currentColor}@media screen and (max-width:767px){.menu__link .link-icon{width:16px;height:16px;padding:0}}@media (hover:hover){.menu__link.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.menu__link.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.menu__link.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.header:not(.is-open) .menu__link.is-full .link-icon{color:#fff;background-color:#f05d2b}.header:not(.is-open) .menu__link.is-full .menu__link-basket{display:-webkit-box;display:-ms-flexbox;display:flex}.header:not(.is-open) .menu__link.is-full:focus .link-icon,.header:not(.is-open) .menu__link.is-full:focus-visible .link-icon,.header:not(.is-open) .menu__link.is-full:hover .link-icon{background-color:#555859}@media (max-width:767px){.header.is-open .menu__link .link-icon{background-color:transparent}}.menu__link-text{min-width:75px;text-transform:capitalize}@media screen and (min-width:768px){.menu__link-text{display:none}}.menu__link-counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}@media screen and (max-width:767px){.menu__link-counter{min-width:24px;min-height:20px;padding:2px 4px;background-color:#f4f4f4;border-radius:20px}}@media screen and (min-width:768px){.menu__link-counter{position:absolute;z-index:1;top:-5px;right:-7px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:20px;max-width:30px;min-height:18px;max-height:30px;padding:0 2px 2px;font-size:12px;line-height:18px;font-weight:600;color:#fff;background-color:#111516;border-radius:20px}}.is-full .menu__link-counter,.menu__mobile-footer .menu__link.is-full .menu__link-counter{display:-webkit-box;display:-ms-flexbox;display:flex}.menu__link-icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (hover:hover){.menu__link-icon.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff}.menu__link-icon.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .link-icon{color:currentColor;background-color:#555859}}.menu__link-icon.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0}.menu__link-icon.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .link-icon{color:currentColor;background-color:#555859}@supports not selector(:focus-visible){.menu__link-icon.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0}.menu__link-icon.is-full:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .link-icon{color:currentColor;background-color:#555859}}.menu__link-icon.is-full .link-icon{color:#fff;background-color:#f05d2b}.menu__link-icon--company::after{display:none}.menu span[data-small-basket]{display:grid;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width:767px){.menu:not(.header.is-open .menu) span[data-small-basket] .link-icon{width:40px;height:40px}}@media (max-width:767px){.header.is-collapse:not(.is-open) .menu span[data-small-basket]{display:none}}.menu__link--basket{margin:0}.menu__link--basket .menu__link-text:not(.header.is-open .menu__link-text){position:absolute;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}@media screen and (min-width:768px){.menu__link--basket .link-icon--basket{width:40px;height:40px;padding:0 12px}}@media screen and (min-width:1501px){.menu__link--basket .link-icon--basket{width:48px;height:48px}}.menu__mobile-footer .menu__link-text{position:absolute;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.menu__mobile-footer .link-icon{width:36px!important;height:36px!important;padding:0 10px;background-color:#f4f4f4}.menu__mobile-footer .menu__link-counter{position:absolute;top:-7px;right:-8px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px;max-width:30px;min-height:18px;max-height:30px;padding:0 2px 2px;font-size:12px;line-height:18px;font-weight:600;color:#fff;background-color:#111516;border-radius:20px}.menu__link-icon--message{position:relative;display:none;margin:0;padding:0;background-color:transparent;border:0}.header.is-collapse.is-open .link-icon--open-search,.menu__link-icon.link-icon--open-search{display:none}.menu__link-icon-note{position:absolute;top:-5px;right:-7px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px;max-width:30px;min-height:18px;max-height:30px;padding:0 2px 2px;font-size:12px;line-height:18px;font-weight:600;color:#fff;background-color:#111516;border-radius:9px}.is-full .menu__link-icon-note,.menu__link-basket,.menu__link-icon-note{display:-webkit-box;display:-ms-flexbox;display:flex}.menu__link-basket{position:absolute;top:-5px;right:-7px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px;max-width:30px;min-height:18px;max-height:30px;padding:0 2px 2px;font-size:12px;line-height:18px;font-weight:600;color:#fff;background-color:#111516;border-radius:20px}@media screen and (max-width:767px){.header.is-open .menu__link-basket{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;min-width:24px;max-width:none;min-height:20px;padding:2px 4px;font-size:14px;font-weight:400;color:currentColor;background-color:#f4f4f4;border-radius:20px}}.menu__mobile-search{grid-column:auto/span 2;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.header.is-open .menu__tablet .search,.menu__mobile-search-box{display:none}.menu__burger{position:absolute;z-index:10;right:15px;bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;color:#111516;background-color:transparent;border:0;border-radius:50%;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (max-width:767px){.menu__burger{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:40px;height:40px;background-color:#f4f4f4}}@media screen and (min-width:768px){.menu__burger{width:30px;height:30px;margin:2px 0 0 -5px}}.menu__burger:focus,.menu__burger:focus-visible,.menu__burger:hover{color:#fff;background-color:#f05d2b;outline:0}.menu__burger:active{opacity:.6}.menu__burger-icon,.menu__burger-icon::after,.menu__burger-icon::before{position:absolute;left:50%;width:14px;height:2px;background-color:currentColor;border-radius:10px}.menu__burger-icon{top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}@media screen and (min-width:768px){.menu__burger-icon{width:20px}}.menu__burger-icon::after,.menu__burger-icon::before{content:"";-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}@media screen and (min-width:768px){.menu__burger-icon::after,.menu__burger-icon::before{width:20px}}.menu__burger-icon::after{top:-4px}@media screen and (min-width:768px){.menu__burger-icon::after{top:-8px}}.menu__burger-icon::before{bottom:-4px}@media screen and (min-width:768px){.menu__burger-icon::before{bottom:-8px}}.is-open .menu__burger-icon{background-color:transparent}.is-open .menu__burger-icon::after{top:0;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);width:21px}.is-open .menu__burger-icon::before{bottom:0;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:21px}@media screen and (max-width:767px){.is-open .menu__tablet{position:fixed;z-index:10;inset:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform:none;-ms-transform:none;transform:none;overflow:hidden;min-height:100vh;min-height:-webkit-fill-available;padding-top:81px;background-color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}}@media screen and (min-width:768px) and (max-width:1500px){.menu__tablet{padding:7px 0 8px}}@media screen and (min-width:1501px){.menu__tablet{padding:0 0 31px}}@media screen and (max-width:767px){.menu__tablet:not(.header.is-open .menu__tablet) .menu__address,.menu__tablet:not(.header.is-open .menu__tablet) .menu__catalog,.menu__tablet:not(.header.is-open .menu__tablet) .menu__link-icon.link-icon--open-search,.menu__tablet:not(.header.is-open .menu__tablet) .menu__links-inner .menu__link,.menu__tablet:not(.header.is-open .menu__tablet) .menu__nav,.menu__tablet:not(.header.is-open .menu__tablet) .menu__price,.menu__tablet:not(.header.is-open .menu__tablet) .menu__region,.menu__tablet:not(.header.is-open .menu__tablet) .message{display:none}.menu__tablet:not(.header.is-open .menu__tablet) .search{display:block}}.menu__tablet-container{scrollbar-width:auto}.menu__tablet-container::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.menu__tablet-container::-webkit-scrollbar-thumb{background-color:#555859;border-radius:4px}.menu__tablet-container::-webkit-scrollbar-track{background-color:transparent;border:0}@media screen and (max-width:767px){.menu__tablet-container{overflow:hidden;overflow-y:auto;height:100%;padding:0 16px}}@media screen and (min-width:768px){.menu__tablet-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}@media screen and (min-width:1501px){.menu__tablet-container{gap:14px 20px}}@media screen and (max-width:767px){.header:not(.is-open) .menu__tablet-container{padding:0}.menu__region{margin-bottom:6px}}@media screen and (min-width:768px){.menu__region{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:190px;margin:0 auto 0 20px}.menu__region .choices .choices__inner{width:100%!important;padding-right:15px!important}}@media screen and (min-width:1501px){.menu__region{width:190px;margin:0}.menu__region .choices .choices__inner{width:100%!important;padding-right:15px!important}.menu__region .custom-select__item{font-size:15px;line-height:25px}.menu__region .custom-select__item:not(:last-child){margin-bottom:10px}}.menu__price{position:relative;overflow:hidden;display:grid;gap:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#111516;text-decoration:none;-webkit-transition:border .3s ease;transition:border .3s ease;cursor:pointer}@media screen and (max-width:767px){.menu__price{grid-template-columns:auto 1fr auto;width:100%;margin-bottom:18px;padding:5px 0;font-size:14px;line-height:20px}}@media screen and (min-width:768px){.menu__price{grid-template-columns:auto 1fr;gap:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:9px 15px 10px;font-size:12px;line-height:16px;background-color:#fff;border:1px solid #e0e0e0;border-radius:60px}}@media screen and (min-width:1200px){.menu__price{gap:7px;margin:0;padding:5px 11px;font-size:15px;line-height:25px}}@media screen and (min-width:1501px){.menu__price{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.menu__price::before{content:"";width:16px;height:16px;background-color:currentColor;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-price);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-price);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width:768px){.menu__price::before{background-color:#f05d2b}}.menu__price:focus,.menu__price:focus-visible,.menu__price:hover{color:#f05d2b;outline:0}.menu__price:active{opacity:.6}.menu__price--disabled,.menu__price:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}@media screen and (max-width:767px){.menu__catalog{padding-top:24px;border-top:1px solid #e0e0e0}}@media screen and (min-width:768px){.menu__catalog{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media screen and (min-width:1501px){.menu__catalog{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.header.is-collapse .menu__catalog{margin-left:20px}}.menu__catalog-overlay{display:none}@media screen and (min-width:768px){.menu__catalog-overlay{position:fixed;z-index:9;inset:0;background-color:rgba(17,21,22,.4)}}@media screen and (min-width:1024px){.menu__catalog-overlay{top:var(--header-height, 259px);background-color:#f4f4f4;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#bg-catalog-left),url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#br-catalog-right);background-repeat:no-repeat;background-position:left -34px top -97px,right -5px top -399px;background-size:408px,294px}}@media screen and (min-width:768px){.menu__catalog-overlay.is-active{display:block}}.menu__catalog-burger{position:fixed;z-index:31;display:none;width:30px;height:30px;color:#bdbdbd;background-color:transparent;border:0;border-radius:50%;cursor:pointer}@media screen and (max-width:767px){.menu__catalog-burger{top:15px;right:15px}}@media screen and (min-width:768px) and (max-width:1500px){.menu__catalog-burger{position:absolute;top:24px;right:24px}}@media screen and (min-width:1501px){.menu__catalog-burger{position:absolute;top:30px;right:8px}}.is-open .menu__catalog-burger{display:block}.menu__catalog-burger::after,.menu__catalog-burger::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:22px;height:2px;background-color:currentColor;border-radius:10px;-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}@media screen and (min-width:1501px){.menu__catalog-burger::after,.menu__catalog-burger::before{width:30px}}.menu__catalog-burger::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.menu__catalog-burger::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.menu__catalog-burger:focus,.menu__catalog-burger:focus-visible,.menu__catalog-burger:hover{color:#f05d2b;outline:0}.menu__catalog-burger:active{opacity:.6}.menu__catalog-link{font-size:14px;line-height:20px;font-weight:400;color:#111516;text-decoration:none}@media screen and (min-width:1501px){.menu__catalog-link{font-family:"Segoeui","Arial",sans-serif;font-size:15px;line-height:25px}}.menu__catalog-link:focus,.menu__catalog-link:focus-visible,.menu__catalog-link:hover{color:#f05d2b;outline:0}.menu__catalog-link:active{opacity:.6}.menu__catalog-control{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500;color:inherit;text-decoration:none}@media screen and (min-width:768px){.menu__catalog-control{grid-template-columns:auto 1fr;gap:12px;padding-right:12px}}@media screen and (min-width:1024px){.menu__catalog-control{grid-template-columns:auto 1fr 24px;gap:15px;padding-right:0;font-size:18px;line-height:26px}}@media (hover:hover){.menu__catalog-control:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.menu__catalog-control:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.menu__catalog-control:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.menu__catalog-control img,.menu__catalog-control picture{-o-object-fit:contain;object-fit:contain;-o-object-position:right;object-position:right;background-color:#ececee}@media screen and (max-width:767px){.menu__catalog-control img,.menu__catalog-control picture{display:none}}@media screen and (min-width:768px){.menu__catalog-control img,.menu__catalog-control picture{display:block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:56px;height:56px;border-radius:6px}}@media screen and (min-width:1024px){.menu__catalog-control img,.menu__catalog-control picture{width:107px;height:57px;margin-right:7px}}.menu__catalog-item:last-child .menu__catalog-control img,.menu__catalog-item:last-child .menu__catalog-control picture{background-color:#e3511a}@media screen and (min-width:768px){.menu__catalog-control::after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);display:block;background-color:currentColor}}@media screen and (min-width:1024px){.menu__catalog-control:focus,.menu__catalog-control:focus-visible,.menu__catalog-control:hover{color:#f05d2b}}.menu__catalog-btn{display:block;font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500}@media screen and (min-width:768px){.menu__catalog-btn{overflow:hidden;display:grid;grid-template-columns:14px auto;gap:9px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;width:123px;height:40px;padding:3px;font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:24px;font-weight:700;color:#fff;background-color:#f05d2b;border-radius:60px}.menu__catalog-btn:focus,.menu__catalog-btn:focus-visible,.menu__catalog-btn:hover{color:#fff;background-color:#fd7649;outline:0}}@media screen and (min-width:1501px){.menu__catalog-btn{width:169px;height:52px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}@media screen and (min-width:768px){.menu__catalog-btn::before{content:"";width:14px;height:14px;background-color:currentColor;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-catalog-btn);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-catalog-btn);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}}.menu__catalog-title{display:inline-block;margin-bottom:16px;padding-left:16px}@media screen and (min-width:768px){.menu__catalog-title{margin:0;padding:0}.menu__catalog-drop-title,.menu__catalog-drop-title2{display:none}.menu__catalog-drop-title3{margin-bottom:9px}}@media screen and (min-width:1501px){.menu__catalog-drop-title3{font-size:18px;line-height:28px}}@media screen and (max-width:767px){.menu__search{display:none}}@media screen and (min-width:768px){.menu__search{margin-right:24px}}@media screen and (min-width:1501px){.menu__search{margin-right:19px}}@media screen and (max-width:767px){.header__menu .search{padding-right:50px}.header__menu.menu--lk:not(.menu--individual) .search{padding-right:180px}}@media (min-width:500px) and (max-width:767px){.header__menu.menu--lk:not(.menu--individual) .search{padding-right:245px}}@media screen and (max-width:767px){.menu__logo{width:118px;height:31px}}@media screen and (min-width:768px) and (max-width:1500px){.menu__logo{width:233px;height:31px}}@media screen and (min-width:1501px){.menu__logo{width:396px;height:60px}}.header.is-open .menu__logo{position:fixed;z-index:11;top:23px;left:16px}@media screen and (min-width:768px){.menu__address{position:relative;display:grid;grid-template-columns:auto 1fr;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:100%;padding:11px 0 15px}}@media screen and (min-width:1501px){.menu__address{width:calc(100% - 167px - 20px);padding-top:0}}@media screen and (min-width:768px){.menu__address::before{position:absolute;content:"";bottom:0;left:0;-webkit-transform:translateX(-100vw);-ms-transform:translateX(-100vw);transform:translateX(-100vw);width:200vw;height:1px;background-color:#e0e0e0}}.menu__address p{margin:0;font-size:15px;line-height:25px;font-weight:400;color:#111516}@media screen and (min-width:768px) and (max-width:1500px){.menu__address p{font-size:12px;line-height:16px}}.menu__address span:not(.menu__logo span,.menu__address-link){font-size:15px;line-height:25px;font-weight:400;color:#8c8f90}@media screen and (min-width:768px) and (max-width:1500px){.menu__address span:not(.menu__logo span,.menu__address-link){font-size:12px;line-height:16px}}.compare__table-td span a,.menu__address-item--address a,.menu__address-item--email a,.menu__address-link-tel{color:#f05d2b;text-decoration:none}@media screen and (max-width:767px){.menu__address-item--address a,.menu__address-item--email a,.menu__address-link-tel{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:21px;font-weight:500}}@media screen and (min-width:768px) and (max-width:1500px){.menu__address-item--address a,.menu__address-item--email a,.menu__address-link-tel{font-size:14px;line-height:20px;font-weight:600}}@media screen and (min-width:1501px){.menu__address-item--address a,.menu__address-item--email a,.menu__address-link-tel{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}@media (hover:hover){.menu__address-item--address a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.menu__address-item--email a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.menu__address-link-tel:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.menu__address-item--address a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.menu__address-item--email a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.menu__address-link-tel:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.menu__address-item--address a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.menu__address-item--email a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.menu__address-link-tel:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.menu__address-full-tel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:0}.menu__address-full-tel .menu__address-link-tel{margin-right:5px}.menu__address-full-tel span{display:inline-block}.menu__address-link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;font-size:15px;line-height:25px;font-weight:400;color:#111516;text-decoration:none}@media screen and (min-width:768px) and (max-width:1500px){.menu__address-link{font-size:12px;line-height:16px}}@media (hover:hover){.menu__address-link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.menu__address-link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.menu__address-link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.header.is-collapse .menu__mobile-search.is-active .search__container,.menu__address-contacts{display:grid}@media screen and (max-width:767px){.menu__address-contacts{grid-template-columns:repeat(2,1fr);gap:18px 7px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -16px;padding:31px 16px 10px;background-color:#f4f4f4}}@media screen and (min-width:768px){.menu__address-contacts{grid-template-columns:repeat(3,auto);gap:22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}}@media screen and (min-width:1501px){.menu__address-contacts{gap:20px 61px}}.menu__address-item{display:grid;grid-template-columns:1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.menu__address-item--address,.menu__address-item--email{display:none}}@media screen and (max-width:767px){.menu__login{display:none}}@media screen and (min-width:768px){.menu__login{display:grid;grid-template-columns:auto 1fr;gap:0 12px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:auto;max-width:170px;background-color:transparent}}@media screen and (min-width:1501px){.menu__login{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:160px;margin-bottom:15px}}.menu__login .menu__login-title{overflow:hidden;grid-column:-1/-2;margin:0;font-size:12px;line-height:16px;font-weight:400;color:#8c8f90;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:1501px){.menu__login .menu__login-title{font-size:15px;line-height:25px}}.menu__login .link-icon{grid-column:1/2;grid-row:1/span 2;background-color:transparent;border:1px solid #f05d2b}@media screen and (min-width:768px){.menu__login .link-icon{width:40px;height:40px}}.menu__login .menu__login-in{grid-column:-1/-2;margin:0;font-size:12px;line-height:16px;color:#111516;text-decoration:none}@media screen and (min-width:1501px){.menu__login .menu__login-in{font-size:15px;line-height:25px}}.menu__login:focus,.menu__login:focus-visible,.menu__login:hover{outline:0}.menu__login:focus span,.menu__login:focus-visible span,.menu__login:hover span{color:#fff;background-color:#555859;border-color:#555859}.menu__login:focus .menu__login-in,.menu__login:focus-visible .menu__login-in,.menu__login:hover .menu__login-in{color:#f05d2b}@media screen and (min-width:1501px){.menu__lk-select+.menu__lk-drop .menu__login--company{width:auto;max-width:135px}}@media screen and (max-width:767px){.menu__btn{grid-column:1/-1;margin-top:6px;padding:9px 15px 10px}}@media screen and (min-width:768px) and (max-width:1500px){.menu__btn{padding:13px 18px;font-size:12px;line-height:16px}}@media screen and (min-width:1501px){.menu__btn{margin-right:18px;padding:14px 20px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}@media screen and (min-width:768px){.menu__catalog-drop{position:fixed;z-index:-30;overflow:hidden;display:grid;grid-template-columns:1fr;height:81.7%;padding:32px 20px;visibility:hidden;opacity:0;background-color:#f4f4f4;border-radius:0 0 16px 16px}}@media screen and (min-width:768px) and (min-width:768px) and (max-width:1500px){.menu__catalog-drop{top:0;right:0;left:0;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px) and (min-width:1024px){.menu__catalog-drop{top:var(--header-height, 81px);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);grid-template-columns:553px 1fr;width:100%;max-width:1520px;max-height:82%;margin:0 auto;padding:32px 0;background-color:transparent}}@media screen and (min-width:768px){.is-open .menu__catalog-drop,.menu__catalog-drop.is-active-drop{z-index:30;visibility:visible;opacity:1}.menu__catalog-drop::after{position:fixed;content:"";z-index:1;top:calc(81.7% - 151px);right:0;width:50%;height:151px;background:-webkit-gradient(linear,left bottom,left top,color-stop(14.78%,#f4f4f4),to(rgba(244,244,244,0)));background:linear-gradient(to top,#f4f4f4 14.78%,rgba(244,244,244,0) 100%);border-radius:0 0 16px 16px}}@media screen and (min-width:1024px){.menu__catalog-drop::after{top:auto;bottom:0;width:55%;height:120px}}@media screen and (min-width:768px){.menu__catalog-prev{display:none}}.menu__catalog-container{width:100%}.menu__catalog-list{margin:0;padding:0 16px;list-style:none}@media screen and (max-width:767px){.menu__catalog-list{overflow:auto;display:grid;grid-template-columns:1fr;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}}@media screen and (min-width:768px){.menu__catalog-list{display:grid;grid-template-columns:1fr;gap:8px;padding:0}}@media screen and (min-width:1024px){.menu__catalog-list{display:block}}@media screen and (max-width:767px){.menu__catalog-list--second{gap:14px}}@media screen and (min-width:768px){.menu__catalog-list--second{gap:30px}}@media screen and (min-width:1024px){.menu__catalog-list--second{display:block;-webkit-column-width:300px;-moz-column-width:300px;column-width:300px;gap:0 20px}}.menu__catalog-list--second .menu__catalog-item{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}@media screen and (min-width:1024px){.menu__catalog-list--second .menu__catalog-item{margin-bottom:29px}}.menu__catalog-list--main{gap:16px}@media screen and (min-width:768px){.menu__catalog-list--main{overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:90%;background:-webkit-gradient(linear,left top,right top,color-stop(-16.82%,#fff),color-stop(110.49%,rgba(255,255,255,0)));background:linear-gradient(90deg,#fff -16.82%,rgba(255,255,255,0) 110.49%);scrollbar-width:none;-ms-overflow-style:none}.menu__catalog-list--main::-webkit-scrollbar{width:0;background:0 0}}@media screen and (min-width:768px) and (max-width:1023px){.menu__catalog-list--main{gap:20px;max-width:78.3%;padding:30px 16px;border-radius:10px}}@media screen and (min-width:1024px){.menu__catalog-list--main{gap:19px;max-width:553px;padding:30px 0 30px 38px;border-radius:16px}.menu__catalog-list--last .menu__catalog-item{margin-bottom:8px}.menu__catalog-list--main>.menu__catalog-item:focus-within>.menu__catalog-control,.menu__catalog-list--main>.menu__catalog-item:hover>.menu__catalog-control{color:#f05d2b;background-color:rgba(255,255,255,.8)}.menu__catalog-list--main>.menu__catalog-item:focus-within>.menu__catalog-control::after,.menu__catalog-list--main>.menu__catalog-item:hover>.menu__catalog-control::after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);display:block;background-color:#f05d2b}.menu__catalog-item:hover .menu__catalog-content{display:block}}.menu__catalog-content{width:100%}@media screen and (min-width:768px){.menu__catalog-content[data-catalog=first]{position:absolute;z-index:1;top:32px;right:0;bottom:10px;overflow:auto;display:none;width:50%;padding:0 8px 182px;scrollbar-width:auto}.menu__catalog-content[data-catalog=first]::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.menu__catalog-content[data-catalog=first]::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.menu__catalog-content[data-catalog=first]::-webkit-scrollbar-track{background-color:transparent;border:0}}@media screen and (min-width:1024px){.menu__catalog-content[data-catalog=first]{width:calc(100% - 553px);padding-left:137px;background-color:#f4f4f4}}@media screen and (min-width:768px){.menu__catalog-content.is-active-drop{display:block}}@media screen and (max-width:767px){.menu__nav{padding:16px 0 23px;border-bottom:1px solid #e0e0e0}}@media screen and (min-width:768px){.menu__nav{position:relative;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (min-width:1501px){.menu__nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 auto}}.menu__nav-overlay{display:none}@media screen and (min-width:768px){.menu__nav-overlay{position:fixed;z-index:9;inset:0;background-color:rgba(17,21,22,.4)}}@media screen and (min-width:1501px){.menu__nav-overlay{top:var(--header-height, 259px);background-color:#f4f4f4}}@media screen and (min-width:768px){.menu__nav-overlay.is-active{display:block}}@media screen and (min-width:1501px){.menu__nav-overlay.is-overlay-catalog{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#bg-catalog-left),url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#br-catalog-right);background-repeat:no-repeat;background-position:left -34px top -97px,right -5px top -399px;background-size:408px,294px}}.menu__lk-drop{position:relative}@media screen and (min-width:1501px){.menu__lk-drop{margin-left:auto}}.menu__lk-drop:focus-within .menu__lk-drop-container,.menu__lk-drop:hover .menu__lk-drop-container{display:block}.header.is-collapse .menu__mobile-search .search__container,.header.is-collapse .menu__mobile::before,.menu__lk-drop-container{display:none}@media screen and (min-width:768px) and (max-width:1500px){.menu__lk-drop-container{padding-top:12px}}@media screen and (min-width:1501px){.menu__lk-drop-container{padding-top:26px}}@media screen and (min-width:768px){.menu__lk-drop-container{position:absolute;z-index:10;top:100%;right:0;width:203px;font-size:15px;line-height:25px}}.menu__lk-drop-container a{text-decoration:none}@media (hover:hover){.menu__lk-drop-container a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.menu__lk-drop-container a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.menu__lk-drop-container a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.menu__lk-drop-container p{margin:0}.menu__lk-drop-inner{gap:16px;padding:20px;background-color:#fff;border-radius:16px;-webkit-box-shadow:0 7px 5px 0 rgba(0,0,0,.3);box-shadow:0 7px 5px 0 rgba(0,0,0,.3)}.menu__lk-drop-inner,.menu__lk-drop-inner-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu__lk-drop-inner-name{margin:0;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}.menu__lk-drop-inner-mail{overflow:hidden;display:inline-block;color:#555859;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.menu__lk-drop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:0;padding:16px 0;list-style:none}.menu__lk-drop-list a{color:#111516}@media (hover:hover){.menu__lk-drop-list a.is-active:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.menu__lk-drop-list a.is-active:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.menu__lk-drop-list a.is-active:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.menu__lk-drop-inner-setting{margin-bottom:16px;color:#111516}.menu__lk-drop-inner-logout{color:#f05d2b}@media (hover:hover){.menu__lk-drop-inner-logout:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.menu__lk-drop-inner-logout:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.menu__lk-drop-inner-logout:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.menu__mobile-footer{position:fixed;right:0;bottom:0;left:0;display:none;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:68px;padding:20px;background-color:#fff;-webkit-box-shadow:0 14px 39px rgba(0,0,0,.29);box-shadow:0 14px 39px rgba(0,0,0,.29);-webkit-transition:none;transition:none}@media screen and (min-width:768px){.menu__login--company .link-icon--company::after{display:none}}.menu__login .link-icon--company,.menu__login .link-icon--login{padding:0 2px}.menu__login .link-icon--company::after,.menu__login .link-icon--login::after{width:18px;height:18px}.header.is-collapse .menu__catalog-drop,.header.is-collapse .menu__catalog-overlay{top:var(--header-collapse-height, 75px)}.header.is-collapse .menu__mobile{grid-template-columns:minmax(120px,1fr) repeat(auto-fit,40px)}.header.is-collapse .menu__mobile-search .search__result-close{position:fixed;top:16px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.header.is-collapse .menu__link--login{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (max-width:767px){.header.is-collapse .link-icon--open-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.header.is-collapse .link-icon--basket,.header.is-collapse .link-icon--login,.header.is-collapse .menu__burger,.header.is-collapse .menu__link-icon--company{display:none}.header.is-collapse .menu__mobile-lk{display:block}}.header.is-collapse .menu__login{grid-template-columns:auto;margin:0}.header.is-collapse .menu__login .menu__login-in,.header.is-collapse .menu__login .menu__login-title{display:none}@media screen and (min-width:1200px){.header.is-collapse .menu__login span{grid-column:auto;grid-row:auto}.header.is-collapse .menu__login .menu__login-in,.header.is-collapse .menu__login .menu__login-title{display:none}}@media screen and (min-width:1501px){.header.is-collapse .menu__login{width:auto}.header.is-collapse .menu__login span{width:48px;height:48px}}@media screen and (min-width:768px){.header.is-collapse .menu__catalog-btn{width:126px}}@media screen and (min-width:1501px){.header.is-collapse .menu__catalog-btn{width:170px}.header.is-collapse .menu__tablet{padding:0}}@media screen and (min-width:768px){.header.is-collapse .menu__tablet-container{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;padding:13px 0}}@media screen and (min-width:1501px){.header.is-collapse .menu__tablet-container{grid-template-columns:auto auto 1fr auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0}}@media screen and (min-width:768px){.header.is-collapse .menu__search{margin-right:20px}.header.is-collapse .menu__address,.header.is-collapse .menu__nav,.header.is-collapse .menu__price,.header.is-collapse .menu__region{display:none}.header.is-collapse .menu__catalog{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header.is-collapse .menu__links-inner{grid-template-columns:repeat(2);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}}@media screen and (min-width:1501px){.header.is-collapse .menu__address{display:block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-bottom:0}.header.is-collapse .logo__second-part,.header.is-collapse .menu__address-contacts,.header.is-collapse .menu__address::before{display:none}.header.is-collapse .logo--header{display:block;width:190px;margin-right:5px}}@media screen and (min-width:1200px){.header.is-collapse .menu__lk{margin:0}}.header.is-collapse .menu__lk-select{display:none}.header.is-collapse .menu__mobile-footer{-webkit-transition:none;transition:none}.header.is-collapse .menu__mobile-footer .menu__burger{position:relative;inset:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:36px;height:36px}.header.is-collapse .menu__mobile-footer,.header.is-collapse .menu__mobile-footer .link-icon--basket,.header.is-collapse .menu__mobile-footer .link-icon--login,.header.is-collapse .menu__mobile-footer .menu__link-icon--company{display:-webkit-box;display:-ms-flexbox;display:flex}.header.is-collapse .menu__mobile-footer .menu__link-icon{width:36px;height:36px;padding:0 10px}.header.is-collapse.is-open .link-icon--basket{display:-webkit-box;display:-ms-flexbox;display:flex}.menu--lk:not(.menu--individual) .menu__mobile-search{grid-column:auto;height:100%}.menu--lk .menu__link-icon--message,.menu__lk{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu--lk .menu__link-icon--message{pointer-events:none}@media screen and (min-width:768px) and (max-width:1500px){.menu--lk .menu__link-icon--message{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:1501px){.menu--lk .menu__link-icon--message{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.menu--lk .menu__link-icon--message .link-icon{padding:0 10px}.menu--lk .menu__link-icon--message.is-full{pointer-events:all;cursor:pointer}@media screen and (max-width:767px){.menu--lk .menu__tablet-container .menu__link-icon--message{display:none}}.menu--lk .choices .choices__inner,.menu--lk select{width:125px;height:40px;min-height:auto;padding:3px 35px 3px 14px}@media (min-width:500px) and (max-width:767px){.menu--lk .choices .choices__inner,.menu--lk select{width:180px}}@media screen and (max-width:767px){.menu--lk .choices .choices__inner,.menu--lk select{padding-left:25px}}@media screen and (min-width:768px) and (max-width:1500px){.menu--lk .choices .choices__inner,.menu--lk select{width:160px}}@media (min-width:1501px){.menu--lk .choices .choices__inner,.menu--lk select{width:195px}}@media screen and (min-width:1501px){.menu--lk .menu__login{margin:0}.menu--lk:not(.menu--individual) .menu__tablet-container .menu__address{width:calc(100% - 340px - 20px)}}.menu__lk{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;justify-self:end}@media screen and (max-width:767px){.menu__lk{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px) and (max-width:1500px){.menu__lk{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (min-width:1501px){.menu__lk{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-bottom:15px;margin-left:auto}}.menu__mobile-lk{display:grid;grid-template-columns:repeat(2,auto);gap:8px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width:767px){.menu__lk-select{position:absolute;z-index:10;right:60px;bottom:15px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:126px}}@media (min-width:500px) and (max-width:767px){.menu__lk-select{right:65px;width:180px}}@media screen and (min-width:768px){.menu__lk-select--mobile{display:none}}@media screen and (max-width:767px){.menu__lk-select--tablet{display:none}}.menu__lk-select .choices .choices__list--dropdown{right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;max-width:230px}@media screen and (max-width:767px){.drop{position:fixed;z-index:10;inset:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:100%;padding:86px 0;visibility:hidden;opacity:0;background-color:#fff;-webkit-transition:visibility .2s ease,opacity .2s ease,-webkit-transform .2s ease;transition:visibility .2s ease,opacity .2s ease,transform .2s ease;transition:visibility .2s ease,opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;scrollbar-width:auto}.drop::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.drop::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.drop::-webkit-scrollbar-track{background-color:transparent;border:0}.drop__btn{position:relative;width:100%;padding:0 16px;font-family:"Segoeui","Arial",sans-serif;font-size:13px;line-height:20px;color:#111516;text-align:left;background-color:transparent;border:0;cursor:pointer}.drop__btn:focus,.drop__btn:focus-visible,.drop__btn:hover{color:#f05d2b;outline:0}.drop__btn:active{opacity:.6}.drop__list{position:static;border:0}.custom-select.is-open .drop,.drop.is-active-drop,.drop__list{-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible;opacity:1}.custom-select.is-open .drop .custom-select__icon,.drop.is-active-drop .custom-select__icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.custom-select.is-open .drop .custom-select__label,.drop.is-active-drop .custom-select__label{opacity:0}}.header{position:relative;background-color:#fff;-webkit-transition:height .2s ease;transition:height .2s ease}@media screen and (min-width:768px){.header::before{position:absolute;content:"";z-index:-1;top:0;right:0;left:0;height:55px;background-color:#f4f4f4}}.header--sticky{position:fixed;z-index:30;top:0;right:0;left:0;background-color:#fff;transition:transform .2s ease,background-color .2s ease,-webkit-transform .2s ease}.bx-panel-fixed~.header--sticky{top:147px}.bx-panel-fixed.bx-panel-folded~.header--sticky{top:40px}.header.is-collapse{-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04);--header-height:119px}@media screen and (min-width:768px){.header.is-collapse::before{display:none}}.hide-scrollbar .header{padding-right:var(--fancybox-scrollbar-compensate)}.slider{position:relative;max-width:1920px;margin:0 auto}.slider,.slider__swiper{width:100%}.slider__slide,.slider__swiper .swiper-wrapper{background-image:-webkit-gradient(linear,left top,right top,color-stop(3.31%,#fafafa),color-stop(92.56%,rgba(217,217,217,0)));background-image:linear-gradient(90deg,#fafafa 3.31%,rgba(217,217,217,0) 92.56%)}.slider__slide{width:100%;background-color:#fff}.slider__slide.swiper-slide-visible{position:relative;z-index:10}.slider__img{display:block;min-height:200px;background-color:#f4f4f4}.slider__img img{width:100%;height:auto}.slider__pagination{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0}@media (max-width:767px){.slider__pagination{margin:-3px}}@media (min-width:768px){.slider__pagination{margin:-5px}.slider__pagination.is-hidden{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}}@media (max-width:767px){button.slider__pagination-bullet{width:10px;height:10px;margin:3px!important;font-size:0;line-height:0;background-color:#bdbdbd;border:0;border-radius:50%}button.slider__pagination-bullet.swiper-pagination-bullet-active{background-color:#f05d2b}}@media (min-width:768px){button.slider__pagination-bullet{position:relative;display:block;-ms-flex-negative:0;flex-shrink:0;width:50px;height:auto;margin:5px!important;padding:15px 0!important;font-size:24px;line-height:20px;color:#8c8f90;text-align:left;background-color:transparent;border:0;border-bottom:2px solid #bdbdbd;border-radius:0;-webkit-transition:width .2s ease,color .2s ease;transition:width .2s ease,color .2s ease;cursor:pointer}button.slider__pagination-bullet.swiper-pagination-bullet-active{width:70px;border-color:#f05d2b}}@media (min-width:1500px){button.slider__pagination-bullet{font-size:24px;line-height:20px}}.plumbing{font-family:"Franklin","Arial",sans-serif;color:#111516}.plumbing__title{margin:0 0 20px;font-size:26px;line-height:31px;font-weight:500}@media screen and (min-width:768px){.plumbing__title{font-size:68px;line-height:78px}}@media screen and (min-width:768px) and (max-width:1199px){.plumbing__title{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}}@media screen and (min-width:1200px){.plumbing__title{margin-bottom:59px}}.plumbing__item--sales .plumbing__img::after,.plumbing__text{display:none}@media screen and (min-width:768px) and (max-width:1199px){.plumbing__text{display:block;margin:0 0 30px;font-size:32px;line-height:34px;font-weight:500}}.plumbing__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;justify-items:stretch;margin:0;padding:0;list-style:none}@media screen and (min-width:768px) and (max-width:1199px){.plumbing__list{gap:12px}}@media screen and (min-width:1200px){.plumbing__list{gap:30px}}.plumbing__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:calc(50% - 5px)}@media screen and (min-width:768px) and (max-width:1199px){.plumbing__item{width:calc(33% - 10px)}}@media screen and (min-width:1200px){.plumbing__item{width:calc(33% - 30px)}}@media screen and (min-width:768px) and (max-width:1199px){.plumbing__item:nth-child(5n+4),.plumbing__item:nth-child(5n+5){width:calc(50% - 10px)}}@media screen and (min-width:1200px){.plumbing__item:nth-child(5n+4),.plumbing__item:nth-child(5n+5){width:calc(50% - 30px)}}.plumbing__item--sales{color:#fff;background-color:#e5531c}@media screen and (max-width:767px){.plumbing__item--sales{border-radius:10px}}@media screen and (min-width:768px){.plumbing__item--sales{border-radius:16px}}.plumbing__item--sales img{-o-object-position:left;object-position:left}.plumbing__item-container{position:relative;overflow:hidden;padding:21px 16px}@media screen and (max-width:767px){.plumbing__item-container{height:168px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1199px){.plumbing__item-container{height:270px;padding:47px 19px 40px;border-radius:16px}}@media screen and (min-width:1200px){.plumbing__item-container{height:487px;padding:73px 35px 40px;border-radius:16px}}.plumbing__link{position:absolute;z-index:2;inset:0;border-radius:10px;cursor:pointer}@media screen and (min-width:1200px){.plumbing__link{display:none}}.plumbing__link:focus,.plumbing__link:focus-visible,.plumbing__link:hover{background-color:rgba(255,255,255,.4);outline:0}.plumbing__link:active{background-color:rgba(255,255,255,.8)}.plumbing__img{position:absolute;inset:0;overflow:hidden;background-color:#ececee}.plumbing__item--sales .plumbing__img{background-color:#e3511a}@media screen and (max-width:767px){.plumbing__img{border-radius:10px}}@media screen and (min-width:768px){.plumbing__img{border-radius:16px}}.plumbing__img img{display:block;width:auto;max-width:100%;height:100%;margin-left:auto;-o-object-position:right;object-position:right}.plumbing__img::after{position:absolute;content:"";inset:0;background-image:linear-gradient(100deg,#f5f5f5 5.14%,rgba(255,255,255,0) 73.49%)}.plumbing__img:not(.plumbing__item--sales .plumbing__img)::before{position:absolute;content:"";z-index:1;inset:0;opacity:0;background-color:#f4f4f4;border-radius:16px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.plumbing__content{position:relative;z-index:1;overflow:hidden;display:grid;grid-template-rows:auto 1fr;gap:26px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;height:100%}.plumbing__item--sales .plumbing__content{display:block}.plumbing__subtitle{margin:0;font-weight:500}@media screen and (max-width:767px){.plumbing__subtitle{font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.plumbing__subtitle{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.plumbing__subtitle{max-width:640px;font-size:44px;line-height:54px}}.plumbing__item--sales .plumbing__subtitle{margin-bottom:23px}@media screen and (min-width:1200px){.plumbing__item--sales .plumbing__subtitle{margin-bottom:41px}}@media screen and (min-width:768px){.plumbing__subtitle br:first-child{display:none}}.plumbing__description{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media screen and (max-width:1199px){.plumbing__description{display:none}}@media screen and (min-width:1200px){.plumbing__description{overflow:hidden;display:grid;grid-template-rows:repeat(2,auto);gap:20px;-ms-flex-line-pack:start;align-content:flex-start;height:100%;visibility:hidden;opacity:0}}.plumbing__links{overflow:auto;display:grid;gap:4px;margin:0;padding:0;list-style:none;scrollbar-width:auto}.plumbing__links::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.plumbing__links::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.plumbing__links::-webkit-scrollbar-track{background-color:transparent;border:0}.plumbing__links-item{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:18px;line-height:28px;font-weight:500;color:#111516;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}.plumbing__links-item:focus,.plumbing__links-item:focus-visible,.plumbing__links-item:hover{color:#f05d2b;outline:0}.plumbing__links-item:active{color:#8c8f90}.plumbing__item--sales .plumbing__links-item{color:#fff;-webkit-transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}@media (hover:hover){.plumbing__item--sales .plumbing__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;text-decoration:underline;text-underline-offset:4px}}.plumbing__item--sales .plumbing__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;text-decoration:underline;text-underline-offset:4px}@supports not selector(:focus-visible){.plumbing__item--sales .plumbing__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;text-decoration:underline;text-underline-offset:4px}}.plumbing__item--sales .plumbing__btn{border-color:#fff}@media screen and (min-width:768px){.plumbing__item--sales .plumbing__btn{margin-left:6px}.plumbing__item:focus-within .plumbing__description,.plumbing__item:hover .plumbing__description{visibility:visible;opacity:1}.plumbing__item:focus-within .plumbing__img::before,.plumbing__item:hover .plumbing__img::before{opacity:.8}}.card{position:relative;font-size:12px;border:1px solid #e0e0e0}@media screen and (max-width:767px){.card{height:auto;line-height:18px;border-radius:10px}}@media screen and (min-width:768px){.card{height:auto;line-height:15px;border-radius:16px}}@media screen and (min-width:1501px){.card{font-size:14px;line-height:24px}.card:not(.card--table):focus-within,.card:not(.card--table):hover{-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}.card:not(.card--table):focus-within .card__item,.card:not(.card--table):hover .card__item{border-radius:16px 16px 0 0}.card:not(.card--table):focus-within .card__content-hide,.card:not(.card--table):hover .card__content-hide{z-index:2;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-box-shadow:0 14px 35px -5px rgba(0,0,0,.08);box-shadow:0 14px 35px -5px rgba(0,0,0,.08)}.card:not(.card--table):focus-within .card__pagination,.card:not(.card--table):hover .card__pagination{opacity:1}}.card--table{font-size:14px;line-height:20px;border:0;border-radius:0}@media screen and (min-width:1501px){.card--table{padding:20px}.card--table:focus-visible,.card--table:hover{border-radius:16px;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}.card--table:focus-visible .card__pagination,.card--table:hover .card__pagination{opacity:1}}.card--list{border:0;border-bottom:1px solid #f4f4f4;border-radius:0}.card--header{display:grid;grid-template-columns:72px 53px 1fr 73px 68px 83px 110px 64px;background-color:#f4f4f4;border:0;border-radius:0}@media screen and (max-width:767px){.card--header{display:none}}@media screen and (min-width:1501px){.card--header{grid-template-columns:102px 109px 1fr 94px 92px 114px 148px 145px}}.card--header::after,.card--header::before{content:"";width:100%;height:18px}.card--header span{font-weight:600}@media screen and (max-width:1500px){.card--header span{font-size:12px;line-height:18px}}@media screen and (min-width:1501px){.card--header span{font-size:14px;line-height:24px}}.card a{-webkit-user-select:unset;-moz-user-select:unset;-ms-user-select:unset;user-select:unset}.card__item{position:relative;display:grid;grid-template-rows:auto 1fr;height:100%;background-color:#fff}@media screen and (min-width:768px){.card__item{border-radius:16px}}@media screen and (max-width:767px){.card__item{border-radius:10px}}.card__item>*{min-width:0}.card__item-table{position:relative;display:grid;height:100%;padding-bottom:20px;background-color:#fff}@media screen and (max-width:767px){.card__item-table{grid-template-columns:106px 1fr;gap:12px;border-bottom:1px solid #e0e0e0}}@media screen and (min-width:768px) and (max-width:1199px){.card__item-table{grid-template-columns:auto 1fr;gap:14px}}@media screen and (min-width:1200px){.card__item-table{grid-template-columns:auto 1fr;gap:29px;padding-bottom:0}}.card__content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}@media screen and (min-width:768px) and (max-width:1500px){.card__content-container{display:grid;grid-template-columns:1fr 257px;gap:19px;padding-top:9px}}@media screen and (min-width:1501px){.card__content-container{display:grid;grid-template-columns:1fr 360px;gap:19px}}.card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:10px 12px 11px}@media screen and (min-width:768px) and (max-width:1500px){.card__content{gap:10px;padding-bottom:14px}}@media screen and (min-width:1501px){.card__content{gap:10px;padding:38px 22px 30px}}@media screen and (max-width:767px){.card__content{gap:14px}}.card__title-link{color:#111516;text-decoration:none}@media (hover:hover){.card__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.card__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.card__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.card__title{margin:0;font-weight:600}@media screen and (max-width:767px){.card__title{font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.card__title{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.card__title{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.card__title-table{margin:0;font-weight:600}@media screen and (max-width:767px){.card__title-table{font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.card__title-table{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.card__title-table{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.card__content-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media screen and (min-width:1501px){.card__content-table{gap:43px;padding:3px 0 0 24px;border-left:1px dotted #e0e0e0}}.card__stock{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto}@media screen and (max-width:767px){.card__stock{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:768px){.card__stock{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.card__stock--table{margin:0}@media screen and (min-width:768px) and (max-width:1500px){.card__stock--table{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:170px}}@media screen and (min-width:1501px){.card__stock--table{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;max-width:220px}}.card__code{color:#8c8f90}.card__balance{color:#008989}.card__basket{display:grid;grid-template-columns:1fr;gap:5px;-ms-flex-line-pack:start;align-content:start}@media (max-width:767px){.card__basket{gap:10px}}@media (min-width:768px) and (max-width:1500px){.card__basket{gap:10px}}.card__basket>*{min-width:0}@media (max-width:767px){.card__basket--table{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card__basket--table .card__price-table{width:100%}.card__basket--table .card__basket-btn--basket,.card__basket--table .card__counter{margin-right:auto}}@media (min-width:768px){.card__basket--table{grid-template-columns:repeat(2,1fr);gap:20px 5px}.card__basket--table .card__price-table{grid-column:1/-1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.card__basket-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card__basket-btn.button--orange{color:#fff}.card__basket-btn.button--white{color:#f05d2b}@media (max-width:767px){.card__basket-btn{width:36px;height:36px;padding:0;font-size:0;line-height:0}.card__basket-btn--more{width:150px;height:auto;padding:7px 10px;font-size:14px;line-height:24px}}@media (min-width:768px) and (max-width:1500px){.card__basket-btn{width:131px;padding:7px 10px;font-size:14px;line-height:24px;border:1px solid #f05d2b}}@media (min-width:1501px){.card__basket-btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:158px;padding:9px 10px;font-size:14px;line-height:24px;border:1px solid #f05d2b}}.card__basket-btn svg{display:block;fill:currentColor;--color-stroke:currentColor}@media (max-width:767px){.card__basket-btn svg{width:18px;height:18px}}@media (min-width:768px) and (max-width:1500px){.card__basket-btn svg{display:none}}@media (min-width:1501px){.card__basket-btn svg{width:22px;height:22px;margin-left:10px}}.card__basket .card__counter{display:none}@media (max-width:767px){.card__basket .card__counter{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:36px}.card__basket .card__counter .card__counter-btn{width:36px;height:36px}.card__basket .card__counter .card__counter-input{width:49px;height:36px}}@media (min-width:768px) and (max-width:1500px){.card__basket .card__counter{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:40px}.card__basket .card__counter .card__counter-btn{width:40px;height:40px}.card__basket .card__counter .card__counter-input{width:49px;height:40px}}@media (min-width:1501px){.card__basket .card__counter{width:158px;height:44px}.card__basket .card__counter .card__counter-btn{width:44px;height:44px}.card__basket .card__counter .card__counter-input{width:calc(100% - 44px - 44px - 2px);height:44px}}.card__basket.is-active .card__counter,.card__price{display:-webkit-box;display:-ms-flexbox;display:flex}.card__basket.is-active .card__basket-btn--basket,.card__btn-basket.in-basket svg{display:none}.card__price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px) and (max-width:1500px){.card__price{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:38px}}@media screen and (min-width:1501px){.card__price{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:57px}}.card__price-table{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.card__price-table{gap:12px 8px;font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.card__price-table{gap:11px 14px;font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.card__price-table{gap:11px 14px;font-size:22px;line-height:32px}}.about-exc__title span,.card__price-sale{color:#f05d2b}.card__price-old{font-family:"Segoeui","Arial",sans-serif;font-weight:400;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}@media screen and (max-width:767px){.card__price-old{font-size:12px;line-height:17px}}@media screen and (min-width:768px) and (max-width:1599px){.card__price-old{font-size:12px;line-height:16px}}@media screen and (min-width:1600px){.card__price-old{font-size:16px;line-height:25px}}@media screen and (min-width:768px) and (max-width:1500px){.card--table .card__price-old{font-family:"Geologica","Arial",sans-serif;font-size:14px;line-height:18px;font-weight:300}}@media screen and (min-width:1501px){.card--table .card__price-old{font-family:"Geologica","Arial",sans-serif;font-size:16px;line-height:18px;font-weight:300}}.card__counter{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media screen and (min-width:768px){.card__counter{gap:1px}}.card__counter .card__counter-input,.card__counter-input{-ms-flex-negative:0;flex-shrink:0;width:51px;height:28px;margin:0;padding:5px;font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:20px;font-weight:600;text-align:center;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;background-color:#f4f4f4;border:1px solid transparent;border-radius:20px;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}@media screen and (min-width:768px){.card__counter .card__counter-input,.card__counter-input{width:64px;height:30px}}.card__counter .card__counter-input::-webkit-inner-spin-button,.card__counter .card__counter-input::-webkit-outer-spin-button,.card__counter-input::-webkit-inner-spin-button,.card__counter-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.card__counter .card__counter-input:focus,.card__counter .card__counter-input:focus-visible,.card__counter .card__counter-input:hover,.card__counter-input:focus,.card__counter-input:focus-visible,.card__counter-input:hover{border-color:#111516;outline:0}.card__counter .card__counter-btn,.card__counter-btn{position:relative;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:0;color:#232323;background-color:#f4f4f4;border:0;border-radius:20px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media (hover:hover){.card__counter .card__counter-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.card__counter-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}.card__counter .card__counter-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.card__counter-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.card__counter .card__counter-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.card__counter-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}@media screen and (max-width:767px){.card__counter .card__counter-btn,.card__counter-btn{width:28px;height:28px}}@media screen and (min-width:768px){.card__counter .card__counter-btn,.card__counter-btn{width:30px;height:30px}}.card__counter .card__counter-btn::after,.card__counter .card__counter-btn::before,.card__counter-btn::after,.card__counter-btn::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px;height:1px;background-color:currentColor}.card__counter .card__counter-btn::after,.card__counter-btn::after{-webkit-transform:translate(-50%,-50%) rotate(-90deg);-ms-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);display:none}.card__btn-basket .card__btn-icon,.card__counter .card__counter-btn.is-plus::after,.card__counter-btn.is-plus::after{display:block}.card__btn--basket{--color-stroke:currentColor}@media screen and (max-width:767px){.card__btn--basket{width:36px;height:36px;padding:0;font-size:0;line-height:0}}@media screen and (min-width:768px) and (max-width:1500px){.card__btn--basket{padding:7px 21px;font-size:14px;line-height:24px;font-weight:700}}@media screen and (min-width:1501px){.card__btn--basket{gap:0 10px;padding:9px 24px}}.card__btn-basket{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}@media screen and (max-width:767px){.card__btn-basket{padding:5px 15px 6px}}@media screen and (min-width:768px) and (max-width:1500px){.card__btn-basket{padding:5px 13px;font-size:12px;line-height:16px;font-weight:700}}@media screen and (min-width:1501px){.card__btn-basket{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding:5px 23px}}.card__btn-basket.in-basket{padding:5px 40px;background-color:#555859}@media screen and (max-width:767px){.card__btn-more{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.card__btn-more{padding:11px 14px 13px;font-size:12px;line-height:16px;font-weight:700}}@media screen and (min-width:1501px){.card__btn-more{padding:8px 20px;font-size:14px;line-height:24px;font-weight:600}.card__btn-icon{width:22px;height:22px}}@media screen and (min-width:768px) and (max-width:1500px){.card__btn-icon{display:none}}.card__label:not(.card__label--list){position:absolute;z-index:1;top:8px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}@media screen and (min-width:768px){.card__label:not(.card__label--list){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:150px}}@media screen and (min-width:1501px){.card__label:not(.card__label--list){top:15px}}.card--table .card__label:not(.card__label--list){top:12px}.card__sale{font-size:12px;color:#fff;text-align:center;border-radius:60px}@media screen and (max-width:767px){.card__sale{width:70px;padding:5px 5px 6px;line-height:14px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.card__sale{padding:6px 10px 8px;line-height:12px;font-weight:700}}@media screen and (min-width:1501px){.card__sale{padding:9px 13px;line-height:18px;font-weight:600}}.card__sale--promotion{background-color:#f05d2b}.card__sale--new{background-color:#008989}.card__sale--discount{background-color:#c21808}.card__links{position:absolute;z-index:1;top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1501px){.card__links{top:15px;right:15px;gap:10px}}@media screen and (max-width:767px){.card__links{right:5px;gap:8px}}@media screen and (min-width:768px) and (max-width:1500px){.card__links{right:8px;gap:6px}}.card__links-table{display:-webkit-box;display:-ms-flexbox;display:flex;gap:11px}@media screen and (min-width:768px){.card__links-table{position:absolute;z-index:1;right:0}}@media screen and (min-width:768px) and (max-width:1500px){.card__links-table{top:10px;gap:2px}}@media screen and (min-width:1501px){.card__links-table{top:0;gap:9px}}.card__links-item{cursor:pointer}@media screen and (max-width:767px){.card__links-item{width:30px;height:30px;padding:0 8px}}@media screen and (min-width:768px) and (max-width:1500px){.card__links-item{width:34px;height:34px;padding:0 10px}}@media screen and (min-width:1501px){.card__links-item{width:40px;height:40px;padding:0 10px}}@media screen and (max-width:767px){.card__links-table .card__links-item{width:34px;height:34px;padding:0 10px}}.card__content-hide{position:absolute;z-index:-10;top:100%;right:-1px;left:-1px;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);margin-top:-11px;padding:0 25px 24px;background-color:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 16px 16px}.card__table{margin:0;font-size:14px;line-height:24px}@media screen and (max-width:767px){.card--table .card__table{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.card--table .card__table{padding-top:7px}}@media screen and (min-width:1501px){.card--table .card__table{width:309px;padding-top:7px}}.card__table a{color:inherit;text-decoration:none}@media (hover:hover){.card__table a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.card__table a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.card__table a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.card__table-item{display:grid;grid-template-columns:1fr 2fr;gap:10px}.card__table-item:not(:last-child){margin-bottom:4px}@media screen and (min-width:768px) and (max-width:1500px){.card--table .card__table-item:not(:last-child){margin-bottom:0}}.card__table-title{color:#8c8f90}.card__table-value{margin:0;font-weight:600;color:#111516;text-align:right}.card__img{overflow:hidden;width:100%;max-width:500px;border-bottom:1px solid #e0e0e0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:767px){.card__img{min-height:153px;padding:21px 14px 12px}}@media screen and (min-width:768px) and (max-width:1500px){.card__img{-ms-flex-item-align:center;align-self:center;padding:18px 34px 8px}}@media screen and (min-width:1501px){.card__img{padding:4px 15px 0}}.card__img.card__img--empty .card__pagination,.card__img.card__img--one .card__pagination{display:none}.card--table .card__img{-ms-flex-item-align:center;align-self:center;padding:0 14px;border:0}@media screen and (min-width:768px){.card--table .card__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:159px;height:174px;border:1px solid #e0e0e0;border-radius:16px}}@media screen and (min-width:1200px){.card--table .card__img{width:225px;height:225px}}.card__slide-img img,.card__swiper{width:100%;height:100%}.card__slide-img{padding:0 5px}@media screen and (min-width:768px) and (max-width:1023px){.card__slide-img{height:200px}}@media screen and (min-width:1024px) and (max-width:1199px){.card__slide-img{height:250px}}@media screen and (min-width:1200px) and (max-width:1500px){.card__slide-img{height:300px}}@media screen and (min-width:1501px){.card__slide-img{height:316px}}.card__slide-img img{display:block;-o-object-fit:contain;object-fit:contain}.card__pagination{position:absolute;z-index:1;bottom:0;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:center;width:100%}@media screen and (min-width:1501px){.card__pagination{opacity:0}}@media (min-width:1200px){.card__pagination{top:0!important}}.card--table .card__pagination{display:none}@media screen and (min-width:1501px){.card--table .card__pagination{bottom:9px;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0}}.card__pagination-btn{width:30px;margin:0 2px;background-color:transparent;border-bottom:2px solid rgba(0,0,0,.08);-webkit-transition:width .2s ease;transition:width .2s ease;cursor:default}.card__pagination-btn.is-active{background-color:transparent;border-color:#f05d2b}@media screen and (max-width:767px){.card__pagination-btn.is-active{width:50px}}@media screen and (min-width:768px){.card__pagination-btn.is-active{width:60px}}@media (min-width:1200px){.card__pagination-btn{-ms-flex-negative:1;flex-shrink:1;height:100%;margin:0 5px}}@media (hover:hover){.card__pagination-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;background-color:transparent}}.card__pagination-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;background-color:transparent}@supports not selector(:focus-visible){.card__pagination-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;background-color:transparent}}.card__list-item{display:grid}@media screen and (min-width:768px) and (max-width:1500px){.card__list-item{grid-template-columns:72px 53px 1fr 73px 68px 83px 110px 64px}}@media screen and (min-width:1501px){.card__list-item{grid-template-columns:102px 109px 1fr 94px 92px 114px 148px 145px}}.card__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:66px;color:#555859}@media screen and (max-width:767px){.card__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:auto;padding:0}}@media screen and (min-width:768px) and (max-width:1500px){.card__inner{padding:8px 10px}}@media screen and (max-width:1500px){.card__inner{font-size:12px;line-height:16px}}@media screen and (min-width:1501px){.card__inner{min-height:71px;padding:8px 16px;font-size:14px;line-height:24px}}@media screen and (max-width:1500px){.card--header .card__inner{min-height:42px}}@media screen and (min-width:1501px){.card--header .card__inner{min-height:60px}.card__inner--code{padding:8px 26px}}@media screen and (max-width:767px){.card__inner--title{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (min-width:1501px){.card__inner--title{padding:8px 26px}}@media screen and (min-width:768px) and (max-width:1500px){.card__inner--counter{padding:8px}}@media screen and (min-width:1501px){.card__inner--counter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 16px}}@media screen and (max-width:767px){.card__inner-title{-ms-flex-negative:0;flex-shrink:0}}@media screen and (min-width:768px){.card__inner-title{display:none}}@media screen and (max-width:767px){.card__inner--title .card__inner-title{display:none}}.card__list-label{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.card__list-label{gap:10px}}@media screen and (min-width:768px){.card__list-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:5px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:0}}.card__list-label .card__sale{padding:7px 7px 9px}@media screen and (min-width:1501px){.card__list-label .card__sale{padding:3px 12px 5px;font-size:8px;line-height:12px}}.card__list-sale{font-weight:600;color:#f05d2b}@media screen and (max-width:1500px){.card__list-sale{font-size:12px;line-height:18px}}@media screen and (min-width:1501px){.card__list-sale{font-size:14px;line-height:24px}}.card__list-old{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}@media screen and (min-width:1501px){.card__list-old{font-size:12px;line-height:18px}}.card__list-link{color:#111516;text-decoration:none}@media (hover:hover){.card__list-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.card__list-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.card__list-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.card__list-title,.post__content p{margin:0}@media screen and (max-width:1500px){.card__list-title{font-size:12px;line-height:18px;font-weight:600}}@media screen and (min-width:1501px){.card__list-title{font-size:14px;line-height:24px}}.card__list-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.result--tile .card{font-size:14px;line-height:20px;border:0;border-bottom:1px solid #e0e0e0;border-radius:0}.result--tile .card__item{grid-template-columns:auto 1fr}.result--tile .card__label{top:20px;left:10px}.result--tile .card__img{grid-row:1/3;align-self:center;width:110px;margin-right:-5px;padding:0;border:0}.result--tile .card__pagination{display:none}.result--tile .card__content{z-index:1;grid-column:-1/-2;grid-row:1/span 2;gap:7px;padding-top:10px;padding-bottom:18px}.result--tile .card__title{font-size:14px;line-height:20px}.result--tile .card__stock{margin-bottom:13px}.result--tile .card__price{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.result--tile .card__price-sale{margin-right:7px;font-size:16px}.result--tile .card__counter{display:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.result--tile .card__links--tile{top:auto;right:0;bottom:18px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:14px}.result--tile .card__links-item{width:33px;height:33px;padding:0 10px}.result--table .card__item-table{gap:0 12px}.result--table .card__label{top:20px;left:10px}.result--table .card__img{grid-row:1/3;align-self:center;width:110px;margin-right:-5px;padding:0;border:0}.result--table .card__content-container{z-index:1;grid-column:-1/-2;grid-row:1/span 2}.result--list .card__list-item{grid-template-columns:auto 1fr;gap:3px 8px;padding-bottom:12px}.result--list .card__inner{grid-column:auto/span 2;gap:7px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;font-size:14px;line-height:20px}.result--list .card__inner--label{position:absolute;z-index:2;top:8px;left:10px;padding:0}.result--list .card__list-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.result--list .card__inner--balance{display:none}.result--list .card__inner--img{display:block;grid-column:1/-1;align-self:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:110px}.result--list .card__inner--title{grid-column:1/-1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.result--list .card__inner--code{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-bottom:14px}.result--list .card__inner--stock{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-bottom:14px}.result--list .card__img{padding:0;border:0}.result--list .card__pagination{display:none}.result--list .card__list-title{font-size:14px;line-height:20px}.result--list .card__sale{padding:4px 7px 6px}.result--list .card__balance{display:inline-block}.result--list .card__inner--counter .card__inner-title,.result--list .card__inner--price .card__inner-title,.result--list .card__inner--stock .card__inner-title,.result--list .card__package{display:none}.result--list .card__inner--price{margin-bottom:9px}.result--list .card__list-price{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.result--list .card__list-sale{margin-right:7px;font-family:"Franklin","Arial",sans-serif;font-size:16px;font-weight:500}.result--list .card__list-old{font-size:12px}.result--list .card__inner--counter{margin-bottom:9px}.result--list .card__links--tile{top:auto;right:0;bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:14px}.result--list .card__links-item{width:33px;height:33px;padding:0 10px}}@media screen and (min-width:768px){.result--list .card__balance,.result--list .card__inner--img,.result--list .card__links--tile{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.card--table .card__content-container{grid-template-columns:1fr 275px}}.card--list .card__list-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1501px){.card--list .card__list-item{grid-template-columns:102px 109px 1fr 94px 120px 200px 190px}}@media screen and (min-width:767px) and (max-width:1500px){.card--list .card__list-item{grid-template-columns:72px 53px 1fr 73px 100px 150px 175px}}@media screen and (max-width:767px){.card--list .card__list-item{grid-template-columns:repeat(4,1fr)}.card--list .card__inner--stock .card__package{display:block}.card--list .card__inner--price{grid-column:1/-1;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.card--list .card__basket{grid-column:1/-1;grid-template-columns:1fr;-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (min-width:768px){.card--list .card__btn-arrived{grid-column:1/-1;-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.card__price-sale:not(.card__price-table .card__price-sale),.card__price-standart:not(.card__price-table .card__price-standart){font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.card__price-sale:not(.card__price-table .card__price-sale),.card__price-standart:not(.card__price-table .card__price-standart){font-size:15px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.card__price-sale:not(.card__price-table .card__price-sale),.card__price-standart:not(.card__price-table .card__price-standart){font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.card__price-sale:not(.card__price-table .card__price-sale),.card__price-standart:not(.card__price-table .card__price-standart){font-size:22px;line-height:22px}}.catalog{position:relative;font-size:12px}@media screen and (max-width:767px){.catalog{line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog{line-height:15px}}@media screen and (min-width:1501px){.catalog{font-size:14px;line-height:24px}}.catalog__container{position:relative}@media screen and (max-width:767px){.catalog__title-main{margin-bottom:23px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog__title-main{margin-bottom:30px}}@media screen and (min-width:1501px){.catalog__title-main{margin-bottom:56px}}@media screen and (max-width:767px){.catalog--watched .catalog__title-main{margin-bottom:31px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog--watched .catalog__title-main{margin-bottom:35px}}.catalog__list{display:grid;margin:0 0 26px;padding:0;list-style:none}@media screen and (max-width:767px){.catalog__list{grid-template-columns:repeat(2,1fr);gap:11px 8px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog__list{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:30px}}@media screen and (min-width:1501px){.catalog__list{grid-template-columns:repeat(4,1fr);gap:28px 29px;margin-bottom:38px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog--new .catalog__item{display:none}.catalog--new .catalog__item:nth-child(-n+6){display:block}}.catalog__btn-more{margin:0 auto}@media screen and (max-width:767px){.catalog__btn-more{padding:9px 16px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog__btn-more{padding:14px 22px;font-size:14px;line-height:20px;font-weight:600}}.catalog__watched-swiper{z-index:1}.catalog__watched-swiper:focus-within,.catalog__watched-swiper:hover{z-index:2}@media screen and (max-width:767px){.catalog__watched-swiper{padding-bottom:50px}}@media screen and (min-width:1200px){.catalog__watched-swiper{overflow-x:clip;overflow-y:unset;padding-bottom:2px}}.catalog__watched-swiper .catalog__watched-slide{max-width:500px}@media screen and (min-width:1501px){.catalog__watched-wrapper{padding-bottom:4px}}@media screen and (min-width:768px){.catalog__watched-pagination{display:none}}@media screen and (max-width:767px){.catalog__watched-navigation{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.catalog__watched-navigation{position:absolute;top:20px;right:20px;width:90px}}@media screen and (min-width:768px){.catalog__watched-navigation{display:block}}@media screen and (min-width:768px) and (max-width:1500px){.catalog__watched-arrow{width:40px;height:40px}}@media screen and (min-width:1501px){.catalog__watched-arrow{top:53%}}.news .breadcrumbs{padding-bottom:40px}.news--last .news__container,.news__header{display:-webkit-box;display:-ms-flexbox;display:flex}.news--last .news__container{position:relative}@media screen and (max-width:1500px){.news--last .news__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:1501px){.news--last .news__container{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (max-width:767px){.news--last .news__container{padding:0}}.news__header{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:30px}.news__title-main{-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:767px){.news--last .news__title-main{margin-bottom:23px;padding-left:16px}}@media screen and (min-width:768px) and (max-width:1500px){.news--last .news__title-main{margin-bottom:30px}}@media screen and (min-width:1501px){.news--last .news__title-main{margin-bottom:60px}}.news__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}@media screen and (max-width:1500px){.news__nav{position:relative;overflow:hidden;overflow-x:auto;margin:0 -16px;padding:0 16px 18px;scrollbar-width:none;-ms-overflow-style:none}.news__nav::-webkit-scrollbar{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.news__nav{padding-bottom:21px}}@media screen and (min-width:1501px){.news__nav{gap:40px;padding-bottom:45px}}.news__nav-btn{display:inline-block;-ms-flex-negative:0;flex-shrink:0;font-family:"Franklin","Arial",sans-serif;font-size:14px;line-height:18px;font-weight:500;color:#8c8f90;text-decoration:none;background-color:transparent;border:1px solid #e0e0e0;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (max-width:767px){.news__nav-btn{padding:6px 7px;border-radius:4px}}@media screen and (min-width:768px) and (max-width:1500px){.news__nav-btn{padding:6px 10px;border-radius:6px}}@media screen and (min-width:768px) and (max-width:1500px) and (hover:hover){.news__nav-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#555859;border-color:#555859}}@media screen and (min-width:768px) and (max-width:1500px){.news__nav-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#555859;border-color:#555859}@supports not selector(:focus-visible){.news__nav-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#555859;border-color:#555859}}}@media screen and (min-width:1501px){.news__nav-btn{padding:0;font-size:18px;line-height:28px;border:0;border-bottom:1px solid transparent}}@media screen and (min-width:1501px) and (hover:hover){.news__nav-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;border-color:#f05d2b}}@media screen and (min-width:1501px){.news__nav-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.news__nav-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;border-color:#f05d2b}}}@media screen and (max-width:1500px){.news__nav-btn.is-active{color:#fff;background-color:#555859;border-color:#555859}}@media screen and (min-width:1501px){.news__nav-btn.is-active{color:#111516;border-color:#f05d2b}}.news__btn-more{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width:767px){.news__btn-more{margin-left:16px;padding:9px 14px}}@media screen and (min-width:768px) and (max-width:1500px){.news__btn-more{padding:14px 22px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.news__btn-more{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.news__result-list{display:grid;grid-template-columns:1fr;gap:29px;margin:0;padding:0;list-style:none}@media screen and (min-width:768px) and (max-width:1500px){.news__result-list{grid-template-columns:repeat(3,1fr);gap:20px 10px}}@media screen and (min-width:1501px){.news__result-list{grid-template-columns:repeat(4,1fr);gap:60px 30px}}.news__result-item{position:relative}@media screen and (min-width:768px){.news__result-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news__img-link{overflow:hidden;display:block;margin-bottom:16px}@media screen and (max-width:767px){.news__img-link{height:186px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.news__img-link{height:160px;border-radius:16px}}@media screen and (min-width:1501px){.news__img-link{height:220px;margin-bottom:22px;border-radius:16px}}@media (hover:hover){.news__img-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;opacity:.8}}.news__img-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;opacity:.8}@supports not selector(:focus-visible){.news__img-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;opacity:.8}}.news__img-link img{display:block;width:100%;height:100%}@media screen and (max-width:767px){.news__result-pagination{padding-top:20px}}@media screen and (min-width:768px){.news__result-pagination{padding-top:40px}}.news__swiper{width:100%}@media screen and (max-width:767px){.news__swiper{margin-bottom:29px;padding:0 16px}}@media screen and (min-width:768px) and (max-width:1500px){.news__swiper{margin-bottom:30px}}@media screen and (min-width:1501px){.news__swiper{width:100%}}.news__slide{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;min-height:372px}@media screen and (max-width:767px){.news__slide{width:244px}}@media screen and (min-width:1501px){.news__slide{gap:11px;min-height:447px}}.news__slide-img{display:block;margin-bottom:8px}@media screen and (max-width:1500px){.news__slide-img{height:170px}}@media screen and (min-width:1501px){.news__slide-img{height:220px}}@media (hover:hover){.news__slide-img:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;opacity:.8}}.news__slide-img:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;opacity:.8}@supports not selector(:focus-visible){.news__slide-img:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;opacity:.8}}.news__slide-img img{display:block;width:auto;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.news__slide-img img{border-radius:10px}}@media screen and (min-width:768px){.news__slide-img img{border-radius:16px}}.news__text{display:block;margin:0;font-size:12px;color:#555859}@media screen and (max-width:767px){.news__text{line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.news__text{max-width:216px;line-height:16px}}@media screen and (min-width:1501px){.news__text{max-width:320px;font-size:13px;line-height:18px}}.news__text--excerpt{margin-bottom:4px}@media screen and (min-width:1501px){.news__text--excerpt{margin-bottom:0}}.news:not(.news--last) .news__text--excerpt{margin-bottom:13px}.news__text--date{margin-bottom:7px}.news__title{display:inline-block;margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516;text-decoration:none}@media screen and (min-width:768px){.news__title{min-height:66px}}@media screen and (max-width:1500px){.news__title{font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.news__title{max-width:320px;font-size:18px;line-height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.news__title{max-width:216px}}@media (hover:hover){.news__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.news__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.news__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.news:not(.news--last) .news__title{margin-bottom:7px}.news__link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:auto;color:#111516;text-decoration:none}@media screen and (max-width:767px){.news__link{font-size:14px;line-height:20px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.news__link{font-size:12px;line-height:16px;font-weight:700}}@media (hover:hover){.news__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.news__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.news__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.news__link::before{content:"";display:block;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:16px;height:16px;background-color:#f05d2b;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.news__navigation{position:absolute}@media screen and (max-width:767px){.news__navigation{right:16px;bottom:20px;width:90px}}@media screen and (min-width:768px) and (max-width:1500px){.news__navigation{right:22px;bottom:25px;width:110px}}@media screen and (min-width:1501px){.news__navigation{top:41%;right:0;left:0}}.news__label{position:absolute}@media screen and (max-width:1500px){.news__label{top:10px;left:10px}}@media screen and (min-width:1501px){.news__label{top:20px;left:20px}}@media screen and (min-width:768px) and (max-width:1500px){.about-exc__title-main{grid-column:1/2}}@media screen and (min-width:1501px){.about-exc__title-main{-ms-flex-item-align:self-end;align-self:self-end;margin-bottom:4px}}.about-exc__inner{display:grid}@media screen and (max-width:767px){.about-exc__inner{grid-template-columns:1fr;gap:23px}}@media screen and (min-width:768px){.about-exc__inner{display:grid;grid-template-columns:repeat(2,1fr);-ms-flex-line-pack:start;align-content:flex-start}}@media screen and (min-width:768px) and (max-width:1500px){.about-exc__inner{gap:10px 60px;padding:35px 0 26px}}@media screen and (min-width:1501px){.about-exc__inner{gap:23px}}@media screen and (max-width:767px){.about-exc__img{height:314px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.about-exc__img{height:336px}}@media screen and (min-width:768px){.about-exc__img{grid-column:-1/-2;grid-row:1/span 2;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-radius:16px}}@media screen and (min-width:1501px){.about-exc__img{height:567px;border-radius:16px}}.about-exc__img img{display:block;width:100%;height:100%;border-radius:10px}@media screen and (min-width:768px){.about-exc__img img{border-radius:16px}}.about-exc__content{grid-column:1/2}.about-exc__title{margin:0 0 12px;font-family:"Franklin","Arial",sans-serif;font-size:16px;font-weight:500}@media screen and (max-width:767px){.about-exc__title{line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.about-exc__title{max-width:95%;margin-bottom:9px;line-height:22px}}@media screen and (min-width:1501px){.about-exc__title{max-width:85%;margin-bottom:31px;font-size:32px;line-height:42px}}.about-exc__text{margin:0 0 18px;font-size:13px;font-weight:400;color:#555859}@media screen and (max-width:767px){.about-exc__text{line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.about-exc__text{margin-bottom:21px;line-height:22px}.about-exc__text br{display:block}}@media screen and (min-width:1501px){.about-exc__text{max-width:85%;margin-bottom:32px;font-size:14px;font-weight:600;line-height:24px}}.about-exc__text br{display:none}.about-exc__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:600;line-height:20px;color:inherit;text-decoration:none}@media (hover:hover){.about-exc__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.about-exc__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.about-exc__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.about-exc__link{gap:10px}}@media screen and (min-width:768px){.about-exc__link{gap:13px}}.about-exc__link::before{content:"";display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;background-color:#f05d2b;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:767px){.about-exc__link::before{width:16px;height:16px}}@media screen and (min-width:768px){.about-exc__link::before{width:20px;height:20px}}.work{font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.work{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.work{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.work{font-size:32px;line-height:42px}}.work__inner{display:grid}@media screen and (min-width:768px) and (max-width:1199px){.work__inner{grid-template-columns:minmax(auto,307px) 1fr}}@media screen and (min-width:1200px){.work__inner{grid-template-columns:minmax(auto,415px) 1fr;max-width:1380px;margin:0 auto}}.work__header{color:#fff;background-color:#f05d2b;background-repeat:no-repeat;background-position:right bottom;background-size:cover}@media screen and (max-width:767px){.work__header{padding:29px 18px 95px;border-radius:10px 10px 0 0;background-image:-webkit-image-set(url(/local/templates/sanriks-new/css/../images/work-bg@2x.avif) type("image/avif") 2x,url(/local/templates/sanriks-new/css/../images/work-bg@1x.avif) type("image/avif") 1x,url(/local/templates/sanriks-new/css/../images/work-bg@2x.webp) type("image/webp") 2x,url(/local/templates/sanriks-new/css/../images/work-bg@1x.webp) type("image/webp") 1x,url(/local/templates/sanriks-new/css/../images/work-bg@2x.png) 2x,url(/local/templates/sanriks-new/css/../images/work-bg@1x.png) 1x);background-image:image-set(url(/local/templates/sanriks-new/css/../images/work-bg@2x.avif) type("image/avif") 2x,url(/local/templates/sanriks-new/css/../images/work-bg@1x.avif) type("image/avif") 1x,url(/local/templates/sanriks-new/css/../images/work-bg@2x.webp) type("image/webp") 2x,url(/local/templates/sanriks-new/css/../images/work-bg@1x.webp) type("image/webp") 1x,url(/local/templates/sanriks-new/css/../images/work-bg@2x.png) 2x,url(/local/templates/sanriks-new/css/../images/work-bg@1x.png) 1x)}}@media screen and (min-width:768px){.work__header{padding:30px 31px 95px;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#bg-romb);border-radius:16px 0 0 16px}}@media screen and (min-width:1200px){.work__header{padding:40px 40px 160px}}.work__title{margin:0 0 18px;font-weight:500}@media screen and (max-width:767px){.work__title{font-size:26px;line-height:31px}}@media screen and (min-width:768px){.work__title{margin-bottom:20px;font-size:32px;line-height:34px}}.work__link{color:inherit;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (min-width:1200px){.work__link{font-size:22px;line-height:32px}}@media (hover:hover){.work__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.work__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.work__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.work__text{margin:0 0 10px}.work__form{border:1px solid #e0e0e0}@media screen and (max-width:767px){.work__form{padding:28px 15px;border-radius:0 0 10px 10px}}@media screen and (min-width:768px) and (max-width:1199px){.work__form{padding:29px 32px 29px 40px}}@media screen and (min-width:768px){.work__form{border-radius:0 16px 16px 0}}@media screen and (min-width:1200px){.work__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:40px 67px}}@media screen and (max-width:767px){.work .form__group--checkbox{padding-top:10px}}.work__link-tel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:0}@media (max-width:767px){.work__link-tel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.work__link-tel .work__link{margin-right:5px}.work__link-tel span{display:inline-block;font-size:18px;line-height:25px}.adv{overflow:hidden}@media screen and (max-width:767px){.adv{padding-top:9px}}@media screen and (min-width:768px) and (max-width:1500px){.adv__container{padding:0 32px}}@media screen and (min-width:1200px){.adv__container{padding:0 23px}}.adv__swiper-wrapper{margin-bottom:20px}@media screen and (min-width:768px) and (max-width:1500px){.adv__swiper-wrapper{margin-bottom:16px}}@media screen and (min-width:1200px){.adv__swiper-wrapper{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:0}}.adv__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (min-width:1200px){.adv__slide{padding:24px 0 11px}}.adv__content{padding:0 5px}@media screen and (min-width:1200px){.adv__content{padding:0 25px}}.adv__title{margin:0 0 7px;font-weight:600}@media screen and (max-width:767px){.adv__title{font-size:13px;line-height:17px}}@media screen and (min-width:768px) and (max-width:1500px){.adv__title{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.adv__title{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.adv__text{margin:0;font-size:12px;font-weight:500;color:#555859}@media screen and (max-width:767px){.adv__text{line-height:17px}}@media screen and (min-width:768px) and (max-width:1500px){.adv__text{line-height:16px}}@media screen and (min-width:1501px){.adv__text{font-size:14px;line-height:24px}}.adv__img{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:767px){.adv__img{width:28px;height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.adv__img{width:32px;height:32px}}@media screen and (min-width:1501px){.adv__img{width:42px;height:42px}}.adv__img img,.adv__img svg{display:block;width:100%;height:100%}@media (min-width:1200px){.adv__pagination.pagination{display:none}}.brands-slider{overflow:hidden}@media screen and (max-width:767px){.brands-slider{padding-bottom:61px}}@media screen and (min-width:768px){.brands-slider{padding-bottom:40px}}.brands-slider__container{position:relative}@media screen and (max-width:767px){.brands-slider__container{padding:0 0 10px}}.brands-slider__bg{position:relative}@media screen and (max-width:767px){.brands-slider__bg{margin-bottom:15px;padding:0 22px 40px}}.brands-slider__slide{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;max-width:200px;height:auto}@media (max-width:767px){.brands-slider__slide{max-width:225px}}.brands-slider__slide img{display:block;aspect-ratio:170/90;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.brands-slider__link{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:90px;padding:10px 20px;color:#e0e0e0;border:1px solid currentColor;border-radius:6px;-webkit-transition:color .2s ease;transition:color .2s ease;cursor:pointer}@media screen and (min-width:1501px){.brands-slider__link{border-radius:16px}}@media (hover:hover){.brands-slider__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}}.brands-slider__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}@supports not selector(:focus-visible){.brands-slider__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}}@media (min-width:768px){.brands-slider__pagination.pagination{display:none}}@media screen and (max-width:767px){.brands-slider__navigation{display:none}}.brands-slider__arrow{z-index:auto}.brands-slider__arrow--next{right:0}@media screen and (min-width:1501px){.brands-slider__arrow--next{right:-25px}}.brands-slider__arrow--prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}@media screen and (min-width:1501px){.brands-slider__arrow--prev{left:-40px}}.page404{background-color:#f4f4f4;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#bg-404);background-repeat:no-repeat}@media screen and (max-width:767px){.page404{padding:76px 0 70px;background-position:right -152px top -23px;background-size:530px 530px}}@media screen and (min-width:768px) and (max-width:1500px){.page404{padding:85px 0 77px;background-position:right -231px top -168px;background-size:780px 780px}}@media screen and (min-width:1501px){.page404{padding:206px 0 221px;background-position:right -472px top -759px;background-size:2080px 2080px}}@media screen and (max-width:1500px){.page404__container{padding:0 20px}}.brands__result-item li,.page404__title-main{margin-bottom:14px}.page404__subtitle{margin:0 0 14px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.page404__subtitle{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.page404__subtitle{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.page404__subtitle{font-size:44px;line-height:54px}}.page404__text{margin:0 0 39px;font-weight:400}@media screen and (max-width:1500px){.page404__text{font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.page404__text{max-width:490px}}@media screen and (min-width:1501px){.page404__text{max-width:680px;font-size:15px;line-height:25px}}@media screen and (max-width:767px){.page404__btn{padding:8px 15px}}@media screen and (min-width:768px) and (max-width:1500px){.page404__btn{padding:12px 31px}}@media screen and (min-width:1501px){.page404__btn{padding:19px 41px}}.post__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:16px}@media screen and (max-width:767px){.post__img{border-radius:10px}}.post__img img{display:block;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:16px}@media screen and (max-width:767px){.post__img img{border-radius:10px}}.post__content{font-weight:400;color:#555859}@media screen and (max-width:1500px){.post__content{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.post__content{max-width:1268px;margin:0 auto;font-size:15px;line-height:25px}}.post__content h1,.post__content h2,.post__content h3,.post__content h4,.post__content h5,.post__content h6{margin:20px 0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516}.post__content h1{margin-top:0}@media screen and (max-width:767px){.post__content h1{font-size:30px;line-height:36px}}@media screen and (min-width:768px) and (max-width:1500px){.post__content h1{margin-bottom:22px;font-size:44px;line-height:46px}}@media screen and (min-width:1501px){.post__content h1{font-size:68px;line-height:78px}}@media screen and (max-width:767px){.post__content h2{font-size:26px;line-height:31px}}@media screen and (min-width:768px) and (max-width:1500px){.post__content h2{font-size:32px;line-height:34px}}@media screen and (min-width:1501px){.post__content h2{font-size:54px;line-height:64px}}@media screen and (max-width:767px){.post__content h3{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.post__content h3{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.post__content h3{font-size:44px;line-height:54px}}@media screen and (max-width:1500px){.post__content h4{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.post__content h4{font-size:32px;line-height:42px}}.post__content p:not(:last-of-type){margin-bottom:14px}.post__content time{font-size:12px;line-height:17px;color:#555859}.brand__element--desc a,.post__content a{color:#f05d2b;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.post__content a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.post__content a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.post__content a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}@media screen and (min-width:1501px){.post__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:20px}}.post__label{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.post__label{gap:10px;margin-bottom:21px}}@media screen and (min-width:768px){.post__label{gap:15px;margin-bottom:23px}}@media screen and (min-width:1501px){.post__label{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:0}}.post__slider{padding:29px 0}.about-slider{max-width:1920px;margin:0 auto}@media screen and (max-width:767px){.about-slider__swiper-wrapper{margin-bottom:30px}}.about-slider__slide{height:194px}@media screen and (max-width:767px){.about-slider__slide{width:250px}}@media screen and (min-width:768px) and (max-width:1500px){.about-slider__slide{width:279px}}@media screen and (min-width:1501px){.about-slider__slide{width:619px;height:430px}}.about-slider__slide-img{position:relative}.about-slider__slide-img,.about-slider__slide-img img,.about__img img{display:block;width:100%;height:100%;border-radius:16px}.about-slider__navigation,.range .noUi-horizontal .noUi-handle::after,.range .noUi-horizontal .noUi-handle::before{display:none}@media screen and (min-width:768px){.about-slider__navigation{display:block}.about-slider__arrow--prev{left:90px}.about-slider__arrow--next{right:50px}}.about-slider__pagination{position:static;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:90%;margin:0 auto}@media screen and (min-width:768px){.about-slider__pagination{display:none}}.about-slider__pagination-btn{-ms-flex-negative:1;flex-shrink:1;width:100%;max-width:50px}.about-slider__pagination-btn.is-active{width:100%;max-width:70px;background-color:#f05d2b}.about__title-main{margin-bottom:20px}@media screen and (min-width:1501px){.about__title-main{margin-bottom:16px}}.about__img{padding:30px 0 61px;border-radius:16px}@media screen and (min-width:1501px){.about__img{padding:60px 0 114px}}.about__inner{font-weight:400;color:#555859}@media screen and (max-width:1500px){.about__inner{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.about__inner{display:grid;grid-template-columns:minmax(auto,700px) 1fr;gap:20px 203px;font-size:15px;line-height:25px}}.about__inner--first{font-weight:600}@media screen and (min-width:1501px){.about__inner--first{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}.about__inner--second .about__title{margin-bottom:0}.about__inner--third{display:block;margin-bottom:115px}}@media screen and (min-width:768px) and (max-width:1500px){.about__inner--third .about__title{max-width:728px}}@media screen and (min-width:1501px){.about__inner--third .about__title{max-width:620px;font-size:32px;line-height:42px}}.about__title{margin:0 0 20px;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516}@media screen and (max-width:767px){.about__title{font-size:26px;line-height:31px}}@media screen and (min-width:768px) and (max-width:1500px){.about__title{font-size:32px;line-height:34px}}@media screen and (min-width:1501px){.about__title{font-size:54px;line-height:64px}}.about__subtitle span,.about__title span{color:#f05d2b}.about__subtitle{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516}@media screen and (max-width:1500px){.about__subtitle{margin-bottom:20px;font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.about__subtitle{font-size:32px;line-height:42px}}.about__content p,.about__text{margin:0}.about__content p:not(:last-child),.about__text:not(:last-child){margin-bottom:15px}.about__inner dl,.about__list{margin:0;padding:38px 0 40px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (min-width:768px) and (max-width:1500px){.about__inner dl,.about__list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding-bottom:32px}}@media screen and (min-width:1501px){.about__inner dl,.about__list{display:grid;grid-column:-1/-2;grid-row:1/span 3;grid-template-columns:repeat(2,1fr);gap:50px 27px;max-width:565px;margin-left:15px;padding:0}}@media screen and (max-width:1500px){.about__inner dl div:not(:last-child),.about__item:not(:last-child){margin-bottom:27px}}.about__inner dl dt,.about__value{color:#f05d2b}@media screen and (max-width:767px){.about__inner dl dt,.about__value{margin-bottom:7px;font-size:26px;line-height:31px}}@media screen and (min-width:768px) and (max-width:1500px){.about__inner dl dt,.about__value{margin-bottom:13px;font-size:32px;line-height:34px}}@media screen and (min-width:1501px){.about__inner dl dt,.about__value{margin-bottom:9px;font-size:54px;line-height:64px}}.about__inner dl dd,.about__key{margin:0;font-size:14px;line-height:20px}@media screen and (max-width:767px){.about__inner dl dd,.about__key{font-family:"Franklin","Arial",sans-serif;font-weight:500}}@media screen and (min-width:768px) and (max-width:1500px){.about__inner dl dd,.about__key{font-family:"Segoeui","Arial",sans-serif;font-weight:600}}@media screen and (min-width:1501px){.about__inner dl dd,.about__key{font-size:18px;line-height:28px}}.about__adv{font-size:12px}@media screen and (max-width:767px){.about__adv{padding-top:60px;line-height:17px}}@media screen and (min-width:768px) and (max-width:1500px){.about__adv{padding-top:57px;line-height:16px}}@media screen and (min-width:1501px){.about__adv{font-size:14px;line-height:24px}}@media screen and (min-width:768px) and (max-width:1500px){.about__adv-title-main{margin-bottom:24px}}@media screen and (min-width:1501px){.about__adv-title-main{margin-bottom:53px}}.about__adv-list{display:grid;margin:0;padding:26px 0 0;list-style:none}@media screen and (max-width:767px){.about__adv-list{grid-template-columns:repeat(2,1fr);gap:22px 10px;text-align:center}}@media screen and (min-width:768px){.about__adv-list{grid-template-columns:repeat(4,1fr);gap:30px 9px;padding-top:5px}}@media screen and (min-width:1501px){.about__adv-list{gap:60px 105px}}.about__adv-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media screen and (max-width:767px){.about__adv-item{padding:0 5px}}.about__adv-title{margin:0;font-weight:600}@media screen and (max-width:767px){.about__adv-title{min-height:34px;font-size:13px;line-height:17px}}@media screen and (min-width:768px) and (max-width:1500px){.about__adv-title{min-height:40px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.about__adv-title{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}.about__adv-title br{display:none}}.about__adv-text{margin:0;color:#555859}@media screen and (max-width:767px){.about__adv-img{width:27px;height:27px;margin:0 auto 4px}}@media screen and (min-width:768px){.about__adv-img{width:42px;height:42px;margin-bottom:7px}}.about__adv-img img,.about__adv-img svg{width:100%;height:100%}.about__adv-img img{display:block}.about__slider{margin-bottom:41px}@media screen and (min-width:768px){.about__slider{position:relative}}@media screen and (min-width:1501px){.about__slider{margin:61px 0 90px}}.about__box-presentation{display:grid;gap:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.about__box-presentation{grid-template-columns:1fr}}@media screen and (min-width:768px){.about__box-presentation{grid-template-columns:1fr auto}}.about__box-presentation .about__content{max-width:900px}.about__presentation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:255px;min-height:180px;margin:0 auto;padding:20px;font-size:18px;line-height:25px;color:#fff;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f05d2b;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.6);box-shadow:0 5px 10px 0 rgba(0,0,0,.6);fill:currentColor;--logo-text:currentColor}.about__presentation-text{margin-bottom:10px}@media screen and (max-width:767px){.useful{padding-top:12px}.useful__title-main{margin-bottom:20px}}@media screen and (min-width:768px) and (max-width:1500px){.useful__title-main{margin-bottom:30px}}@media screen and (min-width:1501px){.useful__title-main{margin-bottom:40px}}.useful__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.useful__list{margin:0 -5px}}@media screen and (min-width:768px){.useful__list{margin:0 -10px}}.useful__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:767px){.useful__item{width:159px;margin:5px}}@media screen and (min-width:768px) and (max-width:1500px){.useful__item{width:173px;margin:6px}}@media screen and (min-width:1501px){.useful__item{width:236px;margin:10px}}.useful__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-weight:600;color:#111516;text-align:center;text-decoration:none;background-color:#f4f4f4;border-radius:16px;-webkit-transition:color .2s ease;transition:color .2s ease;--color-useful:#bdbdbd}@media screen and (max-width:767px){.useful__link{min-height:118px;padding:60px 10px 20px;font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.useful__link{min-height:130px;padding:78px 10px 20px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.useful__link{min-height:158px;padding:78px 20px 10px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}@media (hover:hover){.useful__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;--color-useful:currentColor}.useful__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover span{background-color:currentColor}}.useful__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;--color-useful:currentColor}.useful__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible span{background-color:currentColor}@supports not selector(:focus-visible){.useful__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;--color-useful:currentColor}.useful__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus span{background-color:currentColor}}.useful__link span,.useful__link svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:767px){.useful__link svg{width:28px;height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.useful__link svg{width:36px;height:36px}}@media screen and (min-width:1501px){.useful__link svg{width:42px;height:42px}}.useful__link span{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:block;background-color:#bdbdbd;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/icon/link-offer.svg);mask-image:url(/local/templates/sanriks-new/css/../images/icon/link-offer.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}@media screen and (max-width:767px){.useful__link span{top:20px;width:28px;height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.useful__link span{top:28px;width:36px;height:36px}}@media screen and (min-width:1501px){.useful__link span{top:28px;width:42px;height:42px}}.range__inputs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding-top:2px}.range__label{width:100%}.range__input{width:100%;padding:10px;color:#555859;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px}@media (hover:hover){.range__input:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859;border-color:#f05d2b}}.range__input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.range__input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0;border-color:#f05d2b}}@media screen and (max-width:1500px){.range__input{height:40px;font-family:"Segoeui","Arial",sans-serif;font-size:12px;line-height:18px;font-weight:600;font-style:normal}}@media screen and (min-width:1501px){.range__input{height:46px;font-size:15px;line-height:25px;font-weight:400}}.range__slider{margin-bottom:20px}.range{padding:15px 0 18px}@media screen and (min-width:1501px){.range{padding:35px 0 20px}}.range .noUi-horizontal{height:2px;border:0;-webkit-box-shadow:none;box-shadow:none}.range .noUi-connects{background-color:#111516}.range .noUi-connect{background-color:#f05d2b}.range .noUi-horizontal .noUi-handle{top:50%;right:0;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%);width:12px;height:12px;background-color:#fff;border:1px solid #f05d2b;border-radius:8px;cursor:pointer}@media screen and (min-width:1501px){.range .noUi-horizontal .noUi-handle{width:17px;height:17px}}@media screen and (max-width:1500px){.range .noUi-horizontal .noUi-handle-lower{-webkit-transform:translate(12px,-40%);-ms-transform:translate(12px,-40%);transform:translate(12px,-40%)}}@media screen and (min-width:1501px){.range .noUi-horizontal .noUi-handle-lower{-webkit-transform:translate(17px,-50%);-ms-transform:translate(17px,-50%);transform:translate(17px,-50%)}}@media screen and (max-width:1500px){.range .noUi-horizontal .noUi-handle-upper{-webkit-transform:translate(0,-40%);-ms-transform:translate(0,-40%);transform:translate(0,-40%)}}@media screen and (min-width:1501px){.range .noUi-horizontal .noUi-handle-upper{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}}.control{margin:0;padding:15px 0 0;list-style:none}@media screen and (min-width:1501px){.control{padding:25px 0}}.control__item{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.control__item:not(:last-child){margin-bottom:14px}.control__item--sum{grid-template-columns:auto 1fr auto}.control__item:hover input{border-color:#f05d2b}.control__item:active{opacity:.8}.control__input{position:relative;width:18px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;cursor:pointer}@media (hover:hover){.control__input:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;border-color:#f05d2b}}.control__input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.control__input:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;border-color:#f05d2b}}.control__input::after{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:14px;height:14px;opacity:0;background-color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.control__input:checked{background-color:#64aa8e;border-color:#64aa8e}.control__input:checked::after{opacity:1}.control__label{padding-left:10px;font-size:12px;font-weight:600;color:#555859;cursor:pointer}@media screen and (max-width:767px){.control__label{line-height:14px}}@media screen and (min-width:768px) and (max-width:1500px){.control__label{line-height:16px}}@media screen and (min-width:1501px){.control__label{font-size:15px;line-height:25px;font-weight:400}}.control__sum{padding:3px 4px;font-size:12px;line-height:120%;font-weight:600;background-color:#f4f4f4;border-radius:10px}.result-pagination{display:grid;grid-template-columns:repeat(3,auto);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 0}@media screen and (max-width:767px){.result-pagination{gap:14px}}@media screen and (min-width:768px){.result-pagination{gap:60px}}.result-pagination__link,.result-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex}.result-pagination__list{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px;margin:0;padding:0;list-style:none}.result-pagination__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:80px;padding:5px;font-size:14px;line-height:20px;font-weight:600;color:#111516;text-decoration:none;border-radius:20px}@media screen and (max-width:767px){.result-pagination__link,.result__pagination .result-pagination__link{min-width:34px;min-height:34px}}@media screen and (min-width:768px){.result-pagination__link,.result__pagination .result-pagination__link{min-width:40px;min-height:40px}}@media (hover:hover){.result-pagination__link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;background-color:#f4f4f4}}.result-pagination__link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;background-color:#f4f4f4}@supports not selector(:focus-visible){.result-pagination__link[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;background-color:#f4f4f4}}.result-pagination__link.is-active-page{color:#f05d2b;background-color:#f4f4f4;pointer-events:none}.result-pagination__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;margin:0;padding:0;color:#111516;background-color:transparent;border:0;border-radius:11px;cursor:pointer;--color-arrow:currentColor}@media (hover:hover){.result-pagination__btn:not(.result-pagination__btn--disabled,[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.result-pagination__btn:not(.result-pagination__btn--disabled,[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.result-pagination__btn:not(.result-pagination__btn--disabled,[disabled]):not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.result-pagination__btn--disabled,.result-pagination__btn:disabled{color:#bdbdbd;cursor:not-allowed}.result-pagination__btn--next{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.result-pagination__btn--prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (min-width:768px) and (max-width:1500px){.result{padding-top:20px}}.result--table{padding:0}@media screen and (max-width:1500px){.result--list{padding-top:10px}}.result__list{display:grid;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.result__list{grid-template-columns:repeat(2,1fr);gap:11px 8px}}@media screen and (min-width:768px) and (max-width:1500px){.result__list{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:30px}}@media screen and (min-width:1501px){.result__list{grid-template-columns:repeat(4,1fr);gap:28px 29px;margin-bottom:38px}.goods__result .result__list{grid-template-columns:repeat(3,1fr);gap:28px 29px;margin-bottom:30px}}.result--table .result__list{grid-template-columns:1fr}@media screen and (max-width:767px){.result--table .result__list{gap:20px;padding-top:5px}}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__list{gap:36px}}.result--list .result__list{grid-template-columns:1fr;gap:0}@media screen and (max-width:767px){.result--list .result__list{gap:21px}}.result__list>*{min-width:0}.result__item--more{position:relative}@media screen and (max-width:767px){.result__item--more{border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.result__item--more{overflow:hidden;border-radius:16px}}@media screen and (max-width:1500px){.result--list .result__item--more{margin:20px 0}}@media screen and (min-width:1501px){.result--list .result__item--more{margin:30px 0}}.result__more-content{position:relative;z-index:1}@media screen and (max-width:767px){.result__more-content{padding:20px 14px 21px}}@media screen and (min-width:768px) and (max-width:1500px){.result__more-content{padding:30px 19px}}@media screen and (min-width:1501px){.result__more-content{padding:52px 30px}}.result__more-content--white .result__more-subtext,.result__more-content--white .result__more-text,.result__more-content--white .result__more-text span{color:#fff}.result--table .result__more-content{padding-bottom:32px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-content{min-height:164px;padding:18px}}@media screen and (min-width:1501px){.result--table .result__more-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 62px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:800px;min-height:186px;padding:16px 30px 30px}}.result--table .result__more-content--white{padding-bottom:21px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-content--white{min-height:186px}}.result--table .result__more-content--white .result__more-text span{margin-top:0;color:#f05d2b}.result--table .result__more-content--white .result__more-subtext{margin-top:-3px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-content--white .result__more-subtext{margin-top:0;font-size:14px;line-height:20px;font-weight:400}}.result--table .result__more-content--white .result__more-btn{margin-top:12px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-content--white .result__more-btn{margin-top:22px}}.result--list .result__more-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (max-width:1500px){.result--list .result__more-content{gap:0 10px;max-width:580px;min-height:120px;padding:18px 16px}}@media screen and (min-width:1501px){.result--list .result__more-content{gap:5px 57px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:108px;padding:10px 33px}}@media screen and (min-width:768px) and (max-width:1500px){.result--list .result__more-container{max-width:410px}}.result__more-text{max-width:205px;margin:0;font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500}@media screen and (min-width:1501px){.result__more-text{font-size:22px;line-height:32px}}.result__more-text span{display:inline-block;color:#f05d2b;text-transform:uppercase}@media screen and (max-width:767px){.result__more-text span{margin-bottom:-4px;font-size:26px;line-height:31px}}@media screen and (min-width:768px) and (max-width:1500px){.result__more-text span{font-size:32px;line-height:34px}}@media screen and (min-width:1501px){.result__more-text span{font-size:54px;line-height:64px}}.result--table .result__more-text{font-size:18px;line-height:28px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-text{max-width:none;font-family:"Franklin","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:500}}@media screen and (min-width:1501px){.result--table .result__more-text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;font-size:32px;line-height:42px}}.result--table .result__more-text span{margin:5px 0 0;font-size:22px;line-height:26px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-text span{margin:0 3px;font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.result--table .result__more-text span{font-size:44px;line-height:54px}}.result--list .result__more-text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none}@media screen and (min-width:768px) and (max-width:1500px){.result--list .result__more-text{font-size:20px;line-height:30px}.result--list .result__more-text span{margin:0;font-size:26px;line-height:32px;color:#f05d2b}}@media screen and (min-width:1501px){.result--list .result__more-text{gap:15px;font-size:18px;line-height:28px}.result--list .result__more-text span{font-size:32px;line-height:42px;color:#f05d2b}}.result__more-subtext{margin:0;font-size:12px;font-weight:600;color:#555859}@media screen and (max-width:767px){.result__more-subtext{margin-top:6px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.result__more-subtext{line-height:16px}}@media screen and (min-width:1501px){.result__more-subtext{margin-top:9px;font-size:15px;line-height:25px}}.result--table .result__more-subtext{max-width:210px}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-subtext{max-width:300px}}@media screen and (min-width:1501px){.result--table .result__more-subtext{max-width:380px}}@media screen and (min-width:768px) and (max-width:1500px){.result--list .result__more-subtext{max-width:265px}}@media screen and (min-width:1501px){.result--list .result__more-subtext{max-width:460px;margin-top:0;font-size:13px;line-height:18px}}.result__more-img{position:absolute;inset:0;overflow:hidden;border-radius:10px}@media screen and (min-width:1501px){.result__more-img{border-radius:16px}}.result__more-img img{display:block;width:100%;height:100%;-o-object-position:right bottom;object-position:right bottom}@media screen and (min-width:1501px){.result--list .result__more-img img{-o-object-position:right center;object-position:right center}}@media screen and (max-width:767px){.result__more-btn{margin-top:20px;padding:8px 16px}}@media screen and (min-width:768px) and (max-width:1500px){.result__more-btn{margin-top:20px;padding:14px 26px}}@media screen and (min-width:1501px){.result__more-btn{margin-top:40px}}@media screen and (min-width:768px) and (max-width:1500px){.result--table .result__more-btn{padding:12px 15px}}@media screen and (min-width:1501px){.result--table .result__more-btn{margin-top:0}}@media screen and (min-width:768px) and (max-width:1500px){.result--list .result__more-btn{margin-top:14px;padding:8px 24px}}@media screen and (min-width:1501px){.result--list .result__more-btn{margin-top:0;padding:13px 30px;font-size:12px;line-height:18px;font-weight:600}}.result__pagination{padding-top:30px}@media (max-width:767px){.result--tile .result__list{grid-template-columns:1fr}}.sort{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.sort{grid-template-columns:repeat(2,1fr);gap:10px;padding-top:19px}}@media screen and (min-width:768px) and (max-width:1500px){.sort{grid-template-columns:auto auto 1fr auto auto;gap:10px;padding:18px 0}}@media screen and (min-width:1501px){.sort{grid-template-columns:auto 1fr auto auto;gap:30px;padding:15px 0 10px}.sort__sorting{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.sort__text{display:none}@media screen and (min-width:1501px){.sort__text{display:block;-ms-flex-negative:0;flex-shrink:0;margin:0;font-size:14px;line-height:24px;color:#555859}}@media screen and (max-width:767px){.sort__links{display:none}}@media screen and (min-width:768px){.sort__links{display:grid;grid-template-columns:repeat(3,20px);gap:14px}}.sort__links-item{display:block;width:20px;height:20px;color:#e0e0e0;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease;fill:currentColor;cursor:pointer}@media (hover:hover){.sort__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.sort__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.sort__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.sort__links-item.is-active{color:#f05d2b;pointer-events:none}@media screen and (min-width:768px) and (max-width:1500px){.sort__sorting-select .choices__inner{min-height:36px;padding:5px 10px 6px;font-size:12px;line-height:16px;font-weight:600}.sort__sorting-select--sum .choices__inner{width:75px}}@media screen and (min-width:1501px){.sort__sorting-select--sum .choices__inner{width:100px}}@media screen and (min-width:768px) and (max-width:1500px){.sort__sorting-select--popular .choices__inner{width:170px}}@media screen and (min-width:1501px){.sort__sorting-select--popular .choices__inner{width:190px}}.sort__sorting-select--popular .choices__item[data-select-setting=down],.sort__sorting-select--popular .choices__item[data-select-setting=up],.sort__sorting-select--popular .choices__list--dropdown[aria-expanded] .choices__item[data-select-setting=down],.sort__sorting-select--popular .choices__list--dropdown[aria-expanded] .choices__item[data-select-setting=up]{padding-left:25px!important}.sort__sorting-select--popular .choices__item::before{position:absolute;content:"";top:50%;left:5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none;width:6px;height:14px;background-color:currentColor;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#sort-alt-down);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#sort-alt-down)}.sort__sorting-select--popular .choices__item[data-select-setting=down]::before{display:block}.sort__sorting-select--popular .choices__item[data-select-setting=up]::before{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);display:block}.sort__sorting-select--popular .choices__item--choice,.sort__sorting-select--popular [aria-expanded] .choices__item--choice{padding-left:25px}@media (hover:hover){.sort__sorting-select--popular .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.sort__sorting-select--popular [aria-expanded] .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}.sort__sorting-select--popular .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before,.sort__sorting-select--popular [aria-expanded] .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{background-color:#f05d2b}}.sort__sorting-select--popular .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.sort__sorting-select--popular [aria-expanded] .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.sort__sorting-select--popular .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before,.sort__sorting-select--popular [aria-expanded] .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{background-color:#f05d2b}@supports not selector(:focus-visible){.sort__sorting-select--popular .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.sort__sorting-select--popular [aria-expanded] .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.sort__sorting-select--popular .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before,.sort__sorting-select--popular [aria-expanded] .choices__item--choice:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{background-color:#f05d2b}}.sort__sorting-select--popular .choices__item--choice.is-selected::before,.sort__sorting-select--popular [aria-expanded] .choices__item--choice.is-selected::before{background-color:#f05d2b}.sort__stock{position:relative;-ms-flex-item-align:center;align-self:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-family:"Segoeui","Arial",sans-serif;font-size:12px;line-height:17px;font-weight:400;font-style:normal;color:#555859;background-color:transparent;border:0;cursor:pointer}@media screen and (max-width:767px){.sort__stock{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;min-height:18px;padding:0 0 0 28px}}@media screen and (min-width:768px){.sort__stock{min-height:22px;margin-left:4px;padding:0 0 0 32px}}@media screen and (min-width:1501px){.sort__stock{margin-left:56px}}@media (hover:hover){.sort__stock:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}.sort__stock:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{border-color:#f05d2b}}.sort__stock:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}.sort__stock:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{border-color:#f05d2b}@supports not selector(:focus-visible){.sort__stock:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}.sort__stock:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{border-color:#f05d2b}}.sort__filter-burger,.sort__stock::before{background-color:#fff;border:1px solid #e0e0e0}.sort__stock::before{position:absolute;content:"";top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:2px}@media screen and (max-width:767px){.sort__stock::before{width:18px;height:18px}}@media screen and (min-width:768px){.sort__stock::before{width:22px;height:22px}}.sort__stock.is-selected::before{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);background-repeat:no-repeat;background-position:center}.sort__filter-burger{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0;padding:12px 14px 11px;font-family:"Segoeui","Arial",sans-serif;color:#8c8f90;border-radius:6px;cursor:pointer;--color-filter:#f05d2b}@media screen and (max-width:767px){.sort__filter-burger{font-size:14px;line-height:20px}}@media screen and (min-width:768px){.sort__filter-burger{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:92px;height:38.5px;padding:9px 10px 10px;font-size:12px;line-height:16px;font-weight:600}}@media screen and (min-width:1501px){.sort__filter-burger{display:none}}@media (hover:hover){.sort__filter-burger:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;border-color:#f05d2b}}.sort__filter-burger:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.sort__filter-burger:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;border-color:#f05d2b}}.sort-popular{background-color:#f4f4f4}@media screen and (max-width:767px){.sort-popular{border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.sort-popular{border-radius:16px}}@media screen and (min-width:1501px){.sort-popular{border-radius:16px}}.sort-popular__item{padding:10px 20px}@media screen and (min-width:1501px){.sort-popular__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:38px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.sort-popular__item:first-child{padding-top:20px}.sort-popular__item:last-child{padding-bottom:20px}.sort-popular__content--cat,.sort-popular__content--filter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 5px}.sort-popular__content--filter{gap:4px}@media screen and (min-width:1501px){.sort-popular__content--filter{gap:5px}}.sort-popular__title{margin:0!important;font-weight:600}@media screen and (max-width:767px){.sort-popular__title{margin-bottom:10px!important;font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.sort-popular__title{margin-bottom:10px!important;font-size:12px;line-height:16px}}@media screen and (min-width:1501px){.sort-popular__title{-ms-flex-negative:0;flex-shrink:0;margin:0;font-size:14px;line-height:24px}}.sort-popular__swiper{min-width:1px;padding:0 26px}@media screen and (min-width:1501px){.sort-popular__swiper{width:100%;max-width:1500px}}.sort-popular__slide{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.sort-popular__slide.is-visible{opacity:1}.sort-popular__slide-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2px 7px;font-weight:600;color:inherit;text-decoration:none;background-color:#fff;border:1px solid transparent;border-radius:6px;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;cursor:pointer}@media screen and (max-width:767px){.sort-popular__slide-link{width:57px;height:34px;font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.sort-popular__slide-link{width:66px;height:36px;font-size:12px;line-height:16px}}@media screen and (min-width:1501px){.sort-popular__slide-link{width:71px;height:36px;font-size:14px;line-height:24px}}@media (hover:hover){.sort-popular__slide-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;border-color:#f05d2b}.sort-popular__slide-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover img{mix-blend-mode:unset}}.sort-popular__slide-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;border-color:#f05d2b}.sort-popular__slide-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible img{mix-blend-mode:unset}@supports not selector(:focus-visible){.sort-popular__slide-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;border-color:#f05d2b}.sort-popular__slide-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus img{mix-blend-mode:unset}}.sort-popular__slide-link.is-active-link{border-color:#f05d2b;mix-blend-mode:none}.sort-popular__slide-link img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;mix-blend-mode:luminosity}.brands__popular-link picture,.goods__header picture,.sort-popular__slide-link picture{display:contents}.sort-popular__link{display:block;padding:3px 9px 5px;font-size:12px;line-height:18px;font-weight:600;color:#555859;text-decoration:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:60px;-webkit-transition:color .2s ease,border-color .2s ease;transition:color .2s ease,border-color .2s ease;cursor:pointer}@media (hover:hover){.sort-popular__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;border-color:#f05d2b}}.sort-popular__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.sort-popular__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;border-color:#f05d2b}}@media screen and (min-width:1501px){.sort-popular__link{padding:7px 14px 9px}}.sort-popular__link.is-active{color:#111516;border-color:#f05d2b}.sort-popular__link-filter{position:relative;display:inline-block;padding:5px 29px 4px 7px;font-size:12px;line-height:17px;color:#555859;text-decoration:none;background-color:#f4f4f4;border:1px solid #bdbdbd;border-radius:6px;-webkit-transition:color .2s ease,background-color .2s ease,border-color .2s ease;transition:color .2s ease,background-color .2s ease,border-color .2s ease;cursor:pointer}@media screen and (min-width:768px) and (max-width:1500px){.sort-popular__link-filter{padding-right:33px}}@media screen and (min-width:1501px){.sort-popular__link-filter{padding-right:33px;font-size:13px;line-height:18px}}@media (hover:hover){.sort-popular__link-filter:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;background-color:#fff;border-color:#fff}.sort-popular__link-filter:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::after{background-color:#f05d2b}}.sort-popular__link-filter:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;background-color:#fff;border-color:#fff}.sort-popular__link-filter:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::after{background-color:#f05d2b}@supports not selector(:focus-visible){.sort-popular__link-filter:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;background-color:#fff;border-color:#fff}.sort-popular__link-filter:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::after{background-color:#f05d2b}}.sort-popular__link-filter::after{position:absolute;content:"";top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:15px;height:15px;background-color:#8c8f90;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-cancel);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-cancel);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:767px){.sort-popular__link-filter::after{right:6px}}@media screen and (min-width:768px){.sort-popular__link-filter::after{right:9px}}.sort-popular__link-filter.is-active{background-color:#fff;border-color:#fff}.sort-popular__link-filter.is-active::after{background-color:#f05d2b}.sort-popular__link-filter--reset{padding-bottom:5px;color:#fff;background-color:#555859}.sort-popular__arrow{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;margin:0;padding:0;color:#f05d2b;background-color:#fff;border:0;border-radius:11px;fill:currentColor;cursor:pointer}.sort-popular__arrow:disabled{color:#e0e0e0;background-color:#f4f4f4;cursor:not-allowed}.sort-popular__arrow:not(:disabled):focus,.sort-popular__arrow:not(:disabled):focus-visible,.sort-popular__arrow:not(:disabled):hover{color:#fff;background-color:#f05d2b}.sort-popular__arrow:not(:disabled):active{opacity:.6}.sort-popular__arrow--next{right:4px}.sort-popular__arrow--prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.brand__tabs{margin:0 -16px;padding:0 16px}.brand__element{width:100%}@media screen and (max-width:1500px){.brand__element{padding:12px 0}}@media screen and (min-width:1501px){.brand__element{padding:25px 0}}.brand__element--material,.brand__element--tech{display:grid;padding:20px 0}@media screen and (max-width:767px){.brand__element--material,.brand__element--tech{grid-template-columns:repeat(2,1fr);gap:12px}}@media screen and (min-width:768px) and (max-width:1500px){.brand__element--material,.brand__element--tech{grid-template-columns:repeat(3,1fr);gap:20px 18px}}@media screen and (min-width:1501px){.brand__element--material,.brand__element--tech{grid-template-columns:repeat(4,1fr);gap:20px}}@media (hover:hover){.brand__element--desc a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.brand__element--desc a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.brand__element--desc a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.brand__element-link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:18px;font-weight:700;color:#111516;text-decoration:none}@media (hover:hover){.brand__element-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.brand__element-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.brand__element-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.brand__element-link svg{-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brand__video{display:grid;grid-column:1/-1;grid-template-columns:1fr;gap:30px;margin:0;padding:10px 0 0;list-style:none}@media screen and (min-width:768px) and (max-width:1500px){.brand__video{grid-template-columns:repeat(3,1fr);gap:30px 12px;padding-top:19px}}@media screen and (min-width:1501px){.brand__video{-webkit-column-span:all;-moz-column-span:all;column-span:all;grid-template-columns:repeat(4,1fr);gap:70px 30px;padding-top:38px}}.brand__video-img{position:relative;width:100%;border-radius:16px}@media screen and (max-width:767px){.brand__video-img{height:186px}}@media screen and (min-width:768px) and (max-width:1500px){.brand__video-img{height:160px}}@media screen and (min-width:1501px){.brand__video-img{height:220px}}.brand__video-img img{display:block;width:100%;height:100%;border-radius:16px}.brand__video-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;color:#f05d2b;background-color:rgba(255,255,255,.8);border-radius:50%;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;fill:currentColor}@media (hover:hover){.brand__video-play:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}.brand__video-play:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.brand__video-play:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}.brand__video-container{position:relative;margin-bottom:10px}@media screen and (min-width:1501px){.brand__video-container{margin-bottom:20px}}.brand__video-player{position:absolute;inset:0;display:none}.brand__video-text{margin:0;color:#111516;text-decoration:none}@media screen and (max-width:767px){.brand__video-text{font-size:14px;line-height:140%;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.brand__video-text{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:600}}@media screen and (min-width:1501px){.brand__video-text{font-size:18px;line-height:28px}}@media (hover:hover){.brand__video-text:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.brand__video-text:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.brand__video-text:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.filter{position:fixed;z-index:10;inset:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:100%;padding:0;visibility:hidden;opacity:0;-webkit-transition:visibility .2s ease,opacity .2s ease,-webkit-transform .2s ease;transition:visibility .2s ease,opacity .2s ease,transform .2s ease;transition:visibility .2s ease,opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.filter.is-open{z-index:20;-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible;opacity:1}}@media screen and (min-width:768px){.filter{position:relative;z-index:31}}@media screen and (min-width:1501px){.filter{z-index:1}}@media (min-width:1501px){.filter{position:sticky;top:110px;overflow-y:auto;max-height:calc(100vh - 150px);padding-right:15px;scrollbar-width:auto}.filter::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.filter::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:4px}.filter::-webkit-scrollbar-track{background-color:transparent;border:0}}.filter__drop{z-index:11;overflow:hidden;display:grid;grid-template-rows:auto 1fr;background-color:#fff;scrollbar-width:auto}.filter__drop::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.filter__drop::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.filter__drop::-webkit-scrollbar-track{background-color:transparent;border:0}@media screen and (max-width:767px){.filter__drop{position:relative;width:100%;height:100%;padding:135px 16px 100px}.is-collapse .filter__drop{padding-top:100px}}@media screen and (min-width:768px) and (max-width:1500px){.filter__drop{position:fixed;top:0;left:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);width:326px;height:100%;max-height:800px;padding:25px 30px 30px;visibility:hidden;opacity:0;border-radius:0 10px 10px 0;-webkit-transition:visibility .2s ease,opacity .2s ease,-webkit-transform .2s ease;transition:visibility .2s ease,opacity .2s ease,transform .2s ease;transition:visibility .2s ease,opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.filter.is-open .filter__drop{z-index:20;-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible;opacity:1}}@media screen and (min-width:1501px){.filter__drop{overflow:unset}}.filter__title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.filter__title{font-size:18px;line-height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.filter__title{font-size:20px;line-height:30px}}@media screen and (min-width:1501px){.filter__title{display:none}}.filter__wrapper{overflow:hidden;padding-top:16px}@media screen and (min-width:1501px){.filter__wrapper{overflow:unset}}.filter__form{display:grid;grid-template-rows:1fr repeat(3,auto);height:100%}.filter__btn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-weight:600;border-radius:60px}@media screen and (max-width:767px){.filter__btn{max-width:328px;margin:0 auto;padding:10px 20px;font-size:12px;line-height:18px}}@media screen and (min-width:768px){.filter__btn{padding:12px 20px;font-size:14px;line-height:20px}}.filter__btn::before{content:"";width:16px;height:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:1500px){.filter__btn--submit{color:#fff;background-color:#f05d2b}}@media screen and (max-width:1500px) and (hover:hover){.filter__btn--submit:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#fd7649}}@media screen and (max-width:1500px){.filter__btn--submit:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#fd7649}@supports not selector(:focus-visible){.filter__btn--submit:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#fd7649}}}.filter__btn--submit::before{-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check)}@media screen and (max-width:1500px){.filter__btn--submit::before{background-color:#fff}}@media screen and (min-width:1501px){.filter__btn--submit::before{background-color:#f05d2b}}.filter__btn--reset{margin:20px auto 6px;color:#111516;background-color:#f4f4f4;border:1px solid #f4f4f4}@media (hover:hover){.filter__btn--reset:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;background-color:#fff;border-color:#f05d2b}.filter__btn--reset:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{background-color:#fd7649}}.filter__btn--reset:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;background-color:#fff;border-color:#f05d2b}.filter__btn--reset:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{background-color:#fd7649}@supports not selector(:focus-visible){.filter__btn--reset:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;background-color:#fff;border-color:#f05d2b}.filter__btn--reset:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{background-color:#fd7649}}@media screen and (min-width:1501px){.filter__btn--reset{margin-bottom:14px}}.filter__btn--reset::before{background-color:#bdbdbd;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-cancel);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-cancel)}@media screen and (max-width:1500px){.filter__form-wrapper{overflow:auto;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.filter__form-wrapper::-webkit-scrollbar{width:0;height:0}}@media screen and (min-width:1501px){.filter__form-wrapper{margin-bottom:10px}}@media screen and (max-width:767px){.filter__accordion{padding-bottom:19px}}@media screen and (min-width:1501px){.filter__accordion{margin-bottom:20px}}@media screen and (max-width:1500px){.filter__accordion-element:not(:last-child){margin-bottom:19px}}.filter__accordion-btn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:5px 0 8px;color:#111516;text-align:left;background-color:transparent;border:0;border-bottom:1px solid #e0e0e0;-webkit-transition:fill .2s ease;transition:fill .2s ease;fill:#555859;cursor:pointer}@media (hover:hover){.filter__accordion-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;fill:#f05d2b}}.filter__accordion-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;fill:#f05d2b}@supports not selector(:focus-visible){.filter__accordion-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;fill:#f05d2b}}@media screen and (max-width:1500px){.filter__accordion-btn{font-size:14px;line-height:140%;font-weight:600}}@media screen and (min-width:1501px){.filter__accordion-btn{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.filter__accordion-btn svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.is-active .filter__accordion-btn{fill:#f05d2b}.filter__select .choices.is-open::after,.is-active .filter__accordion-btn svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}@media screen and (max-width:1500px){.filter__select{margin-top:20px;margin-bottom:20px}}.filter__select .choices__input{width:100%!important;min-width:0!important;max-width:100%;padding-right:30px!important}@media (min-width:1501px){.filter__select .choices__input{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500;color:#111516}.filter__select .choices__input::-webkit-input-placeholder{color:inherit;opacity:1}.filter__select .choices__input::-moz-placeholder{color:inherit;opacity:1}.filter__select .choices__input:-ms-input-placeholder{color:inherit;opacity:1}.filter__select .choices__input::-ms-input-placeholder{color:inherit;opacity:1}.filter__select .choices__input::placeholder{color:inherit;opacity:1}}.filter__select .choices::after{position:absolute;content:"";top:auto;right:14px;bottom:22px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:14px;height:14px;margin:0;padding:0;background-color:#f05d2b;border:0;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left-menu);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width:768px){.filter__select .choices::after{width:18px;height:18px}}.filter__select .choices.is-open::after{margin:0;border:0}.filter__select .choices__list--dropdown{top:auto;bottom:100%}.filter__burger-close{z-index:31;width:30px;height:30px;color:#bdbdbd;background-color:transparent;border:0;border-radius:50%;cursor:pointer}@media screen and (max-width:767px){.filter__burger-close{position:fixed;top:135px;right:10px;display:none}.is-collapse .filter__burger-close{top:100px}}@media screen and (min-width:768px){.filter__burger-close{position:absolute;top:30px;right:24px}}@media screen and (min-width:1501px){.filter__burger-close{display:none}}.filter__burger-close::after,.filter__burger-close::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:22px;height:2px;background-color:currentColor;border-radius:10px;-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}@media screen and (min-width:1501px){.filter__burger-close::after,.filter__burger-close::before{width:30px}}.filter__burger-close::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.filter__burger-close::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.filter__burger-close:focus,.filter__burger-close:focus-visible,.filter__burger-close:hover{color:#f05d2b;outline:0}.filter__burger-close:active{opacity:.6}.filter.is-open .filter__burger-close{display:block}.filter__overlay{display:none}@media screen and (max-width:1500px){.filter__overlay{position:fixed;z-index:10;inset:0;background-color:rgba(17,21,22,.4)}.filter__overlay.is-active{display:block}}.brands--catalog{padding:0}.brands .brands__filter-container{padding-bottom:22px}.brands__title-main{margin-bottom:15px}.brands__popular{margin-bottom:20px}.brands__popular-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:8px 20px;color:#e0e0e0;background-color:#fff;border:1px solid currentColor;border-radius:6px;cursor:pointer}@media screen and (max-width:767px){.brands__popular-link{height:90px}}@media screen and (min-width:768px) and (max-width:1500px){.brands__popular-link{height:80px}}@media screen and (min-width:1501px){.brands__popular-link{height:120px;border-radius:16px}}@media (hover:hover){.brands__popular-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}}.brands__popular-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}@supports not selector(:focus-visible){.brands__popular-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}}.brands__popular-link img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:767px){.brands__popular-link img{max-width:200px}}@media screen and (max-width:767px){.brands__filter{display:none}}.brands__filter-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px;margin-bottom:8px}@media screen and (min-width:1501px){.brands__filter-item{gap:8px}}.brands__filter-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;padding:5px;font-size:12px;line-height:18px;font-weight:600;color:#111516;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer}@media (hover:hover){.brands__filter-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;border-color:#f05d2b}}.brands__filter-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.brands__filter-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;border-color:#f05d2b}}@media screen and (min-width:1501px){.brands__filter-link{width:50px;height:50px;font-size:18px;line-height:28px}}.brands__filter-link.is-active{color:#f05d2b;border-color:#f05d2b}.brands__filter-item--big .brands__filter-link,.brands__filter-link--big{width:110px;text-transform:none}@media screen and (min-width:1501px){.brands__filter-item--big .brands__filter-link{width:170px}}@media screen and (min-width:1501px){.brands__filter-link--big{width:112px}}.brands__text{margin:0 0 20px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}@media screen and (min-width:1501px){.brands__text{font-size:22px;line-height:32px}}.brands__title{margin:0}.brands__result-list{margin:0;padding:0;list-style:none}.brands__result-letter{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.brands__result-letter{margin-bottom:20px;font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.brands__result-letter{margin-bottom:21px;font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.brands__result-letter{margin-bottom:21px;font-size:32px;line-height:42px}}.brands__result-sum{display:block;font-family:"Segoeui","Arial",sans-serif;font-size:12px;line-height:18px;font-weight:600;color:#fff;background-color:#111516;border-radius:60px}@media screen and (max-width:767px){.brands__result-sum{padding:3px 10px}}@media screen and (min-width:768px){.brands__result-sum{padding:3px 8px}}@media screen and (min-width:1501px){.brands__result-sum{-ms-flex-item-align:start;align-self:flex-start}}.brands__result-item{border-bottom:1px solid #bdbdbd}@media screen and (max-width:767px){.brands__result-item{padding:21px 0 18px}}@media screen and (min-width:768px) and (max-width:1500px){.brands__result-item{padding:30px 0 27px}}@media screen and (min-width:1501px){.brands__result-item{padding:40px 0 15px}}.is-collapse-list .brands__result-item{display:none}.is-collapse-list .brands__result-item:nth-child(-n+3){display:block}.brands__result-item ul{margin:0;padding:0;list-style:none;-webkit-column-width:130px;-moz-column-width:130px;column-width:130px}@media screen and (max-width:767px){.brands__result-item ul{gap:22px}}@media screen and (min-width:768px) and (max-width:1500px){.brands__result-item ul{gap:58px}}@media screen and (min-width:1501px){.brands__result-item ul{-webkit-column-width:140px;-moz-column-width:140px;column-width:140px;gap:100px}}.brands__result-item a{font-size:14px;line-height:20px;font-weight:600;color:#555859;text-decoration:none;cursor:pointer}@media (hover:hover){.brands__result-item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.brands__result-item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.brands__result-item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (min-width:1501px){.brands__result-item a{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}.brands__result-more{margin-top:30px;padding:0;font-family:"Segoeui","Arial",sans-serif;font-size:14px;line-height:140%;font-weight:600;color:#111516;background-color:transparent;border:0;cursor:pointer}@media (hover:hover){.brands__result-more:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.brands__result-more:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.brands__result-more:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (min-width:1501px){.brands__result-more{margin-top:43px}}.brands__result-more::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.is-collapse-list .brands__result-more::after,.product__char-more.is-active svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.brands__sorting-double{display:none}@media screen and (max-width:767px){.brands__sorting-double{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:20px}}.brands__double-item--letter{-ms-flex-negative:0;flex-shrink:0;width:95px}@media (hover:hover){.brands__double-item--letter .choices:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}.brands__double-item--letter .choices:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .choices__inner{background-color:#fd7649;border-color:#f05d2b}}.brands__double-item--letter .choices:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.brands__double-item--letter .choices:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .choices__inner{background-color:#fd7649;border-color:#f05d2b}@supports not selector(:focus-visible){.brands__double-item--letter .choices:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.brands__double-item--letter .choices:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .choices__inner{background-color:#fd7649;border-color:#f05d2b}}.brands__double-item--letter .choices::after,.brands__double-item--letter .choices__inner::after{background-color:#fff}.brands__double-item--letter .choices__inner{background-color:#f05d2b;border-color:#f05d2b;border-radius:10px 0 0 10px}@media (hover:hover){.brands__double-item--letter .choices__inner:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#fd7649}}.brands__double-item--letter .choices__inner:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#fd7649}@supports not selector(:focus-visible){.brands__double-item--letter .choices__inner:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#fd7649}}.brands__double-item--letter .choices__item--selectable:not(.choices__item--choice){color:#fff}.brands__double-item--letter .is-open .choices__inner{border-radius:10px 0 0 0}.brands__double-item--brands{width:100%}.brands__double-item--brands .choices__inner{border-radius:0 10px 10px 0}.brands__double-item--brands .is-open .choices__inner{border-radius:0 10px 0 0}.brands__popular{position:relative}@media screen and (max-width:767px){.brands__popular{padding-bottom:40px}}@media screen and (min-width:1501px){.brands__popular{margin:0 -25px;padding:0 25px}}@media (min-width:768px){.brands__popular-pagination.pagination{display:none}}@media screen and (max-width:767px){.brands__popular-navigation{display:none}}.brands__popular-arrow--next{right:0}.brands__popular-arrow--prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.catalog-links__slide{height:auto}.catalog-links__link{position:relative;overflow:hidden;display:block;width:100%;max-width:363px;height:100%;color:#111516;text-decoration:none;border-radius:10px}@media screen and (max-width:1500px){.catalog-links__link{font-size:14px;line-height:20px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.catalog-links__link{border-radius:16px}}@media screen and (min-width:1501px){.catalog-links__link{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500;border-radius:16px}}.catalog-links__link::after{position:absolute;content:"";z-index:5;top:40px;left:20px;width:18px;height:18px;opacity:0;background-color:#f05d2b;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#arrow-left);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.catalog-links__content{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:100%;min-height:140px;padding:20px 14px}@media screen and (min-width:1501px){.catalog-links__content{padding:20px}}.catalog-links__sum{position:absolute;z-index:2;top:10px;right:10px;padding:2px 8px;background-color:#fff;border-radius:60px;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (max-width:1500px){.catalog-links__sum{font-size:12px;line-height:17px}}@media screen and (min-width:1501px){.catalog-links__sum{font-size:14px;line-height:24px}}.catalog-links__img{position:absolute;inset:0}.catalog-links__img img{display:block;width:100%;height:100%}.catalog-links__img::after{position:absolute;content:"";z-index:1;inset:0;background-image:linear-gradient(80deg,#f4f4f4 11.59%,transparent 82.94%);-webkit-transition:background-image .2s ease;transition:background-image .2s ease}.catalog-links__link:focus .catalog-links__img::after,.catalog-links__link:focus-visible .catalog-links__img::after,.catalog-links__link:hover .catalog-links__img::after{background-image:linear-gradient(0deg,rgba(235,235,235,.8) 0,rgba(235,235,235,.8) 100%),linear-gradient(80deg,#f4f4f4 11.59%,rgba(244,244,244,0) 82.94%);border:1px solid #e0e0e0}.catalog-links__link:focus-visible::after,.catalog-links__link:focus::after,.catalog-links__link:hover::after{opacity:1}.catalog-links__link:focus .catalog-links__sum,.catalog-links__link:focus-visible .catalog-links__sum,.catalog-links__link:hover .catalog-links__sum{color:#f05d2b}.catalog-links__list{display:grid;gap:10px}@media (max-width:767px){.catalog-links__list{grid-template-columns:repeat(auto-fill,minmax(158px,1fr))}}@media (min-width:768px){.catalog-links__list{grid-template-columns:repeat(auto-fill,minmax(235px,1fr))}}@media screen and (min-width:1501px){.price__container{padding-bottom:3px}}.price__title-main{margin-bottom:10px}@media screen and (min-width:1501px){.price__title-main{margin-bottom:38px}}.price__filter{padding:20px 0 31px}@media screen and (min-width:768px){.price__filter{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}}@media screen and (min-width:1501px){.price__filter{gap:10px;padding-bottom:40px}}.price__filter-item{background-color:#f4f4f4}@media screen and (max-width:767px){.price__filter-item{padding:20px 16px 21px;border-radius:10px}}@media screen and (min-width:768px){.price__filter-item{padding:20px 20px 23px;border-radius:16px}}@media screen and (min-width:1501px){.price__filter-item{padding:37px 44px 45px}}@media screen and (max-width:767px){.price__filter-item:not(:last-child){margin-bottom:11px}}.price__filter-item p{margin:0 0 14px}@media screen and (min-width:1501px){.price__filter-item p{margin-bottom:20px}}.price__text{font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.price__text{font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.price__text{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.price__text{font-size:32px;line-height:42px}}.price__link,.price__result{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.price__result{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:600px;margin:0 auto}.price__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#111516;text-decoration:none;background-color:#fff;border:1px solid #f05d2b;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media screen and (max-width:767px){.price__link{width:220px;padding:12px 15px;font-size:12px;line-height:24px;font-weight:700}}@media screen and (min-width:768px) and (max-width:1500px){.price__link{width:245px;padding:13px 15px;font-size:14px;line-height:20px;font-weight:600}}@media screen and (min-width:1501px){.price__link{width:270px;padding:21px 20px 17px;font-size:14px;line-height:24px;font-weight:700}}@media (hover:hover){.price__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b;fill:#fff;--color-stroke:#ffffff}.price__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover span{background-color:#fff}}.price__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b;fill:#fff;--color-stroke:#ffffff}.price__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible span{background-color:#fff}@supports not selector(:focus-visible){.price__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b;fill:#fff;--color-stroke:#ffffff}.price__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus span{background-color:#fff}}@media screen and (max-width:767px){.price__link:not(:last-child){margin-bottom:10px}}.price__link svg{-ms-flex-negative:0;flex-shrink:0;fill:#f05d2b;--color-stroke:#f05d2b}@media screen and (max-width:767px){.price__link svg{width:18px;height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.price__link svg{width:22px;height:22px}}@media screen and (min-width:1501px){.price__link svg{width:26px;height:26px}}.price__link span{background-color:#f05d2b;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite/file-default.svg);mask-image:url(/local/templates/sanriks-new/css/../images/sprite/file-default.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:767px){.price__link span{width:18px;height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.price__link span{width:22px;height:22px}}@media screen and (min-width:1501px){.price__link span{width:26px;height:26px}}@media screen and (max-width:767px){.catalog-page__title-main{margin-bottom:20px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog-page__title-main{margin-bottom:30px}}@media screen and (min-width:1501px){.catalog-page__title-main{margin-bottom:60px}}.catalog-page__list{display:grid;grid-template-columns:1fr;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.catalog-page__list{gap:28px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog-page__list{grid-template-columns:repeat(3,1fr);gap:42px 34px}}@media screen and (min-width:1501px){.catalog-page__list{grid-template-columns:repeat(4,1fr);gap:58px 66px}}.catalog-page__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}@media screen and (min-width:1501px){.catalog-page__item{gap:13px}}.catalog-page__img{overflow:hidden;background-color:#ececee}@media screen and (max-width:767px){.catalog-page__img{border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog-page__img{border-radius:16px}}@media screen and (max-width:1500px){.catalog-page__img{height:140px}}@media screen and (min-width:1501px){.catalog-page__img{height:220px;border-radius:16px}}.catalog-page__item:last-child .catalog-page__img{background-color:#e3511a}.catalog-page__img img{display:block;width:auto;height:100%;margin-left:auto;-o-object-position:center right;object-position:center right}.catalog-page__title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516;text-decoration:none}@media screen and (max-width:767px){.catalog-page__title{font-size:16px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog-page__title{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.catalog-page__title{font-size:22px;line-height:32px}}@media (hover:hover){.catalog-page__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.catalog-page__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.catalog-page__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.catalog-page__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}@media screen and (min-width:1501px){.catalog-page__content{gap:13px}}.catalog-page__sublist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;overflow:hidden;max-height:140px;-webkit-transition:max-height .2s ease;transition:max-height .2s ease}.catalog-page__content.is-active .catalog-page__sublist{max-height:1000px}.catalog-page__link{color:#555859;text-decoration:none}@media (hover:hover){.catalog-page__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.catalog-page__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.catalog-page__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:1500px){.catalog-page__link{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.catalog-page__link{font-size:15px;line-height:25px}}.catalog-page__more{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:25px;font-size:14px;font-weight:600;color:#111516;text-decoration:none;fill:#f05d2b}@media screen and (max-width:1500px){.catalog-page__more{line-height:20px}}@media screen and (min-width:1501px){.catalog-page__more{line-height:24px}}@media (hover:hover){.catalog-page__more:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.catalog-page__more:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.catalog-page__more:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.catalog-page__content.is-active .catalog-page__more-num,.catalog-page__more.is-hidden{display:none}.catalog-page__more svg{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);width:14px;height:14px;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.catalog-page__content.is-active .catalog-page__more svg{-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}@media screen and (max-width:1500px){.catalog-page__filter{padding-top:61px}}@media screen and (min-width:1501px){.catalog-page__filter{padding-top:158px}}.catalog-page__filter .brands__text{margin-bottom:12px}@media screen and (min-width:768px) and (max-width:1500px){.catalog-page__filter .brands__filter{margin-bottom:28px}}@media screen and (min-width:1501px){.catalog-page__filter .brands__filter{margin-bottom:60px}}.catalog-page__result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1500px){.catalog-page__result{gap:17px}}@media screen and (min-width:1501px){.catalog-page__result{gap:60px 10px}}.catalog-page__result-title{margin:0;border-bottom:1px solid #bdbdbd}@media screen and (max-width:1500px){.catalog-page__result-title{margin-bottom:15px;padding-bottom:10px}}@media screen and (min-width:1501px){.catalog-page__result-title{margin-bottom:40px;padding-bottom:30px;font-family:"Franklin","Arial",sans-serif;font-size:32px;line-height:42px;font-weight:500}}@media screen and (max-width:767px){.catalog-page__filter-title{margin-bottom:23px}}@media screen and (min-width:768px) and (max-width:1500px){.catalog-page__filter-title{margin-bottom:18px}}@media screen and (min-width:1501px){.catalog-page__filter-title{margin-bottom:60px}}.catalog-page__result-slide{height:auto}.catalog-page__result-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:10px 20px;color:#e0e0e0;border:1px solid currentColor;border-radius:6px}@media screen and (min-width:1501px){.catalog-page__result-link{border-radius:16px}}@media (hover:hover){.catalog-page__result-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}}.catalog-page__result-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}@supports not selector(:focus-visible){.catalog-page__result-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.04);box-shadow:0 14px 35px 0 rgba(0,0,0,.04)}}.catalog-page__result-link img{display:block;height:100%}.goods__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.goods__header{padding:0 0 30px}}@media screen and (min-width:768px) and (max-width:1500px){.goods__header{width:100%;padding:0 0 30px}}@media screen and (min-width:1501px){.goods__header{padding:0 0 30px}}.goods__header .goods__img{padding:10px;background-color:#fff;border:1px solid #e0e0e0}.catalog-page__result-link img,.goods__header .goods__img img{width:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1501px){.goods--more .goods__container{padding:0 160px}}@media screen and (max-width:767px){.goods__title-main{max-width:160px}}.goods__title-sum{-ms-flex-item-align:start;align-self:start;font-weight:600;color:#f05d2b}@media screen and (max-width:1500px){.goods__title-sum{font-size:12px;line-height:16px}}@media screen and (min-width:1501px){.goods__title-sum{margin-top:5px;font-size:14px;line-height:24px}}@media screen and (max-width:767px){.goods__img{display:none}}@media screen and (min-width:768px) and (max-width:1500px){.goods__img{width:120px;height:61px;border-radius:6px}}@media screen and (min-width:768px){.goods__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;padding:20px;background-color:#f4f4f4}}@media screen and (min-width:1501px){.goods__img{width:169px;height:81px;border-radius:16px}}.goods__img img{display:block;width:auto;height:100%}.goods__catalog-links{padding:10px 0 30px}.brand .goods__catalog-links{padding-top:0}.goods__catalog-links--brand{padding-bottom:0}.goods--more h2,.goods--more h3{margin:0 0 20px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.goods--more h2{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.goods--more h2{font-size:26px;line-height:31px}}@media screen and (min-width:1501px){.goods--more h2{font-size:54px;line-height:64px}}.goods--more p{margin:0;font-size:14px;color:#555859}@media screen and (max-width:767px){.goods--more p{line-height:20px}}@media screen and (min-width:1501px){.goods--more p{font-size:15px;line-height:25px}}.delivery-page__description p+p,.goods--more p+.goods--more p,.product__accordion-text p+p{margin-top:14px}@media screen and (max-width:767px){.goods--more h3{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.goods--more h3{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.goods--more h3{font-size:44px;line-height:54px}}@media screen and (max-width:1500px){.goods--more p+h3{margin-top:30px}}@media screen and (min-width:1501px){.goods--more p+h3{margin-top:20px}}@media screen and (max-width:1500px){.goods__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:1501px){.goods__wrapper{display:grid;grid-template-columns:360px calc(100% - 327px - 58px);gap:10px 20px;padding-top:42px}}.goods__wrapper>*{min-width:0}.goods__form{position:sticky}@media (max-width:1500px){.goods__form{z-index:46}}@media screen and (min-width:1501px){.goods__form{grid-column:1/2;grid-row:1/4}}@media screen and (max-width:767px){.goods__sorting{padding-top:30px}}@media screen and (max-width:1500px){.goods__sorting{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:20px}}@media screen and (min-width:1501px){.goods__sorting{grid-column:-1/-2}}.goods__result{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width:768px) and (max-width:1500px){.goods__result{gap:0}}.goods__result>*{min-width:0}@media screen and (min-width:768px){.goods__only-mobile{display:none}}@media screen and (max-width:767px){.goods__more-tablet{display:none}}@media screen and (min-width:768px){.goods__header-navigation{padding-right:110px}}.goods__catalog-links--brand{position:relative}@media (max-width:1199px){.goods__catalog-links--brand .goods__catalog-navigation{display:grid;grid-template-columns:repeat(2,auto);gap:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding-bottom:20px}.goods__catalog-links--brand .slider-nav__arrow{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.goods__catalog-links--brand .slider-nav__arrow--prev{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}}@media (min-width:1200px){.goods__catalog-links--brand{margin:0 -30px;padding:0 30px}}.product__container{position:relative;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px) and (max-width:1500px){.product__container{grid-template-columns:repeat(2,1fr);gap:30px 12px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}@media screen and (min-width:1501px){.product__container{grid-template-columns:486px 1fr 356px;gap:57px 65px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.product__header{padding:0 0 20px}@media screen and (min-width:768px){.product__header{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1/-1;-webkit-box-align:start;-ms-flex-align:start;align-items:start;min-height:110px;padding-right:200px;padding-bottom:0}}@media screen and (min-width:1501px){.product__header{padding-right:570px}}@media screen and (max-width:767px){.product__title-main{font-size:30px;line-height:36px}}@media screen and (min-width:768px) and (max-width:1500px){.product__title-main{font-size:36px;line-height:42px}}@media screen and (min-width:1501px){.product__title-main{font-size:46px;line-height:52px}}.product__links{display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (max-width:767px){.product__links{grid-template-columns:repeat(2,1fr);gap:10px}}@media screen and (min-width:768px) and (max-width:1500px){.product__links{gap:4px}}@media screen and (min-width:1501px){.product__links{grid-template-columns:repeat(2,auto);gap:10px}}.product__links--header{margin-bottom:30px}@media screen and (min-width:768px){.product__links--header{position:absolute;top:2px;right:20px}}@media screen and (min-width:1501px){.product__links--header{right:32px}}.product__links-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;font-size:14px;line-height:20px;color:#555859;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}@media screen and (hover:hover) and (max-width:767px){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover span{color:#fff;background-color:#f05d2b}}.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@media screen and (max-width:767px){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible span{color:#fff;background-color:#f05d2b}}@supports not selector(:focus-visible){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}@media screen and (max-width:767px){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus span{color:#fff;background-color:#f05d2b}}}@media screen and (max-width:767px){.product__links-item{max-width:164px}}@media screen and (min-width:768px) and (max-width:1500px){.product__links-item{padding:12px 25px 12px 28px;font-size:12px;line-height:16px;font-weight:600}}@media screen and (min-width:768px){.product__links-item{gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#111516;border:1px solid #f05d2b;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}}@media screen and (min-width:768px) and (hover:hover){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover span{color:currentColor}}@media screen and (min-width:768px){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible span{color:currentColor}@supports not selector(:focus-visible){.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}.product__links-item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus span{color:currentColor}}}@media screen and (min-width:1501px){.product__links-item{gap:11px;padding:22px 47px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px}}.product__links-item span{-ms-flex-negative:0;flex-shrink:0;color:#f05d2b;--color-arrow:currentColor}@media screen and (max-width:767px){.product__links-item span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border:1px solid #e0e0e0;border-radius:50%}}@media screen and (min-width:768px){.product__links-item span{display:block;font-size:0;line-height:0}}.product__links-item--prev span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.product__links-item--next{text-align:right}@media screen and (max-width:767px){.product__links-item--next{margin-left:auto}}.product__tabs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (min-width:768px) and (max-width:1500px){.product__tabs{grid-column:1/-1;padding-top:14px}}.product__element{width:100%}.product__char-list{margin:0;font-size:14px;line-height:20px;color:#555859}@media screen and (max-width:767px){.product__char-list{margin-bottom:14px}}@media screen and (min-width:768px) and (max-width:1500px){.product__char-list{margin-bottom:18px}}@media screen and (min-width:1501px){.product__char-list{margin:0 5px 12px 0}}.product__char-list a{color:#f05d2b;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.product__char-list a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.product__char-list a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.product__char-list a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.product__char-group{display:grid;grid-template-columns:1fr;gap:7px}.product__char-group--more{overflow:unset;height:100%;margin-top:7px;visibility:visible}.is-collapse-list .product__char-group--more{overflow:hidden;height:0;visibility:hidden;-webkit-transition:height .2s ease;transition:height .2s ease}.product__char-item{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0;border-bottom:1px dashed #e0e0e0}@media screen and (min-width:1501px){.product__char-item{padding:10px 0}}.product__char-text{margin:0;font-weight:600;text-align:right}.product__char-more{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:18px;font-weight:700;color:#111516;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease;fill:#f05d2b}@media (hover:hover){.product__char-more:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.product__char-more:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.product__char-more:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.product__char-more svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:16px;height:16px;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.product__description{padding:8px 0;font-weight:400;color:#555859}@media screen and (max-width:1500px){.product__description{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.product__description{font-size:15px;line-height:25px}}.product__accordion p,.product__description p{margin:0}.product__accordion{font-size:14px;font-weight:400;color:#555859}@media screen and (min-width:768px){.product__accordion{padding-top:5px}}@media screen and (max-width:1500px){.product__accordion{line-height:20px}}@media screen and (min-width:1501px){.product__accordion{line-height:24px}}@media screen and (max-width:767px){.product__accordion-element{margin-bottom:7px}}@media screen and (min-width:768px){.product__accordion-element{margin-bottom:12px}}.product__accordion-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516;text-align:left;background-color:transparent;border:0;fill:currentColor}@media screen and (max-width:767px){.product__accordion-btn{gap:10px;font-size:16px;line-height:29px}}@media screen and (min-width:768px){.product__accordion-btn{gap:15px;font-size:18px;line-height:28px}}.product__accordion-btn svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.product__accordion-element.is-active .product__accordion-btn{color:#f05d2b}.product__accordion-element.is-active .product__accordion-btn svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.product__accordion-links{display:grid;gap:14px;padding:6px 0}.product__element-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:18px;font-weight:700;color:#111516;text-decoration:none}@media screen and (max-width:767px){.product__element-link{gap:10px}}@media screen and (min-width:768px){.product__element-link{gap:15px}}.product__accordion-btn svg,.product__element-link svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:767px){.product__accordion-text{padding:8px 0 15px 30px}}@media screen and (min-width:768px){.product__accordion-text{padding:13px 0 5px 30px}}.product__stock-container{background-color:#fff;border:1px solid #f4f4f4;border-radius:10px;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}@media screen and (max-width:767px){.product__stock-container{margin-top:20px;margin-bottom:20px;padding:22px 13px}}@media screen and (min-width:768px) and (max-width:1500px){.product__stock-container{padding:22px 24px}}@media screen and (min-width:1501px){.product__stock-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:28px 24px 21px}}.product__stock-basket{margin-bottom:30px}@media screen and (max-width:767px){.product__stock-basket{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:19px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px){.product__stock-basket{display:grid;grid-template-columns:repeat(2,1fr);gap:21px 2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:767px){.product__stock-basket .card__basket-btn--basket{width:129px;height:auto;min-height:36px;font-size:12px;line-height:24px}.product__stock-basket .card__basket-btn--basket svg{margin-left:10px}}.product__stock-price{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.product__stock-price{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:11px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px){.product__stock-price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px}}.product__price-sale{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500;color:#f05d2b}@media screen and (min-width:1501px){.product__price-sale{font-size:22px;line-height:32px}}.product__price-old{text-decoration:line-through}@media screen and (max-width:767px){.product__price-old{font-size:14px;line-height:17px}}@media screen and (min-width:768px){.product__price-old{font-size:16px;line-height:20px}}.product__link-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto}@media screen and (max-width:767px){.product__link-icon{gap:5px}}@media screen and (min-width:768px){.product__link-icon{gap:10px}}@media screen and (min-width:1501px){.product__link-icon .link-icon{width:40px;height:40px}}.product__counter-basket{grid-column:1/-1;padding:8px 32px;--color-stroke:currentColor}@media screen and (max-width:767px){.product__counter-basket{gap:11px}}@media screen and (min-width:768px){.product__counter-basket{gap:10px;padding:9px 25px 10px}.product__counter-basket svg{width:22px;height:22px}}.product__stock-basket.is-active .product__counter-basket{display:none}.product__counter,.product__counter-basket--arrived{grid-column:1/-1}.product__stock-basket:not(.is-active) .product__counter{display:none}.product__stock-basket.is-active .product__counter{display:-webkit-box;display:-ms-flexbox;display:flex}.product__stock-content{background:#f4f4f4;border-radius:10px}@media screen and (max-width:767px){.product__stock-content{padding:16px 16px 20px}}@media screen and (min-width:768px){.product__stock-content{padding:16px 20px 20px}}.product__stock-title{margin:0 0 10px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}.product__stock-item,.product__stock-list{display:-webkit-box;display:-ms-flexbox;display:flex}.product__stock-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none}.product__stock-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__stock-city{position:relative;padding-left:24px;font-size:14px;line-height:20px;font-weight:600}.product__stock-city::after,.product__stock-city::before{position:absolute;content:"";top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;border-radius:50%}.product__stock-city::before{z-index:2;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product__stock-city::after{z-index:1;display:none;background-color:#008989}.product__stock-city.is-active::before{background-color:#fff;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);-webkit-mask-size:11px;mask-size:11px}.product__stock-city.is-active::after{display:block}.product__stock-city.is-order::before,.product__stock-city.is-wait::before{background-color:#bdbdbd;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-cancel);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-cancel);-webkit-mask-size:14px;mask-size:14px}.product__stock-city.is-order::before{background-color:#f05d2b}.product__stock-num{display:inline-block;padding:2px 10px;font-size:12px;line-height:18px;font-weight:600;border:1px solid #555859;border-radius:20px}.is-wait+.product__stock-num{border-color:#bdbdbd}.product__slider{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 6px}.product__label{position:absolute;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.product__label{top:13px;left:14px;gap:11px}}@media screen and (min-width:768px){.product__label{top:20px;left:20px;gap:5px}.product__label span{padding:9px 12px 11px}}.product__swiper--main{width:328px;height:290px;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:60%;border:1px solid #e0e0e0;border-radius:10px}@media screen and (min-width:768px) and (max-width:1500px){.product__swiper--main{width:358px;height:346px}}@media screen and (min-width:1501px){.product__swiper--main{width:486px;height:488px}}.product__swiper--prew{margin:0 auto}@media screen and (max-width:767px){.product__swiper--prew{width:328px;height:80px;padding:14px 0}}@media screen and (min-width:768px) and (max-width:1500px){.product__swiper--prew{width:358px;height:72px;padding:10px 0}}@media screen and (min-width:1501px){.product__swiper--prew{width:486px;height:118px;padding:12px 0}}.product__swiper .swiper-wrapper{background-color:#fff}.product__slider--empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:328px;height:290px;margin:0 auto;border:1px solid #e0e0e0;border-radius:10px}@media screen and (min-width:768px) and (max-width:1500px){.product__slider--empty{width:358px;height:346px}}@media screen and (min-width:1501px){.product__slider--empty{width:486px;height:488px}}.product__slider--empty .product__navigation,.product__slider--empty .product__prew-navigation,.product__slider--empty .product__swiper--main .swiper-wrapper,.product__slider--empty .product__swiper--prew,.product__slider--one .product__navigation,.product__slider--one .product__prew-navigation,.product__slider--one .product__swiper--prew{display:none}.product__slide-fancy{display:block;width:100%;height:100%}@media (hover:hover){.product__slide-fancy:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.product__slide-fancy:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.product__slide-fancy:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.product__swiper--main .product__slide{height:auto;border-radius:10px}@media screen and (max-width:767px){.product__swiper--main .product__slide{padding:29px 48px}}@media screen and (min-width:768px) and (max-width:1500px){.product__swiper--main .product__slide{padding:55px 61px}}@media screen and (min-width:1501px){.product__swiper--main .product__slide{padding:78px 68px 60px}}.product__swiper--prew .product__slide{overflow:hidden;width:52px;height:52px;opacity:0;border:1px solid #e0e0e0;border-radius:6px}@media screen and (min-width:1501px){.product__swiper--prew .product__slide{width:94px;height:94px}}.product__swiper--prew .product__slide.swiper-slide-visible{opacity:1}.product__swiper--prew .product__slide.swiper-slide-thumb-active{opacity:1;border-color:#f05d2b}.compare__slide-img img,.compare__table .card__slide-img img,.product__slide img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.product__swiper--main .product__navigation{display:none}}.product__arrow{color:#f05d2b;border-color:transparent;fill:currentColor}@media (hover:hover){.product__arrow:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}.product__arrow:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.product__arrow:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}@media screen and (min-width:1501px){.product__arrow{width:34px;height:34px;background-color:#f4f4f4}.product__swiper--main .product__arrow--next{right:12px}.product__swiper--main .product__arrow--prev{left:8px}}.search-page .goods__title-main{max-width:none}.search-page .goods__sorting{padding-top:10px}.search-page .goods__header{display:block}@media screen and (min-width:1501px){.page__main--no-found .plumbing__text{display:block;margin-bottom:60px}.page__main--no-found .plumbing__title{display:none}}.page__main--no-found .goods__header{display:block;margin-bottom:-20px;padding-bottom:0}.search-page--no-found .goods__header{padding:0}.search-tabs{overflow:unset}.search-tabs__nav{margin-bottom:-10px}.search-tabs__content .plumbing__list{display:grid}@media screen and (max-width:767px){.search-tabs__content .plumbing__list{grid-template-columns:repeat(2,1fr);padding-top:29px}}@media screen and (min-width:768px) and (max-width:1199px){.search-tabs__content .plumbing__list{grid-template-columns:repeat(3,1fr);gap:30px 7px;padding-top:28px}}@media screen and (min-width:1200px){.search-tabs__content .plumbing__list{grid-template-columns:repeat(3,1fr);padding-top:42px}}.search-tabs__content .plumbing__item{width:100%}@media screen and (max-width:767px){.search-tabs__content .news__result-list{grid-template-columns:1fr;gap:20px;padding-top:29px}}@media screen and (min-width:768px) and (max-width:1199px){.search-tabs__content .news__result-list{grid-template-columns:repeat(3,1fr);gap:30px 11px;padding-top:28px}}@media screen and (min-width:1200px){.search-tabs__content .news__result-list{grid-template-columns:repeat(3,1fr);gap:30px;padding-top:42px}}@media screen and (max-width:767px){.search-tabs__content .news__title{margin-bottom:7px}}@media screen and (min-width:768px) and (max-width:1199px){.search-tabs__content .news__title{margin-bottom:10px}}@media screen and (min-width:1501px){.search-tabs__content .news__title{margin-bottom:28px}}@media screen and (max-width:767px){.search-tabs__content .news__text--excerpt{margin-bottom:13px}}@media screen and (min-width:768px) and (max-width:1199px){.search-tabs__content .news__text--excerpt{margin-bottom:11px}}@media screen and (min-width:1501px){.search-tabs__content .news__text--excerpt{margin-bottom:12px}}@media screen and (max-width:1500px){.compare .goods__header{padding:0 0 30px}}@media screen and (min-width:1501px){.compare .goods__header{padding:0 0 30px}}.compare__btn-delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;text-decoration:none;border:1px solid #e0e0e0;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;fill:#8c8f90}@media screen and (max-width:767px){.compare__btn-delete{padding:7px 19px;font-size:0;line-height:0;color:#8c8f90;fill:currentColor}}@media screen and (min-width:768px) and (max-width:1500px){.compare__btn-delete{gap:10px;padding:7px 31px;font-size:14px;line-height:20px;color:#555859}}@media screen and (min-width:1501px){.compare__btn-delete{gap:10px;padding:10px 60px;font-size:15px;line-height:25px;color:#555859}}@media (hover:hover){.compare__btn-delete:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b;fill:currentColor}}.compare__btn-delete:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b;fill:currentColor}@supports not selector(:focus-visible){.compare__btn-delete:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b;fill:currentColor}}.compare__btn-delete svg,.favorites__btn-delete svg,.lk-info__element--contacts .lk__new svg,.lk-info__element--employees .lk__new svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.compare__banner{padding:14px 15px;background-color:#f4f4f4;background-repeat:no-repeat;background-position:left bottom;border:1px solid #e0e0e0}@media screen and (max-width:767px){.compare__banner{margin-bottom:30px;margin-left:0;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#compare-bg-mobile);background-size:358px 88px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__banner{width:170px;height:100%;padding:28px 10px;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#compare-bg-desktop);background-size:358px 536px;border-radius:16px}}@media screen and (min-width:1501px){.compare__banner{width:358px;height:100%;padding:35px 24px;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#compare-bg-desktop);background-size:358px 536px;border-radius:16px}}@media screen and (min-width:768px){.compare__banner{display:none}}@media screen and (max-width:767px){.compare__table-td--head .compare__banner{display:none}}@media screen and (min-width:768px){.compare__table-td--head .compare__banner{display:block;min-height:100%}}.compare__banner p{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.compare__banner p{margin-bottom:11px;font-size:18px;line-height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__banner p{margin-bottom:18px;font-size:20px;line-height:30px}}@media screen and (min-width:1501px){.compare__banner p{margin-bottom:30px;font-size:32px;line-height:42px}}.compare__banner-btn{position:relative;-ms-flex-item-align:center;align-self:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-family:"Segoeui","Arial",sans-serif;color:#111516;background-color:transparent;border:0;cursor:pointer}@media screen and (max-width:767px){.compare__banner-btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;min-height:18px;padding:0 0 0 28px;font-size:13px;line-height:17px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.compare__banner-btn{min-height:22px;padding:0 0 0 36px;font-size:12px;line-height:16px;font-weight:400;text-align:left}}@media screen and (min-width:1501px){.compare__banner-btn{padding-left:38px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}@media (hover:hover){.compare__banner-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}.compare__banner-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover::before{border-color:#f05d2b}}.compare__banner-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.compare__banner-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible::before{border-color:#f05d2b}@supports not selector(:focus-visible){.compare__banner-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.compare__banner-btn:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus::before{border-color:#f05d2b}}.compare__banner-btn::before{position:absolute;content:"";left:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:2px}@media screen and (max-width:767px){.compare__banner-btn::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:18px;height:18px}}@media screen and (min-width:768px){.compare__banner-btn::before{top:0;width:22px;height:22px}}.compare__banner-btn.is-selected::before{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-check);background-repeat:no-repeat;background-position:center}@media screen and (max-width:767px){.compare__tabs-nav{margin-bottom:10px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__tabs-nav{margin-bottom:20px}}@media screen and (min-width:1501px){.compare__tabs-nav{margin-bottom:33px}}.compare__tabs-element{display:grid;grid-template-columns:1fr}.compare__table-container{position:relative;overflow:hidden;overflow-x:auto;padding-bottom:12px}.compare__table-container::-webkit-scrollbar{width:100%;height:8px;background-color:#fff;border:0;-webkit-box-shadow:none;box-shadow:none}.compare__table-container::-webkit-scrollbar-thumb{background-color:#555859;border-radius:20px}.compare__table-container::-webkit-scrollbar-track{background-color:#f4f4f4;border-radius:20px}@media screen and (max-width:767px){.compare__table-container::-webkit-scrollbar-track{margin-left:70px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table-container::-webkit-scrollbar-track{margin-left:172px}}@media screen and (min-width:1501px){.compare__table-container::-webkit-scrollbar-track{margin-left:385px}}.compare__table{position:relative;border-collapse:separate;height:100%}@-moz-document url-prefix(){.compare__table{height:100%}}.compare__table-tr{font-size:12px;line-height:16px;text-align:left}.compare__table-td{position:relative;min-height:1px;padding:0;font-weight:400;vertical-align:top;border-bottom:1px dashed #bdbdbd}.compare__table-tr:first-child .compare__table-td{border:0}@-moz-document url-prefix(){.compare__table-td{height:100%}.compare__table-td .compare__banner{min-height:100%}}.compare__table-td>span{display:grid;grid-template-columns:1fr;margin-right:9px;padding:14px 0}@media screen and (max-width:767px){.compare__table-td>span{min-height:40px;margin-right:10px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table-td>span{min-height:46px;margin-right:14px}}@media screen and (min-width:1501px){.compare__table-td>span{min-height:59px;margin-right:30px;font-size:15px;line-height:25px}}@media (hover:hover){.compare__table-td span a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.compare__table-td span a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.compare__table-td span a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}@media screen and (max-width:767px){.compare__table-td:not(.compare__table-td--head)>span{width:210px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table-td:not(.compare__table-td--head)>span{width:172px}}@media screen and (min-width:1501px){.compare__table-td:not(.compare__table-td--head)>span{width:358px}}@media screen and (max-width:767px){.compare__table-td--card{padding-bottom:9px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table-td--card{padding-bottom:18px}}@media screen and (min-width:1501px){.compare__table-td--card{padding-bottom:29px}}.compare__table-td--head{position:sticky;z-index:10;left:0;padding-left:0;font-weight:600;background-color:#fff}@media screen and (max-width:767px){.compare__table-td--head{width:70px;padding-right:8px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table-td--head{width:172px;padding-right:15px}}@media screen and (max-width:767px){.compare__table-td--bg{padding-right:0;padding-bottom:9px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table-td--bg{padding-right:13px;padding-bottom:17px}}@media screen and (min-width:1501px){.compare__table-td--bg{padding-right:26px;padding-bottom:29px}}.compare__table-bg{width:67px;height:100%;margin-left:-1px;background-color:#f4f4f4;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#compare-bg-small);background-repeat:no-repeat;background-position:left bottom;background-size:58px 352px;border-radius:10px}@media screen and (min-width:768px){.compare__table-bg{display:none}}.compare__item,.compare__table .card__item{position:relative;overflow:hidden;display:grid;grid-template-rows:auto 1fr;height:100%;background-color:#fff;border:1px solid #e0e0e0}@media screen and (max-width:767px){.compare__item,.compare__table .card__item{width:210px;margin-right:10px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__item,.compare__table .card__item{width:230px;margin-right:14px;border-radius:16px}}@media screen and (min-width:1501px){.compare__item,.compare__table .card__item{width:358px;margin-right:30px;border-radius:16px}}@-moz-document url-prefix(){.compare__item,.compare__table .card__item{height:100%}}.compare__content,.compare__table .card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 12px 11px;border-top:1px solid #e0e0e0}@media screen and (max-width:767px){.compare__content,.compare__table .card__content{gap:13px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__content,.compare__table .card__content{gap:9px}}@media screen and (min-width:1501px){.compare__content,.compare__table .card__content{gap:10px;padding:37px 25px 31px}}.compare__content .card__content,.compare__table .card__content .card__content{width:auto}.compare__table .card__title-link,.compare__title-link{margin-bottom:auto;color:#111516;text-decoration:none}@media (hover:hover){.compare__table .card__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover,.compare__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.compare__table .card__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible,.compare__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.compare__table .card__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus,.compare__title-link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.compare__table .card__title,.compare__title{margin:0;font-weight:600}@media screen and (max-width:767px){.compare__table .card__title,.compare__title{font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__table .card__title,.compare__title{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.compare__table .card__title,.compare__title{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.compare__stock,.compare__table .card__stock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}@media screen and (max-width:767px){.compare__stock,.compare__table .card__stock{font-size:12px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__stock,.compare__table .card__stock{font-size:12px;line-height:15px}}@media screen and (min-width:1501px){.compare__stock,.compare__table .card__stock{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;line-height:24px}}.compare__code,.compare__table .card__code{color:#8c8f90}.compare__balance,.compare__table .card__balance{color:#008989}.compare__item .card__price-sale,.compare__item .card__price-standart,.compare__table .card__price-sale,.compare__table .card__price-standart{font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.compare__item .card__price-sale,.compare__item .card__price-standart,.compare__table .card__price-sale,.compare__table .card__price-standart{font-size:15px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__item .card__price-sale,.compare__item .card__price-standart,.compare__table .card__price-sale,.compare__table .card__price-standart{font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.compare__item .card__price-sale,.compare__item .card__price-standart,.compare__table .card__price-sale,.compare__table .card__price-standart{font-size:22px;line-height:22px}}.compare__price,.compare__table .card__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:10px auto 10px 0}.compare__price-table{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.compare__price-table{gap:12px 8px;font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__price-table{gap:11px 14px;font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.compare__price-table{gap:11px 14px;font-size:22px;line-height:32px}}.compare__price-sale,.vacancies__inner-item li span{color:#f05d2b}.compare__price-old{font-family:"Segoeui","Arial",sans-serif;font-weight:400;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}@media screen and (max-width:767px){.compare__price-old{font-size:12px;line-height:17px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__price-old{font-family:"Geologica","Arial",sans-serif;font-size:14px;line-height:18px;font-weight:300}}@media screen and (min-width:1501px){.compare__price-old{font-family:"Geologica","Arial",sans-serif;font-size:16px;line-height:18px;font-weight:300}}.compare__btn--basket{--color-stroke:currentColor}@media screen and (max-width:1500px){.compare__btn--basket{width:36px;height:36px;padding:0;font-size:0;line-height:0}}@media screen and (min-width:768px) and (max-width:1500px){.compare__btn--basket{margin-right:14px}}@media screen and (min-width:1501px){.compare__btn--basket{gap:0 10px;padding:9px 27px;font-size:14px;line-height:24px;font-weight:700}}.compare__label{position:absolute;z-index:1;top:8px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}@media screen and (min-width:768px){.compare__label{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:150px}}@media screen and (min-width:1501px){.compare__label{top:15px}}.compare__links{position:absolute;z-index:1;top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1501px){.compare__links{top:15px;right:15px;gap:10px}}@media screen and (max-width:767px){.compare__links{right:5px;gap:8px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__links{right:8px;gap:6px}}@media screen and (max-width:767px){.compare__links-item{width:30px;height:30px;padding:0 8px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__links-item{width:34px;height:34px;padding:0 10px}}@media screen and (min-width:1501px){.compare__links-item{width:40px;height:40px;padding:0 10px}}.compare__img,.compare__table .card__img{overflow:hidden;-ms-flex-item-align:center;align-self:center;max-width:400px;margin:0 auto;border:0}@media screen and (max-width:767px){.compare__img,.compare__table .card__img{width:100%;height:157px;padding:0 3px}}@media screen and (min-width:768px) and (max-width:1500px){.compare__img,.compare__table .card__img{width:172px;height:186px}}@media screen and (min-width:1501px){.compare__img,.compare__table .card__img{width:358px;height:320px}}.compare__swiper,.compare__table .card__swiper,.promotion__img-container a svg{width:100%;height:100%}.compare__slide-img,.compare__table .card__slide-img{height:100%;padding:0 5px}.compare__pagination,.compare__table .card__pagination{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,auto));gap:10px;justify-items:center}@media screen and (min-width:1501px){.compare__pagination,.compare__table .card__pagination{position:absolute;top:0;bottom:18px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;opacity:0}}.compare__pagination-btn,.compare__table .card__pagination-btn{width:30px;height:100%;background-color:transparent;border-bottom:2px solid rgba(0,0,0,.08);-webkit-transition:width .2s ease;transition:width .2s ease;cursor:default}.compare__pagination-btn.is-active,.compare__table .card__pagination-btn.is-active{background-color:transparent;border-color:#f05d2b}@media screen and (max-width:767px){.compare__pagination-btn.is-active,.compare__table .card__pagination-btn.is-active{width:50px}}@media screen and (min-width:768px){.compare__pagination-btn.is-active,.compare__table .card__pagination-btn.is-active{width:60px}}@media screen and (max-width:767px){.compare__table .card__pagination{bottom:5px!important}}@media (min-width:1200px){.compare__table .card__pagination{top:auto!important;bottom:2px!important}}.favorites__btn-delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;text-decoration:none;border:1px solid #e0e0e0;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;fill:#8c8f90}@media screen and (max-width:767px){.favorites__btn-delete{padding:7px 19px;font-size:0;line-height:0;color:#8c8f90;fill:currentColor}}@media screen and (min-width:768px) and (max-width:1500px){.favorites__btn-delete{padding:7px 31px;font-size:14px;line-height:20px}}@media screen and (min-width:768px){.favorites__btn-delete{gap:10px;color:#555859}}@media screen and (min-width:1501px){.favorites__btn-delete{padding:10px 60px;font-size:15px;line-height:25px}}@media (hover:hover){.favorites__btn-delete:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b;fill:currentColor}}.favorites__btn-delete:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b;fill:currentColor}@supports not selector(:focus-visible){.favorites__btn-delete:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b;fill:currentColor}}@media screen and (max-width:1500px){.favorites .goods__header{padding:0 0 30px}}@media screen and (min-width:1501px){.favorites .goods__header{padding:0 0 30px}}.favorites .goods__wrapper{padding-top:0}@media screen and (min-width:1501px){.favorites .goods__wrapper{margin-top:-15px}}@media screen and (max-width:767px){.delivery{font-size:14px;line-height:140%}}@media screen and (min-width:768px){.delivery{font-size:15px;line-height:25px}}.delivery__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:31px}@media screen and (max-width:767px){.delivery__form-group:not(:last-child){margin-bottom:13px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery__form-group--address,.delivery__form-group--commit{grid-column:1/-1}}.delivery__form-label{display:inline-block;margin-bottom:8px}.delivery__form-btns{display:grid;grid-template-columns:repeat(2,auto)}@media screen and (max-width:767px){.delivery__form-btns{gap:5px}}@media screen and (min-width:768px){.delivery__form-btns{gap:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}}.delivery__form-btns .button{font-weight:700;line-height:24px}@media screen and (max-width:767px){.delivery__form-btns .button{padding:13px 14px;font-size:12px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery__form-btns .button{padding:12px 36px;font-size:14px}}@media screen and (min-width:1501px){.delivery__form-btns .button{min-width:270px;min-height:64px;font-size:14px;line-height:24px}}.delivery__form-submit{display:block;width:100%}.basket__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media screen and (max-width:767px){.basket__header{padding:0 0 30px}}@media screen and (min-width:768px){.basket__header{padding:0 0 30px}}@media screen and (max-width:767px){.basket__table{margin-right:-14px;padding-right:14px;padding-bottom:22px}}.basket__table .table-all__link{font-weight:600}@media screen and (max-width:767px){.basket__order .form__group-btns .button{width:100%;padding:10px}}@media screen and (min-width:768px) and (max-width:1199px){.basket__order .form__group-btns{grid-template-columns:repeat(2,auto);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.basket__order .form__group-btns .button{width:200px;padding:10px}}@media screen and (min-width:1200px){.basket__order .form__group-btns{grid-template-columns:repeat(2,auto);gap:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.basket__order .form__group-btns .button{padding:12px}}.vacancies__header{padding:0 0 29px}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__tabs{padding-bottom:11px}}@media screen and (max-width:1500px){.vacancies__nav{margin-bottom:10px}}@media screen and (min-width:1501px){.vacancies__nav{margin-bottom:35px}}.vacancies__element{width:100%}.vacancies__list{display:grid;gap:20px;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.vacancies__list{grid-template-columns:1fr}}@media screen and (min-width:768px){.vacancies__list{grid-template-columns:repeat(2,1fr);gap:12px}}@media screen and (min-width:1501px){.vacancies__list{gap:30px}}.vacancies__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #e0e0e0;border-radius:16px}@media screen and (max-width:767px){.vacancies__item{gap:11px;padding:24px 16px}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__item{gap:16px;padding:30px 19px}}@media screen and (min-width:1501px){.vacancies__item{gap:15px;padding:32px 27px 37px}}.vacancies__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.vacancies__title{font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.vacancies__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.vacancies__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.vacancies__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.vacancies__title{font-size:22px;line-height:32px}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__title{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.vacancies__title{font-size:22px;line-height:32px}}.vacancies__desc{margin:0;padding:12px 14px 16px;font-weight:400;background-color:#fff;border-left:1px solid #f05d2b;border-radius:6px;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}@media screen and (max-width:1500px){.vacancies__desc{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.vacancies__desc{font-size:15px;line-height:25px}}.delivery-page__contacts p,.vacancies__desc p{margin:0}.vacancies--post .vacancies__desc{font-weight:600}@media screen and (min-width:768px) and (max-width:1500px){.vacancies--post .vacancies__desc{padding-left:30px;font-family:"Franklin","Arial",sans-serif;font-weight:500}}@media screen and (min-width:1501px){.vacancies--post .vacancies__desc{padding:16px 14px 16px 28px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}.vacancies__btns{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:350px;margin-top:auto;padding-top:20px}.vacancies__btn{width:100%;font-size:12px;line-height:16px;font-weight:700}@media screen and (max-width:767px){.vacancies__btn{padding:10px;font-size:12px;line-height:16px}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__btn{padding:11px;font-size:14px;line-height:24px}}@media screen and (min-width:1501px){.vacancies__btn{padding:14px;font-size:14px;line-height:24px}}@media screen and (max-width:767px){.vacancies__inner{padding-top:30px}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner{padding-top:43px}}@media screen and (min-width:1501px){.vacancies__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:80px 30px;padding-top:56px}}.vacancies__inner-item{font-size:14px;line-height:20px;background-repeat:no-repeat}@media screen and (max-width:767px){.vacancies__inner-item{padding:30px 15px;font-weight:600;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item{padding:30px 30px 33px;font-family:"Franklin","Arial",sans-serif;font-weight:500;border-radius:16px}}@media screen and (min-width:1501px){.vacancies__inner-item{padding:35px 48px 45px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500;border-radius:16px}}.vacancies__inner-item--gray{background-color:#f4f4f4}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item--gray{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#vacancies-bg-tablet);background-position:left -196px top}}@media screen and (min-width:1501px){.vacancies__inner-item--gray{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#vacancies-bg-desktop);background-position:left -196px top}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item--gray ul{-webkit-column-width:276px;-moz-column-width:276px;column-width:276px;gap:65px}}.vacancies__inner-item--dark-gray{color:#fff;background-color:#555859}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item--dark-gray{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#vacancies-bg-dark-tablet);background-position:right -55px top -35px;background-size:280px 280px}}@media screen and (min-width:1501px){.vacancies__inner-item--dark-gray{background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#vacancies-bg-dark-desktop);background-position:right -127px top 0;background-size:603px 627px}}.vacancies__inner-item--img{display:grid;gap:29px;padding:0}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item--img{grid-template-columns:1fr 355px;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:1501px){.vacancies__inner-item--img{grid-column:1/-1;grid-template-columns:1fr 744px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:1500px){.vacancies__inner-item+.vacancies__inner-item{margin-top:40px}}.vacancies__inner-item h2,.vacancies__inner-item h3{margin:0 0 20px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.vacancies__inner-item h2{font-size:22px;line-height:120%}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item h2{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.vacancies__inner-item h2{margin-bottom:30px;font-size:44px;line-height:54px}}.vacancies__inner-item h3{margin:0 0 21px}@media screen and (max-width:767px){.vacancies__inner-item h3{font-size:18px;line-height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.vacancies__inner-item h3{font-size:20px;line-height:30px}}@media screen and (min-width:1501px){.vacancies__inner-item h3{margin-bottom:30px;font-size:32px;line-height:42px}}.vacancies__inner-item li{display:block;min-height:23px}.vacancies__inner-img{overflow:hidden;height:222px}@media screen and (max-width:767px){.vacancies__inner-img{border-radius:10px}}@media screen and (min-width:768px){.vacancies__inner-img{border-radius:16px}}@media screen and (min-width:1501px){.vacancies__inner-img{height:362px}}.delivery-page__accordion-img img,.vacancies__inner-img img{display:block;width:100%;height:100%}@media screen and (min-width:1501px){.vacancies__inner-item--img .vacancies__inner-list{margin-bottom:21px}}@media screen and (max-width:767px){.delivery-page__header{padding:0 0 30px}}@media screen and (min-width:768px){.delivery-page__header{padding:0 0 34px}}@media screen and (min-width:1501px){.delivery-page__header{padding-bottom:19px}}@media screen and (max-width:767px){.delivery-page__main-title{margin-bottom:20px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__main-title{max-width:500px;margin-bottom:23px}}@media screen and (min-width:1501px){.delivery-page__main-title{margin-bottom:17px}}.delivery-page__contacts a,.delivery-page__main-text{font-family:"Franklin","Arial",sans-serif;font-weight:500}.delivery-page__main-text{margin:0}@media screen and (max-width:767px){.delivery-page__main-text{font-size:16px;line-height:22px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__main-text{color:#555859}}@media screen and (min-width:1501px){.delivery-page__main-text{font-size:18px;line-height:26px;color:#555859}}.delivery-page__contacts{display:grid;grid-template-columns:1fr;margin-bottom:20px;background-color:#f4f4f4;border-radius:16px}@media screen and (max-width:767px){.delivery-page__contacts{gap:17px;padding:30px 16px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__contacts{grid-template-columns:repeat(2,auto);gap:20px 65px;padding:15px 20px 20px}}@media screen and (min-width:1501px){.delivery-page__contacts{grid-template-columns:1fr auto auto;gap:10px 140px;padding:15px 20px 20px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__contacts p{grid-column:1/-1}}@media screen and (max-width:1500px){.delivery-page__contacts p{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.delivery-page__contacts p{max-width:490px;font-size:15px;line-height:25px}}@media screen and (max-width:1500px){.delivery-page__contacts span{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.delivery-page__contacts span{font-size:15px;line-height:25px}}.delivery-page__contacts a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#f05d2b;text-decoration:none}@media (hover:hover){.delivery-page__contacts a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.delivery-page__contacts a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.delivery-page__contacts a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}@media screen and (max-width:1500px){.delivery-page__contacts a{font-size:16px;line-height:20px}}@media screen and (min-width:1501px){.delivery-page__contacts a{font-size:18px;line-height:28px}}.delivery-page__contacts-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767px){.delivery-page__contacts-item{gap:5px}}.delivery-page__accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767px){.delivery-page__accordion{gap:16px;margin-bottom:63px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__accordion{gap:18px;margin-bottom:61px}}@media screen and (min-width:1501px){.delivery-page__accordion{gap:22px;margin-bottom:61px}}@media screen and (max-width:1500px){.delivery-page__message-inner{margin-bottom:30px}}@media screen and (min-width:1501px){.delivery-page__message-inner{margin-bottom:50px}}.delivery-page__message-inner.is-active .delivery-page__message{display:block}.delivery-page__message{position:relative;display:none;padding:13px 30px 14px 37px;color:#f05d2b;text-transform:uppercase;background-color:#fff;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-info);background-repeat:no-repeat;border-left:4px solid #f05d2b;border-radius:8px;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}@media screen and (max-width:767px){.delivery-page__message{font-size:12px;line-height:18px;background-position:left 11px center;background-size:15px 15px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__message{padding-left:53px;font-size:12px;line-height:18px;background-position:left 17px center;background-size:22px 22px}}@media screen and (min-width:1501px){.delivery-page__message{padding-left:58px;font-size:14px;line-height:24px;background-position:left 14px center;background-size:22px 22px}}.delivery-page__message p{margin:0}.delivery-page__message-close{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:12px;height:12px;padding:0;color:#8c8f90;background-color:transparent;border:0;fill:currentColor;cursor:pointer}@media (hover:hover){.delivery-page__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.delivery-page__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.delivery-page__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.delivery-page__message-close{right:11px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__message-close{right:15px}}@media screen and (min-width:1501px){.delivery-page__message-close{right:25px}}@media screen and (max-width:1500px){.delivery-page__tabs-nav{margin-bottom:10px}}@media screen and (min-width:1501px){.delivery-page__tabs-nav{margin-bottom:35px}}.delivery-page__tabs-element{width:100%}.delivery-page__accordion-item{position:relative;overflow:hidden;border:1px solid #e0e0e0}@media screen and (max-width:767px){.delivery-page__accordion-item{border-radius:10px}}@media screen and (min-width:768px){.delivery-page__accordion-item{border-radius:16px}}.delivery-page__accordion-item--gray{background-color:#f4f4f4}@media screen and (min-width:1501px){.delivery-page__accordion-item[open]{padding:0 0 0 24px}.delivery-page__accordion-item--img[open]{min-height:268px;padding:0 0 0 524px}}@media screen and (max-width:1500px){.delivery-page__accordion-img{display:none}}@media screen and (min-width:1501px){.delivery-page__accordion-img{position:absolute;top:20px;left:20px;overflow:hidden;width:440px;height:220px;border-radius:16px}}.delivery-page__accordion-title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#555859;list-style:none;cursor:pointer}@media screen and (max-width:767px){.delivery-page__accordion-title{min-height:66px;padding:17px 90px 17px 52px;font-size:16px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__accordion-title{min-height:80px;padding:18px 90px 18px 74px;font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.delivery-page__accordion-title{padding:22px 90px 21px 73px;font-size:22px;line-height:32px}}@media (hover:hover){.delivery-page__accordion-title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}.delivery-page__accordion-title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .delivery-page__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}}.delivery-page__accordion-title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}.delivery-page__accordion-title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .delivery-page__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}@supports not selector(:focus-visible){.delivery-page__accordion-title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}.delivery-page__accordion-title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .delivery-page__arrow{color:#fff;background-color:#8c8f90;border-color:#8c8f90}}.delivery-page__accordion-title::-webkit-details-marker{display:none}[open] .delivery-page__accordion-title{color:#f05d2b}@media screen and (max-width:767px){[open] .delivery-page__accordion-title{padding-left:14px}}@media screen and (min-width:768px) and (max-width:1500px){[open] .delivery-page__accordion-title{padding-left:24px}}@media screen and (min-width:1501px){[open] .delivery-page__accordion-title{padding-left:0}}.delivery-page__icon{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.delivery-page__icon{top:33px;left:14px;width:28px;height:28px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__icon{top:38px;left:24px;width:28px;height:28px}}@media screen and (min-width:1501px){.delivery-page__icon{top:38px;left:24px;width:30px;height:30px}}.promotion__img-container a .logo__second-part,[open] .delivery-page__icon{display:none}.delivery-page__icon img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.delivery-page__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#111516;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;-webkit-transition:background-color .2s ease,color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .2s ease,color .2s ease;transition:transform .2s ease,background-color .2s ease,color .2s ease,-webkit-transform .2s ease;fill:currentColor}@media screen and (max-width:767px){.delivery-page__arrow{right:15px;width:26px;height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__arrow{right:25px;width:28px;height:28px}}@media screen and (min-width:1501px){.delivery-page__arrow{right:20px;width:38px;height:38px}}[open] .delivery-page__arrow{-webkit-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);color:#fff;background-color:#8c8f90;border-color:#8c8f90}.delivery-page__accordion-content{color:#555859}@media screen and (max-width:767px){.delivery-page__accordion-content{padding:0 25px 18px;font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__accordion-content{padding:0 24px 24px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.delivery-page__accordion-content{padding:0 24px 30px 0;font-size:15px;line-height:25px}}@media screen and (max-width:767px){[open] .delivery-page__accordion-content{margin-top:-7px}}@media screen and (min-width:768px) and (max-width:1500px){[open] .delivery-page__accordion-content{margin-top:-9px}}@media screen and (min-width:1501px){[open] .delivery-page__accordion-content{margin-top:-8px}}@media screen and (max-width:1500px){.delivery-page__description h2{margin-bottom:20px}}@media screen and (min-width:1501px){.delivery-page__description h2{margin-bottom:30px}}.delivery-page__description h3{margin:0 0 19px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:1500px){.delivery-page__description h3{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__description h3{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.delivery-page__description h3{margin-bottom:31px;font-size:44px;line-height:54px}}.delivery-page__description p{margin:0;color:#555859}@media screen and (max-width:1500px){.delivery-page__description p{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.delivery-page__description p{max-width:1230px;font-size:15px;line-height:25px}}@media screen and (max-width:767px){.delivery-page__description-item+.delivery-page__description-item{margin-top:40px}}@media screen and (min-width:768px) and (max-width:1500px){.delivery-page__description-item+.delivery-page__description-item{margin-top:21px}}@media screen and (min-width:1501px){.delivery-page__description-item+.delivery-page__description-item{margin-top:28px}}.delivery-page__accordion-content-text p{margin-top:0}@media screen and (max-width:767px){.contacts__header{padding-bottom:30px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__header{padding:0 0 20px}}@media screen and (min-width:1501px){.contacts__header{padding:0 0 38px}}@media screen and (max-width:767px){.contacts__tabs-nav{margin-bottom:10px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__tabs-nav{margin-bottom:20px}}@media screen and (min-width:1501px){.contacts__tabs-nav{margin-bottom:41px}}.contacts__tabs-element{width:100%}@media screen and (max-width:767px){.contacts__accordion-title{padding-left:50px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__accordion-title{padding-left:57px}}@media screen and (min-width:1501px){.contacts__accordion-title{padding-left:83px}.contacts__accordion-item.is-active .contacts__accordion-title{max-width:550px}}.contacts__accordion-title .contacts__arrow{right:auto}@media screen and (max-width:767px){.contacts__accordion-title .contacts__arrow{left:13px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__accordion-title .contacts__arrow{left:19px}}@media screen and (min-width:1501px){.contacts__accordion-title .contacts__arrow{left:24px}}@media screen and (max-width:767px){.contacts__inner{padding:0 15px 22px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__inner{padding:0 20px 19px}}@media screen and (min-width:1501px){.contacts__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:2px 30px 35px 84px}}.contacts__content{display:grid;grid-template-columns:1fr}@media screen and (max-width:767px){.contacts__content{gap:14px;margin-bottom:21px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__content{grid-template-columns:repeat(2,minmax(306px,auto));gap:21px 36px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin-bottom:9px;padding:0 37px 20px}}@media screen and (min-width:1501px){.contacts__content{gap:20px;max-width:550px;margin-right:50px}}.contacts__content-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts__content-item span{color:#8c8f90}@media screen and (max-width:767px){.contacts__content-item span{font-size:14px;line-height:20px}}@media screen and (min-width:768px){.contacts__content-item span{font-size:15px;line-height:25px}}.contacts__content-item a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#f05d2b;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (max-width:767px){.contacts__content-item a{font-size:14px;line-height:20px;font-weight:600}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__content-item a{font-family:"Franklin","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:500}}@media screen and (min-width:1501px){.contacts__content-item a{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}@media (hover:hover){.contacts__content-item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.contacts__content-item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.contacts__content-item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.contacts__content-item p{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.contacts__content-item p{font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__content-item p{font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.contacts__content-item p{font-size:18px;line-height:26px}}.contacts__route{grid-column:1/-1}@media screen and (max-width:767px){.contacts__route{margin-bottom:30px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__route{padding:12px 32px}}@media screen and (min-width:1501px){.contacts__route{margin-top:21px}}.contacts__content-map{overflow:hidden;width:100%;border-radius:10px}@media screen and (max-width:767px){.contacts__content-map{height:346px}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__content-map{height:340px}}@media screen and (min-width:1501px){.contacts__content-map{max-width:756px;height:446px;margin-left:auto}}.contacts__content-map iframe,.map-route__iframe iframe{display:block;width:100%;height:100%;border:0}.contacts__content-map .bx-yandex-map{display:block;width:100%!important}@media screen and (max-width:767px){.contacts__content-map .bx-yandex-map{height:346px!important}}@media screen and (min-width:768px) and (max-width:1500px){.contacts__content-map .bx-yandex-map{height:340px!important}}@media screen and (min-width:1501px){.contacts__content-map .bx-yandex-map{height:446px!important}}@media screen and (max-width:767px){.promotion__header{padding:0 0 19px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__header{padding:0 0 30px}}@media screen and (min-width:1501px){.promotion__header{padding:0 0 40px}}.promotion__subtitle{margin:0 0 30px;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.promotion__subtitle{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__subtitle{margin-bottom:31px;font-size:32px;line-height:34px}}@media screen and (min-width:1501px){.promotion__subtitle{margin-bottom:38px;font-size:44px;line-height:54px}}.promotion__subtitle span{color:#f05d2b;text-transform:uppercase}@media screen and (max-width:767px){.promotion__inner-presentation .promotion__subtitle{margin-bottom:19px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__inner-presentation .promotion__subtitle{margin-bottom:30px}}@media screen and (min-width:1501px){.promotion__inner-presentation .promotion__subtitle{margin-bottom:40px}}.promotion__inner-catalog{margin-bottom:60px}.promotion__catalog{display:grid;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.promotion__catalog{grid-template-columns:1fr;gap:30px 10px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__catalog{grid-template-columns:repeat(3,1fr);gap:30px 10px}}@media screen and (min-width:1501px){.promotion__catalog{grid-template-columns:repeat(3,1fr);gap:30px}}.promotion__catalog-item{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 10px 19px;border:1px solid #e0e0e0}@media screen and (max-width:767px){.promotion__catalog-item{grid-template-columns:1fr auto;gap:14px 10px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__catalog-item{gap:11px 10px;border-radius:16px}}@media screen and (min-width:1501px){.promotion__catalog-item{grid-template-columns:1fr auto;gap:21px 10px;padding:33px 30px 30px;border-radius:16px}}.promotion__catalog-title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:1500px){.promotion__catalog-title{font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.promotion__catalog-title{font-size:18px;line-height:28px}}.promotion__img{position:relative;overflow:hidden;grid-column:1/-1}@media screen and (max-width:767px){.promotion__img{height:300px;border-radius:6px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__img{height:301px;border-radius:10px}}@media screen and (min-width:1501px){.promotion__img{height:603px;border-radius:16px}.promotion__img--square{height:300px}}.promotion__img img,.qwiz__img img{display:block;width:100%;height:100%}.promotion__link{display:inline-block;font-family:"Franklin","Arial",sans-serif;font-size:14px;font-weight:500;color:#111516;text-align:center;text-decoration:none;border:1px solid #f05d2b;border-radius:60px;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}@media screen and (max-width:767px){.promotion__link{justify-self:end;padding:7px 12px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__link{justify-self:start;padding:7px 14px;line-height:20px}}@media screen and (min-width:1501px){.promotion__link{padding:6px 27px;line-height:24px}}@media (hover:hover){.promotion__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}.promotion__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.promotion__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}.lk-profile__content ul,.promotion__presentation{margin:0;padding:0;list-style:none}@media screen and (min-width:768px) and (max-width:1500px){.promotion__presentation{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}}@media screen and (min-width:1501px){.promotion__presentation{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}}.promotion__presentation-item{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 10px 19px;border:1px solid #e0e0e0}@media screen and (max-width:767px){.promotion__presentation-item{grid-template-columns:1fr auto;gap:14px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__presentation-item{gap:11px 10px;border-radius:16px}}@media screen and (min-width:1501px){.promotion__presentation-item{grid-template-columns:1fr auto;gap:21px 10px;padding:33px 30px 30px;border-radius:16px}}.promotion__img-container{position:relative;grid-column:1/-1}.promotion__img-container .promotion__img{position:absolute;inset:0;height:100%}.promotion__img-container a{height:45px;color:#fff;fill:currentColor;--logo-text:currentColor}@media screen and (max-width:767px){.promotion__img-container a{width:150px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__img-container a{width:115px}}@media screen and (min-width:1501px){.promotion__img-container a{width:195px}}.promotion__img-container a .logo__first-part{margin:0}.promotion__img-content{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media screen and (max-width:767px){.promotion__img-content{gap:30px;min-height:300px;padding:25px 12px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__img-content{gap:17px;min-height:163px;padding:20px 15px}}@media screen and (min-width:1501px){.promotion__img-content{gap:17px;min-height:320px;padding:25px 30px}}.promotion__img-content p{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#fff}@media screen and (max-width:767px){.promotion__img-content p{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.promotion__img-content p{font-size:26px;line-height:36px}}@media screen and (min-width:1501px){.promotion__img-content p{font-size:44px;line-height:54px}}@media screen and (max-width:767px){.qwiz__swiper{max-width:328px}}@media screen and (min-width:768px) and (max-width:1500px){.qwiz__swiper{max-width:728px}}.qwiz__slide{display:grid;background-color:#f4f4f4}@media screen and (max-width:767px){.qwiz__slide{grid-template-columns:1fr;gap:16px;-ms-flex-line-pack:start;align-content:start;min-height:356px;padding:16px 16px 70px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.qwiz__slide{grid-template-columns:338px 1fr;gap:10px;min-height:210px;padding:20px;border-radius:16px}}@media screen and (min-width:1501px){.qwiz__slide{grid-template-columns:1fr;gap:19px;-ms-flex-line-pack:start;align-content:start;min-height:530px;padding:40px 40px 90px;border-radius:16px}}.qwiz__img{overflow:hidden;width:100%}@media screen and (max-width:767px){.qwiz__img{height:188px}}@media screen and (min-width:768px) and (max-width:1500px){.qwiz__img{height:170px;border-radius:4px}}@media screen and (min-width:1501px){.qwiz__img{height:310px;border-radius:8px}}.qwiz__content{font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#555859}@media screen and (max-width:767px){.qwiz__content{font-size:14px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.qwiz__content{padding-bottom:50px;font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.qwiz__content{font-size:18px;line-height:28px}}.lk-profile__content p,.lk__message p,.qwiz__content p{margin:0}.qwiz__pagination-step{font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#555859}@media screen and (max-width:767px){.qwiz__pagination-step{font-size:14px;line-height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.qwiz__pagination-step{font-size:16px;line-height:22px}}@media screen and (min-width:1501px){.qwiz__pagination-step{font-size:18px;line-height:28px}}.qwiz__pagination-step-text{color:#f05d2b}.qwiz__controls{position:absolute;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px}@media screen and (max-width:767px){.qwiz__controls{right:0;bottom:15px;left:0}}@media screen and (min-width:768px) and (max-width:1199px){.qwiz__controls{right:4px;bottom:19px;width:50.8%}}@media screen and (min-width:1501px){.qwiz__controls{right:0;bottom:40px;left:0;padding:0 43px}}.qwiz__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.qwiz__arrow{position:static;-webkit-transform:none;-ms-transform:none;transform:none}@media screen and (min-width:768px){.qwiz__arrow{width:40px;height:40px}}.qwiz__arrow--prev{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.message{display:-webkit-box;display:-ms-flexbox;display:flex}.message .menu__link-icon--message{-ms-flex-item-align:center;align-self:center}.message__container{position:absolute;z-index:11;display:none;background-color:#fff;border-radius:10px;-webkit-box-shadow:0 14px 40px rgba(0,0,0,.13);box-shadow:0 14px 40px rgba(0,0,0,.13)}@media screen and (max-width:767px){.message__container{top:63px;right:16px;left:16px;margin-top:10px}}@media screen and (min-width:768px) and (max-width:1500px){.message__container{top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:363px}}@media screen and (min-width:1501px){.message__container{top:100%;-webkit-transform:translateX(-43%);-ms-transform:translateX(-43%);transform:translateX(-43%);width:391px}}.message.is-active .message__container,.message.is-active .message__overlay{display:block}.message__overlay{position:fixed;z-index:10;inset:0;display:none;background-color:transparent}.message__close{position:absolute;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:25px;padding:0;color:#111516;background-color:transparent;border:0;border-radius:50%;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;cursor:pointer}@media (hover:hover){.message__close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.message__close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.message__close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.message__close{top:20px}}@media screen and (min-width:768px) and (max-width:1500px){.message__close{top:25px}}@media screen and (min-width:1501px){.message__close{top:40px;right:27px}}.message__close::after,.message__close::before{position:absolute;content:"";top:50%;left:50%;width:22px;height:2px;background-color:currentColor;border-radius:10px;-webkit-transition:width .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,width .2s ease;transition:transform .2s ease,width .2s ease,-webkit-transform .2s ease}.message__close::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.message__close::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.message__inner{overflow:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:0;max-height:500px}@media screen and (max-width:767px){.message__inner{padding:20px 0 10px}}@media screen and (min-width:768px) and (max-width:1500px){.message__inner{padding:23px 0 10px}}@media screen and (min-width:1501px){.message__inner{padding:31px 0 10px}}.message__title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.message__title{padding:0 14px;font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.message__title{padding:0 17px;font-size:20px;line-height:30px}}@media screen and (min-width:1501px){.message__title{padding:0 30px;font-size:32px;line-height:42px}}.message__inner-list{overflow-y:auto;scrollbar-width:auto;margin:0;padding:0;list-style:none}.message__inner-list::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.message__inner-list::-webkit-scrollbar-thumb{background-color:#555859;border-radius:4px}.message__inner-list::-webkit-scrollbar-track{background-color:transparent;border:0}@media screen and (max-width:767px){.message__inner-list{padding:0 14px}}@media screen and (min-width:768px) and (max-width:1500px){.message__inner-list{padding:0 17px}}@media screen and (min-width:1501px){.message__inner-list{padding:0 30px}}.message__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:19px 0 20px;border-bottom:1px solid #e0e0e0}@media screen and (max-width:767px){.message__item{gap:7px}}@media screen and (min-width:768px) and (max-width:1500px){.message__item{gap:9px}}@media screen and (min-width:1501px){.message__item{gap:13px}}.message__time{margin:0;color:#8c8f90}@media screen and (max-width:1500px){.message__time{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.message__time{font-size:15px;line-height:25px}}.message__name{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516;text-decoration:none}.message__name[href]{-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.message__name[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.message__name[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.message__name[href]:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.message__name{font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.message__name{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.message__name{font-size:22px;line-height:26px}}.message__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#f05d2b;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (max-width:1500px){.message__link{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.message__link{font-size:15px;line-height:25px}}@media (hover:hover){.message__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#555859}}.message__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#555859;outline:0}@supports not selector(:focus-visible){.message__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#555859;outline:0}}.message__status{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 23px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.message__status-title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:1500px){.message__status-title{font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.message__status-title{font-size:15px;line-height:25px}}.message__status-label{padding:3px 6px 5px;font-size:12px;line-height:16px;font-weight:600;color:#fff;border-radius:6px}.message__status-label--active{background-color:#008989}.message__status-label--inactive{background-color:#c21808}.message__status-label--finish{background-color:#008989}.message__status-label--processing{background-color:#ca8174}.message__status-label--completed{background-color:#70b2ca}.message__status-label--progress{background-color:#f05d2b}.message__status-label--canceled{background-color:#c21808}.message__status-label--confirmation{background-color:#bcb53c}.message__status-label--draft{color:#111516;background-color:#f4f4f4}.message__item-close{position:absolute;top:20px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;margin:0;padding:0;color:#8c8f90;background-color:transparent;border:1px solid currentColor;border-radius:50%;cursor:pointer}.message__item-close::after{content:"";display:block;width:8px;height:8px;background-color:currentColor;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-close);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-close);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (hover:hover){.message__item-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.message__item-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.message__item-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.message__item-close:disabled{color:#8c8f90;cursor:not-allowed}.goods-basket__title{display:inline-block;margin-bottom:17px;line-height:20px;font-weight:600;font-style:14px;color:#111516;text-decoration:none}@media (hover:hover){.goods-basket__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.goods-basket__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.goods-basket__title:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.goods-basket__detalils{display:grid;grid-template-columns:minmax(auto,150px) 1fr}@media screen and (max-width:1500px){.goods-basket__detalils{gap:17px 5px}}@media screen and (min-width:1501px){.goods-basket__detalils{gap:27px 5px}}.goods-basket__detalils .card__counter,.goods-basket__detalils .counter{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width:768px){.goods-basket__detalils .counter{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.goods-basket__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.goods-basket__price{font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.goods-basket__price{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.goods-basket__price{font-size:22px;line-height:32px}}.goods-basket__price-sale{color:#111516}.goods-basket__price-old{color:#8c8f90;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}@media screen and (max-width:1500px){.goods-basket__price-old{font-family:"Geologica","Arial",sans-serif;font-size:14px;line-height:18px;font-weight:300}}@media screen and (min-width:1501px){.goods-basket__price-old{font-family:"Geologica","Arial",sans-serif;font-size:16px;line-height:18px;font-weight:300}}.goods-basket__btns{grid-column:1/-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width:767px){.goods-basket__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:768px){.goods-basket__btns{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}.goods-basket__btn{padding:8px 12px}@media screen and (min-width:768px){.goods-basket__btn{width:100%;min-height:42px}}.result-city{position:absolute;z-index:5;top:100%;overflow-x:hidden;overflow-y:auto;display:none;grid-template-columns:1fr;gap:10px;-ms-flex-line-pack:start;align-content:start;width:100%;max-height:285px;margin-top:5px;padding:15px;background-color:#fff;border:1px solid #ddd;border-radius:6px;scrollbar-width:auto}.result-city::-webkit-scrollbar{width:4px;height:auto;background-color:transparent}.result-city::-webkit-scrollbar-thumb{background-color:#f05d2b;border-radius:4px}.result-city::-webkit-scrollbar-track{background-color:transparent;border:0}.form__group.is-active .result-city{display:grid}.result-city__item{padding:5px 0;cursor:pointer}@media (hover:hover){.result-city__item:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.result-city__item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.result-city__item:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.lk .form form{gap:13px}}@media screen and (min-width:768px) and (max-width:1500px){.lk .form form{gap:16px}}@media screen and (max-width:767px){.lk .form__group:not(.form__group--checkbox){gap:7px}}@media screen and (min-width:768px){.lk .form__group:not(.form__group--checkbox){gap:10px}}@media screen and (max-width:767px){.lk .form__group:not(.form__group--checkbox) textarea{height:66px}.lk .form__group:not(.form__group--checkbox) .choices__inner{height:40px;font-size:13px;line-height:20px;color:#555859}}@media screen and (min-width:768px) and (max-width:1500px){.lk .form__group:not(.form__group--checkbox) .choices__inner{height:45px;font-size:14px;line-height:20px}}@media screen and (min-width:1501px){.lk .form__group:not(.form__group--checkbox) .choices__inner{height:52px;padding-left:18px;font-size:15px;line-height:25px;color:#555859}}.lk .form__group:not(.form__group--checkbox) .select [data-value=""]{color:#8c8f90}.lk .form__submit{padding:10px 11px}.lk__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.lk-layout-container{display:grid;grid-template-columns:1fr;gap:30px;-ms-flex-line-pack:start;align-content:start}.lk__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.lk__header-label{display:inline-block;-ms-flex-item-align:start;align-self:start;padding:2px 6px 4px;font-size:12px;line-height:18px;font-weight:600;color:#fff;border-radius:6px}.lk__header-label--active{background-color:#008989}.lk__header-label--inactive{background-color:#c21808}.lk__header-label--finish{background-color:#008989}.lk__header-label--processing{background-color:#ca8174}.lk__header-label--completed{background-color:#70b2ca}.lk__header-label--progress{background-color:#f05d2b}.lk__header-label--canceled{background-color:#c21808}.lk__header-label--confirmation{background-color:#bcb53c}.lk__header-label--payment{background-color:#ca7080}.lk__header-label--draft{color:#111516;background-color:#f4f4f4}.lk__pagination{display:grid}@media screen and (max-width:767px){.lk__pagination{grid-template-columns:1fr;gap:20px}}@media screen and (min-width:768px) and (max-width:1500px){.lk__pagination{grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:1501px){.lk__pagination{grid-template-columns:300px 1fr 300px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:768px) and (max-width:1500px){.lk__pagination .result-pagination{justify-self:end}}.lk__pagination--doc,.lk__pagination--dogovor{grid-template-columns:1fr}.lk__pagination--doc .result-pagination,.lk__pagination--dogovor .result-pagination{justify-self:center}.lk__new{gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;fill:#f05d2b}@media screen and (max-width:767px){.lk__new{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:9px 14px;font-size:12px}}@media screen and (min-width:768px) and (max-width:1500px){.lk__new{padding:12px 32px;font-size:14px;line-height:24px}}.lk__new svg{width:14px;height:14px}@media screen and (min-width:768px) and (max-width:1500px){.lk__new svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:18px;height:18px}}.lk__message-inner{width:100%;margin-bottom:12px}.lk__message{position:relative;padding:13px 30px 14px 37px;color:#111516;background-color:#fff;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#icon-info);background-repeat:no-repeat;border-left:4px solid #f05d2b;border-radius:8px;-webkit-box-shadow:0 14px 35px 0 rgba(0,0,0,.08);box-shadow:0 14px 35px 0 rgba(0,0,0,.08)}@media screen and (max-width:767px){.lk__message{font-size:12px;line-height:17px;background-position:left 11px center;background-size:15px 15px}}@media screen and (min-width:768px) and (max-width:1500px){.lk__message{padding-left:53px;font-size:15px;line-height:25px;background-position:left 17px center;background-size:22px 22px}}@media screen and (min-width:1501px){.lk__message{padding-left:58px;font-size:14px;line-height:24px;background-position:left 14px center;background-size:22px 22px}}.lk__message-close{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:12px;height:12px;padding:0;color:#8c8f90;background-color:transparent;border:0;fill:currentColor;cursor:pointer}@media (hover:hover){.lk__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.lk__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.lk__message-close:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}@media screen and (max-width:767px){.lk__message-close{right:11px}}@media screen and (min-width:768px) and (max-width:1500px){.lk__message-close{right:15px}}@media screen and (min-width:1501px){.lk__message-close{right:25px}}.lk__table-container+.lk__pagination{padding-top:30px}@media screen and (max-width:1500px){.lk__table-container--doc .table-all__inner{max-width:160px}}.lk__table-dev .table-all__inner{color:#8c8f90}.lk__table-dev .table-all__link{color:#8c8f90;pointer-events:none}.lk__table-dev .table-all__radio{visibility:hidden;opacity:0}.lk-menu{display:grid;grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none}@media screen and (min-width:768px){.lk-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:768px) and (max-width:1199px){.lk-menu{gap:10px}}@media screen and (min-width:1200px){.lk-menu{gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:10px}.page__main--individual .lk-menu{gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.lk-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Franklin","Arial",sans-serif;color:#8c8f90;text-decoration:none;border-bottom:1px solid transparent;-webkit-transition:background-color .2s ease,border-color .2s ease,color .2s ease;transition:background-color .2s ease,border-color .2s ease,color .2s ease;fill:#bdbdbd;--color-stroke:#bdbdbd}.lk-menu__link.is-disabled{color:#bdbdbd;background-color:transparent;border-color:transparent;pointer-events:none;cursor:not-allowed}@media screen and (max-width:767px){.lk-menu__link{gap:7px;width:100%;padding:6px 8px;border:1px solid #e0e0e0;border-radius:4px}}@media screen and (min-width:768px) and (max-width:1199px){.lk-menu__link{gap:10px;width:100%;padding:5px 11px;border:1px solid #e0e0e0;border-radius:6px}}@media screen and (min-width:1200px){.lk-menu__link{padding-bottom:5px;font-size:18px;line-height:28px}}@media (hover:hover){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff}}@media screen and (hover:hover) and (max-width:1199px){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{background-color:#555859;border-color:#555859;--color-stroke:currentColor}}@media screen and (hover:hover) and (min-width:1200px){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;border-bottom-color:#f05d2b;--color-stroke:currentColor}}.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0}@media screen and (max-width:1199px){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{background-color:#555859;border-color:#555859;--color-stroke:currentColor}}@media screen and (min-width:1200px){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;border-bottom-color:#f05d2b;--color-stroke:currentColor}}@supports not selector(:focus-visible){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0}@media screen and (max-width:1199px){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{background-color:#555859;border-color:#555859;--color-stroke:currentColor}}@media screen and (min-width:1200px){.lk-menu__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;border-bottom-color:#f05d2b;--color-stroke:currentColor}}}@media screen and (max-width:1199px){.lk-menu__link--active{color:#fff;background-color:#555859;border-color:#555859;--color-stroke:currentColor}}@media screen and (min-width:1200px){.lk-menu__link--active{color:#111516;border-bottom-color:#f05d2b;--color-stroke:currentColor}}@media screen and (max-width:767px){.lk-menu__icon{width:18px;height:18px}}@media screen and (min-width:768px) and (max-width:1199px){.lk-menu__icon{width:24px;height:24px}}.lk-menu__text{margin:0;line-height:1.3;font-weight:400}@media screen and (max-width:1500px){.lk-menu__text{font-size:14px}}@media screen and (min-width:1501px){.lk-menu__text{font-size:18px}}.info-panel{background-color:#f4f4f4;border-radius:16px}@media screen and (max-width:767px){.info-panel{padding:30px 16px}}@media screen and (min-width:768px) and (max-width:1500px){.info-panel{display:grid;grid-gap:98px;grid-template-columns:181px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px}}@media screen and (min-width:1501px){.info-panel{display:grid;grid-gap:20px;grid-template-columns:550px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 40px}}.info-panel__buttons{display:grid}@media screen and (max-width:767px){.info-panel__buttons{grid-template-columns:repeat(2,1fr);gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}}@media screen and (min-width:768px) and (max-width:1500px){.info-panel__buttons{grid-template-columns:1fr;gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:1501px){.info-panel__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.info-panel__button{gap:11px;width:100%;fill:#f05d2b;--color-stroke:#f05d2b}@media screen and (max-width:767px){.info-panel__button{padding:11px 12px;line-height:24px}}@media screen and (min-width:768px) and (max-width:1500px){.info-panel__button{width:100%;padding:13px 20px;line-height:20px}}@media screen and (min-width:1501px){.info-panel__button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:270px;padding:20px 40px}}@media (hover:hover){.info-panel__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;fill:currentColor;--color-stroke:currentColor}.info-panel__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover .icon-mask-img{background-color:currentColor}}.info-panel__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;fill:currentColor;--color-stroke:currentColor}.info-panel__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible .icon-mask-img{background-color:currentColor}@supports not selector(:focus-visible){.info-panel__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;fill:currentColor;--color-stroke:currentColor}.info-panel__button:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus .icon-mask-img{background-color:currentColor}}.info-contacts__edit-btns a svg,.info-panel__button svg{width:18px;height:18px}@media screen and (min-width:1501px){.info-panel__button svg{width:24px;height:24px}}.info-panel__button .icon-mask-img{width:20px;height:20px;background-color:#f05d2b;-webkit-mask-image:url(/local/templates/sanriks-new/css/../../images/sprite_auto.svg#file-default);mask-image:url(/local/templates/sanriks-new/css/../../images/sprite_auto.svg#file-default);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width:1501px){.info-panel__button .icon-mask-img{width:24px;height:24px}}.info-panel-contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(180px,max-content));margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.info-panel-contacts{gap:14px}}@media screen and (min-width:768px) and (max-width:1500px){.info-panel-contacts{gap:10px 5%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}}@media screen and (min-width:1501px){.info-panel-contacts{gap:10px 6%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}}.info-panel-contacts__title{margin:0;font-weight:400;color:#555859}@media screen and (max-width:767px){.info-panel-contacts__title{font-size:14px;line-height:1.4}}@media screen and (min-width:768px) and (max-width:1500px){.info-panel-contacts__title{font-size:15px;line-height:25px}}@media screen and (min-width:1501px){.info-panel-contacts__title{font-size:15px;line-height:25px}}.info-panel-contacts__link{display:block;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.info-panel-contacts__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.info-panel-contacts__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.info-panel-contacts__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.info-panel-contacts__link,.info-panel-contacts__text{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#111516}@media screen and (max-width:767px){.info-panel-contacts__link,.info-panel-contacts__text{font-size:16px;line-height:22px}}@media screen and (min-width:768px) and (max-width:1500px){.info-panel-contacts__link,.info-panel-contacts__text{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.info-panel-contacts__link,.info-panel-contacts__text{font-size:18px;line-height:28px}}.lk-info{position:relative;border:1px solid #e0e0e0;border-radius:10px}@media screen and (max-width:767px){.lk-info{padding:10px 15px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-info{padding:20px}}@media screen and (min-width:1501px){.lk-info{padding:33px 31px}}@media screen and (min-width:1200px){.lk-info .form__group-btns{max-width:352px}}.lk-info__tabs{display:grid;grid-template-columns:1fr}@media screen and (max-width:1500px){.lk-info__tabs{gap:20px}}@media screen and (min-width:1501px){.lk-info__tabs{overflow:unset;gap:30px}}.lk-info__tabs>*{min-width:0}.lk-info__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}@media screen and (max-width:767px){.lk-info__nav{gap:14px 16px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-info__nav{gap:20px}}@media screen and (min-width:1501px){.lk-info__nav{gap:60px}}.lk-info__group-ownership{position:relative}.lk-info__input{position:absolute;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.lk-info__label-ownership{display:block;margin:0;padding:0;font-size:14px;line-height:20px;font-weight:600;text-align:center;background-color:transparent;border:0;cursor:pointer}@media screen and (max-width:767px){.lk-info__label-ownership{padding:3px 14px 4px;color:#111516;background-color:#f4f4f4;border-radius:16px}}@media screen and (max-width:767px) and (hover:hover){.lk-info__label-ownership:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff;background-color:#f05d2b}}@media screen and (max-width:767px){.lk-info__label-ownership:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0;background-color:#f05d2b}@supports not selector(:focus-visible){.lk-info__label-ownership:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0;background-color:#f05d2b}}.lk-info__input:checked+.lk-info__label-ownership,.lk-info__label-ownership.is-active{color:#fff;background-color:#f05d2b}}@media screen and (min-width:768px){.lk-info__label-ownership{padding-bottom:3px;color:#8c8f90;border-bottom:2px solid transparent}}@media screen and (min-width:768px) and (hover:hover){.lk-info__label-ownership:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#111516;border-color:#f05d2b}}@media screen and (min-width:768px){.lk-info__label-ownership:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#111516;outline:0;border-color:#f05d2b}@supports not selector(:focus-visible){.lk-info__label-ownership:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#111516;outline:0;border-color:#f05d2b}}.lk-info__input:checked+.lk-info__label-ownership,.lk-info__label-ownership.is-active{color:#111516;border-color:#f05d2b}}.lk-info__element .is-entity{display:none}.form__submit-hide.is-active+.form__group-btns,.lk-info__element .is-entity.is-active{display:-webkit-box;display:-ms-flexbox;display:flex}.lk-info__element #bx_incl_area_16_1_1{grid-column:2/3}.lk-info__element{width:100%}@media screen and (min-width:768px){.lk-info__element--global form{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1501px){.lk-info__element--global form{gap:20px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-info__element--global .form__group--address{grid-column:1/-1}}@media screen and (min-width:1501px){.lk-info__element--global .field{max-width:717px}}@media screen and (max-width:767px){.lk-info__element--contacts .lk__new{padding:10px 16px;font-size:12px;line-height:24px;font-weight:700}}@media screen and (min-width:768px) and (max-width:1500px){.lk-info__element--contacts .lk__new{padding:14px 18px 13px;font-size:14px;line-height:24px;font-weight:700}}@media screen and (min-width:1501px){.lk-info__element--contacts .lk__new{padding:19px 47px;font-size:14px;line-height:24px;font-weight:700}}@media screen and (max-width:767px){.lk-info__element--employees .lk__new{padding:10px 16px;font-size:12px;line-height:24px;font-weight:700}}@media screen and (min-width:768px) and (max-width:1500px){.lk-info__element--employees .lk__new{padding:14px 21px 13px;font-size:14px;line-height:24px;font-weight:700}}@media screen and (min-width:1501px){.lk-info__element--employees .lk__new{padding:19px 34px;font-size:14px;line-height:24px;font-weight:700}}.form__submit-hide{padding:15px 14px;font-size:12px;line-height:16px;font-weight:700}.form__submit-hide+.form__group-btns,.form__submit-hide.is-active{display:none}.lk-info__accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:30px}.info-contacts{display:grid;margin:0 0 30px;padding:0;list-style:none}@media screen and (max-width:767px){.info-contacts{grid-template-columns:1fr;gap:14px}}@media screen and (min-width:768px) and (max-width:1500px){.info-contacts{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (min-width:1501px){.info-contacts{grid-template-columns:repeat(3,1fr);gap:20px}}.info-contacts__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;line-height:20px;background-color:#f4f4f4;border-radius:16px}@media screen and (max-width:767px){.info-contacts__item{gap:12px;padding:36px 16px 18px}}@media screen and (min-width:768px) and (max-width:1500px){.info-contacts__item{gap:14px;padding:42px 23px 24px}}@media screen and (min-width:1501px){.info-contacts__item{gap:14px;padding:42px 24px 24px;font-size:15px;line-height:25px}}.info-contacts__item a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#111516;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media (hover:hover){.info-contacts__item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b}}.info-contacts__item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0}@supports not selector(:focus-visible){.info-contacts__item a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0}}.info-contacts__name{margin:0;font-family:"Franklin","Arial",sans-serif;font-size:16px;font-weight:500;line-height:22px}@media screen and (max-width:767px){.info-contacts__name{margin-bottom:4px}}@media screen and (min-width:1501px){.info-contacts__name{font-size:18px;line-height:28px}}.info-contacts__job-title{margin:0;color:#555859}.info-contacts__edit-btns a,.info-contacts__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-contacts__link{gap:10px;fill:#f05d2b}.info-contacts__link svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.info-contacts__edit-btns{position:absolute;display:grid;grid-template-columns:repeat(2,auto);gap:14px}@media screen and (max-width:767px){.info-contacts__edit-btns{top:14px;right:12px}}@media screen and (min-width:768px) and (max-width:1500px){.info-contacts__edit-btns{top:20px;right:20px}}@media screen and (min-width:1501px){.info-contacts__edit-btns{top:20px;right:15px}}.info-contacts__edit-btns a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:25px;color:#555859;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease;fill:currentColor}@media (hover:hover){.info-contacts__edit-btns a:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#f05d2b;fill:currentColor}}.info-contacts__edit-btns a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#f05d2b;outline:0;fill:currentColor}@supports not selector(:focus-visible){.info-contacts__edit-btns a:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#f05d2b;outline:0;fill:currentColor}}.lk-order{display:grid;grid-template-columns:1fr;gap:30px}.lk-order__total-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px}@media screen and (max-width:767px){.lk-order__total-inner:not(:last-child){margin-bottom:10px}}.order-empty__inner{color:#111516;background-color:#f4f4f4;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#lk-order-bg);background-repeat:no-repeat;background-position:bottom right}@media screen and (max-width:767px){.order-empty__inner{padding:30px 0;background-position:bottom -43px right -50px;background-size:598px 230px}}@media screen and (min-width:768px) and (max-width:1199px){.order-empty__inner{padding:30px 0;background-position:bottom -43px right -50px;background-size:598px 230px}}@media screen and (min-width:1200px){.order-empty__inner{padding:50px 0;background-size:1637px 258px}}.order-empty__title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.order-empty__title{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1199px){.order-empty__title{font-size:26px;line-height:32px}}@media screen and (min-width:1200px){.order-empty__title{font-size:44px;line-height:54px}}@media screen and (min-width:768px){.order-empty__title br{display:none}}.order-empty__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.order-empty__text{font-size:14px;line-height:20px}}@media screen and (min-width:1200px){.order-empty__text{font-size:15px;line-height:25px}}.order-empty__text img{display:block;margin-left:10px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.order-empty__text img{width:30px;height:30px}}@media screen and (min-width:768px) and (max-width:1199px){.order-empty__text img{width:34px;height:34px}}@media screen and (min-width:1200px){.order-empty__text img{width:40px;height:40px}}.order-empty__link{margin-top:40px;font-weight:700}@media screen and (max-width:767px){.order-empty__link{padding:8px 20px;font-size:12px;line-height:24px}}@media screen and (min-width:768px) and (max-width:1199px){.order-empty__link{padding:11px 30px;font-size:14px;line-height:24px}}@media screen and (min-width:1200px){.order-empty__link{padding:20px 41px;font-size:14px;line-height:24px}}.order-empty--list{padding-top:0}@media screen and (min-width:1200px){.order-empty--list .order-empty__inner{background-size:1637px 374px}}.order-empty--basket{margin-top:0}.order-empty--catalog{margin-top:-40px;padding-top:0}@media (max-width:1439px){.order-empty--catalog{margin-bottom:-30px}}@media (min-width:1440px){.order-empty--catalog{margin-bottom:50px}}.lk-doc,.order-empty__btns-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.order-empty__btns-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:30px}.order-empty__btns-inner .order__btn{font-family:"Segoeui","Arial",sans-serif;font-weight:600}@media (max-width:767px){.order-empty__btns-inner .order__btn{width:100%;margin-top:10px;padding:7px 12px;font-size:13px;line-height:17px}}@media (min-width:768px) and (max-width:1439px){.order-empty__btns-inner .order__btn{margin-top:10px;margin-right:10px;padding:11px 17px;font-size:12px;line-height:16px}}@media (min-width:1440px){.order-empty__btns-inner .order__btn{margin-top:10px;margin-right:12px;padding:8px 18px;font-size:14px;line-height:24px}}.lk-catalog .goods__sorting{padding:0 0 10px}@media screen and (min-width:768px) and (max-width:1500px){.lk-catalog .order__btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:308px;padding:11px 18px;font-size:12px;line-height:16px;font-weight:600}}@media screen and (min-width:1501px){.lk-catalog .order__btn{padding:11px 20px 12px;font-size:14px;line-height:24px;font-weight:600}}.lk-doc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media screen and (max-width:767px){.lk-doc__btn-new{width:100%;min-height:44px}}@media screen and (min-width:768px) and (max-width:1199px){.lk-doc__btn-new{width:214px;min-height:48px}}@media screen and (min-width:1200px){.lk-doc__btn-new{width:270px;min-height:48px}}.lk-profile{padding:24px 16px;border:1px solid #e0e0e0;border-radius:10px}.lk-profile--disabled{cursor:not-allowed}@media screen and (min-width:1200px){.lk-profile--disabled{padding:17px 30px 30px}}.lk-profile__title{margin:0;font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:767px){.lk-profile__title{margin-bottom:16px;font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1199px){.lk-profile__title{margin-bottom:16px;font-size:26px;line-height:32px}}@media screen and (min-width:1200px){.lk-profile__title{margin-bottom:40px;font-size:32px;line-height:42px}}.lk-profile__content{font-family:"Franklin","Arial",sans-serif;font-weight:500}@media screen and (max-width:1199px){.lk-profile__content{font-size:16px;line-height:22px}}@media screen and (min-width:1200px){.lk-profile__content{font-size:18px;line-height:26px}}.lk-program__inner{display:grid}@media screen and (max-width:1500px){.lk-program__inner{grid-template-columns:1fr;gap:30px}}@media screen and (min-width:1501px){.lk-program__inner{grid-template-columns:745px 1fr;gap:40px 27px}}.lk-program__inner-qwiz{width:100%}@media screen and (min-width:1501px){.lk-program__inner-qwiz{grid-column:1/2;grid-row:1/span 2}}.lk-program__card{position:relative;display:grid;font-family:"Franklin","Arial",sans-serif;font-weight:500;color:#fff;background-color:#f05d2b;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#bg-program),linear-gradient(47.42deg,#e5531c 63.84%,#fbddb3 107.446%);background-repeat:no-repeat;background-position:bottom 60% right 200%,center;background-size:500px 500px,100%}@media screen and (max-width:767px){.lk-program__card{grid-template-columns:1fr;gap:15px;padding:17px 100px 26px 15px;border-radius:10px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__card{grid-template-columns:minmax(auto,360px) 1fr;gap:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 100px 30px 30px;border-radius:16px}}@media screen and (min-width:1501px){.lk-program__card{grid-template-columns:1fr;gap:15px;width:487px;min-height:280px;padding:30px 135px 26px 30px;border-radius:16px}}.lk-program__card::after,.lk-program__link span{-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.lk-program__card::after{position:absolute;content:"";right:14px;bottom:14px;background-color:#fff;-webkit-mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#logo);mask-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#logo)}@media screen and (max-width:767px){.lk-program__card::after{width:71px;height:24px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__card::after{width:97px;height:24px}}.lk-program__card-bonus{margin:0}@media screen and (max-width:767px){.lk-program__card-bonus{font-size:22px;line-height:26px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__card-bonus{font-size:26px;line-height:32px}}@media screen and (min-width:1501px){.lk-program__card-bonus{font-size:44px;line-height:54px}}.lk-program__card-number,.lk-program__list p{margin:0}@media screen and (max-width:767px){.lk-program__card-number{font-size:16px;line-height:19px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__card-number{font-size:18px;line-height:28px}}@media screen and (min-width:1501px){.lk-program__card-number{font-size:22px;line-height:26px}}.lk-program__card-btn{font-weight:700}@media screen and (max-width:767px){.lk-program__card-btn{margin-top:18px;padding:9px 14px;font-size:12px;line-height:24px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__card-btn{grid-column:-1/-2;grid-row:1/span 2;padding:12px 20px;font-size:14px;line-height:24px}}@media screen and (min-width:1501px){.lk-program__card-btn{padding:8px 40px}}.lk-program__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin:0 0 30px;padding:0 14px}@media screen and (max-width:1500px){.lk-program__list{font-size:14px;line-height:20px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__list{gap:14px}}@media screen and (min-width:1501px){.lk-program__list{gap:15px;font-size:15px;line-height:25px}}.lk-program__list li{padding-left:7px}.lk-program__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.lk-program__link{gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}@media screen and (max-width:767px){.lk-program__link{min-width:105px;padding:10px 14px 11px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__link{min-width:144px;padding:13px 14px 14px}}@media screen and (min-width:1501px){.lk-program__link{min-width:170px;padding:14px}}@media screen and (max-width:767px){.lk-program__link svg{width:18px;height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__link svg{width:22px;height:22px}}@media screen and (min-width:1501px){.lk-program__link svg{width:26px;height:26px}}.lk-program__link span{display:block;background-color:#f05d2b;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:767px){.lk-program__link span{width:18px;height:18px}}@media screen and (min-width:768px) and (max-width:1500px){.lk-program__link span{width:22px;height:22px}}@media screen and (min-width:1501px){.lk-program__link span{width:26px;height:26px}}@media (hover:hover){.lk-program__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover{color:#fff}.lk-program__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):hover span{background-color:currentColor}}.lk-program__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible{color:#fff;outline:0}.lk-program__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus-visible span{background-color:currentColor}@supports not selector(:focus-visible){.lk-program__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus{color:#fff;outline:0}.lk-program__link:not(.button--disabled,.is-disabled,.disabled,[disabled]):focus span{background-color:currentColor}}.favorites-list__select{padding:30px 17px;background-color:#f4f4f4;border-radius:16px}.favorites-list__select p{margin:0 0 20px;font-family:"Franklin","Arial",sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#000}.map-route__iframe{overflow:hidden;width:100%}@media screen and (max-width:767px){.map-route__iframe{height:360px;border-radius:10px}}@media screen and (min-width:768px){.map-route__iframe{height:390px;border-radius:20px}}.map-route__btns{display:grid;gap:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin-top:30px}@media screen and (max-width:767px){.map-route__btns{grid-template-columns:1fr}}@media screen and (min-width:768px){.map-route__btns{grid-template-columns:repeat(2,auto)}}@media screen and (max-width:767px){.map-route__btns .button{width:100%;min-height:48px}}@media screen and (min-width:768px) and (max-width:1500px){.map-route__btns .button{min-height:52px;padding:13px 45px}}@media screen and (min-width:1501px){.map-route__btns .button{min-height:52px;padding:13px 52px}}@media screen and (max-width:767px){.map-route__btns .map-route__route{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.excel{font-size:14px;line-height:20px}}@media screen and (min-width:768px){.excel{font-size:15px;line-height:25px}}.excel p,.message-footer p{margin:0}.excel ul{margin:0;padding:0 0 0 21px}.excel ul+p{margin-top:16px}.excel__inner{display:grid;grid-template-columns:1fr;gap:16px}.excel__table{padding-bottom:0}@media screen and (max-width:767px){.excel__form .form__group-btns{grid-template-columns:1fr}.excel__form .form__group-btns .form__submit{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (min-width:768px){.excel__form .form__group-btns{grid-template-columns:repeat(2,auto);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.excel__form .form__group-btns button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:54px;padding:15px 45px}}@media screen and (min-width:1200px){.excel__form .form__group-btns button{padding:15px 50px}}.logo-trinet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:auto;font-family:"Franklin","Arial",sans-serif;font-size:14px;line-height:20px;font-weight:500;color:#fff;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease;fill:#fff}.logo-trinet:focus,.logo-trinet:focus-visible,.logo-trinet:hover{outline:0}.logo-trinet:focus .logo-trinet__text,.logo-trinet:focus-visible .logo-trinet__text,.logo-trinet:hover .logo-trinet__text{color:#f05d2b}.logo-trinet svg{width:110px;height:31px}.logo-trinet__text{-webkit-transition:color .2s ease;transition:color .2s ease}.footer{padding:30px 0 100px;font-size:18px;line-height:26px;color:#bdbdbd;background-color:#555859}@media screen and (min-width:768px) and (max-width:1500px){.footer{padding-bottom:20px}}@media screen and (min-width:1501px){.footer{padding:48px 0 20px}}.footer__menus{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px 5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding-bottom:28px;border-bottom:1px solid #8c8f90}@media (max-width:767px){.footer__menus{padding-bottom:0}}@media screen and (min-width:768px) and (max-width:1500px){.footer__menus{gap:16px 10px;padding-bottom:10px}}@media screen and (min-width:1501px){.footer__menus{display:grid;grid-template-columns:repeat(5,auto);gap:30px 138px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;padding-bottom:0;border:0}}@media screen and (max-width:767px){.footer__menus-item{width:160px}.footer__menus-item--info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__menus-item--product{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer__menus-item--about{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.footer__menus-item--clients{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (min-width:768px) and (max-width:1500px){.footer__menus-item{max-width:161px}}@media screen and (min-width:1501px){.footer__menus-item{max-width:248px}}@media (max-width:1199px){.footer__menus-item--clients{margin-bottom:50px}}.footer__menus-item span{display:inline-block;font-size:13px;line-height:20px;color:#fff}@media screen and (min-width:1200px){.footer__menus-item span{font-size:14px;line-height:24px}}.footer__menus-list{display:grid;grid-template-columns:1fr;gap:8px;margin:0;padding:0;list-style:none}@media screen and (min-width:768px) and (max-width:1199px){.footer__menus-list{gap:10px}}@media screen and (min-width:1200px){.footer__menus-list{gap:21px}}.footer__menus-title{margin:0 0 10px;font-family:"Segoeui","Arial",sans-serif;font-size:12px;line-height:24px;color:#fff}@media screen and (min-width:768px) and (max-width:1199px){.footer__menus-title{margin-bottom:5px}}@media screen and (min-width:1200px){.footer__menus-title{margin-bottom:20px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:28px;font-weight:500}}.footer__menus-subtitle{margin:0;font-size:13px;line-height:20px;font-weight:400;color:#bdbdbd}@media screen and (min-width:1200px){.footer__menus-subtitle{font-size:14px;line-height:24px}}.footer__menus-link{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:"Segoeui","Arial",sans-serif;font-size:12px;line-height:18px;font-weight:600;color:inherit;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}@media screen and (min-width:768px) and (max-width:1199px){.footer__menus-link{line-height:16px}}@media screen and (min-width:1200px){.footer__menus-link{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}.footer__menus-link--sale{position:relative;padding-right:17px}.footer__menus-link--sale::after{position:absolute;content:"";top:3px;right:0;width:12px;height:12px;background-image:url(/local/templates/sanriks-new/css/../images/sprite_auto.svg#badge-check);background-repeat:no-repeat;background-position:center}@media screen and (min-width:768px){.footer__menus-link--sale::after{top:0}}.footer__menus-item--contacts .footer__menus-link:focus,.footer__menus-item--contacts .footer__menus-link:focus-visible,.footer__menus-item--contacts .footer__menus-link:hover,.footer__menus-link:focus,.footer__menus-link:focus-visible,.footer__menus-link:hover{color:#f05d2b;outline:0}.footer__menus-item--contacts .footer__menus-link:active,.footer__menus-link:active{color:#8c8f90}.footer__menus-full-tel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:0}.footer__menus-full-tel .footer__menus-link{margin-right:5px}.footer__menus-full-tel span{display:inline-block}.footer__menus-item--contacts{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%;max-width:none;margin-bottom:10px;background-color:rgba(255,255,255,.2);border-radius:16px}@media screen and (max-width:767px){.footer__menus-item--contacts{padding:17px 15px}}@media screen and (min-width:768px){.footer__menus-item--contacts{padding:12px 20px 8px}}@media screen and (min-width:1200px){.footer__menus-item--contacts{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;width:auto;max-width:183px;margin-bottom:60px;padding:0;background-color:transparent}}@media screen and (max-width:767px){.footer__menus-item--contacts .footer__menus-list{grid-template-columns:repeat(2,1fr);gap:21px 12px}}@media screen and (min-width:768px) and (max-width:1500px){.footer__menus-item--contacts .footer__menus-list{grid-template-columns:repeat(4,1fr);gap:21px 26px}}@media screen and (min-width:1200px){.footer__menus-item--contacts .footer__menus-list{grid-template-columns:1fr}}.footer__menus-item--contacts li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767px){.footer__menus-item--contacts li{max-width:140px}}@media screen and (max-width:1500px){.footer__menus-item--contacts .footer__menus-title{position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}}.footer__menus-item--contacts .footer__menus-link{font-size:14px;font-weight:700;color:#fff}@media screen and (min-width:768px) and (max-width:1199px){.footer__menus-item--contacts .footer__menus-link{line-height:25px}}@media screen and (min-width:1200px){.footer__menus-item--contacts .footer__menus-link{font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}@media screen and (min-width:768px){.footer__copyright{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}}@media screen and (min-width:1200px){.footer__copyright{grid-template-columns:1fr auto;padding-top:27px}.footer__copyright>*{-ms-flex-item-align:center;align-self:center}}@media screen and (max-width:767px){.footer__logo{margin-bottom:15px}}@media screen and (min-width:1200px){.footer__logo{grid-template-columns:187px 1fr;gap:21px;width:360px;font-family:"Geologica","Arial",sans-serif;font-size:13px;line-height:18px;font-weight:300}.footer__logo .logo__first-part{height:48px}}.footer__copyright-text{margin:0;font-size:12px;line-height:18px;font-weight:400;font-style:normal;color:#8c8f90}@media screen and (min-width:768px){.footer__copyright-text{line-height:16px}}@media screen and (min-width:1200px){.footer__copyright-text{max-width:760px;font-weight:600}}.footer__logo-trinet{grid-column:1/-1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;width:100%}@media (max-width:1500px){.footer__logo-trinet{margin-top:-70px}}@media (min-width:1501px){.footer__logo-trinet{margin-top:-60px}}.footer__logo-trinet .logo-trinet{margin-left:auto}@media (max-width:767px){.footer__logo-trinet .logo-trinet{margin-right:50px}}@media (min-width:768px) and (max-width:1199px){.footer__logo-trinet .logo-trinet{margin-right:30px}}@media (min-width:1200px){.footer__logo-trinet .logo-trinet{margin-right:70px}}.message-footer-container{position:fixed;z-index:10;right:0;left:0}@media (max-width:767px){.message-footer-container{bottom:90px}}@media (min-width:768px) and (max-width:1439px){.message-footer-container{bottom:30px}}@media (min-width:1440px){.message-footer-container{bottom:77px}}.message-footer-container .container{display:grid}@media (max-width:1439px){.message-footer-container .container{grid-template-columns:1fr;gap:20px}}@media (min-width:1440px){.message-footer-container .container{grid-template-columns:521px 1fr;gap:50px}}.message-footer{position:relative;display:none;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Segoeui","Arial",sans-serif;font-weight:600;background-color:#fff;border:1px solid #f05d2b;border-radius:30px}@media screen and (max-width:767px){.message-footer{grid-template-columns:1fr;padding:14px 18px;font-size:12px;line-height:18px}}@media (min-width:768px) and (max-width:1439px){.message-footer{gap:20px;padding:19px 40px;font-size:14px;line-height:20px}}@media (min-width:1440px){.message-footer{gap:40px;padding:19px 35px;font-family:"Franklin","Arial",sans-serif;font-size:18px;line-height:26px;font-weight:500}}.message-footer.is-active{display:grid}.message-footer--cookie{grid-column:1/2}.message-footer--storage{grid-column:-1/-2}@media (max-width:767px){.message-footer__content{padding-right:20px}}.message-footer__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:768px){.message-footer__btns{margin:-5px}}.message-footer__btns .button{margin:5px}@media (max-width:767px){.message-footer__btns .button{width:100%;margin:22px 0 0}}@media (min-width:768px) and (max-width:1439px){.message-footer__btns .button{padding:9px}}@media (min-width:1440px){.message-footer__btns .button{padding:8px 10px}}@media (max-width:767px){.message-footer__btns .message-footer__btn--close{position:absolute;top:9px;right:14px;width:25px;height:25px;margin:0;padding:0;font-size:0;line-height:0;background-color:transparent;border-color:transparent}}@media (min-width:768px){.message-footer__btns .message-footer__btn--close svg{display:none}}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/templates/sanriks-new/css/custom.css?17507790122455*/
.error-text, .errortext {
    color: red;
    font-size: 13px;
    margin-bottom: 5px;
}
.success-text {
    color: #008989;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.4;
}
.is-hide{
    display: none;
}

.lk__message-inner:not(.is-active) {
    display: none
}

@media screen and (max-width: 767px) {
    .form--order-filters.form-individual .form__group--status {
        grid-column: 1 / -1;
    }
}

@media screen and (min-width: 1501px) {
    .form--order-filters.form-individual form {
        grid-template-columns: repeat(8, 1fr);
    }
}

.is-error .form__points-check-error {
    display: block;
}

.form__points-check-error {
    display: none
}

.menu__address-contacts a.menu__address-link.is-disabled {
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
    fill: transparent;
}

.is-animate-danger {
    -webkit-animation: flash 1s 2;
    animation: flash 1s 2;

}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}
.button--save-description {
    display: none
}
.is-active  .button--save-description{
    display: block;
}

/* .close { */
/*     width: 20px; */
/*     height: 20px; */
/*     border-radius: 20px; */
/*     border: 1px solid #8C8F90; */
/*     background-color: transparent; */
/* } */

.message-footer-container-cookies .container {
    min-width: 300px;
}

.message-footer--cookies a {
    color: #f05d2b;
    text-decoration: none;
}

.message-footer--cookies a:hover {
    color: #555859;
}

.message-footer--cookies .button  {
    max-width: 200px;
}

.form--order-basket .form__group--policy {
    max-width: 315px;
    margin-left: auto;
}

.modal--account .form__group--policy {
    margin: 10px 0;
}

.form__group--policy {
    align-items: start;
}

.form__group-policy {
        padding-left: 10px;
        font-family: inherit;
        font-size: 12px;
        line-height: 18px;
        color: #8c8f90;
        -webkit-transition: color .2s ease;
        transition: color .2s ease;
        cursor: pointer;

    label {
        padding: 0 !important;
    }

    a {
        color: #f05d2b;
        text-decoration: none;
    }

    a:hover {
       color: #555859;
    }
}

.post table p {
    padding: 10px;
}

.post table {
    width: 100%;
}

/* End */
/* /local/templates/sanriks-new/js/fancybox/fancybox.css?173453470525343 */
/* /local/templates/sanriks-new/js/choices/choices.min.css?17345347057756 */
/* /local/templates/sanriks-new/css/style.min.css?1744701467586999 */
/* /local/templates/sanriks-new/css/custom.css?17507790122455 */
