@font-face{font-family:"Raleway";font-display:swap;src:url("../fonts/Raleway-Medium.woff2") format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"JetBrainsMono";font-display:swap;src:url("../fonts/JetBrainsMono-Medium.woff2") format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Raleway";font-display:swap;src:url("../fonts/Raleway-Bold.woff2") format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"Raleway";font-display:swap;src:url("../fonts/Raleway-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"Raleway";font-display:swap;src:url("../fonts/Raleway-Regular.woff2") format("woff2");font-weight:400;font-style:normal}: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;-webkit-animation:f-spinner-rotate 2s linear infinite;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);-webkit-animation:f-spinner-dash 2s ease-in-out infinite;animation:f-spinner-dash 2s ease-in-out infinite}@-webkit-keyframes f-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes f-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-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}}@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{-webkit-animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{-webkit-transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutUp{to{-webkit-transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@-webkit-keyframes f-throwOutDown{to{-webkit-transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}@keyframes f-throwOutDown{to{-webkit-transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{-webkit-animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp;animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{from{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomInUp{from{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-zoomOutDown{to{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}@keyframes f-zoomOutDown{to{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{-webkit-animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both 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{-webkit-animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both 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}@-webkit-keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-fadeOut{100%{opacity:0}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{-webkit-animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@-webkit-keyframes f-fadeFastOut{100%{opacity:0}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{-webkit-animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-fadeSlowOut{100%{opacity:0}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{-webkit-animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-crossfadeOut{100%{opacity:0}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes f-slideOutNext{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes f-slideOutNext{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes f-slideOutPrev{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes f-slideOutPrev{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.f-classicIn.from-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-classicOutNext{100%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}}@keyframes f-classicOutNext{100%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}}@-webkit-keyframes f-classicOutPrev{100%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}}@keyframes f-classicOutPrev{100%{-webkit-transform:translateX(75px);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;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);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;-webkit-transition:var(--f-button-transition);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;-webkit-box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));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;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;-webkit-transform:var(--f-button-transform);-ms-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-filter:var(--f-button-svg-filter);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%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-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%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-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{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);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{-ms-touch-action:none;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;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;-webkit-transform-origin:top left;-ms-transform-origin:top left;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{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container::-ms-backdrop{background-color:rgba(0, 0, 0, 0)}.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;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;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:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;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:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;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;-webkit-transition:none;transition:none;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-filter:blur(0px);filter:blur(0px)}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;-ms-flex-negative:0;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);-webkit-transition:all .25s ease;transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24, 24, 27, 0.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{-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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){-webkit-animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;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){-webkit-animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;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%;-ms-flex-negative:1;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, 0.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;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;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:-webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));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;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex}.f-thumbs__slide{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;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:-webkit-max-content;width:-moz-max-content;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);-webkit-transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);-webkit-transition:none;transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{-webkit-transition:-webkit-transform .33s ease;transition:-webkit-transform .33s ease;transition:transform .33s ease;transition:transform .33s ease, -webkit-transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{-webkit-transition:clip-path .33s ease;transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{-webkit-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));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{-webkit-appearance:none;-moz-appearance:none;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;-ms-touch-action:manipulation;touch-action:manipulation;opacity:var(--f-thumb-opacity);-webkit-transition:opacity .2s ease;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);-webkit-animation:f-fadeIn .2s ease-out;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);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;-o-object-fit:cover;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{-ms-flex-wrap:wrap;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);-webkit-transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 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:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));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:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));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{-webkit-transition:none !important;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;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;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.fancybox__toolbar__column.is-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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:-webkit-box;display:-ms-flexbox;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:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-ms-flexbox;display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ts-control{border:1px solid #d0d0d0;padding:8px 8px;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:5px 8px 2px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default !important}.focus .ts-control{-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.15);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.15)}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#1da7ee;color:#fff;border:1px solid #0073bb;overflow:auto}.ts-wrapper.multi .ts-control>div.active{background:#92c836;color:#fff;border:1px solid #00578d}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:white;background:#d2d2d2;border:1px solid #aaa}.ts-control>input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:7rem;display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important;-webkit-box-shadow:none !important;box-shadow:none !important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none !important}.has-items .ts-control>input{margin:0px 4px !important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0px 4px 0px -2px !important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125, 168, 208, 0.2);border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48, 48, 48, 0.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent !important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden !important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:2px;margin-right:0 !important;background:transparent !important;-webkit-transition:opacity .5s;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff, #d0d0d0, 85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.ts-wrapper .dropdown-header-close:hover{color:black}.plugin-dropdown_input.focus.dropdown-active .ts-control{-webkit-box-shadow:none;box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px 8px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1);width:100%;background:transparent}.plugin-dropdown_input .items-placeholder{border:0 none !important;-webkit-box-shadow:none !important;box-shadow:none !important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none !important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-webkit-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-moz-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input:-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:-webkit-box;display:-ms-flexbox;display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0, 0, 0, 0.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0 !important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #0073bb;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#00578d}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#aaa}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0 !important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #0073bb;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#00578d}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#aaa}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: .75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.ts-wrapper.single .ts-control{--ts-pr-caret: 2rem}.ts-wrapper.single .ts-control::after{content:" ";display:block;position:absolute;top:50%;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent}.ts-wrapper.single .ts-control:not(.rtl)::after{right:15px}.ts-wrapper.single .ts-control.rtl::after{left:15px}.ts-wrapper.single.dropdown-active .ts-control::after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.ts-wrapper.single.input-active .ts-control,.ts-wrapper.single.input-active .ts-control input{cursor:text}.ts-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:36px}.ts-wrapper.multi.has-items .ts-control{padding-left:5px;--ts-pr-min: 5px}.ts-wrapper.multi .ts-control [data-value]{text-shadow:0 1px 0 rgba(0, 51, 83, 0.3);border-radius:3px;background-color:color-mix(#1da7ee, #178ee9, 60%);background-image:-webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2),inset 0 1px rgba(255, 255, 255, 0.03);box-shadow:0 1px 0 rgba(0, 0, 0, 0.2),inset 0 1px rgba(255, 255, 255, 0.03)}.ts-wrapper.multi .ts-control [data-value].active{background-color:color-mix(#008fd8, #0075cf, 60%);background-image:-webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x}.ts-wrapper.multi.disabled .ts-control [data-value]{color:#999;text-shadow:none;background:none;-webkit-box-shadow:none;box-shadow:none}.ts-wrapper.multi.disabled .ts-control [data-value],.ts-wrapper.multi.disabled .ts-control [data-value] .remove{border-color:#e6e6e6}.ts-wrapper.multi.disabled .ts-control [data-value] .remove{background:none}.ts-wrapper.single .ts-control{-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05),inset 0 1px 0 rgba(255, 255, 255, 0.8);box-shadow:0 1px 0 rgba(0, 0, 0, 0.05),inset 0 1px 0 rgba(255, 255, 255, 0.8);background-color:color-mix(#fefefe, #f2f2f2, 60%);background-image:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));background-image:linear-gradient(to bottom, #fefefe, #f2f2f2);background-repeat:repeat-x}.ts-wrapper.single .ts-control,.ts-dropdown.single{border-color:#b8b8b8}.dropdown-active .ts-control{border-radius:3px 3px 0 0}.ts-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:.85em}.ts-dropdown .optgroup{border-top:1px solid #f0f0f0}.ts-dropdown .optgroup:first-child{border-top:0 none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));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:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));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:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));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:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));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;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}*{outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--header-height: 72px;--contentWidth: 1840px;--breadcrumbsHeight: 26px}:root:not(:has(.catalog__header)){--catalogHeaderHeight: 0px}:root:has(.catalog__header){--catalogHeaderHeight: 32px}@media only screen and (min-width: 768.2px){:root:has(.catalog__header){--catalogHeaderHeight: 40px}}:root:not(:has(.main-page)){--contentWidth: 1360px}html{height:100%}html,body{margin:0;padding:0;background-color:#f1efeb}body{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;color:#172178;min-height:100%;position:relative;font:500 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 1200.2px){body{font-size:14px;line-height:20px}}body:not(.main-page) .main{padding-bottom:20px}@media only screen and (min-width: 992.2px){body:not(.main-page) .main{padding-bottom:40px}}body:not(.main-page):not(:has(.catalog__header)) .main{--mainPaddingTop: calc(var(--header-height) + 20px)}@media only screen and (min-width: 1200.2px){body:not(.main-page):not(:has(.catalog__header)) .main{--mainPaddingTop: calc(var(--header-height) + 40px)}}body:not(.main-page):has(.catalog__header) .main{--mainPaddingTop: calc(var(--header-height) + var(--catalogHeaderHeight) + 20px)}@media only screen and (min-width: 1200.2px){body:not(.main-page):has(.catalog__header) .main{--mainPaddingTop: calc(var(--header-height) + var(--catalogHeaderHeight) + 40px)}}body.hide-scrollbar{overflow:hidden;margin-right:var(--scrollbar-width)}main{padding-top:var(--mainPaddingTop);height:-webkit-max-content;height:-moz-max-content;height:max-content}a{color:#172178;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}html:not(.mobile) a:hover{color:#f45e43;text-decoration:none}img{max-width:100%;max-height:100%}.both{display:block;clear:both}#panel:empty{display:none}.img__wrap{line-height:0}.img__wrap.full img,.img__wrap.full video{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;min-width:100%;min-height:100%}.img__wrap.pl img{-o-object-position:center left;object-position:center left}.img__wrap.pr img{-o-object-position:center right;object-position:center right}.clear-list,.breadcrumbs__list{list-style:none;margin:0;padding:0}.clear-btn{border:0;padding:0;background:none;font:500 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";cursor:pointer}@media only screen and (min-width: 1200.2px){.clear-btn{font-size:14px;line-height:20px}}.animation-circle{--size: 1050px;--bgColor: #3242D1;position:absolute;z-index:-1;aspect-ratio:1;width:var(--size);inset:var(--y, 0px) auto auto var(--x, 0px);background-color:var(--bgColor);opacity:.8;-webkit-filter:blur(200px);filter:blur(200px);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);will-change:top,left,filter;border-radius:50%;pointer-events:none}html.mobile .animation-circle{inset:50% auto auto 50%}*:has(>.animation-circle){background-color:#172178;overflow:hidden;position:relative;z-index:1}.js_scroller .scroller__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--scrollerGap, 0)}.js_scroller[data-animated=true]{overflow:hidden}.js_scroller[data-animated=true] .scroller__inner{width:-webkit-max-content;width:-moz-max-content;width:max-content;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-animation:scroll var(--animation-duration, 200s) var(--animation-direction, forwards) linear infinite;animation:scroll var(--animation-duration, 200s) var(--animation-direction, forwards) linear infinite}.js_scroller[data-direction=right]{--animation-direction: reverse}.js_scroller[data-direction=left]{--animation-direction: forwards}.js_scroller[data-speed=fast]{--animation-duration: 20s}.js_scroller[data-speed=slow]{--animation-duration: 60s}@-webkit-keyframes scroll{to{-webkit-transform:translate(-33.33%);transform:translate(-33.33%)}}@keyframes scroll{to{-webkit-transform:translate(-33.33%);transform:translate(-33.33%)}}.js_show_list{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.info{position:relative;margin-left:6px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23172178" stroke="transparent" stroke-width="0" style="" d="M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM10.9502 8C10.9502 7.44772 11.3979 7 11.9502 7H12.0498C12.6021 7 13.0498 7.44772 13.0498 8V8.1C13.0498 8.36526 12.9444 8.61965 12.7568 8.80719C12.5692 8.99474 12.3148 9.10006 12.0496 9.1L11.95 9.09998C11.3978 9.09984 10.9502 8.65216 10.9502 8.09998V8ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;aspect-ratio:1;width:16px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;display:inline-block;--contentWidth: 232px}@media only screen and (min-width: 768.2px){.info{--contentWidth: 327px }}@media only screen and (min-width: 1200.2px){.info{width:20px;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;--contentWidth: 360px}}*:has(>.info){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info__content{font-size:12px;line-height:16px;position:absolute;inset:50% 24px auto auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#172178;color:#faf9f7;padding:4px 8px;border-radius:4px;opacity:0;pointer-events:none;margin:0 20px 0 0;width:var(--contentWidth);-webkit-transition-property:opacity, margin;transition-property:opacity, margin;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}@media only screen and (min-width: 1200.2px){.info__content{margin:20px 0 0 0;inset:24px auto auto 50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.info__content::after{content:"";position:absolute;inset:50% -4px auto auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-left:solid 4px #172178;border-top:solid 4px rgba(0,0,0,0);border-bottom:solid 4px rgba(0,0,0,0)}@media only screen and (min-width: 1200.2px){.info__content::after{inset:-4px auto auto 50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-bottom:solid 4px #172178;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:0}}.info:hover .info__content{opacity:1;margin:0;pointer-events:auto}.information{display:grid;grid-template-columns:24px 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;border:solid 1px rgba(152,151,150,.15);background-color:rgba(152,151,150,.05);border-radius:6px;padding:16px;color:#4e4d4a;font-size:14px;line-height:24px;margin:0}.information::before{content:"";aspect-ratio:1;background-color:#989796;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM10.9502 8C10.9502 7.44772 11.3979 7 11.9502 7H12.0498C12.6021 7 13.0498 7.44772 13.0498 8V8.1C13.0498 8.36526 12.9444 8.61965 12.7568 8.80719C12.5692 8.99474 12.3148 9.10006 12.0496 9.1L11.95 9.09998C11.3978 9.09984 10.9502 8.65216 10.9502 8.09998V8ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM10.9502 8C10.9502 7.44772 11.3979 7 11.9502 7H12.0498C12.6021 7 13.0498 7.44772 13.0498 8V8.1C13.0498 8.36526 12.9444 8.61965 12.7568 8.80719C12.5692 8.99474 12.3148 9.10006 12.0496 9.1L11.95 9.09998C11.3978 9.09984 10.9502 8.65216 10.9502 8.09998V8ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:24px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}[class*=icon-link]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;text-transform:uppercase;font-weight:600;font-size:12px;line-height:16px}[class*=icon-link].icon-link--more::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8 7C8 6.44772 8.44772 6 9 6H17C17.5523 6 18 6.44772 18 7V15C18 15.5523 17.5523 16 17 16C16.4477 16 16 15.5523 16 15V9.41421L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L14.5858 8H9C8.44772 8 8 7.55228 8 7Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8 7C8 6.44772 8.44772 6 9 6H17C17.5523 6 18 6.44772 18 7V15C18 15.5523 17.5523 16 17 16C16.4477 16 16 15.5523 16 15V9.41421L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L14.5858 8H9C8.44772 8 8 7.55228 8 7Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}[class*=icon-link]:hover::after{background-color:#f45e43}@media only screen and (max-width: 768px){.hide-md{display:none !important}}@media only screen and (min-width: 768.2px){.show-md{display:none !important}}body:has(#bx-panel){--panelHeight: 147px;margin-top:var(--panelHeight)}body:has(#bx-panel.bx-panel-folded){--panelHeight: 39px }#panel{margin-top:calc(var(--panelHeight)*-1)}.container{--containerPadding: 20px;margin-right:auto;margin-left:auto;padding-right:var(--containerPaddingRight, var(--containerPadding));padding-left:var(--containerPaddingLeft, var(--containerPadding));width:100%;max-width:calc(var(--contentWidth) + var(--containerPadding)*2)}@media only screen and (min-width: 1440.2px){.container{--containerPadding: 40px}}.btn,.pagination__list a{--padding: 8px 12px;--btnBg: #F45E43;--hoverBtnBg: #D42E11;--btnFontSize: 12px;--btnColor: #172178;border-radius:5px;text-decoration:none;background-color:var(--btnBg);color:var(--btnColor);text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:var(--btnGap);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--padding);border:none;margin:0;text-transform:uppercase;cursor:pointer;font:600 var(--btnFontSize)/100% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;min-height:var(--btnHeight, 32px)}@media only screen and (min-width: 992.2px){.btn:not(.btn--small):not(.btn--icon),.pagination__list a:not(.btn--small):not(.btn--icon){--btnHeight: 40px;--padding: 10px 20px;--btnFontSize: 14px}}.btn.is-disabled,.pagination__list a.is-disabled,.btn:disabled,.pagination__list a:disabled{--btnColor: #CCCAC4;background-color:rgba(152,151,150,.1);color:#cccac4;pointer-events:none;cursor:default}.btn.is-disabled::before,.pagination__list a.is-disabled::before,.btn.is-disabled:after,.pagination__list a.is-disabled:after,.btn:disabled::before,.pagination__list a:disabled::before,.btn:disabled:after,.pagination__list a:disabled:after{background-color:#cccac4}.btn--1,.pagination__list a{--btnBg: rgba(23, 33, 120, 0.1)}.btn--1::before,.pagination__list a::before,.btn--1::after,.pagination__list a::after{background-color:var(--btnColor, #172178)}html:not(.mobile) .btn--1:hover,html:not(.mobile) .pagination__list a:hover,.pagination__list html:not(.mobile) a:hover,.btn--1:active,.pagination__list a:active,.btn--1.is-active,.pagination__list a.is-active{background-color:var(--btnBgHover, #172178);color:var(--btnColorHover, #fff)}html:not(.mobile) .btn--1:hover::before,html:not(.mobile) .pagination__list a:hover::before,.pagination__list html:not(.mobile) a:hover::before,html:not(.mobile) .btn--1:hover::after,html:not(.mobile) .pagination__list a:hover::after,.pagination__list html:not(.mobile) a:hover::after,.btn--1:active::before,.pagination__list a:active::before,.btn--1:active::after,.pagination__list a:active::after,.btn--1.is-active::before,.pagination__list a.is-active::before,.btn--1.is-active::after,.pagination__list a.is-active::after{background-color:var(--btnColorHover, #fff)}.btn--2{color:#fff;background-color:var(--btnBg, #F45E43)}html:not(.mobile) .btn--2:hover,.btn--2:active,.btn--2.is-active{color:#fff;background-color:var(--hoverBtnBg, #D42E11)}.btn--3{--color: #172178;--colorHover: #fff;--bgColorHover: #172178;background-color:rgba(0,0,0,0);color:var(--color);overflow:hidden;border-left:solid 1px var(--color);border-right:solid 1px var(--color);position:relative;z-index:1}.btn--3::before{content:"";position:absolute;z-index:-1;inset:50% auto auto 50%;background-color:var(--bgColorHover);opacity:0;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;aspect-ratio:1;width:30px;-webkit-transition-property:width, opacity;transition-property:width, opacity;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;pointer-events:none}html:not(.mobile) .btn--3:hover,.btn--3:active,.btn--3.is-active{color:var(--btnColorHover, #fff)}html:not(.mobile) .btn--3:hover::before,.btn--3:active::before,.btn--3.is-active::before{width:calc(100% + 10px);opacity:1;background-color:var(--bgColorHover, #fff)}.btn--4{--btnBg: #172178;--btnColor: #fff}.btn--4::before,.btn--4::after{background-color:var(--btnColor, #172178)}html:not(.mobile) .btn--4:hover,.btn--4:active,.btn--4.is-active{background-color:var(--btnBgHover, #F45E43);color:var(--btnColorHover, #fff)}html:not(.mobile) .btn--4:hover::before,html:not(.mobile) .btn--4:hover::after,.btn--4:active::before,.btn--4:active::after,.btn--4.is-active::before,.btn--4.is-active::after{background-color:var(--btnColorHover, #fff)}.btn--semiwide{width:100%;max-width:360px}.btn--icon{--btnBg: rgba(23, 33, 120, 0.1);--padding: 0;aspect-ratio:1;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;place-content:center}@media only screen and (min-width: 1200.2px){.btn--icon{height:40px}}html:not(.mobile) .btn--icon:hover,.btn--icon:active,.btn--icon.is-active{color:var(--btnColorHover, #fff);background-color:var(--btnBgHover, #172178)}html:not(.mobile) .btn--icon:hover:after,.btn--icon:active:after,.btn--icon.is-active:after{background-color:var(--btnColorHover, #fff)}.btn--icon:has(.notifications-number){position:relative}.btn--icon .notifications-number{position:absolute;inset:-6px -6px auto auto;aspect-ratio:1;border-radius:50%;background-color:#f45e43;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;width:20px;font-size:12px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.btn--icon .notifications-number:empty{opacity:0;pointer-events:none}::-webkit-input-placeholder{color:#989796;opacity:1;font-weight:400}::-moz-placeholder{color:#989796;opacity:1;font-weight:400}:-ms-input-placeholder{color:#989796;opacity:1;font-weight:400}::-ms-input-placeholder{color:#989796;opacity:1;font-weight:400}::placeholder{color:#989796;opacity:1;font-weight:400}:-ms-input-placeholder{color:#989796;opacity:1;font-weight:400}::-ms-input-placeholder{color:#989796;opacity:1;font-weight:400}.form{--formGap: 20px;--inputHeight: 40px}.form__title{font-weight:700;font-size:20px;line-height:200%;text-align:center;margin:0 0 15px}@media only screen and (min-width: 768.2px){.form__title{margin-bottom:23px;font-size:24px}}.form__text{line-height:160%;margin:0 0 40px;text-align:center}.form__grid{display:grid;gap:var(--formGap);-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;position:relative;z-index:1;grid-template-columns:100%}.form__grid+.form__grid{margin-top:var(--formGap)}@media only screen and (min-width: 576.2px){.form__grid--2{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 768.2px){.form__grid--3{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 900.2px){.form__grid--3{grid-template-columns:repeat(3, 1fr)}}.form-wide{grid-column:1/-1}@media only screen and (min-width: 768.2px){.form-tall{grid-row:span 2}}.form__item{position:relative}.form__item:has(input.is-active) .form__label,.form__item:has(input:focus) .form__label,.form__item:has(textarea.is-active) .form__label,.form__item:has(textarea:focus) .form__label{-webkit-transform:translateY(calc(-50% - 23px));-ms-transform:translateY(calc(-50% - 23px));transform:translateY(calc(-50% - 23px))}.form__label{position:absolute;inset:calc(var(--inputHeight)/2) auto auto 16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform 0.2s ease-in-out 0s;transition:-webkit-transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;font-size:13px;line-height:14px;color:#989796;z-index:1}.form__label::after{content:"";position:absolute;inset:calc(100% - 4px) -4px 2px -4px;background-color:#faf9f7;z-index:-1}.form__label span{color:#ff292a}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style),.form textarea,.form .input-file,.form .choices__inner{width:100%;resize:none;background:#faf9f7;border:1px solid #e3e3e3;border-radius:6px;height:var(--inputHeight);padding:0 16px;width:100%;color:#32322f;font:500 13px/24px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";-webkit-transition:border 0.2s ease-in-out 0s;transition:border 0.2s ease-in-out 0s}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style):not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):hover,.form textarea:not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):hover,.form .input-file:not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):hover,.form .choices__inner:not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):hover{border-color:#cacaca}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style):not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):focus,.form textarea:not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):focus,.form .input-file:not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):focus,.form .choices__inner:not([disabled]):not([readonly]):not(.parsley-error):not(:has(.parsley-error)):not(:has(+[aria-expanded=true])):focus{border-color:#3242d1}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style)[disabled],.form textarea[disabled],.form .input-file[disabled],.form .choices__inner[disabled]{border:dashed 1px rgba(152,151,150,.25);cursor:default}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style)[readonly],.form textarea[readonly],.form .input-file[readonly],.form .choices__inner[readonly]{cursor:default}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style).parsley-error,.form textarea.parsley-error,.form .input-file.parsley-error,.form .choices__inner.parsley-error{border-color:#ff5630}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style)::-webkit-outer-spin-button,.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style)::-webkit-inner-spin-button,.form textarea::-webkit-outer-spin-button,.form textarea::-webkit-inner-spin-button,.form .input-file::-webkit-outer-spin-button,.form .input-file::-webkit-inner-spin-button,.form .choices__inner::-webkit-outer-spin-button,.form .choices__inner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style) :autofill,.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style) :autofill:hover,.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style) :autofill:focus,.form textarea :autofill,.form textarea :autofill:hover,.form textarea :autofill:focus,.form .input-file :autofill,.form .input-file :autofill:hover,.form .input-file :autofill:focus,.form .choices__inner :autofill,.form .choices__inner :autofill:hover,.form .choices__inner :autofill:focus{background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style) :-webkit-autofill,.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style) :-webkit-autofill:hover,.form input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.no-style) :-webkit-autofill:focus,.form textarea :-webkit-autofill,.form textarea :-webkit-autofill:hover,.form textarea :-webkit-autofill:focus,.form .input-file :-webkit-autofill,.form .input-file :-webkit-autofill:hover,.form .input-file :-webkit-autofill:focus,.form .choices__inner :-webkit-autofill,.form .choices__inner :-webkit-autofill:hover,.form .choices__inner :-webkit-autofill:focus{background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}.form textarea{resize:none;min-height:112px;padding-top:12px;padding-bottom:12px;overflow:hidden}.form textarea.textarea-average{min-height:90px}.form textarea.textarea-high{min-height:125px}.form .input-file{padding-top:15px;font-size:14px;position:relative;cursor:pointer;word-break:break-all;display:block}.form .input-file::after{position:absolute;inset:50% 20px auto auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:0}.form .input-file__label{font-size:12px;line-height:120%;padding-top:4px;opacity:.6}.form .input-file__list{margin-top:12px;padding:6px 8px;display:grid;gap:8px}.form .input-file__list:empty{display:none}.form .checkbox-label{--iconSize: 18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:11px;-moz-column-gap:11px;column-gap:11px;cursor:pointer;position:relative}.form .checkbox-label::before,.form .checkbox-label:after{content:""}.form .checkbox-label::before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0;aspect-ratio:1;width:var(--iconSize);border-radius:4px;-webkit-box-shadow:inset 0 0 0 2px #4e4d4a;box-shadow:inset 0 0 0 2px #4e4d4a;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;position:relative;z-index:2}.form .checkbox-label:after{position:absolute;inset:50% auto auto 0;aspect-ratio:1;width:var(--iconSize);border-radius:50%;z-index:1;pointer-events:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.form .checkbox-label:hover::after{-webkit-box-shadow:0 0 0 9px rgba(152,151,150,.2);box-shadow:0 0 0 9px rgba(152,151,150,.2)}.form input[type=checkbox]:checked+.checkbox-label::before,.form .checkbox-label.is-active::before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M19.4346 7.0502C19.8251 7.44071 19.8251 8.07388 19.4346 8.46441L10.9498 16.9497C10.7622 17.1373 10.5079 17.2426 10.2427 17.2426C9.97743 17.2426 9.72307 17.1373 9.53553 16.9497L5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929C5.68342 10.9024 6.31658 10.9024 6.70711 11.2929L10.2426 14.8284L18.0203 7.05024C18.4109 6.6597 19.044 6.65968 19.4346 7.0502Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>');-webkit-box-shadow:inset 0 0 0 calc(var(--iconSize)/2) #f45e43;box-shadow:inset 0 0 0 calc(var(--iconSize)/2) #f45e43}.form input[type=checkbox]:checked+.checkbox-label:hover::after,.form .checkbox-label.is-active:hover::after{-webkit-box-shadow:0 0 0 9px rgba(212,46,17,.2);box-shadow:0 0 0 9px rgba(212,46,17,.2)}.form .radio-label{position:relative;padding-left:32px;font-size:14px;line-height:24px;cursor:pointer;color:#4e4d4a;display:inline-block;min-height:24px}.form .radio-label::before,.form .radio-label::after{content:"";position:absolute;border-radius:50%;-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.form .radio-label::before{border:solid 2px #4e4d4a;inset:0 auto auto 3px;height:18px;width:18px}.form .radio-label::after{inset:7px auto auto 10px;background-color:#f45e43;opacity:0;height:8px;width:8px}.form .radio-label:hover::before{border-color:#f45e43}.form input[type=radio]:checked+.radio-label,.form .radio-label.is-active{color:#f45e43}.form input[type=radio]:checked+.radio-label::before,.form .radio-label.is-active::before{border-color:#f45e43}.form input[type=radio]:checked+.radio-label::after,.form .radio-label.is-active::after{opacity:1}.form .error-wrap:before{position:absolute;inset:15px 20px auto auto;z-index:1}.form .error-wrap:has(input.is-active) .form__label,.form .error-wrap:has(input:focus) .form__label{color:#ff5630}.form .error-wrap .input-file{-webkit-box-shadow:none;box-shadow:none}.form .error-wrap .input-file:after{right:30px}.form__btn{margin:32px auto 0;display:table;width:100%;max-width:100%}@media only screen and (min-width: 576.2px){.form__btn{max-width:350px}}.form .parsley-errors-list{padding:0;margin:0;list-style:none;position:absolute;inset:auto 0 -13px 0;font-size:12px;line-height:100%;color:#ff292a}.form .is-open .choices__inner{border-radius:6px 6px 0 0}.form .choices{margin-bottom:0}.form .choices[data-type*=select-one] .choices__inner{padding-bottom:12px}.form .choices__list--single{padding:0}.form .choices__list[aria-expanded]{border-color:#172178}.ts-wrapper.single{background-color:rgba(23,33,120,.1);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;border-radius:5px}@media only screen and (max-width: 768px){.ts-wrapper.single{width:100%}}.ts-wrapper.single .ts-control{border:none;background:rgba(0,0,0,0);border-radius:0;-webkit-box-shadow:none;box-shadow:none}.ts-wrapper.single .ts-control::after{border-width:4px 4px 0 4px;border-top-color:#f45e43}.ts-wrapper.single.input-active .ts-control{background:rgba(0,0,0,0)}.ts-wrapper.single.dropdown-active{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.ts-wrapper.single.dropdown-active .ts-control::after{border-width:0 4px 4px 4px;border-bottom-color:#f45e43}.ts-wrapper.single .item,.ts-wrapper.single .ts-control__placeholder{-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}.ts-wrapper.single:hover{background-color:#172178}.ts-wrapper.single:hover .ts-control{--contcolItemColor: #fff}.ts-wrapper.single:hover input::-webkit-input-placeholder{color:#fff}.ts-wrapper.single:hover input::-moz-placeholder{color:#fff}.ts-wrapper.single:hover input:-ms-input-placeholder{color:#fff}.ts-wrapper.single:hover input::-ms-input-placeholder{color:#fff}.ts-wrapper.single:hover input::placeholder{color:#fff}.ts-wrapper.single:hover input:-ms-input-placeholder{color:#fff}.ts-wrapper.single:hover input::-ms-input-placeholder{color:#fff}.ts-control{--contcolItemColor: #172178;padding:0 34px 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ts-control input{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.ts-control .item,.ts-control__placeholder{font:600 12px/16px "Raleway";color:var(--contcolItemColor);text-transform:uppercase;vertical-align:middle;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}.ts-control .item+input,.ts-control .item+.ts-control__placeholder{display:none !important}.ts-dropdown{--borderRadius: 8px;--color: #172178;--formGap: 2px;--activeBG: #172178;--activeColor: #fff;--selectedBG: #172178;--selectedColor: #fff;background:rgba(250,249,247,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0px 0px var(8px) var(8px);padding:2px;margin-top:0;border:none;-webkit-box-shadow:none;box-shadow:none}.ts-dropdown .ts-dropdown-content{display:grid;gap:var(--formGap)}.ts-dropdown .option{padding:8px 16px;border-radius:5px;background-color:var(--BG, transparent);-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";-webkit-transition-property:background-color, color, -webkit-box-shadow;transition-property:background-color, color, -webkit-box-shadow;transition-property:background-color, box-shadow, color;transition-property:background-color, box-shadow, color, -webkit-box-shadow;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}.ts-dropdown .option.active{background-color:var(--activeBG);color:var(--activeColor)}.ts-dropdown .option.selected{background-color:var(--selectedBG);color:var(--selectedColor)}.hidden-input{opacity:0;position:absolute;width:0 !important;height:0 !important;padding:0 !important;visibility:hidden;pointer-events:none;margin:0}.entry-loader{position:fixed;inset:0;z-index:1000;background-color:#fff;-webkit-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s;display:none;pointer-events:none;opacity:1;-ms-flex-line-pack:center;align-content:center;row-gap:40px;grid-template-columns:minmax(100px, 670px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 768.2px){.entry-loader{row-gap:27px}}.entry-loader.show{display:grid;pointer-events:auto}.entry-loader.fadeOut{opacity:0}.entry-loader__text{text-align:center;text-transform:uppercase;margin:0;font-size:30px;line-height:110%}@media only screen and (min-width: 768.2px){.entry-loader__text{font-size:48px}}.entry-loader__progress{padding-bottom:23px;position:relative;text-align:right;font:500 14px/120% "JetBrainsMono"}.entry-loader__progress::before,.entry-loader__progress::after{content:"";position:absolute;height:8px;bottom:0;left:0}.entry-loader__progress::before{background-color:#f45e43;width:var(--progress);z-index:2}.entry-loader__progress::after{background-color:rgba(23,33,120,.2);right:0;z-index:1}.menu{display:grid;grid-auto-flow:column;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content}.menu,.menu ul{margin:0;padding:0;list-style:none}.header-menu{text-transform:uppercase;grid-auto-flow:row;grid-auto-columns:100%}@media only screen and (min-width: 1200.2px){.header-menu{grid-auto-columns:auto;grid-auto-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;border-radius:5px}}@media only screen and (max-width: 1200px){.header-menu+.header__contacts{margin-top:16px}}@media only screen and (min-width: 1200.2px){.header-menu .desctop-hide{display:none !important}}.header-menu>.header-menu__item{position:relative}@media only screen and (max-width: 1200px){.header-menu>.header-menu__item{border-bottom:solid 1px rgba(152,151,150,.25)}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:hover>.header-menu__link:after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}}.header-menu>.header-menu__item>.header-menu__link{font-weight:600;padding:16px 0;display:block;text-decoration:none;font:600 14px/20px "Raleway"}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item>.header-menu__link{background-color:rgba(23,33,120,.1);padding:10px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;color:#172178;font-size:16px}}@media only screen and (min-width: 1280.2px){.header-menu>.header-menu__item>.header-menu__link{padding:10px 20px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item>.header-menu__link:hover{background-color:rgba(23,33,120,.15)}}.header-menu>.header-menu__item>.header-menu__link.catalog-link{position:relative;z-index:1}.header-menu>.header-menu__item.is-active>a{color:#f45e43}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item.is-active>a{background-color:rgba(244,94,67,.1)}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item.is-active>a:hover{background-color:#f45e43;color:#fff}.header-menu>.header-menu__item.is-active>a:hover::after{border-top-color:#faf9f7}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:nth-child(2)>.header-menu__link{border-top-left-radius:5px;border-bottom-left-radius:5px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:last-child>.header-menu__link{border-top-right-radius:5px;border-bottom-right-radius:5px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:last-child>.header-menu__submenu{border-top-right-radius:8px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item.has-submenu>.header-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:11px;-moz-column-gap:11px;column-gap:11px;padding-right:21px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item.has-submenu>.header-menu__link::after{content:"";border-top:solid 5px #f45e43;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link)::after{content:"";position:absolute;inset:0 0 -17px 0;pointer-events:none}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2:not(:has(>.header-menu__submenu_item.is-active)):not(:has(>.header-menu__submenu_item.has-submenu:hover))>.header-menu__submenu_item:first-child>.header-menu__submenu{opacity:1;margin-left:0;pointer-events:auto}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2:not(:has(>.header-menu__submenu_item.is-active)):not(:has(>.header-menu__submenu_item.has-submenu:hover))>.header-menu__submenu_item:first-child>.header-menu__submenu_link{background:-webkit-gradient(linear, left top, right top, from(rgba(250, 249, 247, 0)), to(rgba(250, 249, 247, 0.5)));background:linear-gradient(90deg, rgba(250, 249, 247, 0) 0%, rgba(250, 249, 247, 0.5) 100%);color:#f45e43;margin-right:-4px;border-radius:0}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2:not(:has(>.header-menu__submenu_item.is-active)):not(:has(>.header-menu__submenu_item.has-submenu:hover))>.header-menu__submenu_item:first-child>.header-menu__submenu_link::after{background-color:#f45e43;-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2:has(>.header-menu__submenu_item.is-active):not(:has(>.header-menu__submenu_item.has-submenu:hover))>.header-menu__submenu_item.is-active>.header-menu__submenu{opacity:1;margin-left:0;pointer-events:auto}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2:has(>.header-menu__submenu_item.is-active):not(:has(>.header-menu__submenu_item.has-submenu:hover))>.header-menu__submenu_item.is-active>.header-menu__submenu_link{background:-webkit-gradient(linear, left top, right top, from(rgba(250, 249, 247, 0)), to(rgba(250, 249, 247, 0.5)));background:linear-gradient(90deg, rgba(250, 249, 247, 0) 0%, rgba(250, 249, 247, 0.5) 100%);color:#f45e43;margin-right:-4px;border-radius:0}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2:has(>.header-menu__submenu_item.is-active):not(:has(>.header-menu__submenu_item.has-submenu:hover))>.header-menu__submenu_item.is-active>.header-menu__submenu_link::after{background-color:#f45e43;-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2,.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover .level--2>.header-menu__submenu_item{opacity:1;pointer-events:auto;margin-top:0;visibility:visible}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link):hover::after{pointer-events:auto}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2{--paddings: var(--containerPadding);position:fixed;inset:var(--panelHeight, 0) 0 auto 0;background:rgba(250,249,247,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;padding:var(--header-height) var(--paddings);opacity:0;pointer-events:none;margin-top:-50px;visibility:hidden;will-change:opacity,margin;min-height:557px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}}@media only screen and (min-width: 1920.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2{--paddings: calc((100vw - var(--scrollbar-width) - var(--contentWidth)) / 2)}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item{--itemWidth: 320px;width:var(--itemWidth);opacity:0;margin-top:-10px;-webkit-transition-property:opacity, margin;transition-property:opacity, margin;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item.is-active>.header-menu__submenu_link{background-color:rgba(0,0,0,0)}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(1){-webkit-transition-delay:.27s;transition-delay:.27s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(2){-webkit-transition-delay:.34s;transition-delay:.34s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(3){-webkit-transition-delay:.41s;transition-delay:.41s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(4){-webkit-transition-delay:.48s;transition-delay:.48s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(5){-webkit-transition-delay:.55s;transition-delay:.55s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(6){-webkit-transition-delay:.62s;transition-delay:.62s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(7){-webkit-transition-delay:.69s;transition-delay:.69s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(8){-webkit-transition-delay:.76s;transition-delay:.76s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(9){-webkit-transition-delay:.83s;transition-delay:.83s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:nth-child(10){-webkit-transition-delay:.9s;transition-delay:.9s}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:not(:first-child){margin-top:4px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item>.header-menu__submenu_link{font-size:16px;line-height:30px;display:grid;padding:20px 40px 20px 0;grid-template-columns:100%;border-radius:8px;text-decoration:none}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item>.header-menu__submenu_link .text{display:none}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item>.header-menu__submenu_link .text{display:block;font-size:12px;line-height:16px;color:#989796;text-transform:none}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item.has-submenu>.header-menu__submenu_link{grid-template-columns:1fr 24px}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item.has-submenu>.header-menu__submenu_link::after{content:"";grid-area:1/2/3/3;align-self:start;aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289L11.7071 11.2929C12.0976 11.6834 12.0976 12.3166 11.7071 12.7071L7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071C5.90237 16.3166 5.90237 15.6834 6.29289 15.2929L9.58579 12L6.29289 8.70711C5.90237 8.31658 5.90237 7.68342 6.29289 7.29289ZM12.2929 7.29289C12.6834 6.90237 13.3166 6.90237 13.7071 7.29289L17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L13.7071 16.7071C13.3166 17.0976 12.6834 17.0976 12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929L15.5858 12L12.2929 8.70711C11.9024 8.31658 11.9024 7.68342 12.2929 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') no-repeat center/cover;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289L11.7071 11.2929C12.0976 11.6834 12.0976 12.3166 11.7071 12.7071L7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071C5.90237 16.3166 5.90237 15.6834 6.29289 15.2929L9.58579 12L6.29289 8.70711C5.90237 8.31658 5.90237 7.68342 6.29289 7.29289ZM12.2929 7.29289C12.6834 6.90237 13.3166 6.90237 13.7071 7.29289L17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L13.7071 16.7071C13.3166 17.0976 12.6834 17.0976 12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929L15.5858 12L12.2929 8.70711C11.9024 8.31658 11.9024 7.68342 12.2929 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') no-repeat center/cover;-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:hover>.header-menu__submenu{opacity:1;margin-left:0;pointer-events:auto}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:hover>.header-menu__submenu_link{background:-webkit-gradient(linear, left top, right top, from(rgba(250, 249, 247, 0)), to(rgba(250, 249, 247, 0.5)));background:linear-gradient(90deg, rgba(250, 249, 247, 0) 0%, rgba(250, 249, 247, 0.5) 100%);color:#f45e43;margin-right:-4px;border-radius:0}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2>.header-menu__submenu_item:hover>.header-menu__submenu_link::after{background-color:#f45e43;-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--2:hover .header-menu__submenu{-webkit-transition-delay:0s;transition-delay:0s}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3{display:none}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3{position:absolute;inset:var(--header-height) auto 0 calc(var(--paddings) + var(--itemWidth) + 4px);display:grid;-ms-flex-line-pack:start;align-content:start;grid-template-columns:repeat(3, minmax(100px, 360px));gap:1px;opacity:0;margin-left:20px;pointer-events:none;-webkit-transition-property:opacity, margin;transition-property:opacity, margin;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0.7s;transition-delay:0.7s}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_item:has(>.item-title){grid-column:1/-1}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_item:has(>.item-title) .item-title{pointer-events:none;color:#989796}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_item.is-active>a{color:#f45e43}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_item.is-active>a::before{background-color:#f45e43}}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;height:100%;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;padding:24px 40px;background-color:rgba(152,151,150,.05);text-decoration:none;font-size:12px;line-height:16px}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_link:not(.item-title)::before{content:"";aspect-ratio:1;width:16px;background-color:#172178;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);-webkit-mask:var(--icon, url(../img/svg/Text_Align_Left.svg)) no-repeat center/contain;mask:var(--icon, url(../img/svg/Text_Align_Left.svg)) no-repeat center/contain}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_link:not(.item-title):hover{background-color:rgba(250,249,247,.5);color:#f45e43}.header-menu>.header-menu__item:has(.header-menu__link.catalog-link) .level--3 .header-menu__submenu_link:not(.item-title):hover::before{background-color:#f45e43}.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)){z-index:1}.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)) .level--2{display:grid;grid-template-columns:100%;row-gap:8px}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)) .level--2{row-gap:2px;position:absolute;inset:100% auto auto 0;background-color:rgba(250,249,247,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 8px 8px;padding:4px;white-space:nowrap;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:opacity, transform;transition-property:opacity, transform, -webkit-transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;z-index:-1;min-width:100%}}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)) .level--2 .header-menu__submenu_item.is-active>a{background-color:#172178;color:#fff}}.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)) .level--2 .header-menu__submenu_link{text-transform:uppercase;display:block;text-decoration:none;border-radius:5px}@media only screen and (min-width: 1200.2px){.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)) .level--2 .header-menu__submenu_link{padding:8px 16px}}@media only screen and (min-width: 992.2px){.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)) .level--2 .header-menu__submenu_link:hover{background-color:#172178;color:#fff}}.header-menu>.header-menu__item:not(:has(.header-menu__link.catalog-link)):hover .level--2{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;pointer-events:auto}@media only screen and (max-width: 1200px){.header-menu .level--2>.header-menu__submenu_item:nth-last-child(2)>.header-menu__submenu_link{padding-bottom:16px}}@media only screen and (max-width: 1200px){.header-menu .level--2>.header-menu__submenu_item>.header-menu__submenu_link{font-size:14px;line-height:20px;text-decoration:none;display:block;padding:4px 0}}.footer-menu{display:none}@media only screen and (min-width: 768.2px){.footer-menu{padding-top:20px;display:grid;grid-area:1/2/5/3;z-index:2;text-transform:uppercase;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 768.2px)and (min-width: 992.2px){.footer-menu{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.footer-menu a{font-size:10px}@media only screen and (min-width: 992.2px){.footer-menu a{font-size:12px}}.footer-menu a:hover{text-decoration:underline !important}.footer-menu>.footer-menu__item>.footer-menu__link{color:#fff;display:inline-block;margin-bottom:16px}.footer-menu>.footer-menu__item>.footer-menu__link:hover{color:#fff}.footer-menu .level--2{margin-top:16px;display:grid;row-gap:8px}.catalog-menu{grid-auto-flow:row;position:relative;height:var(--catalogHeaderHeight)}.catalog-menu:hover .catalog-menu__item:not(.is-active){margin-top:0;opacity:1;pointer-events:auto}.catalog-menu:hover .catalog-menu__item.is-active .catalog-menu__link::after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.catalog-menu:not(:has(.is-active)) .catalog-menu__item:first-child{position:relative;z-index:1;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;opacity:1;margin-top:0}.catalog-menu:not(:has(.is-active)):hover .catalog-menu__item:first-child .catalog-menu__link::after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.catalog-menu__item{padding:4px;height:var(--catalogHeaderHeight)}.catalog-menu__item.is-active{position:relative;z-index:1;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.catalog-menu__item.is-active .catalog-menu__link{pointer-events:none}.catalog-menu__item:not(.is-active){background-color:rgba(250,249,247,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:-20px;opacity:0;-webkit-transition-property:margin-top, opacity;transition-property:margin-top, opacity;-webkit-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;pointer-events:none}.catalog-menu__item:last-child:not(.is-active){border-radius:0 0 8px 8px}.catalog-menu:has(.catalog-menu__item:nth-child(2)) .catalog-menu__item.is-active .catalog-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:11px;-moz-column-gap:11px;column-gap:11px;padding-right:21px}.catalog-menu:has(.catalog-menu__item:nth-child(2)) .catalog-menu__item.is-active .catalog-menu__link::after{content:"";border-top:solid 5px #f45e43;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}.catalog-menu:has(.catalog-menu__item:last-child.is-active) .catalog-menu__item:nth-last-child(2){border-radius:0 0 8px 8px}.catalog-menu__link{text-decoration:none;text-transform:uppercase;display:block;text-decoration:none;border-radius:5px;padding:0 8px;height:100%;font:600 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 768.2px){.catalog-menu__link{font-size:18px;line-height:32px;padding:0 16px}}.catalog-menu__link:hover{background-color:#172178;color:#fff}.catalog-2-menu{grid-auto-flow:row;grid-auto-rows:100%;height:var(--catalogHeaderHeight);-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 1440.2px){.catalog-2-menu{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-auto-flow:column}}@media only screen and (max-width: 1440px){.catalog-2-menu:hover .catalog-2-menu__item:not(.is-active){margin-top:0;opacity:1;pointer-events:auto}}@media only screen and (max-width: 1440px){.catalog-2-menu:hover .catalog-2-menu__item.is-active .catalog-2-menu__link::after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}}@media only screen and (max-width: 1440px){.catalog-2-menu:not(:has(.is-active)) .catalog-2-menu__item:first-child{position:relative;z-index:1;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;opacity:1;margin-top:0}.catalog-2-menu:not(:has(.is-active)) .catalog-2-menu__item:first-child .catalog-2-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:11px;-moz-column-gap:11px;column-gap:11px}.catalog-2-menu:not(:has(.is-active)) .catalog-2-menu__item:first-child .catalog-2-menu__link::after{content:"";border-top:solid 5px #f45e43;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;margin-left:auto;justify-self:flex-end}.catalog-2-menu:not(:has(.is-active)):hover .catalog-2-menu__item:first-child .catalog-2-menu__link::after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}}.catalog-2-menu__item{height:100%}@media only screen and (max-width: 1440px){.catalog-2-menu__item.is-active{position:relative;z-index:1;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.catalog-2-menu__item.is-active .catalog-2-menu__link{--color: #F45E43;border-bottom:solid 1px var(--color);pointer-events:none}@media only screen and (max-width: 1440px){.catalog-2-menu__item:not(.is-active){background-color:rgba(250,249,247,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:-20px;opacity:0;-webkit-transition-property:margin-top, opacity;transition-property:margin-top, opacity;-webkit-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;pointer-events:none}}@media only screen and (max-width: 1440px){.catalog-2-menu__item:not(.is-active) .catalog-2-menu__link{padding:0px 8px}}@media only screen and (max-width: 1440px){.catalog-2-menu__item:last-child:not(.is-active){border-radius:0 0 8px 8px}}@media only screen and (max-width: 1440px){.catalog-2-menu:has(.catalog-2-menu__item:nth-child(2)) .catalog-2-menu__item.is-active .catalog-2-menu__link{width:100%}}@media only screen and (max-width: 1440px){.catalog-2-menu:has(.catalog-2-menu__item:nth-child(2)) .catalog-2-menu__item.is-active .catalog-2-menu__link::after{content:"";border-top:solid 5px #f45e43;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;margin-left:auto;justify-self:flex-end}}@media only screen and (max-width: 1440px){.catalog-2-menu:has(.catalog-2-menu__item:last-child.is-active) .catalog-2-menu__item:nth-last-child(2){border-radius:0 0 8px 8px}}.catalog-2-menu__link{--color: #4E4D4A;font:600 12px/16px "Raleway";color:var(--color);height:100%;text-decoration:none;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}@media only screen and (max-width: 576px){.catalog-2-menu__link{max-width:180px}}@media only screen and (min-width: 768.2px){.catalog-2-menu__link{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}}.catalog-2-menu__link::before{content:"";aspect-ratio:1;width:16px;background-color:var(--color);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;-webkit-mask:var(--icon, url(../img/svg/Text_Align_Left.svg)) no-repeat center/contain;mask:var(--icon, url(../img/svg/Text_Align_Left.svg)) no-repeat center/contain}.catalog-2-menu__link:hover{--color: #F45E43}.aside-menu{display:none}@media only screen and (min-width: 1200.2px){.aside-menu{display:grid;grid-auto-flow:row;background-color:#faf9f7;padding:4px;border-radius:8px;grid-auto-columns:auto}}.aside-menu__item :not(:first-child){margin-top:4px}.aside-menu__link{display:block;padding:10px 12px;border-radius:3px;text-transform:uppercase;color:#4e4d4a;text-decoration:none;font-weight:600;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.aside-menu__link:hover{color:#f45e43}.aside-menu__link.is-active{color:#f45e43;background-color:rgba(244,94,67,.05)}.tabs{display:inline-grid;grid-auto-flow:column;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;justify-items:start;position:relative;list-style:none;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;z-index:1;padding:0 0 10px;margin:0}.tabs__tab{opacity:.6;text-transform:uppercase;cursor:pointer;font-variation-settings:"wght" 700;font-size:18px;line-height:23px;letter-spacing:.04em}@media only screen and (min-width: 768.2px){.tabs__tab{font-size:20px}}.tabs-content__wrapper{height:0;-webkit-transition:opacity 1s,-webkit-transform .2s;transition:opacity 1s,-webkit-transform .2s;transition:opacity 1s,transform .2s;transition:opacity 1s,transform .2s,-webkit-transform .2s;overflow:hidden}.tabs-content__wrapper.is-active{height:auto;overflow:initial}.tabs-content__wrapper-inner{padding-top:20px;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity .3s,padding .2s;transition:opacity .3s,padding .2s}.tabs-content__wrapper.is-active .tabs-content__wrapper-inner{opacity:1;visibility:visible;pointer-events:auto;padding-top:10px}.tabs-content__wrapper.is-proccess .tabs-content__wrapper-inner{opacity:0}.tabs-content__wrapper.without-toggle-block{overflow:visible}.tabs__line{position:absolute;bottom:0;height:3px;background-color:#f45e43;border-radius:5px 5px 0 0}.tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--tagGap, 8px)}.tags .tag{text-transform:uppercase;color:var(--tagColor, #172178);padding:var(--tagPadding, 4px 12px);background-color:var(--TagBg, rgba(23, 33, 120, 0.1));border-radius:30px;font:600 var(--tagFontSize, 11px)/120% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}.tags--green{--TagBg: #34BB70 }.tags--red{--TagBg: #BA3434 }.tags--gray{--TagBg: #1C1D1F }.page__head,.page-block__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.page__head:not(.page__head--together,.page-block__head--together),.page-block__head:not(.page__head--together,.page-block__head--together){-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1200px){.page__head--together,.page-block__head--together{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.page__head .page__title,.page-block__head .page__title{margin:0}@media only screen and (max-width: 768px){.main:not(:has(.head-banner)) .page__head .page__title+.title__btns,.main:not(:has(.head-banner)) .page-block__head .page__title+.title__btns{display:none}}.page__head .title__btns,.page-block__head .title__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.page__head .title__btn--default,.page-block__head .title__btn--default{position:relative;z-index:2}.page__head .title__btn--default::after,.page-block__head .title__btn--default::after{content:"";aspect-ratio:1;background-color:var(--headBtnColor, #172178);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8C19.1046 8 20 7.10457 20 6C20 4.89543 19.1046 4 18 4ZM14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C16.7961 10 15.7164 9.46811 14.9831 8.6265L9.91208 11.162C9.96969 11.4322 10 11.7126 10 12C10 12.2874 9.96969 12.5678 9.91208 12.838L14.9831 15.3735C15.7164 14.5319 16.7961 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 17.7126 14.0303 17.4322 14.0879 17.162L9.01694 14.6265C8.28363 15.4681 7.20393 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C7.20393 8 8.28363 8.53189 9.01694 9.37349L14.0879 6.83801C14.0303 6.56777 14 6.28742 14 6ZM6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10ZM18 16C16.8954 16 16 16.8954 16 18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8C19.1046 8 20 7.10457 20 6C20 4.89543 19.1046 4 18 4ZM14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C16.7961 10 15.7164 9.46811 14.9831 8.6265L9.91208 11.162C9.96969 11.4322 10 11.7126 10 12C10 12.2874 9.96969 12.5678 9.91208 12.838L14.9831 15.3735C15.7164 14.5319 16.7961 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 17.7126 14.0303 17.4322 14.0879 17.162L9.01694 14.6265C8.28363 15.4681 7.20393 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C7.20393 8 8.28363 8.53189 9.01694 9.37349L14.0879 6.83801C14.0303 6.56777 14 6.28742 14 6ZM6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10ZM18 16C16.8954 16 16 16.8954 16 18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.page__head .title__btn--copy::after,.page-block__head .title__btn--copy::after{content:"";aspect-ratio:1;background-color:var(--headBtnColor, #172178);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M17.6568 6.34316C16.4852 5.17157 14.5858 5.17154 13.4143 6.34309L12.0001 7.75731C11.6096 8.14783 10.9764 8.14783 10.5859 7.75731C10.1953 7.36678 10.1953 6.73362 10.5859 6.34309L12.0001 4.92888C13.9527 2.97624 17.1184 2.97634 19.071 4.92895C21.0235 6.88143 21.0241 10.0472 19.0714 11.9999C19.0714 11.9999 19.0714 11.9999 19.0714 11.9999L17.6573 13.4141C17.2668 13.8047 16.6337 13.8047 16.2431 13.4142C15.8526 13.0237 15.8525 12.3905 16.2431 12L17.6571 10.5858C18.8286 9.41432 18.8285 7.51485 17.6568 6.34316ZM15.5358 8.46465C15.9264 8.85517 15.9264 9.48834 15.5358 9.87886L9.87898 15.5357C9.48846 15.9262 8.85529 15.9262 8.46477 15.5357C8.07425 15.1452 8.07425 14.512 8.46477 14.1215L14.1216 8.46465C14.5121 8.07412 15.1453 8.07412 15.5358 8.46465ZM7.75804 10.5859C8.14856 10.9764 8.14856 11.6096 7.75804 12.0001L6.34383 13.4143C5.17216 14.586 5.17205 16.4854 6.34352 17.6569C7.51505 18.8284 9.41474 18.8285 10.5863 17.6571C10.5863 17.6571 10.5864 17.657 10.5863 17.6571L11.9999 16.2429C12.3904 15.8523 13.0235 15.8521 13.4141 16.2426C13.8048 16.633 13.8049 17.2662 13.4144 17.6568L12.0008 19.071C10.0482 21.0236 6.88193 21.0237 4.92931 19.0711C2.97659 17.1184 2.97709 13.9526 4.92961 12.0001L6.34383 10.5859C6.73435 10.1953 7.36752 10.1953 7.75804 10.5859Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M17.6568 6.34316C16.4852 5.17157 14.5858 5.17154 13.4143 6.34309L12.0001 7.75731C11.6096 8.14783 10.9764 8.14783 10.5859 7.75731C10.1953 7.36678 10.1953 6.73362 10.5859 6.34309L12.0001 4.92888C13.9527 2.97624 17.1184 2.97634 19.071 4.92895C21.0235 6.88143 21.0241 10.0472 19.0714 11.9999C19.0714 11.9999 19.0714 11.9999 19.0714 11.9999L17.6573 13.4141C17.2668 13.8047 16.6337 13.8047 16.2431 13.4142C15.8526 13.0237 15.8525 12.3905 16.2431 12L17.6571 10.5858C18.8286 9.41432 18.8285 7.51485 17.6568 6.34316ZM15.5358 8.46465C15.9264 8.85517 15.9264 9.48834 15.5358 9.87886L9.87898 15.5357C9.48846 15.9262 8.85529 15.9262 8.46477 15.5357C8.07425 15.1452 8.07425 14.512 8.46477 14.1215L14.1216 8.46465C14.5121 8.07412 15.1453 8.07412 15.5358 8.46465ZM7.75804 10.5859C8.14856 10.9764 8.14856 11.6096 7.75804 12.0001L6.34383 13.4143C5.17216 14.586 5.17205 16.4854 6.34352 17.6569C7.51505 18.8284 9.41474 18.8285 10.5863 17.6571C10.5863 17.6571 10.5864 17.657 10.5863 17.6571L11.9999 16.2429C12.3904 15.8523 13.0235 15.8521 13.4141 16.2426C13.8048 16.633 13.8049 17.2662 13.4144 17.6568L12.0008 19.071C10.0482 21.0236 6.88193 21.0237 4.92931 19.0711C2.97659 17.1184 2.97709 13.9526 4.92961 12.0001L6.34383 10.5859C6.73435 10.1953 7.36752 10.1953 7.75804 10.5859Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.page__head .title__btn--telegram,.page-block__head .title__btn--telegram{background-image:url(../img/svg/telegram.svg)}.page__head .title__btn--ok,.page-block__head .title__btn--ok{background-image:url(../img/svg/ok.svg)}.page__head .title__btn--vk,.page-block__head .title__btn--vk{background-image:url(../img/svg/vk.svg)}.page__head .title__btn--mail,.page-block__head .title__btn--mail{background-image:url(../img/svg/mail.svg)}.page__head .title__share-wrap,.page-block__head .title__share-wrap{position:relative;z-index:10}html:not(.mobile) .page__head .title__share-wrap:hover .title__share-block,html:not(.mobile) .page-block__head .title__share-wrap:hover .title__share-block{opacity:1;pointer-events:auto}html:not(.mobile) .page__head .title__share-wrap:hover .title__share-btn,html:not(.mobile) .page-block__head .title__share-wrap:hover .title__share-btn{margin-top:0}.page__head .title__share-block,.page-block__head .title__share-block{--blockPadding: 4px;--blockIconSize: 32px;position:absolute;inset:calc(var(--blockPadding)*-1) calc(var(--blockPadding)*-1) auto calc(var(--blockPadding)*-1);padding:calc(var(--blockIconSize) + var(--blockPadding)*2) var(--blockPadding) var(--blockPadding) var(--blockPadding);border-radius:8px;background:#faf9f7;-webkit-box-shadow:0px 0px 2px rgba(145,158,171,.05),0px 8px 16px rgba(152,151,150,.1);box-shadow:0px 0px 2px rgba(145,158,171,.05),0px 8px 16px rgba(152,151,150,.1);display:grid;grid-template-columns:var(--blockIconSize);row-gap:4px;opacity:0;pointer-events:none;-webkit-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s}@media only screen and (min-width: 1200.2px){.page__head .title__share-block,.page-block__head .title__share-block{--blockIconSize: 40px}}.page__head .title__share-btn,.page-block__head .title__share-btn{aspect-ratio:1;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-transition-property:margin, -webkit-transform;transition-property:margin, -webkit-transform;transition-property:transform, margin;transition-property:transform, margin, -webkit-transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;margin-top:-10px}.page__head .title__share-btn:hover,.page-block__head .title__share-btn:hover{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.page__head{padding-top:10px;padding-bottom:40px}.page__title{--color: #172178;--fontSize: 24px;margin-top:20px;margin-bottom:20px;font:500 var(--fontSize)/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:var(--color)}@media only screen and (min-width: 768.2px){.page__title{--fontSize: 40px }}@media only screen and (min-width: 992.2px){.page__title{margin-bottom:40px}}@media only screen and (min-width: 1200.2px){.page__title{--fontSize: 48px }}.page-block{--verticalPadding: 100px;padding-top:var(--paddingTop, var(--verticalPadding));padding-bottom:var(--paddingBottom, var(--verticalPadding))}@media only screen and (min-width: 768.2px){.page-block{--verticalPadding: 150px }}@media only screen and (min-width: 1200.2px){.page-block{--verticalPadding: 200px }}.page-block__head{padding-bottom:20px}@media only screen and (min-width: 1200.2px){.page-block__head{padding-bottom:40px}}.page-block__title{--color: #fff;--fontSize: 48px;margin-top:0;margin-bottom:0;font:500 var(--fontSize)/110% "Raleway";color:var(--color);-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 768.2px){.page-block__title{--fontSize: 56px }}@media only screen and (min-width: 1200.2px){.page-block__title{--fontSize: 80px }}.page-block__title--2{--color: #172178;--fontSize: 20px}@media only screen and (min-width: 992.2px){.page-block__title--2{--fontSize: 30px }}@media only screen and (min-width: 1200.2px){.page-block__title--2{--fontSize: 40px }}.page-block__subtitle{--color: rgba(23, 33, 120, 0.5);--fontSize: 20px;margin-top:0;margin-bottom:0;font:700 var(--fontSize)/110% "Raleway";color:var(--color);-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 768.2px){.page-block__subtitle{--fontSize: 30px }}.page-block__subtitle:has(+.page-block__title){margin-bottom:20px}@media only screen and (min-width: 768.2px){.page-block__subtitle:has(+.page-block__title){margin-bottom:40px}}.page-block--2{--verticalPadding: 0}.page-block--2+.page-block--2{--paddingTop: 40px;margin-top:var(--paddingTop);border-top:solid 1px #e3e3e3}@media only screen and (min-width: 1200.2px){.page-block--2+.page-block--2{--paddingTop: 80px }}.mobile_menu__next-link,.mobile_menu__back-link{display:none}.mobile_menu__wrap,.mobile_menu__btn{display:block}@media only screen and (min-width: 1200.2px){.mobile_menu__wrap,.mobile_menu__btn{display:none !important}}.mobile_menu__wrap{position:fixed;inset:var(--header-height) auto 0 0;height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));background-color:#faf9f7;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;overflow:auto;width:100%;padding:4px 20px 40px;z-index:100}@media only screen and (min-width: 576.2px){.mobile_menu__wrap{grid-template-rows:1fr auto;width:403px}}.menu_open .mobile_menu__wrap{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mobile_menu__head{display:grid;grid-template-columns:1fr auto;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.mobile_menu__head .header__contacts--phone{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media only screen and (max-width: 1200px){.mobile_menu__btn{background-color:rgba(0,0,0,0);float:right;height:48px;width:48px;cursor:pointer;display:grid;grid-template-columns:16px;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:3px;border-radius:5px}}.menu_open .mobile_menu__btn{background-color:rgba(244,94,67,.1)}.mobile_menu__btn div{position:relative;display:block;height:2px;width:100%;-webkit-transition:all .25s;transition:all .25s;background-color:#172178;border-radius:3px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.menu_open .mobile_menu__btn div{background-color:#f45e43}.menu_open .mobile_menu__btn div:first-child{-webkit-transform:rotate(45deg) translate(3px, 4px);-ms-transform:rotate(45deg) translate(3px, 4px);transform:rotate(45deg) translate(3px, 4px)}.menu_open .mobile_menu__btn div:nth-child(2){width:0%;opacity:0}.menu_open .mobile_menu__btn div:last-child{-webkit-transform:rotate(-45deg) translate(3px, -4px);-ms-transform:rotate(-45deg) translate(3px, -4px);transform:rotate(-45deg) translate(3px, -4px)}.mobile_menu__contacts{display:grid;row-gap:8px;font-size:14px;line-height:20px;color:#4e4d4a;margin-top:16px}.mobile_menu__contacts a{text-decoration:none}.mobile_menu__contacts p{margin:0}.mobile_menu__blind{position:fixed;inset:var(--header-height) 0 0 0;z-index:99;background-color:rgba(38,37,34,.25);display:none;cursor:pointer}@-webkit-keyframes popup-slideIn{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes popup-slideIn{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes popup-slideOut{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes popup-slideOut{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}.popup{--headHeight: 60px;--headPadding: 0 52px 0 20px;--footerPadding: 20px;position:relative;overflow:visible;-webkit-box-shadow:0px 0px 40px rgba(0,0,0,.15);box-shadow:0px 0px 40px rgba(0,0,0,.15);padding:0;max-width:var(--maxWidth, 612px);width:var(--width, 100%);background-color:var(--bgColor, #F1EFEB);display:none}@media only screen and (min-width: 992.2px){.popup{--headPadding: 0 80px 0 40px;--footerPadding: 24px 40px}}@media only screen and (min-width: 1440.2px){.popup{--headHeight: 72px }}.popup__head{padding:var(--headPadding);height:var(--headHeight);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#faf9f7;border-bottom:solid 1px rgba(152,151,150,.15)}.popup__head .popup__title{margin:0;font:500 20px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#172178}@media only screen and (min-width: 768.2px){.popup__head .popup__title{font-size:24px}}@media only screen and (min-width: 1440.2px){.popup__head .popup__title{font-size:30px}}.popup__content{padding:40px 20px;overflow:auto}@media only screen and (min-width: 992.2px){.popup__content{padding:40px}}.popup__footer{padding:var(--footerPadding);display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#faf9f7;border-top:solid 1px rgba(152,151,150,.15)}.popup__btns{display:grid;grid-template-columns:100%;gap:8px 16px}@media only screen and (min-width: 576.2px){.popup__btns{grid-template-columns:repeat(2, 1fr)}}.popup__text{font-size:16px;line-height:22px}@media only screen and (max-width: 576px){.popup__text{text-align:center}}.popup .f-button.is-close-btn{--f-button-width: 20px;--f-button-height: 20px;--f-button-svg-width: 12px;--f-button-svg-height: 12px;--f-button-color: #F45E43;top:calc(var(--headHeight)/2);right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:1}@media only screen and (min-width: 1440.2px){.popup .f-button.is-close-btn{--f-button-width: 24px;--f-button-height: 24px;--f-button-svg-width: 16px;--f-button-svg-height: 16px;right:40px}}.popup.hide{display:none}.popup--acceptcookie{position:fixed;left:50%;bottom:20px;padding:24px 32px;--width: calc(100% - 30px);--maxWidth: 730px;border-radius:6px;background-color:#fff;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:100;display:grid;gap:10px 18px;justify-items:center}@media only screen and (min-width: 576.2px){.popup--acceptcookie{grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 1200.2px){.popup--acceptcookie{bottom:40px}}.popup--acceptcookie .acceptcookie__description{font:400 14px/140% "JetBrainsMono"}.popup--acceptcookie .acceptcookie__description a{color:#f45e43;text-decoration:underline}.popup--acceptcookie .acceptcookie__description a:hover{text-decoration:none}.popup--acceptcookie .btn{padding:8px 16px;font-size:14px}.popup--acceptcookie .popup__container-flex{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 768.2px){.popup--acceptcookie .popup__container-flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 1200.2px){.popup--acceptcookie .popup__container-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.popup--rightSlide{--width: clamp(980px, calc(100vw - 280px), 680px);border-radius:0;-webkit-box-shadow:none;box-shadow:none;align-self:flex-end;height:100dvh;padding:0;display:grid !important;grid-template-rows:var(--headHeight) 1fr}.popup--rightSlide__wrap{--fancybox-slide-gap: 0}.popup--rightSlide__wrap .fancybox__slide{padding:0}.popup--rightSlide .page-block--2:not(:first-child){--paddingTop: 40px }.popup--rightSlide .page-block__head{padding-bottom:20px}@media only screen and (min-width: 992.2px){.popup--rightSlide .page-block__title--2{--fontSize: 20px }}@media only screen and (min-width: 1200.2px){.popup--rightSlide .page-block__title--2{--fontSize: 30px }}.popup--rightSlide .download__block+.download__block{margin-top:20px}.popup.popup-slideIn{-webkit-animation:.3s ease popup-slideIn;animation:.3s ease popup-slideIn}.popup.popup-slideOut{-webkit-animation:.3s ease popup-slideOut;animation:.3s ease popup-slideOut}.popup .form__label{text-transform:uppercase}@media only screen and (max-width: 768px){.popup--mobile-bottom{--maxWidth: 100% }}.fancybox__container{--fancybox-bg: rgba(38, 37, 34, 0.25) !important}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:0}@media only screen and (max-width: 768px){.fancybox__slide:has(.popup--mobile-bottom){padding:0}.fancybox__slide:has(.popup--mobile-bottom)::after{margin:0}}.slider{position:relative;overflow:hidden}.slider__buttons{position:absolute;inset:50% 0 auto 0;height:0;display:grid;grid-template-columns:repeat(2, auto);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:10;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}@media only screen and (min-width: 1750.2px){.slider__buttons{inset:50% 0 auto 0}}.slider__buttons--static{position:static;height:auto}.slider__buttons--static.slider__buttons--left{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:start !important}.slider__buttons--static .slider__button{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border-radius:3px}.slider__buttons--static .slider__button:not([class*=disabled]){background-color:rgba(23,33,120,.1)}.slider__button{height:var(--btnWidth, 40px);width:var(--btnWidth, 40px);border:0;padding:0;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:relative;cursor:pointer;border-radius:var(--btnRadius, 0 3px 3px 0);background-color:var(--btnBg, rgba(250, 249, 247, 0.1))}.slider__button::before{content:"";aspect-ratio:1;background-color:var(--btnIconColor, #fff);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.slider__button::before{position:absolute;line-height:0;inset:50% auto auto 50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media only screen and (min-width: 768.2px){.slider__button::before{width:20px}}.slider__button--next{--btnRadius: 3px 0 0 3px}.slider__button--next::before{-webkit-transform:translate(-50%, -50%) rotate(180deg);-ms-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}.slider__button:hover{background-color:var(--btnHoverBg, #E6E6E6)}.slider__button:hover:before{background-color:var(--btnHoverIconColor, #4E4D4A)}.slider__button[class*=disabled]{cursor:default}.slider__button[class*=disabled]::before{background-color:rgba(104,112,124,.2)}.slider__button--2{background-color:rgba(0,0,0,0);border:solid 1px rgba(104,112,124,.2)}.slider__button--3{--btnIconColor: #172178}.slider__pagination{text-align:right;--swiper-pagination-bullet-inactive-color: #172178;--swiper-pagination-bullet-inactive-opacity: .25;--swiper-pagination-bullet-height: 14px;--swiper-pagination-bullet-width: 14px;--swiper-pagination-bullet-horizontal-gap: 3.5px;--swiper-pagination-color: #F45E43}.slider__pagination [class*=bullet]{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.header{position:absolute;inset:0 0 auto 0;z-index:100}.header::before{content:"";position:absolute;inset:0;background-color:rgba(250,249,247,.9);z-index:-1;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.header.is-fixed{position:fixed;-webkit-transform:translateY(calc(var(--header-height) * -1));-ms-transform:translateY(calc(var(--header-height) * -1));transform:translateY(calc(var(--header-height) * -1));border-bottom:1px solid rgba(152,151,150,.15);-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}.header.is-fixed:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}body:not(.main-page) .header{border-bottom:solid 1px rgba(152,151,150,.15)}body:not(.main-page) .header:before{background-color:rgba(250,249,247,.8)}.header:has(.menu_open){border-bottom:none}.header:has(.catalog__header) .header__block{position:relative;z-index:2}.header__block{height:var(--header-height);display:grid;grid-template-columns:auto 1fr repeat(2, auto);-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 768.2px){.header__block{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 1280.2px){.header__block{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}@media only screen and (min-width: 1440.2px){.header__block{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}@media only screen and (max-width: 576px){.header__block{--containerPaddingLeft: 12px }}.header__block>.header-menu{display:none}@media only screen and (min-width: 1200.2px){.header__block>.header-menu{display:grid}}@media only screen and (max-width: 1200px){.header__block>.header__contacts{display:none}}.header__logo{height:32px;justify-self:start}@media only screen and (min-width: 768.2px){.header__logo{height:40px}}.header__contacts{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 1440.2px){.header__contacts{-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}}.header__contacts--phone{border-radius:5px 0 0 5px}@media only screen and (min-width: 1440.2px){.header__contacts--phone{border-radius:5px}}.header__contacts--call-back{border-radius:0 5px 5px 0}@media only screen and (min-width: 1440.2px){.header__contacts--call-back{border-radius:5px}}@media only screen and (max-width: 1440px){.header__contacts--call-back{--padding: 0;color:rgba(0,0,0,0);aspect-ratio:1;width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;place-content:center;font-size:0}}@media only screen and (max-width: 1200px){.header__contacts--call-back{width:32px}}.header__contacts--call-back::before{content:"";height:16px;width:16px;aspect-ratio:1;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.10795 2H11.8927C12.2441 1.99999 12.5472 1.99998 12.7969 2.02038C13.0604 2.04192 13.3225 2.08948 13.5747 2.21799C13.9507 2.4096 14.2571 2.71544 14.449 3.09203C14.5776 3.34436 14.625 3.60655 14.6465 3.87008C14.6669 4.11933 14.6668 4.42191 14.6668 4.77253V9.89402C14.6668 10.2447 14.6669 10.5473 14.6465 10.7966C14.625 11.0601 14.5776 11.3223 14.449 11.5747C14.2571 11.9513 13.9507 12.2571 13.5747 12.4487C13.3225 12.5772 13.0604 12.6247 12.7968 12.6463C12.5471 12.6667 12.2439 12.6667 11.8923 12.6667H6.08187C5.77778 12.6667 5.71807 12.6698 5.66707 12.6803C5.60847 12.6923 5.55165 12.7122 5.49794 12.7397C5.45156 12.7634 5.40303 12.7981 5.16568 12.988L4.12695 13.819C3.86925 14.0252 3.64106 14.2078 3.4475 14.3357C3.2586 14.4606 2.99122 14.6126 2.6682 14.6129C2.26207 14.6134 1.87805 14.4287 1.62477 14.1114C1.42325 13.8589 1.37492 13.5552 1.35444 13.3297C1.33346 13.0988 1.33348 12.8067 1.3335 12.4769L1.3335 4.77427C1.33349 4.42284 1.33348 4.11967 1.35388 3.86997C1.37541 3.60641 1.42296 3.34428 1.55149 3.09203C1.74314 2.71588 2.04887 2.40982 2.42537 2.21799C2.67766 2.08944 2.93991 2.04191 3.20349 2.02038C3.45326 1.99998 3.7565 1.99999 4.10795 2ZM3.31203 3.34929C3.1308 3.36409 3.06361 3.38922 3.03069 3.406C2.90542 3.46982 2.8035 3.57174 2.73949 3.69736C2.7227 3.73032 2.69758 3.79746 2.68278 3.97855C2.66735 4.16743 2.66683 4.4156 2.66683 4.79997V12.4473C2.66683 12.8158 2.66749 13.0461 2.6823 13.2091C2.68334 13.2205 2.68441 13.231 2.6855 13.2407C2.69375 13.2355 2.70265 13.2298 2.71222 13.2235C2.84881 13.1332 3.02902 12.9899 3.31677 12.7597L4.33275 11.9469C4.345 11.9371 4.35713 11.9273 4.36918 11.9177C4.54968 11.7731 4.70874 11.6456 4.89134 11.5523C5.0516 11.4704 5.22225 11.4104 5.39901 11.3742C5.5998 11.333 5.80377 11.3331 6.03484 11.3333C6.05039 11.3333 6.06606 11.3333 6.08187 11.3333H11.8669C12.2512 11.3333 12.4994 11.3328 12.6882 11.3174C12.8692 11.3026 12.9364 11.2775 12.9694 11.2607C13.0951 11.1966 13.1972 11.0945 13.261 10.9694C13.2777 10.9365 13.3028 10.8694 13.3176 10.6882C13.333 10.4993 13.3335 10.2511 13.3335 9.86664V4.79997C13.3335 4.41553 13.333 4.16737 13.3176 3.97845C13.3028 3.79732 13.2777 3.73025 13.261 3.69736C13.1972 3.57219 13.0951 3.47005 12.9694 3.406C12.9364 3.38918 12.8693 3.36408 12.6883 3.34928C12.4994 3.33385 12.2513 3.33333 11.867 3.33333H4.13363C3.74927 3.33333 3.501 3.33385 3.31203 3.34929Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center no-repeat}@media only screen and (min-width: 1440.2px){.header__contacts--call-back::before{display:none}}.header__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}.header__btns--search::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8.33317 3.33341C5.57175 3.33341 3.33317 5.57199 3.33317 8.33341C3.33317 11.0948 5.57175 13.3334 8.33317 13.3334C11.0946 13.3334 13.3332 11.0948 13.3332 8.33341C13.3332 5.57199 11.0946 3.33341 8.33317 3.33341ZM1.6665 8.33341C1.6665 4.65152 4.65127 1.66675 8.33317 1.66675C12.0151 1.66675 14.9998 4.65152 14.9998 8.33341C14.9998 9.87401 14.4773 11.2925 13.5997 12.4215L18.0891 16.9108C18.4145 17.2363 18.4145 17.7639 18.0891 18.0893C17.7637 18.4148 17.236 18.4148 16.9106 18.0893L12.4212 13.6C11.2923 14.4775 9.87376 15.0001 8.33317 15.0001C4.65127 15.0001 1.6665 12.0153 1.6665 8.33341Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8.33317 3.33341C5.57175 3.33341 3.33317 5.57199 3.33317 8.33341C3.33317 11.0948 5.57175 13.3334 8.33317 13.3334C11.0946 13.3334 13.3332 11.0948 13.3332 8.33341C13.3332 5.57199 11.0946 3.33341 8.33317 3.33341ZM1.6665 8.33341C1.6665 4.65152 4.65127 1.66675 8.33317 1.66675C12.0151 1.66675 14.9998 4.65152 14.9998 8.33341C14.9998 9.87401 14.4773 11.2925 13.5997 12.4215L18.0891 16.9108C18.4145 17.2363 18.4145 17.7639 18.0891 18.0893C17.7637 18.4148 17.236 18.4148 16.9106 18.0893L12.4212 13.6C11.2923 14.4775 9.87376 15.0001 8.33317 15.0001C4.65127 15.0001 1.6665 12.0153 1.6665 8.33341Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.header__btns--compare::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1809 2.56348C12.4923 2.43452 12.8508 2.50582 13.0891 2.74414L17.2558 6.91081C17.5812 7.23624 17.5812 7.76376 17.2558 8.08919C16.9304 8.41462 16.4028 8.4146 16.0774 8.08919L13.3333 5.34505V16.6667C13.3333 17.1269 12.9601 17.5 12.4999 17.5C12.0397 17.5 11.6666 17.1269 11.6666 16.6667V3.33333C11.6666 2.99632 11.8696 2.69249 12.1809 2.56348Z M7.49994 2.5C7.96015 2.50003 8.33327 2.87312 8.33327 3.33333V16.6667C8.33327 17.0037 8.13025 17.3075 7.81895 17.4365C7.50757 17.5655 7.14908 17.4942 6.91074 17.2559L2.74408 13.0892C2.41864 12.7638 2.41864 12.2362 2.74408 11.9108C3.06952 11.5854 3.59704 11.5854 3.92246 11.9108L6.6666 14.6549V3.33333C6.6666 2.8731 7.0397 2.5 7.49994 2.5Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1809 2.56348C12.4923 2.43452 12.8508 2.50582 13.0891 2.74414L17.2558 6.91081C17.5812 7.23624 17.5812 7.76376 17.2558 8.08919C16.9304 8.41462 16.4028 8.4146 16.0774 8.08919L13.3333 5.34505V16.6667C13.3333 17.1269 12.9601 17.5 12.4999 17.5C12.0397 17.5 11.6666 17.1269 11.6666 16.6667V3.33333C11.6666 2.99632 11.8696 2.69249 12.1809 2.56348Z M7.49994 2.5C7.96015 2.50003 8.33327 2.87312 8.33327 3.33333V16.6667C8.33327 17.0037 8.13025 17.3075 7.81895 17.4365C7.50757 17.5655 7.14908 17.4942 6.91074 17.2559L2.74408 13.0892C2.41864 12.7638 2.41864 12.2362 2.74408 11.9108C3.06952 11.5854 3.59704 11.5854 3.92246 11.9108L6.6666 14.6549V3.33333C6.6666 2.8731 7.0397 2.5 7.49994 2.5Z"  /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.header__btns--lk::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M9 5C7.34315 5 6 6.34315 6 8C6 9.65685 7.34315 11 9 11C10.6569 11 12 9.65685 12 8C12 6.34315 10.6569 5 9 5ZM4 8C4 5.23858 6.23858 3 9 3C11.7614 3 14 5.23858 14 8C14 10.7614 11.7614 13 9 13C6.23858 13 4 10.7614 4 8ZM21.7071 9.29289C22.0976 9.68342 22.0976 10.3166 21.7071 10.7071L17.7071 14.7071C17.3166 15.0976 16.6834 15.0976 16.2929 14.7071L14.2929 12.7071C13.9024 12.3166 13.9024 11.6834 14.2929 11.2929C14.6834 10.9024 15.3166 10.9024 15.7071 11.2929L17 12.5858L20.2929 9.29289C20.6834 8.90237 21.3166 8.90237 21.7071 9.29289ZM4.20266 15.3395C5.47422 14.4918 7.17326 14 9 14C10.8267 14 12.5258 14.4918 13.7973 15.3395C15.0619 16.1826 16 17.457 16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19C14 18.3338 13.5949 17.6083 12.6879 17.0036C11.7879 16.4036 10.487 16 9 16C7.51303 16 6.21207 16.4036 5.31206 17.0036C4.40506 17.6083 4 18.3338 4 19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19C2 17.457 2.93809 16.1826 4.20266 15.3395Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M9 5C7.34315 5 6 6.34315 6 8C6 9.65685 7.34315 11 9 11C10.6569 11 12 9.65685 12 8C12 6.34315 10.6569 5 9 5ZM4 8C4 5.23858 6.23858 3 9 3C11.7614 3 14 5.23858 14 8C14 10.7614 11.7614 13 9 13C6.23858 13 4 10.7614 4 8ZM21.7071 9.29289C22.0976 9.68342 22.0976 10.3166 21.7071 10.7071L17.7071 14.7071C17.3166 15.0976 16.6834 15.0976 16.2929 14.7071L14.2929 12.7071C13.9024 12.3166 13.9024 11.6834 14.2929 11.2929C14.6834 10.9024 15.3166 10.9024 15.7071 11.2929L17 12.5858L20.2929 9.29289C20.6834 8.90237 21.3166 8.90237 21.7071 9.29289ZM4.20266 15.3395C5.47422 14.4918 7.17326 14 9 14C10.8267 14 12.5258 14.4918 13.7973 15.3395C15.0619 16.1826 16 17.457 16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19C14 18.3338 13.5949 17.6083 12.6879 17.0036C11.7879 16.4036 10.487 16 9 16C7.51303 16 6.21207 16.4036 5.31206 17.0036C4.40506 17.6083 4 18.3338 4 19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19C2 17.457 2.93809 16.1826 4.20266 15.3395Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.header__btns--cart::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.91669 5.83333C6.30275 3.93147 7.98421 2.5 10 2.5C12.0158 2.5 13.6973 3.93147 14.0833 5.83333L14.3872 5.83333C14.8987 5.83332 15.3354 5.8333 15.6906 5.86406C16.0616 5.89619 16.4322 5.96721 16.7766 6.16476C17.2838 6.45569 17.6726 6.91504 17.8761 7.46284C18.0143 7.83511 18.0234 8.21236 17.994 8.58356C17.966 8.93834 17.8943 9.36828 17.8104 9.87175L17.0218 14.6029C16.9599 14.9749 16.9059 15.2986 16.8406 15.5648C16.7711 15.8477 16.676 16.1239 16.5028 16.3843C16.2419 16.7768 15.8753 17.0878 15.4446 17.281C15.1593 17.409 14.8712 17.4574 14.5807 17.4794C14.3078 17.5 13.9801 17.5 13.6037 17.5H6.39651C6.02009 17.5 5.69239 17.5 5.41949 17.4794C5.12906 17.4574 4.84089 17.409 4.55557 17.281C4.12516 17.0879 3.75824 16.777 3.49711 16.3843C3.32402 16.124 3.22881 15.8478 3.15932 15.5649C3.09382 15.2982 3.03978 14.9739 2.97767 14.6012L2.18958 9.87263C2.10558 9.36875 2.03386 8.93851 2.0058 8.58351C1.97647 8.21228 1.98556 7.83507 2.12382 7.46284C2.32752 6.91441 2.71729 6.45535 3.22389 6.16476C3.56821 5.96726 3.93855 5.8962 4.30955 5.86406C4.66459 5.8333 5.10113 5.83332 5.6126 5.83333L5.91669 5.83333ZM5.6478 7.5C5.09144 7.5 4.72783 7.50073 4.4534 7.52451C4.18682 7.5476 4.09403 7.58703 4.05315 7.61048C3.8837 7.70767 3.75386 7.86097 3.6862 8.04315C3.66984 8.08719 3.64619 8.18521 3.66729 8.45221C3.68901 8.72699 3.74811 9.08591 3.83958 9.63473L4.61736 14.3014C4.68537 14.7095 4.72942 14.97 4.77788 15.1673C4.82384 15.3545 4.86049 15.4247 4.88493 15.4614C4.97203 15.5924 5.09437 15.696 5.23775 15.7604C5.27788 15.7784 5.35301 15.8029 5.54514 15.8175C5.74775 15.8328 6.01196 15.8333 6.42579 15.8333H13.5744C13.9883 15.8333 14.2525 15.8328 14.4551 15.8175C14.6472 15.8029 14.7223 15.7784 14.7624 15.7604C14.9056 15.6962 15.0278 15.5926 15.115 15.4614C15.1394 15.4248 15.176 15.3546 15.222 15.1674C15.2704 14.9701 15.3144 14.7095 15.3824 14.3014L16.1602 9.63473C16.2517 9.08587 16.3108 8.72695 16.3326 8.45216C16.3537 8.18513 16.33 8.08715 16.3137 8.04315C16.2458 7.86033 16.1162 7.70734 15.9473 7.61048C15.9065 7.58708 15.8137 7.54762 15.5468 7.52451C15.2722 7.50073 14.9083 7.5 14.352 7.5H5.6478ZM12.3578 5.83333H7.64226C7.98546 4.86234 8.9115 4.16667 10 4.16667C11.0885 4.16667 12.0146 4.86234 12.3578 5.83333Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.91669 5.83333C6.30275 3.93147 7.98421 2.5 10 2.5C12.0158 2.5 13.6973 3.93147 14.0833 5.83333L14.3872 5.83333C14.8987 5.83332 15.3354 5.8333 15.6906 5.86406C16.0616 5.89619 16.4322 5.96721 16.7766 6.16476C17.2838 6.45569 17.6726 6.91504 17.8761 7.46284C18.0143 7.83511 18.0234 8.21236 17.994 8.58356C17.966 8.93834 17.8943 9.36828 17.8104 9.87175L17.0218 14.6029C16.9599 14.9749 16.9059 15.2986 16.8406 15.5648C16.7711 15.8477 16.676 16.1239 16.5028 16.3843C16.2419 16.7768 15.8753 17.0878 15.4446 17.281C15.1593 17.409 14.8712 17.4574 14.5807 17.4794C14.3078 17.5 13.9801 17.5 13.6037 17.5H6.39651C6.02009 17.5 5.69239 17.5 5.41949 17.4794C5.12906 17.4574 4.84089 17.409 4.55557 17.281C4.12516 17.0879 3.75824 16.777 3.49711 16.3843C3.32402 16.124 3.22881 15.8478 3.15932 15.5649C3.09382 15.2982 3.03978 14.9739 2.97767 14.6012L2.18958 9.87263C2.10558 9.36875 2.03386 8.93851 2.0058 8.58351C1.97647 8.21228 1.98556 7.83507 2.12382 7.46284C2.32752 6.91441 2.71729 6.45535 3.22389 6.16476C3.56821 5.96726 3.93855 5.8962 4.30955 5.86406C4.66459 5.8333 5.10113 5.83332 5.6126 5.83333L5.91669 5.83333ZM5.6478 7.5C5.09144 7.5 4.72783 7.50073 4.4534 7.52451C4.18682 7.5476 4.09403 7.58703 4.05315 7.61048C3.8837 7.70767 3.75386 7.86097 3.6862 8.04315C3.66984 8.08719 3.64619 8.18521 3.66729 8.45221C3.68901 8.72699 3.74811 9.08591 3.83958 9.63473L4.61736 14.3014C4.68537 14.7095 4.72942 14.97 4.77788 15.1673C4.82384 15.3545 4.86049 15.4247 4.88493 15.4614C4.97203 15.5924 5.09437 15.696 5.23775 15.7604C5.27788 15.7784 5.35301 15.8029 5.54514 15.8175C5.74775 15.8328 6.01196 15.8333 6.42579 15.8333H13.5744C13.9883 15.8333 14.2525 15.8328 14.4551 15.8175C14.6472 15.8029 14.7223 15.7784 14.7624 15.7604C14.9056 15.6962 15.0278 15.5926 15.115 15.4614C15.1394 15.4248 15.176 15.3546 15.222 15.1674C15.2704 14.9701 15.3144 14.7095 15.3824 14.3014L16.1602 9.63473C16.2517 9.08587 16.3108 8.72695 16.3326 8.45216C16.3537 8.18513 16.33 8.08715 16.3137 8.04315C16.2458 7.86033 16.1162 7.70734 15.9473 7.61048C15.9065 7.58708 15.8137 7.54762 15.5468 7.52451C15.2722 7.50073 14.9083 7.5 14.352 7.5H5.6478ZM12.3578 5.83333H7.64226C7.98546 4.86234 8.9115 4.16667 10 4.16667C11.0885 4.16667 12.0146 4.86234 12.3578 5.83333Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (max-width: 1440px){.header__btns .btn{background-color:rgba(0,0,0,0);height:48px}}.header__btns .btn.is-active{--btnColorHover: #F45E43;--btnBgHover: rgba(244, 94, 67, 0.1)}@media only screen and (max-width: 1440px){.header__btns .btn::after{width:24px}}body:has(main .catalog__header) .header{padding-bottom:var(--catalogHeaderHeight)}@-webkit-keyframes rightLeft{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px)}}@keyframes rightLeft{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px)}}@-webkit-keyframes lineWidth{0%{width:0}100%{width:100%}}@keyframes lineWidth{0%{width:0}100%{width:100%}}.footer{background:var(--footerBg, url(../img/footer-bg.webp)) center/cover no-repeat;padding-top:20px;padding-bottom:40px;height:100vh}.footer,.footer a{color:rgba(250,249,247,.5);text-decoration:none}.footer__block{display:grid;gap:16px;grid-template-columns:repeat(2, auto);grid-template-rows:repeat(2, auto) 1fr;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;height:100%}@media only screen and (min-width: 768.2px){.footer__block{grid-template-rows:repeat(3, auto) 1fr}}.footer__logo{position:relative;padding-bottom:16px;grid-area:1/1/2/3}.footer__logo::before{content:"";position:absolute;inset:auto auto 0 0;height:1px;width:100%;background-color:rgba(250,249,247,.5)}.footer__contacts{display:grid;-ms-flex-line-pack:center;align-content:center;grid-area:1/2/2/3;justify-items:end}@media only screen and (min-width: 768.2px){.footer__contacts{-ms-flex-line-pack:end;align-content:end;justify-items:start;grid-area:3/1/4/2}}.footer__contacts a{color:#fff;text-transform:uppercase}.footer__contacts a:hover{text-decoration:underline}.footer__adres{grid-column:1/-1;text-transform:uppercase}@media only screen and (min-width: 768.2px){.footer__adres{grid-column:1/2}}.footer__adres p{margin:0}.footer__next_link{color:#f45e43 !important;padding-bottom:36px;display:grid;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:1fr 40px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;font-size:56px;line-height:70%;position:relative}@media only screen and (min-width: 768.2px)and (min-height: 500.2px){.footer__next_link{font-size:120px;grid-template-columns:1fr 84px;padding-bottom:40px}}@media only screen and (min-width: 1200.2px){.footer__next_link{font-size:200px;grid-template-columns:1fr 142px}}.footer__next_link::before{content:"";position:absolute;inset:auto auto 0 0;border-top:solid 6px #f45e43;width:100%}@media only screen and (min-width: 768.2px)and (min-height: 500.2px){.footer__next_link::before{border-top-width:10px}}.footer__next_link::after{content:"";aspect-ratio:1;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="142" height="142" viewBox="0 0 142 142"><path fill="%23F45E43" stroke="transparent" stroke-width="0" style="" d="M119.812 63V79H22.1875V63H119.812Z M125.47 65.3428C128.594 68.467 128.594 73.533 125.47 76.6572L96.3369 105.79H74.7275L74.2178 105.28L108.498 71L74.2178 36.7197L74.7275 36.21H96.3369L125.47 65.3428Z"  /></svg>') center/contain no-repeat}@media only screen and (min-width: 768.2px)and (min-height: 500.2px){.footer__next_link::after{-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}}@media only screen and (min-width: 768.2px){.footer__next_link:hover::before{-webkit-animation:lineWidth 1.5s linear forwards;animation:lineWidth 1.5s linear forwards}}@media only screen and (min-width: 768.2px){.footer__next_link:hover::after{-webkit-animation:rightLeft 1s linear infinite backwards;animation:rightLeft 1s linear infinite backwards}}.footer__next_link-text{color:#f45e43;text-transform:uppercase;margin:0 0 20px;font-size:20px;line-height:110%}@media only screen and (min-width: 768.2px)and (min-height: 500.2px){.footer__next_link-text{font-size:24px;margin-bottom:40px}}.footer__next_link-wrap{grid-column:1/-1;align-self:end}@media only screen and (min-width: 576.2px){.footer__call-back{display:none}}@media only screen and (max-width: 576px){.footer__call-back{position:fixed;inset:auto 16px 16px auto;z-index:50;border-radius:50%;aspect-ratio:1;width:48px}.footer__call-back::after{content:"";aspect-ratio:1;background-color:#fff;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.10795 2H11.8927C12.2441 1.99999 12.5472 1.99998 12.7969 2.02038C13.0604 2.04192 13.3225 2.08948 13.5747 2.21799C13.9507 2.4096 14.2571 2.71544 14.449 3.09203C14.5776 3.34436 14.625 3.60655 14.6465 3.87008C14.6669 4.11933 14.6668 4.42191 14.6668 4.77253V9.89402C14.6668 10.2447 14.6669 10.5473 14.6465 10.7966C14.625 11.0601 14.5776 11.3223 14.449 11.5747C14.2571 11.9513 13.9507 12.2571 13.5747 12.4487C13.3225 12.5772 13.0604 12.6247 12.7968 12.6463C12.5471 12.6667 12.2439 12.6667 11.8923 12.6667H6.08187C5.77778 12.6667 5.71807 12.6698 5.66707 12.6803C5.60847 12.6923 5.55165 12.7122 5.49794 12.7397C5.45156 12.7634 5.40303 12.7981 5.16568 12.988L4.12695 13.819C3.86925 14.0252 3.64106 14.2078 3.4475 14.3357C3.2586 14.4606 2.99122 14.6126 2.6682 14.6129C2.26207 14.6134 1.87805 14.4287 1.62477 14.1114C1.42325 13.8589 1.37492 13.5552 1.35444 13.3297C1.33346 13.0988 1.33348 12.8067 1.3335 12.4769L1.3335 4.77427C1.33349 4.42284 1.33348 4.11967 1.35388 3.86997C1.37541 3.60641 1.42296 3.34428 1.55149 3.09203C1.74314 2.71588 2.04887 2.40982 2.42537 2.21799C2.67766 2.08944 2.93991 2.04191 3.20349 2.02038C3.45326 1.99998 3.7565 1.99999 4.10795 2ZM3.31203 3.34929C3.1308 3.36409 3.06361 3.38922 3.03069 3.406C2.90542 3.46982 2.8035 3.57174 2.73949 3.69736C2.7227 3.73032 2.69758 3.79746 2.68278 3.97855C2.66735 4.16743 2.66683 4.4156 2.66683 4.79997V12.4473C2.66683 12.8158 2.66749 13.0461 2.6823 13.2091C2.68334 13.2205 2.68441 13.231 2.6855 13.2407C2.69375 13.2355 2.70265 13.2298 2.71222 13.2235C2.84881 13.1332 3.02902 12.9899 3.31677 12.7597L4.33275 11.9469C4.345 11.9371 4.35713 11.9273 4.36918 11.9177C4.54968 11.7731 4.70874 11.6456 4.89134 11.5523C5.0516 11.4704 5.22225 11.4104 5.39901 11.3742C5.5998 11.333 5.80377 11.3331 6.03484 11.3333C6.05039 11.3333 6.06606 11.3333 6.08187 11.3333H11.8669C12.2512 11.3333 12.4994 11.3328 12.6882 11.3174C12.8692 11.3026 12.9364 11.2775 12.9694 11.2607C13.0951 11.1966 13.1972 11.0945 13.261 10.9694C13.2777 10.9365 13.3028 10.8694 13.3176 10.6882C13.333 10.4993 13.3335 10.2511 13.3335 9.86664V4.79997C13.3335 4.41553 13.333 4.16737 13.3176 3.97845C13.3028 3.79732 13.2777 3.73025 13.261 3.69736C13.1972 3.57219 13.0951 3.47005 12.9694 3.406C12.9364 3.38918 12.8693 3.36408 12.6883 3.34928C12.4994 3.33385 12.2513 3.33333 11.867 3.33333H4.13363C3.74927 3.33333 3.501 3.33385 3.31203 3.34929Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.10795 2H11.8927C12.2441 1.99999 12.5472 1.99998 12.7969 2.02038C13.0604 2.04192 13.3225 2.08948 13.5747 2.21799C13.9507 2.4096 14.2571 2.71544 14.449 3.09203C14.5776 3.34436 14.625 3.60655 14.6465 3.87008C14.6669 4.11933 14.6668 4.42191 14.6668 4.77253V9.89402C14.6668 10.2447 14.6669 10.5473 14.6465 10.7966C14.625 11.0601 14.5776 11.3223 14.449 11.5747C14.2571 11.9513 13.9507 12.2571 13.5747 12.4487C13.3225 12.5772 13.0604 12.6247 12.7968 12.6463C12.5471 12.6667 12.2439 12.6667 11.8923 12.6667H6.08187C5.77778 12.6667 5.71807 12.6698 5.66707 12.6803C5.60847 12.6923 5.55165 12.7122 5.49794 12.7397C5.45156 12.7634 5.40303 12.7981 5.16568 12.988L4.12695 13.819C3.86925 14.0252 3.64106 14.2078 3.4475 14.3357C3.2586 14.4606 2.99122 14.6126 2.6682 14.6129C2.26207 14.6134 1.87805 14.4287 1.62477 14.1114C1.42325 13.8589 1.37492 13.5552 1.35444 13.3297C1.33346 13.0988 1.33348 12.8067 1.3335 12.4769L1.3335 4.77427C1.33349 4.42284 1.33348 4.11967 1.35388 3.86997C1.37541 3.60641 1.42296 3.34428 1.55149 3.09203C1.74314 2.71588 2.04887 2.40982 2.42537 2.21799C2.67766 2.08944 2.93991 2.04191 3.20349 2.02038C3.45326 1.99998 3.7565 1.99999 4.10795 2ZM3.31203 3.34929C3.1308 3.36409 3.06361 3.38922 3.03069 3.406C2.90542 3.46982 2.8035 3.57174 2.73949 3.69736C2.7227 3.73032 2.69758 3.79746 2.68278 3.97855C2.66735 4.16743 2.66683 4.4156 2.66683 4.79997V12.4473C2.66683 12.8158 2.66749 13.0461 2.6823 13.2091C2.68334 13.2205 2.68441 13.231 2.6855 13.2407C2.69375 13.2355 2.70265 13.2298 2.71222 13.2235C2.84881 13.1332 3.02902 12.9899 3.31677 12.7597L4.33275 11.9469C4.345 11.9371 4.35713 11.9273 4.36918 11.9177C4.54968 11.7731 4.70874 11.6456 4.89134 11.5523C5.0516 11.4704 5.22225 11.4104 5.39901 11.3742C5.5998 11.333 5.80377 11.3331 6.03484 11.3333C6.05039 11.3333 6.06606 11.3333 6.08187 11.3333H11.8669C12.2512 11.3333 12.4994 11.3328 12.6882 11.3174C12.8692 11.3026 12.9364 11.2775 12.9694 11.2607C13.0951 11.1966 13.1972 11.0945 13.261 10.9694C13.2777 10.9365 13.3028 10.8694 13.3176 10.6882C13.333 10.4993 13.3335 10.2511 13.3335 9.86664V4.79997C13.3335 4.41553 13.333 4.16737 13.3176 3.97845C13.3028 3.79732 13.2777 3.73025 13.261 3.69736C13.1972 3.57219 13.0951 3.47005 12.9694 3.406C12.9364 3.38918 12.8693 3.36408 12.6883 3.34928C12.4994 3.33385 12.2513 3.33333 11.867 3.33333H4.13363C3.74927 3.33333 3.501 3.33385 3.31203 3.34929Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:24px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}}.map{height:350px}.map.grey [class*=main-engine-container],.map [class*=ground-pane]{-webkit-filter:grayscale(1);filter:grayscale(1)}.map .map__marker{max-width:none;-webkit-transform:translate(-50%, -100%);-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}.map [class*=map-copyrights__container],.map [class*=map-copyrights__logo]{display:none}.map [class*=map-copyrights__scale]{bottom:0 !important}.bay-map{height:573px}.bay-map__list{display:grid;grid-template-columns:100%;gap:20px;margin-top:40px}@media only screen and (min-width: 768.2px){.bay-map__list{grid-template-columns:repeat(2, 1fr);margin-top:60px}}@media only screen and (min-width: 1200.2px){.bay-map__list{grid-template-columns:repeat(3, 1fr);margin-top:80px}}.bay-map__item{color:#4e4d4a;border-radius:5px;background-color:#faf9f7;padding:20px;display:grid;grid-template-columns:100%;gap:12px}@media only screen and (min-width: 1200.2px){.bay-map__item{padding:40px;gap:16px}}.bay-map__item .item__city{color:#172178;margin:0 0 8px;font-size:20px;line-height:110%}@media only screen and (min-width: 1200.2px){.bay-map__item .item__city{margin-bottom:4px;font-size:24px}}.bay-map__item .item__block{display:grid;row-gap:4px;margin:0}.bay-map__item .item__label{color:#cccac4;text-transform:uppercase;line-height:110%}.bay-map__item .item__text{font-size:14px;line-height:20px}@media only screen and (min-width: 1200.2px){.bay-map__item .item__text{font-size:16px;line-height:22px}}.breadcrumbs__list{--columGap: 5px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4e4d4a;-webkit-column-gap:var(--columGap);-moz-column-gap:var(--columGap);column-gap:var(--columGap);white-space:nowrap;padding-bottom:10px}.breadcrumbs__item{text-transform:uppercase;font-weight:600}@media only screen and (min-width: 1200.2px){.breadcrumbs__item{font-size:12px;line-height:16px}}.breadcrumbs__item:not(:first-child){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:var(--columGap);-moz-column-gap:var(--columGap);column-gap:var(--columGap)}.breadcrumbs__item:not(:first-child)::before{content:"/";color:#cccac4}.breadcrumbs__item a:hover{text-decoration:none}.notification{position:relative;padding:16px;border-radius:6px;background-color:var(--bgColor, #E6E6E6);color:var(--textColor, #4E4D4A);letter-spacing:.05em;-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.38, 1.68) 0s;transition:-webkit-transform 0.3s cubic-bezier(0.42, 0, 0.38, 1.68) 0s;transition:transform 0.3s cubic-bezier(0.42, 0, 0.38, 1.68) 0s;transition:transform 0.3s cubic-bezier(0.42, 0, 0.38, 1.68) 0s, -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.38, 1.68) 0s;-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);display:grid;grid-template-columns:24px 1fr 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;width:100%}@media only screen and (min-width: 768.2px){.notification{width:100vw;max-width:722px}}.notification::before{content:"";aspect-ratio:1;background-color:var(--textColor, #4E4D4A);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM10.9502 8C10.9502 7.44772 11.3979 7 11.9502 7H12.0498C12.6021 7 13.0498 7.44772 13.0498 8V8.1C13.0498 8.36526 12.9444 8.61965 12.7568 8.80719C12.5692 8.99474 12.3148 9.10006 12.0496 9.1L11.95 9.09998C11.3978 9.09984 10.9502 8.65216 10.9502 8.09998V8ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM10.9502 8C10.9502 7.44772 11.3979 7 11.9502 7H12.0498C12.6021 7 13.0498 7.44772 13.0498 8V8.1C13.0498 8.36526 12.9444 8.61965 12.7568 8.80719C12.5692 8.99474 12.3148 9.10006 12.0496 9.1L11.95 9.09998C11.3978 9.09984 10.9502 8.65216 10.9502 8.09998V8ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.notification--default{--bgColor: #E6E6E6;--textColor: #4E4D4A}.notification--info{--bgColor: #CAFDF5;--textColor: #006C9C}.notification--success{--bgColor: #E0F3CD;--textColor: #5EA11B}.notification--warning{--bgColor: #F1EFEB;--textColor: #C39334}.notification--error{--bgColor: #FFE9D5;--textColor: #B71D18}.notification.show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.notification__container{position:fixed;inset:auto 0 0 0;display:grid;row-gap:8px;justify-items:end;padding:0 8px 8px 8px;z-index:100}@media only screen and (min-width: 768.2px){.notification__container{inset:auto 0 0 auto}}.notification__title:has(+.notification__text):after{content:", "}.notification__delete{border:0;padding:0;cursor:pointer;position:relative;aspect-ratio:1;border-radius:50%;overflow:hidden;background-color:rgba(0,0,0,0);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}.notification__delete::after{content:"";position:absolute;inset:0;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;background-color:var(--textColor, #4E4D4A);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L12 10.5858L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289C17.0977 7.68342 17.0977 8.31658 16.7071 8.70711L13.4142 12L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12 13.4142L8.70711 16.7071C8.31658 17.0977 7.68342 17.0977 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L10.5858 12L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L12 10.5858L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289C17.0977 7.68342 17.0977 8.31658 16.7071 8.70711L13.4142 12L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12 13.4142L8.70711 16.7071C8.31658 17.0977 7.68342 17.0977 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L10.5858 12L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.notification__delete:hover{background-color:var(--textColor, #4E4D4A)}.notification__delete:hover::after{background-color:var(--bgColor, #E6E6E6)}.pagination{--itemsHeight: 32px;padding-top:40px;padding-bottom:40px;display:grid;gap:12px;grid-template-columns:100%}@media only screen and (min-width: 576.2px){.pagination{justify-items:center}}@media only screen and (min-width: 992.2px){.pagination{--itemsHeight: 40px;grid-template-columns:repeat(2, auto);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 992.2px){.pagination:has(.pagination__more[style*="display:none"]),.pagination:has(.pagination__more[style*="display: none"]){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:0}}.pagination__more{height:var(--itemsHeight)}.pagination__block,.pagination__quantity,.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 576.2px){.pagination__block{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 992.2px){.pagination__block{justify-self:end}}.pagination__quantity{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}@media only screen and (max-width: 576px){.pagination__quantity{display:none}}.pagination__quantity-label{color:#4e4d4a}.pagination__quantity .ts-wrapper{height:var(--itemsHeight)}.pagination__list{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}@media only screen and (max-width: 576px){.pagination__list{width:100%}}@media only screen and (min-width: 768.2px){.pagination__list{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}}.pagination__list a{--padding: 10px 0}.pagination__list span.pagination__item{background-color:rgba(244,94,67,.1);color:#f45e43}.pagination__item{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--itemsHeight);border-radius:5px;text-decoration:none;min-width:32px}@media only screen and (min-width: 992.2px){.pagination__item{min-width:40px}}.pagination__item.prev::after,.pagination__item.next::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L11.4142 12L14.7071 15.2929C15.0976 15.6834 15.0976 16.3166 14.7071 16.7071C14.3166 17.0976 13.6834 17.0976 13.2929 16.7071L9.29289 12.7071C8.90237 12.3166 8.90237 11.6834 9.29289 11.2929L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L11.4142 12L14.7071 15.2929C15.0976 15.6834 15.0976 16.3166 14.7071 16.7071C14.3166 17.0976 13.6834 17.0976 13.2929 16.7071L9.29289 12.7071C8.90237 12.3166 8.90237 11.6834 9.29289 11.2929L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.pagination__item.next::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-slider{height:100vh}@media only screen and (max-width: 768px){.main-slider:not(:has(.main-slider__item:nth-child(2))){height:680px;margin-top:var(--header-height)}}@media only screen and (max-width: 768px){.main-slider:not(:has(.main-slider__item:nth-child(2))) .item__content{padding-top:55px}}.main-slider__item{position:relative}.main-slider__item.swiper-slide-fully-visible .item__title,.main-slider__item.swiper-slide-fully-visible .item__text{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main-slider__item.swiper-slide-fully-visible .item__title{-webkit-transition-delay:1s;transition-delay:1s}.main-slider__item.swiper-slide-fully-visible .item__text{-webkit-transition-delay:1.3s;transition-delay:1.3s}.main-slider__item .item__bg{height:100%;position:absolute;inset:0;pointer-events:none}.main-slider__item .item__model{position:absolute;inset:50% auto auto 50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:all;z-index:3}.main-slider__item .item__model{height:220px}@media only screen and (min-width: 375px){.main-slider__item .item__model{height:calc(0.2941176471*100vw + 109.7058823529px)}}@media only screen and (min-width: 1905px){.main-slider__item .item__model{height:670px}}.main-slider__item .item__model{width:220px}@media only screen and (min-width: 375px){.main-slider__item .item__model{width:calc(0.2941176471*100vw + 109.7058823529px)}}@media only screen and (min-width: 1905px){.main-slider__item .item__model{width:670px}}.main-slider__item .item__content{position:relative;z-index:2;padding-top:92px;display:grid;row-gap:12px}@media only screen and (min-width: 768.2px){.main-slider__item .item__content{padding-top:112px;grid-template-columns:420px;row-gap:20px}}@media only screen and (min-width: 1200.2px){.main-slider__item .item__content{row-gap:40px}}.main-slider__item .item__title,.main-slider__item .item__text{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-transition:all 0.5s ease-in-out 2s;transition:all 0.5s ease-in-out 2s}.main-slider__item .item__title{font:500 30px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";margin:0;color:#8f9afe}@media only screen and (min-width: 992.2px){.main-slider__item .item__title{font-size:40px}}.main-slider__item .item__text{margin:0;font-size:12px;line-height:16px;color:#cccac4}@media only screen and (min-width: 992.2px){.main-slider__item .item__text{font-size:16px;line-height:22px}}.main-slider .slider__pagination{--swiper-pagination-bullet-height: auto;--swiper-pagination-bullet-width: max-content;--swiper-pagination-bullet-horizontal-gap: 0;--swiper-pagination-bullet-inactive-color: transparent;--swiper-pagination-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-border-radius: 0;position:absolute;z-index:5;inset:auto auto 20px 4px;display:grid;grid-template-columns:100%;gap:39px 49px}@media only screen and (min-width: 768.2px){.main-slider .slider__pagination{inset:auto auto 8px 0;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;grid-auto-flow:column;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;padding-left:18px}}@media only screen and (min-width: 1200.2px){.main-slider .slider__pagination{-webkit-column-gap:71px;-moz-column-gap:71px;column-gap:71px}}.main-slider .slider__pagination .swiper-pagination-bullet{padding:0 0 0 20px;position:relative;color:#fff;font:700 16px/50% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}@media only screen and (min-width: 768.2px){.main-slider .slider__pagination .swiper-pagination-bullet{padding:0 0 26px 17px}}@media only screen and (min-width: 1200.2px){.main-slider .slider__pagination .swiper-pagination-bullet{font-size:20px;padding:0 0 26px 22px}}.main-slider .slider__pagination .swiper-pagination-bullet::before{content:"";position:absolute;inset:auto auto 0 0;background-color:rgba(250,249,247,.25);-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;height:2px;width:10px}@media only screen and (min-width: 768.2px){.main-slider .slider__pagination .swiper-pagination-bullet::before{height:20px;width:2px}}.main-slider .slider__pagination .swiper-pagination-bullet:hover{color:#f45e43}.main-slider .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:#f45e43}.main-slider .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{background-color:#f45e43}.main-slider .slider__autoplay-progress{position:absolute;inset:0 auto 0 0;width:4px;background-color:rgba(250,249,247,.25);z-index:10}@media only screen and (min-width: 768.2px){.main-slider .slider__autoplay-progress{inset:auto 0 0 0;width:100%;height:8px}}.main-slider .slider__autoplay-progress::before,.main-slider .slider__autoplay-progress::after{content:"";position:absolute}.main-slider .slider__autoplay-progress::before{z-index:1;inset:0 0 auto 0;height:var(--progress);background-color:#f45e43;will-change:height}@media only screen and (min-width: 768.2px){.main-slider .slider__autoplay-progress::before{inset:0 auto 0 0;height:auto;width:var(--progress);will-change:width}}.main-slider .slider__autoplay-progress::after{z-index:2;--size: 4px;background:-webkit-gradient(linear, left top, right top, from(#FFC595), color-stop(30.71%, #FF8D30), to(#FE5639));background:linear-gradient(90deg, #FFC595 0%, #FF8D30 30.71%, #FE5639 100%);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-box-shadow:0 0 var(--size) #f45e43,0 0 var(--size) #f45e43;box-shadow:0 0 var(--size) #f45e43,0 0 var(--size) #f45e43;height:var(--size);width:var(--size);left:0;top:calc(var(--progress) - var(--size));will-change:top}@media only screen and (min-width: 768.2px){.main-slider .slider__autoplay-progress::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);--size: 8px;top:0;left:calc(var(--progress) - var(--size));will-change:left}}.about__block{--gap: 40px;display:grid;justify-items:stretch;gap:var(--gap)}@media only screen and (min-width: 768.2px){.about__block{justify-items:start}}@media only screen and (min-width: 1200.2px){.about__block{--gap: 60px}}.about__list{display:grid;gap:20px}@media only screen and (min-width: 768.2px){.about__list{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(5, 1fr);height:460px}}@media only screen and (min-width: 1200.2px){.about__list{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(3, 1fr);height:640px}}.about__item{--bg: #fff;position:relative;z-index:1;color:#172178;border-radius:5px;overflow:hidden;padding:16px;display:grid;row-gap:12px;-ms-flex-line-pack:justify;align-content:space-between}@media only screen and (max-width: 768px){.about__item{min-height:120px}}@media only screen and (min-width: 768.2px){.about__item{padding:20px}}@media only screen and (min-width: 1200.2px){.about__item{padding:40px}}.about__item[data-anim]{-webkit-transform:translateY(450px);-ms-transform:translateY(450px);transform:translateY(450px)}.about__item[data-anim=true]{-webkit-transition:all 2s ease-in-out 0s;transition:all 2s ease-in-out 0s;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.about__item:not(:has(.item__title)){-ms-flex-line-pack:center;align-content:center}@media only screen and (min-width: 1200.2px){.about__item:not(:has(.item__title)){-ms-flex-line-pack:end;align-content:end}}.about__item:has(.item__bg img) .item__title,.about__item:has(.item__bg img) .item__text,.about__item--2 .item__title,.about__item--2 .item__text{color:#fff}.about__item--2 .item__bg{--bg: #F45E43}@media only screen and (min-width: 768.2px){.about__item:nth-child(1){grid-area:1/1/4/2}}@media only screen and (min-width: 1200.2px){.about__item:nth-child(1){grid-area:1/1/4/2}}@media only screen and (min-width: 768.2px){.about__item:nth-child(2){grid-area:1/2/3/3}}@media only screen and (min-width: 1200.2px){.about__item:nth-child(2){grid-area:1/2/3/3}}@media only screen and (min-width: 768.2px){.about__item:nth-child(3){grid-area:3/2/4/3}}@media only screen and (min-width: 1200.2px){.about__item:nth-child(3){grid-area:3/2/4/3}}@media only screen and (min-width: 768.2px){.about__item:nth-child(4){grid-area:4/1/6/2}}@media only screen and (min-width: 1200.2px){.about__item:nth-child(4){grid-area:1/3/2/4}}@media only screen and (min-width: 768.2px){.about__item:nth-child(5){grid-area:4/2/6/3}}@media only screen and (min-width: 1200.2px){.about__item:nth-child(5){grid-area:2/3/4/4}}.about__item:nth-child(5) .item__bg img{-o-object-position:center right;object-position:center right}.about__item .item__bg{position:absolute;inset:0;z-index:-1;background-color:var(--bg)}.about__item .item__title{margin:0;font:700 20px/110% "Raleway"}@media only screen and (min-width: 768.2px){.about__item .item__title{font-size:30px}}.about__item .item__text{margin:0;color:#4e4d4a}@media only screen and (min-width: 768.2px){.about__item .item__text{font-size:14px;line-height:20px}}@media only screen and (min-width: 1200.2px){.about__item .item__text{font-size:16px;line-height:22px}}.about__btn{--color: #fff;--btnColorHover: #4E4D4A;--bgColorHover: #fff}.princip{overflow:hidden}.princip__title{--color: #172178;--fontSize: 24px}@media only screen and (min-width: 768.2px){.princip__title{--fontSize: 40px}}@media only screen and (min-width: 1200.2px){.princip__title{--fontSize: 48px}}.princip__block{display:grid;grid-template-columns:100%;row-gap:40px}@media only screen and (min-width: 1200.2px){.princip__block{grid-template-columns:555px minmax(10px, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 1200.2px){.princip__title_wrap{opacity:var(--opacity);grid-area:1/1/2/2}}.princip__slider{width:calc(100vw - var(--scrollbar-width));left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding-top:5px;margin-top:-5px}@media only screen and (min-width: 1200.2px){.princip__slider{pointer-events:none;grid-area:1/1/2/3}}.princip__item:not(.clear-slide){aspect-ratio:1;width:280px;background-color:#faf9f7;border-radius:5px;position:relative;z-index:1;padding:20px;display:grid;-ms-flex-line-pack:justify;align-content:space-between;cursor:e-resize;-webkit-transition:-webkit-transform 0.4s ease-in-out 0s;transition:-webkit-transform 0.4s ease-in-out 0s;transition:transform 0.4s ease-in-out 0s;transition:transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s}@media only screen and (min-width: 768.2px){.princip__item:not(.clear-slide){width:420px;padding:40px}}@media only screen and (min-width: 1200.2px){.princip__item:not(.clear-slide){pointer-events:auto;width:500px}}.princip__item:not(.clear-slide):hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.princip__item .item__img{position:absolute;inset:50% 50px auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1;width:calc(100% - 100px);pointer-events:none}.princip__item .item__title{font:700 20px/110% "Raleway";margin:0}@media only screen and (min-width: 768.2px){.princip__item .item__title{font-size:30px}}.princip__item .item__text{color:#4e4d4a;margin:0}@media only screen and (min-width: 1200.2px){.princip__item .item__text{font-size:16px;line-height:22px}}.examples__head{background:var(--bg, url(../img/examples-image.webp)) center/cover no-repeat;padding:0 0 40px 20px;display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;height:360px;position:relative;z-index:1}@media only screen and (min-width: 768.2px){.examples__head{height:480px}}@media only screen and (min-width: 1440.2px){.examples__head{height:810px}}@media only screen and (min-width: 1440.2px){.examples__head{padding-left:40px}}.examples__head::before{content:"";position:absolute;inset:0;z-index:-1;background-color:rgba(23,33,120,.25)}.examples__title{--fontSize: 30px;--color: #FAF9F7;--iconSize: 56px;display:grid;grid-template-columns:-webkit-min-content var(--iconSize);grid-template-columns:min-content var(--iconSize);-webkit-box-align:end;-ms-flex-align:end;align-items:end}@media only screen and (min-width: 768.2px){.examples__title{--iconSize: 100px;--fontSize: 56px}}.examples__title::after{content:"";aspect-ratio:1;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="%23F45E43" stroke="transparent" stroke-width="0" style="" d="M27.0835 29.2724H53.0647V69.7915H59.3752V26.0944C59.3752 24.3393 57.9625 22.9165 56.2199 22.9165L27.0835 22.9165V29.2724Z M53.8445 76.0824C55.1728 77.4172 57.3256 77.4172 58.6539 76.0824L72.9168 61.7495V52.0835L56.2492 68.8329L39.5835 52.0854V61.7514L53.8445 76.0824Z"  /></svg>') center/contain no-repeat}.examples__tabs-wrap{padding:2px;background-color:#f45e43}@media only screen and (min-width: 768.2px){.examples__tabs-wrap{padding:4px}}@media only screen and (min-width: 1200.2px){.examples__tabs-wrap{padding:8px}}.examples__list{--columns: 1;--radius: 5px;--gap: 1px;--columnWidth: round(up, calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns)), 1px);border-radius:var(--radius);display:grid;overflow:hidden;gap:var(--gap);background-color:#cacaca;counter-reset:item;grid-template-columns:repeat(var(--columns), 1fr)}@media only screen and (min-width: 576.2px){.examples__list{--columns: 2;--itemHeight: 180px;background-image:radial-gradient(circle at calc(var(--radius) + 1px) calc(var(--radius) + 1px), #FAF9F7 0px, #FAF9F7 var(--radius), transparent calc(var(--radius) + 1px), transparent 100%),radial-gradient(circle at calc(100% - var(--radius) - 1px - var(--gap)) calc(var(--radius) + 1px), #FAF9F7 0px, #FAF9F7 var(--radius), transparent calc(var(--radius) + 1px), transparent 100%),radial-gradient(circle at calc(100% - var(--radius) - 1px - var(--gap)) calc(100% - var(--radius) - 1px - var(--gap)), #FAF9F7 0px, #FAF9F7 var(--radius), transparent calc(var(--radius) + 1px), transparent 100%),radial-gradient(circle at calc(var(--radius) + 1px) calc(100% - var(--radius) - 1px - var(--gap)), #FAF9F7 0px, #FAF9F7 var(--radius), transparent calc(var(--radius) + 1px), transparent 100%),conic-gradient(from 90deg at calc((var(--radius) + 1px) * 2 + var(--gap)) var(--gap), #FAF9F7 90deg, rgba(0, 0, 0, 0) 0),conic-gradient(from 90deg at var(--gap) calc((var(--radius) + 1px) * 2 + var(--gap)), #FAF9F7 90deg, rgba(0, 0, 0, 0) 0);background-position:top left,top left,top left,top left,calc((var(--radius) + 1px + var(--gap))*-1) calc(var(--gap)*-1),calc((var(--gap))*-1) calc((var(--radius) + 1px + var(--gap))*-1);background-size:calc(var(--columnWidth) + var(--gap) - .4px) calc(var(--itemHeight) + var(--gap))}}@media only screen and (min-width: 768.2px){.examples__list{--columns: 3}}@media only screen and (min-width: 1200.2px){.examples__list{--columns: 4;--itemHeight: 260px}}.examples__item{counter-increment:item;position:relative;height:var(--itemHeight, auto);border-radius:var(--radius);overflow:hidden;z-index:1;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;padding:20px;display:grid;grid-template-rows:1fr repeat(2, auto);opacity:0}@media only screen and (max-width: 576px){.examples__item{background-color:#faf9f7}}@media only screen and (min-width: 1200.2px){.examples__item{padding:32px}}.examples__item[data-anim=true]{opacity:1}@media only screen and (min-width: 576.2px){.examples__item:nth-child(2n+1)[data-anim=true]{-webkit-transition-delay:.15s;transition-delay:.15s}.examples__item:nth-child(2n+2)[data-anim=true]{-webkit-transition-delay:.3s;transition-delay:.3s}}@media only screen and (min-width: 768.2px){.examples__item:nth-child(3n+1)[data-anim=true]{-webkit-transition-delay:.15s;transition-delay:.15s}.examples__item:nth-child(3n+2)[data-anim=true]{-webkit-transition-delay:.3s;transition-delay:.3s}.examples__item:nth-child(3n+3)[data-anim=true]{-webkit-transition-delay:.45s;transition-delay:.45s}}@media only screen and (min-width: 1200.2px){.examples__item:nth-child(4n+1)[data-anim=true]{-webkit-transition-delay:.15s;transition-delay:.15s}.examples__item:nth-child(4n+2)[data-anim=true]{-webkit-transition-delay:.3s;transition-delay:.3s}.examples__item:nth-child(4n+3)[data-anim=true]{-webkit-transition-delay:.45s;transition-delay:.45s}.examples__item:nth-child(4n+4)[data-anim=true]{-webkit-transition-delay:.6s;transition-delay:.6s}}.examples__item .item__img{position:absolute;inset:0;z-index:-1;opacity:0;pointer-events:none;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:opacity, transform;transition-property:opacity, transform, -webkit-transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out, linear, linear;transition-timing-function:ease-in-out, linear, linear;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.examples__item .item__img::before{content:"";position:absolute;inset:0;background-color:rgba(23,33,120,.5)}.examples__item .item__tag{margin:0;text-transform:uppercase;color:#4e4d4a;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}@media only screen and (min-width: 768.2px){.examples__item .item__tag{font-size:14px;line-height:18px}}@media only screen and (min-width: 1200.2px){.examples__item .item__tag{font-size:16px;line-height:20px}}.examples__item .item__tag::before{content:counter(item, decimal-leading-zero) ". "}.examples__item .item__title{-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;font:700 16px/110% "Raleway";color:#172178;margin:20px 0 0;-ms-hyphens:auto;hyphens:auto}@media only screen and (min-width: 768.2px){.examples__item .item__title{font-size:20px}}@media only screen and (min-width: 1200.2px){.examples__item .item__title{font-size:24px}}.examples__item .item__text{margin:0;color:#fff;-webkit-transition-property:margin, opacity;transition-property:margin, opacity;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;margin-bottom:-35%;margin-top:35px;opacity:0}@media only screen and (min-width: 576.2px){.examples__item .item__text{-webkit-transition-duration:.3s;transition-duration:.3s}}@media only screen and (min-width: 768.2px){.examples__item .item__text{font-size:14px;line-height:18px}}.examples__item:hover .item__img{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-duration:.3s,3s,3s;transition-duration:.3s,3s,3s}.examples__item:hover .item__tag,.examples__item:hover .item__title{color:#fff}.examples__item:hover .item__text{margin:20px 0 0;opacity:1}.examples .tabs-wrap{-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;display:grid;grid-auto-columns:auto;justify-items:stretch;background-color:#172178;padding-bottom:0}.examples .tabs__tab{text-align:center;color:#fff;text-transform:uppercase;font:500 16px/24px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";padding:12px;opacity:1;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}@media only screen and (min-width: 768.2px){.examples .tabs__tab{font-size:24px;line-height:32px;padding:16px}}@media only screen and (min-width: 1200.2px){.examples .tabs__tab{font:600 18px/32px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";padding:8px}}.examples .tabs__tab:hover{color:#f45e43}.examples .tabs__tab.is-active{color:#fff}.examples .tabs__tab .title--1{display:none}@media only screen and (min-width: 768.2px){.examples .tabs__tab .title--1{display:inline}}@media only screen and (min-width: 768.2px){.examples .tabs__tab .title--2{display:none}}.examples .tabs__line{height:100%;z-index:-1}.examples .tabs-content__wrapper.is-active .tabs-content__wrapper-inner{padding-top:0}.customers{display:grid;row-gap:40px;grid-template-columns:100%}@media only screen and (min-width: 768.2px){.customers{row-gap:60px}}@media only screen and (min-width: 1200.2px){.customers{row-gap:80px}}.customers__title{--fontSize: 30px;--color: $color_1}@media only screen and (min-width: 768.2px){.customers__title{--fontSize: 56px}}.customers__text{font-size:14px;line-height:110%;color:#4e4d4a;margin:0}@media only screen and (min-width: 576.2px){.customers__text{font-size:16px;max-width:540px}}@media only screen and (min-width: 1200.2px){.customers__text{font-size:20px;max-width:610px}}.customers__slider{position:relative;width:calc(100vw - var(--scrollbar-width));left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.customers__item{height:60px;width:140px;width:140px;border-left:solid 1px rgba(152,151,150,.25);text-align:center}@media only screen and (min-width: 768.2px){.customers__item{height:120px;width:320px}}.work{overflow:hidden}.work__head{background:url(../img/work/main-bg.webp) 70% 50%/cover no-repeat;background-attachment:fixed;padding:0 0 40px 20px;display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;position:relative;z-index:1}.work__head{height:360px}@media only screen and (min-width: 375px){.work__head{height:calc(0.4225352113*100vw + 201.5492957746px)}}@media only screen and (min-width: 1440px){.work__head{height:810px}}@media only screen and (min-width: 576.2px){.work__head{background-position:center}}@media only screen and (min-width: 1440.2px){.work__head{padding-left:40px}}.work__head::before{content:"";position:absolute;inset:0;z-index:-1;background-color:rgba(23,33,120,.25)}.work__block{display:grid;grid-template-columns:100%;row-gap:40px}@media only screen and (min-width: 1200.2px){.work__block{grid-template-columns:555px minmax(10px, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 1200.2px){.work__title_wrap{opacity:var(--opacity);grid-area:1/1/2/2}}.work__slider{width:calc(100vw - var(--scrollbar-width));left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding-top:5px;margin-top:-5px}@media only screen and (min-width: 1200.2px){.work__slider{pointer-events:none;z-index:2;grid-area:1/1/2/3}}.work__item:not(.clear-slide){width:280px;background:linear-gradient(151.6deg, #3242D1 0%, #172178 100%);position:relative;z-index:1;padding:20px;border-radius:5px;display:grid;-ms-flex-line-pack:justify;align-content:space-between;height:auto;row-gap:20px;grid-template-rows:auto 1fr auto;-webkit-box-align:end;-ms-flex-align:end;align-items:end;cursor:e-resize;-webkit-transition:-webkit-transform 0.4s ease-in-out 0s;transition:-webkit-transform 0.4s ease-in-out 0s;transition:transform 0.4s ease-in-out 0s;transition:transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s}@media only screen and (min-width: 768.2px){.work__item:not(.clear-slide){width:420px;padding:40px}}@media only screen and (min-width: 1200.2px){.work__item:not(.clear-slide){row-gap:40px;pointer-events:auto;width:500px}}.work__item:not(.clear-slide):hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.work__item .item__img{pointer-events:none}.work__item .item__title{font:700 24px/110% "Raleway";margin:0;color:#faf9f7}@media only screen and (min-width: 768.2px){.work__item .item__title{font-size:30px}}@media only screen and (min-width: 1200.2px){.work__item .item__title{font-size:40px}}.work__item .item__text{color:#c3c9fe;margin:0}@media only screen and (min-width: 1200.2px){.work__item .item__text{font-size:16px;line-height:22px}}.work__btn{--color: #fff;--btnColorHover: #4E4D4A;--bgColorHover: #fff}@media only screen and (min-width: 576.2px){.work__btn{justify-self:start}}@media only screen and (min-width: 1200.2px){.work__btn{align-self:flex-end;opacity:var(--opacity);grid-area:1/1/2/2}}.catalog{display:grid;grid-template-columns:100%;gap:40px}@media only screen and (min-width: 992.2px){.catalog{grid-template-columns:425px 1fr;-ms-flex-line-pack:justify;align-content:space-between}}.catalog__title{--color: #172178}.catalog__title-wrap{display:grid;row-gap:40px;-ms-flex-line-pack:start;align-content:start}@media only screen and (min-width: 768.2px){.catalog__title-wrap{row-gap:20px}}@media only screen and (min-width: 1200.2px){.catalog__title-wrap{row-gap:40px}}.catalog__text{font-size:14px;line-height:20px;color:#4e4d4a;margin:0}@media only screen and (min-width: 768.2px){.catalog__text{font-size:16px;line-height:22px}}@media only screen and (min-width: 1200.2px){.catalog__text{font-size:20px;line-height:28px}}.catalog__list{display:grid;grid-template-columns:100%;gap:20px}@media only screen and (min-width: 768.2px){.catalog__list{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 992.2px){.catalog__list{grid-area:1/2/3/3}}.catalog__item{background-color:#faf9f7;border-radius:5px;padding:20px;display:grid;row-gap:16px}@media only screen and (min-width: 1200.2px){.catalog__item{padding:40px;row-gap:20px}}.catalog__item .item__img{height:160px;justify-self:center}@media only screen and (min-width: 1200.2px){.catalog__item .item__img{height:240px}}.catalog__item .item__title{font:700 30px/110% "Raleway";text-transform:uppercase;-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";margin:0}.catalog__item .item__count,.catalog__item .item__text{margin:0;font-size:14px;line-height:20px}@media only screen and (min-width: 1200.2px){.catalog__item .item__count,.catalog__item .item__text{font-size:16px;line-height:22px}}.catalog__item .item__text{color:#4e4d4a}.catalog__item .item__btn{justify-self:stretch}.catalog__btn{-ms-flex-item-align:end;align-self:end;justify-self:start}.catalog__header{display:grid;grid-auto-flow:column;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--catalogHeaderHeight)}.catalog__header.transfer{opacity:0;-webkit-transition:opacity 0.1s ease-in-out 0s;transition:opacity 0.1s ease-in-out 0s}.catalog__header.transfer.show{opacity:1}main .catalog__header{display:none}.catalog__filter{margin-bottom:20px;display:grid;grid-template-columns:100%;gap:20px;position:relative}@media only screen and (min-width: 768.2px){.catalog__filter{grid-template-columns:repeat(2, auto) 1fr}}@media only screen and (min-width: 992.2px){.catalog__filter{gap:20px;margin-bottom:40px}}@media only screen and (min-width: 1440.2px){.catalog__filter{grid-template-columns:repeat(2, auto) 1fr auto}}@media only screen and (min-width: 768.2px){.catalog__filter:has(.filter-search__field){grid-template-columns:1fr repeat(2, auto)}}@media only screen and (min-width: 1200.2px){.catalog__filter:has(.filter-search__field){grid-template-columns:auto 1fr repeat(2, auto)}}.catalog__filter button{border:none;--padding: 0;margin:0}.catalog__filter .item__label{border:solid 2px rgba(23,33,120,.1);padding:0px 12px;text-transform:uppercase;color:#989796;width:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 768.2px){.catalog__filter .item__label{width:auto}}@media only screen and (min-width: 1200.2px){.catalog__filter .item__label{font-size:12px;line-height:16px;padding:0px 20px}}@media only screen and (max-width: 768px){.catalog__filter .item__label{min-width:125px}}@media only screen and (max-width: 768px){.catalog__filter .item__label+*{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}}.catalog__filter .item__btn{--padding: 0 20px;--color: #172178;--hoverColor: #fff;--iconColor: #F45E43;--bgColor: rgba(23, 33, 120, 0.1);background-color:var(--bgColor);padding:var(--padding);color:var(--color);height:36px;min-height:36px;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;font:600 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";cursor:pointer}.catalog__filter .item__btn::before,.catalog__filter .item__btn::after{aspect-ratio:1;background-color:var(--iconColor);width:16px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.catalog__filter .item__btn:not(.is-active):hover{background-color:#172178;color:var(--hoverColor)}.catalog__filter .item__btn:not(.is-active):hover::before,.catalog__filter .item__btn:not(.is-active):hover::after{background-color:var(--iconColorHover, var(--iconColor))}.catalog__filter .item__btn.is-active{pointer-events:none}.catalog__filter .ts-wrapper.single .item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media only screen and (min-width: 768.2px)and (max-width: 1040px){.catalog__filter .ts-wrapper.single .item{max-width:100px}}.catalog__filter>.ts-dropdown{--color: #172178;--gap: 4px;--BG: rgba(23, 33, 120, 0.05);--activeBG: rgba(23, 33, 120, 0.1);--activeColor: #172178;--selectedBG: rgba(244, 94, 67, 0.05);--selectedColor: #F45E43;position:relative;top:0;grid-column:1/-1;background-color:rgba(0,0,0,0)}.catalog__filter>.ts-dropdown .ts-dropdown-content{max-height:none;grid-template-columns:100%}@media only screen and (min-width: 768.2px){.catalog__filter>.ts-dropdown .ts-dropdown-content{grid-template-columns:repeat(2, 1fr)}}.catalog__filter>.ts-dropdown .option{padding:10px 16px;border-radius:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font:500 12px/12px "Raleway";color:var(--color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}@media only screen and (min-width: 992.2px){.catalog__filter>.ts-dropdown .option{font-size:16px;line-height:24px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding:20px}}.catalog__filter>.ts-dropdown .option::before{content:"";aspect-ratio:1;width:12px;background-color:var(--color);-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat}@media only screen and (min-width: 992.2px){.catalog__filter>.ts-dropdown .option::before{width:24px}}.catalog__filter>.ts-dropdown .option.active{-webkit-box-shadow:inset 0 0 0 1px rgba(23,33,120,.25);box-shadow:inset 0 0 0 1px rgba(23,33,120,.25)}.catalog__filter>.ts-dropdown .option.selected:hover{background-color:rgba(244,94,67,.1);-webkit-box-shadow:inset 0 0 0 1px rgba(244,94,67,.25);box-shadow:inset 0 0 0 1px rgba(244,94,67,.25)}.catalog__filter .filter__item{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px}.catalog__filter .filter__item:empty{display:none}@media only screen and (max-width: 1440px){.catalog__filter .filter__item:has([class*=filter__btn-view-]){display:none}}@media only screen and (max-width: 1200px){.catalog__filter .filter__item:has(.filter-search__field){display:none}}@media only screen and (max-width: 768px){.catalog__filter .filter__item:has(.filter-extensions-select)>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.catalog__filter .filter__item:has(.filter-extensions-select) .filter-extensions-select,.catalog__filter .filter__item:has(.filter-extensions-select) .item__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 768.2px){.catalog__filter .filter__item:nth-child(3){justify-self:end}}.catalog__filter .filter__item>*{border-radius:0}.catalog__filter .filter__item>*:first-child:not(select){border-radius:5px 0 0 5px}.catalog__filter .filter__item>*:first-child:is(select)+*{border-top-left-radius:5px;border-bottom-left-radius:5px}.catalog__filter .filter__item>*:last-child{border-radius:0 5px 5px 0}.catalog__filter .filter__item:has(select:first-child)>*:nth-child(2):not(:has(+*)){border-top-left-radius:5px;border-bottom-left-radius:5px}@media only screen and (max-width: 768px){.catalog__filter .filter__item:has(.item__label) .ts-wrapper.single{--width: calc(100% - 125px);-webkit-box-flex:1;-ms-flex:1 0 var(--width);flex:1 0 var(--width);max-width:var(--width)}}.catalog__filter .filter__btn-filter::after{content:"";-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M16.5 6.5C15.6716 6.5 15 7.17157 15 8C15 8.82843 15.6716 9.5 16.5 9.5C17.3284 9.5 18 8.82843 18 8C18 7.17157 17.3284 6.5 16.5 6.5ZM13 8C13 6.067 14.567 4.5 16.5 4.5C18.0892 4.5 19.431 5.55912 19.858 7.01001C19.9044 7.00341 19.9518 7 20 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H20C19.9518 9 19.9044 8.99659 19.858 8.99C19.431 10.4409 18.0892 11.5 16.5 11.5C14.567 11.5 13 9.933 13 8ZM2 8C2 7.44772 2.44772 7 3 7H10C10.5523 7 11 7.44772 11 8C11 8.55228 10.5523 9 10 9H3C2.44772 9 2 8.55228 2 8ZM7.5 14.5C6.67157 14.5 6 15.1716 6 16C6 16.8284 6.67157 17.5 7.5 17.5C8.32843 17.5 9 16.8284 9 16C9 15.1716 8.32843 14.5 7.5 14.5ZM4.14494 15C4.57521 13.5543 5.91449 12.5 7.5 12.5C9.433 12.5 11 14.067 11 16C11 17.933 9.433 19.5 7.5 19.5C5.91449 19.5 4.57521 18.4457 4.14494 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15H4.14494ZM13 16C13 15.4477 13.4477 15 14 15L21 15C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17L14 17C13.4477 17 13 16.5523 13 16Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M16.5 6.5C15.6716 6.5 15 7.17157 15 8C15 8.82843 15.6716 9.5 16.5 9.5C17.3284 9.5 18 8.82843 18 8C18 7.17157 17.3284 6.5 16.5 6.5ZM13 8C13 6.067 14.567 4.5 16.5 4.5C18.0892 4.5 19.431 5.55912 19.858 7.01001C19.9044 7.00341 19.9518 7 20 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H20C19.9518 9 19.9044 8.99659 19.858 8.99C19.431 10.4409 18.0892 11.5 16.5 11.5C14.567 11.5 13 9.933 13 8ZM2 8C2 7.44772 2.44772 7 3 7H10C10.5523 7 11 7.44772 11 8C11 8.55228 10.5523 9 10 9H3C2.44772 9 2 8.55228 2 8ZM7.5 14.5C6.67157 14.5 6 15.1716 6 16C6 16.8284 6.67157 17.5 7.5 17.5C8.32843 17.5 9 16.8284 9 16C9 15.1716 8.32843 14.5 7.5 14.5ZM4.14494 15C4.57521 13.5543 5.91449 12.5 7.5 12.5C9.433 12.5 11 14.067 11 16C11 17.933 9.433 19.5 7.5 19.5C5.91449 19.5 4.57521 18.4457 4.14494 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15H4.14494ZM13 16C13 15.4477 13.4477 15 14 15L21 15C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17L14 17C13.4477 17 13 16.5523 13 16Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.catalog__filter .filter__btn-clear,.catalog__filter .filter__btn-download{border-left:solid 1px rgba(23,33,120,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.catalog__filter .filter__btn-clear::after{content:"";aspect-ratio:1;background-color:#f45e43;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6835 4.90237 18.3166 4.90237 18.7071 5.29289C19.0977 5.68342 19.0977 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3165 18.7071 18.7071C18.3165 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0977 5.68342 19.0977 5.29289 18.7071C4.90237 18.3166 4.90237 17.6835 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6835 4.90237 18.3166 4.90237 18.7071 5.29289C19.0977 5.68342 19.0977 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3165 18.7071 18.7071C18.3165 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0977 5.68342 19.0977 5.29289 18.7071C4.90237 18.3166 4.90237 17.6835 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog__filter .filter__btn-clear:empty{display:none}.catalog__filter .filter__btn-view-list,.catalog__filter .filter__btn-view-table{--padding: 0;--color: transparent;--hoverColor: transparent;--iconColor: #172178;--iconColorHover: #fff;aspect-ratio:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center}.catalog__filter .filter__btn-view-list::after,.catalog__filter .filter__btn-view-table::after{content:""}.catalog__filter .filter__btn-view-list.is-active,.catalog__filter .filter__btn-view-table.is-active{-webkit-box-shadow:inset 0 0 0 2px rgba(23,33,120,.1);box-shadow:inset 0 0 0 2px rgba(23,33,120,.1);--iconColor: #F45E43;--bgColor: transparent}.catalog__filter .filter__btn-view-list:after{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M6.41612 3.99995C6.44379 3.99997 6.47175 4 6.5 4H17.5C17.5282 4 17.5562 3.99997 17.5839 3.99995C17.9646 3.99965 18.2924 3.99939 18.5853 4.05764C19.7755 4.29439 20.7055 5.22483 20.9422 6.41477C21.0005 6.70762 21.0002 7.03542 20.9999 7.41612C20.9999 7.4438 20.9999 7.47175 20.9999 7.5C20.9999 7.52824 20.9999 7.55619 20.9999 7.58387C21.0002 7.96457 21.0005 8.29241 20.9422 8.58527C20.7055 9.77525 19.7754 10.7056 18.5853 10.9423C18.2923 11.0006 17.9644 11.0003 17.5835 11C17.5559 11 17.5281 11 17.5 11H6.5C6.47188 11 6.44405 11 6.41649 11C6.03557 11.0003 5.70771 11.0006 5.41477 10.9423C4.22474 10.7056 3.29437 9.77539 3.05764 8.58527C2.99939 8.29241 2.99965 7.96462 2.99995 7.58392C2.99997 7.55624 3 7.52828 3 7.50004C3 7.47179 2.99997 7.44384 2.99995 7.41616C2.99965 7.03546 2.99939 6.70762 3.05764 6.41477C3.29436 5.2247 4.2247 4.29436 5.41477 4.05764C5.70762 3.99939 6.03542 3.99965 6.41612 3.99995ZM6.5 6C5.98742 6 5.8772 6.00484 5.80495 6.01921C5.40826 6.09812 5.09812 6.40826 5.01921 6.80495C5.00484 6.8772 5 6.98745 5 7.50004C5 8.01262 5.00484 8.12284 5.01921 8.19509C5.09811 8.59173 5.40821 8.90184 5.80495 8.98076C5.87722 8.99513 5.98751 9 6.5 9H17.5C18.0125 9 18.1228 8.99513 18.1951 8.98076C18.5917 8.90187 18.9017 8.59186 18.9806 8.19509C18.995 8.12284 18.9999 8.01258 18.9999 7.5C18.9999 6.98742 18.995 6.8772 18.9806 6.80495C18.9017 6.40812 18.5916 6.09809 18.1951 6.01921C18.1228 6.00484 18.0126 6 17.5 6H6.5ZM6.41611 13C6.44379 13 6.47175 13 6.5 13H17.5C17.5282 13 17.5562 13 17.5839 13C17.9646 12.9996 18.2924 12.9994 18.5853 13.0576C19.7755 13.2944 20.7055 14.2248 20.9422 15.4148C21.0005 15.7076 21.0002 16.0354 20.9999 16.4161C20.9999 16.4438 20.9999 16.4718 20.9999 16.5C20.9999 16.5282 20.9999 16.5562 20.9999 16.5839C21.0002 16.9646 21.0005 17.2924 20.9422 17.5853C20.7055 18.7753 19.7754 19.7056 18.5853 19.9423C18.2923 20.0006 17.9644 20.0003 17.5835 20C17.5559 20 17.5281 20 17.5 20H6.5C6.47188 20 6.44404 20 6.41649 20C6.03556 20.0003 5.7077 20.0006 5.41477 19.9423C4.22474 19.7056 3.29437 18.7754 3.05764 17.5853C2.99939 17.2924 2.99965 16.9646 2.99995 16.5839C2.99997 16.5562 3 16.5283 3 16.5C3 16.4718 2.99997 16.4438 2.99995 16.4162C2.99965 16.0355 2.99939 15.7076 3.05764 15.4148C3.29436 14.2247 4.2247 13.2944 5.41477 13.0576C5.70762 12.9994 6.03541 12.9996 6.41611 13ZM6.5 15C5.98742 15 5.8772 15.0048 5.80495 15.0192C5.40826 15.0981 5.09812 15.4083 5.01921 15.8049C5.00484 15.8772 5 15.9875 5 16.5C5 17.0126 5.00484 17.1228 5.01921 17.1951C5.09811 17.5917 5.40821 17.9018 5.80495 17.9808C5.87722 17.9951 5.98751 18 6.5 18H17.5C18.0125 18 18.1228 17.9951 18.1951 17.9808C18.5917 17.9019 18.9017 17.5919 18.9806 17.1951C18.995 17.1228 18.9999 17.0126 18.9999 16.5C18.9999 15.9874 18.995 15.8772 18.9806 15.8049C18.9017 15.4081 18.5916 15.0981 18.1951 15.0192C18.1228 15.0048 18.0126 15 17.5 15H6.5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M6.41612 3.99995C6.44379 3.99997 6.47175 4 6.5 4H17.5C17.5282 4 17.5562 3.99997 17.5839 3.99995C17.9646 3.99965 18.2924 3.99939 18.5853 4.05764C19.7755 4.29439 20.7055 5.22483 20.9422 6.41477C21.0005 6.70762 21.0002 7.03542 20.9999 7.41612C20.9999 7.4438 20.9999 7.47175 20.9999 7.5C20.9999 7.52824 20.9999 7.55619 20.9999 7.58387C21.0002 7.96457 21.0005 8.29241 20.9422 8.58527C20.7055 9.77525 19.7754 10.7056 18.5853 10.9423C18.2923 11.0006 17.9644 11.0003 17.5835 11C17.5559 11 17.5281 11 17.5 11H6.5C6.47188 11 6.44405 11 6.41649 11C6.03557 11.0003 5.70771 11.0006 5.41477 10.9423C4.22474 10.7056 3.29437 9.77539 3.05764 8.58527C2.99939 8.29241 2.99965 7.96462 2.99995 7.58392C2.99997 7.55624 3 7.52828 3 7.50004C3 7.47179 2.99997 7.44384 2.99995 7.41616C2.99965 7.03546 2.99939 6.70762 3.05764 6.41477C3.29436 5.2247 4.2247 4.29436 5.41477 4.05764C5.70762 3.99939 6.03542 3.99965 6.41612 3.99995ZM6.5 6C5.98742 6 5.8772 6.00484 5.80495 6.01921C5.40826 6.09812 5.09812 6.40826 5.01921 6.80495C5.00484 6.8772 5 6.98745 5 7.50004C5 8.01262 5.00484 8.12284 5.01921 8.19509C5.09811 8.59173 5.40821 8.90184 5.80495 8.98076C5.87722 8.99513 5.98751 9 6.5 9H17.5C18.0125 9 18.1228 8.99513 18.1951 8.98076C18.5917 8.90187 18.9017 8.59186 18.9806 8.19509C18.995 8.12284 18.9999 8.01258 18.9999 7.5C18.9999 6.98742 18.995 6.8772 18.9806 6.80495C18.9017 6.40812 18.5916 6.09809 18.1951 6.01921C18.1228 6.00484 18.0126 6 17.5 6H6.5ZM6.41611 13C6.44379 13 6.47175 13 6.5 13H17.5C17.5282 13 17.5562 13 17.5839 13C17.9646 12.9996 18.2924 12.9994 18.5853 13.0576C19.7755 13.2944 20.7055 14.2248 20.9422 15.4148C21.0005 15.7076 21.0002 16.0354 20.9999 16.4161C20.9999 16.4438 20.9999 16.4718 20.9999 16.5C20.9999 16.5282 20.9999 16.5562 20.9999 16.5839C21.0002 16.9646 21.0005 17.2924 20.9422 17.5853C20.7055 18.7753 19.7754 19.7056 18.5853 19.9423C18.2923 20.0006 17.9644 20.0003 17.5835 20C17.5559 20 17.5281 20 17.5 20H6.5C6.47188 20 6.44404 20 6.41649 20C6.03556 20.0003 5.7077 20.0006 5.41477 19.9423C4.22474 19.7056 3.29437 18.7754 3.05764 17.5853C2.99939 17.2924 2.99965 16.9646 2.99995 16.5839C2.99997 16.5562 3 16.5283 3 16.5C3 16.4718 2.99997 16.4438 2.99995 16.4162C2.99965 16.0355 2.99939 15.7076 3.05764 15.4148C3.29436 14.2247 4.2247 13.2944 5.41477 13.0576C5.70762 12.9994 6.03541 12.9996 6.41611 13ZM6.5 15C5.98742 15 5.8772 15.0048 5.80495 15.0192C5.40826 15.0981 5.09812 15.4083 5.01921 15.8049C5.00484 15.8772 5 15.9875 5 16.5C5 17.0126 5.00484 17.1228 5.01921 17.1951C5.09811 17.5917 5.40821 17.9018 5.80495 17.9808C5.87722 17.9951 5.98751 18 6.5 18H17.5C18.0125 18 18.1228 17.9951 18.1951 17.9808C18.5917 17.9019 18.9017 17.5919 18.9806 17.1951C18.995 17.1228 18.9999 17.0126 18.9999 16.5C18.9999 15.9874 18.995 15.8772 18.9806 15.8049C18.9017 15.4081 18.5916 15.0981 18.1951 15.0192C18.1228 15.0048 18.0126 15 17.5 15H6.5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.catalog__filter .filter__btn-view-table:after{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M5 6C4.44772 6 4 6.44772 4 7C4 7.55228 4.44772 8 5 8C5.55229 8 6 7.55228 6 7C6 6.44772 5.55229 6 5 6Z M5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13C5.55229 13 6 12.5523 6 12C6 11.4477 5.55229 11 5 11Z M5 16C4.44772 16 4 16.4477 4 17C4 17.5523 4.44772 18 5 18C5.55229 18 6 17.5523 6 17C6 16.4477 5.55229 16 5 16Z M9 6C8.44772 6 8 6.44772 8 7C8 7.55228 8.44772 8 9 8H19C19.5523 8 20 7.55228 20 7C20 6.44772 19.5523 6 19 6H9Z M9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H9Z M9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H19C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16H9Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M5 6C4.44772 6 4 6.44772 4 7C4 7.55228 4.44772 8 5 8C5.55229 8 6 7.55228 6 7C6 6.44772 5.55229 6 5 6Z M5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13C5.55229 13 6 12.5523 6 12C6 11.4477 5.55229 11 5 11Z M5 16C4.44772 16 4 16.4477 4 17C4 17.5523 4.44772 18 5 18C5.55229 18 6 17.5523 6 17C6 16.4477 5.55229 16 5 16Z M9 6C8.44772 6 8 6.44772 8 7C8 7.55228 8.44772 8 9 8H19C19.5523 8 20 7.55228 20 7C20 6.44772 19.5523 6 19 6H9Z M9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H9Z M9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H19C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16H9Z"  /></svg>') center/contain no-repeat}.catalog__filter .filter__btn-apply:after{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.catalog__filter .filter__btn-reset{background-color:#172178;color:#fff}.catalog__filter .filter__btn-reset::after{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M7.70711 4.29289C8.09763 4.68342 8.09763 5.31658 7.70711 5.70711L5.41421 8H16C19.3137 8 22 10.6863 22 14C22 17.3137 19.3137 20 16 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H16C18.2091 18 20 16.2091 20 14C20 11.7909 18.2091 10 16 10H5.41421L7.70711 12.2929C8.09763 12.6834 8.09763 13.3166 7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071L2.29289 9.70711C1.90237 9.31658 1.90237 8.68342 2.29289 8.29289L6.29289 4.29289C6.68342 3.90237 7.31658 3.90237 7.70711 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M7.70711 4.29289C8.09763 4.68342 8.09763 5.31658 7.70711 5.70711L5.41421 8H16C19.3137 8 22 10.6863 22 14C22 17.3137 19.3137 20 16 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H16C18.2091 18 20 16.2091 20 14C20 11.7909 18.2091 10 16 10H5.41421L7.70711 12.2929C8.09763 12.6834 8.09763 13.3166 7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071L2.29289 9.70711C1.90237 9.31658 1.90237 8.68342 2.29289 8.29289L6.29289 4.29289C6.68342 3.90237 7.31658 3.90237 7.70711 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.catalog__filter .filter__btn-reset:hover{background-color:rgba(23,33,120,.5) !important}.catalog__filter .filter__btn-search{padding:0;aspect-ratio:1;place-content:center;--iconColor: #636362;--iconColorHover: #fff}.catalog__filter .filter__btn-search::after{content:"";-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4ZM2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.8487 17.3729 13.551 16.3199 14.9056L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9056 16.3199C13.551 17.3729 11.8487 18 10 18C5.58172 18 2 14.4183 2 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4ZM2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.8487 17.3729 13.551 16.3199 14.9056L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9056 16.3199C13.551 17.3729 11.8487 18 10 18C5.58172 18 2 14.4183 2 10Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.catalog__filter .filter__btn-download{--iconColor: #172178;--iconColorHover: #fff}.catalog__filter .filter__btn-download::before{content:"";-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat}.catalog__filter .filter-search__field{background-color:#faf9f7;border:solid 1px #e3e3e3;border-right:0;padding-left:16px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.catalog__filter .filter-extensions-select{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.catalog__filter .filter-extensions-select::before{content:"";aspect-ratio:1;background-color:var(--contcolItemColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M13.0408 2.0008C13.0273 2.00025 13.0137 1.99998 13 1.99998C12.9923 1.99998 12.9846 2.00007 12.977 2.00024C12.9054 1.99979 12.8325 1.99986 12.758 1.99993C12.7305 1.99995 12.7027 1.99998 12.6747 1.99998L8.16168 1.99998C7.63451 1.99996 7.17965 1.99995 6.80499 2.03055C6.40962 2.06284 6.01625 2.13414 5.63781 2.32696C5.07306 2.61471 4.61447 3.0738 4.32698 3.63803C4.13419 4.01641 4.06287 4.40962 4.03057 4.80497C3.99997 5.17954 3.99998 5.6343 4 6.16145V17.8385C3.99998 18.3657 3.99997 18.8204 4.03057 19.195C4.06287 19.5904 4.13419 19.9836 4.32698 20.3619C4.61449 20.9262 5.07311 21.3852 5.63781 21.673C6.01623 21.8658 6.40959 21.9371 6.80496 21.9694C7.17973 22 7.63473 22 8.16209 22H15.8384C16.3657 22 16.8205 22 17.1951 21.9694C17.5904 21.9371 17.9835 21.8657 18.3618 21.673C18.9258 21.3856 19.3854 20.9269 19.6732 20.3619C19.8661 19.9834 19.9373 19.5901 19.9696 19.1949C20 18.821 20 18.3671 20 17.8411L20 9.32548C20 9.29925 20 9.27323 20 9.24741C20.0001 9.17368 20.0002 9.1016 19.9997 9.03091C20 9.02064 20.0002 9.01033 20.0002 8.99998C20.0002 8.98335 19.9998 8.96682 19.999 8.95039C19.9953 8.65915 19.9798 8.39084 19.9167 8.12805C19.8433 7.82238 19.7224 7.52971 19.5577 7.26091C19.3699 6.95445 19.1158 6.70081 18.8258 6.4113C18.8074 6.39289 18.7888 6.37433 18.7701 6.35561L15.6446 3.23013C15.6249 3.21041 15.6053 3.19083 15.586 3.17141C15.2984 2.88329 15.0449 2.62935 14.7393 2.44208C14.471 2.27766 14.1784 2.15639 13.8722 2.08287C13.6066 2.01912 13.3351 2.00414 13.0408 2.0008ZM17.5841 7.99998C17.524 7.93849 17.4493 7.86326 17.3559 7.76983L14.2304 4.64434C14.1368 4.55078 14.0615 4.47603 14 4.41579V5.79998C14 6.37653 14.0008 6.7488 14.0239 7.03214C14.0461 7.30379 14.0838 7.40451 14.109 7.45396C14.205 7.64234 14.3578 7.79519 14.5458 7.89096C14.5952 7.91613 14.696 7.95383 14.9678 7.97604C15.2513 7.99919 15.6237 7.99998 16.2002 7.99998H17.5841ZM18 9.99998V17.8C18 18.3767 17.9993 18.7489 17.9762 19.0323C17.954 19.304 17.9164 19.4046 17.8912 19.454C17.7956 19.6417 17.6424 19.7949 17.4538 19.891C17.4043 19.9162 17.3036 19.9538 17.0321 19.976C16.7489 19.9992 16.3767 20 15.8002 20H8.2002C7.62367 20 7.25127 19.9992 6.96782 19.976C6.69598 19.9538 6.59519 19.9161 6.54579 19.891C6.35784 19.7952 6.20498 19.6423 6.109 19.454C6.0838 19.4045 6.04612 19.3038 6.02393 19.0321C6.00078 18.7488 6 18.3765 6 17.8V6.19999C6 5.62344 6.00078 5.25117 6.02393 4.96783C6.04612 4.69617 6.0838 4.59546 6.109 4.54601C6.205 4.35759 6.35789 4.20472 6.54579 4.10897C6.59517 4.08381 6.69595 4.04611 6.9678 4.02391C7.25126 4.00076 7.62365 3.99998 8.2002 3.99998H12L12 5.83852C12 6.36567 12 6.82043 12.0306 7.195C12.0629 7.59035 12.1342 7.98356 12.327 8.36194C12.6145 8.92621 13.0731 9.38524 13.6378 9.67297C14.0162 9.86578 14.4096 9.93709 14.805 9.96939C15.1797 10 15.6347 10 16.162 9.99998L18 9.99998ZM12 11C12.5523 11 13 11.4477 13 12L13 16.1315L14.4453 15.1679C14.9048 14.8616 15.5257 14.9858 15.8321 15.4453C16.1384 15.9048 16.0142 16.5257 15.5547 16.832L12.5547 18.832C12.2188 19.056 11.7812 19.056 11.4453 18.832L8.4453 16.832C7.98577 16.5257 7.8616 15.9048 8.16795 15.4453C8.4743 14.9858 9.09517 14.8616 9.5547 15.1679L11 16.1315L11 12C11 11.4477 11.4477 11 12 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M13.0408 2.0008C13.0273 2.00025 13.0137 1.99998 13 1.99998C12.9923 1.99998 12.9846 2.00007 12.977 2.00024C12.9054 1.99979 12.8325 1.99986 12.758 1.99993C12.7305 1.99995 12.7027 1.99998 12.6747 1.99998L8.16168 1.99998C7.63451 1.99996 7.17965 1.99995 6.80499 2.03055C6.40962 2.06284 6.01625 2.13414 5.63781 2.32696C5.07306 2.61471 4.61447 3.0738 4.32698 3.63803C4.13419 4.01641 4.06287 4.40962 4.03057 4.80497C3.99997 5.17954 3.99998 5.6343 4 6.16145V17.8385C3.99998 18.3657 3.99997 18.8204 4.03057 19.195C4.06287 19.5904 4.13419 19.9836 4.32698 20.3619C4.61449 20.9262 5.07311 21.3852 5.63781 21.673C6.01623 21.8658 6.40959 21.9371 6.80496 21.9694C7.17973 22 7.63473 22 8.16209 22H15.8384C16.3657 22 16.8205 22 17.1951 21.9694C17.5904 21.9371 17.9835 21.8657 18.3618 21.673C18.9258 21.3856 19.3854 20.9269 19.6732 20.3619C19.8661 19.9834 19.9373 19.5901 19.9696 19.1949C20 18.821 20 18.3671 20 17.8411L20 9.32548C20 9.29925 20 9.27323 20 9.24741C20.0001 9.17368 20.0002 9.1016 19.9997 9.03091C20 9.02064 20.0002 9.01033 20.0002 8.99998C20.0002 8.98335 19.9998 8.96682 19.999 8.95039C19.9953 8.65915 19.9798 8.39084 19.9167 8.12805C19.8433 7.82238 19.7224 7.52971 19.5577 7.26091C19.3699 6.95445 19.1158 6.70081 18.8258 6.4113C18.8074 6.39289 18.7888 6.37433 18.7701 6.35561L15.6446 3.23013C15.6249 3.21041 15.6053 3.19083 15.586 3.17141C15.2984 2.88329 15.0449 2.62935 14.7393 2.44208C14.471 2.27766 14.1784 2.15639 13.8722 2.08287C13.6066 2.01912 13.3351 2.00414 13.0408 2.0008ZM17.5841 7.99998C17.524 7.93849 17.4493 7.86326 17.3559 7.76983L14.2304 4.64434C14.1368 4.55078 14.0615 4.47603 14 4.41579V5.79998C14 6.37653 14.0008 6.7488 14.0239 7.03214C14.0461 7.30379 14.0838 7.40451 14.109 7.45396C14.205 7.64234 14.3578 7.79519 14.5458 7.89096C14.5952 7.91613 14.696 7.95383 14.9678 7.97604C15.2513 7.99919 15.6237 7.99998 16.2002 7.99998H17.5841ZM18 9.99998V17.8C18 18.3767 17.9993 18.7489 17.9762 19.0323C17.954 19.304 17.9164 19.4046 17.8912 19.454C17.7956 19.6417 17.6424 19.7949 17.4538 19.891C17.4043 19.9162 17.3036 19.9538 17.0321 19.976C16.7489 19.9992 16.3767 20 15.8002 20H8.2002C7.62367 20 7.25127 19.9992 6.96782 19.976C6.69598 19.9538 6.59519 19.9161 6.54579 19.891C6.35784 19.7952 6.20498 19.6423 6.109 19.454C6.0838 19.4045 6.04612 19.3038 6.02393 19.0321C6.00078 18.7488 6 18.3765 6 17.8V6.19999C6 5.62344 6.00078 5.25117 6.02393 4.96783C6.04612 4.69617 6.0838 4.59546 6.109 4.54601C6.205 4.35759 6.35789 4.20472 6.54579 4.10897C6.59517 4.08381 6.69595 4.04611 6.9678 4.02391C7.25126 4.00076 7.62365 3.99998 8.2002 3.99998H12L12 5.83852C12 6.36567 12 6.82043 12.0306 7.195C12.0629 7.59035 12.1342 7.98356 12.327 8.36194C12.6145 8.92621 13.0731 9.38524 13.6378 9.67297C14.0162 9.86578 14.4096 9.93709 14.805 9.96939C15.1797 10 15.6347 10 16.162 9.99998L18 9.99998ZM12 11C12.5523 11 13 11.4477 13 12L13 16.1315L14.4453 15.1679C14.9048 14.8616 15.5257 14.9858 15.8321 15.4453C16.1384 15.9048 16.0142 16.5257 15.5547 16.832L12.5547 18.832C12.2188 19.056 11.7812 19.056 11.4453 18.832L8.4453 16.832C7.98577 16.5257 7.8616 15.9048 8.16795 15.4453C8.4743 14.9858 9.09517 14.8616 9.5547 15.1679L11 16.1315L11 12C11 11.4477 11.4477 11 12 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog__filter .filter-popup{position:fixed;inset:0;z-index:100;pointer-events:none;color:#4e4d4a}body.filter-popup-open .catalog__filter .filter-popup{pointer-events:auto}.catalog__filter .filter-popup__blind{position:absolute;z-index:1;inset:0;background-color:rgba(38,37,34,.25);cursor:pointer;-webkit-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s;opacity:0}body.filter-popup-open .catalog__filter .filter-popup__blind{opacity:1}.catalog__filter .filter-popup__block{--padding: 20px;position:absolute;z-index:2;inset:0 0 0 auto;background-color:#f1efeb;-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;width:100%;display:grid;grid-template-rows:auto 1fr auto;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%)}@media only screen and (min-width: 768.2px){.catalog__filter .filter-popup__block{--padding: 40px;max-width:480px}}body.filter-popup-open .catalog__filter .filter-popup__block{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.catalog__filter .filter-popup .block__head{height:var(--header-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 var(--padding);background:#faf9f7;border-bottom:1px solid rgba(152,151,150,.15)}.catalog__filter .filter-popup .block__title{margin:0;font:500 20px/110% "Raleway"}@media only screen and (min-width: 768.2px){.catalog__filter .filter-popup .block__title{font-size:30px}}.catalog__filter .filter-popup .block__close-btn{aspect-ratio:1;width:20px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23F45E43" stroke="transparent" stroke-width="0" style="" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6835 4.90237 18.3166 4.90237 18.7071 5.29289C19.0977 5.68342 19.0977 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3165 18.7071 18.7071C18.3165 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0977 5.68342 19.0977 5.29289 18.7071C4.90237 18.3166 4.90237 17.6835 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;cursor:pointer}@media only screen and (min-width: 768.2px){.catalog__filter .filter-popup .block__close-btn{width:24px}}.catalog__filter .filter-popup .block__items{padding:var(--padding);overflow:auto}.catalog__filter .filter-popup .block__item{--blockDistance: 20px;--blockBorderColor: rgba(152, 151, 150, 0.25)}.catalog__filter .filter-popup .block__item:not(:first-child){padding-top:var(--blockDistance);margin-top:var(--blockDistance);border-top:solid 1px var(--blockBorderColor)}.catalog__filter .filter-popup .block__footer{padding:20px var(--padding);display:grid;grid-template-columns:100%;row-gap:10px}.catalog__filter .filter-popup .block__footer button{--padding: 10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;font:600 14px/20px "Raleway"}.catalog__filter .filter-popup .block__footer button::after{content:"";aspect-ratio:1;width:20px;background-color:#fff}.catalog__filter .filter-popup .item__title{margin:0;font:700 12px/20px "Raleway";color:#4e4d4a}@media only screen and (min-width: 768.2px){.catalog__filter .filter-popup .item__title{font-size:14px}}.catalog__filter .filter-popup .item__title_warp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog__filter .filter-popup .item__clear{color:var(--color);text-decoration:underline;font:600 12px/16px "Raleway";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.catalog__filter .filter-popup .item__clear::after{content:"";aspect-ratio:1;background-color:var(--color);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M7.70711 4.29289C8.09763 4.68342 8.09763 5.31658 7.70711 5.70711L5.41421 8H16C19.3137 8 22 10.6863 22 14C22 17.3137 19.3137 20 16 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H16C18.2091 18 20 16.2091 20 14C20 11.7909 18.2091 10 16 10H5.41421L7.70711 12.2929C8.09763 12.6834 8.09763 13.3166 7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071L2.29289 9.70711C1.90237 9.31658 1.90237 8.68342 2.29289 8.29289L6.29289 4.29289C6.68342 3.90237 7.31658 3.90237 7.70711 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M7.70711 4.29289C8.09763 4.68342 8.09763 5.31658 7.70711 5.70711L5.41421 8H16C19.3137 8 22 10.6863 22 14C22 17.3137 19.3137 20 16 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H16C18.2091 18 20 16.2091 20 14C20 11.7909 18.2091 10 16 10H5.41421L7.70711 12.2929C8.09763 12.6834 8.09763 13.3166 7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071L2.29289 9.70711C1.90237 9.31658 1.90237 8.68342 2.29289 8.29289L6.29289 4.29289C6.68342 3.90237 7.31658 3.90237 7.70711 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog__filter .filter-popup .item__clear:not(:disabled){--color: #F45E43;cursor:pointer}.catalog__filter .filter-popup .item__clear:not(:disabled):hover{text-decoration:none}.catalog__filter .filter-popup .item__clear:disabled{--color: #CCCAC4}.catalog__filter .filter-popup .item__list{margin-top:20px}.catalog__filter .filter-popup .item__list[class*=grid]{display:grid;gap:var(--gap, 20px)}.catalog__filter .filter-popup .item__list.grid-2{grid-template-columns:repeat(2, 1fr)}.catalog__filter .filter-popup .item__list.grid-3{grid-template-columns:repeat(3, 1fr)}.catalog__filter .filter-popup .item__input{background:#faf9f7;border:1px solid #e3e3e3;border-radius:6px;height:40px;padding:0 var(--padding);width:100%;color:#32322f}.catalog__filter .filter-popup .item__input[type=number]{-moz-appearance:textfield}.catalog__filter .filter-popup .item__input[type=number]::-webkit-outer-spin-button,.catalog__filter .filter-popup .item__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.catalog__filter .filter-popup .item__input-wrap{position:relative;--padding: 16px}.catalog__filter .filter-popup .item__input-wrap:has(.item__input.is-active) .item__input-label,.catalog__filter .filter-popup .item__input-wrap:has(.item__input:focus) .item__input-label{-webkit-transform:translateY(calc(-50% - 23px));-ms-transform:translateY(calc(-50% - 23px));transform:translateY(calc(-50% - 23px))}.catalog__filter .filter-popup .item__input-label{position:absolute;inset:50% auto auto var(--padding);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform 0.2s ease-in-out 0s;transition:-webkit-transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;font-size:13px;line-height:14px;color:#989796;z-index:1}.catalog__filter .filter-popup .item__input-label::after{content:"";position:absolute;inset:calc(100% - 4px) -4px 2px -4px;background-color:#faf9f7;z-index:-1}.catalog__filter .filter-popup .item__checkbox-label{--iconSize: 18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:11px;-moz-column-gap:11px;column-gap:11px;cursor:pointer;position:relative}.catalog__filter .filter-popup .item__checkbox-label::before,.catalog__filter .filter-popup .item__checkbox-label:after{content:""}.catalog__filter .filter-popup .item__checkbox-label::before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0;aspect-ratio:1;width:var(--iconSize);border-radius:4px;-webkit-box-shadow:inset 0 0 0 2px #4e4d4a;box-shadow:inset 0 0 0 2px #4e4d4a;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;position:relative;z-index:2}.catalog__filter .filter-popup .item__checkbox-label:after{position:absolute;inset:50% auto auto 0;aspect-ratio:1;width:var(--iconSize);border-radius:50%;z-index:1;pointer-events:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.catalog__filter .filter-popup .item__checkbox-label:hover::after{-webkit-box-shadow:0 0 0 9px rgba(152,151,150,.2);box-shadow:0 0 0 9px rgba(152,151,150,.2)}.catalog__filter .filter-popup .item__checkbox_wrap input:checked~.item__checkbox-label::before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M19.4346 7.0502C19.8251 7.44071 19.8251 8.07388 19.4346 8.46441L10.9498 16.9497C10.7622 17.1373 10.5079 17.2426 10.2427 17.2426C9.97743 17.2426 9.72307 17.1373 9.53553 16.9497L5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929C5.68342 10.9024 6.31658 10.9024 6.70711 11.2929L10.2426 14.8284L18.0203 7.05024C18.4109 6.6597 19.044 6.65968 19.4346 7.0502Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>');-webkit-box-shadow:inset 0 0 0 calc(var(--iconSize)/2) #f45e43;box-shadow:inset 0 0 0 calc(var(--iconSize)/2) #f45e43}.catalog__filter .filter-popup .item__checkbox_wrap input:checked~.item__checkbox-label:hover::after{-webkit-box-shadow:0 0 0 9px rgba(212,46,17,.2);box-shadow:0 0 0 9px rgba(212,46,17,.2)}.catalog__filter .filter-popup .item__checkbox-switch{--padding: 4px;margin:0 4px;position:relative;border-radius:30px;height:20px;width:34px;background-color:#cccac4;display:inline-block;vertical-align:bottom;cursor:pointer;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}.catalog__filter .filter-popup .item__checkbox-switch::after{content:"";position:absolute;inset:var(--padding) auto auto var(--padding);aspect-ratio:1;height:calc(100% - var(--padding)*2);border-radius:50%;background-color:#fff;-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.catalog__filter .filter-popup .item__checkbox-switch:hover::after{-webkit-box-shadow:0 0 0 12px rgba(212,46,17,.2);box-shadow:0 0 0 12px rgba(212,46,17,.2)}.catalog__filter .filter-popup .item__checkbox-switch_wrap input:checked~.item__checkbox-switch{background-color:#f45e43}.catalog__filter .filter-popup .item__checkbox-switch_wrap input:checked~.item__checkbox-switch:after{left:calc(100% - var(--padding));-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.catalog__filter .filter-popup .ts-wrapper{--padding: 16px}.catalog__filter .filter-popup .ts-wrapper.dropdown-active .ts-control{background:#faf9f7;border-bottom-left-radius:0;border-bottom-right-radius:0}.catalog__filter .filter-popup .ts-wrapper.dropdown-active .ts-control::after{border-width:0 4px 4px 4px;border-bottom-color:#f45e43}.catalog__filter .filter-popup .ts-wrapper.single{background-color:#faf9f7}.catalog__filter .filter-popup .ts-wrapper:hover{background-color:rgba(0,0,0,0)}.catalog__filter .filter-popup .ts-wrapper:hover .item{color:#172178}.catalog__filter .filter-popup .ts-wrapper:hover .ts-control__placeholder{color:#989796}.catalog__filter .filter-popup .ts-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;background:#faf9f7;border:1px solid #e3e3e3;border-radius:6px;height:40px;padding:0 var(--padding);width:100%;color:#32322f}.catalog__filter .filter-popup .ts-control::after{border-width:4px 4px 0 4px;border-top-color:#f45e43}.catalog__filter .filter-popup .ts-control .item{font:600 12px/16px "Raleway";vertical-align:middle;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}.catalog__filter .filter-popup .ts-control__placeholder{position:absolute;inset:50% auto auto var(--padding);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform 0.2s ease-in-out 0s;transition:-webkit-transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;font-size:13px;line-height:14px;color:#989796;z-index:1}.catalog__filter .filter-popup .ts-control__placeholder::after{content:"";position:absolute;inset:calc(100% - 4px) -4px 2px -4px;background-color:#faf9f7;z-index:-1}.catalog__filter .filter-popup .ts-control .item+.ts-control__placeholder{-webkit-transform:translateY(calc(-50% - 23px));-ms-transform:translateY(calc(-50% - 23px));transform:translateY(calc(-50% - 23px));display:block !important}.catalog__filter .filter-popup .ts-dropdown{margin-top:0;border-color:#e3e3e3;border-top-color:#f45e43}.catalog__filter .filter-applied{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;grid-column:1/-1}.catalog__filter .filter-applied__item{font:600 11px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";text-transform:uppercase;color:#4e4d4a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;padding:4px 4px 4px 12px;border-radius:20px;background-color:rgba(152,151,150,.1)}.catalog__filter .filter-applied__item .item__reset{padding:0;margin:0;border:0;border-radius:50%;aspect-ratio:1;width:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23989796" stroke="transparent" stroke-width="0" style="" d="M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L12 10.5858L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289C17.0977 7.68342 17.0977 8.31658 16.7071 8.70711L13.4142 12L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12 13.4142L8.70711 16.7071C8.31658 17.0977 7.68342 17.0977 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L10.5858 12L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat,rgba(152,151,150,.1);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;cursor:pointer}.catalog__filter .filter-applied__item .item__reset:hover{background-color:#000}.catalog-products{overflow-x:auto;overflow-y:hidden}.catalog-products__item{--itemTopBottomPadding: 40px;--itemColumnGap: 20px;--itemBorderColor: #E3E3E3;padding-top:var(--itemTopBottomPadding);padding-bottom:var(--itemTopBottomPadding);display:grid;grid-template-columns:128px 1fr;gap:12px var(--itemColumnGap);text-decoration:none;-webkit-box-align:start;-ms-flex-align:start;align-items:start;position:relative;z-index:1;-webkit-transition:opacity 0.3s linear 0s;transition:opacity 0.3s linear 0s}@media only screen and (min-width: 768.2px){.catalog-products__item{grid-template-columns:200px 1fr 280px}}.catalog-products__item:nth-child(1){-webkit-transition-delay:120ms;transition-delay:120ms}.catalog-products__item:nth-child(2){-webkit-transition-delay:240ms;transition-delay:240ms}.catalog-products__item:nth-child(3){-webkit-transition-delay:360ms;transition-delay:360ms}.catalog-products__item:nth-child(4){-webkit-transition-delay:480ms;transition-delay:480ms}.catalog-products__item:nth-child(5){-webkit-transition-delay:600ms;transition-delay:600ms}.catalog-products__item:nth-child(6){-webkit-transition-delay:720ms;transition-delay:720ms}.catalog-products__item:nth-child(7){-webkit-transition-delay:840ms;transition-delay:840ms}.catalog-products__item:nth-child(8){-webkit-transition-delay:960ms;transition-delay:960ms}.catalog-products__item:nth-child(9){-webkit-transition-delay:1080ms;transition-delay:1080ms}.catalog-products__item:nth-child(10){-webkit-transition-delay:1200ms;transition-delay:1200ms}.hide-items .catalog-products__item{-webkit-transition-delay:0s;transition-delay:0s;opacity:0}.catalog-products__item::before{content:"";position:absolute;inset:0 auto 0 50%;width:calc(100% - var(--containerPadding)*2);border-top:1px solid var(--itemBorderColor);border-bottom:1px solid var(--itemBorderColor);background-color:rgba(0,0,0,0);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;z-index:-1;pointer-events:none}.catalog-products__item,.catalog-products__item:hover{color:#4e4d4a !important}.catalog-products__item+.catalog-products__item{margin-top:-1px}.catalog-products__item:hover{z-index:2}.catalog-products__item:hover::before{background-color:rgba(250,249,247,.5);width:100%}.catalog-products__item:hover .item__title{color:#f45e43}.catalog-products__item .item__title{color:#172178;font-size:var(--itemTitleFontSize, 20px);line-height:110%;grid-column:1/-1;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}@media only screen and (min-width: 768.2px){.catalog-products__item .item__title{grid-column:2/4}}@media only screen and (min-width: 992.2px){.catalog-products__item .item__title{grid-column:2/3}}.catalog-products__item .item__img{position:relative;background-color:#faf9f7;aspect-ratio:1/1;border-radius:var(--itemImgBorderRadius, 10px)}@media only screen and (min-width: 768.2px){.catalog-products__item .item__img{grid-area:1/1/5/2}}.catalog-products__item .item__img img{border-radius:10px}.catalog-products__item .item__compare{--btnBgHover: rgba(23, 33, 120, 0.3);--btnColorHover: #172178;position:absolute;inset:5px 5px auto auto;border-radius:6px}.catalog-products__item .item__compare::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M14.6172 3.07617C14.9909 2.92143 15.4211 3.00699 15.7071 3.29297L20.7071 8.29297C21.0975 8.68348 21.0975 9.31652 20.7071 9.70703C20.3166 10.0975 19.6835 10.0975 19.293 9.70703L16 6.41406V20C16 20.5523 15.5523 21 15 21C14.4478 21 14 20.5523 14 20V4C14 3.59558 14.2436 3.23098 14.6172 3.07617Z M9.00005 3C9.5523 3.00004 10 3.44774 10 4V20C10 20.4044 9.75642 20.769 9.38286 20.9238C9.0092 21.0786 8.57901 20.993 8.29302 20.707L3.29302 15.707C2.90249 15.3165 2.90249 14.6835 3.29302 14.293C3.68354 13.9025 4.31657 13.9025 4.70708 14.293L8.00005 17.5859V4C8.00005 3.44772 8.44776 3 9.00005 3Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M14.6172 3.07617C14.9909 2.92143 15.4211 3.00699 15.7071 3.29297L20.7071 8.29297C21.0975 8.68348 21.0975 9.31652 20.7071 9.70703C20.3166 10.0975 19.6835 10.0975 19.293 9.70703L16 6.41406V20C16 20.5523 15.5523 21 15 21C14.4478 21 14 20.5523 14 20V4C14 3.59558 14.2436 3.23098 14.6172 3.07617Z M9.00005 3C9.5523 3.00004 10 3.44774 10 4V20C10 20.4044 9.75642 20.769 9.38286 20.9238C9.0092 21.0786 8.57901 20.993 8.29302 20.707L3.29302 15.707C2.90249 15.3165 2.90249 14.6835 3.29302 14.293C3.68354 13.9025 4.31657 13.9025 4.70708 14.293L8.00005 17.5859V4C8.00005 3.44772 8.44776 3 9.00005 3Z"  /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog-products__item .item__data{display:grid;grid-auto-flow:row;row-gap:16px}@media only screen and (min-width: 768.2px){.catalog-products__item .item__data{grid-auto-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column:2/4}}@media only screen and (min-width: 992.2px){.catalog-products__item .item__data{grid-column:2/3}}.catalog-products__item .item__article{text-decoration:underline;color:#f45e43;text-transform:uppercase;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.catalog-products__item .item__article::after{content:"";aspect-ratio:1;background-color:#f45e43;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1617 2H17.8388C18.3659 1.99998 18.8206 1.99997 19.1951 2.03057C19.5904 2.06288 19.9835 2.13422 20.3618 2.32698C20.9259 2.61439 21.3854 3.07316 21.6732 3.63805C21.866 4.01643 21.9373 4.40965 21.9696 4.805C22.0002 5.17957 22.0002 5.63432 22.0002 6.16146V11.8386C22.0002 12.3658 22.0002 12.8205 21.9696 13.1951C21.9373 13.5904 21.866 13.9836 21.6732 14.362C21.3854 14.927 20.9258 15.3856 20.3618 15.673C19.9834 15.8658 19.5903 15.9371 19.195 15.9694C18.8203 16 18.3655 16 17.8382 16H16.0002V17.8386C16.0002 18.3657 16.0002 18.8205 15.9696 19.1951C15.9373 19.5904 15.866 19.9836 15.6732 20.362C15.3854 20.927 14.9257 21.3856 14.3618 21.673C13.9835 21.8657 13.5904 21.9371 13.1951 21.9694C12.8205 22 12.3657 22 11.8384 22H6.16209C5.63473 22 5.17973 22 4.80496 21.9694C4.40959 21.9371 4.01623 21.8658 3.63781 21.673C3.07317 21.3853 2.61453 20.9264 2.32698 20.362C2.13419 19.9836 2.06287 19.5904 2.03057 19.1951C1.99997 18.8205 1.99998 18.3658 2 17.8386V12.1615C1.99998 11.6344 1.99997 11.1796 2.03057 10.805C2.06287 10.4097 2.13418 10.0164 2.32698 9.63805C2.61447 9.07382 3.07306 8.61473 3.63781 8.32698C4.01625 8.13416 4.40962 8.06286 4.80499 8.03057C5.17965 7.99997 5.6345 7.99998 6.16167 8L8 8L8 6.16153C7.99998 5.63438 7.99997 5.17961 8.03057 4.80502C8.06287 4.40968 8.13418 4.01644 8.32698 3.63805C8.61447 3.07382 9.07306 2.61473 9.63781 2.32698C10.0162 2.13416 10.4096 2.06286 10.805 2.03057C11.1796 1.99997 11.6345 1.99998 12.1617 2ZM8.98784 10C8.99189 10 8.99594 10.0001 9 10.0001C9.00406 10.0001 9.00812 10 9.01217 10H11.8002C12.3768 10 12.7489 10.0008 13.0321 10.0239C13.3036 10.0461 13.4043 10.0838 13.4538 10.109C13.6424 10.2051 13.7956 10.3583 13.8912 10.546C13.9164 10.5955 13.9541 10.6962 13.9763 10.9679C13.9994 11.2512 14.0002 11.6235 14.0002 12.2V14.9791C14.0001 14.9861 14 14.993 14 15C14 15.007 14.0001 15.0139 14.0002 15.0209V17.8001C14.0002 18.3766 13.9994 18.7489 13.9763 19.0322C13.9541 19.3039 13.9164 19.4046 13.8912 19.454C13.7956 19.6417 13.6425 19.7948 13.4538 19.891C13.4043 19.9162 13.3036 19.9539 13.0321 19.9761C12.7489 19.9992 12.3767 20 11.8002 20H6.2002C5.62367 20 5.25127 19.9992 4.96782 19.9761C4.69598 19.9538 4.59519 19.9161 4.54579 19.891C4.35778 19.7952 4.20495 19.6424 4.109 19.454C4.0838 19.4046 4.04612 19.3039 4.02393 19.0322C4.00078 18.7489 4 18.3766 4 17.8001V12.2001C4 11.6235 4.00078 11.2512 4.02393 10.9679C4.04613 10.6962 4.08381 10.5955 4.109 10.546C4.205 10.3576 4.35789 10.2047 4.54579 10.109C4.59517 10.0838 4.69595 10.0461 4.9678 10.0239C5.25126 10.0008 5.62365 10 6.2002 10H8.98784ZM16.0002 14V12.1615C16.0002 11.6343 16.0002 11.1796 15.9696 10.805C15.9373 10.4097 15.866 10.0164 15.6732 9.63805C15.3854 9.07316 14.9259 8.61439 14.3618 8.32698C13.9835 8.13422 13.5904 8.06288 13.1951 8.03057C12.8206 7.99997 12.3659 7.99998 11.8388 8L10 8V6.20008C10 5.62352 10.0008 5.25123 10.0239 4.96788C10.0461 4.6962 10.0838 4.59547 10.109 4.54603C10.205 4.35761 10.3579 4.20474 10.5458 4.109C10.5952 4.08383 10.6959 4.04614 10.9678 4.02393C11.2513 4.00078 11.6237 4 12.2002 4H17.8002C18.3768 4 18.7489 4.00078 19.0321 4.02393C19.3036 4.04612 19.4043 4.08377 19.4538 4.109C19.6424 4.20508 19.7956 4.35828 19.8912 4.54603C19.9164 4.59548 19.9541 4.6962 19.9763 4.96786C19.9994 5.2512 20.0002 5.62347 20.0002 6.20002V11.8001C20.0002 12.3766 19.9994 12.7489 19.9763 13.0322C19.9541 13.3039 19.9164 13.4046 19.8912 13.454C19.7956 13.6417 19.6425 13.7948 19.4538 13.891C19.4043 13.9162 19.3036 13.9539 19.032 13.9761C18.7488 13.9992 18.3765 14 17.8 14H16.0002Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1617 2H17.8388C18.3659 1.99998 18.8206 1.99997 19.1951 2.03057C19.5904 2.06288 19.9835 2.13422 20.3618 2.32698C20.9259 2.61439 21.3854 3.07316 21.6732 3.63805C21.866 4.01643 21.9373 4.40965 21.9696 4.805C22.0002 5.17957 22.0002 5.63432 22.0002 6.16146V11.8386C22.0002 12.3658 22.0002 12.8205 21.9696 13.1951C21.9373 13.5904 21.866 13.9836 21.6732 14.362C21.3854 14.927 20.9258 15.3856 20.3618 15.673C19.9834 15.8658 19.5903 15.9371 19.195 15.9694C18.8203 16 18.3655 16 17.8382 16H16.0002V17.8386C16.0002 18.3657 16.0002 18.8205 15.9696 19.1951C15.9373 19.5904 15.866 19.9836 15.6732 20.362C15.3854 20.927 14.9257 21.3856 14.3618 21.673C13.9835 21.8657 13.5904 21.9371 13.1951 21.9694C12.8205 22 12.3657 22 11.8384 22H6.16209C5.63473 22 5.17973 22 4.80496 21.9694C4.40959 21.9371 4.01623 21.8658 3.63781 21.673C3.07317 21.3853 2.61453 20.9264 2.32698 20.362C2.13419 19.9836 2.06287 19.5904 2.03057 19.1951C1.99997 18.8205 1.99998 18.3658 2 17.8386V12.1615C1.99998 11.6344 1.99997 11.1796 2.03057 10.805C2.06287 10.4097 2.13418 10.0164 2.32698 9.63805C2.61447 9.07382 3.07306 8.61473 3.63781 8.32698C4.01625 8.13416 4.40962 8.06286 4.80499 8.03057C5.17965 7.99997 5.6345 7.99998 6.16167 8L8 8L8 6.16153C7.99998 5.63438 7.99997 5.17961 8.03057 4.80502C8.06287 4.40968 8.13418 4.01644 8.32698 3.63805C8.61447 3.07382 9.07306 2.61473 9.63781 2.32698C10.0162 2.13416 10.4096 2.06286 10.805 2.03057C11.1796 1.99997 11.6345 1.99998 12.1617 2ZM8.98784 10C8.99189 10 8.99594 10.0001 9 10.0001C9.00406 10.0001 9.00812 10 9.01217 10H11.8002C12.3768 10 12.7489 10.0008 13.0321 10.0239C13.3036 10.0461 13.4043 10.0838 13.4538 10.109C13.6424 10.2051 13.7956 10.3583 13.8912 10.546C13.9164 10.5955 13.9541 10.6962 13.9763 10.9679C13.9994 11.2512 14.0002 11.6235 14.0002 12.2V14.9791C14.0001 14.9861 14 14.993 14 15C14 15.007 14.0001 15.0139 14.0002 15.0209V17.8001C14.0002 18.3766 13.9994 18.7489 13.9763 19.0322C13.9541 19.3039 13.9164 19.4046 13.8912 19.454C13.7956 19.6417 13.6425 19.7948 13.4538 19.891C13.4043 19.9162 13.3036 19.9539 13.0321 19.9761C12.7489 19.9992 12.3767 20 11.8002 20H6.2002C5.62367 20 5.25127 19.9992 4.96782 19.9761C4.69598 19.9538 4.59519 19.9161 4.54579 19.891C4.35778 19.7952 4.20495 19.6424 4.109 19.454C4.0838 19.4046 4.04612 19.3039 4.02393 19.0322C4.00078 18.7489 4 18.3766 4 17.8001V12.2001C4 11.6235 4.00078 11.2512 4.02393 10.9679C4.04613 10.6962 4.08381 10.5955 4.109 10.546C4.205 10.3576 4.35789 10.2047 4.54579 10.109C4.59517 10.0838 4.69595 10.0461 4.9678 10.0239C5.25126 10.0008 5.62365 10 6.2002 10H8.98784ZM16.0002 14V12.1615C16.0002 11.6343 16.0002 11.1796 15.9696 10.805C15.9373 10.4097 15.866 10.0164 15.6732 9.63805C15.3854 9.07316 14.9259 8.61439 14.3618 8.32698C13.9835 8.13422 13.5904 8.06288 13.1951 8.03057C12.8206 7.99997 12.3659 7.99998 11.8388 8L10 8V6.20008C10 5.62352 10.0008 5.25123 10.0239 4.96788C10.0461 4.6962 10.0838 4.59547 10.109 4.54603C10.205 4.35761 10.3579 4.20474 10.5458 4.109C10.5952 4.08383 10.6959 4.04614 10.9678 4.02393C11.2513 4.00078 11.6237 4 12.2002 4H17.8002C18.3768 4 18.7489 4.00078 19.0321 4.02393C19.3036 4.04612 19.4043 4.08377 19.4538 4.109C19.6424 4.20508 19.7956 4.35828 19.8912 4.54603C19.9164 4.59548 19.9541 4.6962 19.9763 4.96786C19.9994 5.2512 20.0002 5.62347 20.0002 6.20002V11.8001C20.0002 12.3766 19.9994 12.7489 19.9763 13.0322C19.9541 13.3039 19.9164 13.4046 19.8912 13.454C19.7956 13.6417 19.6425 13.7948 19.4538 13.891C19.4043 13.9162 19.3036 13.9539 19.032 13.9761C18.7488 13.9992 18.3765 14 17.8 14H16.0002Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1440.2px){.catalog-products__item .item__article::after{width:20px}}.catalog-products__item .item__article:hover{text-decoration:none}.catalog-products__item .item__stok{color:#172178;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;text-transform:uppercase;font-weight:600}.catalog-products__item .item__stok span{border-radius:50%;aspect-ratio:1;width:5px;-webkit-box-shadow:inset 0 0 0 1px #172178;box-shadow:inset 0 0 0 1px #172178}.catalog-products__item .item__stok span:first-child{margin-left:3px}.catalog-products__item .item__stok span.full{background-color:#172178}.catalog-products__item .item__storage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.catalog-products__item .item__storage::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 768.2px){.catalog-products__item .item__storage~*{display:none}}.catalog-products__item .item__storage,.catalog-products__item .item__storage-place{color:#172178;text-decoration:underline}.catalog-products__item .item__storage:hover,.catalog-products__item .item__storage-place:hover{text-decoration:none}.catalog-products__item .item__storage-wrap{display:grid;row-gap:6px;text-transform:uppercase;font-weight:600}.catalog-products__item .item__storage-place{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.catalog-products__item .item__compatibility{font-size:14px;color:#989796}.catalog-products__item .item__compatibility span{display:block;color:#4e4d4a}.catalog-products__item .item__text{grid-column:1/-1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media only screen and (min-width: 768.2px){.catalog-products__item .item__text{grid-column:2/4}}@media only screen and (min-width: 992.2px){.catalog-products__item .item__text{grid-column:2/3}}.catalog-products__item .item__characteristics{display:grid;row-gap:4px;-ms-flex-line-pack:start;align-content:start;color:#989796;grid-column:1/-1}@media only screen and (min-width: 768.2px){.catalog-products__item .item__characteristics{grid-column:2/4}}@media only screen and (min-width: 992.2px){.catalog-products__item .item__characteristics{grid-column:2/3}}.catalog-products__item .item__characteristics .item span{color:#4e4d4a}.catalog-products__item .item__price{font:700 var(--itemPriceFontSize, 34px)/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#172178}.catalog-products__item .item__price.disabled{color:#cccac4}.catalog-products__item .item__price-wrap{display:grid;row-gap:8px;grid-column:1/-1}@media only screen and (min-width: 768.2px){.catalog-products__item .item__price-wrap{grid-area:5/1/6/3}}@media only screen and (min-width: 992.2px){.catalog-products__item .item__price-wrap{grid-area:1/3/3/4}}.catalog-products__item .item__price-list:not(.clear){display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;grid-template-columns:auto 1fr auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.catalog-products__item .item__price-list.clear .item__price{font-weight:500;--itemPriceFontSize: 24px}@media only screen and (min-width: 768.2px){.catalog-products__item .item__price-list.clear .item__price{--itemPriceFontSize: 30px }}@media only screen and (max-width: 768px){.catalog-products__item .item__price-list.clear .item__price+.item__price-texts{font-size:11px}}.catalog-products__item .item__price-texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;font:600 11px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#989796}.catalog-products__item .item__oldprice{font:400 16px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";padding:0px 4px;color:rgba(23,33,120,.5);justify-self:start;position:relative}@media only screen and (min-width: 992.2px){.catalog-products__item .item__oldprice{padding:0px 6px}}.catalog-products__item .item__oldprice::after{content:"";position:absolute;inset:50% 0 auto 0;border-top:solid 1px}.catalog-products__item .item__discound{font-size:16px;color:#f45e43}.catalog-products__item .item__btns{--gap: 8px;--countsElWidth: 32px;--countsIconSize: 16px;-ms-flex-line-pack:start;align-content:start;display:grid;grid-template-columns:auto 1fr;row-gap:var(--gap);grid-column:1/-1}@media only screen and (min-width: 768.2px){.catalog-products__item .item__btns{grid-area:5/3/6/4}}@media only screen and (min-width: 992.2px){.catalog-products__item .item__btns{grid-area:3/3/5/4}}@media only screen and (min-width: 1200.2px){.catalog-products__item .item__btns{--countsElWidth: 40px }}.catalog-products__item .item__btns:not(:has(.item__addtocard:disabled)):hover .item__count-wrap,.catalog-products__item .item__btns:not(:has(.item__addtocard:disabled)).is-active .item__count-wrap{width:calc(var(--countsElWidth)*3);margin-right:var(--gap)}.catalog-products__item .item__count{-moz-appearance:textfield;text-align:center;background-color:rgba(0,0,0,0);color:#4e4d4a;font:500 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}.catalog-products__item .item__count::-webkit-outer-spin-button,.catalog-products__item .item__count::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.catalog-products__item .item__count-wrap{-webkit-transition-property:width, margin;transition-property:width, margin;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:inset 0 0 0 1px #e3e3e3;box-shadow:inset 0 0 0 1px #e3e3e3;overflow:hidden;border-radius:6px;background-color:#faf9f7}.catalog-products__item .item__count-wrap>*{aspect-ratio:1;width:var(--countsElWidth)}.catalog-products__item .item__count,.catalog-products__item .item__count-minus,.catalog-products__item .item__count-plus{border:none}.catalog-products__item .item__count-minus,.catalog-products__item .item__count-plus{background-color:rgba(152,151,150,.1);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.catalog-products__item .item__count-minus::after,.catalog-products__item .item__count-plus::after{-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}.catalog-products__item .item__count-minus:hover,.catalog-products__item .item__count-plus:hover{background-color:#080c2b}.catalog-products__item .item__count-minus:hover::after,.catalog-products__item .item__count-plus:hover::after{background-color:#faf9f7}.catalog-products__item .item__count-minus::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog-products__item .item__count-plus::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog-products__item .item__addtocard,.catalog-products__item .item__addtoestimate{--btnFontSize: 12px;--padding: 10px 0}.catalog-products__item .item__addtoestimate,.catalog-products__item .item__question{grid-column:1/-1}.catalog-products__item .item__question{color:#172178;text-decoration:underline;text-transform:uppercase;font-weight:600;margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:16px}@media only screen and (max-width: 768px){.catalog-products__item .item__question{justify-self:center}}.catalog-products__item .item__question::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM13.0498 16.4502C13.0498 15.8979 12.6021 15.4502 12.0498 15.4502H11.9502C11.3979 15.4502 10.9502 15.8979 10.9502 16.4502V16.5498C10.9502 17.102 11.398 17.5497 11.9502 17.5498H12.0498C12.315 17.5498 12.5693 17.4443 12.7568 17.2568C12.9443 17.0693 13.0498 16.815 13.0498 16.5498V16.4502ZM14.0156 7.66895C13.4047 7.15987 12.6486 7 12 7C11.3514 7 10.5953 7.15987 9.98438 7.66895C9.34146 8.20476 9 9.00957 9 10C9 10.5523 9.44772 11 10 11C10.5523 11 11 10.5523 11 10C11 9.49048 11.1586 9.29524 11.2656 9.20605C11.4048 9.09017 11.6487 9 12 9C12.3513 9 12.5952 9.09017 12.7344 9.20605C12.8414 9.29524 13 9.49048 13 10C13 10.271 12.8503 10.4856 12.293 11.043C11.8503 11.4856 11 12.271 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 13.229 13.1497 13.0144 13.707 12.457C14.1497 12.0144 15 11.229 15 10C15 9.00957 14.6585 8.20476 14.0156 7.66895Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM13.0498 16.4502C13.0498 15.8979 12.6021 15.4502 12.0498 15.4502H11.9502C11.3979 15.4502 10.9502 15.8979 10.9502 16.4502V16.5498C10.9502 17.102 11.398 17.5497 11.9502 17.5498H12.0498C12.315 17.5498 12.5693 17.4443 12.7568 17.2568C12.9443 17.0693 13.0498 16.815 13.0498 16.5498V16.4502ZM14.0156 7.66895C13.4047 7.15987 12.6486 7 12 7C11.3514 7 10.5953 7.15987 9.98438 7.66895C9.34146 8.20476 9 9.00957 9 10C9 10.5523 9.44772 11 10 11C10.5523 11 11 10.5523 11 10C11 9.49048 11.1586 9.29524 11.2656 9.20605C11.4048 9.09017 11.6487 9 12 9C12.3513 9 12.5952 9.09017 12.7344 9.20605C12.8414 9.29524 13 9.49048 13 10C13 10.271 12.8503 10.4856 12.293 11.043C11.8503 11.4856 11 12.271 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 13.229 13.1497 13.0144 13.707 12.457C14.1497 12.0144 15 11.229 15 10C15 9.00957 14.6585 8.20476 14.0156 7.66895Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog-products__item .item__question:hover{text-decoration:none}.catalog-products__item:not([class*="--mini"]) .item__btns:not(.is-active) .item__addtocard{--btnBg: #172178;--hoverBtnBg: #080C2B}.catalog-products__item--mini{--itemTopBottomPadding: 0;--itemColumnGap: 12px;--itemTitleFontSize: 16px;--itemImgBorderRadius: 5px;--itemPriceFontSize: 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:1005px;grid-template-columns:50px 267px 1fr 265px 140px;grid-template-rows:auto 1fr}@media only screen and (min-width: 1200.2px){.catalog-products__item--mini{grid-template-columns:50px 365px 1fr 265px 140px}}@media only screen and (min-width: 1440.2px){.catalog-products__item--mini{grid-template-columns:50px 445px 1fr 265px 140px}}.catalog-products__item--mini>*:not(.item__img){padding-left:var(--itemColumnGap);position:relative;z-index:1}.catalog-products__item--mini>*:not(.item__img)::before{content:"";position:absolute;inset:50% auto auto 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:800%;pointer-events:none;border-left:solid 1px var(--itemBorderColor);z-index:-1}.catalog-products__item--mini .item__title{grid-area:1/2/2/3;margin-top:var(--itemColumnGap);line-height:22px}.catalog-products__item--mini .item__img{grid-area:1/1/3/2;align-self:start;margin-top:var(--itemColumnGap)}.catalog-products__item--mini .item__data{grid-area:2/2/3/3;align-self:start;margin-bottom:var(--itemColumnGap)}@media only screen and (max-width: 768px){.catalog-products__item--mini .item__data{grid-auto-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.catalog-products__item--mini .item__article,.catalog-products__item--mini .item__stok{font-size:12px}.catalog-products__item--mini .item__price-wrap{grid-area:1/4/3/5;min-height:14px}.catalog-products__item--mini .item__price-list{grid-template-columns:repeat(3, auto)}.catalog-products__item--mini .item__compatibility{grid-area:1/3/3/4}.catalog-products__item--mini .item__btns{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;grid-area:1/5/3/6;grid-template-columns:repeat(3, 40px)}.catalog-products__item--mini .item__btns .btn{aspect-ratio:1;font-size:0;padding:0;position:relative;z-index:10}.catalog-products__item--mini .item__btns .btn.is-active{--btnColor: #F45E43;--btnBgHover: rgba(244, 94, 67, 0.1);--btnColorHover: #172178}.catalog-products__item--mini .item__btns .btn .clue{font-size:12px;line-height:16px;background-color:#172178;text-transform:none;color:#fff;white-space:nowrap;position:absolute;inset:calc(100% + 4px) auto auto 50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:4px 8px;border-radius:4px;pointer-events:none;z-index:10;opacity:0;margin-top:4px;-webkit-transition-property:opacity, margin-top;transition-property:opacity, margin-top;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}.catalog-products__item--mini .item__btns .btn .clue::after{content:"";position:absolute;inset:-4px auto auto 50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-bottom:4px solid #172178;border-right:solid 4px rgba(0,0,0,0);border-left:solid 4px rgba(0,0,0,0)}.catalog-products__item--mini .item__btns .btn:disabled .clue{display:none}.catalog-products__item--mini .item__btns .btn:hover .clue{opacity:1;margin-top:0}.catalog-products__item--mini .item__addtocompare::before{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8 4C8.55229 4 9 4.44772 9 5L9 16.5858L10.2929 15.2929C10.6834 14.9024 11.3166 14.9024 11.7071 15.2929C12.0976 15.6834 12.0976 16.3166 11.7071 16.7071L8.70711 19.7071C8.31658 20.0976 7.68342 20.0976 7.29289 19.7071L4.29289 16.7071C3.90237 16.3166 3.90237 15.6834 4.29289 15.2929C4.68342 14.9024 5.31658 14.9024 5.70711 15.2929L7 16.5858L7 5C7 4.44772 7.44772 4 8 4ZM15.2929 4.29289C15.6834 3.90237 16.3166 3.90237 16.7071 4.29289L19.7071 7.29289C20.0976 7.68342 20.0976 8.31658 19.7071 8.70711C19.3166 9.09763 18.6834 9.09763 18.2929 8.70711L17 7.41421L17 19C17 19.5523 16.5523 20 16 20C15.4477 20 15 19.5523 15 19L15 7.41421L13.7071 8.70711C13.3166 9.09763 12.6834 9.09763 12.2929 8.70711C11.9024 8.31658 11.9024 7.68342 12.2929 7.29289L15.2929 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8 4C8.55229 4 9 4.44772 9 5L9 16.5858L10.2929 15.2929C10.6834 14.9024 11.3166 14.9024 11.7071 15.2929C12.0976 15.6834 12.0976 16.3166 11.7071 16.7071L8.70711 19.7071C8.31658 20.0976 7.68342 20.0976 7.29289 19.7071L4.29289 16.7071C3.90237 16.3166 3.90237 15.6834 4.29289 15.2929C4.68342 14.9024 5.31658 14.9024 5.70711 15.2929L7 16.5858L7 5C7 4.44772 7.44772 4 8 4ZM15.2929 4.29289C15.6834 3.90237 16.3166 3.90237 16.7071 4.29289L19.7071 7.29289C20.0976 7.68342 20.0976 8.31658 19.7071 8.70711C19.3166 9.09763 18.6834 9.09763 18.2929 8.70711L17 7.41421L17 19C17 19.5523 16.5523 20 16 20C15.4477 20 15 19.5523 15 19L15 7.41421L13.7071 8.70711C13.3166 9.09763 12.6834 9.09763 12.2929 8.70711C11.9024 8.31658 11.9024 7.68342 12.2929 7.29289L15.2929 4.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog-products__item--mini .item__addtocard::before{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.91669 5.83333C6.30275 3.93147 7.98421 2.5 10 2.5C12.0158 2.5 13.6973 3.93147 14.0833 5.83333L14.3872 5.83333C14.8987 5.83332 15.3354 5.8333 15.6906 5.86406C16.0616 5.89619 16.4322 5.96721 16.7766 6.16476C17.2838 6.45569 17.6726 6.91504 17.8761 7.46284C18.0143 7.83511 18.0234 8.21236 17.994 8.58356C17.966 8.93834 17.8943 9.36828 17.8104 9.87175L17.0218 14.6029C16.9599 14.9749 16.9059 15.2986 16.8406 15.5648C16.7711 15.8477 16.676 16.1239 16.5028 16.3843C16.2419 16.7768 15.8753 17.0878 15.4446 17.281C15.1593 17.409 14.8712 17.4574 14.5807 17.4794C14.3078 17.5 13.9801 17.5 13.6037 17.5H6.39651C6.02009 17.5 5.69239 17.5 5.41949 17.4794C5.12906 17.4574 4.84089 17.409 4.55557 17.281C4.12516 17.0879 3.75824 16.777 3.49711 16.3843C3.32402 16.124 3.22881 15.8478 3.15932 15.5649C3.09382 15.2982 3.03978 14.9739 2.97767 14.6012L2.18958 9.87263C2.10558 9.36875 2.03386 8.93851 2.0058 8.58351C1.97647 8.21228 1.98556 7.83507 2.12382 7.46284C2.32752 6.91441 2.71729 6.45535 3.22389 6.16476C3.56821 5.96726 3.93855 5.8962 4.30955 5.86406C4.66459 5.8333 5.10113 5.83332 5.6126 5.83333L5.91669 5.83333ZM5.6478 7.5C5.09144 7.5 4.72783 7.50073 4.4534 7.52451C4.18682 7.5476 4.09403 7.58703 4.05315 7.61048C3.8837 7.70767 3.75386 7.86097 3.6862 8.04315C3.66984 8.08719 3.64619 8.18521 3.66729 8.45221C3.68901 8.72699 3.74811 9.08591 3.83958 9.63473L4.61736 14.3014C4.68537 14.7095 4.72942 14.97 4.77788 15.1673C4.82384 15.3545 4.86049 15.4247 4.88493 15.4614C4.97203 15.5924 5.09437 15.696 5.23775 15.7604C5.27788 15.7784 5.35301 15.8029 5.54514 15.8175C5.74775 15.8328 6.01196 15.8333 6.42579 15.8333H13.5744C13.9883 15.8333 14.2525 15.8328 14.4551 15.8175C14.6472 15.8029 14.7223 15.7784 14.7624 15.7604C14.9056 15.6962 15.0278 15.5926 15.115 15.4614C15.1394 15.4248 15.176 15.3546 15.222 15.1674C15.2704 14.9701 15.3144 14.7095 15.3824 14.3014L16.1602 9.63473C16.2517 9.08587 16.3108 8.72695 16.3326 8.45216C16.3537 8.18513 16.33 8.08715 16.3137 8.04315C16.2458 7.86033 16.1162 7.70734 15.9473 7.61048C15.9065 7.58708 15.8137 7.54762 15.5468 7.52451C15.2722 7.50073 14.9083 7.5 14.352 7.5H5.6478ZM12.3578 5.83333H7.64226C7.98546 4.86234 8.9115 4.16667 10 4.16667C11.0885 4.16667 12.0146 4.86234 12.3578 5.83333Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.91669 5.83333C6.30275 3.93147 7.98421 2.5 10 2.5C12.0158 2.5 13.6973 3.93147 14.0833 5.83333L14.3872 5.83333C14.8987 5.83332 15.3354 5.8333 15.6906 5.86406C16.0616 5.89619 16.4322 5.96721 16.7766 6.16476C17.2838 6.45569 17.6726 6.91504 17.8761 7.46284C18.0143 7.83511 18.0234 8.21236 17.994 8.58356C17.966 8.93834 17.8943 9.36828 17.8104 9.87175L17.0218 14.6029C16.9599 14.9749 16.9059 15.2986 16.8406 15.5648C16.7711 15.8477 16.676 16.1239 16.5028 16.3843C16.2419 16.7768 15.8753 17.0878 15.4446 17.281C15.1593 17.409 14.8712 17.4574 14.5807 17.4794C14.3078 17.5 13.9801 17.5 13.6037 17.5H6.39651C6.02009 17.5 5.69239 17.5 5.41949 17.4794C5.12906 17.4574 4.84089 17.409 4.55557 17.281C4.12516 17.0879 3.75824 16.777 3.49711 16.3843C3.32402 16.124 3.22881 15.8478 3.15932 15.5649C3.09382 15.2982 3.03978 14.9739 2.97767 14.6012L2.18958 9.87263C2.10558 9.36875 2.03386 8.93851 2.0058 8.58351C1.97647 8.21228 1.98556 7.83507 2.12382 7.46284C2.32752 6.91441 2.71729 6.45535 3.22389 6.16476C3.56821 5.96726 3.93855 5.8962 4.30955 5.86406C4.66459 5.8333 5.10113 5.83332 5.6126 5.83333L5.91669 5.83333ZM5.6478 7.5C5.09144 7.5 4.72783 7.50073 4.4534 7.52451C4.18682 7.5476 4.09403 7.58703 4.05315 7.61048C3.8837 7.70767 3.75386 7.86097 3.6862 8.04315C3.66984 8.08719 3.64619 8.18521 3.66729 8.45221C3.68901 8.72699 3.74811 9.08591 3.83958 9.63473L4.61736 14.3014C4.68537 14.7095 4.72942 14.97 4.77788 15.1673C4.82384 15.3545 4.86049 15.4247 4.88493 15.4614C4.97203 15.5924 5.09437 15.696 5.23775 15.7604C5.27788 15.7784 5.35301 15.8029 5.54514 15.8175C5.74775 15.8328 6.01196 15.8333 6.42579 15.8333H13.5744C13.9883 15.8333 14.2525 15.8328 14.4551 15.8175C14.6472 15.8029 14.7223 15.7784 14.7624 15.7604C14.9056 15.6962 15.0278 15.5926 15.115 15.4614C15.1394 15.4248 15.176 15.3546 15.222 15.1674C15.2704 14.9701 15.3144 14.7095 15.3824 14.3014L16.1602 9.63473C16.2517 9.08587 16.3108 8.72695 16.3326 8.45216C16.3537 8.18513 16.33 8.08715 16.3137 8.04315C16.2458 7.86033 16.1162 7.70734 15.9473 7.61048C15.9065 7.58708 15.8137 7.54762 15.5468 7.52451C15.2722 7.50073 14.9083 7.5 14.352 7.5H5.6478ZM12.3578 5.83333H7.64226C7.98546 4.86234 8.9115 4.16667 10 4.16667C11.0885 4.16667 12.0146 4.86234 12.3578 5.83333Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.catalog-products__item--mini .item__addtoestimate{grid-column:initial}.catalog-products__item--mini .item__addtoestimate::before{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M13.0408 2.0008C13.0273 2.00025 13.0137 1.99998 13 1.99998C12.9923 1.99998 12.9846 2.00007 12.977 2.00024C12.9054 1.99979 12.8325 1.99986 12.758 1.99993C12.7305 1.99995 12.7027 1.99998 12.6747 1.99998L8.16168 1.99998C7.63451 1.99996 7.17965 1.99995 6.80499 2.03055C6.40962 2.06284 6.01625 2.13414 5.63781 2.32696C5.07306 2.61471 4.61447 3.0738 4.32698 3.63803C4.13419 4.01641 4.06287 4.40962 4.03057 4.80497C3.99997 5.17954 3.99998 5.6343 4 6.16145V17.8385C3.99998 18.3657 3.99997 18.8204 4.03057 19.195C4.06287 19.5904 4.13419 19.9836 4.32698 20.3619C4.61449 20.9262 5.07311 21.3852 5.63781 21.673C6.01623 21.8658 6.40959 21.9371 6.80496 21.9694C7.17973 22 7.63473 22 8.16209 22H15.8384C16.3657 22 16.8205 22 17.1951 21.9694C17.5904 21.9371 17.9835 21.8657 18.3618 21.673C18.9258 21.3856 19.3854 20.9269 19.6732 20.3619C19.8661 19.9834 19.9373 19.5901 19.9696 19.1949C20 18.821 20 18.3671 20 17.8411L20 9.32548C20 9.29925 20 9.27323 20 9.24741C20.0001 9.17368 20.0002 9.1016 19.9997 9.03091C20 9.02064 20.0002 9.01033 20.0002 8.99998C20.0002 8.98335 19.9998 8.96682 19.999 8.95039C19.9953 8.65915 19.9798 8.39084 19.9167 8.12805C19.8433 7.82238 19.7224 7.52971 19.5577 7.26091C19.3699 6.95445 19.1158 6.70081 18.8258 6.4113C18.8074 6.39289 18.7888 6.37433 18.7701 6.35561L15.6446 3.23013C15.6249 3.21041 15.6053 3.19083 15.586 3.17141C15.2984 2.88329 15.0449 2.62935 14.7393 2.44208C14.471 2.27766 14.1784 2.15639 13.8722 2.08287C13.6066 2.01912 13.3351 2.00414 13.0408 2.0008ZM17.5841 7.99998C17.524 7.93849 17.4493 7.86326 17.3559 7.76983L14.2304 4.64434C14.1368 4.55078 14.0615 4.47603 14 4.41579V5.79998C14 6.37653 14.0008 6.7488 14.0239 7.03214C14.0461 7.30379 14.0838 7.40451 14.109 7.45396C14.205 7.64234 14.3578 7.79519 14.5458 7.89096C14.5952 7.91613 14.696 7.95383 14.9678 7.97604C15.2513 7.99919 15.6237 7.99998 16.2002 7.99998H17.5841ZM18 9.99998V17.8C18 18.3767 17.9993 18.7489 17.9762 19.0323C17.954 19.304 17.9164 19.4046 17.8912 19.454C17.7956 19.6417 17.6424 19.7949 17.4538 19.891C17.4043 19.9162 17.3036 19.9538 17.0321 19.976C16.7489 19.9992 16.3767 20 15.8002 20H8.2002C7.62367 20 7.25127 19.9992 6.96782 19.976C6.69598 19.9538 6.59519 19.9161 6.54579 19.891C6.35784 19.7952 6.20498 19.6423 6.109 19.454C6.0838 19.4045 6.04612 19.3038 6.02393 19.0321C6.00078 18.7488 6 18.3765 6 17.8V6.19999C6 5.62344 6.00078 5.25117 6.02393 4.96783C6.04612 4.69617 6.0838 4.59546 6.109 4.54601C6.205 4.35759 6.35789 4.20472 6.54579 4.10897C6.59517 4.08381 6.69595 4.04611 6.9678 4.02391C7.25126 4.00076 7.62365 3.99998 8.2002 3.99998H12L12 5.83852C12 6.36567 12 6.82043 12.0306 7.195C12.0629 7.59035 12.1342 7.98356 12.327 8.36194C12.6145 8.92621 13.0731 9.38524 13.6378 9.67297C14.0162 9.86578 14.4096 9.93709 14.805 9.96939C15.1797 10 15.6347 10 16.162 9.99998L18 9.99998ZM12 11C12.5523 11 13 11.4477 13 12V14H15C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16H9C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14H11V12C11 11.4477 11.4477 11 12 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M13.0408 2.0008C13.0273 2.00025 13.0137 1.99998 13 1.99998C12.9923 1.99998 12.9846 2.00007 12.977 2.00024C12.9054 1.99979 12.8325 1.99986 12.758 1.99993C12.7305 1.99995 12.7027 1.99998 12.6747 1.99998L8.16168 1.99998C7.63451 1.99996 7.17965 1.99995 6.80499 2.03055C6.40962 2.06284 6.01625 2.13414 5.63781 2.32696C5.07306 2.61471 4.61447 3.0738 4.32698 3.63803C4.13419 4.01641 4.06287 4.40962 4.03057 4.80497C3.99997 5.17954 3.99998 5.6343 4 6.16145V17.8385C3.99998 18.3657 3.99997 18.8204 4.03057 19.195C4.06287 19.5904 4.13419 19.9836 4.32698 20.3619C4.61449 20.9262 5.07311 21.3852 5.63781 21.673C6.01623 21.8658 6.40959 21.9371 6.80496 21.9694C7.17973 22 7.63473 22 8.16209 22H15.8384C16.3657 22 16.8205 22 17.1951 21.9694C17.5904 21.9371 17.9835 21.8657 18.3618 21.673C18.9258 21.3856 19.3854 20.9269 19.6732 20.3619C19.8661 19.9834 19.9373 19.5901 19.9696 19.1949C20 18.821 20 18.3671 20 17.8411L20 9.32548C20 9.29925 20 9.27323 20 9.24741C20.0001 9.17368 20.0002 9.1016 19.9997 9.03091C20 9.02064 20.0002 9.01033 20.0002 8.99998C20.0002 8.98335 19.9998 8.96682 19.999 8.95039C19.9953 8.65915 19.9798 8.39084 19.9167 8.12805C19.8433 7.82238 19.7224 7.52971 19.5577 7.26091C19.3699 6.95445 19.1158 6.70081 18.8258 6.4113C18.8074 6.39289 18.7888 6.37433 18.7701 6.35561L15.6446 3.23013C15.6249 3.21041 15.6053 3.19083 15.586 3.17141C15.2984 2.88329 15.0449 2.62935 14.7393 2.44208C14.471 2.27766 14.1784 2.15639 13.8722 2.08287C13.6066 2.01912 13.3351 2.00414 13.0408 2.0008ZM17.5841 7.99998C17.524 7.93849 17.4493 7.86326 17.3559 7.76983L14.2304 4.64434C14.1368 4.55078 14.0615 4.47603 14 4.41579V5.79998C14 6.37653 14.0008 6.7488 14.0239 7.03214C14.0461 7.30379 14.0838 7.40451 14.109 7.45396C14.205 7.64234 14.3578 7.79519 14.5458 7.89096C14.5952 7.91613 14.696 7.95383 14.9678 7.97604C15.2513 7.99919 15.6237 7.99998 16.2002 7.99998H17.5841ZM18 9.99998V17.8C18 18.3767 17.9993 18.7489 17.9762 19.0323C17.954 19.304 17.9164 19.4046 17.8912 19.454C17.7956 19.6417 17.6424 19.7949 17.4538 19.891C17.4043 19.9162 17.3036 19.9538 17.0321 19.976C16.7489 19.9992 16.3767 20 15.8002 20H8.2002C7.62367 20 7.25127 19.9992 6.96782 19.976C6.69598 19.9538 6.59519 19.9161 6.54579 19.891C6.35784 19.7952 6.20498 19.6423 6.109 19.454C6.0838 19.4045 6.04612 19.3038 6.02393 19.0321C6.00078 18.7488 6 18.3765 6 17.8V6.19999C6 5.62344 6.00078 5.25117 6.02393 4.96783C6.04612 4.69617 6.0838 4.59546 6.109 4.54601C6.205 4.35759 6.35789 4.20472 6.54579 4.10897C6.59517 4.08381 6.69595 4.04611 6.9678 4.02391C7.25126 4.00076 7.62365 3.99998 8.2002 3.99998H12L12 5.83852C12 6.36567 12 6.82043 12.0306 7.195C12.0629 7.59035 12.1342 7.98356 12.327 8.36194C12.6145 8.92621 13.0731 9.38524 13.6378 9.67297C14.0162 9.86578 14.4096 9.93709 14.805 9.96939C15.1797 10 15.6347 10 16.162 9.99998L18 9.99998ZM12 11C12.5523 11 13 11.4477 13 12V14H15C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16H9C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14H11V12C11 11.4477 11.4477 11 12 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1440.2px){.catalog-products[data-view=list] .catalog-products__item{--itemColumnGap: 40px;grid-template-columns:240px 1fr 308px;row-gap:16px}.catalog-products[data-view=list] .catalog-products__item .item__title{font-size:30px}.catalog-products[data-view=list] .catalog-products__item .item__compare{width:40px}.catalog-products[data-view=list] .catalog-products__item .item__compare::after{width:20px}.catalog-products[data-view=list] .catalog-products__item .item__price{--itemPriceFontSize: 30px}.catalog-products[data-view=list] .catalog-products__item .item__price-wrap{row-gap:12px}.catalog-products[data-view=list] .catalog-products__item .item__oldprice,.catalog-products[data-view=list] .catalog-products__item .item__discound{font-size:20px}.catalog-products[data-view=list] .catalog-products__item .item__btns{--countsIconSize: 20px}.catalog-products[data-view=list] .catalog-products__item .item__addtocard,.catalog-products[data-view=list] .catalog-products__item .item__addtoestimate{--btnFontSize: 14px;--padding: 8px 0}.catalog-products[data-view=list] .catalog-products__item .item__count,.catalog-products[data-view=list] .catalog-products__item .item__btns,.catalog-products[data-view=list] .catalog-products__item .item__question{font-size:14px;line-height:20px}}@media only screen and (min-width: 1440.2px){.catalog-products[data-view=table] .catalog-products__item{--itemTopBottomPadding: 20px;grid-template-columns:140px repeat(2, 1fr) 280px}.catalog-products[data-view=table] .catalog-products__item .item__img{grid-area:1/1/4/2;margin-right:var(--itemColumnGap)}.catalog-products[data-view=table] .catalog-products__item .item__img::after{content:"";position:absolute;inset:calc(var(--itemTopBottomPadding)*-1) calc(var(--itemColumnGap)*-1) calc(var(--itemTopBottomPadding)*-1) auto;border-right:solid 1px var(--itemBorderColor)}.catalog-products[data-view=table] .catalog-products__item .item__text{display:none}.catalog-products[data-view=table] .catalog-products__item .item__characteristics,.catalog-products[data-view=table] .catalog-products__item .item__btns{padding-left:var(--itemColumnGap);position:relative;-ms-flex-item-align:stretch;align-self:stretch}.catalog-products[data-view=table] .catalog-products__item .item__characteristics::after,.catalog-products[data-view=table] .catalog-products__item .item__btns::after{content:"";position:absolute;inset:calc(var(--itemTopBottomPadding)*-1) auto calc(var(--itemTopBottomPadding)*-1) 0;border-right:solid 1px var(--itemBorderColor)}.catalog-products[data-view=table] .catalog-products__item .item__characteristics{grid-area:1/3/4/3}.catalog-products[data-view=table] .catalog-products__item .item__price{--itemPriceFontSize: 20px}.catalog-products[data-view=table] .catalog-products__item .item__price.disabled{display:none}.catalog-products[data-view=table] .catalog-products__item .item__price-wrap{grid-area:3/2/4/3;max-width:260px}.catalog-products[data-view=table] .catalog-products__item .item__btns{grid-area:1/4/4/4}}.download__wrap .page__title{margin-top:0;margin-bottom:66px;--color: #172178}@media only screen and (min-width: 1200.2px){.download__wrap .page__title{margin-bottom:60px}}@media only screen and (max-width: 768px){.download__wrap .page__title{--fontSize: 30px}}.download__wrap .download__item .item__img img{height:174px}@media only screen and (min-width: 768.2px){.download__wrap .download__item .item__img img{height:369px}}@media only screen and (min-width: 1200.2px){.download__wrap .download__item .item__img img{height:460px}}.download__block{--rowGap: 4px}.download__block+.download__block{margin-top:20px}@media only screen and (min-width: 1200.2px){.download__block+.download__block{margin-top:40px}}.download__block--2{--rowGap: 8px;background:#faf9f7;border:1px solid rgba(152,151,150,.25);padding:20px}@media only screen and (min-width: 576.2px){.download__block--2{border-radius:5px}}@media only screen and (min-width: 1200.2px){.download__block--2{--rowGap: 12px}}@media only screen and (max-width: 576px){.download__block--2{margin-left:calc(var(--containerPadding)*-1);width:100vw}}.download__block--2 .download__item:not([class*=download__item--]){border:1px solid rgba(152,151,150,.25)}.download__title{margin:0;font:700 16px/20px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#32322f;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px}@media only screen and (min-width: 992.2px){.download__title{font-size:20px;line-height:24px;margin-bottom:24px}}.download__title span{font-weight:500;font-size:14px;line-height:20px}@media only screen and (min-width: 992.2px){.download__title span{font-size:16px;line-height:22px}}.download__item{border-radius:5px;padding:10px;display:grid;grid-template-columns:32px 1fr auto;gap:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media only screen and (min-width: 992.2px){.download__item{grid-template-columns:40px 1fr auto;padding:16px;gap:16px 20px}}.download__item::before{content:"";aspect-ratio:1;background-size:contain;background-position:center;background-repeat:no-repeat}.download__item-icon--3d::before{background-image:url("../img/svg/3d.svg")}.download__item-icon--document::before{background-image:url("../img/svg/document.svg")}.download__item-icon--file::before{background-image:url("../img/svg/file.svg")}.download__item-icon--folder::before{background-image:url("../img/svg/folder.svg")}.download__item-icon--img::before{background-image:url("../img/svg/img.svg")}.download__item-icon--pdf::before{background-image:url("../img/svg/pdf.svg")}.download__item-icon--video::before{background-image:url("../img/svg/video.svg")}.download__item-icon--zip::before{background-image:url("../img/svg/zip.svg")}.download__item-icon--word::before{background-image:url("../img/svg/word.svg")}.download__item-icon--xl::before{background-image:url("../img/svg/xl.svg")}.download__item+.download__item{margin-top:var(--rowGap)}.download__item .item__img{grid-area:1/1/2/4;background-color:#fff;border-radius:5px}.download__item .item__img img{-o-object-fit:contain;object-fit:contain;height:240px;width:100%;min-width:100%;min-height:240px}.download__item .item__content{display:grid;row-gap:4px}.download__item .item__text{margin:0;font-weight:700;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}.download__item .item__subtext{margin:0}.download__item .item__data{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px 24px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 992.2px){.download__item .item__data{font-size:12px;line-height:16px}}.download__item .item__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}.download__item .item__btn::before{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (max-width: 992px){.download__item .item__btn{--padding: 0;width:32px;aspect-ratio:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width: 992.2px){.download__item .item__btn::before{width:20px !important}}@media only screen and (max-width: 992px){.download__item .item__btn span{display:none}}.download__item.item--compact{grid-template-columns:32px 1fr auto;gap:10px;padding:6px}.download__item.item--compact .item__text{font-size:12px;line-height:16px}.download__item.item--compact .item__btn{--padding: 0;width:32px;min-height:32px;aspect-ratio:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.download__item:not([class*=download__item--]){background-color:#faf9f7}.download__item:not([class*=download__item--]) .item__text{color:#4e4d4a}.download__item:not([class*=download__item--]) .item__data{color:#989796}.download__item:not([class*=download__item--]) .item__btn::before{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.download__item:not([class*=download__item--]):hover .item__text{color:#172178}.download__item--2{background-color:#172178}.download__item--2 .item__text{color:#faf9f7}.download__item--2 .item__data{color:#c3c9fe}.download__item--2 .item__btn{--btnColor: #fff;--btnBg: rgba(250, 249, 247, 0.1);--btnColorHover: #4E4D4A;--btnBgHover: #E6E6E6}.download__item--2:hover .item__text{color:#f45e43}.download__show-btn{padding:0;border:none;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#32322f;font-size:16px;line-height:20px;width:100%;margin-top:20px}.download__show-btn::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1200.2px){.download__show-btn{font-size:20px;line-height:24px}}.download__show-btn:after{-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}.download__show-btn:not(.items-hide)::after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.download__show-btn:not(.items-hide)+.js_show_list{margin-top:8px}@media only screen and (min-width: 1200.2px){.download__show-btn:not(.items-hide)+.js_show_list{margin-top:20px}}.aside{display:none}@media only screen and (min-width: 1200.2px){.aside{display:block;border-radius:8px}}*:has(>.aside){gap:40px;display:grid;grid-template-columns:100%}@media only screen and (min-width: 1200.2px){*:has(>.aside){grid-template-columns:minmax(0px, 1fr) 325px}}@media only screen and (min-width: 576.2px){*:has(>.aside):not(:has(.aside-scroll-item)){-webkit-box-align:star;-ms-flex-align:star;align-items:star}}@media only screen and (min-width: 1200.2px){.aside:not(:has(.aside-scroll-item)){position:sticky;top:var(--top);left:0;overflow:auto;max-height:calc(100vh - var(--top) - 10px);-webkit-transition-property:top, max-height;transition-property:top, max-height;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}}body[data-direction=top] .aside{--top: calc(var(--header-height) + var(--catalogHeaderHeight) + 10px) }body[data-direction=bottom] .aside{--top: calc(var(--catalogHeaderHeight) + 10px) }.aside-scroll-item{position:sticky;top:var(--top);left:0;max-height:calc(100vh - var(--top) - 10px);-webkit-transition-property:top, max-height;transition-property:top, max-height;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}.aside__title{font-size:24px;line-height:110%;color:#172178;margin:0}@media only screen and (max-width: 1200px){.aside__title{display:none}}.aside__qestion{background-color:#faf9f7;padding:10px 20px 20px 20px;border-radius:8px;display:grid;grid-template-columns:100%;row-gap:16px;color:#4e4d4a}.aside__qestion p{margin:0}.aside__qestion .btn--2{--btnBg: #172178;--hoverBtnBg: #080C2B}.aside>*:not(:empty)+*{margin-top:20px}.aside.catalog__filter{margin:0}@media only screen and (max-width: 1200px){.aside.catalog__filter{display:block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (max-width: 1200px)and (min-width: 576.2px){.aside.catalog__filter{justify-self:end}}@media only screen and (max-width: 1200px){.aside.catalog__filter:not(:has(.aside-scroll-item)){z-index:110}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter>.filter__item{display:none}}@media only screen and (max-width: 576px){.aside.catalog__filter>.filter__item{width:100%}.aside.catalog__filter>.filter__item>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.aside.catalog__filter .filter-popup{margin-top:0}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup{position:static;pointer-events:auto;background-color:#faf9f7}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup__blind{display:none}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup__block{--padding: 20px;position:static;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-color:#faf9f7}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__head{height:56px}}.aside.catalog__filter .filter-popup .block__btn-reset{display:none}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__btn-reset{color:#f45e43;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}.aside.catalog__filter .filter-popup .block__btn-reset::after{content:"";aspect-ratio:1;background-color:#f45e43;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6835 4.90237 18.3166 4.90237 18.7071 5.29289C19.0977 5.68342 19.0977 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3165 18.7071 18.7071C18.3165 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0977 5.68342 19.0977 5.29289 18.7071C4.90237 18.3166 4.90237 17.6835 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6835 4.90237 18.3166 4.90237 18.7071 5.29289C19.0977 5.68342 19.0977 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3165 18.7071 18.7071C18.3165 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0977 5.68342 19.0977 5.29289 18.7071C4.90237 18.3166 4.90237 17.6835 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.aside.catalog__filter .filter-popup .block__btn-reset:hover{text-decoration:underline}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__close-btn{display:none}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__title{font-size:24px;color:#172178}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__items{padding-top:16px;padding-bottom:16px;overflow:visible}}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__item{--blockDistance: 16px }}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .block__footer{padding:16px 20px 20px;border-top:solid 1px rgba(152,151,150,.25)}}.aside.catalog__filter .filter-popup .block__footer .btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.aside.catalog__filter .filter-popup .block__footer .btn::after{display:none}.aside.catalog__filter .filter-popup .item__list{--gap: 10px }.aside.catalog__filter .filter-popup .filter__btn-apply{--btnBg: #172178}.aside.catalog__filter .filter-popup .filter__btn-reset{background-color:#f45e43}@media only screen and (min-width: 1200.2px){.aside.catalog__filter .filter-popup .filter__btn-reset{display:none}}.product__info{--infoRowGap: 20px;display:grid;grid-template-columns:100%;gap:var(--infoRowGap) 15px}@media only screen and (min-width: 768.2px){.product__info{grid-template-columns:400px 1fr}}@media only screen and (min-width: 1200.2px){.product__info{grid-template-columns:325px 1fr;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.product__info .product__price-block.is-scroll{position:fixed;z-index:20;inset:auto 0 0 0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);border-radius:0;background:rgba(246,245,243,.8);border-top:1px solid rgba(152,151,150,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);grid-template-columns:100%}@media only screen and (min-width: 576.2px){.product__info .product__price-block.is-scroll{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr}}@media only screen and (min-width: 768.2px){.product__info .product__price-block.is-scroll{grid-template-columns:1fr 2fr}}.product__info .product__price-block.is-scroll.show{-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.product__info .product__price-block.is-scroll .product__price-texts,.product__info .product__price-block.is-scroll .product__question{display:none}.product__info .product__price-block.is-scroll .product__price-wrap{grid-column:span 1}@media only screen and (max-width: 576px){.product__info .product__price-block.is-scroll .product__price-wrap{display:none}}@media only screen and (min-width: 768.2px){.product__info .product__price-block.is-scroll .product__addtoestimate{grid-column:span 1}}@media only screen and (min-width: 768.2px){.product__info .product__price-block.is-scroll .product__btns{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:auto repeat(2, 1fr)}}.product__info .product__price-block.is-scroll+*{margin-top:calc(var(--priceBlockHeight) + var(--infoRowGap))}@media only screen and (min-width: 1200.2px){.product__info .product__price-block{display:none}}.product__sliders{display:grid;grid-template-columns:64px minmax(0px, 1fr);gap:10px 20px;-ms-flex-line-pack:start;align-content:start}@media only screen and (min-width: 768.2px){.product__sliders{grid-row:1/7}}@media only screen and (min-width: 1200.2px){.product__sliders{grid-template-columns:100%}}.product__sliders .product-slider__item img{-o-object-fit:contain;object-fit:contain;height:100%;width:100%;min-width:100%;min-height:100%}.product-slider{border-radius:10px;background-color:#faf9f7;aspect-ratio:1}@media only screen and (max-width: 1200px){.product-slider--2{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.product-slider--2 .product-slider__item{height:64px;width:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;background-color:#faf9f7;cursor:pointer;position:relative}.product-slider--2 .product-slider__item::before{content:"";position:absolute;inset:0;-webkit-transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;border-radius:5px;z-index:2}.product-slider--2 .product-slider__item:hover::before,.product-slider--2 .product-slider__item.swiper-slide-thumb-active::before{-webkit-box-shadow:inset 0 0 0 1px #f45e43;box-shadow:inset 0 0 0 1px #f45e43}.product__compare{--btnBgHover: rgba(23, 33, 120, 0.3);--btnColorHover: #172178;position:absolute;inset:5px 5px auto auto;border-radius:6px;z-index:5}.product__compare::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M14.6172 3.07617C14.9909 2.92143 15.4211 3.00699 15.7071 3.29297L20.7071 8.29297C21.0975 8.68348 21.0975 9.31652 20.7071 9.70703C20.3166 10.0975 19.6835 10.0975 19.293 9.70703L16 6.41406V20C16 20.5523 15.5523 21 15 21C14.4478 21 14 20.5523 14 20V4C14 3.59558 14.2436 3.23098 14.6172 3.07617Z M9.00005 3C9.5523 3.00004 10 3.44774 10 4V20C10 20.4044 9.75642 20.769 9.38286 20.9238C9.0092 21.0786 8.57901 20.993 8.29302 20.707L3.29302 15.707C2.90249 15.3165 2.90249 14.6835 3.29302 14.293C3.68354 13.9025 4.31657 13.9025 4.70708 14.293L8.00005 17.5859V4C8.00005 3.44772 8.44776 3 9.00005 3Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M14.6172 3.07617C14.9909 2.92143 15.4211 3.00699 15.7071 3.29297L20.7071 8.29297C21.0975 8.68348 21.0975 9.31652 20.7071 9.70703C20.3166 10.0975 19.6835 10.0975 19.293 9.70703L16 6.41406V20C16 20.5523 15.5523 21 15 21C14.4478 21 14 20.5523 14 20V4C14 3.59558 14.2436 3.23098 14.6172 3.07617Z M9.00005 3C9.5523 3.00004 10 3.44774 10 4V20C10 20.4044 9.75642 20.769 9.38286 20.9238C9.0092 21.0786 8.57901 20.993 8.29302 20.707L3.29302 15.707C2.90249 15.3165 2.90249 14.6835 3.29302 14.293C3.68354 13.9025 4.31657 13.9025 4.70708 14.293L8.00005 17.5859V4C8.00005 3.44772 8.44776 3 9.00005 3Z"  /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.product__data{display:grid;grid-auto-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:16px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__article{text-decoration:underline;color:#f45e43;text-transform:uppercase;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;cursor:pointer}.product__article::after{content:"";aspect-ratio:1;background-color:#f45e43;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1617 2H17.8388C18.3659 1.99998 18.8206 1.99997 19.1951 2.03057C19.5904 2.06288 19.9835 2.13422 20.3618 2.32698C20.9259 2.61439 21.3854 3.07316 21.6732 3.63805C21.866 4.01643 21.9373 4.40965 21.9696 4.805C22.0002 5.17957 22.0002 5.63432 22.0002 6.16146V11.8386C22.0002 12.3658 22.0002 12.8205 21.9696 13.1951C21.9373 13.5904 21.866 13.9836 21.6732 14.362C21.3854 14.927 20.9258 15.3856 20.3618 15.673C19.9834 15.8658 19.5903 15.9371 19.195 15.9694C18.8203 16 18.3655 16 17.8382 16H16.0002V17.8386C16.0002 18.3657 16.0002 18.8205 15.9696 19.1951C15.9373 19.5904 15.866 19.9836 15.6732 20.362C15.3854 20.927 14.9257 21.3856 14.3618 21.673C13.9835 21.8657 13.5904 21.9371 13.1951 21.9694C12.8205 22 12.3657 22 11.8384 22H6.16209C5.63473 22 5.17973 22 4.80496 21.9694C4.40959 21.9371 4.01623 21.8658 3.63781 21.673C3.07317 21.3853 2.61453 20.9264 2.32698 20.362C2.13419 19.9836 2.06287 19.5904 2.03057 19.1951C1.99997 18.8205 1.99998 18.3658 2 17.8386V12.1615C1.99998 11.6344 1.99997 11.1796 2.03057 10.805C2.06287 10.4097 2.13418 10.0164 2.32698 9.63805C2.61447 9.07382 3.07306 8.61473 3.63781 8.32698C4.01625 8.13416 4.40962 8.06286 4.80499 8.03057C5.17965 7.99997 5.6345 7.99998 6.16167 8L8 8L8 6.16153C7.99998 5.63438 7.99997 5.17961 8.03057 4.80502C8.06287 4.40968 8.13418 4.01644 8.32698 3.63805C8.61447 3.07382 9.07306 2.61473 9.63781 2.32698C10.0162 2.13416 10.4096 2.06286 10.805 2.03057C11.1796 1.99997 11.6345 1.99998 12.1617 2ZM8.98784 10C8.99189 10 8.99594 10.0001 9 10.0001C9.00406 10.0001 9.00812 10 9.01217 10H11.8002C12.3768 10 12.7489 10.0008 13.0321 10.0239C13.3036 10.0461 13.4043 10.0838 13.4538 10.109C13.6424 10.2051 13.7956 10.3583 13.8912 10.546C13.9164 10.5955 13.9541 10.6962 13.9763 10.9679C13.9994 11.2512 14.0002 11.6235 14.0002 12.2V14.9791C14.0001 14.9861 14 14.993 14 15C14 15.007 14.0001 15.0139 14.0002 15.0209V17.8001C14.0002 18.3766 13.9994 18.7489 13.9763 19.0322C13.9541 19.3039 13.9164 19.4046 13.8912 19.454C13.7956 19.6417 13.6425 19.7948 13.4538 19.891C13.4043 19.9162 13.3036 19.9539 13.0321 19.9761C12.7489 19.9992 12.3767 20 11.8002 20H6.2002C5.62367 20 5.25127 19.9992 4.96782 19.9761C4.69598 19.9538 4.59519 19.9161 4.54579 19.891C4.35778 19.7952 4.20495 19.6424 4.109 19.454C4.0838 19.4046 4.04612 19.3039 4.02393 19.0322C4.00078 18.7489 4 18.3766 4 17.8001V12.2001C4 11.6235 4.00078 11.2512 4.02393 10.9679C4.04613 10.6962 4.08381 10.5955 4.109 10.546C4.205 10.3576 4.35789 10.2047 4.54579 10.109C4.59517 10.0838 4.69595 10.0461 4.9678 10.0239C5.25126 10.0008 5.62365 10 6.2002 10H8.98784ZM16.0002 14V12.1615C16.0002 11.6343 16.0002 11.1796 15.9696 10.805C15.9373 10.4097 15.866 10.0164 15.6732 9.63805C15.3854 9.07316 14.9259 8.61439 14.3618 8.32698C13.9835 8.13422 13.5904 8.06288 13.1951 8.03057C12.8206 7.99997 12.3659 7.99998 11.8388 8L10 8V6.20008C10 5.62352 10.0008 5.25123 10.0239 4.96788C10.0461 4.6962 10.0838 4.59547 10.109 4.54603C10.205 4.35761 10.3579 4.20474 10.5458 4.109C10.5952 4.08383 10.6959 4.04614 10.9678 4.02393C11.2513 4.00078 11.6237 4 12.2002 4H17.8002C18.3768 4 18.7489 4.00078 19.0321 4.02393C19.3036 4.04612 19.4043 4.08377 19.4538 4.109C19.6424 4.20508 19.7956 4.35828 19.8912 4.54603C19.9164 4.59548 19.9541 4.6962 19.9763 4.96786C19.9994 5.2512 20.0002 5.62347 20.0002 6.20002V11.8001C20.0002 12.3766 19.9994 12.7489 19.9763 13.0322C19.9541 13.3039 19.9164 13.4046 19.8912 13.454C19.7956 13.6417 19.6425 13.7948 19.4538 13.891C19.4043 13.9162 19.3036 13.9539 19.032 13.9761C18.7488 13.9992 18.3765 14 17.8 14H16.0002Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1617 2H17.8388C18.3659 1.99998 18.8206 1.99997 19.1951 2.03057C19.5904 2.06288 19.9835 2.13422 20.3618 2.32698C20.9259 2.61439 21.3854 3.07316 21.6732 3.63805C21.866 4.01643 21.9373 4.40965 21.9696 4.805C22.0002 5.17957 22.0002 5.63432 22.0002 6.16146V11.8386C22.0002 12.3658 22.0002 12.8205 21.9696 13.1951C21.9373 13.5904 21.866 13.9836 21.6732 14.362C21.3854 14.927 20.9258 15.3856 20.3618 15.673C19.9834 15.8658 19.5903 15.9371 19.195 15.9694C18.8203 16 18.3655 16 17.8382 16H16.0002V17.8386C16.0002 18.3657 16.0002 18.8205 15.9696 19.1951C15.9373 19.5904 15.866 19.9836 15.6732 20.362C15.3854 20.927 14.9257 21.3856 14.3618 21.673C13.9835 21.8657 13.5904 21.9371 13.1951 21.9694C12.8205 22 12.3657 22 11.8384 22H6.16209C5.63473 22 5.17973 22 4.80496 21.9694C4.40959 21.9371 4.01623 21.8658 3.63781 21.673C3.07317 21.3853 2.61453 20.9264 2.32698 20.362C2.13419 19.9836 2.06287 19.5904 2.03057 19.1951C1.99997 18.8205 1.99998 18.3658 2 17.8386V12.1615C1.99998 11.6344 1.99997 11.1796 2.03057 10.805C2.06287 10.4097 2.13418 10.0164 2.32698 9.63805C2.61447 9.07382 3.07306 8.61473 3.63781 8.32698C4.01625 8.13416 4.40962 8.06286 4.80499 8.03057C5.17965 7.99997 5.6345 7.99998 6.16167 8L8 8L8 6.16153C7.99998 5.63438 7.99997 5.17961 8.03057 4.80502C8.06287 4.40968 8.13418 4.01644 8.32698 3.63805C8.61447 3.07382 9.07306 2.61473 9.63781 2.32698C10.0162 2.13416 10.4096 2.06286 10.805 2.03057C11.1796 1.99997 11.6345 1.99998 12.1617 2ZM8.98784 10C8.99189 10 8.99594 10.0001 9 10.0001C9.00406 10.0001 9.00812 10 9.01217 10H11.8002C12.3768 10 12.7489 10.0008 13.0321 10.0239C13.3036 10.0461 13.4043 10.0838 13.4538 10.109C13.6424 10.2051 13.7956 10.3583 13.8912 10.546C13.9164 10.5955 13.9541 10.6962 13.9763 10.9679C13.9994 11.2512 14.0002 11.6235 14.0002 12.2V14.9791C14.0001 14.9861 14 14.993 14 15C14 15.007 14.0001 15.0139 14.0002 15.0209V17.8001C14.0002 18.3766 13.9994 18.7489 13.9763 19.0322C13.9541 19.3039 13.9164 19.4046 13.8912 19.454C13.7956 19.6417 13.6425 19.7948 13.4538 19.891C13.4043 19.9162 13.3036 19.9539 13.0321 19.9761C12.7489 19.9992 12.3767 20 11.8002 20H6.2002C5.62367 20 5.25127 19.9992 4.96782 19.9761C4.69598 19.9538 4.59519 19.9161 4.54579 19.891C4.35778 19.7952 4.20495 19.6424 4.109 19.454C4.0838 19.4046 4.04612 19.3039 4.02393 19.0322C4.00078 18.7489 4 18.3766 4 17.8001V12.2001C4 11.6235 4.00078 11.2512 4.02393 10.9679C4.04613 10.6962 4.08381 10.5955 4.109 10.546C4.205 10.3576 4.35789 10.2047 4.54579 10.109C4.59517 10.0838 4.69595 10.0461 4.9678 10.0239C5.25126 10.0008 5.62365 10 6.2002 10H8.98784ZM16.0002 14V12.1615C16.0002 11.6343 16.0002 11.1796 15.9696 10.805C15.9373 10.4097 15.866 10.0164 15.6732 9.63805C15.3854 9.07316 14.9259 8.61439 14.3618 8.32698C13.9835 8.13422 13.5904 8.06288 13.1951 8.03057C12.8206 7.99997 12.3659 7.99998 11.8388 8L10 8V6.20008C10 5.62352 10.0008 5.25123 10.0239 4.96788C10.0461 4.6962 10.0838 4.59547 10.109 4.54603C10.205 4.35761 10.3579 4.20474 10.5458 4.109C10.5952 4.08383 10.6959 4.04614 10.9678 4.02393C11.2513 4.00078 11.6237 4 12.2002 4H17.8002C18.3768 4 18.7489 4.00078 19.0321 4.02393C19.3036 4.04612 19.4043 4.08377 19.4538 4.109C19.6424 4.20508 19.7956 4.35828 19.8912 4.54603C19.9164 4.59548 19.9541 4.6962 19.9763 4.96786C19.9994 5.2512 20.0002 5.62347 20.0002 6.20002V11.8001C20.0002 12.3766 19.9994 12.7489 19.9763 13.0322C19.9541 13.3039 19.9164 13.4046 19.8912 13.454C19.7956 13.6417 19.6425 13.7948 19.4538 13.891C19.4043 13.9162 19.3036 13.9539 19.032 13.9761C18.7488 13.9992 18.3765 14 17.8 14H16.0002Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1440.2px){.product__article::after{width:20px}}.product__article:hover{text-decoration:none}.product__stok{color:#172178;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;text-transform:uppercase;font-weight:600;margin:0}.product__stok span{border-radius:50%;aspect-ratio:1;width:5px;-webkit-box-shadow:inset 0 0 0 1px #172178;box-shadow:inset 0 0 0 1px #172178}.product__stok span:first-child{margin-left:3px}.product__stok span.full{background-color:#172178}.product__storage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;font-weight:600}.product__storage::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 768.2px){.product__storage~*{display:none}}.product__storage,.product__storage-place{color:#172178;text-decoration:underline}.product__storage:hover,.product__storage-place:hover{text-decoration:none}.product__storage:hover::after,.product__storage-place:hover::after{background-color:#f45e43}.product__storage-wrap{display:grid;row-gap:6px;text-transform:uppercase;font-weight:600}.product__storage-place{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-modifications{background:#faf9f7;border:1px solid rgba(152,151,150,.1);border-radius:8px;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-self:start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;position:relative;z-index:1}.product-modifications__item .item__label{padding:6px 8px;text-transform:uppercase;color:#4e4d4a;display:block;cursor:pointer;font-weight:600}.product-modifications__item .item__label:hover{color:#172178}.product-modifications__item input:checked+.item__label{color:#172178}.product-modifications__shadow{position:absolute;z-index:-1;background-color:rgba(23,33,120,.05);border-radius:5px;-webkit-transition:all 0.4s ease-in-out 0s;transition:all 0.4s ease-in-out 0s}.product__price{font:700 34px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#172178}.product__price.disabled{color:#cccac4}.product__price-block{background-color:#faf9f7;border-radius:8px;padding:18px 20px 20px;display:grid;grid-template-columns:100%;row-gap:10px}@media only screen and (min-width: 992.2px){.product__price-block{row-gap:16px}}.product__price-wrap{display:grid;row-gap:8px;grid-column:1/-1}.product__price-list:not(.clear){display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;grid-template-columns:repeat(3, auto);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__price-list.clear .product__price{font-weight:500;font-size:24px}@media only screen and (min-width: 768.2px){.product__price-list.clear .product__price{font-size:30px}}.product__price-list.clear+.product__price-texts{color:#f45e43}@media only screen and (max-width: 768px){.product__price-list.clear+.product__price-texts{font-size:11px}}.product__price-texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;font:600 11px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#989796}.product__oldprice{font:400 16px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";padding:0px 4px;color:rgba(23,33,120,.5);justify-self:start;position:relative}@media only screen and (min-width: 992.2px){.product__oldprice{padding:0px 6px}}.product__oldprice::after{content:"";position:absolute;inset:50% 0 auto 0;border-top:solid 1px}.product__discound{font-size:16px;color:#f45e43}.product__btns{--gap: 8px;--countsElWidth: 32px;--countsIconSize: 16px;-ms-flex-line-pack:start;align-content:start;display:grid;grid-template-columns:auto 1fr;row-gap:var(--gap)}@media only screen and (min-width: 1200.2px){.product__btns{--countsIconSize: 20px}}.product__btns:not(:has(.product__addtocard:disabled)):hover .product__count-wrap,.product__btns:not(:has(.product__addtocard:disabled)).is-active .product__count-wrap{width:calc(var(--countsElWidth)*3);margin-right:var(--gap)}.product__btns:not(.is-active) .product__addtocard{--btnBg: #172178;--hoverBtnBg: #080C2B}.product__count{-moz-appearance:textfield;text-align:center;background-color:rgba(0,0,0,0);color:#4e4d4a;font:500 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}.product__count::-webkit-outer-spin-button,.product__count::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__count,.product__count-minus,.product__count-plus{border:none}.product__count-minus,.product__count-plus{background-color:rgba(152,151,150,.1);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.product__count-minus::after,.product__count-plus::after{-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}.product__count-minus:hover,.product__count-plus:hover{background-color:#080c2b}.product__count-minus:hover::after,.product__count-plus:hover::after{background-color:#faf9f7}.product__count-minus::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.product__count-plus::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.product__count-wrap{-webkit-transition-property:width, margin;transition-property:width, margin;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:inset 0 0 0 1px #e3e3e3;box-shadow:inset 0 0 0 1px #e3e3e3;overflow:hidden;border-radius:6px;background-color:#faf9f7}.product__count-wrap>*{aspect-ratio:1;width:var(--countsElWidth)}.product__addtocard,.product__addtoestimate{--btnFontSize: 12px !important;--padding: 10px 0 !important}.product__addtoestimate,.product__question{grid-column:1/-1}.product__question,.product__grsi-link{color:#172178;text-decoration:underline;text-transform:uppercase;font-weight:600;margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:16px}@media only screen and (max-width: 768px){.product__question,.product__grsi-link{justify-self:center}}@media only screen and (min-width: 1200.2px){.product__question::after,.product__grsi-link::after{width:20px}}.product__question:hover,.product__grsi-link:hover{text-decoration:none}.product__question:hover::after,.product__grsi-link:hover::after{background-color:#f45e43}.product__question::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM13.0498 16.4502C13.0498 15.8979 12.6021 15.4502 12.0498 15.4502H11.9502C11.3979 15.4502 10.9502 15.8979 10.9502 16.4502V16.5498C10.9502 17.102 11.398 17.5497 11.9502 17.5498H12.0498C12.315 17.5498 12.5693 17.4443 12.7568 17.2568C12.9443 17.0693 13.0498 16.815 13.0498 16.5498V16.4502ZM14.0156 7.66895C13.4047 7.15987 12.6486 7 12 7C11.3514 7 10.5953 7.15987 9.98438 7.66895C9.34146 8.20476 9 9.00957 9 10C9 10.5523 9.44772 11 10 11C10.5523 11 11 10.5523 11 10C11 9.49048 11.1586 9.29524 11.2656 9.20605C11.4048 9.09017 11.6487 9 12 9C12.3513 9 12.5952 9.09017 12.7344 9.20605C12.8414 9.29524 13 9.49048 13 10C13 10.271 12.8503 10.4856 12.293 11.043C11.8503 11.4856 11 12.271 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 13.229 13.1497 13.0144 13.707 12.457C14.1497 12.0144 15 11.229 15 10C15 9.00957 14.6585 8.20476 14.0156 7.66895Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM13.0498 16.4502C13.0498 15.8979 12.6021 15.4502 12.0498 15.4502H11.9502C11.3979 15.4502 10.9502 15.8979 10.9502 16.4502V16.5498C10.9502 17.102 11.398 17.5497 11.9502 17.5498H12.0498C12.315 17.5498 12.5693 17.4443 12.7568 17.2568C12.9443 17.0693 13.0498 16.815 13.0498 16.5498V16.4502ZM14.0156 7.66895C13.4047 7.15987 12.6486 7 12 7C11.3514 7 10.5953 7.15987 9.98438 7.66895C9.34146 8.20476 9 9.00957 9 10C9 10.5523 9.44772 11 10 11C10.5523 11 11 10.5523 11 10C11 9.49048 11.1586 9.29524 11.2656 9.20605C11.4048 9.09017 11.6487 9 12 9C12.3513 9 12.5952 9.09017 12.7344 9.20605C12.8414 9.29524 13 9.49048 13 10C13 10.271 12.8503 10.4856 12.293 11.043C11.8503 11.4856 11 12.271 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 13.229 13.1497 13.0144 13.707 12.457C14.1497 12.0144 15 11.229 15 10C15 9.00957 14.6585 8.20476 14.0156 7.66895Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.product__grsi-link::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M7.16168 3H16.8388C17.3659 2.99998 17.8206 2.99997 18.1951 3.03057C18.5904 3.06288 18.9835 3.13422 19.3618 3.32698C19.9259 3.61439 20.3854 4.07316 20.6732 4.63805C20.8661 5.01654 20.9373 5.40986 20.9696 5.80515C21 6.17906 21 6.63297 21 7.15895V16.8412C21 17.3671 21 17.821 20.9696 18.1949C20.9373 18.5902 20.8661 18.9835 20.6732 19.362C20.3854 19.9269 19.9258 20.3856 19.3618 20.673C18.9835 20.8657 18.5904 20.9371 18.1951 20.9694C17.8205 21 17.3657 21 16.8384 21H7.16209C6.63473 21 6.17973 21 5.80496 20.9694C5.40959 20.9371 5.01623 20.8658 4.63781 20.673C4.07311 20.3853 3.61449 19.9262 3.32698 19.362C3.13419 18.9836 3.06287 18.5904 3.03057 18.195C2.99997 17.8205 2.99998 17.3657 3 16.8386V7.16147C2.99998 6.63432 2.99997 6.17956 3.03057 5.80499C3.06287 5.40965 3.13419 5.01643 3.32698 4.63805C3.61447 4.07382 4.07306 3.61473 4.63781 3.32698C5.01625 3.13416 5.40962 3.06286 5.80499 3.03057C6.17965 2.99997 6.63451 2.99998 7.16168 3ZM9 19H16.8002C17.3767 19 17.7489 18.9992 18.0321 18.9761C18.3036 18.9539 18.4043 18.9162 18.4538 18.891C18.6424 18.7949 18.7956 18.6417 18.8912 18.454C18.9164 18.4046 18.954 18.304 18.9762 18.0323C18.9993 17.7489 19 17.3767 19 16.8V7.20001C19 6.62336 18.9993 6.2511 18.9762 5.9677C18.954 5.69598 18.9164 5.59537 18.8912 5.54603C18.7956 5.35828 18.6424 5.20508 18.4538 5.109C18.4043 5.08377 18.3036 5.04612 18.0321 5.02393C17.7489 5.00078 17.3768 5 16.8002 5H9L9 19ZM7 5.00007L7 18.9999C6.535 18.9995 6.21703 18.9964 5.96782 18.9761C5.69598 18.9538 5.59519 18.9161 5.54579 18.891C5.35784 18.7952 5.20498 18.6424 5.109 18.454C5.0838 18.4045 5.04612 18.3038 5.02393 18.0322C5.00078 17.7488 5 17.3766 5 16.8V7.20001C5 6.62346 5.00078 6.25119 5.02393 5.96786C5.04612 5.6962 5.0838 5.59548 5.109 5.54603C5.205 5.35761 5.35789 5.20474 5.54579 5.109C5.59517 5.08383 5.69595 5.04614 5.9678 5.02393C6.21702 5.00358 6.53499 5.00052 7 5.00007ZM11 8C11 7.44772 11.4477 7 12 7H16C16.5523 7 17 7.44772 17 8C17 8.55229 16.5523 9 16 9H12C11.4477 9 11 8.55229 11 8ZM11 11C11 10.4477 11.4477 10 12 10H16C16.5523 10 17 10.4477 17 11C17 11.5523 16.5523 12 16 12H12C11.4477 12 11 11.5523 11 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M7.16168 3H16.8388C17.3659 2.99998 17.8206 2.99997 18.1951 3.03057C18.5904 3.06288 18.9835 3.13422 19.3618 3.32698C19.9259 3.61439 20.3854 4.07316 20.6732 4.63805C20.8661 5.01654 20.9373 5.40986 20.9696 5.80515C21 6.17906 21 6.63297 21 7.15895V16.8412C21 17.3671 21 17.821 20.9696 18.1949C20.9373 18.5902 20.8661 18.9835 20.6732 19.362C20.3854 19.9269 19.9258 20.3856 19.3618 20.673C18.9835 20.8657 18.5904 20.9371 18.1951 20.9694C17.8205 21 17.3657 21 16.8384 21H7.16209C6.63473 21 6.17973 21 5.80496 20.9694C5.40959 20.9371 5.01623 20.8658 4.63781 20.673C4.07311 20.3853 3.61449 19.9262 3.32698 19.362C3.13419 18.9836 3.06287 18.5904 3.03057 18.195C2.99997 17.8205 2.99998 17.3657 3 16.8386V7.16147C2.99998 6.63432 2.99997 6.17956 3.03057 5.80499C3.06287 5.40965 3.13419 5.01643 3.32698 4.63805C3.61447 4.07382 4.07306 3.61473 4.63781 3.32698C5.01625 3.13416 5.40962 3.06286 5.80499 3.03057C6.17965 2.99997 6.63451 2.99998 7.16168 3ZM9 19H16.8002C17.3767 19 17.7489 18.9992 18.0321 18.9761C18.3036 18.9539 18.4043 18.9162 18.4538 18.891C18.6424 18.7949 18.7956 18.6417 18.8912 18.454C18.9164 18.4046 18.954 18.304 18.9762 18.0323C18.9993 17.7489 19 17.3767 19 16.8V7.20001C19 6.62336 18.9993 6.2511 18.9762 5.9677C18.954 5.69598 18.9164 5.59537 18.8912 5.54603C18.7956 5.35828 18.6424 5.20508 18.4538 5.109C18.4043 5.08377 18.3036 5.04612 18.0321 5.02393C17.7489 5.00078 17.3768 5 16.8002 5H9L9 19ZM7 5.00007L7 18.9999C6.535 18.9995 6.21703 18.9964 5.96782 18.9761C5.69598 18.9538 5.59519 18.9161 5.54579 18.891C5.35784 18.7952 5.20498 18.6424 5.109 18.454C5.0838 18.4045 5.04612 18.3038 5.02393 18.0322C5.00078 17.7488 5 17.3766 5 16.8V7.20001C5 6.62346 5.00078 6.25119 5.02393 5.96786C5.04612 5.6962 5.0838 5.59548 5.109 5.54603C5.205 5.35761 5.35789 5.20474 5.54579 5.109C5.59517 5.08383 5.69595 5.04614 5.9678 5.02393C6.21702 5.00358 6.53499 5.00052 7 5.00007ZM11 8C11 7.44772 11.4477 7 12 7H16C16.5523 7 17 7.44772 17 8C17 8.55229 16.5523 9 16 9H12C11.4477 9 11 8.55229 11 8ZM11 11C11 10.4477 11.4477 10 12 10H16C16.5523 10 17 10.4477 17 11C17 11.5523 16.5523 12 16 12H12C11.4477 12 11 11.5523 11 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1200.2px){.product__grsi-link:after{width:20px}}.product__text{color:#4e4d4a}@media only screen and (min-width: 1200.2px){.product__text{font-size:16px;line-height:22px}}.product__text>*:first-child{margin-top:0}.product__text>*:last-child{margin-bottom:0}.product-characteristics__item{color:#4e4d4a}@media only screen and (min-width: 1200.2px){.product-characteristics__item{max-width:480px}}.product-characteristics__item[style*="--icon"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}@media only screen and (min-width: 1200.2px){.product-characteristics__item[style*="--icon"]{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}.product-characteristics__item[style*="--icon"]:before{--iconSize: 32px;content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat;width:var(--iconSize);-webkit-box-flex:0;-ms-flex:0 0 var(--iconSize);flex:0 0 var(--iconSize);pointer-events:none}@media only screen and (min-width: 1200.2px){.product-characteristics__item[style*="--icon"]:before{--iconSize: 42px}}.product-characteristics__item:not(:first-child){margin-top:18px}.product__content{--paddingTop: 40px;margin-top:var(--paddingTop);border-top:solid 1px #e3e3e3}@media only screen and (min-width: 1200.2px){.product__content{--paddingTop: 80px}}.product__block{color:#4e4d4a}.product__block-subtitle{font:700 16px/20px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";margin:0}@media only screen and (min-width: 1200.2px){.product__block-subtitle{font-size:20px;line-height:24px}}.product__block-subtitle+.download__block--2{margin-top:24px}.product__block-list{padding-left:20px;margin:20px 0 0;display:grid;row-gap:.72em}.product__block .image-item{padding:10px;background:#fff;border:1px solid rgba(152,151,150,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-table{border:solid 1px rgba(152,151,150,.1)}.product-table+.product-table{margin-top:20px}@media only screen and (min-width: 1200.2px){.product-table+.product-table{margin-top:40px}}.product-table__title,.product-table__item{padding:8px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px 16px;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width: 1200.2px){.product-table__title,.product-table__item{padding:12px 16px}}.product-table__title>span,.product-table__item>span{--spanWidth: 100px;width:var(--spanWidth);-webkit-box-flex:0;-ms-flex:0 0 var(--spanWidth);flex:0 0 var(--spanWidth)}@media only screen and (min-width: 576.2px){.product-table__title>span,.product-table__item>span{--spanWidth: 155px}}@media only screen and (min-width: 1200.2px){.product-table__title>span,.product-table__item>span{--spanWidth: 172px}}.product-table__title{color:#faf9f7;background-color:#172178;border-bottom:solid 1px #3242d1}.product-table__title::after{background-color:#faf9f7 !important}.product-table__item{background-color:rgba(250,249,247,.5);-webkit-transition:background-color 0.2s ease-in-out 0s;transition:background-color 0.2s ease-in-out 0s}.product-table__item:not(:first-child){border-top:solid 1px rgba(152,151,150,.1)}.product-table__item:hover{background-color:#faf9f7}@media only screen and (max-width: 768px){.product__accordion .product-table__title::after{content:"";aspect-ratio:1;background-color:#4e4d4a;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.product__accordion .product-table__title::after{-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}}@media only screen and (max-width: 576px){.product__accordion .product-table__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#989796}.product__accordion .product-table__item>span{--spanWidth: auto;color:#4e4d4a}}.product__accordion-item.ver_accord_open .product-table__title::after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.product__grid{display:grid}.product__grid+.product__grid{margin-top:20px}@media only screen and (min-width: 1200.2px){.product__grid+.product__grid{margin-top:40px}}@media only screen and (min-width: 768.2px){.product__grid--2{grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 1200.2px){.product__grid--2{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.product__grid--4{grid-template-columns:repeat(2, 1fr);gap:20px}@media only screen and (min-width: 992.2px){.product__grid--4{grid-template-columns:repeat(4, 1fr)}}.product__grid .wide{grid-column:span 2}.product-downloads,.product-videos{display:grid;grid-template-columns:minmax(0, 1fr) auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media only screen and (min-width: 1200.2px){.product-downloads,.product-videos{row-gap:40px}}.product-downloads .swiper-wrapper,.product-videos .swiper-wrapper{grid-column:1/-1}.product-videos__item{display:grid;grid-template-rows:195px repeat(2, auto);-ms-flex-line-pack:start;align-content:start;row-gap:5px;text-decoration:none;color:#32322f;font-size:14px;line-height:20px}@media only screen and (min-width: 1200.2px){.product-videos__item{row-gap:10px;font-size:16px;line-height:22px}}html:not(.mobile) .product-videos__item:hover{color:#172178}.product-videos__item:hover .item__img:after{-webkit-transform:translate(-50%, -50%) scale(1.3);-ms-transform:translate(-50%, -50%) scale(1.3);transform:translate(-50%, -50%) scale(1.3)}.product-videos__item .item__img{position:relative}.product-videos__item .item__img img{border-radius:5px}.product-videos__item .item__img::after{content:"";position:absolute;inset:50% auto auto 50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);aspect-ratio:1;width:40px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="24" viewBox="0 0 21 24"><path fill="%23F45E43" stroke="transparent" stroke-width="0" style="" d="M20.6154 12C20.6162 12.3134 20.5346 12.6217 20.3786 12.8948C20.2226 13.168 19.9975 13.3967 19.7252 13.5588L2.84867 23.7283C2.56414 23.8999 2.23825 23.9936 1.90467 23.9997C1.57109 24.0058 1.24191 23.924 0.951119 23.7629C0.663101 23.6043 0.423173 23.3729 0.25601 23.0927C0.088847 22.8124 0.00048125 22.4934 0 22.1684V1.83164C0.00048125 1.5066 0.088847 1.18755 0.25601 0.907307C0.423173 0.62706 0.663101 0.395729 0.951119 0.237103C1.24191 0.0759744 1.57109 -0.00576841 1.90467 0.000316538C2.23825 0.00640149 2.56414 0.100094 2.84867 0.271717L19.7252 10.4412C19.9975 10.6033 20.2226 10.832 20.3786 11.1052C20.5346 11.3783 20.6162 11.6866 20.6154 12Z"  /></svg>') center no-repeat;-webkit-transition:-webkit-transform 0.3s linear 0s;transition:-webkit-transform 0.3s linear 0s;transition:transform 0.3s linear 0s;transition:transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s}.product-videos__item .item__duration{color:#636362;margin-top:5px}@media only screen and (min-width: 1200.2px){.product-videos__item .item__duration{margin-top:10px}}.product-videos .slider__pagination{color:#4e4d4a}.product-videos .slider__pagination span{color:#172178}.product-downloads{grid-template-columns:100%}.product-downloads .slider__buttons{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.product-installation__text{font-size:14px;line-height:20px;margin:0}@media only screen and (min-width: 1200.2px){.product-installation__text{font-size:16px;line-height:22px}}.product-installation__grid{display:grid;grid-template-columns:100%;gap:20px;margin-top:30px}@media only screen and (min-width: 768.2px){.product-installation__grid{grid-template-columns:repeat(2, 1fr)}}.product-installation__grid-item{padding:20px;background-color:#faf9f7;display:grid;grid-template-columns:48px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;border-radius:5px;font-size:14px;line-height:18px}@media only screen and (min-width: 1200.2px){.product-installation__grid-item{grid-template-columns:64px 1fr;font-size:16px;line-height:20px}}.product-installation__grid-item:before{content:"";aspect-ratio:1;background-position:center;background-size:contain;background-repeat:no-repeat}.product-installation__grid-item.time::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path fill="%233242D1" stroke="transparent" stroke-width="0" style="" d="M56.6665 32.001C56.6665 18.3857 45.6158 7.33416 32.0005 7.33398C18.3851 7.33398 7.3335 18.3855 7.3335 32.001C7.33367 45.6163 18.3852 56.667 32.0005 56.667C45.6157 56.6668 56.6663 45.6161 56.6665 32.001ZM60.6665 32.001C60.6663 47.8253 47.8248 60.6668 32.0005 60.667C16.176 60.667 3.33367 47.8254 3.3335 32.001C3.3335 16.1764 16.1759 3.33398 32.0005 3.33398C47.8249 3.33416 60.6665 16.1765 60.6665 32.001Z M29.0133 30.9609V20.0273C29.0133 18.9228 29.9088 18.0273 31.0133 18.0273C32.1179 18.0273 33.0133 18.9228 33.0133 20.0273V30.9609C33.0134 31.3704 33.1697 31.9638 33.5172 32.5732C33.8215 33.1067 34.1895 33.5074 34.5114 33.7383L34.6461 33.8271L34.652 33.8301L42.9186 38.7637C43.8668 39.3298 44.1769 40.5575 43.611 41.5059C43.045 42.4542 41.8172 42.764 40.8688 42.1982L32.6022 37.2646V37.2637C31.515 36.6177 30.6406 35.6032 30.0426 34.5547C29.4437 33.5044 29.0134 32.2314 29.0133 30.9609Z"  /></svg>')}.product-installation__grid-item.price::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="68" viewBox="0 0 68 68"><path fill="%233242D1" stroke="transparent" stroke-width="0" style="" d="M58.333 33.667C58.333 20.0517 47.2823 9.00018 33.667 9C20.0516 9 9 20.0516 9 33.667C9.00018 47.2823 20.0517 58.333 33.667 58.333C47.2822 58.3328 58.3328 47.2822 58.333 33.667ZM62.333 33.667C62.3328 49.4913 49.4913 62.3328 33.667 62.333C17.8425 62.333 5.00018 49.4914 5 33.667C5 17.8424 17.8424 5 33.667 5C49.4914 5.00018 62.333 17.8425 62.333 33.667Z M45.2176 26.3893C45.2176 22.8665 42.3615 20.0106 38.8386 20.0104H30.5328V33.6435H38.8366C42.36 33.6435 45.2174 30.7869 45.2176 27.2646V26.3893ZM49.4702 27.2646C49.47 33.1366 44.7075 37.8961 38.8366 37.8961H30.5328V41.0077H36.8224C37.9967 41.0077 38.9487 41.9597 38.9487 43.134C38.9487 44.3083 37.9967 45.2603 36.8224 45.2603H30.5328V50.4982C30.5328 51.6724 29.5806 52.6243 28.4065 52.6245C27.2321 52.6245 26.2801 51.6725 26.2801 50.4982V45.2603H19.9895C18.8152 45.2603 17.8632 44.3083 17.8632 43.134C17.8632 41.9597 18.8152 41.0077 19.9895 41.0077H26.2801V37.8961H19.9895C18.8153 37.8961 17.8634 36.944 17.8632 35.7698C17.8632 34.5955 18.8152 33.6435 19.9895 33.6435H26.2801V18.9473C26.2801 17.1858 27.7081 15.7578 29.4696 15.7578H38.8386C44.7101 15.758 49.4702 20.5178 49.4702 26.3893V27.2646Z"  /></svg>')}.product-installation__grid-item p{margin:0}.product-installation__list{display:grid;grid-template-columns:100%;gap:60px;margin-top:20px;counter-reset:item}@media only screen and (min-width: 768.2px){.product-installation__list{grid-template-columns:repeat(3, 1fr);gap:70px}}.product-installation__item{--arrowsSize: 50px;color:#faf9f7;position:relative;counter-increment:item;display:grid;row-gap:20px;text-align:center;justify-items:center;z-index:1;font-size:14px;line-height:20px;-webkit-filter:url("#goo");filter:url("#goo")}@media only screen and (min-width: 768.2px){.product-installation__item{justify-items:start;text-align:left}}@media only screen and (min-width: 1200.2px){.product-installation__item{font-size:16px;line-height:20px}}.product-installation__item::before{content:counter(item, decimal-leading-zero);font-size:40px;line-height:110%}.product-installation__item:after{position:absolute;z-index:-1;content:"";pointer-events:none;background:var(--itemBg)}.product-installation__item:first-child{padding:30px 20px 0 20px}@media only screen and (min-width: 768.2px){.product-installation__item:first-child{padding:40px 0 32px 20px}}@media only screen and (min-width: 1200.2px){.product-installation__item:first-child{padding:40px 20px 32px 40px}}.product-installation__item:first-child::after{inset:0 0 calc(var(--arrowsSize)*-1) 0;clip-path:polygon(0 0, 100% 0, 100% calc(100% - var(--arrowsSize)), 50% 100%, 0 calc(100% - var(--arrowsSize)))}@media only screen and (min-width: 768.2px){.product-installation__item:first-child::after{inset:0 calc(var(--arrowsSize)*-1) 0 0;clip-path:polygon(0 0, calc(100% - var(--arrowsSize)) 0, 100% 50%, calc(100% - var(--arrowsSize)) 100%, 0 100%)}}.product-installation__item+.product-installation__item{padding:20px 20px 0 20px}@media only screen and (min-width: 768.2px){.product-installation__item+.product-installation__item{padding:40px 10px 32px}}@media only screen and (min-width: 768.2px){.product-installation__item+.product-installation__item{padding:40px 20px 32px}}.product-installation__item+.product-installation__item:not(:last-child)::after{inset:calc(var(--arrowsSize)*-1) 0;clip-path:polygon(0 0, 50% var(--arrowsSize), 100% 0, 100% calc(100% - var(--arrowsSize)), 50% 100%, 0 calc(100% - var(--arrowsSize)))}@media only screen and (min-width: 768.2px){.product-installation__item+.product-installation__item:not(:last-child)::after{inset:0 calc(var(--arrowsSize)*-1);clip-path:polygon(0 0, calc(100% - var(--arrowsSize)) 0, 100% 50%, calc(100% - var(--arrowsSize)) 100%, 0 100%, var(--arrowsSize) 50%)}}.product-installation__item:last-child{padding:20px}@media only screen and (min-width: 768.2px){.product-installation__item:last-child{padding:40px 20px 32px 10px}}@media only screen and (min-width: 1200.2px){.product-installation__item:last-child{padding:40px 40px 32px 20px}}.product-installation__item:last-child::after{inset:calc(var(--arrowsSize)*-1) 0 0;clip-path:polygon(0 0, 50% var(--arrowsSize), 100% 0, 100% 100%, 0 100%)}@media only screen and (min-width: 768.2px){.product-installation__item:last-child::after{inset:0 0 0 calc(var(--arrowsSize)*-1);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, var(--arrowsSize) 50%)}}.product-installation__item:nth-child(odd){--itemBg: #3242D1}.product-installation__item:nth-child(even){--itemBg: #F45E43}.product-items-list{margin-bottom:40px}@media only screen and (max-width: 576px){.product-items-list__btn{width:100%}}.product-page>.product__block{margin-top:80px;margin-bottom:80px}@media only screen and (min-width: 1200.2px){.product-page>.product__block{margin-top:160px;margin-bottom:160px}}.product-page>.product__block .page-block__title{margin-bottom:40px}.article{padding-bottom:60px}@media only screen and (min-width: 992.2px){.article{padding-bottom:120px}}.article-list{display:grid;grid-template-columns:100%;gap:20px}@media only screen and (min-width: 576.2px){.article-list{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 768.2px){.article-list{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 1200.2px){.article-list{grid-template-columns:repeat(4, 1fr);gap:40px}}.article-list__item{display:grid;grid-template-rows:auto 1fr auto;text-decoration:none;border-radius:5px;padding:20px;background-color:#faf9f7;gap:20px;-webkit-transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;color:#4e4d4a !important}@media only screen and (min-width: 768.2px){.article-list__item{min-height:320px}}@media only screen and (min-width: 1200.2px){.article-list__item{padding:40px;min-height:360px}}.article-list__item .item__tag{text-transform:uppercase;background-color:rgba(23,33,120,.1);border-radius:20px;padding:4px 12px;font:600 11px/16px "Raleway";color:#172178;justify-self:start}.article-list__item .item__title{font-size:16px;line-height:110%;color:#32322f;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}@media only screen and (min-width: 768.2px){.article-list__item .item__title{font-size:20px}}.article-list__item:hover{-webkit-box-shadow:inset 0 0 0 1px rgba(152,151,150,.25);box-shadow:inset 0 0 0 1px rgba(152,151,150,.25)}.article-list__item:hover .item__title{color:#172178}.article-main-banner{--borderColor: rgba(152, 151, 150, 0.25);margin-left:calc(var(--containerPadding)*-1);width:100vw;background-color:#faf9f7}@media only screen and (min-width: 576.2px){.article-main-banner{margin-left:0;width:100%;border-radius:10px}}.article-main-banner__img{display:block}@media only screen and (min-width: 576.2px){.article-main-banner__img{border-radius:10px;overflow:hidden}}@media only screen and (min-width: 992.2px){.article-main-banner__img{height:380px}}@media only screen and (min-width: 992.2px)and (min-width: 992px){.article-main-banner__img{height:calc(0.1785714286*100vw + 202.8571428571px)}}@media only screen and (min-width: 992.2px)and (min-width: 1440px){.article-main-banner__img{height:460px}}@media only screen and (max-width: 992px){.article-main-banner__img{height:240px}}@media only screen and (max-width: 992px)and (min-width: 360px){.article-main-banner__img{height:calc(0.2215189873*100vw + 160.253164557px)}}@media only screen and (max-width: 992px)and (min-width: 992px){.article-main-banner__img{height:380px}}.article-main-banner__content{padding:20px;display:grid;row-gap:16px}@media only screen and (min-width: 576.2px){.article-main-banner__content{row-gap:20px}}.article-main-banner__head{display:grid;grid-template-columns:100%}@media only screen and (min-width: 576.2px){.article-main-banner__head{grid-template-columns:repeat(2, auto);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width: 992.2px){.article-main-banner__head{font-size:16px;line-height:22px}}.article-main-banner__firm{text-transform:uppercase}.article-main-banner__text{color:#4e4d4a}@media only screen and (max-width: 576px){.article-main-banner__text{padding-top:16px;margin-top:16px;border-top:solid 1px var(--borderColor)}}.article-main-banner__footer{padding-top:16px;border-top:solid 1px var(--borderColor)}@media only screen and (min-width: 576.2px){.article-main-banner__footer{padding-top:20px;display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;grid-template-columns:1fr auto;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.article-main-banner__tags{--tagGap: 4px;--TagBg: rgba(152, 151, 150, 0.1);--tagColor: #4E4D4A}@media only screen and (max-width: 576px){.article-main-banner__tags{display:none}}.article-main-banner__position{--color: #4E4D4A;padding-top:var(--contentGap);-ms-flex-item-align:end;align-self:end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;color:var(--color)}@media only screen and (min-width: 1200.2px){.article-main-banner__position{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}.article-main-banner__position::before{content:"";aspect-ratio:1;background-color:var(--color);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1200.2px){.article-main-banner__position::before{width:24px}}.article .arrow-block{margin-top:40px}.article-content{margin-top:40px;padding-top:40px;border-top:solid 1px rgba(78,77,74,.25);color:#4e4d4a}@media only screen and (min-width: 992.2px){.article-content{--paddingLR: calc((100% - 660px) / 2);padding-left:var(--paddingLR);padding-right:var(--paddingLR);font-size:16px;line-height:22px}}.article-content h2{margin:0px 0px 20px;font:500 20px/110% "Raleway";color:#172178}@media only screen and (min-width: 992.2px){.article-content h2{font-size:24px}}.article-content hr{margin:40px 0;border:0;border-top:solid 1px rgba(78,77,74,.25)}.article-content figure{background-color:#faf9f7;padding:20px 20px 20px 8px;border-radius:6px;margin:40px 0}.article-content blockquote{padding-left:46px;position:relative;margin:0;font-size:14px}.article-content blockquote::before{content:"";aspect-ratio:1;background-color:#cccac4;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M6.56821 6C6.57883 6 6.58946 6.00001 6.6001 6.00001H8.4001C8.41074 6.00001 8.42138 6 8.43201 6C8.68437 5.99997 8.93013 5.99994 9.13825 6.01695C9.36687 6.03564 9.63651 6.07972 9.90788 6.21799C10.2838 6.40953 10.5902 6.7153 10.7821 7.09204C10.9205 7.36356 10.9645 7.63338 10.9831 7.86192C11.0001 8.06972 11 8.31512 11 8.56704C11 8.57801 11 8.58899 11 8.59998L11 14C11 16.2091 9.20914 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C8.10457 16 9 15.1046 9 14L9 13L6.6001 13C6.58951 13 6.57893 13 6.56836 13C6.3159 13 6.07001 13.0001 5.86176 12.9831C5.63319 12.9644 5.36337 12.9203 5.09191 12.782C4.71543 12.5902 4.40965 12.2842 4.21798 11.908C4.07968 11.6366 4.03562 11.3668 4.01694 11.1382C3.99994 10.9301 3.99996 10.6843 3.99999 10.4319C4 10.4213 4 10.4106 4 10.4V8.59998C4 8.58934 4 8.5787 3.99999 8.56808C3.99996 8.3157 3.99994 8.06992 4.01694 7.86176C4.03562 7.63317 4.07969 7.36345 4.21798 7.09203L5.10899 7.54603M4.21798 7.09203C4.4096 6.71597 4.71532 6.40987 5.09191 6.21799C5.36339 6.07966 5.63322 6.03562 5.86179 6.01695C6.06998 5.99994 6.31581 5.99997 6.56821 6M9 11V8.59998C9 8.30335 8.99925 8.14112 8.98974 8.02448C8.98936 8.0199 8.98898 8.01556 8.98861 8.01146C8.98443 8.01107 8.98001 8.01069 8.97534 8.01031C8.85882 8.00078 8.69663 8.00001 8.4001 8.00001H6.6001C6.30358 8.00001 6.14125 8.00078 6.0246 8.01031C6.01997 8.01069 6.01559 8.01107 6.01145 8.01145C6.01106 8.0156 6.01068 8.01999 6.0103 8.02464C6.00078 8.14121 6 8.30345 6 8.59998V10.4C6 10.6965 6.00078 10.8588 6.0103 10.9754C6.01068 10.98 6.01106 10.9844 6.01145 10.9885C6.01559 10.9889 6.01998 10.9893 6.02462 10.9897C6.14127 10.9992 6.30359 11 6.6001 11L9 11ZM15.5682 6H17.432C17.6844 5.99997 17.9301 5.99994 18.1383 6.01695C18.3669 6.03564 18.6365 6.07972 18.9079 6.21799C19.2838 6.40953 19.5902 6.7153 19.7821 7.09204C19.9205 7.36356 19.9645 7.63338 19.9831 7.86192C20.0001 8.06972 20 8.31512 20 8.56704L20 14C20 16.2091 18.2091 18 16 18C15.4477 18 15 17.5523 15 17C15 16.4477 15.4477 16 16 16C17.1046 16 18 15.1046 18 14V13L15.5684 13C15.3159 13 15.07 13.0001 14.8618 12.9831C14.6332 12.9644 14.3634 12.9203 14.0919 12.782C13.7154 12.5902 13.4097 12.2842 13.218 11.908C13.0797 11.6366 13.0356 11.3668 13.0169 11.1382C12.9999 10.9301 13 10.6843 13 10.4319C13 10.4213 13 10.4106 13 10.4V8.59998C13 8.58934 13 8.57871 13 8.56808C13 8.3157 12.9999 8.06992 13.0169 7.86176C13.0356 7.63317 13.0797 7.36345 13.218 7.09203C13.4096 6.71597 13.7153 6.40987 14.0919 6.21799C14.3634 6.07966 14.6332 6.03562 14.8618 6.01695C15.07 5.99994 15.3158 5.99997 15.5682 6ZM18 11V8.59998C18 8.30335 17.9992 8.14112 17.9897 8.02448C17.9894 8.0199 17.989 8.01556 17.9886 8.01146C17.9844 8.01107 17.98 8.01069 17.9753 8.01031C17.8588 8.00078 17.6966 8.00001 17.4001 8.00001H15.6001C15.3036 8.00001 15.1413 8.00078 15.0246 8.01031C15.02 8.01069 15.0156 8.01107 15.0114 8.01145C15.0111 8.0156 15.0107 8.01999 15.0103 8.02464C15.0008 8.14121 15 8.30345 15 8.59998V10.4C15 10.6965 15.0008 10.8588 15.0103 10.9754C15.0107 10.98 15.0111 10.9844 15.0114 10.9885C15.0156 10.9889 15.02 10.9893 15.0246 10.9897C15.1413 10.9992 15.3036 11 15.6001 11L18 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M6.56821 6C6.57883 6 6.58946 6.00001 6.6001 6.00001H8.4001C8.41074 6.00001 8.42138 6 8.43201 6C8.68437 5.99997 8.93013 5.99994 9.13825 6.01695C9.36687 6.03564 9.63651 6.07972 9.90788 6.21799C10.2838 6.40953 10.5902 6.7153 10.7821 7.09204C10.9205 7.36356 10.9645 7.63338 10.9831 7.86192C11.0001 8.06972 11 8.31512 11 8.56704C11 8.57801 11 8.58899 11 8.59998L11 14C11 16.2091 9.20914 18 7 18C6.44771 18 6 17.5523 6 17C6 16.4477 6.44771 16 7 16C8.10457 16 9 15.1046 9 14L9 13L6.6001 13C6.58951 13 6.57893 13 6.56836 13C6.3159 13 6.07001 13.0001 5.86176 12.9831C5.63319 12.9644 5.36337 12.9203 5.09191 12.782C4.71543 12.5902 4.40965 12.2842 4.21798 11.908C4.07968 11.6366 4.03562 11.3668 4.01694 11.1382C3.99994 10.9301 3.99996 10.6843 3.99999 10.4319C4 10.4213 4 10.4106 4 10.4V8.59998C4 8.58934 4 8.5787 3.99999 8.56808C3.99996 8.3157 3.99994 8.06992 4.01694 7.86176C4.03562 7.63317 4.07969 7.36345 4.21798 7.09203L5.10899 7.54603M4.21798 7.09203C4.4096 6.71597 4.71532 6.40987 5.09191 6.21799C5.36339 6.07966 5.63322 6.03562 5.86179 6.01695C6.06998 5.99994 6.31581 5.99997 6.56821 6M9 11V8.59998C9 8.30335 8.99925 8.14112 8.98974 8.02448C8.98936 8.0199 8.98898 8.01556 8.98861 8.01146C8.98443 8.01107 8.98001 8.01069 8.97534 8.01031C8.85882 8.00078 8.69663 8.00001 8.4001 8.00001H6.6001C6.30358 8.00001 6.14125 8.00078 6.0246 8.01031C6.01997 8.01069 6.01559 8.01107 6.01145 8.01145C6.01106 8.0156 6.01068 8.01999 6.0103 8.02464C6.00078 8.14121 6 8.30345 6 8.59998V10.4C6 10.6965 6.00078 10.8588 6.0103 10.9754C6.01068 10.98 6.01106 10.9844 6.01145 10.9885C6.01559 10.9889 6.01998 10.9893 6.02462 10.9897C6.14127 10.9992 6.30359 11 6.6001 11L9 11ZM15.5682 6H17.432C17.6844 5.99997 17.9301 5.99994 18.1383 6.01695C18.3669 6.03564 18.6365 6.07972 18.9079 6.21799C19.2838 6.40953 19.5902 6.7153 19.7821 7.09204C19.9205 7.36356 19.9645 7.63338 19.9831 7.86192C20.0001 8.06972 20 8.31512 20 8.56704L20 14C20 16.2091 18.2091 18 16 18C15.4477 18 15 17.5523 15 17C15 16.4477 15.4477 16 16 16C17.1046 16 18 15.1046 18 14V13L15.5684 13C15.3159 13 15.07 13.0001 14.8618 12.9831C14.6332 12.9644 14.3634 12.9203 14.0919 12.782C13.7154 12.5902 13.4097 12.2842 13.218 11.908C13.0797 11.6366 13.0356 11.3668 13.0169 11.1382C12.9999 10.9301 13 10.6843 13 10.4319C13 10.4213 13 10.4106 13 10.4V8.59998C13 8.58934 13 8.57871 13 8.56808C13 8.3157 12.9999 8.06992 13.0169 7.86176C13.0356 7.63317 13.0797 7.36345 13.218 7.09203C13.4096 6.71597 13.7153 6.40987 14.0919 6.21799C14.3634 6.07966 14.6332 6.03562 14.8618 6.01695C15.07 5.99994 15.3158 5.99997 15.5682 6ZM18 11V8.59998C18 8.30335 17.9992 8.14112 17.9897 8.02448C17.9894 8.0199 17.989 8.01556 17.9886 8.01146C17.9844 8.01107 17.98 8.01069 17.9753 8.01031C17.8588 8.00078 17.6966 8.00001 17.4001 8.00001H15.6001C15.3036 8.00001 15.1413 8.00078 15.0246 8.01031C15.02 8.01069 15.0156 8.01107 15.0114 8.01145C15.0111 8.0156 15.0107 8.01999 15.0103 8.02464C15.0008 8.14121 15 8.30345 15 8.59998V10.4C15 10.6965 15.0008 10.8588 15.0103 10.9754C15.0107 10.98 15.0111 10.9844 15.0114 10.9885C15.0156 10.9889 15.02 10.9893 15.0246 10.9897C15.1413 10.9992 15.3036 11 15.6001 11L18 11Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:24px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.article-content blockquote::before{position:absolute;inset:0 auto auto 4px}.article-content blockquote+figcaption{margin-top:12px}.article-content figcaption{font-size:12px;color:#989796;text-align:right}.article-icon-text{display:grid;grid-template-columns:100%;gap:4px}@media only screen and (min-width: 768.2px){.article-icon-text{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 992.2px){.article-icon-text{grid-template-columns:100%}}.article-icon-text .item{border-radius:5px;padding:16px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:24px 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;background-color:#faf9f7}@media only screen and (min-width: 992.2px){.article-icon-text .item{padding:20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:48px 1fr}}.article-icon-text .item__content{margin:0;color:#4e4d4a}.article-slider,.article-slider__item{border-radius:5px}.article-slider__item{overflow:hidden}.article-slider,.article-slider--2{margin-top:20px}.article-slider--2 .article-slider__item{width:96px;position:relative;cursor:pointer}.article-slider--2 .article-slider__item::after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;border-radius:5px;-webkit-transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s}.article-slider--2 .article-slider__item.swiper-slide-thumb-active::after,.article-slider--2 .article-slider__item:hover::after{-webkit-box-shadow:inset 0 0 0 2px #f45e43;box-shadow:inset 0 0 0 2px #f45e43}.article-image-text{display:grid;grid-template-columns:100%;gap:40px}@media only screen and (min-width: 576.2px){.article-image-text{grid-template-columns:160px 1fr}}@media only screen and (min-width: 992.2px){.article-image-text{grid-template-columns:100%;row-gap:20px}}.article-image-text__content{margin:0}.article-image-text__content .btn--1{--btnBg: #172178;--btnColor: #fff;--btnBgHover: rgba(23, 33, 120, 0.3);-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}.article-image-text__content .btn--1::after{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8 7C8 6.44772 8.44772 6 9 6H17C17.5523 6 18 6.44772 18 7V15C18 15.5523 17.5523 16 17 16C16.4477 16 16 15.5523 16 15V9.41421L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L14.5858 8H9C8.44772 8 8 7.55228 8 7Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M8 7C8 6.44772 8.44772 6 9 6H17C17.5523 6 18 6.44772 18 7V15C18 15.5523 17.5523 16 17 16C16.4477 16 16 15.5523 16 15V9.41421L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L14.5858 8H9C8.44772 8 8 7.55228 8 7Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.article-product-item{display:grid;grid-template-columns:100%;gap:12px 20px;text-decoration:none;color:#4e4d4a}@media only screen and (min-width: 576.2px){.article-product-item{grid-template-columns:200px 1fr}}.article-product-item+.article-product-item{margin-top:8px}.article-product-item .item__title{font:500 20px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";color:#172178;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s}@media only screen and (max-width: 576px){.article-product-item .item__title{padding-top:12px}}.article-product-item .item__img{display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;background-color:#faf9f7;border-radius:10px;overflow:hidden;aspect-ratio:1}@media only screen and (min-width: 576.2px){.article-product-item .item__img{grid-area:1/1/3/2}}@media only screen and (max-width: 576px){.article-product-item .item__img{width:128px}}.article-product-item .item__content{display:grid;grid-template-columns:100%;row-gap:12px}@media only screen and (min-width: 576.2px){.article-product-item .item__content{row-gap:16px}}.article-product-item .item__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:12px}.article-product-item .item__list{display:grid;row-gap:4px;color:#989796;font-size:12px}.article-product-item .item__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.article-product-item .item__list-val{color:#4e4d4a}html:not(.mobile) .article-product-item:hover{color:#4e4d4a}html:not(.mobile) .article-product-item:hover .item__title{color:#f45e43}.article-navigation{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media only screen and (min-width: 768.2px){.article-navigation{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.article-navigation .btn{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}@media only screen and (min-width: 992.2px){.article-navigation .btn{-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}}.article-navigation .btn.navigation__prev::after{content:"";aspect-ratio:1;background-color:var(--color);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.article-navigation .btn.navigation__prev::after{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.article-navigation .btn.navigation__next::after{content:"";aspect-ratio:1;background-color:var(--color);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}html:not(.mobile) .article-navigation .btn:hover:after{background-color:var(--colorHover)}@media only screen and (max-width: 576px){.article-navigation .navigation__text{display:none}}.cart{color:#32322f}.cart .page-block--2+.page-block--2{--paddingTop: 40px}.cart__title{font:700 16px/20px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";margin:0}@media only screen and (min-width: 1200.2px){.cart__title{font-size:20px;line-height:24px}}.page-block .cart__title{padding-bottom:24px}@media only screen and (min-width: 768.2px){.page-block .cart__title{padding-bottom:40px}}.form__grid .cart__title{padding-bottom:4px}@media only screen and (min-width: 768.2px){.form__grid .cart__title{padding-bottom:20px}}.cart__text{margin:10px 0 0;font-size:16px;line-height:22px}@media only screen and (min-width: 1200.2px){.cart__text{margin-top:20px}}.cart__btns{display:grid;grid-template-columns:100%;gap:8px 20px;margin-top:20px}@media only screen and (min-width: 576.2px){.cart__btns{grid-template-columns:repeat(2, auto);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.cart__btns .btn--2{--btnBg: #172178;--hoverBtnBg: #080C2B}.cart__head{display:grid;grid-template-columns:repeat(2, auto);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart__remove-check-btn{color:#172178;text-decoration:underline;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}@media only screen and (max-width: 992px){.cart__remove-check-btn{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;font-size:0}}.cart__remove-check-btn::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.cart__remove-check-btn:hover{text-decoration:none}.cart__list{padding-top:20px}.cart__item{--countsElWidth: 40px;--countsIconSize: 20px;padding:12px 0 16px;border-top:solid 1px #e3e3e3;display:grid;grid-template-columns:24px 1fr 24px;gap:14px 8px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media only screen and (min-width: 576.2px){.cart__item{grid-template-columns:24px 1fr 160px 24px}}@media only screen and (min-width: 768.2px){.cart__item{grid-template-columns:24px 64px 1fr 160px 24px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 992.2px){.cart__item{padding:20px 0}}.cart__item .item__img{background-color:#faf9f7;border-radius:5px;overflow:hidden;aspect-ratio:1}@media only screen and (max-width: 768px){.cart__item .item__img{display:none}}.cart__item .item__data{display:grid;grid-template-columns:repeat(3, auto);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:8px 20px}.cart__item .item__title{grid-column:1/-1;text-decoration:none;font-size:16px;line-height:20px}.cart__item .item__article{text-decoration:underline;color:#f45e43;text-transform:uppercase;font-weight:600;font-size:14px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;cursor:pointer;margin:0}.cart__item .item__article::after{content:"";aspect-ratio:1;background-color:#f45e43;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1617 2H17.8388C18.3659 1.99998 18.8206 1.99997 19.1951 2.03057C19.5904 2.06288 19.9835 2.13422 20.3618 2.32698C20.9259 2.61439 21.3854 3.07316 21.6732 3.63805C21.866 4.01643 21.9373 4.40965 21.9696 4.805C22.0002 5.17957 22.0002 5.63432 22.0002 6.16146V11.8386C22.0002 12.3658 22.0002 12.8205 21.9696 13.1951C21.9373 13.5904 21.866 13.9836 21.6732 14.362C21.3854 14.927 20.9258 15.3856 20.3618 15.673C19.9834 15.8658 19.5903 15.9371 19.195 15.9694C18.8203 16 18.3655 16 17.8382 16H16.0002V17.8386C16.0002 18.3657 16.0002 18.8205 15.9696 19.1951C15.9373 19.5904 15.866 19.9836 15.6732 20.362C15.3854 20.927 14.9257 21.3856 14.3618 21.673C13.9835 21.8657 13.5904 21.9371 13.1951 21.9694C12.8205 22 12.3657 22 11.8384 22H6.16209C5.63473 22 5.17973 22 4.80496 21.9694C4.40959 21.9371 4.01623 21.8658 3.63781 21.673C3.07317 21.3853 2.61453 20.9264 2.32698 20.362C2.13419 19.9836 2.06287 19.5904 2.03057 19.1951C1.99997 18.8205 1.99998 18.3658 2 17.8386V12.1615C1.99998 11.6344 1.99997 11.1796 2.03057 10.805C2.06287 10.4097 2.13418 10.0164 2.32698 9.63805C2.61447 9.07382 3.07306 8.61473 3.63781 8.32698C4.01625 8.13416 4.40962 8.06286 4.80499 8.03057C5.17965 7.99997 5.6345 7.99998 6.16167 8L8 8L8 6.16153C7.99998 5.63438 7.99997 5.17961 8.03057 4.80502C8.06287 4.40968 8.13418 4.01644 8.32698 3.63805C8.61447 3.07382 9.07306 2.61473 9.63781 2.32698C10.0162 2.13416 10.4096 2.06286 10.805 2.03057C11.1796 1.99997 11.6345 1.99998 12.1617 2ZM8.98784 10C8.99189 10 8.99594 10.0001 9 10.0001C9.00406 10.0001 9.00812 10 9.01217 10H11.8002C12.3768 10 12.7489 10.0008 13.0321 10.0239C13.3036 10.0461 13.4043 10.0838 13.4538 10.109C13.6424 10.2051 13.7956 10.3583 13.8912 10.546C13.9164 10.5955 13.9541 10.6962 13.9763 10.9679C13.9994 11.2512 14.0002 11.6235 14.0002 12.2V14.9791C14.0001 14.9861 14 14.993 14 15C14 15.007 14.0001 15.0139 14.0002 15.0209V17.8001C14.0002 18.3766 13.9994 18.7489 13.9763 19.0322C13.9541 19.3039 13.9164 19.4046 13.8912 19.454C13.7956 19.6417 13.6425 19.7948 13.4538 19.891C13.4043 19.9162 13.3036 19.9539 13.0321 19.9761C12.7489 19.9992 12.3767 20 11.8002 20H6.2002C5.62367 20 5.25127 19.9992 4.96782 19.9761C4.69598 19.9538 4.59519 19.9161 4.54579 19.891C4.35778 19.7952 4.20495 19.6424 4.109 19.454C4.0838 19.4046 4.04612 19.3039 4.02393 19.0322C4.00078 18.7489 4 18.3766 4 17.8001V12.2001C4 11.6235 4.00078 11.2512 4.02393 10.9679C4.04613 10.6962 4.08381 10.5955 4.109 10.546C4.205 10.3576 4.35789 10.2047 4.54579 10.109C4.59517 10.0838 4.69595 10.0461 4.9678 10.0239C5.25126 10.0008 5.62365 10 6.2002 10H8.98784ZM16.0002 14V12.1615C16.0002 11.6343 16.0002 11.1796 15.9696 10.805C15.9373 10.4097 15.866 10.0164 15.6732 9.63805C15.3854 9.07316 14.9259 8.61439 14.3618 8.32698C13.9835 8.13422 13.5904 8.06288 13.1951 8.03057C12.8206 7.99997 12.3659 7.99998 11.8388 8L10 8V6.20008C10 5.62352 10.0008 5.25123 10.0239 4.96788C10.0461 4.6962 10.0838 4.59547 10.109 4.54603C10.205 4.35761 10.3579 4.20474 10.5458 4.109C10.5952 4.08383 10.6959 4.04614 10.9678 4.02393C11.2513 4.00078 11.6237 4 12.2002 4H17.8002C18.3768 4 18.7489 4.00078 19.0321 4.02393C19.3036 4.04612 19.4043 4.08377 19.4538 4.109C19.6424 4.20508 19.7956 4.35828 19.8912 4.54603C19.9164 4.59548 19.9541 4.6962 19.9763 4.96786C19.9994 5.2512 20.0002 5.62347 20.0002 6.20002V11.8001C20.0002 12.3766 19.9994 12.7489 19.9763 13.0322C19.9541 13.3039 19.9164 13.4046 19.8912 13.454C19.7956 13.6417 19.6425 13.7948 19.4538 13.891C19.4043 13.9162 19.3036 13.9539 19.032 13.9761C18.7488 13.9992 18.3765 14 17.8 14H16.0002Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12.1617 2H17.8388C18.3659 1.99998 18.8206 1.99997 19.1951 2.03057C19.5904 2.06288 19.9835 2.13422 20.3618 2.32698C20.9259 2.61439 21.3854 3.07316 21.6732 3.63805C21.866 4.01643 21.9373 4.40965 21.9696 4.805C22.0002 5.17957 22.0002 5.63432 22.0002 6.16146V11.8386C22.0002 12.3658 22.0002 12.8205 21.9696 13.1951C21.9373 13.5904 21.866 13.9836 21.6732 14.362C21.3854 14.927 20.9258 15.3856 20.3618 15.673C19.9834 15.8658 19.5903 15.9371 19.195 15.9694C18.8203 16 18.3655 16 17.8382 16H16.0002V17.8386C16.0002 18.3657 16.0002 18.8205 15.9696 19.1951C15.9373 19.5904 15.866 19.9836 15.6732 20.362C15.3854 20.927 14.9257 21.3856 14.3618 21.673C13.9835 21.8657 13.5904 21.9371 13.1951 21.9694C12.8205 22 12.3657 22 11.8384 22H6.16209C5.63473 22 5.17973 22 4.80496 21.9694C4.40959 21.9371 4.01623 21.8658 3.63781 21.673C3.07317 21.3853 2.61453 20.9264 2.32698 20.362C2.13419 19.9836 2.06287 19.5904 2.03057 19.1951C1.99997 18.8205 1.99998 18.3658 2 17.8386V12.1615C1.99998 11.6344 1.99997 11.1796 2.03057 10.805C2.06287 10.4097 2.13418 10.0164 2.32698 9.63805C2.61447 9.07382 3.07306 8.61473 3.63781 8.32698C4.01625 8.13416 4.40962 8.06286 4.80499 8.03057C5.17965 7.99997 5.6345 7.99998 6.16167 8L8 8L8 6.16153C7.99998 5.63438 7.99997 5.17961 8.03057 4.80502C8.06287 4.40968 8.13418 4.01644 8.32698 3.63805C8.61447 3.07382 9.07306 2.61473 9.63781 2.32698C10.0162 2.13416 10.4096 2.06286 10.805 2.03057C11.1796 1.99997 11.6345 1.99998 12.1617 2ZM8.98784 10C8.99189 10 8.99594 10.0001 9 10.0001C9.00406 10.0001 9.00812 10 9.01217 10H11.8002C12.3768 10 12.7489 10.0008 13.0321 10.0239C13.3036 10.0461 13.4043 10.0838 13.4538 10.109C13.6424 10.2051 13.7956 10.3583 13.8912 10.546C13.9164 10.5955 13.9541 10.6962 13.9763 10.9679C13.9994 11.2512 14.0002 11.6235 14.0002 12.2V14.9791C14.0001 14.9861 14 14.993 14 15C14 15.007 14.0001 15.0139 14.0002 15.0209V17.8001C14.0002 18.3766 13.9994 18.7489 13.9763 19.0322C13.9541 19.3039 13.9164 19.4046 13.8912 19.454C13.7956 19.6417 13.6425 19.7948 13.4538 19.891C13.4043 19.9162 13.3036 19.9539 13.0321 19.9761C12.7489 19.9992 12.3767 20 11.8002 20H6.2002C5.62367 20 5.25127 19.9992 4.96782 19.9761C4.69598 19.9538 4.59519 19.9161 4.54579 19.891C4.35778 19.7952 4.20495 19.6424 4.109 19.454C4.0838 19.4046 4.04612 19.3039 4.02393 19.0322C4.00078 18.7489 4 18.3766 4 17.8001V12.2001C4 11.6235 4.00078 11.2512 4.02393 10.9679C4.04613 10.6962 4.08381 10.5955 4.109 10.546C4.205 10.3576 4.35789 10.2047 4.54579 10.109C4.59517 10.0838 4.69595 10.0461 4.9678 10.0239C5.25126 10.0008 5.62365 10 6.2002 10H8.98784ZM16.0002 14V12.1615C16.0002 11.6343 16.0002 11.1796 15.9696 10.805C15.9373 10.4097 15.866 10.0164 15.6732 9.63805C15.3854 9.07316 14.9259 8.61439 14.3618 8.32698C13.9835 8.13422 13.5904 8.06288 13.1951 8.03057C12.8206 7.99997 12.3659 7.99998 11.8388 8L10 8V6.20008C10 5.62352 10.0008 5.25123 10.0239 4.96788C10.0461 4.6962 10.0838 4.59547 10.109 4.54603C10.205 4.35761 10.3579 4.20474 10.5458 4.109C10.5952 4.08383 10.6959 4.04614 10.9678 4.02393C11.2513 4.00078 11.6237 4 12.2002 4H17.8002C18.3768 4 18.7489 4.00078 19.0321 4.02393C19.3036 4.04612 19.4043 4.08377 19.4538 4.109C19.6424 4.20508 19.7956 4.35828 19.8912 4.54603C19.9164 4.59548 19.9541 4.6962 19.9763 4.96786C19.9994 5.2512 20.0002 5.62347 20.0002 6.20002V11.8001C20.0002 12.3766 19.9994 12.7489 19.9763 13.0322C19.9541 13.3039 19.9164 13.4046 19.8912 13.454C19.7956 13.6417 19.6425 13.7948 19.4538 13.891C19.4043 13.9162 19.3036 13.9539 19.032 13.9761C18.7488 13.9992 18.3765 14 17.8 14H16.0002Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1440.2px){.cart__item .item__article::after{width:20px}}.cart__item .item__article:hover{text-decoration:none}.cart__item .item__stok{color:#172178;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;text-transform:uppercase;font-weight:600;font-size:14px;line-height:20px;margin:0}.cart__item .item__stok span{border-radius:50%;aspect-ratio:1;width:5px;-webkit-box-shadow:inset 0 0 0 1px #172178;box-shadow:inset 0 0 0 1px #172178}.cart__item .item__stok span:first-child{margin-left:3px}.cart__item .item__stok span.full{background-color:#172178}.cart__item .item__count{-moz-appearance:textfield;text-align:center;background-color:rgba(0,0,0,0);color:#4e4d4a;font:500 12px/16px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";border:none;width:100%}.cart__item .item__count::-webkit-outer-spin-button,.cart__item .item__count::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart__item .item__count-wrap{display:grid;grid-template-columns:var(--countsElWidth) 1fr var(--countsElWidth);-webkit-box-shadow:inset 0 0 0 1px #e3e3e3;box-shadow:inset 0 0 0 1px #e3e3e3;border-radius:6px;background-color:#faf9f7;overflow:hidden}@media only screen and (max-width: 576px){.cart__item .item__count-wrap{grid-area:2/2/3/3;justify-self:start;width:160px}}.cart__item .item__count-minus,.cart__item .item__count-plus{aspect-ratio:1;border:none}.cart__item .item__count-minus,.cart__item .item__count-plus{background-color:rgba(152,151,150,.1);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.cart__item .item__count-minus::after,.cart__item .item__count-plus::after{-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}.cart__item .item__count-minus:hover,.cart__item .item__count-plus:hover{background-color:#080c2b}.cart__item .item__count-minus:hover::after,.cart__item .item__count-plus:hover::after{background-color:#faf9f7}.cart__item .item__count-minus::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.cart__item .item__count-plus::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:var(--countsIconSize);-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.cart__item .item__remove{background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;height:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}@media only screen and (min-width: 576.2px){.cart__item .item__remove{height:var(--countsElWidth)}}.cart__item .item__remove:hover{background-color:#f45e43}@media only screen and (max-width: 1200px){.cart .aside{display:block;position:fixed;z-index:10;inset:auto 0 0 0}}.cart__aside{padding:20px var(--containerPadding);background-color:#faf9f7;display:grid;row-gap:16px}@media only screen and (min-width: 1200.2px){.cart__aside{border-radius:8px;padding:20px}}.cart__aside-count{font-weight:700;margin:0;line-height:40px}@media only screen and (max-width: 1200px){.cart__aside-count{display:none}}.cart__aside-text{margin:0}.cart__aside-btn{--btnBg: #172178;--hoverBtnBg: #080C2B;min-height:40px}@media only screen and (max-width: 1200px){.cart__aside-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.cart__aside-btn span{color:rgba(250,249,247,.5);text-transform:none}@media only screen and (min-width: 1200.2px){.cart__aside-btn span{display:none}}.cart__aside.empty .cart__aside-text{color:#989796}.faq__block{counter-reset:faqItem}.faq__block+.faq__block{--paddingTop: 40px}.faq__title{font:500 20px/24px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";margin:0 0 20px}@media only screen and (min-width: 1200.2px){.faq__title{font-size:30px;line-height:32px}}.faq__item{background:#faf9f7;border:1px solid rgba(152,151,150,.25);border-radius:5px;padding:15px 16px;-webkit-transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:-webkit-box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s}@media only screen and (min-width: 1200.2px){.faq__item{padding:19px 20px}}.faq__item+.faq__item{margin-top:4px}@media only screen and (min-width: 1200.2px){.faq__item+.faq__item{margin-top:8px}}.faq__item.ver_accord_open{-webkit-box-shadow:0px 0px 2px rgba(145,158,171,.05),0px 8px 16px rgba(152,151,150,.1);box-shadow:0px 0px 2px rgba(145,158,171,.05),0px 8px 16px rgba(152,151,150,.1)}.faq__item.ver_accord_open .item__link{color:#172178}.faq__item.ver_accord_open .item__link::before{color:#faf9f7;background-color:#3242d1}.faq__item.ver_accord_open .item__link:after{-webkit-transform:rotate3d(1, 0, 0, 180deg);transform:rotate3d(1, 0, 0, 180deg)}.faq__item:hover .item__link{color:#172178}.faq__item .item__link{counter-increment:faqItem;margin:0;display:grid;grid-template-columns:20px 1fr 20px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;color:#32322f;cursor:pointer;font-size:16px;line-height:20px}.faq__item .item__link::after{content:"";aspect-ratio:1;background-color:#636362;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1200.2px){.faq__item .item__link{grid-template-columns:24px 1fr 24px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;font-size:20px;line-height:24px}}.faq__item .item__link::before{content:counter(faqItem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;aspect-ratio:1;color:#4e4d4a;background-color:#f0f0f0;-webkit-transition-property:color, background-color;transition-property:color, background-color;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;font-size:10px;font-weight:700}@media only screen and (min-width: 1200.2px){.faq__item .item__link::before{font-size:12px}}.faq__item .item__link::after{-webkit-transition:-webkit-transform 0.3s ease-in-out 0s;transition:-webkit-transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s}@media only screen and (min-width: 1200.2px){.faq__item .item__link::after{width:24px}}.faq__item .item__block{color:#4e4d4a;margin-top:12px}@media only screen and (min-width: 1200.2px){.faq__item .item__block{margin-top:20px}}.faq__item .item__block>*:first-child{margin-top:0}.faq__item .item__block>*:last-child{margin-bottom:0}.faq__item .item__block ul{padding-left:30px}.faq__item .item__block li+li{margin-top:.5em}.head-banner{position:relative;z-index:1;height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height))}@media only screen and (min-width: 576.2px){.head-banner{height:516px}}@media only screen and (min-width: 992.2px){.head-banner{height:800px}}main:has(.head-banner){position:relative;padding-top:var(--header-height)}main:has(.head-banner) .breadcrumbs,main:has(.head-banner) .page__head{position:absolute;z-index:2;color:#faf9f7}main:has(.head-banner) .breadcrumbs{inset:var(--mainPaddingTop) 0 auto 0}main:has(.head-banner) .breadcrumbs a,main:has(.head-banner) .breadcrumbs__list{color:#faf9f7}main:has(.head-banner) .page__head{inset:calc(var(--mainPaddingTop) + var(--breadcrumbsHeight)) 0 auto 0}main:has(.head-banner) .page__head .page__title{--color: #FAF9F7}main:has(.head-banner) .page__head .btn--icon{--btnBg: rgba(250, 249, 247, 0.1);--headBtnColor: #FAF9F7;--btnBgHover: #E6E6E6;--btnColorHover: #4E4D4A}.head-banner .banner__bg{position:absolute;inset:0;z-index:-1;pointer-events:none}.head-banner .banner__content{display:grid;grid-template-columns:100%;row-gap:40px;-ms-flex-line-pack:end;align-content:end;color:#faf9f7}@media only screen and (min-width: 576.2px){.head-banner .banner__content{grid-template-columns:475px;padding-top:188px;-ms-flex-line-pack:start;align-content:start}}@media only screen and (min-width: 992.2px){.head-banner .banner__content{padding-top:216px}}@media only screen and (max-width: 576px){.head-banner .banner__content{padding-bottom:100px;height:100%}}.head-banner .banner__title{margin:0;font:500 30px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 576.2px){.head-banner .banner__title{font-size:40px}}.head-banner .banner__text{margin:0;font-size:16px;line-height:22px}@media only screen and (min-width: 992.2px){.head-banner .banner__text{font-size:20px;line-height:28px}}.text-image__block{color:#c3c9fe;display:grid;grid-template-columns:100%;grid-template-rows:auto 240px;gap:40px 20px}@media only screen and (min-width: 768.2px){.text-image__block{grid-template-rows:auto 520px}}@media only screen and (min-width: 992.2px){.text-image__block{grid-template-rows:auto;grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 1200.2px){.text-image__block{grid-template-columns:555px 1fr}}.text-image__title{margin-top:0;--color: #FAF9F7}@media only screen and (max-width: 768px){.text-image__title{--fontSize: 30px}}.text-image__text{margin:20px 0 0;font-size:14px;line-height:20px}@media only screen and (min-width: 768.2px){.text-image__text{margin-top:40px;font-size:16px;line-height:22px}}@media only screen and (min-width: 992.2px){.text-image__text{font-size:20px;line-height:28px}}.text-image__img{border-radius:5px;overflow:hidden}.approach{color:#4e4d4a}.approach__title{margin-top:0;--color: #172178}@media only screen and (max-width: 768px){.approach__title{--fontSize: 30px}}.approach__text{margin:20px 0 0;font-size:14px;line-height:20px}@media only screen and (min-width: 768.2px){.approach__text{margin-top:40px;font-size:16px;line-height:22px}}@media only screen and (min-width: 1200.2px){.approach__text{font-size:20px;line-height:28px}}.approach__list{margin-top:60px;display:grid;grid-template-columns:100%;gap:20px}@media only screen and (min-width: 768.2px){.approach__list{grid-template-columns:repeat(3, 1fr)}}.approach__item{padding:20px;background-color:#faf9f7;border-radius:5px;display:grid;gap:20px;-ms-flex-line-pack:start;align-content:start}@media only screen and (min-width: 1200.2px){.approach__item{gap:34px;padding:40px}}.approach__item .item__title{margin:0;font:700 16px/110% "Raleway";color:#172178}@media only screen and (min-width: 768.2px){.approach__item .item__title{font-size:20px;height:var(--height)}}@media only screen and (min-width: 1200.2px){.approach__item .item__title{font-size:30px}}.approach__item .item__text{margin:0;font-size:14px;line-height:20px}@media only screen and (min-width: 768.2px){.approach__item .item__text{font-size:16px;line-height:22px}}.advantages{color:#faf9f7}.advantages__title{margin-top:0;--color: #FAF9F7}@media only screen and (max-width: 768px){.advantages__title{--fontSize: 30px}}.advantages__text{margin:20px 0 0;font-size:14px;line-height:20px}@media only screen and (min-width: 768.2px){.advantages__text{margin-top:40px;font-size:16px;line-height:22px}}@media only screen and (min-width: 1200.2px){.advantages__text{font-size:20px;line-height:28px;max-width:895px}}.advantages__list{margin-top:60px;display:grid;grid-template-columns:100%;gap:20px}@media only screen and (min-width: 768.2px){.advantages__list{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 1200.2px){.advantages__list{grid-template-columns:repeat(3, 1fr)}}.advantages__item{padding:20px;background-color:#3242d1;border-radius:5px;display:grid;row-gap:16px;justify-items:center;-ms-flex-line-pack:justify;align-content:space-between;min-height:132px}@media only screen and (min-width: 768.2px){.advantages__item{row-gap:24px;padding:40px}}@media only screen and (min-width: 1200.2px){.advantages__item{row-gap:34px}}.advantages__item .item__icon{height:32px;fill:#c3c9fe}@media only screen and (min-width: 768.2px){.advantages__item .item__icon{height:64px}}.advantages__item .item__text{margin:0;font-size:16px;line-height:22px;text-align:center}@media only screen and (min-width: 768.2px){.advantages__item .item__text{font-size:20px;line-height:110%}}.arrow-block{display:grid;grid-template-columns:100%;gap:60px}@media only screen and (min-width: 768.2px){.arrow-block{--textFontSize: 24px;grid-template-columns:var(--titleWrapWidth, 270px) 1fr;gap:70px}}@media only screen and (min-width: 992.2px){.arrow-block{--titleWrapWidth: 320px }}.arrow-block__title-wrap,.arrow-block__content{--arrowsSize: 50px;position:relative;text-align:center;display:grid;gap:20px;-webkit-filter:url("#goo");filter:url("#goo")}@media only screen and (min-width: 768.2px){.arrow-block__title-wrap,.arrow-block__content{text-align:left;-ms-flex-line-pack:center;align-content:center;min-height:180px}}.arrow-block__title-wrap:after,.arrow-block__content:after{position:absolute;z-index:-1;content:"";pointer-events:none;background:var(--itemBg)}.arrow-block__title{margin:0;font:500 var(--titleFontSize, 40px)/110% "Raleway"}.arrow-block__title-wrap{--itemBg: #3242D1;color:#fff;padding:30px 20px 0 20px}@media only screen and (min-width: 768.2px){.arrow-block__title-wrap{padding:45px 20px 45px 40px}}.arrow-block__title-wrap::after{inset:0 0 calc(var(--arrowsSize)*-1) 0;clip-path:polygon(0 0, 100% 0, 100% calc(100% - var(--arrowsSize)), 50% 100%, 0 calc(100% - var(--arrowsSize)))}@media only screen and (min-width: 768.2px){.arrow-block__title-wrap::after{inset:0 calc(var(--arrowsSize)*-1) 0 0;clip-path:polygon(0 0, calc(100% - var(--arrowsSize)) 0, 100% 50%, calc(100% - var(--arrowsSize)) 100%, 0 100%)}}.arrow-block__subtitle{margin:0}@media only screen and (min-width: 768.2px){.arrow-block__subtitle{font-size:16px}}.arrow-block__content{--itemBg: #fff;padding:20px 20px 40px;color:#32322f}@media only screen and (min-width: 768.2px){.arrow-block__content{padding:45px 40px 45px 20px}}.arrow-block__content::after{inset:calc(var(--arrowsSize)*-1) 0 0;clip-path:polygon(0 0, 50% var(--arrowsSize), 100% 0, 100% 100%, 0 100%)}@media only screen and (min-width: 768.2px){.arrow-block__content::after{inset:0 0 0 calc(var(--arrowsSize)*-1);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, var(--arrowsSize) 50%)}}.arrow-block__subtext{margin:0}@media only screen and (min-width: 768.2px){.arrow-block__subtext{font-size:16px}}.arrow-block__text{margin:0;font-size:var(--textFontSize, 20px);line-height:140%}.arrow-block--2{--titleFontSize: 20px;--textFontSize: 14px;--titleWrapWidth: 290px}@media only screen and (min-width: 992.2px){.arrow-block--2{--titleFontSize: 24px;--titleWrapWidth: 410px}}.arrow-block--2 .arrow-block__title-wrap,.arrow-block--2 .arrow-block__content{text-align:left;-ms-flex-line-pack:start;align-content:start}@media only screen and (max-width: 768px){.arrow-block--2 .arrow-block__title-wrap{padding-bottom:10px}}@media only screen and (max-width: 768px){.arrow-block--2 .arrow-block__content{padding-bottom:30px}}.software__list{display:grid;grid-template-columns:100%;gap:20px}@media only screen and (min-width: 768.2px){.software__list{gap:12px}}.software__item{overflow:hidden;display:grid;border-radius:5px;background-color:#faf9f7;grid-template-columns:100%;color:#32322f}@media only screen and (min-width: 768.2px){.software__item{min-height:115px;grid-template-columns:240px 1fr 200px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 1440.2px){.software__item{min-height:130px;grid-template-columns:320px 1fr 240px}}@media only screen and (min-width: 768.2px){.software__item .item__img{-ms-flex-item-align:stretch;align-self:stretch;border-right:solid 1px rgba(152,151,150,.25)}}@media only screen and (max-width: 768px){.software__item .item__img{height:140px;border-bottom:solid 1px rgba(152,151,150,.25)}}.software__item .item__content{padding:20px;display:grid;row-gap:12px}.software__item .item__title{margin:0;font:500 24px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 1440.2px){.software__item .item__title{font-size:30px}}.software__item .item__text{margin:0}@media only screen and (min-width: 1440.2px){.software__item .item__text{font-size:16px;line-height:22px}}.software__item .item__btns{display:grid;grid-template-columns:100%;row-gap:10px;padding:0 20px 20px 20px}@media only screen and (min-width: 768.2px){.software__item .item__btns{padding:20px 20px 20px 0}}.software__item .item__btns .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1440px){.software__item .item__btns .btn{font-size:12px;padding-left:16px;padding-right:16px}}@media only screen and (min-width: 1440.2px){.software__item .item__btns .btn:after{width:20px}}.software__item .item__open-popup-btn{--btnBg: #172178;--btnBgHover: #080C2B;--btnColor: #fff}.software__item .item__open-popup-btn::after{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M13.066 2.00213C13.0442 2.00071 13.0222 1.99999 13 1.99999C12.9879 1.99999 12.9759 2.00021 12.9639 2.00063C12.8747 1.99975 12.7835 1.99984 12.6899 1.99993C12.6609 1.99996 12.6316 1.99999 12.6021 1.99999L8.16168 1.99999C7.63451 1.99997 7.17965 1.99996 6.80499 2.03056C6.40962 2.06285 6.01625 2.13415 5.63781 2.32697C5.07306 2.61472 4.61447 3.07381 4.32698 3.63804C4.13419 4.01642 4.06287 4.40963 4.03057 4.80498C3.99997 5.17955 3.99998 5.63431 4 6.16146V17.8385C3.99998 18.3657 3.99997 18.8205 4.03057 19.195C4.06287 19.5904 4.13419 19.9836 4.32698 20.362C4.61449 20.9262 5.07311 21.3853 5.63781 21.673C6.01623 21.8658 6.40959 21.9371 6.80496 21.9694C7.17973 22 7.63473 22 8.16209 22H15.8384C16.3657 22 16.8205 22 17.1951 21.9694C17.5904 21.9371 17.9835 21.8657 18.3618 21.673C18.9258 21.3856 19.3854 20.9269 19.6732 20.3619C19.8661 19.9835 19.9373 19.5901 19.9696 19.1949C20 18.821 20 18.3671 20 17.8411L20 9.65398C20 9.6266 20 9.59945 20.0001 9.57252C20.0002 9.40822 20.0004 9.25201 19.9946 9.10109C19.9979 9.06784 19.9996 9.03411 19.9996 8.99999C19.9996 8.90928 19.9875 8.82139 19.9649 8.73784C19.9548 8.6636 19.9418 8.59014 19.9252 8.51709C19.8588 8.2259 19.7494 7.94554 19.5996 7.68561C19.4296 7.39071 19.1983 7.14136 18.9364 6.85905C18.9185 6.83968 18.9003 6.82015 18.8821 6.80044L15.684 3.34646C15.6642 3.32513 15.6446 3.30395 15.6252 3.28294C15.334 2.96782 15.0776 2.69038 14.762 2.48514C14.4847 2.30472 14.1794 2.1718 13.8598 2.09115C13.6056 2.02701 13.3454 2.00777 13.066 2.00213ZM17.2671 7.99999L14.2164 4.70528C14.1301 4.61206 14.0591 4.53591 14 4.47328V7.39999C14 7.69652 14.0008 7.85878 14.0103 7.97537C14.0107 7.98001 14.0111 7.98441 14.0115 7.98856C14.0155 7.98893 14.0199 7.98931 14.0244 7.98968C14.1409 7.99921 14.3031 7.99999 14.5996 7.99999H17.2671ZM18 9.99999V17.8C18 18.3767 17.9993 18.7489 17.9762 19.0323C17.954 19.304 17.9164 19.4046 17.8912 19.454C17.7956 19.6417 17.6424 19.7949 17.4538 19.891C17.4043 19.9162 17.3036 19.9539 17.0321 19.9761C16.7489 19.9992 16.3767 20 15.8002 20H8.2002C7.62367 20 7.25127 19.9992 6.96782 19.976C6.69598 19.9538 6.59519 19.9161 6.54579 19.891C6.35784 19.7952 6.20498 19.6423 6.109 19.454C6.0838 19.4045 6.04612 19.3038 6.02393 19.0322C6.00078 18.7488 6 18.3766 6 17.8V6.2C6 5.62345 6.00078 5.25118 6.02393 4.96784C6.04612 4.69619 6.0838 4.59547 6.109 4.54602C6.205 4.3576 6.35789 4.20473 6.54579 4.10898C6.59517 4.08382 6.69595 4.04612 6.9678 4.02392C7.25126 4.00077 7.62365 3.99999 8.2002 3.99999H12V7.39999C12 7.41063 12 7.42127 12 7.43189C12 7.68427 11.9999 7.93007 12.0169 8.13823C12.0356 8.36682 12.0797 8.63657 12.218 8.908C12.4097 9.28417 12.7154 9.59016 13.0919 9.78199C13.3632 9.92024 13.6328 9.96434 13.8615 9.98303C14.0696 10.0001 14.3154 10 14.5678 9.99999L18 9.99999ZM8 14C8 13.4477 8.44772 13 9 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H9C8.44772 15 8 14.5523 8 14ZM8 17C8 16.4477 8.44772 16 9 16H15C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M13.066 2.00213C13.0442 2.00071 13.0222 1.99999 13 1.99999C12.9879 1.99999 12.9759 2.00021 12.9639 2.00063C12.8747 1.99975 12.7835 1.99984 12.6899 1.99993C12.6609 1.99996 12.6316 1.99999 12.6021 1.99999L8.16168 1.99999C7.63451 1.99997 7.17965 1.99996 6.80499 2.03056C6.40962 2.06285 6.01625 2.13415 5.63781 2.32697C5.07306 2.61472 4.61447 3.07381 4.32698 3.63804C4.13419 4.01642 4.06287 4.40963 4.03057 4.80498C3.99997 5.17955 3.99998 5.63431 4 6.16146V17.8385C3.99998 18.3657 3.99997 18.8205 4.03057 19.195C4.06287 19.5904 4.13419 19.9836 4.32698 20.362C4.61449 20.9262 5.07311 21.3853 5.63781 21.673C6.01623 21.8658 6.40959 21.9371 6.80496 21.9694C7.17973 22 7.63473 22 8.16209 22H15.8384C16.3657 22 16.8205 22 17.1951 21.9694C17.5904 21.9371 17.9835 21.8657 18.3618 21.673C18.9258 21.3856 19.3854 20.9269 19.6732 20.3619C19.8661 19.9835 19.9373 19.5901 19.9696 19.1949C20 18.821 20 18.3671 20 17.8411L20 9.65398C20 9.6266 20 9.59945 20.0001 9.57252C20.0002 9.40822 20.0004 9.25201 19.9946 9.10109C19.9979 9.06784 19.9996 9.03411 19.9996 8.99999C19.9996 8.90928 19.9875 8.82139 19.9649 8.73784C19.9548 8.6636 19.9418 8.59014 19.9252 8.51709C19.8588 8.2259 19.7494 7.94554 19.5996 7.68561C19.4296 7.39071 19.1983 7.14136 18.9364 6.85905C18.9185 6.83968 18.9003 6.82015 18.8821 6.80044L15.684 3.34646C15.6642 3.32513 15.6446 3.30395 15.6252 3.28294C15.334 2.96782 15.0776 2.69038 14.762 2.48514C14.4847 2.30472 14.1794 2.1718 13.8598 2.09115C13.6056 2.02701 13.3454 2.00777 13.066 2.00213ZM17.2671 7.99999L14.2164 4.70528C14.1301 4.61206 14.0591 4.53591 14 4.47328V7.39999C14 7.69652 14.0008 7.85878 14.0103 7.97537C14.0107 7.98001 14.0111 7.98441 14.0115 7.98856C14.0155 7.98893 14.0199 7.98931 14.0244 7.98968C14.1409 7.99921 14.3031 7.99999 14.5996 7.99999H17.2671ZM18 9.99999V17.8C18 18.3767 17.9993 18.7489 17.9762 19.0323C17.954 19.304 17.9164 19.4046 17.8912 19.454C17.7956 19.6417 17.6424 19.7949 17.4538 19.891C17.4043 19.9162 17.3036 19.9539 17.0321 19.9761C16.7489 19.9992 16.3767 20 15.8002 20H8.2002C7.62367 20 7.25127 19.9992 6.96782 19.976C6.69598 19.9538 6.59519 19.9161 6.54579 19.891C6.35784 19.7952 6.20498 19.6423 6.109 19.454C6.0838 19.4045 6.04612 19.3038 6.02393 19.0322C6.00078 18.7488 6 18.3766 6 17.8V6.2C6 5.62345 6.00078 5.25118 6.02393 4.96784C6.04612 4.69619 6.0838 4.59547 6.109 4.54602C6.205 4.3576 6.35789 4.20473 6.54579 4.10898C6.59517 4.08382 6.69595 4.04612 6.9678 4.02392C7.25126 4.00077 7.62365 3.99999 8.2002 3.99999H12V7.39999C12 7.41063 12 7.42127 12 7.43189C12 7.68427 11.9999 7.93007 12.0169 8.13823C12.0356 8.36682 12.0797 8.63657 12.218 8.908C12.4097 9.28417 12.7154 9.59016 13.0919 9.78199C13.3632 9.92024 13.6328 9.96434 13.8615 9.98303C14.0696 10.0001 14.3154 10 14.5678 9.99999L18 9.99999ZM8 14C8 13.4477 8.44772 13 9 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H9C8.44772 15 8 14.5523 8 14ZM8 17C8 16.4477 8.44772 16 9 16H15C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.software__item .item__bay-btn::after{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.91669 5.83333C6.30275 3.93147 7.98421 2.5 10 2.5C12.0158 2.5 13.6973 3.93147 14.0833 5.83333L14.3872 5.83333C14.8987 5.83332 15.3354 5.8333 15.6906 5.86406C16.0616 5.89619 16.4322 5.96721 16.7766 6.16476C17.2838 6.45569 17.6726 6.91504 17.8761 7.46284C18.0143 7.83511 18.0234 8.21236 17.994 8.58356C17.966 8.93834 17.8943 9.36828 17.8104 9.87175L17.0218 14.6029C16.9599 14.9749 16.9059 15.2986 16.8406 15.5648C16.7711 15.8477 16.676 16.1239 16.5028 16.3843C16.2419 16.7768 15.8753 17.0878 15.4446 17.281C15.1593 17.409 14.8712 17.4574 14.5807 17.4794C14.3078 17.5 13.9801 17.5 13.6037 17.5H6.39651C6.02009 17.5 5.69239 17.5 5.41949 17.4794C5.12906 17.4574 4.84089 17.409 4.55557 17.281C4.12516 17.0879 3.75824 16.777 3.49711 16.3843C3.32402 16.124 3.22881 15.8478 3.15932 15.5649C3.09382 15.2982 3.03978 14.9739 2.97767 14.6012L2.18958 9.87263C2.10558 9.36875 2.03386 8.93851 2.0058 8.58351C1.97647 8.21228 1.98556 7.83507 2.12382 7.46284C2.32752 6.91441 2.71729 6.45535 3.22389 6.16476C3.56821 5.96726 3.93855 5.8962 4.30955 5.86406C4.66459 5.8333 5.10113 5.83332 5.6126 5.83333L5.91669 5.83333ZM5.6478 7.5C5.09144 7.5 4.72783 7.50073 4.4534 7.52451C4.18682 7.5476 4.09403 7.58703 4.05315 7.61048C3.8837 7.70767 3.75386 7.86097 3.6862 8.04315C3.66984 8.08719 3.64619 8.18521 3.66729 8.45221C3.68901 8.72699 3.74811 9.08591 3.83958 9.63473L4.61736 14.3014C4.68537 14.7095 4.72942 14.97 4.77788 15.1673C4.82384 15.3545 4.86049 15.4247 4.88493 15.4614C4.97203 15.5924 5.09437 15.696 5.23775 15.7604C5.27788 15.7784 5.35301 15.8029 5.54514 15.8175C5.74775 15.8328 6.01196 15.8333 6.42579 15.8333H13.5744C13.9883 15.8333 14.2525 15.8328 14.4551 15.8175C14.6472 15.8029 14.7223 15.7784 14.7624 15.7604C14.9056 15.6962 15.0278 15.5926 15.115 15.4614C15.1394 15.4248 15.176 15.3546 15.222 15.1674C15.2704 14.9701 15.3144 14.7095 15.3824 14.3014L16.1602 9.63473C16.2517 9.08587 16.3108 8.72695 16.3326 8.45216C16.3537 8.18513 16.33 8.08715 16.3137 8.04315C16.2458 7.86033 16.1162 7.70734 15.9473 7.61048C15.9065 7.58708 15.8137 7.54762 15.5468 7.52451C15.2722 7.50073 14.9083 7.5 14.352 7.5H5.6478ZM12.3578 5.83333H7.64226C7.98546 4.86234 8.9115 4.16667 10 4.16667C11.0885 4.16667 12.0146 4.86234 12.3578 5.83333Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M5.91669 5.83333C6.30275 3.93147 7.98421 2.5 10 2.5C12.0158 2.5 13.6973 3.93147 14.0833 5.83333L14.3872 5.83333C14.8987 5.83332 15.3354 5.8333 15.6906 5.86406C16.0616 5.89619 16.4322 5.96721 16.7766 6.16476C17.2838 6.45569 17.6726 6.91504 17.8761 7.46284C18.0143 7.83511 18.0234 8.21236 17.994 8.58356C17.966 8.93834 17.8943 9.36828 17.8104 9.87175L17.0218 14.6029C16.9599 14.9749 16.9059 15.2986 16.8406 15.5648C16.7711 15.8477 16.676 16.1239 16.5028 16.3843C16.2419 16.7768 15.8753 17.0878 15.4446 17.281C15.1593 17.409 14.8712 17.4574 14.5807 17.4794C14.3078 17.5 13.9801 17.5 13.6037 17.5H6.39651C6.02009 17.5 5.69239 17.5 5.41949 17.4794C5.12906 17.4574 4.84089 17.409 4.55557 17.281C4.12516 17.0879 3.75824 16.777 3.49711 16.3843C3.32402 16.124 3.22881 15.8478 3.15932 15.5649C3.09382 15.2982 3.03978 14.9739 2.97767 14.6012L2.18958 9.87263C2.10558 9.36875 2.03386 8.93851 2.0058 8.58351C1.97647 8.21228 1.98556 7.83507 2.12382 7.46284C2.32752 6.91441 2.71729 6.45535 3.22389 6.16476C3.56821 5.96726 3.93855 5.8962 4.30955 5.86406C4.66459 5.8333 5.10113 5.83332 5.6126 5.83333L5.91669 5.83333ZM5.6478 7.5C5.09144 7.5 4.72783 7.50073 4.4534 7.52451C4.18682 7.5476 4.09403 7.58703 4.05315 7.61048C3.8837 7.70767 3.75386 7.86097 3.6862 8.04315C3.66984 8.08719 3.64619 8.18521 3.66729 8.45221C3.68901 8.72699 3.74811 9.08591 3.83958 9.63473L4.61736 14.3014C4.68537 14.7095 4.72942 14.97 4.77788 15.1673C4.82384 15.3545 4.86049 15.4247 4.88493 15.4614C4.97203 15.5924 5.09437 15.696 5.23775 15.7604C5.27788 15.7784 5.35301 15.8029 5.54514 15.8175C5.74775 15.8328 6.01196 15.8333 6.42579 15.8333H13.5744C13.9883 15.8333 14.2525 15.8328 14.4551 15.8175C14.6472 15.8029 14.7223 15.7784 14.7624 15.7604C14.9056 15.6962 15.0278 15.5926 15.115 15.4614C15.1394 15.4248 15.176 15.3546 15.222 15.1674C15.2704 14.9701 15.3144 14.7095 15.3824 14.3014L16.1602 9.63473C16.2517 9.08587 16.3108 8.72695 16.3326 8.45216C16.3537 8.18513 16.33 8.08715 16.3137 8.04315C16.2458 7.86033 16.1162 7.70734 15.9473 7.61048C15.9065 7.58708 15.8137 7.54762 15.5468 7.52451C15.2722 7.50073 14.9083 7.5 14.352 7.5H5.6478ZM12.3578 5.83333H7.64226C7.98546 4.86234 8.9115 4.16667 10 4.16667C11.0885 4.16667 12.0146 4.86234 12.3578 5.83333Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.software__content{padding-top:20px}@media only screen and (min-width: 1440.2px){.software__content{padding-top:40px}}.software__content-title{margin:0 0 12px;color:#32322f;font:700 16px/20px "Raleway"}@media only screen and (min-width: 1440.2px){.software__content-title{margin-bottom:20px;font-size:20px;line-height:24px}}.software-info{display:grid;grid-template-columns:100%;gap:20px}@media only screen and (min-width: 768.2px){.software-info{grid-template-columns:160px 1fr;-ms-flex-line-pack:start;align-content:start}}@media only screen and (min-width: 1200.2px){.software-info{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.software-info__text{margin:0;color:#32322f}@media only screen and (min-width: 1440.2px){.software-info__text{font-size:16px;line-height:22px}}.software-variants{display:grid;grid-template-columns:100%;gap:4px}@media only screen and (min-width: 768.2px){.software-variants{grid-template-columns:repeat(3, 1fr)}}.software-variants__item{border-radius:5px;padding:30px 15px 15px 15px;display:grid;grid-template-rows:auto 1fr auto;row-gap:20px}@media only screen and (min-width: 1200.2px){.software-variants__item{padding:40px 20px 20px 20px;row-gap:40px}}.software-variants__item:nth-child(1){background-color:#fff;color:#32322f}.software-variants__item:nth-child(2){background-color:#3242d1;color:#fff}.software-variants__item:nth-child(3){background-color:#f45e43;color:#fff}.software-variants__item .item__title{margin:0;text-align:center;font:700 30px/110% "Raleway"}.software-variants__item .item__subtitle{margin:0;text-align:center;font-size:16px;line-height:110%}@media only screen and (min-width: 1200.2px){.software-variants__item .item__subtitle{font-size:20px}}.software-variants__item .item__text{margin:0;font-size:16px;line-height:110%}@media only screen and (min-width: 768.2px){.software-variants__item .item__text{margin-top:13px}}@media only screen and (min-width: 1200.2px){.software-variants__item .item__text{font-size:16px;line-height:22px;margin-top:22px}}.software-variants__btn{width:100%;margin-top:20px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.software-variants__btn::before{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 2C12.5523 2 13 2.44772 13 3V14.5858L16.2929 11.2929C16.6834 10.9024 17.3166 10.9024 17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929C6.68342 10.9024 7.31658 10.9024 7.70711 11.2929L11 14.5858L11 3C11 2.44772 11.4477 2 12 2ZM5 21C5 20.4477 5.44772 20 6 20H18C18.5523 20 19 20.4477 19 21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 768.2px){.software-variants__btn{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}}@media only screen and (min-width: 1200.2px){.software-variants__btn{-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}}@media only screen and (min-width: 1200.2px){.software-variants__btn::before{width:20px}}.projects-list{display:grid;grid-template-columns:100%;row-gap:20px}@media only screen and (min-width: 576.2px){.projects-list{grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media only screen and (min-width: 768.2px){.projects-list{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 1200.2px){.projects-list{grid-template-columns:repeat(2, 1fr)}}.projects-list__item{display:grid;grid-template-rows:180px 1fr;border-radius:5px;overflow:hidden;background-color:#faf9f7;text-decoration:none;color:#172178}@media only screen and (min-width: 992.2px){.projects-list__item{grid-template-rows:280px 1fr}}@media only screen and (min-width: 1200.2px){.projects-list__item{grid-template-rows:380px 1fr}}.projects-list__item .item__img{position:relative;pointer-events:none}.projects-list__item .item__img::before{content:"";position:absolute;inset:0;background-color:rgba(23,33,120,.5);mix-blend-mode:plus-lighter;-webkit-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s}.projects-list__item .item__content{--contentGap: 10px;display:grid;row-gap:var(--contentGap);padding:20px}@media only screen and (min-width: 1200.2px){.projects-list__item .item__content{--contentGap: 20px }}.projects-list__item .item__firm{text-transform:uppercase;line-height:22px}@media only screen and (min-width: 1200.2px){.projects-list__item .item__firm{font-size:16px}}.projects-list__item .item__name{font:700 16px/20px "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum"}@media only screen and (min-width: 1200.2px){.projects-list__item .item__name{font-size:20px;line-height:110%}}.projects-list__item .item__text{color:#4e4d4a}@media only screen and (min-width: 1200.2px){.projects-list__item .item__text{font-size:16px;line-height:22px}}.projects-list__item .item__position{--color: #4E4D4A;padding-top:var(--contentGap);border-top:solid 1px rgba(152,151,150,.25);-ms-flex-item-align:end;align-self:end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;color:var(--color)}@media only screen and (min-width: 1200.2px){.projects-list__item .item__position{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}.projects-list__item .item__position::before{content:"";aspect-ratio:1;background-color:var(--color);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M18 9.92285C17.9999 8.35561 17.3701 6.84989 16.2461 5.73828C15.1217 4.62652 13.5946 4 12 4C10.4054 4.00001 8.87824 4.62654 7.75391 5.73828C6.62995 6.84988 6.00007 8.35562 6 9.92285C6 12.0583 6.93765 14.0713 8.16895 15.7832C9.39517 17.488 10.8544 18.8129 11.7568 19.5518C11.8262 19.6086 11.8772 19.6504 11.9219 19.6855C11.9571 19.7133 11.9819 19.7311 11.999 19.7432C12.0163 19.7311 12.0418 19.7142 12.0781 19.6855C12.1228 19.6504 12.1738 19.6086 12.2432 19.5518C13.1456 18.8129 14.6049 17.488 15.8311 15.7832C17.0623 14.0713 18 12.0583 18 9.92285ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9ZM20 9.92285C20 12.6392 18.8157 15.0594 17.4551 16.9512C16.0895 18.8498 14.487 20.3003 13.5107 21.0996C13.2836 21.2856 12.9826 21.5517 12.542 21.6758C12.2086 21.7696 11.7914 21.7696 11.458 21.6758C11.0171 21.5517 10.7158 21.2851 10.4893 21.0996C9.513 20.3003 7.91055 18.8498 6.54492 16.9512C5.1843 15.0594 4 12.6392 4 9.92285C4.00007 7.81805 4.84527 5.80134 6.34668 4.31641C7.8478 2.83179 9.88184 2.00001 12 2C14.1182 2 16.1522 2.83179 17.6533 4.31641C19.1547 5.80135 19.9999 7.81804 20 9.92285ZM15 9C15 10.6569 13.6569 12 12 12C10.3431 12 9 10.6569 9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9Z"  /></svg>') center/contain no-repeat;width:20px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 1200.2px){.projects-list__item .item__position::before{width:24px}}html:not(.mobile) .projects-list__item:hover{color:#172178}html:not(.mobile) .projects-list__item:hover .item__img::before{opacity:0}.compare{padding-bottom:60px}@media only screen and (min-width: 992.2px){.compare{padding-bottom:120px}}.compare a[class*=link__]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}@media only screen and (min-width: 768.2px){.compare a[class*=link__]:after{width:20px}}.compare a[class*=link__]:hover::after{background-color:#f45e43}.compare a[class*=link__][disabled]{color:#cccac4;pointer-events:none}.compare a[class*=link__][disabled]:after{background-color:#cccac4}.compare .link__trash::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.compare .link__plus::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M12 5C12.5523 5 13 5.44772 13 6V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H11V6C11 5.44772 11.4477 5 12 5Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}.compare__head{display:grid;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}@media only screen and (min-width: 768.2px){.compare__head{grid-template-columns:repeat(2, auto);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.compare__categories{display:grid;grid-auto-flow:column;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;position:relative;z-index:1}.compare__categories::after{content:"";position:absolute;inset:auto 0 0 0;border-top:solid 1px #cccac4;z-index:-1}.compare__categories .categories__link{text-transform:uppercase;text-decoration:none;padding:10px 0;position:relative;display:block}.compare__categories .categories__link.is-active{color:#f45e43}.compare__categories .categories__link.is-active::after{content:"";position:absolute;inset:auto 0 0 0;border-top:solid 2px #f45e43}.compare__al-clear-btn{text-transform:uppercase}.compare__main{--leftWidth: 250px;padding-top:20px;display:grid;grid-template-columns:100%}@media only screen and (min-width: 768.2px){.compare__main{grid-template-columns:var(--leftWidth) minmax(1px, 1fr)}}@media only screen and (min-width: 1200.2px){.compare__main{--leftWidth: 276px }}@media only screen and (max-width: 768px){.compare__main{row-gap:40px}}body[data-direction=top] .compare__main{--top: calc(var(--header-height) + var(--catalogHeaderHeight) - 1px) }body[data-direction=bottom] .compare__main{--top: calc(var(--catalogHeaderHeight) - 1px) }.compare__settings{display:grid;row-gap:20px;-ms-flex-line-pack:justify;align-content:space-between}@media only screen and (min-width: 768.2px){.compare__settings{z-index:10}}.compare__liks{display:grid;row-gap:8px;text-transform:uppercase;font-size:12px}.compare__products-wrap{position:relative;z-index:7}@media only screen and (max-width: 768px){.compare__products-wrap{border-top:solid 1px #e3e3e3;border-bottom:solid 1px #e3e3e3;position:sticky;top:var(--top);background-color:#f1efeb;-webkit-transition-property:top, background-color, -webkit-box-shadow;transition-property:top, background-color, -webkit-box-shadow;transition-property:top, box-shadow, background-color;transition-property:top, box-shadow, background-color, -webkit-box-shadow;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}}@media only screen and (min-width: 768.2px){.compare__products-wrap::before{content:"";position:absolute;inset:0 calc((100vw - var(--scrollbar-width) - var(--contentWidth))/2*-1) 0 auto;width:calc(100vw - var(--scrollbar-width));background-color:rgba(250,249,247,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);will-change:auto;opacity:0;-webkit-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s}}@media only screen and (max-width: 768px){.compare__products-wrap.is-sticky{-webkit-box-shadow:0px 6px 12px rgba(152,151,150,.1);box-shadow:0px 6px 12px rgba(152,151,150,.1)}}@media only screen and (min-width: 768.2px){.compare__products-wrap.is-sticky::before{opacity:1}}@media only screen and (max-width: 768px){.compare__products-wrap.is-sticky .item__img,.compare__products-wrap.is-sticky .item__remove,.compare__products-wrap.is-sticky .item__btns .btn{display:none}}.compare__products-wrap .slider__buttons{--btnWidth: 32px;--btnBg: rgba(23, 33, 120, 0.1);--btnIconColor: #172178;--btnHoverBg: #172178;--btnHoverIconColor: #fff;inset:50% calc(var(--btnWidth)/2*-1) auto calc(var(--btnWidth)/2*-1)}@media only screen and (max-width: 768px){.compare__products-wrap .slider__buttons{display:none}}.compare__products-wrap .slider__button{--btnRadius: 6px}.compare__products-wrap .slider__button[class*=disabled]{opacity:0}@media only screen and (min-width: 768.2px){.compare__settings,.compare__products-wrap{padding-top:20px;padding-bottom:20px;position:sticky;top:var(--top);-webkit-transition:top 0.3s ease-in-out 0s;transition:top 0.3s ease-in-out 0s}}.compare__product{display:grid;grid-template-columns:repeat(2, auto);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px 8px;height:auto}@media only screen and (min-width: 768.2px){.compare__product{grid-template-columns:auto 1fr auto;padding-right:15px}}@media only screen and (max-width: 768px){.compare__product{padding:20px}}@media only screen and (min-width: 768.2px){.compare__product:not(:first-child){padding-left:5px}}@media only screen and (max-width: 768px){.compare__product:not(:first-child){border-left:solid 1px #e3e3e3}}.compare__product .item__img{border-radius:5px;overflow:hidden;aspect-ratio:1;width:64px;background-color:#faf9f7}.compare__product .item__remove{aspect-ratio:1;width:32px;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center;justify-self:end}.compare__product .item__remove::after{content:"";aspect-ratio:1;background-color:#172178;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M10.968 2H13.032C13.4706 1.99999 13.8491 1.99998 14.1624 2.02135C14.4922 2.04386 14.8221 2.09336 15.1481 2.22836C15.8832 2.53288 16.4671 3.11693 16.7715 3.85194C16.9065 4.1778 16.9561 4.50766 16.9786 4.83752C16.9822 4.88987 16.9851 4.94404 16.9876 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19L19 17.8411C19 18.3671 19 18.821 18.9696 19.1949C18.9373 19.5902 18.8661 19.9835 18.6732 20.362C18.3854 20.927 17.9257 21.3856 17.3618 21.673C16.9835 21.8657 16.5904 21.9371 16.1951 21.9694C15.8205 22 15.3657 22 14.8384 22H9.16208C8.63472 22 8.17973 22 7.80496 21.9694C7.40959 21.9371 7.01623 21.8658 6.63781 21.673C6.07317 21.3853 5.61452 20.9264 5.32698 20.362C5.13418 19.9836 5.06287 19.5904 5.03057 19.1951C4.99997 18.8205 4.99998 18.3657 5 17.8385L5 7H4C3.44772 7 3 6.55229 3 6C3 5.44772 3.44772 5 4 5H7.01233C7.01481 4.94407 7.01778 4.88993 7.02135 4.83761C7.04385 4.50778 7.09336 4.17787 7.22836 3.85194C7.53275 3.11707 8.11639 2.53294 8.85169 2.22836C9.17766 2.09334 9.50766 2.04385 9.8375 2.02135C10.1508 1.99998 10.5294 1.99999 10.968 2ZM9.015 5H14.985C14.9844 4.99118 14.9838 4.98247 14.9832 4.97385C14.9677 4.74587 14.941 4.65898 14.9238 4.6173C14.8222 4.37219 14.6276 4.17758 14.3827 4.07612C14.3411 4.05888 14.2542 4.03227 14.0262 4.01671C13.7893 4.00054 13.4796 4 13 4H11C10.5204 4 10.2107 4.00054 9.97362 4.01671C9.7455 4.03227 9.65864 4.0589 9.61706 4.07612C9.37225 4.17752 9.17771 4.37205 9.07612 4.6173C9.05888 4.65892 9.03227 4.74575 9.01671 4.97375C9.01612 4.9824 9.01555 4.99115 9.015 5ZM7 7V17.8C7 18.3766 7.00078 18.7488 7.02393 19.0322C7.04612 19.3039 7.0838 19.4046 7.10899 19.454C7.20494 19.6424 7.35778 19.7952 7.54579 19.891C7.59519 19.9161 7.69598 19.9538 7.96782 19.9761C8.25127 19.9992 8.62367 20 9.2002 20H14.8002C15.3767 20 15.7489 19.9992 16.0321 19.9761C16.3036 19.9539 16.4043 19.9162 16.4538 19.891C16.6425 19.7948 16.7956 19.6417 16.8912 19.454C16.9164 19.4047 16.954 19.3041 16.9762 19.0324C16.9993 18.7489 17 18.3767 17 17.8V7H7ZM10 9C10.5523 9 11 9.44772 11 10V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 10C9 9.44772 9.44772 9 10 9ZM14 9C14.5523 9 15 9.44772 15 10V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V10C13 9.44772 13.4477 9 14 9Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 768.2px){.compare__product .item__remove{grid-area:2/3/3/4;align-self:end}}.compare__product .item__remove:hover::after{background-color:#f45e43}@media only screen and (min-width: 768.2px){.compare__product .item__data{grid-area:1/2/2/4;padding-left:12px}}@media only screen and (max-width: 768px){.compare__product .item__data{grid-column:1/-1}}.compare__product .item__name{text-decoration:none;word-break:break-word}.compare__product .item__price{font:700 20px/110% "Raleway";-webkit-font-feature-settings:"pnum","lnum";font-feature-settings:"pnum","lnum";margin:12px 0 0}.compare__product .item__btns{display:grid;grid-template-columns:100%;gap:8px;-ms-flex-line-pack:end;align-content:end}@media only screen and (min-width: 768.2px){.compare__product .item__btns{grid-template-columns:repeat(2, 1fr);grid-area:2/1/3/3}}@media only screen and (max-width: 768px){.compare__product .item__btns{grid-column:1/-1}}.compare__product .item__btns .btn{white-space:nowrap}.compare__product .item__count{margin:0;text-align:center;color:#4e4d4a}.compare__chars{grid-area:3/1/4/2}@media only screen and (min-width: 768.2px){.compare__chars{grid-area:2/2/3/3}}.compare__chars-links{display:grid;row-gap:4px}.compare__chars-links a{text-decoration:none}html:not(.mobile) .compare__chars-links a:hover{color:#4e4d4a}.compare__chars .swiper-wrapper{display:grid;grid-auto-flow:column}.compare__chars-list{align-self:end;grid-area:3/1/4/2}@media only screen and (min-width: 768.2px){.compare__chars-list{grid-area:2/1/3/3;background-color:rgba(152,151,150,.05)}}.compare__chars-list li{color:#636362;padding:8px 0 0 20px;-webkit-transition:background-color 0.2s ease-in-out 0s;transition:background-color 0.2s ease-in-out 0s}@media only screen and (max-width: 768px){.compare__chars-list li{font-size:11px;line-height:14px;letter-spacing:.02em}}@media only screen and (min-width: 768.2px){.compare__chars-list li:not(:first-child){border-top:1px solid rgba(152,151,150,.1)}}.compare__chars-list li.is-active{background-color:#faf9f7}.compare__chars-val{grid-row:span 100;grid-template-rows:subgrid}@media only screen and (min-width: 768.2px){.compare__chars-val{background-color:rgba(250,249,247,.5)}}@media only screen and (min-width: 768.2px){.compare__chars-val:has(+*:not(.swiper-slide-visible)) .info__content,.compare__chars-val:last-child .info__content{-webkit-transform:translateX(calc(-100% + 20px));-ms-transform:translateX(calc(-100% + 20px));transform:translateX(calc(-100% + 20px))}.compare__chars-val:has(+*:not(.swiper-slide-visible)) .info__content:after,.compare__chars-val:last-child .info__content:after{left:calc(100% - 20px)}}.compare__chars-val li{height:100%;padding:30px 20px 8px;color:#4e4d4a}@media only screen and (max-width: 768px){.compare__chars-val li{font-size:12px;line-height:16px}}.compare__chars-val:hover{position:relative;z-index:5}@media only screen and (max-width: 1200px){.compare__chars-val .info{--contentWidth: 195px }}@media only screen and (max-width: 768px){.compare__chars-val .info{--contentWidth: 135px }}.compare__chars-list,.compare__chars-val{display:grid}@media only screen and (min-width: 768.2px){.compare__chars-list,.compare__chars-val{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 768.2px){.compare__chars-list li,.compare__chars-val li{padding:12px 16px}}@media only screen and (min-width: 768.2px){.compare__chars-list li:not(:first-child),.compare__chars-val li:not(:first-child){border-top:1px solid rgba(152,151,150,.1)}}@media only screen and (max-width: 768px){.compare__products-wrap,.compare__chars-list,.compare__chars{margin-left:calc(var(--containerPadding)*-1);width:100vw}}.compare__clear{background-color:rgba(152,151,150,.05);border:solid 1px rgba(152,151,150,.25);padding:20px;display:grid;justify-items:center;-ms-flex-line-pack:justify;align-content:space-between;row-gap:12px;border-radius:5px}@media only screen and (min-width: 768.2px){.compare__clear{padding:14px 20px;margin:20px 0}}@media only screen and (min-width: 992.2px){.compare__clear{row-gap:16px}}.compare__clear .clear__text{color:#32322f;text-align:center}@media only screen and (min-width: 992.2px){.compare__clear .clear__text{font-size:16px;line-height:22px}}.compare__clear .clear__btn{--btnGap: 6px}.compare__clear .clear__btn::after{content:"";aspect-ratio:1;background-color:var(--btnColor);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" stroke="transparent" stroke-width="0" style="" d="M15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>') center/contain no-repeat;width:16px;-webkit-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;pointer-events:none}@media only screen and (min-width: 992.2px){.compare__clear .clear__btn::after{width:20px}}