: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__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation: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}
*{outline:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}:before,:after{outline:0;box-sizing:border-box;-moz-box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;-webkit-text-decoration:none;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{-webkit-text-decoration:line-through;text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #eee;margin:0;padding:0}input,select{vertical-align:middle}ol{list-style-type:none}body{font-family:-apple-system,BlinkMacSystemFont,Source Han Sans,Helvetica Neue,PingFang SC,Microsoft YaHei,Helvetica,Arial,"宋体",sans-serif}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top: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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;top:var(--swiper-navigation-top-offset, 50%);width:calc(44px/44*27);width:calc(var(--swiper-navigation-size)/44*27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#007aff;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-feature-settings:;font-variant:normal;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:10px;right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:8px;bottom:var(--swiper-pagination-bottom, 8px);top:auto;top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:0.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;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:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right, 8px);left:auto;left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:rgba(0, 0, 0, 0.25);background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.header{position:fixed;left:0;top:0;width:100%;height:100px;background:#fff !important;border-bottom:1px solid rgba(0,0,0,0);padding:0 45px;z-index:190;transition:all .3s ease-in-out}.header.on{border-bottom:1px solid #f4f4f4;box-shadow:0 0 5px rgba(131,131,131,.3)}.header.on a.mNav{color:#64656a !important}.header.on .community path{fill:#64656a}.header.on .search{stroke:#64656a}.header.on .logo__image{fill:#727171}.header.open .mobileMenu::before{transform:rotate3d(0, 0, 1, 45deg) translate(-2px, 3px);border-bottom:0;top:7px;left:1px;right:1px;border-color:#000}.header.open .mobileMenu::after{transform:rotate3d(0, 0, 1, -45deg) translate(-2px, 2px);top:6px;left:1px;right:1px;background:#000}.header.open .mobileMask{display:block}.header.open .mainMenu{right:0}@media(max-width: 640px){.header.open .mainMenu{padding-top:4em}}.header.open .top_right{display:none}@media(max-width: 640px){.header.open .top_right{display:block;opacity:1;visibility:visible;right:0;padding-left:10px;position:fixed;width:300px;top:0;z-index:9999999}.header.open .top_right .countries{display:none}}.header .search{stroke:#64656a;transition:stroke .3s ease-in-out}.header .search:hover{stroke:#e00000}.header .community{display:block;margin-top:11px;margin-left:15px}.header .community path{fill:#64656a;transition:fill .3s ease-in-out}.header .community:hover path{fill:#e00000}@media(min-width: 1201px){.header .community{margin-top:34px}}@media(max-width: 1200px){.header{background:#fff !important;border-bottom:1px solid #f4f4f4;box-shadow:0 0 5px rgba(131,131,131,.3);height:55px;padding:0 60px 0 20px}}@media(max-width: 1200px){.mobileMask{display:none;transition:.2s all;-webkit-transition:.2s all;position:fixed;z-index:999998;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}}@media(max-width: 1200px){.mobileMenu{position:fixed;width:24px;height:19px;transition:.5s all;right:1em;top:18px;z-index:9999999}.mobileMenu::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-top:2px solid #e00000;border-bottom:2px solid #e00000;transition:.2s all}.mobileMenu::after{content:"";position:absolute;top:8px;right:0;left:0;height:2px;overflow:hidden;background:#e00000;transition:.2s all}}@media(max-width: 640px){.top_right .search,.top_right .search-fixed{display:none}.top_right .countries{display:block}}.logo{width:220px;height:25px;overflow:hidden;margin-top:35px;float:left}@media(max-width: 1200px){.logo{width:auto;height:16px;margin-top:18px}}.logo__image{width:100%;height:auto;transition:all .3s ease-in-out}@media(max-width: 767px){.logo__image{width:auto}}.search{float:left;width:30px;height:27px;margin-top:36px;cursor:pointer;transition:all .3s ease-in-out}@media(max-width: 1200px){.search{margin-top:14px}}.search_fixed{width:100%;background-color:#f4f4f4;padding:30px 20px;position:fixed;left:0;top:100px;z-index:100;opacity:0;pointer-events:none}.search_fixed .wrap1{max-width:640px;margin-left:auto;margin-right:auto;border-bottom:1px solid #ddd;padding-bottom:5px}.search_fixed .wrap1 input{font-size:16px;width:80%}@media(max-width: 1200px){.search_fixed .wrap1{padding-left:1em;padding-right:1em}}@media(max-width: 1200px){.search_fixed{left:auto;right:0;top:55px;padding:20px 10px}}@media(max-width: 640px){.search_fixed{top:50px;width:300px}}.search_close{width:28px;height:28px;background:url(../assets/search.png?v=46d871b1e19cbf60e1bf) no-repeat center;cursor:pointer;transition:background .3s ease-in-out}.search_close:hover{background-image:url(../assets/search3.png?v=d3b26b48cee050dabd99)}.mainMenu{display:flex;justify-content:flex-end;float:none;padding-left:20px;padding-right:20px}@media(max-width: 1200px){.mainMenu{position:fixed;right:-100%;width:300px;background:#fff;top:0;bottom:0;padding:3em 0 1em;overflow-y:auto;z-index:999999;transition:.2s all;-webkit-transition:.2s all;-moz-transition:.2s all;-o-transition:.2s all;display:block}}.mainMenu .item{float:left;margin:0 10px;z-index:10}@media(max-width: 1600px){.mainMenu .item{margin:0}}@media(max-width: 1200px){.mainMenu .item{float:none;padding:0;position:relative;border-bottom:1px solid #ececec;margin:0 15px}}.mainMenu .item a.mNav{color:#333;font-size:16px;height:100px;padding:0 8px;position:relative;border-bottom:3px solid rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;text-transform:uppercase;text-align:center;transition:all .3s ease-in-out}.mainMenu .item a.mNav.active{color:#e00000}@media(max-width: 1200px){.mainMenu .item a.mNav.active{color:#333;font-weight:bold}}@media(any-hover: hover){.mainMenu .item a.mNav:hover{border-color:#e00000;transition:all .3s ease-in-out}}@media(max-width: 1600px){.mainMenu .item a.mNav{font-size:14px !important}}@media(max-width: 1200px){.mainMenu .item a.mNav{border:none;padding:15px 25px 15px 0 !important;line-height:normal !important;display:block !important;width:100%;height:auto !important;line-height:3;font-weight:normal;text-align:left !important}}.mainMenu .item.cr a.mNav{color:#e00000}.mainMenu .item.cr a.mNav:after{width:100%}.mainMenu .subMenu{display:none;position:absolute;left:0;top:100px;background-color:#fff;width:100%;overflow:hidden;height:0;transition:all .3s ease-in-out}.mainMenu .subMenu .wrap>a{display:inline-block;padding:0 40px;text-align:center;color:#64656a;line-height:1.2;transition:all .3s ease-in-out}@media(max-width: 1200px){.mainMenu .subMenu .wrap>a{text-align:left;color:#333;font-size:14px;padding:0;margin:7px 0;font-weight:bold;width:100%}}@media(any-hover: hover){.mainMenu .subMenu .wrap>a:hover{color:#e5001c;transition:all .3s ease-in-out}}.mainMenu .subMenu .wrap{vertical-align:top;text-align:center;display:flex;justify-content:center;padding:36px 0}@media(max-width: 1200px){.mainMenu .subMenu .wrap{display:block;text-align:left;margin:0;padding:0}}.mainMenu .subMenu dl{display:inline-block;min-width:120px;margin:0 30px;text-align:left;vertical-align:top}@media(max-width: 1200px){.mainMenu .subMenu dl{display:block;width:100% !important;float:none;margin-left:0;margin-right:0;margin-top:12px;margin-bottom:12px}}.mainMenu .subMenu dl dt{padding-bottom:20px;border-bottom:1px solid #eee;font-weight:bold}.mainMenu .subMenu dl dt a{transition:all .3s ease-in-out}@media(any-hover: hover){.mainMenu .subMenu dl dt a:hover{color:#e5001c;transition:all .3s ease-in-out}}@media(max-width: 1200px){.mainMenu .subMenu dl dt{border-bottom:none;padding-bottom:0}.mainMenu .subMenu dl dt a{display:block}}.mainMenu .subMenu dl dd{margin-top:20px}.mainMenu .subMenu dl dd a{display:block;color:#64656a;margin:8px 0;transition:all .3s ease-in-out}@media(max-width: 1200px){.mainMenu .subMenu dl dd a{margin:12px 0}}@media(any-hover: hover){.mainMenu .subMenu dl dd a:hover{color:#e5001c;transition:all .3s ease-in-out}}@media(max-width: 1200px){.mainMenu .subMenu dl dd{margin-top:10px;display:none}}@media(max-width: 1200px){.mainMenu .subMenu dl:nth-last-child(1) dt{border-bottom:none}}@media(max-width: 1200px){.mainMenu .subMenu{display:block;position:static;width:100% !important;background:none;margin-left:0 !important;padding:0 1em;opacity:0;visibility:visible;height:auto;transform:translateX(0);height:0}}.mainMenu .item:hover .subMenu{opacity:1}.arrow{display:none}@media(max-width: 1200px){.arrow{display:block;width:30px;height:30px;background:url(../assets/arr5.png?v=e86e712a74cdc7bf0351) no-repeat center;position:absolute;right:0;top:8px;z-index:10}}.nav_bg{width:100%;background:#fff;position:absolute;left:0;top:100px;z-index:1;transition:height .3s}.light .community path{fill:#64656a}@media(min-width: 1201px){.light .community path{fill:#e3e5e9}}.light .search{stroke:#64656a}@media(min-width: 1201px){.light .search{stroke:#e3e5e9}}@media(min-width: 1201px){.light .logo__image{fill:#e3e5e9}}.light .header{background:none !important}.light .header.on{background:#fff !important}@media(max-width: 1200px){.light .header{background-color:#fff !important}}.light a.mNav{color:#64656a !important}@media(min-width: 1201px){.light a.mNav{color:#e3e5e9 !important}}.header .mainMenu .item.hasmenu.on>.arrow,.header .mainMenu .sItem.on>.arrow{background-image:url(../assets/arr6.png?v=f58280fa913c9be262cf)}.countries{margin-top:13px;margin-left:15px}@media(min-width: 1201px){.countries{margin-top:38px}}.countries__current-country{position:relative}.countries__image{width:30px;height:24px;border-radius:20%}.countries__button{text-transform:uppercase;padding:0;display:flex;justify-content:space-between;align-items:center;background-color:rgba(0,0,0,0);border:none;font-size:16px;font-weight:500;cursor:pointer}.countries__dropdown{position:absolute;top:40px;left:-10%;padding:7px;background-color:#fff;opacity:0;visibility:hidden;border-radius:12px;transition:opacity .3s ease-in-out, visibility .3s ease-in-out}@media(min-width: 1201px){.countries__dropdown{top:60px}}.countries__dropdown--active{opacity:1;visibility:visible;transition:opacity .3s ease-in-out, visibility .3s ease-in-out}.countries-list{display:flex;flex-direction:column;gap:7px}.countries-list__link{display:flex;align-items:center;padding:5px 0;font-size:14px}.footer{padding:25px 0 70px;background-color:#333}.footer__top{position:relative;display:flex;flex-direction:column;margin-bottom:40px}.footer__top::after{content:"";position:absolute;left:0;right:0;bottom:-20px;height:1px;background-color:rgba(255,255,255,.1);opacity:.5}@media(min-width: 921px){.footer__top::after{bottom:-50px}}@media(min-width: 641px){.footer__top{display:grid;grid-template-areas:"logo logo" "list social";grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}@media(min-width: 921px){.footer__top{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:70px}}.footer__logo{grid-area:logo;flex-shrink:0;width:150px;height:17px;margin-bottom:30px}@media(min-width: 921px){.footer__logo{width:220px;height:25px;margin-bottom:0}}.footer__logo-image{width:100%;-o-object-fit:cover;object-fit:cover}.footer__list{grid-area:list;display:flex;justify-content:space-between;gap:10px}@media(min-width: 641px){.footer__list{-moz-column-gap:15px;column-gap:15px;max-width:600px;width:100%}}@media(min-width: 1201px){.footer__list{max-width:870аpx}}.footer__item{display:flex;flex-direction:column;align-items:flex-start;gap:6px}@media(min-width: 921px){.footer__item{gap:12px}}.footer__link{font-size:12px;line-height:18px;color:#999;transition:color .3s ease-in-out}.footer__link:hover{color:#d2232a;transition:color .3s ease-in-out}@media(min-width: 641px){.footer__link{font-size:16px;line-height:24px}}.footer__link--header{position:relative;padding-bottom:12px;margin-bottom:12px;font-size:14px;line-height:18px;color:#fff}.footer__link--header::after{content:"";position:absolute;left:0;bottom:0;width:26px;border-bottom:2px solid #d2232a}@media(min-width: 641px){.footer__link--header{font-size:20px;line-height:30px;padding-bottom:24px}}.footer__bottom{display:flex;flex-direction:column;font-size:12px;color:#bbb}@media(min-width: 921px){.footer__bottom{font-size:14px}}@media(min-width: 1460px){.footer__bottom{flex-direction:row;align-items:center}}.footer__copyright{text-align:center;margin-bottom:6px}@media(min-width: 1460px){.footer__copyright{margin-bottom:0}}.social{grid-area:social;display:none}@media(min-width: 641px){.social{display:flex;flex-direction:column}}.social__header{align-self:flex-end;text-wrap:nowrap;font-size:20px;color:#fff;margin-bottom:20px}.social__list{display:flex;flex-wrap:wrap;gap:10px}@media(min-width: 1024px){.social__list{gap:25px}}.social__list.mobile{margin-bottom:30px}@media(min-width: 641px){.social__list.mobile{display:none}}.social__link{display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:50%;border:1px solid #999;background-color:#333;cursor:pointer;transition:background-color .3s ease-in-out, border .3s ease-in-out}.social__link:hover{border:1px solid #d2232a;background-color:#d2232a;transition:background-color .3s ease-in-out, border .3s ease-in-out}.social__image{width:22px;height:22px;max-width:100%}.privacy{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;text-align:center}@media(min-width: 571px){.privacy{flex-direction:row;flex-wrap:wrap}}@media(min-width: 1460px){.privacy{margin-left:auto}}.privacy__item:not(:first-child){border-left:1px solid #999;padding-left:10px}.privacy__link{transition:color .3s ease-in-out}.privacy__link:hover{color:#d2232a;transition:color .3s ease-in-out}@media(max-width: 1200px){.banner{margin-top:55px}}.banner .swiper-button-next,.banner .swiper-button-prev{width:65px;height:65px;border:1px solid #e4e4e4;border-radius:100%;margin-top:-33px;background-size:14px;background-color:rgba(255,255,255,.4);border-color:rgba(0,0,0,0);transition:all .3s ease-in-out}.banner .swiper-button-next::after,.banner .swiper-button-prev::after{font-size:24px;color:#333}.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{border-color:rgba(135,135,135,.3);transition:all .3s ease-in-out}@media(max-width: 1200px){.banner .swiper-button-next,.banner .swiper-button-prev{display:none}}.banner .swiper-button-next{right:38px}.banner .swiper-button-prev{left:38px}.banner .swiper-left{width:100px;height:100%;left:0;top:0;z-index:20;cursor:pointer}.banner .swiper-right{width:100px;height:100%;right:0;top:0;z-index:20;cursor:pointer}@media(max-width: 1200px){.banner .swiper-left,.banner .swiper-right{display:none}}.banner .swiper-slide{position:relative;transition:all .5s;background-color:rgba(0,0,0,0) !important}.banner .swiper-slide::after{content:"";position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.3)}.banner .swiper-slide img{width:100%}.banner .ban_txt{width:100%;left:0;top:50%;transform:translateY(-50%);z-index:20}@media(min-width: 1201px)and (max-width: 1670px){.banner .ban_txt{left:110px}}.banner .ban_txt .ban_right{text-align:right}.banner .ban_txt .tit1{display:inline-block;padding:8px 10px;border:2px solid #e3e5ec;border-radius:10px;color:#e3e5ec}@media(max-width: 640px){.banner .ban_txt .tit1{padding:3px 6px;font-size:12px}}@media(max-width: 540px){.banner .ban_txt .tit1{border-width:1px}}.banner .ban_txt .tit2{margin-top:10px;line-height:1.3;color:#e3e5ec}@media(max-width: 640px){.banner .ban_txt .tit2{margin-top:5px;font-size:16px}}@media(min-width: 1441px){.banner .ban_txt .tit2{letter-spacing:2.5px}}.banner .ban_txt .tit3{color:#e3e5ec}@media(max-width: 640px){.banner .ban_txt .tit3{font-size:14px;width:45%;display:inline-block}}.banner .ban_txt .tit3 span{padding-right:25px}.banner .ban_txt .btn_more{display:inline-block;padding:0 1em;height:60px;line-height:58px;color:#e3e5ec;text-align:center;border:1px solid #e3e5ec;border-radius:20px;margin-top:30px;transition:all .3s ease-in-out}.banner .ban_txt .btn_more:hover{background:#e00000;border-color:#e00000;color:#fff;transition:all .3s ease-in-out}@media(max-width: 640px){.banner .ban_txt .btn_more{display:none}}.subscribe{padding:30px 0;background-image:url(../assets/dy_bg.png?v=cc9804190b8789c69f27);background-color:rgba(153,153,153,.2392156863);background-position:center;background-size:cover}@media(min-width: 641px){.subscribe{padding:60px 0}}.subscribe__title{line-height:21px;color:#333;margin-bottom:20px}@media(min-width: 1101px){.subscribe__title{line-height:45px;margin-bottom:30px}}@media(min-width: 1441px){.subscribe__title{line-height:72px;margin-bottom:50px}}.email-form{position:relative;display:flex;flex-direction:column;align-items:center;max-width:888px;margin:0 auto}.email-form__field{display:flex;width:100%;height:50px;margin-bottom:10px;border-radius:12px;overflow:hidden;box-shadow:0 0 20px rgba(51,51,51,.07);font-size:14px}@media(min-width: 921px){.email-form__field{height:70px;margin-bottom:20px;border-radius:20px;font-size:16px}}.email-form__mail{position:relative;width:80%;padding:10px 10px 10px 55px;border-radius:12px 0 0 12px;font-size:14px;border:1px solid rgba(0,0,0,0);background-color:#fff;background-image:url(../assets/email.png?v=b0d9553587149c3801fd);background-repeat:no-repeat;background-position:20px center;transition:border .3s ease-in-out}.email-form__mail:focus{border:1px solid #999;transition:border .3s ease-in-out}@media(min-width: 921px){.email-form__mail{font-size:16px;border-radius:20px 0 0 20px;padding-left:65px;background-position:30px center}}.email-form__button{width:27%;padding:10px;font-size:13px;color:#fff;background-color:#d2232a;transition:background-color .3s ease-in-out;cursor:pointer}.email-form__button:hover{background-color:#e5001c;transition:background-color .3s ease-in-out}@media(min-width: 541px){.email-form__button{width:20%;font-size:16px}}@media(min-width: 921px){.email-form__button{font-size:20px}}.email-form__text{width:100%;font-size:14px;color:#64656a;cursor:pointer}@media(min-width: 1101px){.email-form__text{font-size:16px}}.email-form__agree{position:relative;top:-1px;width:16px;height:16px;margin-right:10px;background-color:#fff;border:1px solid #d0d0d0;border-radius:3px;outline:1px solid rgba(0,0,0,0);transition:outline .3s ease-in-out;cursor:pointer}.email-form__agree:hover{outline:1px solid #65ace6;transition:outline .3s ease-in-out}.email-form__agree:checked{background-image:url(../fonts/checkbox_mark.svg);background-repeat:no-repeat;background-position:center;background-size:cover;outline:1px solid rgba(0,0,0,0)}@media(min-width: 541px){.email-form__agree{width:20px;height:20px}}.email-form__link{color:#999;transition:color .3s ease-in-out}.email-form__link:hover{color:#888;transition:color .3s ease-in-out}.form-success-message{display:none;position:absolute;top:10px;min-width:100px;padding:12px 25px;background-color:#000;opacity:.5;color:#fff;border:none;text-wrap:nowrap}.inFunc_box{padding:65px 0 90px}.inFunc_box .filter-title{position:relative}.inFunc_box .filter-title::before{content:"";width:100px;height:100px;top:0;left:0;position:absolute}.inFunc_box .img-mono{background-image:url(../assets/mono.png?v=8f065e17cd88d01bcf62)}.inFunc_box .img-color{background-image:url(../assets/color.png?v=b2e3d8c6ea1cf3545ccf)}.inFunc_box .img-mono-mfu{background-image:url(../assets/mono-mfu.png?v=5edbc42bcd2ab50364ae)}.inFunc_box .img-color-mfu{background-image:url(../assets/color-mfu.png?v=b2b94a892f2689b6b48b)}.inFunc_box .swiper{padding:0 20px}@media(min-width: 670px){.inFunc_box .swiper{padding:0}}.inFunc_box .swiper-slide .img{display:block;width:100px;height:100px;overflow:hidden;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:contain;transition:all .3s ease-in-out}@media(max-width: 920px){.inFunc_box .swiper-slide .img{width:40px;height:40px}}.inFunc_box .swiper-slide .tit{transition:all .3s ease-in-out}@media(max-width: 920px){.inFunc_box .swiper-slide .tit{margin-top:10px}}.inFunc_box .swiper-slide a:hover .tit{color:#e00000;transition:all .3s ease-in-out}.inFunc_box .swiper-slide a:hover .img-mono{background-image:url(../assets/mono-hover.png?v=2140557bf0c584eaa3e3)}.inFunc_box .swiper-slide a:hover .img-color{background-image:url(../assets/color-hover.png?v=2b63ceac75c3d6172aad)}.inFunc_box .swiper-slide a:hover .img-mono-mfu{background-image:url(../assets/mono-mfu-hover.png?v=3029291ccc8ee0fa075f)}.inFunc_box .swiper-slide a:hover .img-color-mfu{background-image:url(../assets/color-mfu-hover.png?v=7a6a1bf8d7e48da9e5d5)}.inFunc_box .swiper-pagination{bottom:-53px !important}@media(max-width: 920px){.inFunc_box .swiper-pagination{bottom:-34px !important}}.inFunc_box .swiper-pagination-bullet{background:#e0e0e1}.inFunc_box .swiper-pagination-bullet-active{background:none}.inFunc_box .swiper-button-next,.inFunc_box .swiper-button-prev{display:none}@media(max-width: 668px){.inFunc_box .swiper-button-next,.inFunc_box .swiper-button-prev{display:block}.inFunc_box .swiper-button-next::after,.inFunc_box .swiper-button-prev::after{content:""}}@media(max-width: 668px){.inFunc_box .swiper-button-prev{left:0;background:url(../assets/prev.png?v=fa2ae789f4b75f1d4acc) no-repeat center;background-size:auto 100%;background-size:12px}}@media(max-width: 668px){.inFunc_box .swiper-button-next{right:0;background:url(../assets/next.png?v=ae378a48965d2914e71f) no-repeat center;background-size:auto 100%;background-size:12px}}.tran_scale{display:block;overflow:hidden}.tran_scale img{width:100%;transition:all .5s;-webkit-transition:all .5s}.tran_scale:hover img{transform:scale(1.05, 1.05) rotate(0.1deg);transition:all .3s ease-in-out}.inService_box{padding:20px 0;background:#f7f7f7}@media(min-width: 501px){.inService_box{padding:40px 0 60px}}@media(min-width: 1441px){.inService_box{padding:60px 0 95px}}.inService_box h2{font-size:18px}@media(min-width: 541px){.inService_box h2{font-size:24px;letter-spacing:1px}}@media(min-width: 801px){.inService_box h2{font-size:30px}}@media(min-width: 1441px){.inService_box h2{font-size:48px}}.inSer_con{border-radius:15px;overflow:hidden}@media(max-width: 640px){.inSer_con{margin-top:20px}}@media(min-width: 1441px){.inSer_con{margin-top:68px}}.inSer_tab{width:34%;height:100%;top:0;right:0}.inSer_tab a{display:flex;width:100%;height:50%;background:#fff;padding:50px;overflow:hidden;flex-direction:column;justify-content:space-between;align-items:flex-start;transition:all .3s ease-in-out}@media(max-width: 1440px){.inSer_tab a{padding:30px}}@media(max-width: 1200px){.inSer_tab a{padding:20px}}@media(max-width: 920px){.inSer_tab a{padding:1em}}@media(max-width: 640px){.inSer_tab a{padding:15px}}.inSer_tab a:hover,.inSer_tab a.active{box-shadow:0 0 40px #e9e9e9;position:relative;transition:all .3s ease-in-out}.inSer_tab a:hover .img img,.inSer_tab a.active .img img{margin-top:-100%}.inSer_tab a:hover .tit1,.inSer_tab a.active .tit1{color:#333;transition:all .3s ease-in-out}.inSer_tab a:hover .btn,.inSer_tab a.active .btn{background-color:#e00000;background-image:url(../assets/arr2.png?v=bb2a02808d5eba02c433);transition:all .3s ease-in-out}.inSer_tab .img{width:82px;height:82px;overflow:hidden;transition:all .3s ease-in-out}@media(max-width: 1200px){.inSer_tab .img{width:60px;height:60px;flex:0 0 60px}}@media(max-width: 920px){.inSer_tab .img{width:40px;height:40px;flex:0 0 40px}}@media(max-width: 640px){.inSer_tab .img{width:40px;height:40px;flex:0 0 40px}}.inSer_tab .img img{height:164px}@media(max-width: 1200px){.inSer_tab .img img{height:120px}}@media(max-width: 992px){.inSer_tab .img img{height:80px}}.inSer_tab .desc{width:100%;margin-top:20px;display:flex;align-items:center}@media(max-width: 1200px){.inSer_tab .desc{margin-top:1em}}.inSer_tab .txt{float:left;width:87%;padding-right:15px}.inSer_tab .txt .tit1{line-height:18px;transition:all .3s ease-in-out}@media(min-width: 501px){.inSer_tab .txt .tit1{line-height:24px}}@media(min-width: 801px){.inSer_tab .txt .tit1{line-height:27px}}@media(min-width: 1441px){.inSer_tab .txt .tit1{line-height:36px}}@media(max-width: 920px){.inSer_tab .txt,.inSer_tab .tit1{margin-top:4px}}@media(max-width: 640px){.inSer_tab .txt,.inSer_tab .tit1{margin-top:5px}}.inSer_tab .btn{float:right;width:45px;height:45px;border-radius:12px;border:1px solid #ececec;background:url(../assets/arr4.png?v=255a8e2832b1bf26720f) no-repeat center;transition:all .3s ease-in-out}@media(max-width: 540px){.inSer_tab .btn{width:30px;height:30px;flex:0 0 30px;background-size:12px}}@media(max-width: 640px){.inSer_tab{position:static !important;width:100%;height:auto}}.inSer_imgs{width:66%}.inSer_imgs a .txt{width:50%;top:60px;left:60px}@media(max-width: 920px){.inSer_imgs a .txt{left:2em;top:2em;width:88%}}@media(max-width: 640px){.inSer_imgs a .txt{width:100%;left:0;top:50%;transform:translateY(-50%);padding:20px}}@media(max-width: 640px){.inSer_imgs a .txt .op7{opacity:1;font-size:12px}}@media(max-width: 330px){.inSer_imgs a .txt .op7{font-size:11px}}.inSer_imgs a .btn_more{display:inline-block;height:60px;line-height:58px;text-align:center;border:1px solid #fff;border-radius:20px;display:inline-block;padding:0 2em;transition:all .3s ease-in-out}.inSer_imgs a .btn_more:hover{background:#e00000;border-color:#e00000;color:#fff;transition:all .3s ease-in-out}@media(max-width: 920px){.inSer_imgs a .btn_more{width:auto !important}}@media(max-width: 640px){.inSer_imgs a .btn_more{padding:0 1em}}@media(max-width: 540px){.inSer_imgs a .btn_more{height:28px;line-height:26px;border-radius:6px;font-size:12px}}.inSer_imgs h3{line-height:21px}@media(min-width: 501px){.inSer_imgs h3{line-height:30px}}@media(min-width: 801px){.inSer_imgs h3{line-height:36px}}@media(min-width: 1101px){.inSer_imgs h3{line-height:45px}}@media(min-width: 1441px){.inSer_imgs h3{line-height:72px}}.inSer_imgs p{line-height:18px}@media(min-width: 641px){.inSer_imgs p{line-height:24px}}@media(min-width: 1441px){.inSer_imgs p{line-height:30px}}.inSer_imgs .img{position:relative}.inSer_imgs .img:before{width:100%;height:100%;background:rgba(0,0,0,.4);content:"";position:absolute;left:0;top:0;z-index:1}@media(max-width: 640px){.inSer_imgs{width:100%}}.inSer_imgs .txt{z-index:2}.news{position:relative}@media(min-width: 641px){.news .wrap1{padding-right:35px}}@media((min-width: 1601px) and (max-width: 1700px)){.news .wrap1{padding:0 50px}}.news .news-slider-button-prev,.news .news-slider-button-next{position:absolute;top:20%;z-index:100;transform:translateY(-20%);width:40px;height:40px;border-radius:50%;background-color:#fff;opacity:.6;background-repeat:no-repeat;background-position:center;background-size:8px;cursor:pointer}@media(min-width: 450px){.news .news-slider-button-prev,.news .news-slider-button-next{top:30%;transform:translateY(-30%)}}@media(min-width: 641px){.news .news-slider-button-prev,.news .news-slider-button-next{width:27px;height:44px;top:35%;transform:translateY(-35%);background-color:rgba(0,0,0,0);opacity:1;background-size:auto 100%}}@media(min-width: 1601px){.news .news-slider-button-prev,.news .news-slider-button-next{top:45%;transform:translateY(-45%)}}.news .news-slider-button-prev{left:20px;background-image:url(../assets/news-arr-prev.png?v=fa2ae789f4b75f1d4acc);transition:background-image .3s ease-in-out;-webkit-transition:background-image .3s ease-in-out}.news .news-slider-button-prev:hover{background-image:url(../assets/news-arr-prev-hover.png?v=d399243b3c7433ec7c4f);transition:background-image .3s ease-in-out;-webkit-transition:background-image .3s ease-in-out}@media(min-width: 641px){.news .news-slider-button-prev{left:0}}@media(min-width: 1001px){.news .news-slider-button-prev{left:-5px}}@media(min-width: 1281px){.news .news-slider-button-prev{left:-50px}}@media((min-width: 1601px) and (max-width: 1700px)){.news .news-slider-button-prev{left:0}}@media(min-width: 1780px){.news .news-slider-button-prev{left:-90px}}.news .news-slider-button-next{right:20px;background-image:url(../assets/news-arr-next.png?v=ae378a48965d2914e71f);transition:background-image .3s ease-in-out;-webkit-transition:background-image .3s ease-in-out}.news .news-slider-button-next:hover{background-image:url(../assets/news-arr-next-hover.png?v=542ce155cf4da1072111);transition:background-image .3s ease-in-out;-webkit-transition:background-image .3s ease-in-out}@media(min-width: 641px){.news .news-slider-button-next{right:0}}@media(min-width: 1001px){.news .news-slider-button-next{right:-5px}}@media(min-width: 1281px){.news .news-slider-button-next{right:-50px}}@media((min-width: 1601px) and (max-width: 1700px)){.news .news-slider-button-next{right:0}}@media(min-width: 1780px){.news .news-slider-button-next{right:-60px}}.news-slider{width:100%;overflow:hidden}.news-slider__slide{position:relative;display:flex;flex-direction:column}.news-slider__image{margin-bottom:20px}@media(min-width: 641px){.news-slider__image{width:66%;margin-left:auto;overflow:hidden;margin-bottom:0}}.news-slider__picture{display:block;max-width:100%;border-radius:15px;-o-object-fit:cover;object-fit:cover}.news-slider__text{display:flex;flex-direction:column;color:#333}@media(min-width: 641px){.news-slider__text{position:absolute;top:50%;left:20px;z-index:100;transform:translateY(-50%);width:43%;padding:30px;background-color:#fff;box-shadow:0 0 20px #e9e9e9;border-radius:15px}}@media(min-width: 1441px){.news-slider__text{padding:60px 75px}}.news-slider__header{align-self:flex-start;position:relative;padding-right:35px;margin-bottom:10px;line-height:14px}.news-slider__header::after{content:"";position:absolute;top:70%;right:0;transform:translateY(-60%);width:22px;height:22px;background-image:url(../assets/arr3.png?v=bca54204cd962c256c73);background-repeat:no-repeat;background-size:cover;background-position:100% center}@media(min-width: 641px){.news-slider__header::after{width:30px;height:30px;right:-10px}}@media(min-width: 1201px){.news-slider__header::after{width:45px;height:45px;right:-30px}}@media(min-width: 641px){.news-slider__header{line-height:20px;margin-bottom:20px}}@media(min-width: 1101px){.news-slider__header{line-height:24px}}@media(min-width: 1201px){.news-slider__header{line-height:30px}}@media(min-width: 1441px){.news-slider__header{line-height:48px;margin-bottom:35px;padding-right:40px}}.news-slider__title{padding-top:10px;margin-bottom:10px;border-top:1px solid #ececec;line-height:18px}@media(min-width: 641px){.news-slider__title{padding-top:20px;line-height:24px}}@media(min-width: 801px){.news-slider__title{line-height:27px}}@media(min-width: 1441px){.news-slider__title{padding-top:35px;margin-bottom:30px;line-height:36px}}.news-slider__show-more{align-self:flex-start;display:flex;justify-content:center;align-items:center;padding:0px 12px;border:1px solid #999;border-radius:6px;cursor:pointer;line-height:28px;transition:background-color .3s ease-in-out, color .3s ease-in-out}.news-slider__show-more:hover{color:#fff;background-color:#e00000;transition:background-color .3s ease-in-out, color .3s ease-in-out}@media(min-width: 541px){.news-slider__show-more{height:41px;line-height:42px;border-radius:12px}}@media(min-width: 641px){.news-slider__show-more{border-radius:20px;padding:30px 28px}}.news-slider .swiper-pagination-bullets{text-align:center;padding-top:20px}@media(min-width: 1201px){.news-slider .swiper-pagination-bullets{padding-bottom:20px;padding-top:59px}}.news-slider .swiper-pagination-bullet{background-color:#e0e0e1}.news-slider .swiper-pagination-bullet-active{background-color:#fff}.products-slider{position:relative;width:100%;overflow:hidden}.products-slider__slide{position:relative;width:79%;cursor:pointer}.products-slider__slide::after{content:"";position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.3)}.products-slider__picture{max-width:100%;-o-object-fit:cover;object-fit:cover}.products-slider__text{position:absolute;top:0;z-index:100;display:flex;flex-direction:column;align-items:center;width:100%;height:90%;padding:12px 20px;color:#fff}@media(min-width: 641px){.products-slider__text{top:10%;padding:0 20px;word-break:break-all}}.products-slider__title{line-height:18px}@media(min-width: 641px){.products-slider__title{line-height:24px}}@media(min-width: 801px){.products-slider__title{line-height:27px}}@media(min-width: 1441px){.products-slider__title{line-height:36px}}.products-slider__promo{line-height:21px;text-align:center}@media(min-width: 641px){.products-slider__promo{margin-bottom:15px;line-height:30px;text-align:left}}@media(min-width: 1101px){.products-slider__promo{line-height:45px}}@media(min-width: 1441px){.products-slider__promo{line-height:72px}}.products-slider__link{display:none}@media(min-width: 641px){.products-slider__link{display:flex;align-items:center;justify-content:center;height:45px;padding:0px 14px;border:1px solid #fff;border-radius:15px;line-height:28px;transition:background-color .3s ease-in-out, color .3s ease-in-out}.products-slider__link:hover{color:#fff;background-color:#e00000;border-color:#e00000;transition:background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out}}.products-slider .news-slider-pagination{padding-top:10px;text-align:center}@media(min-width: 641px){.products-slider .news-slider-pagination{position:absolute;bottom:5%;z-index:100;padding-top:0}}.products-slider .news-slider-pagination .swiper-pagination-bullet{background-color:#e0e0e1}@media(min-width: 641px){.products-slider .news-slider-pagination .swiper-pagination-bullet{background-color:rgba(255,255,255,.5)}}.products-slider .products-slider-button-prev,.products-slider .products-slider-button-next{position:absolute;top:50%;z-index:100;transform:translateY(-50%);width:44px;height:44px;background-repeat:no-repeat;background-size:15px 22px;background-position:center;cursor:pointer}@media(min-width: 641px){.products-slider .products-slider-button-prev,.products-slider .products-slider-button-next{width:35px;height:50px;background-size:35px 50px}}.products-slider .products-slider-button-prev{left:11.5%;background-image:url(../assets/arr_prev.png?v=84e8b9a875352a497817);transition:background-image .3s ease-in-out}.products-slider .products-slider-button-prev:hover{background-image:url(../assets/arr_prev-red.png?v=cea2769a8acba42ac8f8);transition:background-image .3s ease-in-out}.products-slider .products-slider-button-next{right:11.5%;background-image:url(../assets/arr_next.png?v=4a135bf96b1c2d2dc12c);transition:background-image .3s ease-in-out}.products-slider .products-slider-button-next:hover{background-image:url(../assets/arr_next-red.png?v=5b1637f365bc1a136975);transition:background-image .3s ease-in-out}.products-slider .swiper-slide-prev{transition:transform .3s ease-in-out}.products-slider .swiper-slide-prev:hover{transition:transform .3s ease-in-out}.products-slider .swiper-slide-next{transition:transform .3s ease-in-out}.products-slider .swiper-slide-next:hover{transition:transform .3s ease-in-out}.products-slider .prev-slide,.products-slider .next-slide{position:absolute;top:0;width:10%;height:100%;background-color:rgba(0,0,0,0);z-index:100;cursor:pointer}.products-slider .prev-slide{left:0}.products-slider .next-slide{right:0}.service-policy{padding:25px 0;background-color:#f9f9f9}@media(min-width: 541px){.service-policy{padding:30px 0 50px}}@media(min-width: 921px){.service-policy{padding:45px 0 80px}}@media(min-width: 1201px){.service-policy{padding:80px 0 120px}}.service-policy__content{line-height:21px;background-color:#fff;color:#64656a;border-radius:20px;word-break:break-word}@media(min-width: 920px){.service-policy__content{padding:40px}}@media(min-width: 1101px){.service-policy__content{line-height:24px}}@media(min-width: 1441px){.service-policy__content{padding:80px}}.service-policy h1{position:relative;text-align:center;color:#333;line-height:27px;font-weight:700;margin-bottom:40px;font-size:18px}@media(min-width: 541px){.service-policy h1{line-height:30px;font-size:20px}}@media(min-width: 1101px){.service-policy h1{line-height:42px}}@media(min-width: 1281px){.service-policy h1{line-height:36px;font-size:28px}}@media(min-width: 1441px){.service-policy h1{margin-bottom:70px;line-height:54px;font-size:36px}}.service-policy h1::before{content:"";position:absolute;left:0;bottom:-20px;width:100%;height:1px;background-color:#ddd}@media(min-width: 1441px){.service-policy h1::before{bottom:-35px}}.service-policy p{margin-bottom:20px}.service-policy h2{font-weight:700;line-height:21px;margin-bottom:20px}.service-policy ul{display:flex;flex-direction:column;gap:5px;margin-bottom:50px}.service-policy a{font-family:inherit;color:red}.service{background-color:#f9f9f9;padding:25px 0}@media(min-width: 541px){.service{padding:30px 0 50px}}@media(min-width: 921px){.service{padding:45px 0 80px}}@media(min-width: 1201px){.service{padding:80px 0 120px}}.service__header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;text-align:center}@media(min-width: 541px){.service__header{margin-bottom:40px}}@media(min-width: 1441px){.service__header{margin-bottom:60px}}.service__title{position:relative;color:#333;line-height:21px;font-weight:700;padding-bottom:10px;margin-bottom:15px;animation:1s fadeInUp}@media(min-width: 541px){.service__title{padding-bottom:20px;line-height:36px}}@media(min-width: 1441px){.service__title{line-height:63px}}.service__title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#d2232a}@media(min-width: 540px){.service__title::after{height:5px}}.service__subtitle{color:#64656a;line-height:21px;animation:1s fadeInUp}@media(min-width: 541px){.service__subtitle{line-height:24px}}@media(min-width: 641px){.service__subtitle{line-height:27px}}.service__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px;margin-bottom:20px}@media(min-width: 541px){.service__list{grid-template-columns:repeat(4, 1fr);margin-bottom:40px}}@media(min-width: 1101px){.service__list{gap:20px}}@media(min-width: 1441px){.service__list{gap:27px;margin-bottom:60px}}.service__link{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:149px;padding:20px 3px;border-radius:20px;background-color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out, color .3s ease-in-out}.service__link:hover{transition:box-shadow .3s ease-in-out, color .3s ease-in-out;box-shadow:0 5px 12px rgba(153,153,153,.2)}.service__link:hover .service__image img{transform:translateY(-50px)}@media(min-width: 541px){.service__link:hover .service__image img{transform:translateY(-70px)}}.service__link:hover .service__section{color:#d2232a}@media(min-width: 541px){.service__link{padding:30px 12px;min-height:208px}}@media(min-width: 1441px){.service__link{padding:50px 12px 40px;min-height:275px}}.service__image{width:50px;height:50px;overflow:hidden;margin-bottom:20px}@media(min-width: 541px){.service__image{width:70px;height:70px;margin-bottom:30px}}@media(min-width: 1441px){.service__image{margin-bottom:55px}}.service__image img{width:100%;max-width:100%;height:auto}.service__section{line-height:20px}@media(min-width: 541px){.service__section{line-height:24px}}@media(min-width: 1441px){.service__section{line-height:30px}}.service__section span{display:none}@media(min-width: 375px){.service__section span{display:inline;display:initial}}@media((min-width: 541px) and (max-width: 970px)){.service__section span{display:none}}.service-social__header{margin-bottom:30px}@media(min-width: 1441px){.service-social__header{margin-bottom:40px}}.service-social__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;padding:15px;background-color:#fff;border-radius:20px}@media(min-width: 541px){.service-social__list{display:flex;justify-content:space-evenly;padding:30px;gap:0}}@media(min-width: 641px){.service-social__list{padding:60px}}@media(min-width: 1441px){.service-social__list{padding:80px}}.service-social__link{display:flex;flex-direction:column;align-items:center;padding:0 10px}.service-social__link:hover{transition:color .3s ease-in-out}.service-social__link:hover .service-social__image{color:#d2232a}.service-social__link:hover .service-social__name{color:#d2232a}@media(min-width: 541px){.service-social__link{padding:0 20px}}.service-social__image{width:30px;height:30px;overflow:hidden;margin-bottom:20px}.service-social__image svg{width:100%;height:auto;transition:all .3s ease-in-out}@media(min-width: 541px){.service-social__image{width:40px;height:40px;margin-bottom:30px}}@media(min-width: 641px){.service-social__image{width:50px;height:50px}}@media(min-width: 921px){.service-social__image{width:60px;height:60px}}@media(min-width: 1101px){.service-social__image{margin-bottom:34px}}.service-social__name{color:#64656a}@media(min-width: 1201px){.service-social__name{font-size:20px}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.headquarters{background-color:#f9f9f9;padding:25px 0;text-align:center}.headquarters .wrap2{display:flex;flex-direction:column;align-items:center}@media(min-width: 541px){.headquarters{padding:25px 0 50px}}@media(min-width: 921px){.headquarters{padding:45px 0 80px}}@media(min-width: 1201px){.headquarters{padding:80px 0 120px}}.headquarters__title{line-height:24px;font-weight:700;color:#333}@media(min-width: 541px){.headquarters__title{line-height:33px}}@media(min-width: 801px){.headquarters__title{line-height:36px}}@media(min-width: 1101px){.headquarters__title{line-height:48px}}.headquarters__address{position:relative;line-height:18px}@media(min-width: 541px){.headquarters__address{line-height:24px}}@media(min-width: 801px){.headquarters__address{line-height:27px}}@media(min-width: 1441px){.headquarters__address{line-height:36px}}.headquarters__address img{width:18px;height:21px;max-width:100%;margin-right:8px;vertical-align:top}@media(min-width: 641px){.headquarters__address img{width:30px;height:35px;margin-right:20px;vertical-align:-0.4em}}.headquarters__image{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.suggest{width:100%;padding:25px 0;background-color:#f9f9f9}@media(min-width: 541px){.suggest{padding:30px 0 50px}}@media(min-width: 921px){.suggest{padding:45px 0 80px}}@media(min-width: 1201px){.suggest{padding:80px 0 120px}}.suggest__container{padding:20px;background-color:#fff;border-radius:20px}@media(min-width: 541px){.suggest__container{padding:70px 14px}}@media(min-width: 641px){.suggest__container{padding:70px 20px}}@media(min-width: 1201px){.suggest__container{padding:70px 50px !important;margin:0 60px !important}}@media(min-width: 1441px){.suggest__container{margin:0 auto !important}}.suggest__title{position:relative;text-align:center;color:#333;line-height:21px;font-weight:700;padding-bottom:10px;margin-bottom:30px}@media(min-width: 501px){.suggest__title{line-height:36px;margin-bottom:60px}}@media(min-width: 541px){.suggest__title{padding-bottom:20px}}@media(min-width: 1441px){.suggest__title{line-height:63px;margin-bottom:85px}}.suggest__title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#d2232a}@media(min-width: 541px){.suggest__title::after{height:5px}}.suggest-form{position:relative;display:flex;flex-direction:column;gap:15px;max-width:900px;margin:0 auto}.suggest-form .form-success-message{top:50%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 1201px){.suggest-form{gap:20px}}.suggest-form__header{display:flex;flex-direction:column;gap:10px}@media(min-width: 501px){.suggest-form__header{gap:25px}}@media(min-width: 541px){.suggest-form__header{display:grid;grid-template-columns:1fr 1fr}}.suggest-form__title{position:relative;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:21px;margin-bottom:10px;color:#555;cursor:pointer}@media(min-width: 1101px){.suggest-form__title{font-size:16px;line-height:24px}}.suggest-form__title span{color:#d2232a}.suggest-form__input{height:50px;padding:10px 15px;border-radius:10px;border:1px solid #ddd;font-size:14px;line-height:30px;color:#333;transition:border-color .3s ease-in-out}.suggest-form__input:hover,.suggest-form__input:focus{border-color:#999;transition:border-color .3s ease-in-out}@media(min-width: 541px){.suggest-form__input{height:60px;padding:12px 24px}}@media(min-width: 1101px){.suggest-form__input{font-size:16px;line-height:36px}}.suggest-form__message{height:150px;padding:12px;border-radius:15px;border-color:#ddd;resize:none;font-size:14px;line-height:21px}@media(min-width: 541px){.suggest-form__message{height:185px;margin-bottom:10px}}@media(min-width: 1101px){.suggest-form__message{font-size:16px;line-height:36px}}.suggest-form .counter-text{position:absolute;right:15px;bottom:15px;color:#555;cursor:auto;cursor:initial}.suggest-form .counter-text__current,.suggest-form .counter-text__total{color:#555}.suggest-form__image-load{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:19px 0 9px;margin-bottom:40px;border-radius:12px;text-align:center;background-color:#f6f6f6}@media(min-width: 541px){.suggest-form__image-load{width:48%;max-width:432px}}.suggest-form__preload-list{display:none;flex-direction:column;gap:5px;width:70%;height:auto}@media(min-width: 1441px){.suggest-form__preload-list{margin-top:-30px;margin-bottom:20px}}.suggest-form__preload-item{display:flex;align-items:center;gap:25px}.suggest-form .remove-button{position:relative;width:16px;height:2px;background-color:#d2232a;border:none;rotate:45deg;cursor:pointer}.suggest-form .remove-button::after{content:"";position:absolute;width:16px;height:2px;background-color:#d2232a;top:50%;left:50%;transform:translate(-50%, -50%) rotate(-90deg)}.suggest-form__load-text{position:relative}.suggest-form__load-text::before{content:"";position:absolute;top:50%;left:-30px;transform:translateY(-50%);width:20px;height:20px;background-image:url(../fonts/document-load.svg);background-repeat:no-repeat;background-size:cover}.suggest-form__load{width:0px;height:0px;opacity:0}.suggest-form__code{display:flex;align-items:center;gap:20px}.suggest-form__input--code{width:48%;max-width:246px}@media(min-width: 541px){.suggest-form__input--code{max-width:432px}}.suggest-form__image--code{display:block;max-width:110px;width:100%;height:50px;border-radius:12px;-o-object-fit:cover;object-fit:cover;outline:3px solid gold}@media(min-width: 541px){.suggest-form__image--code{max-width:133px;height:60px}}.suggest-form__title--policy{display:inline-block;gap:5px;color:#999}@media(min-width: 410px){.suggest-form__title--policy{display:flex;flex-direction:row;align-items:center;width:-moz-max-content;width:max-content}}@media(min-width: 801px){.suggest-form__title--policy{margin-bottom:20px}}@media(min-width: 1101px){.suggest-form__title--policy{margin-bottom:30px}}.suggest-form__checkbox{position:relative;top:-1px;width:16px;height:16px;margin-right:5px;background-color:#fff;border:1px solid #d0d0d0;border-radius:3px;transition:box-shadow .3s ease-in-out}.suggest-form__checkbox:hover{box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 2px #38a7ff;transition:box-shadow .3s ease-in-out}.suggest-form__checkbox:checked{background-image:url(../fonts/checkbox_mark.svg);background-repeat:no-repeat;background-position:center;background-size:cover}@media(min-width: 541px){.suggest-form__checkbox{width:20px;height:20px}}.suggest-form__link{transition:color .3s ease-in-out}.suggest-form__link:hover{color:#d2232a;transition:color .3s ease-in-out}.suggest-form__button{padding:18px 10px;border-radius:15px;background-color:#d2232a;font-size:20px;color:#fff;cursor:pointer;transition:background-color .3s ease-in-out}.suggest-form__button:hover{background-color:#e5001c;transition:background-color .3s ease-in-out}@media(min-width: 541px){.suggest-form__button{align-self:flex-start;width:150px;padding:18px}}.float_box{width:60px;position:fixed;right:0;bottom:90px;z-index:100}@media(max-width: 540px){.float_box{top:auto;bottom:0;transform:translateY(0);border-radius:0}}@media(max-width: 540px){.float_box dl{padding:6px 0}}@media(max-width: 540px){.float_box .dl dt img{width:30px}}.float_box .float_item{display:block;width:60px;border-bottom:1px solid #f5f5f5;background:#fff;padding:8px 0;text-align:center;position:relative;transition:all .5s;clear:both;float:right}.float_box .float_item:nth-child(1){border-top-left-radius:12px}.float_box .float_item:last-child{border-bottom:none;border-bottom-left-radius:12px}.float_box .float_item:hover .f-14{color:#000}.float_box .float_item:hover .iconfont{color:#e00000}.float_box .float_item:hover .img img{margin-top:-100%}.float_box .float_item:hover .img path{stroke:#ec3748}.float_box .float_item:hover .float_ewm,.float_box .float_item:hover .float_tel{opacity:1;visibility:visible;right:90px}.float_box .float_item:hover .jmrx_box{opacity:1;visibility:visible}.float_box .float_item .float_tel{width:240px;line-height:1.6;text-align:left}.float_box .float_item .float_tel span{font-size:20px;padding-left:23px}.float_box .float_item .float_tel img{margin-right:5px;width:15px;vertical-align:-2px}.float_box .float_item .float_tel_cell{padding:8px 0}.float_box .iconfont{font-size:24px}.float_box .img{width:30px;height:30px;margin:0 auto;overflow:hidden}.float_box .img img{height:60px}.float_box .mt5{margin-top:4px;font-size:12px;line-height:1.2}.float_box .float_ewm,.float_box .float_tel{background:#fff;padding:12px;position:absolute;right:130px;margin-left:0;bottom:auto;top:50%;transform:translateY(-50%);opacity:0;visibility:hidden;box-shadow:0px 0px 12px rgba(153,153,153,.3);border-radius:8px;transition:all .5s}.float_box .float_ewm::after,.float_box .float_tel::after{width:0;height:0;content:"";position:absolute;border:none;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid #fff;bottom:auto;left:auto;margin-left:0;right:-6px;top:50%;margin-top:-6px}.float_box .float_ewm{width:120px;padding:10px 5px}.float_box .gotop{width:55px;height:55px;margin:20px auto 0;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s;border-radius:100%;background:#e00000;display:flex;align-items:center;justify-content:center}.float_box .gotop img{width:34px;height:34px}.float_box .gotop.active{opacity:1;visibility:visible}@media(max-width: 540px){.float_box .gotop{width:40px;height:40px;line-height:40px}}.float_box .float_block{border-radius:12px;box-shadow:0 0 20px rgba(153,153,153,.6);height:144.17px}.about-page-wrapper{background-color:#f9f9f9}.about-container{padding:30px 0}@media(min-width: 541px){.about-container{padding:40px 0 50px}}@media(min-width: 1201px){.about-container{padding:40px 0 140px}}.about{display:flex;flex-direction:column}@media(min-width: 921px){.about{flex-direction:row;gap:30px}}.about__info{margin-bottom:30px}@media(min-width: 921px){.about__info{width:42.5%;margin-bottom:0}}.about__title{position:relative;color:#333;line-height:19px;font-weight:700;padding-bottom:20px}.about__title::after{content:"";position:absolute;bottom:0;left:0;width:50px;height:5px;background-color:#d2232a}@media(min-width: 541px){.about__title{line-height:29px}}@media(min-width: 1441px){.about__title{line-height:50px}}.about__history{max-height:250px;overflow-y:auto;line-height:25px}.about__history::-webkit-scrollbar{width:4px;height:4px}.about__history::-webkit-scrollbar-thumb{width:4px;background-color:#999;height:50px;-webkit-border-radius:4px;margin-right:10px}.about__history::-webkit-scrollbar-track{background-color:#f8f8f8;-webkit-border-radius:0}@media(min-width: 541px){.about__history{line-height:29px}}.about__video-container{position:relative;width:100%;border-radius:20px;overflow:hidden}@media(min-width: 921px){.about__video-container{align-self:flex-start;width:50%;margin-right:4.3%}}.about__video{display:block;width:100%;-o-object-fit:contain;object-fit:contain;overflow-clip-margin:content-box;overflow:clip}.about__video-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../assets/about-video-preview.jpg?v=48a5069b7e1cd7ea24d4);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:99}.about__video-button{position:absolute;left:0;top:0;width:100%;height:100%;border:none;background:rgba(0,0,0,.2) url(../assets/about-video-play-button.png?v=a22041d19dfcbaaa56d9) no-repeat center;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.data{padding:30px 0;border-radius:12px;background-color:#fff}@media(min-width: 501px){.data{border-radius:20px}}@media(min-width: 1201px){.data{padding:60px 0}}.data__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;text-align:center}@media(min-width: 681px){.data__list{grid-template-columns:repeat(4, 1fr)}}.data__image-container{display:flex;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto;border-radius:15px;background:#f9f9f9}@media(min-width: 541px){.data__image-container{width:75px;height:75px}}.data__item:nth-child(1),.data__item:nth-child(3){border-right:1px solid #eee}@media(min-width: 681px){.data__item:not(:last-child){border-right:1px solid #eee}}.data__image{width:30px;height:30px;max-width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 541px){.data__image{width:40px;height:40px}}.data__counter{font-weight:700;line-height:14px;color:#333}@media(min-width: 501px){.data__counter{line-height:20px}}@media(min-width: 801px){.data__counter{line-height:24px}}@media(min-width: 1101px){.data__counter{line-height:30px}}@media(min-width: 1441px){.data__counter{line-height:48px}}.data__title{line-height:21px}@media(min-width: 501px){.data__title{line-height:24px}}@media(min-width: 1101px){.data__title{line-height:27px}}.forward{background-size:cover;background-color:rgba(249,249,249,.9764705882);position:relative;padding:30px 20px !important;border-radius:15px;margin-bottom:50px}@media(min-width: 541px){.forward{padding:50px 20px !important}}@media(min-width: 801px){.forward{margin-bottom:100px}}@media(min-width: 921px){.forward{padding:90px 20px !important}}@media(min-width: 1101px){.forward{margin-top:100px;margin-bottom:150px}}@media(min-width: 1201px){.forward{padding:90px 0px !important;margin:100px 60px 150px !important}}@media(min-width: 1441px){.forward{margin:100px auto 190px !important}}.forward__bg{position:absolute;left:0;top:0;z-index:0}.forward__title{position:relative;line-height:24px;font-weight:700;padding-bottom:10px;z-index:100;text-align:center}@media(min-width: 541px){.forward__title{padding-bottom:20px;line-height:36px}}@media(min-width: 1441px){.forward__title{line-height:63px}}.forward__title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#d2232a}@media(min-width: 540px){.forward__title::after{height:5px}}.forward .forward-button-prev,.forward .forward-button-next{display:none}.forward .forward-slider{position:relative;overflow:hidden;background:#fff url(../assets/forward-list-bg.png?v=143ba94d7dc445f51b6a) repeat-x 0 0;border-radius:15px;padding:30px 14px !important}@media(min-width: 641px){.forward .forward-slider{padding:30px !important}}@media(min-width: 921px){.forward .forward-slider{padding:60px 20px !important}}@media(min-width: 1201px){.forward .forward-slider{margin:200px 60px 0 !important;padding:60px 80px !important}}@media(min-width: 1441px){.forward .forward-slider{margin:250px 40px 0 !important}}@media(min-width: 1601px){.forward .forward-slider{margin:250px 160px 0 !important}}.forward .forward-slider.no-swiper .forward__list{display:flex;justify-content:space-between}@media(max-width: 980px){.forward .forward-slider.no-swiper .forward__list{flex-direction:column;gap:30px}}.forward .forward-slider.no-swiper .forward__item{width:100%}@media(min-width: 980px){.forward .forward-slider.no-swiper .forward__item{max-width:280px}}@media(max-width: 980px){.forward .forward-slider.no-swiper .forward__header{padding-bottom:18px !important}}@media(max-width: 541px){.forward__list{display:flex;flex-direction:column;gap:20px}}.forward__item{display:flex;flex-direction:column}@media(min-width: 541px){.forward__item{width:33%}}.forward__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #ddd}@media(min-width: 921px){.forward__header{padding-bottom:45px}}.forward__subtitle{color:#333;line-height:33px}@media(min-width: 801px){.forward__subtitle{line-height:36px}}@media(min-width: 1101px){.forward__subtitle{line-height:48px}}.forward__img{justify-self:flex-end;display:flex;align-items:center;width:30px;height:auto}.forward__img img{max-width:100%;-o-object-fit:cover;object-fit:cover;height:auto}@media(min-width: 921px){.forward__img{width:auto;height:50px}}.forward__text{line-height:25px}@media(min-width: 541px){.forward__text{line-height:29px}}@media(min-width: 1441px){.forward__text{line-height:36px}}@media(min-width: 541px){.forward-button-next,.forward-button-prev{position:absolute;bottom:2%;transform:translateY(2%);z-index:99;width:30px;height:30px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-size:12px;transition:background-color .2s ease-in-out;cursor:pointer}}.forward-button-next:hover,.forward-button-prev:hover{background-color:#d2232a;transition:background-color .2s ease-in-out}@media(min-width: 921px){.forward-button-next,.forward-button-prev{width:40px;height:40px;background-size:20px;bottom:3%;transform:translateY(3%)}}.forward-button-prev{left:44%;background-position:46% center;transform:translateX(-45%);background-image:url(../fonts/news-arr-prev.svg)}.forward-button-prev:hover{background-image:url(../fonts/news-arr-prev-hover-white.svg)}@media(min-width: 641px){.forward-button-prev{left:45%}}@media(min-width: 1441px){.forward-button-prev{left:46%}}.forward-button-next{right:44%;background-position:54% center;transform:translateX(-45%);background-image:url(../fonts/news-arr-next.svg)}.forward-button-next:hover{background-image:url(../fonts/news-arr-next-hover-white.svg)}@media(min-width: 641px){.forward-button-next{right:45%}}@media(min-width: 1441px){.forward-button-next{right:46%}}.qualify{padding:0 14px 30px;border-bottom:1px solid #e0e0e0;margin-top:50px}@media(min-width: 641px){.qualify{padding:0 20px 75px}}@media(min-width: 1101px){.qualify{margin-top:75px}}@media(min-width: 1201px){.qualify{margin:75px 60px 0 60px !important;padding:0 0 75px 0 !important}}@media(min-width: 1441px){.qualify{margin:75px auto 0 !important}}.qualify-slider{position:relative;overflow:hidden}.qualify-slider .swiper-pagination-bullets{text-align:center}@media(min-width: 1201px){.qualify-slider .swiper-pagination-bullets{padding-top:50px}}.qualify-slider .swiper-pagination-bullet{background-color:#e0e0e1}.qualify-slide{cursor:pointer}.qualify-slide:hover .qualify-slide__img-mask{opacity:1;visibility:visible;transition:all .3s}.qualify-slide__img{position:relative;display:flex;justify-content:center;align-items:center;border-radius:20px;overflow:hidden;background-color:#fff}.qualify-slide__img-mask{position:absolute;left:0;top:0;display:block;width:100%;height:100%;background:rgba(131,131,131,.5);opacity:0;visibility:hidden;transition:all .3s}.qualify-slide__img-mask::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:65px;height:65px;border-radius:100%;background:#fff}.qualify-slide__img-mask::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:22px;height:22px;background:url(../assets/search.png?v=46d871b1e19cbf60e1bf) no-repeat center}.qualify-slide__nomination{text-align:center;line-height:21px}@media(min-width: 501px){.qualify-slide__nomination{line-height:24px}}@media(min-width: 1101px){.qualify-slide__nomination{line-height:27px}}.fancybox__backdrop{background-color:rgba(0,0,0,.8)}.is-right .f-button{top:6px;right:6px;width:40px;height:40px;background-color:#000;border-radius:50%}.is-right .f-button:hover{background-color:#111;transition:background-color .2s ease}.fancybox__infobar{display:none}.is-prev,.is-next{width:43px;height:58px;opacity:.5;border-radius:4px;background-color:#222 !important;transition:background-color .2s ease, opacity .2s ease}.is-prev svg,.is-next svg{width:40px;height:55px}.is-prev:hover,.is-next:hover{opacity:1;transition:background-color .2s ease, opacity .2s ease}.achievement{background:url(../assets/achievement-bg.jpg?v=d3017b650c03c7cd1326) no-repeat center;background-color:#f9f9f9;background-size:cover;padding:30px 0 50px}@media(min-width: 921px){.achievement{padding:75px 0 165px}}@media((min-width: 1201px) and (max-width: 1440px)){.achievement__wrapper{margin:0 60px !important}}.achievement__title{position:relative;color:#333;line-height:19px;font-weight:700;padding-bottom:10px}.achievement__title::after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:#d2232a}@media(min-width: 541px){.achievement__title::after{height:5px}}@media(min-width: 541px){.achievement__title{line-height:29px;padding-bottom:20px}}@media(min-width: 1441px){.achievement__title{line-height:50px}}.achievement__subtitle{line-height:21px}@media(min-width: 501px){.achievement__subtitle{line-height:24px}}@media(min-width: 801px){.achievement__subtitle{line-height:27px}}@media(min-width: 1441px){.achievement__subtitle{line-height:33px}}.achievement__list{position:relative;display:flex;flex-direction:column;gap:15px;max-height:320px;overflow-y:auto;line-height:25px;padding-right:10px}.achievement__list::-webkit-scrollbar{width:5px;height:4px}.achievement__list::-webkit-scrollbar-thumb{width:4px;background-color:#d2232a;height:60px;-webkit-border-radius:4px;margin-right:10px}.achievement__list::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);-webkit-border-radius:0}@media(min-width: 541px){.achievement__list{line-height:29px}}@media(min-width: 921px){.achievement__list{padding-right:50px;width:80%}}@media(min-width: 1201px){.achievement__list{width:55%}}.achievement__item{display:flex;align-items:flex-start;gap:20px}.achievement__item:not(:last-child) .achievement__text::after{content:"";position:absolute;top:7px;left:10.5px;bottom:-33px;width:1px;background-color:#999;opacity:.3}.achievement__item:hover .achievement__year{background-color:#d2232a;color:#fff;border:1px solid #d2232a;transition:all .3s ease}.achievement__year{position:relative;height:33px;padding:0 22px;line-height:33px;text-align:center;border-radius:12px;border:1px solid #ddd;background:#fff;transition:all .3s ease}.achievement__text{position:relative;padding-left:40px;line-height:21px}.achievement__text::before{content:"";position:absolute;left:0px;top:7px;z-index:2;width:22px;height:22px;border:7px solid #fff;border-radius:100%;background:#d2232a}@media(min-width: 501px){.achievement__text{line-height:24px}}@media(min-width: 1101px){.achievement__text{line-height:27px}}.inbanner>img{width:100%}.inbanner{position:relative}.inbanner.dark-filter::after{width:100%;height:100%;background:rgba(0,0,0,.3);content:"";position:absolute;left:0;top:0;z-index:1}.inbanner .ban_txt{width:100%;left:0;top:50%;transform:translateY(-50%);z-index:10}@media(max-width: 640px){.inbanner .ban_txt{transform:translateY(0);top:26%}}.inbanner #content{position:absolute;left:0;bottom:100px;z-index:-1}@media(max-width: 640px){.inbanner{height:245px;overflow:hidden}}@media(max-width: 640px){.inbanner img{max-width:none;max-height:200px;width:auto;position:absolute;top:0;left:50%;transform:translateX(-50%)}}.inbanner__black .crumbs a,.inbanner__black .breadcrumbs span{color:#64656a !important}.inbanner__black .ban_txt h1{color:#333}.inbanner__black .ban_txt .subtitle{color:#64656a}.inbanner__black a{background-image:url(../assets/arr5.png?v=e86e712a74cdc7bf0351) !important}@media(max-width: 640px){.single-product .inbanner{height:-moz-max-content;height:max-content}}.single-product .pa{position:sticky}@media(max-width: 1200px){.single-product .mt100{margin-top:56px}}.crumbs{position:absolute;left:0;top:0;z-index:10;width:100%;padding:30px 0}@media(max-width: 1200px){.crumbs{padding:15px 0}}@media(max-width: 640px){.crumbs{top:auto !important;bottom:0;height:auto;line-height:1.8;padding:12px 0;background:#f5f5f5;font-size:14px;margin-top:0}}@media(max-width: 640px){.crumbs .wrap{white-space:normal;text-overflow:clip}}.crumbs a{display:inline-block;padding-right:15px;background:url(../assets/arr5.png?v=e86e712a74cdc7bf0351) no-repeat right center;margin-right:4px;color:#64656a;transition:all .3s ease-in-out}.crumbs a:hover{color:#e00000 !important;transition:all .3s ease-in-out}.crumbs span{color:#64656a}@media(max-width: 640px){.crumbs span{color:#1d3989}}.crumbs_white .crumbs a,.crumbs_white .crumbs span{color:#fff}@media(max-width: 640px){.crumbs_white .crumbs a,.crumbs_white .crumbs span{color:#333}}.crumbs_white .crumbs a{background-image:url(../assets/arr11.png?v=1f32973f47ec20339bcb)}@media(max-width: 640px){.crumbs_white .crumbs a{background-image:url(../assets/arr5.png?v=e86e712a74cdc7bf0351)}}.menu_box{height:80px;line-height:80px;background:#fff;border-bottom:1px solid #eee}@media(max-width: 540px){.menu_box{height:50px;line-height:50px}}.menu_con{display:flex;align-items:center;gap:40px;overflow-x:scroll;scrollbar-width:none}.menu_con::-webkit-scrollbar{display:none}@media(max-width: 1200px){.menu_con{gap:20px}}.menu_con a{display:inline-block;font-size:16px;color:#64656a;position:relative;white-space:nowrap}@media(max-width: 540px){.menu_con a{font-size:14px}}.menu_con a:after{width:100%;border-bottom:3px solid #d42c32;content:"";position:absolute;left:50%;bottom:0;margin-left:-50%;transition:all .3s;transform:scale(0)}.menu_con a:hover:after,.menu_con a.active:after{transform:scale(1);color:#333;transition:all .3s}.history__title{position:relative;line-height:24px;font-weight:700;padding-bottom:10px;color:#333;text-align:center}@media(min-width: 541px){.history__title{padding-bottom:20px;line-height:36px}}@media(min-width: 1441px){.history__title{line-height:63px}}.history__title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#d2232a}@media(min-width: 540px){.history__title::after{height:5px}}.history__subtitle{text-align:center;line-height:21px}@media(min-width: 501px){.history__subtitle{line-height:24px}}@media(min-width: 801px){.history__subtitle{line-height:27px}}@media(min-width: 1441px){.history__subtitle{line-height:33px}}.history__top{position:relative}@media(min-width: 1201px){.history__top{padding:0 6% !important}}@media((min-width: 1201px) and (max-width: 1440px)){.history__top{margin:65px 60px 0 !important}}@media(min-width: 1201px){.history .history-button-prev,.history .history-button-next{position:absolute;top:50%;z-index:99;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;border:1px solid #b9b9b9;background-color:#f9f9f9;background-repeat:no-repeat;background-position:center;background-size:30px;cursor:pointer}}.history .history-button-prev{left:0;background-image:url(../fonts/news-arr-prev.svg);transition:background-color .2s ease-in-out}.history .history-button-prev:hover{background-color:#fff;transition:background-color .2s ease-in-out}.history .history-button-next{right:0;background-image:url(../fonts/news-arr-next.svg);transition:background-color .2s ease-in-out}.history .history-button-next:hover{background-color:#fff;transition:background-color .2s ease-in-out}.history-slider{position:relative;overflow:hidden}.history-slider__slide{position:relative}.history-slider__img-container{width:100%;border-radius:12px 12px 0 0;overflow:hidden}@media(min-width: 501px){.history-slider__img-container{border-radius:20px 20px 0 0}}@media(min-width: 541px){.history-slider__img-container{width:71.7%;border-radius:20px}}.history-slider__text{padding:20px;border-radius:0 0 12px 12px;background-color:#fff}@media(min-width: 501px){.history-slider__text{border-radius:0 0 12px 12px}}@media(min-width: 541px){.history-slider__text{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;flex-direction:column;justify-content:center;width:45%;height:80%;border-radius:20px}}@media(min-width: 669px){.history-slider__text{padding:30px}}@media(min-width: 1201px){.history-slider__text{width:32.5%;padding:40px}}.history-slider__year{position:relative;line-height:14px;font-weight:700;padding-bottom:20px;text-align:left}@media(min-width: 541px){.history-slider__year{line-height:20px}}@media(min-width: 801px){.history-slider__year{line-height:24px}}@media(min-width: 1101px){.history-slider__year{line-height:30px}}@media(min-width: 1441px){.history-slider__year{line-height:48px}}.history-slider__year::after{content:"";position:absolute;bottom:0;left:0;width:50px;height:5px;background-color:#d2232a}.history-slider__title{font-weight:400;line-height:24.5px}@media(min-width: 541px){.history-slider__title{line-height:28px}}@media((min-width: 541px) and (max-width: 668px)){.history-slider__title{margin-top:10px !important;font-size:13px !important;line-height:20px}.history-slider__title br{display:none}}@media(min-width: 1101px){.history-slider__title{line-height:31.5px}}.thumbs-slider{position:relative;overflow:hidden;padding-bottom:20px}.thumbs-slider__thumb{position:relative;padding-bottom:24px;line-height:18px;text-align:center;cursor:pointer}.thumbs-slider__thumb::before{content:"";position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);z-index:2;width:20px;height:20px;border-radius:100%;background:#f9f9f9;border:3px solid #b9b9b9;transition:border-color .1s ease, background-color .1s ease}.thumbs-slider__thumb::after{content:"";position:absolute;left:0;bottom:0;z-index:1;width:100%;border-top:1px dashed #d8d8d8}@media(min-width: 541px){.thumbs-slider__thumb{line-height:24px}}@media(min-width: 801px){.thumbs-slider__thumb{line-height:27px}}@media(min-width: 1441px){.thumbs-slider__thumb{line-height:36px}}.thumbs-slider .swiper-slide-thumb-active .thumbs-slider__thumb{color:#d2232a}.thumbs-slider .swiper-slide-thumb-active .thumbs-slider__thumb::before{background-color:#d2232a;border-color:#d2232a;transition:border-color .1s ease, background-color .1s ease}.map{position:relative;padding:30px 0;overflow:hidden;background:#f9f9f9 url(../assets/map_bg.jpg?v=f17ba9a5881e4102beff) no-repeat top center;background-size:cover}@media(min-width: 541px){.map{padding:70px 0 15px 0}}@media(min-width: 840px){.map{background-size:100%}}.map::before{position:absolute;left:0;top:0;content:"";z-index:1;width:100%;height:100%;background:rgba(0,0,0,.4)}@media(min-width: 541px){.map::before{display:none}}@media(max-width: 540px){.map__wrapper{position:relative;z-index:10}}.map__title{position:relative;line-height:24px;font-weight:700;padding-bottom:10px;text-align:center}@media(min-width: 541px){.map__title{padding-bottom:20px;line-height:36px}}@media(min-width: 1441px){.map__title{line-height:63px}}.map__title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#d2232a}@media(min-width: 540px){.map__title::after{height:5px}}.map__subtitle{text-align:center;line-height:21px}@media(min-width: 501px){.map__subtitle{line-height:24px}}@media(min-width: 801px){.map__subtitle{line-height:27px}}@media(min-width: 1441px){.map__subtitle{line-height:33px}}.map__amount{display:flex;flex-direction:column;justify-content:center;align-items:center}.map__count{position:relative;line-height:20px}.map__count::after{content:"";position:absolute;top:10%;right:-10px;width:9px;height:9px;background:url(../assets/map-plus.png?v=bb5d31507f8c95fe4350) no-repeat center;background-size:9px}@media(min-width: 541px){.map__count::after{right:-12px;width:11px;height:11px;background-size:11x}}@media(min-width: 801px){.map__count::after{right:-15px;width:14px;height:14px;background-size:14px}}@media(min-width: 1101px){.map__count::after{right:-18px;width:17px;height:17px;background-size:17px}}@media(min-width: 501px){.map__count{line-height:30px}}@media(min-width: 801px){.map__count{line-height:40px}}@media(min-width: 1101px){.map__count{line-height:60px}}.map__text{line-height:21px}@media(min-width: 501px){.map__text{line-height:24px}}@media(min-width: 1101px){.map__text{line-height:27px}}.map__global{position:relative}.map__img{border-radius:12px;margin-bottom:20px}@media(min-width: 541px){.map__img{border-radius:20px}}@media(min-width: 1101px){.map__img{margin-bottom:0}}.map__list{display:flex;flex-direction:column;gap:5px}@media(min-width: 840px){.map__list{position:absolute;width:28%;left:30px;bottom:30px}}.map__item{line-height:21px}@media(min-width: 840px){.map__item{line-height:24px;color:#333}}.map__branch-title{display:inline-block}.map-dot{position:absolute;width:25px;height:25px;border-radius:50%;background-color:#fff;z-index:3}@media(max-width: 576px){.map-dot{width:12px;height:12px}}.map-dot::before{content:"";position:absolute;top:50%;left:50%;z-index:3;transform:translate(-50%, -50%);display:block;width:7px;height:7px;border-radius:50%;background:#cd0b13;cursor:pointer;transition:background .3s ease-in}@media(max-width: 576px){.map-dot::before{width:4px;height:4px}}.map-dot:hover.active{z-index:10}.map-dot:hover.active::before{top:-35px;left:50%;transform:translateX(-50%);width:50px;height:50px;background:url(../assets/dot.png?v=5161e79cdfeef0bebc89) no-repeat center;transition:none;border:none}@media(max-width: 576px){.map-dot:hover.active::before{background-size:30px 30px;width:30px;height:30px;top:-25px}}.map-dot:hover.active::after{content:"";position:absolute;left:-58px;top:-58px;z-index:1;width:140px;height:140px;border-radius:50%;background:rgba(205,11,19,.8);animation:ripple 1.5s ease-in-out 0s normal none infinite running;opacity:0}@media(max-width: 576px){.map-dot:hover.active::after{width:40px;height:40px;left:-14px;top:-14px}}.map-dot:hover .map-dot__animation::before{width:86px;height:86px;margin-left:-11px;margin-top:-11px;background:rgba(205,11,19,.6);animation-name:ripple}@media(max-width: 576px){.map-dot:hover .map-dot__animation::before{width:30px;height:30px;margin:0;left:0;top:0}}.map-dot:hover .map-dot__info{left:70px;opacity:1;visibility:visible;transition:all .3s}.map-dot__animation{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1;display:block;width:64px;height:64px;font-size:16px;line-height:30px;color:#fff;text-align:center;cursor:pointer}@media(max-width: 576px){.map-dot__animation{width:30px;height:30px}}.map-dot__animation::before{content:"";position:absolute;left:0;top:0;z-index:2;display:block;width:65px;height:65px;border-radius:50%;background:rgba(205,11,19,.1);animation:twinkling 1.5s ease-in-out 0s infinite running;opacity:0}@media(max-width: 576px){.map-dot__animation::before{width:20px;height:20px;left:5px;top:5px}}.map-dot__info{position:absolute;left:120px;top:-30px;display:block;width:305px;padding:30px;box-shadow:0 0 20px rgba(51,51,51,.3);opacity:0;visibility:hidden;transition:all .3s}@media(max-width: 768px){.map-dot__info{display:none}}.map-dot__info::before{content:"";position:absolute;top:30px;left:-8px;width:0;height:0;border-top:11px solid rgba(0,0,0,0);border-bottom:11px solid rgba(0,0,0,0);border-right:8px solid #fff}@keyframes twinkling{0%{opacity:0;transform:scale(0.8)}50%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}@keyframes ripple{0%{opacity:0;transform:scale(0.1)}5%{opacity:1}100%{opacity:0;transform:scale(1)}}.service-authentication .crumbs{position:static}@media(min-width: 921px){.authentication{padding:90px 20px !important;background:url(../assets/authentication_bg.jpg?v=09ee2841aff7a15df83e) no-repeat center;background-size:cover}}@media(min-width: 1201px){.authentication{padding:90px !important}}@media(min-width: 1441px){.authentication{width:1360px}}@media(min-width: 1660px){.authentication{width:1600px}}.authentication__wrapper{padding:30px;margin:0 auto;max-width:1000px}@media(min-width: 921px){.authentication__wrapper{padding:50px 12%}}.authentication__header{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 6%;margin:0 auto;text-align:center;cursor:pointer;overflow:hidden;border-bottom:1px solid #ddd}.authentication__img-container{display:flex;justify-content:center;align-items:center;width:60px;height:60px;padding:12px;margin:0 auto;border-radius:50%;border:2px solid #333;background-color:#333}@media(min-width: 541px){.authentication__img-container{width:100px;height:100px}}.authentication__img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}@media(min-width: 541px){.authentication__img{width:52px;height:36px}}.authentication__title{padding-bottom:15px;border-bottom:3px solid #d2232a;color:#333;line-height:21px}.authentication__title br{display:none}@media(min-width: 541px){.authentication__title br{display:inline;display:initial}}@media(min-width: 541px){.authentication__title{width:50%;padding-bottom:40px}}@media(min-width: 1101px){.authentication__title{line-height:27px}}.authentication-form{position:relative;display:flex;flex-direction:column}.authentication-form .form-success-message{top:15%;left:50%;transform:translate(-50%, -50%)}.authentication-form .g-recaptcha{transform-origin:0 0;-webkit-transform-origin:0 0}@media(max-width: 420px){.authentication-form .g-recaptcha{transform:scale(0.95);-webkit-transform:scale(0.95)}}@media(max-width: 374px){.authentication-form .g-recaptcha{transform:scale(0.75);-webkit-transform:scale(0.75)}}.authentication-form__title{color:#333;line-height:21px}@media(min-width: 1101px){.authentication-form__title{line-height:24px}}.authentication-form__title span{color:#d2232a}.authentication-form__input{width:100%;height:50px;padding:12px 24px;margin-top:10px;border-radius:12px;border:1px solid #ddd;transition:border-color .3s ease-in-out}.authentication-form__input:hover,.authentication-form__input:focus{border-color:#999;transition:border-color .3s ease-in-out}@media(min-width: 921px){.authentication-form__input{height:60px;border-radius:20px}}.authentication-form__more{position:relative;margin-bottom:15px;cursor:pointer}.authentication-form__more:hover .authentication-modal{opacity:1;visibility:visible}.authentication-form__link{display:block;min-height:1.5em;padding-left:25px;padding-top:3px;line-height:21px;background:url(../assets/authentication-more.png?v=a1a005ea4ca1aa16d0df) no-repeat left center;-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s ease-in-out}.authentication-form__link:hover{color:#d2232a;transition:color .3s ease-in-out}.authentication-form__check{display:grid;grid-template-columns:1fr 133px;grid-gap:20px;gap:20px;justify-content:center;align-items:center}.authentication-form__verify{height:50px;margin-top:10px;overflow:hidden;border-radius:20px}@media(min-width: 921px){.authentication-form__verify{height:60px}}.authentication-form__check-img{align-self:center}.authentication-form__button{width:100%;height:50px;margin-top:20px;font-size:14px;line-height:21px;border-radius:12px;background-color:#d2232a;color:#fff;cursor:pointer;transition:backgroud-color .3s ease-in-out}.authentication-form__button:hover{background-color:#e00000;transition:backgroud-color .3s ease-in-out}@media(min-width: 641px){.authentication-form__button{align-self:flex-end;width:130px;height:60px;border-radius:20px}}@media(min-width: 1101px){.authentication-form__button{font-size:16px;line-height:24px}}@media(min-width: 1441px){.authentication-form__button{margin-top:30px}}@media(max-width: 1200px){.authentication-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:200;width:90%;min-height:60vh;max-height:80vh;padding:20px;overflow-y:auto;opacity:1;visibility:visible;font-size:14px;line-height:1.6;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:20px}}@media(max-width: 1200px)and (min-width: 641px){.authentication-modal{width:500px;padding:24px}}@media(min-width: 1201px){.authentication-modal{display:block;position:absolute;top:110%;left:0;z-index:200;width:400px;padding:24px;font-size:14px;line-height:1.6;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:20px;opacity:0;visibility:hidden;transition:all .3s}.authentication-modal::after{content:"";position:absolute;left:25px;top:-6px;width:0;height:0;border:none;border-bottom:6px solid #fff;border-right:6px solid rgba(0,0,0,0);border-left:6px solid rgba(0,0,0,0)}}.authentication-modal__text{line-height:22px}.authentication-modal__img{width:160px;height:auto;margin:10px auto}.authentication-close{display:none;position:fixed;left:50%;top:3vh;transform:translateX(-50%);z-index:200;width:40px;height:40px;padding:6px;background:#fff;border-radius:100%;cursor:pointer}.authentication-maskbg{display:none;position:fixed;left:0;top:0;z-index:199;width:100%;height:100%;background:rgba(0,0,0,.5)}.authentication-result{position:relative;max-width:600px;width:100%;background:#fff;border-radius:20px;padding:50px}@media(max-width: 500px){.authentication-result{padding:30px 20px}}@media(max-width: 374px){.authentication-result{padding:20px 10px}}.authentication-result__title{position:relative;text-align:center;font-weight:700;padding-bottom:20px}.authentication-result__title::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:50px;height:5px;background:#d2232a}.authentication-result__close{position:absolute;right:20px;top:20px;display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:100%;border:1px solid #dcdcdc;background:url(../assets/modal-result-close.png?v=4edd7a9280f602b6bb73) no-repeat center;cursor:pointer;transition:all .3s}@media(max-width: 767px){.authentication-result__close{right:0;top:-50px;width:35px;height:35px}}.authentication-result__close:hover{background-color:red;border:1px solid red}.authentication-result__success-title{display:flex;position:relative;padding:18px 20px;margin-bottom:25px;background:url(../assets/success-tit-bg.png?v=22cabc66956f023becc1) no-repeat center;background-size:cover;overflow:hidden;text-align:center;font-weight:700}.authentication-result__success-title img{width:38px;height:35px;margin-right:20px}.authentication-result__content{max-height:60vh;overflow-y:auto}.authentication-result__table{width:100%;border-collapse:collapse;border-spacing:0;empty-cells:show}.authentication-result__table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.authentication-result__table tr{display:table-row;vertical-align:inherit;border-color:inherit}.authentication-result__table tr:nth-child(2n) td{background:#f7f7f7}.authentication-result__table td{padding:15px;text-align:center;background:#f0f0f0;border:1px solid #fff}.authentication-result__error{text-align:center;padding:80px 0}.authentication-result__error img{width:100px;height:100px}.authentication-result__success,.authentication-result__error{display:none}.authentication-result__success.visible,.authentication-result__error.visible{display:block}.service-authentication .inbanner{margin-top:0}@media(max-width: 640px){.service-authentication .inbanner{height:auto !important}}.service-authentication .crumbs{height:auto;padding:30px 0;background:#f5f5f5;font-size:16px;margin-top:0}@media(max-width: 1100px){.service-authentication .crumbs{font-size:14px}}.service-authentication .crumbs.pa{position:sticky}.service-authentication .crumbs span,.service-authentication .crumbs a{color:#64656a !important}.service-authentication .crumbs a{background-image:url(../assets/arr11_grey.png?v=e86e712a74cdc7bf0351) !important}.service-authentication .bg_img,.service-authentication .ban_txt{display:none}.modal-serial{position:fixed;left:0;top:0;width:100%;height:100%;z-index:300;visibility:hidden;opacity:0;transition:all .3s}.modal-serial.open{visibility:visible;opacity:1}.modal-serial__bg{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.5)}.modal-serial__container{padding:30px 60px;max-width:1920px;width:100%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.modal-serial__container{padding:20px}}@media(max-width: 374px){.modal-serial__container{padding:30px 10px}}.about-news{position:relative;padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #dfdfe0}@media(min-width: 541px){.about-news{padding-bottom:60px;margin-bottom:60px}}.news-row{width:100%;position:relative;overflow:hidden}@media(min-width: 1441px){.news-row{width:1360px}}@media(min-width: 1660px){.news-row{width:1600px}}.news-row__slide{width:100%}.news-row__img-container{width:100%;border-radius:12px 12px 0 0;overflow:hidden}@media(min-width: 501px){.news-row__img-container{border-radius:20px 20px 0 0}}@media(min-width: 541px){.news-row__img-container{width:68.75%;border-radius:20px}}.news-row__text{padding:20px;border-radius:0 0 12px 12px;background-color:#fff}@media(min-width: 501px){.news-row__text{border-radius:0 0 12px 12px}}@media(min-width: 541px){.news-row__text{position:absolute;top:50%;right:0;transform:translateY(-50%);width:37.5%;height:80%;border-radius:20px}}@media(min-width: 541px){.news-row__text{padding:30px}}@media(min-width: 921px){.news-row__text{padding:40px}}@media(min-width: 1441px){.news-row__text{padding:60px}}.news-row__fresh{display:inline-block;height:30px;padding:0 15px;line-height:30px;background:#d2232a;border-radius:10px}.news-row__title{height:3em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;line-height:27px}@media((min-width: 541px) and (max-width: 680px)){.news-row__title{margin-top:10px !important;height:auto}}@media(min-width: 801px){.news-row__title{line-height:30px}}@media(min-width: 1441px){.news-row__title{line-height:42px}}.news-row__show-more{align-self:flex-start;display:flex;justify-content:center;align-items:center;width:120px;height:40px;line-height:38px;border:1px solid #ddd;cursor:pointer;transition:background-color .3s ease-in-out, color .3s ease-in-out}.news-row__show-more:hover{color:#fff;background-color:#e00000;transition:background-color .3s ease-in-out, color .3s ease-in-out}@media((min-width: 541px) and (max-width: 700px)){.news-row__show-more{margin-top:5px !important}}@media(min-width: 921px){.news-row__show-more{width:165px;height:55px;line-height:55px}}.news-row__buttons{position:absolute;width:100%;height:0px;top:18%;left:0;z-index:10}@media(min-width: 541px){.news-row__buttons{width:auto;height:auto;left:40px;top:50%;transform:translateY(-50%)}}.news-row-button-prev,.news-row-button-next{position:absolute;z-index:99;width:40px;height:40px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:17px;transition:background-color .2s ease-in-out;cursor:pointer}.news-row-button-prev:hover,.news-row-button-next:hover{background-color:#d2232a;transition:background-color .2s ease-in-out}@media(min-width: 541px){.news-row-button-prev,.news-row-button-next{position:static;margin:20px 0}}@media(min-width: 1201px){.news-row-button-prev,.news-row-button-next{width:60px;height:60px;background-size:24px}}.news-row-button-prev{left:5px;background-image:url(../fonts/news-arr-prev.svg)}.news-row-button-prev:hover{background-image:url(../fonts/news-arr-prev-hover-white.svg)}.news-row-button-next{right:5px;background-image:url(../fonts/news-arr-next.svg)}.news-row-button-next:hover{background-image:url(../fonts/news-arr-next-hover-white.svg)}.news-row-pagination{text-align:center}@media(min-width: 541px){.news-row-pagination{margin-top:30px}}@media(min-width: 1021px){.news-row-pagination{position:absolute;z-index:10;left:auto !important;right:60px !important;bottom:18% !important;width:30% !important;padding-top:15px;border-top:1px solid #eee;text-align:left;margin-top:0}}@media(min-width: 1201px){.news-row-pagination{padding-top:25px}}@media(min-width: 1441px){.news-row-pagination{padding-top:40px}}.news-row-pagination .swiper-pagination-bullet{background-color:#e0e0e1}.newsboard__list{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;min-height:100px}@media(min-width: 668px){.newsboard__list{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 801px){.newsboard__list{gap:30px}}@media(min-width: 1201px){.newsboard__list{min-height:300px;gap:40px}}@media(min-width: 1441px){.newsboard__list{gap:50px}}.newsboard__item{display:flex;flex-direction:column;background-color:#fff;border-radius:15px;overflow:hidden;transition:all .3s linear}.newsboard__item:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translate3d(0, -2px, 0)}.newsboard__link{height:auto}@media(min-width: 668px){.newsboard__link{height:180px}}@media(min-width: 801px){.newsboard__link{height:200px}}@media(min-width: 1201px){.newsboard__link{height:230px}}@media(min-width: 1441px){.newsboard__link{height:270px}}.newsboard__img{-o-object-fit:cover;object-fit:cover}.newsboard__text{display:flex;flex-direction:column;flex:1 0 auto;padding:20px;background-color:#fff;transition:color .3s ease-in-out;line-height:21px}@media(min-width: 668px){.newsboard__text{line-height:24px}}@media(min-width: 921px){.newsboard__text{padding:35px 35px 30px 35px}}@media(min-width: 1101px){.newsboard__text{line-height:27px}}.newsboard__title{color:#333;cursor:pointer}@media(max-width: 500px){.newsboard__title{font-size:14px !important}}@media(min-width: 668px){.newsboard__title{flex-grow:2}}.newsboard__title:hover{color:#e30127;transition:color .3s ease-in-out}@media(min-width: 1441px){.newsboard__title{line-height:36px}}.newsboard__show-more{cursor:pointer}.newsboard__show-more:hover{color:#e30127;transition:color .3s ease-in-out}.news-pagination{display:flex;justify-content:center;align-items:center;gap:10px;text-align:center;margin-top:30px}@media(min-width: 541px){.news-pagination{margin-top:50px;gap:15px}}@media(min-width: 541px){.news-pagination{margin-top:50px;gap:15px}}@media(min-width: 1201px){.news-pagination{margin-top:90px}}.news-pagination__list{display:flex;justify-content:center;gap:8px}@media(min-width: 541px){.news-pagination__list{gap:15px}}.news-pagination__link{display:block;width:32px;height:32px;line-height:30px;border-radius:5px;font-size:14px;color:#333;background-color:#fff;border:1px solid #e4e4e4;transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;cursor:pointer}@media(min-width: 1024px){.news-pagination__link:hover{color:#fff;background-color:#d2232a;border-color:#d2232a}}@media(min-width: 541px){.news-pagination__link{width:45px;height:45px;line-height:45px}}.news-pagination .current-pagination{color:#fff;background-color:#d2232a;border-color:#d2232a}.news-pagination .pagination-link--next,.news-pagination .pagination-link--prev{background:#fff url(../assets/pagination-next.png?v=07d43c08c209fb55dc3f) no-repeat center;transition:all .3s}@media(min-width: 1024px){.news-pagination .pagination-link--next:hover,.news-pagination .pagination-link--prev:hover{background-color:#d2232a;background-image:url(../assets/pagination-next-hover.png?v=31defd7884559009e6c7)}}.news-pagination .pagination-link--prev{transform:rotate(180deg)}.news-pagination__counter{line-height:45px;color:#999}.news-pagination__item{height:-moz-fit-content;height:fit-content}.news-page{padding:30px 1em 30px 1em}@media(min-width: 641px){.news-page{padding:30px}}@media(min-width: 1201px){.news-page{padding:60px 80px !important;margin:0 60px !important}}@media(min-width: 1441px){.news-page{margin:0 auto !important}}.news-page__back{padding-left:17px;background:url(../assets/back-arr.png?v=615838678e85b5ec105b) no-repeat left center;line-height:21px}@media(min-width: 1101px){.news-page__back{line-height:24px}}.news-page__title{font-weight:700;line-height:27px}@media(min-width: 501px){.news-page__title{line-height:30px}}@media(min-width: 1101px){.news-page__title{line-height:42px}}@media(min-width: 1281px){.news-page__title{line-height:36px}}@media(min-width: 1441px){.news-page__title{line-height:54px}}.news-page__date{padding-left:30px;background:url(../assets/news-page-time1.png?v=0d9abf1cb83979b0a985) no-repeat left center}.news-page__content{display:flex;flex-direction:column;row-gap:1.8em;color:#333}@media(min-width: 541px){.news-page__content{color:#999}}.news-page__text{line-height:24.5px}@media(min-width: 1101px){.news-page__text{line-height:28.8px}}.news-page__image img{display:block;max-width:100%;min-width:100%;margin:0 auto}.news-page__share{display:flex;align-items:center;gap:10px}.news-page__share-text{line-height:45px}.news-page__navigation{display:flex;flex-direction:column;padding-top:50px;border-top:1px solid #ddd}@media(min-width: 641px){.news-page__navigation{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}}.news-page__nav-title{margin-bottom:10px;line-height:21px}@media(min-width: 541px){.news-page__nav-title{line-height:24px}}@media(min-width: 641px){.news-page__nav-title{display:none}}.news-page__prev,.news-page__next{position:relative;display:block;width:100%;height:50px;margin-bottom:20px;padding:0 20px;border-radius:12px;background-color:#f5f5f5;font-size:16px;color:#666;line-height:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .3s ease-in-out}@media(min-width: 641px){.news-page__prev::after,.news-page__next::after{content:"";position:absolute;top:12px;width:45px;height:45px;border:1px solid #d1d1d1;border-radius:10px}}.news-page__prev:hover,.news-page__next:hover{color:#d2232a;transition:color .3s ease-in-out}@media(min-width: 641px){.news-page__prev,.news-page__next{width:43%;height:70px;padding:0 70px;margin-bottom:0;border-radius:20px;text-align:center;line-height:70px}}@media(min-width: 641px){.news-page__prev::after{left:15px;background:#fff url(../assets/page_left.png?v=740be483b264ff626b8c) no-repeat center}}@media(min-width: 641px){.news-page__next::after{right:15px;background:#fff url(../assets/page_right.png?v=07d43c08c209fb55dc3f) no-repeat center}}.news-page__news-list-link{display:block;width:50px;height:50px;order:1;margin:0 auto;border-radius:15px;border:2px solid #d2232a;background:url(../assets/news-page-news-list.png?v=43cd1cd117bbe1e82a07) no-repeat center;background-size:15px;overflow:hidden}@media(min-width: 641px){.news-page__news-list-link{order:initial;width:70px;height:70px}}@media(min-width: 1201px){.news-page__news-list-link{width:100px}}@media(min-width: 1441px){.news-page__news-list-link{width:125px}}.news-page__image{display:flex;flex-direction:column;gap:.9em;width:75%;margin:0 auto}@media(max-width: 568px){.news-page__image{gap:10px;width:100%}}.share-list{display:flex;gap:10px}.share-list__link{display:flex;justify-content:center;align-items:center;width:45px;height:45px;border:1px solid #333;background-color:#333;border-radius:50%;transition:backround-color .3s ease-in-out, border-color .3s ease-in-out;cursor:pointer}.share-list__link:hover{background-color:#d2232a;border-color:#d2232a;transition:backround-color .3s ease-in-out, border-color .3s ease-in-out}.share-list__link:hover .share-list__img{opacity:1;transition:opacity .1s ease-in-out}.share-list__img{width:22px;height:22px;opacity:.7;transition:opacity .1s ease-in-out}.policy{padding:30px 1em 30px 1em}@media(min-width: 641px){.policy{padding:30px}}@media(min-width: 1201px){.policy{padding:60px 80px !important;margin:0 60px !important}}@media(min-width: 1441px){.policy{margin:0 auto !important}}.policy__content{display:flex;flex-direction:column;row-gap:1.8em;line-height:24.5px;color:#333}@media(min-width: 541px){.policy__content{color:#999}}@media(min-width: 1101px){.policy__content{line-height:28.8px}}.policy .table{width:100%;max-width:100%;margin:.9em auto}@media(max-width: 880px){.policy .table{overflow-y:hidden;overflow-x:scroll}}.policy .table table{border-collapse:collapse;border-spacing:0;border:1px double #b3b3b3}.policy .table td{min-width:2em;padding:.4em;border:1px solid #bfbfbf}.policy .cookie-table{width:100%}.policy__black{color:#333}.videolib__inner-link{cursor:pointer;padding:16px 0 16px 20px;background:url(../assets/sidebar-inner-arrow.png?v=0b166be5b7fa5605be4c) no-repeat left center;transition:color .3s ease-in-out, background-image .3s ease-in-out}.videolib__inner-link:hover{color:#333;background-image:url(../assets/sideba-inner-arrow-current.png?v=988958bbab8a82163910)}.videolib__inner-link.active{background-image:url(../assets/sideba-inner-arrow-current.png?v=988958bbab8a82163910);color:#333}.modal-show-video{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.4);z-index:9999999;text-align:center;opacity:0;z-index:-999;transition:all .3s ease-in-out}.modal-show-video.show{opacity:1;z-index:999;transition:all .3s ease-in-out}.modal-show-video__wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.5);width:90%;transition:transform .5s ease-in-out}@media(min-width: 641px){.modal-show-video__wrapper{width:60%}}.modal-show-video__wrapper.scale{transform:scale(1) translate(-50%, -50%);transition:transform .5s ease-in-out}.modal-show-video__video{width:100%}.modal-show-video__close{position:absolute;top:-40px;right:0;width:24px;height:24px;cursor:pointer}@media(min-width: 641px){.modal-show-video__close{width:30px;height:30px}}.video-search{padding:30px;border-radius:20px;background-color:#fff}@media(min-width: 541px){.video-search{padding:30px}}@media(min-width: 1201px){.video-search{padding:40px 8%}}@media(min-width: 1441px){.video-search{padding:50px 17%}}.video-search__title{color:#333 !important;line-height:21px}@media(min-width: 541px){.video-search__title{line-height:24px}}@media(min-width: 801px){.video-search__title{line-height:27px}}@media(min-width: 1441px){.video-search__title{line-height:33px}}.video-search__field{display:flex;flex-direction:column;gap:15px;width:100%;padding:0;border-radius:20px;border:none;font-size:0}@media(min-width: 541px){.video-search__field{flex-direction:row;justify-content:space-between;align-items:center;gap:0;height:60px}}.video-search__select-field{position:relative;width:100%;height:40px}@media(min-width: 541px){.video-search__select-field{display:inline-block;width:31%;height:60px}}.video-search__select-title{position:relative;z-index:10;height:40px;padding:0 35px 0 15px;border:1px solid #ddd;border-radius:10px;font-weight:400;color:#333;line-height:40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:all .3s}.video-search__select-title::after{content:"";position:absolute;top:50%;right:10px;transform:translateY(-50%);width:13px;height:10px;background:url(../assets/arr7.png?v=cc4e3f20d1b6639c1b3d) no-repeat center;transition:all .3s}@media(min-width: 541px){.video-search__select-title::after{width:18px}}@media(min-width: 1441px){.video-search__select-title::after{right:16px}}@media(min-width: 541px){.video-search__select-title{height:60px;padding:0 36px 0 16px;line-height:58px;border-radius:15px}}@media(min-width: 1441px){.video-search__select-title{padding:0 40px 0 24px}}.video-search__select-list{position:absolute;top:40px;left:0;z-index:99;width:100%;max-height:240px;overflow-y:auto;background:#f8f8f8;box-shadow:0 0 5px #ddd;visibility:hidden;opacity:0;transition:all .3s}@media(min-width: 541px){.video-search__select-list{top:60px}}.video-search__select-item{display:block;height:40px;padding:0 20px;border-top:1px solid rgba(0,0,0,.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64656a;line-height:40px;transition:background-color .3s;cursor:pointer}.video-search__select-item:hover{background-color:#ddd}@media(min-width: 541px){.video-search__select-item{height:50px;line-height:50px}}.video-search__select-item.selected{background-image:url(../assets/select.png?v=e44d395494ee0946f614);background-color:#ddd;background-repeat:no-repeat;background-position:94% 50%;background-size:20px}.sidebar{display:grid;grid-template-areas:"search search" "sidebar-left sidebar-right";grid-template-columns:22.8% 75%;grid-gap:30px;gap:30px}@media(max-width: 920px){.sidebar{display:flex;gap:20;flex-direction:column}}.sidebar__left{grid-area:sidebar-left}@media(max-width: 920px){.sidebar__left{width:100%}}.sidebar__right{grid-area:sidebar-right}@media(max-width: 920px){.sidebar__right{width:100%}}.sidebar__search{grid-area:search;position:relative;width:100%;margin-top:10px;margin-bottom:20px}@media(min-width: 921px){.sidebar__search{width:345px}}.sidebar__search-field{width:100%;padding-bottom:16px;padding-right:35px;border-bottom:1px solid #d0d0d0;font-size:14px;color:#333}@media(min-width: 1101px){.sidebar__search-field{font-size:16px}}.sidebar__search-button{position:absolute;right:0;top:2px;z-index:10;cursor:pointer;width:22px;height:22px;background:url(../assets/search.png?v=46d871b1e19cbf60e1bf) no-repeat center}.sidebar-left{height:-moz-min-content;height:min-content}.sidebar-left .submenu{color:#000;display:flex;flex-direction:column;gap:12px;padding:18px 35px}@media(max-width: 1439px){.sidebar-left .submenu{padding:20px}}.sidebar-left .submenu-item{font-size:16px;font-weight:400;line-height:100%;cursor:pointer;transition:all .3s}.sidebar-left .submenu-item.selected{color:#d2232a}.sidebar-left .submenu-item:hover{color:#d2232a}.sidebar-left .submenu-item.active{color:#d2232a}.sidebar-left__list{border-radius:20px;overflow:hidden;background-color:#fff}.sidebar-left__title[data-accordion-button]{display:flex;align-items:center;justify-content:space-between}.sidebar-left__title[data-accordion-button] svg{transition:.3s;transform:rotate(0)}.sidebar-left__title[data-accordion-button].open svg{transform:rotate(180deg)}.sidebar-left__title{position:relative;font-weight:700;line-height:21px;color:#333;transition:background-color .3s ease-in-out, color .3s ease-in-out;cursor:pointer}.sidebar-left__title.no-hover{cursor:auto;cursor:initial}@media(min-width: 501px){.sidebar-left__title{line-height:24px}}@media(min-width: 1101px){.sidebar-left__title{line-height:27px}}.sidebar-left__title:not(.no-hover):hover{background-color:#d2232a;color:#fff;transition:background-color .3s ease-in-out, color .3s ease-in-out}.sidebar-left__title:not(.no-hover):hover .items-counter{color:#fff}.sidebar-left__title--current{background-color:#d2232a;color:#fff}@media(min-width: 1000px){.sidebar-left__title--drop-down{padding-right:25px}}.sidebar-left__title--drop-down::after{content:"";position:absolute;right:5px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:url(../assets/arr9.png?v=c5b913f1fcc49aa8c602) no-repeat center;cursor:pointer;transition:transform .3s ease-in-out, background-image .3s ease-in-out}@media(min-width: 1000px){.sidebar-left__title--drop-down::after{right:0}}@media(min-width: 1200px){.sidebar-left__title--drop-down::after{background-size:13px;right:15px}}.sidebar-left__title--drop-down:hover::after{background-image:url(../assets/arr10.png?v=976f4b74ef408dc6f15d);transition:background-image .3s ease-in-out, transform .3s ease-in-out}.sidebar-left__title--drop-down.no-after::after{content:"" !important;display:none !important}.sidebar-left__title--all:hover{color:#d2232a;background-color:#fff;transition:color .3s ease-in-out}.sidebar-left__item:not(:first-child){border-top:1px solid #f8f8f8}.sidebar-left__link{display:block;padding:15px 20px}@media(min-width: 1441px){.sidebar-left__link{padding:15px 35px}}.sidebar-left__inner-list{display:flex;flex-direction:column;gap:5px}.sidebar-left__inner-item:first-child{padding-top:10px}.sidebar-left__inner-item:last-child{padding-bottom:10px}.sidebar-left__inner-link{display:block;color:#64656a;transition:color .3s ease-in-out, background-image .3s ease-in-out}.sidebar-left__inner-link:hover{color:#333;transition:color .3s ease-in-out, background-image .3s ease-in-out}.sidebar-left__inner-link--current{color:#333}.accordion__content{padding:0 25px;transition:all .3s ease-in-out}@media(min-width: 1441px){.accordion__content{padding:0px 35px}}.accordion.open .accordion__content{box-sizing:content-box;transition:all .3s ease-in-out}.accordion.open .accordion__head::after{background-image:url(../assets/arr10.png?v=976f4b74ef408dc6f15d);transform:translateY(-50%) rotate(180deg);transition:transform .3s ease-in-out}.sidebar-right{position:relative}.sidebar-right__manual{position:relative}.sidebar-right__select-list{display:none;gap:15px;padding:0 10px;margin-bottom:40px;flex-wrap:wrap}.sidebar-right__select-link,.sidebar-right__select-link--clear{position:relative;display:inline-block;padding:5px 37px 5px 15px;font-size:14px;color:#333;line-height:normal;border-radius:30px;border:1px solid #ddd;background:#fff;transition:all .3s ease-in-out;text-wrap:nowrap}.sidebar-right__select-link:hover,.sidebar-right__select-link--clear:hover{background:#d2232a;border-color:#d2232a;color:#fff;transition:all .3s ease-in-out;cursor:pointer}@media(min-width: 1101px){.sidebar-right__select-link,.sidebar-right__select-link--clear{font-size:16px}}.sidebar-right__select-link:hover::after{background-image:url(../assets/select_close-hover.png?v=86abf58cdf4ef2ce10ed);transition:background-image .3s ease-in-out}.sidebar-right__select-link::after{content:"";position:absolute;top:50%;right:12px;transform:translateY(-50%);width:12px;height:12px;background:url(../assets/select_close.png?v=e0f807500d90806b5754) no-repeat center;transition:background-image .3s ease-in-out}.sidebar-right__select-link--clear{padding:5px 15px}.sidebar-right__select-link--clear::after{display:none}.sidebar-right__list{position:relative;min-height:200px;display:grid;grid-template-columns:1fr;grid-gap:15px;gap:15px}@media(min-width: 541px){.sidebar-right__list{grid-template-columns:1fr 1fr}}@media(min-width: 1201px){.sidebar-right__list{grid-template-columns:repeat(3, 1fr);gap:30px}}.video-item{position:relative;background-color:#fff;transition:all .3s linear;cursor:pointer;border-bottom-left-radius:15px;border-bottom-right-radius:15px}@media(min-width: 541px){.video-item{padding-bottom:140px;z-index:1}}.video-item:hover{z-index:10;box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translate3d(0, -2px, 0)}.video-item:hover .video-item__video-mask{background-color:rgba(0,0,0,.5);transition:background-color .3s ease-in-out}.video-item:hover .video-item__video-play-btn{opacity:1;transition:opacity .3s ease-in-out}@media(min-width: 541px){.video-item:hover .video-item__info{opacity:1;visibility:visible;height:auto;transition:all .3s ease-in-out}}.video-item__video-link{position:relative;display:block;height:180px;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px}@media(min-width: 1441px){.video-item__video-link{height:225px}}.video-item__video-mask{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:9;transition:background-color .3s ease-in-out}.video-item__video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block;width:50px;height:50px;background:url(../assets/about-video-play-button.png?v=a22041d19dfcbaaa56d9) no-repeat center;opacity:.7;transition:opacity .3s ease-in-out}.video-item__text-content{display:flex;flex-direction:column;overflow:hidden;padding:20px 20px 25px 20px}@media(min-width: 541px){.video-item__text-content{position:absolute;left:0;right:0;background-color:#fff;border-bottom-left-radius:15px;border-bottom-right-radius:15px}}@media(min-width: 1441px){.video-item__text-content{padding:20px 30px 35px}}.video-item__title{color:#333;line-height:21px}@media(min-width: 1101px){.video-item__title{line-height:24px}}.video-item__info,.video-item__date{line-height:21px}.video-item__info{word-break:break-word}@media(min-width: 541px){.video-item__info{opacity:0;visibility:hidden;height:0;transition:height .3s ease-in-out}}.video-item__date{padding-left:30px;background:url(../assets/news-page-time1.png?v=0d9abf1cb83979b0a985) no-repeat left center}.noresult{grid-column:2/3;display:flex;flex-direction:column;align-items:center;padding:80px 0}.noresult__img{width:210px;height:130px}.noresult__message{line-height:21px}@media(min-width: 1101px){.noresult__message{line-height:24px}}.consumables .sidebar-left__list{border-radius:20px;margin-bottom:10px}.consumables .open .accordion__content{padding:0}.consumables .video-search__select-field{width:100%}.consumables .video-search__select-field:last-child .video-search__select-title{border-bottom:none}.consumables .video-search__select-field.disabled .video-search__select-title{color:#bbb;background-color:#fff !important}.consumables .video-search__select-title{border-radius:0;border:none;border-bottom:1px solid #e4e4e4;padding:0 20px 0 0;transition:color .3s ease-in-out}.consumables .video-search__select-title::after{right:0}.consumables .video-search__select-list{top:55px;background-color:#fff}.consumables__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 14px;gap:10px 14px;min-height:350px}@media(min-width: 541px){.consumables__list{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 921px){.consumables__list{gap:20px}}.consumables-menu.accordion__content{padding:0}.consumables-menu__item{border-top:1px solid #f8f8f8;cursor:pointer}.consumables-menu .accordion-inner__content{will-change:max-height}.consumables-menu__title{position:relative;display:flex;align-items:center;height:60px;padding:0 35px;line-height:60px}.consumables-menu__title_arrow{position:absolute;right:25px;top:50%;transform:translateY(-50%);width:20px;height:20px}.consumables-menu__title_arrow span{position:absolute;transition:all .3s ease-in-out;background-color:#cfcfd1;border-radius:10px}.consumables-menu__title_arrow span:first-child{width:14px;height:2px;left:3px;top:9px}.consumables-menu__title_arrow span:last-child{width:2px;height:14px;top:3px;left:9px}.consumables-menu__title.open .consumables-menu__title_arrow span:last-child{rotate:90deg}@media((min-width: 921px) and (max-width: 980px)){.consumables-menu__title{white-space:nowrap}}@media(min-width: 1441px){.consumables-menu__title{position:relative;height:80px;padding:0 45px}}.consumables-menu__link,.consumables-menu__inner-link{display:block}.consumables-menu__inner-list{display:flex;flex-direction:column}.consumables-menu__inner-item .consumables-menu__inner-link:hover{color:#333;transition:color .3s ease-in-out}.consumables-menu__inner-item.active .consumables-menu__inner-link{color:#333;background-color:#f2f2f2}.consumables-menu__inner-item.active .consumables-menu__checkbox::before{background-color:#d2232a;border-color:#d2232a}.consumables-menu__inner-item.active .consumables-menu__checkbox::after{transform:scale(1) rotate(0.1deg) translateY(-50%)}.consumables-menu__inner-link{padding:15px 35px;color:#999;line-height:21px;transition:color .3s ease-in-out}@media(min-width: 541px){.consumables-menu__inner-link{line-height:24px}}@media(min-width: 1441px){.consumables-menu__inner-link{padding:20px 45px}}.consumables-menu__checkbox{position:relative;display:block;padding-left:35px}.consumables-menu__checkbox::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #eee;background:#fff;border-radius:5px;transition:all .3s}.consumables-menu__checkbox::after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url(../assets/check-mark.png?v=808812377abc01dce7a0) no-repeat center;border-radius:5px;transition:all .3s;transform:scale(0)}.device-search{display:flex;flex-direction:column;width:100%;padding:20px 20px 10px 20px}.device-search__title{position:relative;padding-right:30px;color:#333}.device-search__reset{position:absolute;top:50%;right:0;transform:translateY(-50%);width:18px;height:20px;background:url(../assets/clear.png?v=b3b72a49084df4339a70) no-repeat center;background-size:100%;cursor:pointer}@media(min-width: 541px){.device-search__reset{width:20px;height:22px}}.device-search__field{display:flex;flex-direction:column;gap:12px}.device-search__button{align-self:flex-end;border:none;width:100px;height:45px;border-radius:15px;background-color:#d2232a;color:#fff;text-transform:uppercase;transition:background-color .3s ease-in-out;cursor:pointer}.device-search__button:hover{background-color:#e5001c;transition:background-color .3s ease-in-out}.product-card{position:relative}@media(min-width: 541px){.product-card{padding-bottom:120px;margin-bottom:2%}}.product-card:hover{z-index:20}.product-card:hover .product-card__link{background-color:#ddd;transition:background-color .3s ease-in-out}@media(min-width: 541px){.product-card:hover .product-card__mask{opacity:1;visibility:visible;transition:all .3s}.product-card:hover .product-card__model{margin:5px 0 10px;opacity:1;visibility:visible;height:auto;transition:all .3s}}.product-card .new-item{display:inline-block;padding:2px 12px;font-size:14px;color:#fff;border-radius:10px;background:#d2232a;position:absolute;left:25px;top:20px;z-index:10}@media(max-width: 540px){.product-card .new-item{padding:2px 10px;font-size:12px;left:10px;top:10px}}.product-card__link{position:relative;display:block;height:160px;padding:10px;z-index:10;border-radius:20px;background-color:#fff;transition:background-color .3s ease-in-out}@media(min-width: 541px){.product-card__link{height:230px;padding:15px}}@media(min-width: 1441px){.product-card__link{height:270px;padding:15px}}.product-card__image{-o-object-fit:contain;object-fit:contain}.product-card__text{padding:12px 6px;color:#333}@media(min-width: 541px){.product-card__text{position:absolute;left:0;right:0;z-index:10;padding:20px 10px}}.product-card__title{display:block;line-height:21px}@media(min-width: 541px){.product-card__title{line-height:24px}}@media(min-width: 1101px){.product-card__title{line-height:27px}}.product-card__model{display:none}@media(min-width: 541px){.product-card__model{display:block;opacity:0;visibility:hidden;height:0;word-break:break-word;line-height:24.5px;transition:all .3s}}@media(min-width: 1101px){.product-card__model{line-height:28px}}.product-card__mask{display:none}@media(min-width: 541px){.product-card__mask{display:block;position:absolute;left:-10px;top:-10px;right:-10px;padding:10px;background:#fff;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.05);z-index:1;opacity:0;visibility:hidden;transition:all .3s}}.check-banner{padding:30px 0;background:url(../assets/dy_bg.png?v=cc9804190b8789c69f27) no-repeat center;background-size:cover;text-align:center}@media(min-width: 541px){.check-banner{padding:95px 0}}.check-banner .wrap1{display:flex;flex-direction:column}.check-banner__title{color:#333;line-height:27px}@media(min-width: 541px){.check-banner__title{line-height:30px}}@media(min-width: 1101px){.check-banner__title{line-height:42px}}@media(min-width: 1281px){.check-banner__title{line-height:36px}}@media(min-width: 1441px){.check-banner__title{line-height:54px}}.check-banner__link{align-self:center;display:flex;justify-content:center;align-items:center;height:40px;padding:0 20px;margin:20px auto 0 auto;color:#d2232a;line-height:40px;border:1px solid #d2232a;border-radius:20px;transition:color .3s ease-in-out, background .3s ease-in-out}.check-banner__link:hover{color:#fff;background:#d2232a;transition:color .3s ease-in-out, background .3s ease-in-out}@media(min-width: 541px){.check-banner__link{height:60px;margin:10px auto 0 auto}}@media(min-width: 1101px){.check-banner__link{margin:20px auto 0 auto}}@media(min-width: 1441px){.check-banner__link{margin:30px auto 0 auto}}.single-product .crumbs{position:static}.device-card .wrap1{border-bottom:1px solid #efefef;padding-bottom:35px}@media(min-width: 541px){.device-card .wrap1{padding-bottom:70px}}@media(min-width: 641px){.device-card .wrap1{display:grid;grid-template-columns:40% 55%;grid-gap:5%;gap:5%}}@media(min-width: 1441px){.device-card .wrap1{grid-template-columns:40% 50%;gap:10%}}.device-card .consumables-card{border-bottom:none}.device-card__sliders{width:100%;margin-bottom:30px}@media(min-width: 641px){.device-card__sliders{margin-bottom:0}}.device-card__details{width:100%}.device-slider{margin:0 5%;position:relative}.device-slider .new-item{display:inline-block;padding:2px 12px;font-size:14px;color:#fff;border-radius:10px;background:#d2232a;position:absolute;left:25px;top:20px;z-index:10}@media(max-width: 540px){.device-slider .new-item{padding:2px 10px;font-size:12px;left:10px;top:10px}}.device-slider .device-slider__slide{transition:all .1s ease-in-out;display:flex;align-items:center;height:576px}@media(max-width: 1600px){.device-slider .device-slider__slide{height:490px}}@media(max-width: 1440px){.device-slider .device-slider__slide{height:400px}}@media(max-width: 1024px){.device-slider .device-slider__slide{height:350px}}@media(max-width: 640px){.device-slider .device-slider__slide{height:350px}}@media(max-width: 420px){.device-slider .device-slider__slide{height:320px}}.device-slider .device-slider__slide img{display:block;-o-object-fit:contain;object-fit:contain;max-height:100%;height:auto}.device-slider .device-slider__slide a{display:block;max-height:100%;height:100%;width:100%}.device-slider .swiper-slide-active{z-index:3}.device-thumbs{position:relative;margin-top:20px}.device-thumbs__slider{position:relative;overflow:hidden;margin:0 55px}.device-thumbs__slide{display:flex;justify-content:center;align-items:center;overflow:hidden;height:50px;padding:5px;border:1px solid rgba(0,0,0,0);border-radius:10px;cursor:pointer}@media(min-width: 541px){.device-thumbs__slide{height:45px;border-radius:10px}}@media(min-width: 1201px){.device-thumbs__slide{height:68px;border-radius:20px}}@media(min-width: 1441px){.device-thumbs__slide{height:80px;border-radius:20px}}.device-thumbs__image{max-height:100%;-o-object-fit:contain;object-fit:contain}.device-thumbs .swiper-slide-thumb-active{border-color:#d2232a}.device-thumbs-prev,.device-thumbs-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:35px;height:35px;border-radius:100%;border:1px solid #bfbfbf;background-size:8px;background-position:center;background-repeat:no-repeat;cursor:pointer}.device-thumbs-prev{left:0;background-image:url(../fonts/device-back-arrow.svg)}.device-thumbs-next{right:0;background-image:url(../fonts/device-next-arrow.svg)}.device-details{position:relative}.device-details__title{color:#333;line-height:24px}@media(min-width: 501px){.device-details__title{line-height:30px}}@media(min-width: 641px){.device-details__title{padding-right:142px}}@media(min-width: 801px){.device-details__title{line-height:33px}}@media(min-width: 1101px){.device-details__title{padding-right:154px}}@media(min-width: 1441px){.device-details__title{line-height:57px}}.device-details__item{line-height:28px}@media(min-width: 1101px){.device-details__item{line-height:32px}}.device-details__item.color-parent{padding-bottom:28px;margin-bottom:25px;border-bottom:1px solid #eaeaea}.device-details__item .color{display:inline-block;padding:5px 20px;border:1px solid #f4f4f4;background:#f4f4f4;font-size:14px;color:#64656a;border-radius:10px;margin-left:10px;cursor:pointer}.device-details__item .color:hover{color:#d2232a;background:#fff;border-color:#d2232a}.device-details__item--other{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 0 20px 0;margin:15px 0;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}@media(min-width: 641px){.device-details__item--other{padding:20px 0 28px 0;margin:25px 0}}.device-details__item--other .video-search__select-field{width:250px;height:40px}.device-details__item--other .video-search__select-title{height:40px;line-height:40px;padding:0 30px 0 15px;color:#64656a;border:1px solid #64656a;border-radius:14px}.device-details__item--other .video-search__select-title::after{background-image:url(../assets/arr6.png?v=f58280fa913c9be262cf)}.device-details__item--other .video-search__select-title.active{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.device-details__item--other .video-search__select-list{top:40px}.device-details__information{color:#64656a}.device-details__information ol{list-style:decimal;list-style-position:inside}.device-details__information ul{list-style:disc;list-style-position:inside}.device-details__information a{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:5px;transition:all .3s}.device-details__information a:hover{color:#404041}.device-details__information b,.device-details__information strong{font-weight:700}.device-details__information i{font-style:italic}.device-share{display:none}@media(min-width: 641px){.device-share{position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:center;padding-left:30px;text-align:center;cursor:pointer}.device-share:hover .device-share__image{background-image:url(../assets/share-hover.png?v=bb31518d67dd97248a6d);transition:background-image .3s ease-in-out}.device-share:hover .device-share__text{color:#d2232a;transition:color .3s ease-in-out}.device-share:hover .device-share__social-list{opacity:1;visibility:visible;transition:all .3s}}.device-share__image{display:inline-block;width:25px;height:25px;background:url(../assets/share.png?v=d4612943f29e05f13e3e) no-repeat center;vertical-align:middle;transition:background-image .3s ease-in-out}.device-share__text{color:#1a1a1a;line-height:21px;transition:color .3s ease-in-out}@media(min-width: 1101px){.device-share__text{line-height:24px}}.device-share__social-list{position:absolute;top:60px;z-index:10;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:5px;opacity:0;visibility:hidden;transition:all .3s}.device-share__link{position:relative;display:flex;justify-content:center;align-items:center;width:45px;height:45px;margin-left:5px;border-radius:100%;border:1px solid #333;background:#333;text-align:center;line-height:45px;transition:background .3s ease-in-out, border-color .3s ease-in-out}.device-share__link:hover{background:#d2232a;border-color:#d2232a;transition:background .3s ease-in-out, border-color .3s ease-in-out}.device-share__link:hover .device-share__social-img{opacity:1;transition:opacity .3s ease-in-out}.device-share__social-img{width:22px;height:22px;opacity:.7;transition:opacity .3s ease-in-out}.device-info__navigation{display:flex;height:60px;text-align:center;line-height:60px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #efefef}@media(min-width: 641px){.device-info__navigation{height:80px;line-height:80px}}.device-info__navigation-link{position:relative;display:inline-block;width:100%;color:#333;margin:0 10px;transition:color .3s ease-in-out}.device-info__navigation-link::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;border-bottom:3px solid #d2232a;transition:transform .3s ease-in-out;transform:scale(0);cursor:pointer}.device-info__navigation-link:hover{color:#d2232a;transition:color .3s ease-in-out}.device-info__navigation-link:hover::after{transform:scale(1);transition:transform .3s ease-in-out}@media(min-width: 641px){.device-info__navigation-link{margin:0 22px;padding:0 7%}}.device-box1{position:relative;overflow:hidden}@media(min-width: 541px){.device-box1{background-color:#e3e6ed}}.device-box1__img-wrapper{width:100%}.device-box1__img-wrapper::before{content:"";position:absolute;left:0;top:0;z-index:1;width:80%;height:100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%)}@media(min-width: 541px){.device-box1__img-wrapper::before{display:none}}.device-box1__img{width:100%}.device-box1__text-content{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:45%;margin-left:12px}@media(min-width: 641px){.device-box1__text-content{width:35%;margin-left:60px}}@media(min-width: 1441px){.device-box1__text-content{width:26%;margin-left:12%}}.device-box1__title{line-height:15.6px}@media(max-width: 540px){.device-box1__title{font-size:13px !important}}@media(min-width: 541px){.device-box1__title{line-height:24px}}@media(min-width: 801px){.device-box1__title{line-height:29px}}@media(min-width: 1101px){.device-box1__title{line-height:36px}}@media(min-width: 1441px){.device-box1__title{line-height:57px}}.device-box1__text{color:#1a1a1a;line-height:18px}@media(max-width: 600px){.device-box1__text{font-size:12px !important;margin-top:5px;max-height:4.5em;overflow-y:auto}}@media(min-width: 541px){.device-box1__text{line-height:24px}}@media(min-width: 801px){.device-box1__text{line-height:27px}}@media(min-width: 1441px){.device-box1__text{line-height:33px}}.device-box2{background-color:#f5f5f5}.device-box2__content{display:flex;justify-content:space-between;align-items:center;overflow:hidden;margin:0 0 20px}@media(min-width: 541px){.device-box2__content{justify-content:start;margin:60px 0}}@media(min-width: 1201px){.device-box2__content{margin:120px 0}}.device-box2__img-wrapper{width:48%;flex:0 0 48%;overflow:hidden;border-radius:20px}@media(min-width: 541px){.device-box2__img-wrapper{width:50%;flex:0 0 50%}}.device-box2__text-content{flex:0 0 49%;overflow:hidden}@media(min-width: 541px){.device-box2__text-content{flex:1;padding:0 5% 0 6.8%}}.device-box3{color:#1a1a1a}.device-box3__title{line-height:14px}@media(min-width: 501px){.device-box3__title{line-height:20px}}@media(min-width: 801px){.device-box3__title{line-height:24px}}@media(min-width: 1101px){.device-box3__title{line-height:30px}}@media(min-width: 801px){.device-box3__title{line-height:48px}}.device-box3__subtitle{line-height:21px}@media(min-width: 501px){.device-box3__subtitle{line-height:24px}}@media(min-width: 801px){.device-box3__subtitle{line-height:27px}}@media(min-width: 801px){.device-box3__subtitle{line-height:33px}}.device-box3__img-wrapper{max-width:1080px;height:220px;margin:60px auto 0 auto}@media(min-width: 541px){.device-box3__img-wrapper{height:348px}}@media(min-width: 921px){.device-box3__img-wrapper{height:486px}}@media(min-width: 1101px){.device-box3__img-wrapper{margin:70px auto 0 auto}}@media(min-width: 12011px){.device-box3__img-wrapper{height:608px}}.device-box3__img{display:block;border-radius:15px}.device-box4__img-wrapper{margin:0 auto;max-width:1920px}.device-box5{position:relative;overflow:hidden}.device-box5 .device-box2__content{justify-content:space-between}.device-box5__img-wrapper{flex:0 0 50%;max-width:1200px;width:100%}.device-box5__text-content{flex:0 0 45%;padding:0 1em;word-break:break-word}.device-box5__model{display:inline-block;border:2px solid #1a1a1a;line-height:1}@media(max-width: 640px){.device-box5__model{font-size:14px !important;padding:8px 10px}}@media(min-width: 641px){.device-box5__model{padding:20px}}.device-box6 .device-box2__img-wrapper{order:1}.device-specifications__button--more{display:flex;justify-content:center;align-items:center;width:150px;height:40px;padding:0 15px;margin:0 auto;border:1px solid #65646a;border-radius:20px;background-color:rgba(0,0,0,0);cursor:pointer;transition:color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out}.device-specifications__button--more:hover{color:#e00000;border-color:#e00000;transition:color .3s ease-in-out, border-color .3s ease-in-out}.device-specifications__button--more:active{background-color:#e00000;color:#fff;transition:color .1s ease-in-out, background-color .1s ease-in-out}@media(min-width: 641px){.device-specifications__button--more{width:auto;height:54px}}.device-table{width:100%;border-collapse:collapse;border-spacing:0;empty-cells:show}.device-table__row{display:table-row}@media(min-width: 641px){.device-table__row{display:grid;grid-template-columns:200px 1fr;grid-gap:10px;gap:10px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}}@media(min-width: 1441px){.device-table__row{gap:40px}}.device-table__row--hidden{display:none}.device-table__header{display:block;width:100%;padding:20px 0;text-align:left;border-bottom:1px solid #f0f0f0}@media(min-width: 641px){.device-table__header{padding:40px 0 40px 20px;vertical-align:top;border-bottom:none}}.device-table__title{position:relative;padding-left:20px;line-height:1}.device-table__title::before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#e5011c}.device-table__content{padding:20px 0;display:block;border-bottom:1px solid #f0f0f0}@media(min-width: 641px){.device-table__content{padding:40px 0 40px 20px;vertical-align:top;border-bottom:none}}.device-table__inner-table{width:100%;border-collapse:collapse;border-spacing:0;empty-cells:show}@media(min-width: 921px){.device-table__inner-table{font-size:18px}}.device-table__inner-table tbody{display:flex;flex-direction:column;gap:10px}@media(min-width: 641px){.device-table__inner-table tbody{gap:28px}}@media(min-width: 641px){.device-table__inner-row{display:grid;grid-template-columns:1fr 2fr}}.device-table__key{width:165px;padding-right:10px;color:#64656a}@media(min-width: 641px){.device-table__key{width:auto;padding-right:20px}}.device-table__parametr{padding-right:10px;color:#64656a;word-break:break-word}@media(min-width: 641px){.device-table__parametr{padding-right:20px}}.device-table__link{font-weight:700;color:#333}.device-material{position:relative;padding:30px 0;background:#f0f0f0 url(../assets/same-products.jpg?v=867c2b16d3ad9df078f8) no-repeat center;background-size:cover}@media(min-width: 541px){.device-material{padding:60px 0 90px}}.device-material__title{text-align:center;line-height:21px}@media(min-width: 501px){.device-material__title{line-height:30px}}@media(min-width: 801px){.device-material__title{line-height:36px}}@media(min-width: 1101px){.device-material__title{line-height:45px}}@media(min-width: 1441px){.device-material__title{line-height:72px}}.device-material__slider{position:relative;overflow:hidden;margin:0 auto;z-index:1}.device-material__slide{padding:20px 10px;background-color:#fff;border-radius:20px}@media(min-width: 1441px){.device-material__slide{padding:15px}}.device-material__img-wrapper{display:flex;justify-content:center;align-items:center;height:120px}@media(min-width: 541px){.device-material__img-wrapper{height:180px}}@media(min-width: 1441px){.device-material__img-wrapper{height:240px}}.device-material__text{padding:0 10px}@media(min-width: 1441px){.device-material__text{padding:0 20px 10px}}.device-material__item-title{font-weight:400;line-height:21px}@media(min-width: 501px){.device-material__item-title{line-height:24px}}@media(min-width: 1101px){.device-material__item-title{line-height:27px}}.device-material__item-subtitle{line-height:21px}@media(min-width: 1101px){.device-material__item-subtitle{line-height:24px}}.device-material .device-material-pagination{margin-top:20px;text-align:center}@media(min-width: 541px){.device-material .device-material-pagination{margin-top:35px}}@media(min-width: 541px){.products-center .product-card{padding-bottom:120px;margin-bottom:2%}}@media(min-width: 541px){.products-center .product-card__link{height:285px}}@media(min-width: 1441px){.products-center .product-card__link{height:380px}}.download .video-search{padding:0}.download .sidebar-right{padding:20px}@media(min-width: 541px){.download .sidebar-right{padding:40px}}.download .sidebar-left__title.active{background-color:#d2232a;color:#fff}.download .sidebar-left__title.active .items-counter{color:#fff}.download-search__buttons{position:relative;display:flex}.download-search__search-field{width:100%;height:40px;padding:5px 35px 5px 15px;border-radius:10px;border:1px solid #ddd;font-size:14px;color:#333;line-height:30px}@media(min-width: 541px){.download-search__search-field{height:60px;padding:15px 45px 15px 25px;border-radius:20px;line-height:normal}}@media(min-width: 1101px){.download-search__search-field{font-size:16px}}.download-search__search-button{position:absolute;top:50%;right:15px;transform:translateY(-50%);width:20px;height:20px;background:url(../assets/search.png?v=46d871b1e19cbf60e1bf) no-repeat center;background-size:16px;cursor:pointer}@media(min-width: 541px){.download-search__search-button{right:25px;background-size:cover}}.oc{padding-bottom:20px;border-bottom:1px solid #ddd}@media(min-width: 541px){.oc{padding-bottom:70px}}.oc__text{line-height:21px}@media(min-width: 541px){.oc__text br{display:none}}.oc__title{display:inline-block;margin-bottom:12px}@media(min-width: 541px){.oc__title{display:inline;margin-bottom:0}}.oc__name{display:inline-block;padding-left:36px;margin-right:25px;background:url(../assets/win.png?v=8696f598b2fc1044d411) no-repeat left center}@media(min-width: 541px){.oc__name{margin:0 25px}}.oc__change-button{color:#e30127;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer}.oc__change-system{display:none}.oc__change-fields{display:flex;flex-direction:column;justify-content:center;align-content:center;gap:20px}@media(min-width: 541px){.oc__change-fields{flex-direction:row;justify-content:space-between;align-items:center}}.oc__change-fields .video-search__select-field{width:100%;margin-top:0}@media(min-width: 541px){.oc__change-fields .video-search__select-field{width:42%}}.oc__change-oc-button{display:flex;justify-content:center;align-items:center;width:110px;height:40px;padding:20px;background-color:#d2232a;cursor:pointer}@media(min-width: 541px){.oc__change-oc-button{height:60px}}.popular-queries__list{display:grid;grid-template-columns:1fr;grid-gap:15px;gap:15px}@media(min-width: 541px){.popular-queries__list{grid-template-columns:1fr 1fr}}.popular-queries__item{padding:15px;transition:background-color .5s ease-in-out, border-radius .5s ease-in-out}@media(min-width: 541px){.popular-queries__item{padding:20px 25px}}.popular-queries__item.active{background-color:#fafafa;border-radius:20px;transition:background-color .5s ease-in-out, border-radius .5s ease-in-out}.popular-queries .video-search__title{color:#333}.popular-queries__title{font-weight:400;color:#333;transition:color .3s ease-in-out, margin-bottom .3s ease-in-out;cursor:pointer}.popular-queries__title:hover{color:#e00000;transition:color .3s ease-in-out, margin-bottom .3s ease-in-out}.popular-queries__hide-content{display:flex;flex-direction:column;gap:5px;opacity:0;visibility:hidden;max-height:0;transition:opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .5s ease-in-out;box-sizing:content-box;line-height:21px}.popular-queries__hide-content.visible{opacity:1;visibility:visible;transition:opacity .5s ease-in-out, visibility .5s ease-in-out, max-height .5s ease-in-out}.popular-queries__link{align-self:flex-start;display:flex;justify-content:center;align-items:center;height:40px;padding:20px 15px 20px 40px;border:1px solid #414141;border-radius:10px;background:url(../assets/down1.png?v=a93bef5b3c52f8a26e94) no-repeat 15px 50%;background-size:15px;color:#414141;transition:all .3s ease-in-out}.popular-queries__link:hover{color:#fff;background:#d2232a url(../assets/down1-hover.png?v=21c75a0ea93d4b0d9098) no-repeat 15px 50%;border-color:#d2232a;transition:all .3s ease-in-out}@media(min-width: 541px){.popular-queries__link{background-size:18px}}.manual__item{position:relative;display:grid;grid-template-areas:"title language" "download download";grid-gap:20px;gap:20px;padding:35px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}@media(min-width: 541px){.manual__item{display:flex;justify-content:space-between;align-items:center}}.manual__title{grid-area:title;word-break:break-all;color:#333}.manual__language{grid-area:language}.manual__download{grid-area:download;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;height:44px;padding:0 20px 0 44px;background:url(../assets/download.png?v=597879f1f1d1385cdfe6) no-repeat 40% 50%;background-size:16px;border:1px solid #333;border-radius:12px;cursor:pointer;transition:all .3s ease-in-out}.manual__download:hover{background-color:#d2232a;border-color:#d2232a;background-image:url(../assets/download-hover.png?v=ff12d2a25407966ca695);color:#fff;transition:all .3s ease-in-out}@media(min-width: 541px){.manual__download{height:55px;background-position:24px 50%;border-radius:20px;padding:0 20px 0 54px}}.manual__title--driver{padding-left:35px;background:url(../assets/drivers.png?v=50dcb80b1363ee734d12) no-repeat left center}.manual__subtext{line-height:27px}.ocr{display:flex;flex-direction:column;gap:25px;margin:50px 0}@media(min-width: 541px){.ocr{display:grid;grid-template-columns:repeat(3, 1fr)}}.ocr__item{position:relative}@media(min-width: 1201px){.ocr__item:hover .app__qr{opacity:1;visibility:visible;transition:opacity .3s ease-in-out, visibility .3s ease-in-out}}.ocr__link{display:flex;flex-direction:column;align-items:center;text-align:center}.ocr__img{width:75px;height:75px}.ocr__text{color:#333;line-height:21px}@media(min-width: 1101px){.ocr__text{line-height:24px}}.ocr__text--gray{font-weight:400}.faq__list{display:flex;flex-direction:column}.faq__link{position:relative;display:block;padding:16px 30px 16px 36px;color:#333;border-top:1px solid #ddd;background:url(../assets/faq-arr.png?v=db83dae089f5cf7773eb) no-repeat right center;transition:color .3s ease-in-out, background-image .3s ease-in-out;cursor:pointer}@media(min-width: 767px){.faq__link{padding:30px 30px 30px 60px}}.faq__link::before{content:"Q";position:absolute;top:50%;left:0;transform:translateY(-50%);width:24px;height:24px;line-height:24px !important;font-size:14px;border-radius:100%;background:#333;text-align:center;line-height:34px;color:#fff;transition:background-color .3s ease-in-out}@media(min-width: 767px){.faq__link::before{width:35px;height:35px;font-size:20px;line-height:34px !important}}.faq__link:hover{color:#d2232a;background-image:url(../assets/faq-arr-hover.png?v=b3813ada4f4408fb6778)}.faq__link:hover::before{background-color:#d2232a}.faq__category{margin-top:15px}.faq__category-name{display:flex;flex-direction:row;align-items:center;gap:20px;cursor:pointer}@media(max-width: 767px){.faq__category-name{gap:8px}}.faq__category-name img,.faq__category-name>svg{width:60px;height:60px}@media(max-width: 767px){.faq__category-name img,.faq__category-name>svg{width:40px;height:40px}}.faq__category-name span{display:flex;align-items:center;justify-content:space-between;background-color:#efefef;border:1px solid rgba(221,221,221,.8666666667);padding:15px 25px;color:#000;font-size:18px;line-height:100%;border-radius:15px;width:100%;line-height:28px;font-weight:700}@media(max-width: 767px){.faq__category-name span{font-size:15px;padding:15px}}.faq__category-name span svg{transition:.3s;transform:rotate(180deg)}.faq__category .open span svg{transform:rotate(0)}.app__qr{display:none}@media(min-width: 1201px){.app__qr{display:block;position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:10px;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out, visibility .3s ease-in-out}}@media(min-width: 1441px){.app__qr img{height:120px}}.faq-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:220;width:90%;padding:30px 20px;background-color:#fff;border-radius:20px}@media(min-width: 641px){.faq-popup{padding:40px}}@media(min-width: 1201px){.faq-popup{width:960px;padding:50px 80px}}.faq-popup__title{padding:0 30px 20px 0;border-bottom:1px solid #ddd;line-height:24px}@media(min-width: 501px){.faq-popup__title{line-height:33px}}@media(min-width: 801px){.faq-popup__title{line-height:36px}}@media(min-width: 1101px){.faq-popup__title{line-height:48px}}@media(min-width: 1201px){.faq-popup__title{padding:0 0 40px 0}}.faq-popup__close{position:absolute;top:-45px;right:0px;display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;border:1px solid #dcdcdc;background:url(../assets/close.png?v=e0c0dbc15b0a02d90727) no-repeat center;cursor:pointer;transition:all .3s ease-in-out}.faq-popup__close:hover{background-image:url(../assets/close-hover.png?v=9fc5f91eec5412255e10);background-color:#d2232a;border-color:#d2232a;transition:all .3s ease-in-out}@media(min-width: 641px){.faq-popup__close{top:20px;right:20px;width:45px;height:45px}}.faq-popup__content{height:70vh;overflow-y:auto}.faq-popup__content::-webkit-scrollbar{width:4px;height:4px}.faq-popup__content::-webkit-scrollbar-thumb{width:4px;height:50px;margin-right:10px;background-color:#999;-webkit-border-radius:4px}.faq-popup__content::-webkit-scrollbar-track-piece{background-color:#f8f8f8;-webkit-border-radius:0}.faq-popup-mask{position:fixed;left:0;top:0;z-index:200;display:none;width:100%;height:100%;background:rgba(0,0,0,.5)}.sidebar-right__manual .manual .driver,.sidebar-right__oc{display:none}@media(min-width: 641px){.service-center{grid-template-columns:30% 1fr !important}}.service-center__search{grid-area:search;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;padding:30px 15px}@media(min-width: 1441px){.service-center__search{padding:45px}}.service-center .video-search__select-field{width:100%}@media(min-width: 641px){.service-center .video-search__select-field{width:49%}}.service-center__list{display:flex;flex-direction:column;gap:20px}.service-center__item{position:relative;display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:20px;overflow:hidden;cursor:pointer;transition:background-color .3s ease-in-out}.service-center__item:hover{background-color:#f7f7f7;transition:background-color .3s ease-in-out}.service-center__item:hover .service-center__check-map{color:#d2232a;background-image:url(../assets/check-map-hover.png?v=cce9f3d197c60f1f4673);transition:all .3s ease-in-out}.service-center__title{position:relative;margin-bottom:5px;font-size:15px;line-height:21px}@media(min-width: 501px){.service-center__title{line-height:24px}}@media(min-width: 1101px){.service-center__title{line-height:27px}}.service-center__number{min-width:32px;height:22px;color:#d2232a;line-height:20px}.service-center__address,.service-center__phone,.service-center__check-map,.service-center__url{padding-left:32px;line-height:21px}@media(min-width: 1101px){.service-center__address,.service-center__phone,.service-center__check-map,.service-center__url{line-height:24px}}.service-center__balloon{width:-moz-fit-content;width:fit-content;display:block;margin-top:5px}.service-center__balloon:first-child{margin-top:0}.service-center__address{background:url(../assets/location.png?v=2136ba3ee05c808ff5d8) no-repeat 0 3px}.service-center__phone{background:url(../assets/phone.png?v=249860ffdbedad7f653b) no-repeat 0 3px}.service-center__url{background:url(../fonts/url-icon.svg) no-repeat;background-position-x:-2px}.service-center__check-map{display:none;background:url(../assets/check-map.png?v=eb7e40c68c8d2e41607f) no-repeat 0 3px;transition:all .3s ease-in-out}@media(min-width: 921px){.service-center__check-map{display:block}}.service-center__map-wrapper{position:relative;height:500px;overflow:hidden;border:1px solid #eee;border-radius:20px}@media(min-width: 1201px){.service-center__map-wrapper{height:657px}}@media(min-width: 1441px){.service-center__map-wrapper{height:860px}}.service-center__map{height:100%}.sidebar-left--scroll-wrap{position:relative;height:350px;padding:20px 10px;background-color:#fff;border:1px solid #f8f8f8;border-radius:20px}@media(min-width: 641px){.sidebar-left--scroll-wrap{height:500px;padding:30px 10px}}@media(min-width: 1201px){.sidebar-left--scroll-wrap{height:657px}}@media(min-width: 1441px){.sidebar-left--scroll-wrap{height:860px}}.sidebar-left--scroll{height:100%;overflow-y:auto}.sidebar-left--scroll::-webkit-scrollbar{width:4px;height:4px}.sidebar-left--scroll::-webkit-scrollbar-thumb{width:4px;background-color:#999;height:50px;-webkit-border-radius:4px;margin-right:10px}.sidebar-left--scroll::-webkit-scrollbar-track-piece{background-color:#f8f8f8;-webkit-border-radius:0}@media(min-width: 1201px){.sidebar-left--scroll{padding:0 20px}}.error-page{display:flex;justify-content:center;align-items:center;padding:60px 0;height:100vh}.error-page .wrap1{display:flex;flex-direction:column;justify-content:center}.error-page__redirect{display:inline-block;text-align:center;padding:15px;border-radius:15px;font-size:20px;background-color:#d2232a;color:#fff;cursor:pointer;transition:background-color .3s ease-in-out}.error-page__redirect:hover{background-color:#e5001c;transition:background-color .3s ease-in-out}.search-page{background:#f5f5f5}.search-page-list{min-height:250px}.search-page-list.app .ocr__item{height:-moz-max-content;height:max-content}.search-page .main_wrap{padding:0 20px 25px 20px}.search-page .inbanner{height:50px;overflow:hidden}@media(min-width: 641px){.search-page .inbanner{height:auto}}.search-page .crumbs{position:relative}.search-page .sidebar{grid-template-columns:20% 78%;gap:25px;background:#f5f5f5}@media(min-width: 541px){.search-page .product-card{padding-bottom:70px}}.search-page .sidebar-right{padding:0 20px 40px}@media(min-with: 541px){.search-page .sidebar-right{padding:0 40px 50px}}@media(min-width: 1441px){.search-page .sidebar-right{padding:0 50px 75px}}.search-page .items-counter{color:#999;padding-left:10px;font-weight:normal;transition:color .3s ease-in-out}.search-page__right{background-color:#fff;border-radius:20px}.search-page .news-pagination,.search-page .news{margin:0}.search-page .news{margin-top:0}.search-page__news-list{position:static;min-height:250px}.search-page .news-pagination{margin-top:50px}.search-page__news-item{padding:32px 0;border-bottom:1px solid #eee}@media(min-width: 1441px){.search-page__news-item{padding:38px 0}}.search-page__news-link{display:block;line-height:18px}@media(min-width: 541px){.search-page__news-link{line-height:24px}}@media(min-width: 801px){.search-page__news-link{line-height:27px}}@media(min-width: 1441px){.search-page__news-link{line-height:36px}}.search-page .manual-search .manual__title{width:60%}.site-search{padding:50px 0;border-bottom:1px solid #ddd}@media(min-width: 641px){.site-search{padding:70px 0 90px}}.site-search__wrapper{display:flex;justify-content:space-between;margin:0 auto;width:100%}@media(min-width: 641px){.site-search__wrapper{width:53.75%}}.site-search__field{flex:1;height:50px;padding:10px 30px;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.07);border-top-left-radius:12px;border-bottom-left-radius:12px}@media(min-width: 641px){.site-search__field{height:60px;border-top-left-radius:20px;border-bottom-left-radius:20px}}@media(min-width: 1101px){.site-search__field{font-size:16px}}.site-search__button{flex:0 0 70px;width:70px;height:50px;border-top-right-radius:12px;border-bottom-right-radius:12px;background:#e5001c url(../assets/site-search.png?v=ad2b0f29ec5cd231b027) no-repeat center;transition:background-color .3s ease-in-out;cursor:pointer}.site-search__button:hover{background-color:#d2232a;transition:background-color .3s ease-in-out}@media(min-width: 641px){.site-search__button{height:60px;border-top-right-radius:20px;border-bottom-right-radius:20px}}.loader-box{min-height:200px;position:relative}.loader_absolute{position:relative}.loader_absolute .loader-box{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.loader{position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:100;width:48px;height:48px;border:5px solid #fff;border-bottom-color:#ff3d00;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}[data-filter-select].disabled{pointer-events:none}[data-filter-select].disabled [data-filter-select-head]{background-color:#efefef}[data-filter-select].active [data-filter-select-head]{border-bottom-left-radius:0;border-bottom-right-radius:0}[data-filter-select].active [data-filter-select-head]::after{transform:translateY(-50%) rotate(180deg)}[data-filter-select].active [data-filter-select-body]{visibility:visible;opacity:1}[data-filter-select-item].disabled{pointer-events:none;background-color:#efefef}[data-accordion-body],[data-one-accordion-body]{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.accordion_red.open .accordion__head{background-color:#d2232a;color:#fff}.accordion_red.open .driver-and-manual{color:#fff}.cookies{display:none;position:fixed;left:0;right:0;bottom:0;z-index:180;padding:15px 0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.05)}.cookies .wrap1{display:flex;justify-content:space-between;align-items:center;position:relative}@media(max-width: 1280px){.cookies .wrap1{flex-direction:column;row-gap:20px}}.cookies__text{width:80%;font-size:14px;line-height:21px;overflow:hidden;color:#64656a}.cookies__text a{cursor:pointer;color:#587fb4}@media(max-width: 650px){.cookies__text{width:100%;align-self:flex-start}}.cookies__buttons{display:flex;align-items:center}@media(max-width: 650px){.cookies__buttons{align-self:flex-start;flex-direction:column;row-gap:10px}}.cookies__button{height:40px;padding:0 1em;margin-left:2em;color:#fff;font-size:14px;white-space:nowrap;background:#d2232a;border-radius:20px;transition:background .3s ease-in-out;border:none;cursor:pointer}.cookies__button--all{margin-right:4em}.cookies__button:hover{background:#e5011c}@media(max-width: 650px){.cookies__button{margin-left:0}}.cookies__close{position:relative;display:block;width:24px;height:24px;background:url(../assets/bot_pop_close.png?v=7b982303eb425ad83284) center no-repeat;background-size:contain;cursor:pointer}.cookies__close span{position:absolute;top:-4.2em;right:-1em;font-size:10px;white-space:nowrap;line-height:3em;padding:0 1em;background:#fff;border:1px solid #000;display:none}.cookies__close span::after{content:"";display:block;width:1em;height:1em;right:1.6em;bottom:-0.6em;background:#fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);border-right:1px solid #000;border-bottom:1px solid #000;position:absolute}@media(max-width: 650px){.cookies__close{position:absolute;right:20px;bottom:6px;top:auto}}.select-search{position:sticky;top:0;display:block;height:50px;width:100%;padding:0 20px;background-color:#f1f1f1}@media(max-width: 541px){.select-search{height:40px}}.select-search__input{padding:0;color:#64656a;height:100%;width:100%;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Source Han Sans,Helvetica Neue,PingFang SC,Microsoft YaHei,Helvetica,Arial,"宋体",sans-serif;padding-right:40px}@media(max-width: 1200px){.select-search__input{font-size:14px}}.select-search__input::-moz-placeholder{color:#a5a5a7}.select-search__input::placeholder{color:#a5a5a7}.select-search__icon{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:20px;height:20px;background:url(../assets/search.png?v=46d871b1e19cbf60e1bf) no-repeat center;background-size:100% 100%}@media(max-width: 1200px){.select-search__icon{width:18px;height:18px}}.search-hidden{display:none}.balloon{max-width:300px;box-sizing:border-box;padding:10px}@media(max-width: 480px){.balloon{max-width:70vw;font-size:14px}}.balloon__more{width:100%;font-size:14px;display:none;color:#999;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;margin-left:auto;border-radius:5px;padding:8px;border:none;cursor:pointer}@media(max-width: 480px){.balloon__more{display:flex}}.balloon.--open-more .service-center__balloon{overflow:visible;overflow:initial;white-space:inherit;text-overflow:initial}.balloon__header{font-size:16px;margin-bottom:10px;font-weight:700}@media(max-width: 480px){.balloon__header{font-size:15px}}.balloon .service-center__balloon{color:#999;font-size:16px}@media(max-width: 480px){.balloon .service-center__balloon{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100lvh}h2,h1{font-weight:400}.main-content{flex-grow:1;display:flex;flex-direction:column}footer{flex-shrink:0}a{color:inherit;-webkit-text-decoration:none;text-decoration:none}input{-webkit-border-radius:0;-webkit-appearance:none;border:none;background:none}img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:top}[data-place]{cursor:pointer}.swiper-pagination{bottom:5% !important}.swiper-pagination-bullet{width:12px;height:12px;background:#fff;border-radius:100%;margin:0 8px !important;opacity:1;vertical-align:middle;position:relative}@media(max-width: 920px){.swiper-pagination-bullet .swiper-pagination-bullet{width:6px;height:6px;margin:0 4px !important}}.swiper-pagination-bullet::after{width:16px;height:16px;border:4px solid #e00000;border-radius:100%;content:"";position:absolute;left:-2px;top:-2px;transition:all .3s;transform:scale(0)}@media(max-width: 920px){.swiper-pagination-bullet::after{width:14px;height:14px;display:none}}.swiper-pagination-bullet-active{background:none !important}.swiper-pagination-bullet-active:after{transform:scale(1)}@media(max-width: 920px){.swiper-pagination-bullet-active{background:#d2232a !important}}.main_wrap{padding:80px 0 120px;background:#f9f9f9}@media(max-width: 1200px){.main_wrap{padding:45px 0 80px}}@media(max-width: 920px){.main_wrap{padding:30px 0 50px}}@media(max-width: 540px){.main_wrap{padding:25px 0}}.wrap{max-width:1440px;margin-left:auto;margin-right:auto}.wrap1{max-width:1600px;margin-left:auto;margin-right:auto}.wrap2{max-width:1280px;margin-left:auto;margin-right:auto}.c-000{color:#000}.c-fff{color:#fff}.c-ccc{color:#ccc}.c-999{color:#999}.c-777{color:#777}.c-666{color:#666}.c-555{color:#555}.c-bbb{color:#bbb}.c-ddd{color:#ddd}.c-eee{color:#eee}.c-ececec{color:#ececec}.c-8dabca{color:#8dabca}.c-d3d3d3{color:#d3d3d3}.c-4b4b4b{color:#4b4b4b}.c-2b2b2b{color:#2b2b2b}.c-64656a{color:#64656a}.c-1a1a1a{color:#1a1a1a}.c-e00000{color:#e00000}.c-e5001c{color:#e5001c}.c-d2232a{color:#d2232a}.c-707070{color:#707070}.c-757575{color:#757575}.c-333{color:#333}.fl{float:left}.fr{float:right}.pr{position:relative}.pa{position:absolute}.dpb{display:block}.dpinb{display:inline-block}.fb{font-weight:bold}.tc{text-align:center}.tr{text-align:right}.ovh,.hid{overflow:hidden}.fixedCenter{left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}.fullScreen{left:0;top:0;width:100%;height:100%}.bor4{border-bottom:4px solid #d3bb88}.op3{opacity:.3}.tde{height:24px}.tde:hover{-webkit-text-decoration:underline;text-decoration:underline}.bora{border-radius:10px;overflow:hidden}.bra{border-radius:20px}.bra15{border-radius:15px}.ml5{margin-left:5px}.mr5{margin-right:5px}.ml10{margin-left:10px}.mr10{margin-right:10px}.ml20{margin-left:20px}.mr20{margin-right:20px}.bg-fff{background:#fff}.bg-f5{background:#f5f5f5}.bg-f9{background:#f9f9f9}.bg-fa{background:#fafafa}.f-12{font-size:12px}.f-14{font-size:14px}.f-16{font-size:16px}.f-18{font-size:18px}.f-20{font-size:20px}.f-22{font-size:22px}.f-24{font-size:24px}.f-28{font-size:28px}.f-30{font-size:20px}.f-32{font-size:32px}.f-34{font-size:34px}.f-36{font-size:36px}.f-38{font-size:38px}.f-40{font-size:40px}.f-42{font-size:42px}.f-48{font-size:48px}.f-50{font-size:50px}.f-56{font-size:56px}.f-60{font-size:60px}.f-72{font-size:60px}.f-80{font-size:60px}.f-100{font-size:80px}.f-160{font-size:160px}.f-16px{font-size:16px}.f-18px{font-size:18px}.f-20px{font-size:20px}.f-24px{font-size:24px}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt55{margin-top:55px}.mt60{margin-top:60px}.mt65{margin-top:65px}.mt70{margin-top:70px}.mt75{margin-top:75px}.mt80{margin-top:80px}.mt85{margin-top:85px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt120{margin-top:120px}.mt130{margin-top:130px}.mt140{margin-top:140px}.mt160{margin-top:160px}.mt250{margin-top:250px}.mb20{margin-bottom:20px}.mb50{margin-bottom:50px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.mb140{margin-bottom:140px}.pd10{padding:10px}.plr24{padding-left:24px;padding-right:24px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt70{padding-top:70px}.pb35{padding-bottom:35px}.pb50{padding-bottom:50px}.pb75{padding-bottom:75px}.ptb80{padding-top:80px;padding-bottom:90px}.ptb95{padding-top:95px;padding-bottom:55px}.pb120{padding-bottom:120px}.pb190{padding-bottom:190px}.mtb10{margin-top:10px;margin-bottom:10px}.mb1em p{margin-bottom:1em}.mb2em p{margin-bottom:1.8em}.mb10px p{margin-bottom:10px}@media only screen and (max-width: 1600px){.wrap1{max-width:1360px}}@media only screen and (max-width: 1440px){.wrap,.wrap1,.wrap2{max-width:100%;margin-left:60px;margin-right:60px}.f-20{font-size:16px}.f-22{font-size:18px}.f-24{font-size:18px}.f-28{font-size:20px}.f-36{font-size:24px}.f-38{font-size:22px}.f-42{font-size:24px}.f-48{font-size:30px}.f-72{font-size:40px}.mt30{margin-top:20px}.mt40{margin-top:30px}.mt55{margin-top:30px}.mt60{margin-top:40px}.mt120{margin-top:80px}.mt250{margin-top:200px}.pb190{padding-bottom:150px}}@media only screen and (max-width: 1280px){.f-36{font-size:28px}.wrap,.wrap1,.wrap2{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}}@media only screen and (max-width: 1200px){body,input,select,button,textarea{font-size:14px;color:#333}.f-16{font-size:14px}.f-18{font-size:16px}.f-22{font-size:18px}.f-30{font-size:20px}.f-32{font-size:24px}.f-36{font-size:20px}.f-40{font-size:24px}.f-42{font-size:24px}.f-48{font-size:24px}.f-50{font-size:30px}.f-60{font-size:40px}.f-72{font-size:50px}.f-80{font-size:40px}.f-86{font-size:60px}.mt30{margin-top:10px}.mt45{margin-top:30px}.mt40{margin-top:30px}.mt50{margin-top:40px}.mt60{margin-top:40px}.mt70{margin-top:60px}.mt72{margin-top:60px}.mt75{margin-top:50px}.mt80{margin-top:40px}.mt85{margin-top:45px}.mt90{margin-top:50px}.mt100{margin-top:50px}.mt130{margin-top:60px}.mt250{margin-top:200px}.mb90{margin-bottom:50px}.mb100{margin-bottom:50px}.mb140{margin-bottom:80px}.pb190{padding-bottom:100px}}@media(max-width: 800px){.f-16{font-size:14px}.f-18{font-size:16px}.f-20{font-size:16px}.f-22{font-size:16px}.f-24{font-size:16px}.f-28{font-size:18px}.f-30{font-size:18px}.f-38{font-size:20px}.f-40{font-size:20px}.f-48{font-size:20px}.f-60{font-size:35px}.f-72{font-size:40px}.f-80{font-size:30px}.f-32{font-size:22px}.mt20{margin-top:10px}.mt35{margin-top:20px}.mt50{margin-top:20px}.mt90{margin-top:30px}.mt250{margin-top:100px}.pb120{padding-bottom:50px}.pb190{padding-bottom:50px}.ptb95{padding-top:40px}}@media(max-width: 640px){.wrap,.wrap1,.wrap2{padding-left:1em;padding-right:1em}}@media(max-width: 500px){.f-18{font-size:14px}.f-20{font-size:13px}.f-22{font-size:14px}.f-24{font-size:12px}.f-32{font-size:16px}.f-36{font-size:18px}.f-38{font-size:16px}.f-42{font-size:16px}.f-48{font-size:14px}.f-50{font-size:20px}.f-72{font-size:20px}.f-80{font-size:20px}.mt25{margin-top:10px}.mt40{margin-top:20px}.mt50{margin-top:30px}.mt55{margin-top:20px}.mt60{margin-top:20px}.mt65{margin-top:30px}.mt70{margin-top:20px}.mt130{margin-top:30px}.mt250{margin-top:30px}.bra{border-radius:12px}.ptb95{padding-top:20px;padding-bottom:30px}.mb90{margin-bottom:20px}}.grey{color:#333}.device-pdf{display:none}@media(min-width: 641px){.device-pdf{position:absolute;top:70px;right:0;display:flex;flex-direction:column;align-items:center;padding-left:30px;text-align:center;cursor:pointer}.device-pdf:hover .device-pdf__image{background-image:url(../assets/pdf-hover.png?v=bb31518d67dd97248a6d);transition:background-image .3s ease-in-out}.device-pdf:hover .device-pdf__text{color:#d2232a;transition:color .3s ease-in-out}.device-pdf:hover .device-pdf__social-list{opacity:1;visibility:visible;transition:all .3s}}.device-pdf__image{display:inline-block;width:25px;height:25px;background:url(../assets/pdf.png?v=d4612943f29e05f13e3e) no-repeat center;vertical-align:middle;transition:background-image .3s ease-in-out}.device-pdf__text{color:#1a1a1a;line-height:21px;transition:color .3s ease-in-out}@media(min-width: 1101px){.device-pdf__text{line-height:24px}}.device-pdf__social-list{position:absolute;top:60px;z-index:10;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:5px;opacity:0;visibility:hidden;transition:all .3s}.device-pdf__link{position:relative;display:flex;justify-content:center;align-items:center;width:45px;height:45px;margin-left:5px;border-radius:100%;border:1px solid #333;background:#333;text-align:center;line-height:45px;transition:background .3s ease-in-out, border-color .3s ease-in-out}.device-pdf__link:hover{background:#d2232a;border-color:#d2232a;transition:background .3s ease-in-out, border-color .3s ease-in-out}.device-pdf__link:hover .device-pdf__social-img{opacity:1;transition:opacity .3s ease-in-out}.device-pdf__social-img{width:22px;height:22px;opacity:.7;transition:opacity .3s ease-in-out}
