

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


/* Start:/local/templates/page/css/niceselect2.min.css?17727539983502*/
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;margin:0;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}

/* End */


/* Start:/local/templates/page/css/normalize.min.css?17727539981861*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */
/* End */


/* Start:/local/templates/page/css/nouislider.min.css?17727539984220*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/page/css/star-rating.min.css?17727539984409*/
:root{--gl-star-color:#fdd835;--gl-star-color-inactive:#dcdce6;--gl-star-empty:url(/local/templates/page/css/../images/star-empty.svg);--gl-star-full:url(/local/templates/page/css/../images/star-full.svg);--gl-star-size:24px;--gl-tooltip-border-radius:4px;--gl-tooltip-font-size:0.875rem;--gl-tooltip-font-weight:400;--gl-tooltip-line-height:1;--gl-tooltip-margin:12px;--gl-tooltip-padding:.5em 1em;--gl-tooltip-size:6px}[data-star-rating]>select{-webkit-clip-path:circle(1px at 0 0)!important;clip-path:circle(1px at 0 0)!important;clip:rect(1px,1px,1px,1px)!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:0!important;visibility:visible!important;white-space:nowrap!important;width:1px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}[data-star-rating]>select:after,[data-star-rating]>select:before{display:none!important}[data-star-rating].gl-star-rating--ltr>select{left:0!important}[data-star-rating].gl-star-rating--rtl>select{right:0!important}[data-star-rating]{align-items:center;display:flex;position:relative}.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars{display:none}[data-star-rating] .gl-star-rating--stars{align-items:center;cursor:pointer;display:flex;position:relative}[data-star-rating]>select:focus+.gl-star-rating--stars span:first-child:before{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;content:"";display:block;height:100%;outline:1px solid transparent;pointer-events:none;position:absolute;width:100%}[data-star-rating] select[disabled]+.gl-star-rating--stars{cursor:default}[data-star-rating] .gl-star-rating--stars>span{display:flex;height:24px;height:var(--gl-star-size);margin:0;width:24px;width:var(--gl-star-size)}[data-star-rating] .gl-star-rating--stars[aria-label]:after,[data-star-rating] .gl-star-rating--stars[aria-label]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:auto;box-sizing:border-box;left:100%;pointer-events:none;position:absolute;top:50%;opacity:.9;transform-origin:top;transform:translate3d(0,-50%,0);white-space:nowrap;z-index:10}[data-star-rating] .gl-star-rating--stars[aria-label]:before{background-size:100% auto!important;background-position:50%!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 31'%3E%3Cpath fill='%23111' d='M12.002 31C12.002 25 0 19.838 0 15.5 0 11.24 12 6 12 0l.002 31z'/%3E%3C/svg%3E") no-repeat;content:"";height:18px;margin-bottom:0;margin-left:6px;margin-left:var(--gl-tooltip-size);width:6px;width:var(--gl-tooltip-size)}[data-star-rating] .gl-star-rating--stars[aria-label]:after{background:#111;border-radius:4px;border-radius:var(--gl-tooltip-border-radius);color:#fff;content:attr(aria-label);font-size:.875rem;font-size:var(--gl-tooltip-font-size);font-weight:400;margin-left:12px;margin-left:var(--gl-tooltip-margin);padding:.5em 1em;padding:var(--gl-tooltip-padding);text-transform:none}[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after,[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before{left:auto;right:100%}[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before{transform:scaleX(-1) translate3d(0,-50%,0);margin-left:0;margin-right:6px;margin-right:var(--gl-tooltip-size)}[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after{margin-left:0;margin-right:12px;margin-right:var(--gl-tooltip-margin)}[data-star-rating] svg{height:100%;width:100%}[data-star-rating] .gl-star-half{fill:none;stroke:none}[data-star-rating] .gl-star-full{fill:#dcdce6;fill:var(--gl-star-color-inactive);stroke:#dcdce6;stroke:var(--gl-star-color-inactive);transition:fill .15s ease-in-out,stroke .15s ease-in-out}[data-star-rating] .gl-active .gl-star-full{fill:#fdd835;fill:var(--gl-star-color);stroke:#fdd835;stroke:var(--gl-star-color)}.gl-star-rating--stars[class*=" s"]>span{background-image:url(/local/templates/page/css/../images/star-empty.svg)!important;background-image:var(--gl-star-empty)!important;background-position:50%;background-repeat:no-repeat;background-size:90%}.gl-star-rating--stars[class*=" s"]>span.gl-active,.gl-star-rating--stars[class*=" s"]>span.gl-active.gl-selected{background-image:url(/local/templates/page/css/../images/star-full.svg)!important;background-image:var(--gl-star-full)!important}
/* End */


/* Start:/local/templates/page/css/swiper.min.css?177275399816237*/
@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/page/css/style.css?1772753998206997*/
@charset "UTF-8";
@import url(/local/templates/page/css/normalize.min.css);
@import url(/local/templates/page/css/niceselect2.min.css);
@import url(/local/templates/page/css/swiper.min.css);
@import url(/local/templates/page/css/fancybox.min.css);
@import url(/local/templates/page/css/nouislider.min.css);
@import url(/local/templates/page/css/star-rating.min.css);
@-webkit-keyframes full-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes full-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.blue {
  color: #3d54cc;
}

.pink {
  color: #e5457a;
}

.green {
  color: #27ae60;
}

.red {
  color: #ff4d6a;
}

.excel {
  color: #219653;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

::-moz-selection {
  color: #fff;
  background: #3d54cc;
}

::selection {
  color: #fff;
  background: #3d54cc;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 999px;
  background-color: #f2f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #ccc;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:focus::-moz-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

::placeholder {
  color: #666;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration-thickness: 1px;
}

a,
input,
textarea,
select,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

a,
input[type=button],
input[type=submit],
button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

b {
  font-weight: 700;
}

img,
svg {
  width: auto;
  height: auto;
}

.br,
img,
svg {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both:after {
  content: "";
  display: block;
  clear: both;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Nunito", sans-serif;
  color: #333;
  background: #fafafc;
}

.app {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 40px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .app {
    gap: 100px;
    padding-top: 160px;
  }
}

.container {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.overflow-hidden-not-desktop {
  overflow: hidden;
}
@media (min-width: 1220px) {
  .overflow-hidden-not-desktop {
    overflow: visible;
  }
}

.ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
.ui > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.link {
  color: #3d54cc;
}
.link:hover {
  color: #e5457a;
}

.error-text {
  color: #e5457a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 4px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .h4,
  h4,
  .h5,
  h5,
  .h6,
  h6 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  ul,
  ol {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-top: 10px;
  gap: 10px;
}

blockquote {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding-left: 20px;
  border-left: 4px solid #3d54cc;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 20px;
    line-height: 28px;
    padding-left: 40px;
  }
}

.like {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 40px;
  aspect-ratio: 1/1;
  background: #fff2f6;
  border-radius: 999px;
}
.like__input {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  aspect-ratio: 1/1;
  opacity: 0;
  border: none;
  background: none;
  padding: 0;
}
.like__item {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  aspect-ratio: 1/1;
}
.like__item svg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #e5457a;
}
.like__item svg + svg {
  z-index: 2;
  opacity: 0;
}
.like__input:checked + .like__item svg {
  opacity: 0;
}
.like__input:checked + .like__item svg + svg {
  opacity: 1;
}

.quantity {
  display: block;
  height: 40px;
  position: relative;
  width: 100%;
}
.quantity__input {
  z-index: 1;
  border: 1px solid #ccc;
  background: #f5f6fa;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.quantity__input:focus {
  border-color: #3d54cc;
}
.quantity__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;
  padding: 0;
  background: none;
  border: none;
  color: #3d54cc;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.quantity__button:hover {
  color: #e5457a;
}
.quantity__button svg {
  width: 12px;
  aspect-ratio: 1/1;
}
.quantity__button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.quantity__button[disabled]:hover {
  color: #3d54cc;
}
.quantity__button ~ .quantity__button {
  left: auto;
  right: 0;
}

.spoiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .spoiler {
    padding: 20px 30px;
  }
}
.spoiler__button {
  padding: 10px 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spoiler__button:hover {
  color: #3d54cc;
}
.spoiler__button-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  width: calc(100% - 20px);
  padding-right: 20px;
}
@media (min-width: 768px) {
  .spoiler__button-text {
    font-size: 18px;
    line-height: 22px;
    padding-right: 30px;
  }
}
.spoiler__button-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.spoiler__button-icon:before, .spoiler__button-icon:after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #3d54cc;
  border-radius: 999px;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .spoiler__button-icon:before, .spoiler__button-icon:after {
    width: 18px;
    height: 4px;
    margin-top: -2px;
    margin-left: -9px;
  }
}
.spoiler__button-icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spoiler__button.active .spoiler__button-icon:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spoiler__body {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .spoiler__body {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
.spoiler__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spoiler__body-item ul,
.spoiler__body-item ol {
  gap: 0;
}
.active + .spoiler__body {
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: auto;
  opacity: 1;
  overflow: visible;
}
@media (min-width: 768px) {
  .active + .spoiler__body {
    padding-top: 20px;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.socials__item {
  width: 40px;
  height: 40px;
  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;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 999px;
}
.socials__item:hover {
  border-color: #3d54cc;
}
.socials__item_vk {
  color: #2787f5;
}
.socials__item_ok {
  color: #f58220;
}
.socials__item_tg {
  color: #20a0e1;
}
.socials__item_wa {
  color: #2cb742;
}
.socials__item_vb {
  color: #834995;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.logo img,
.logo svg {
  width: 100%;
  aspect-ratio: 252/50;
}

.search {
  position: relative;
  width: 100%;
  height: 44px;
}
@media (min-width: 992px) {
  .search {
    height: 50px;
  }
}
.search__input {
  border: 1px solid #ccc;
  background: #f5f6fa;
  padding: 0 16px;
  padding-right: 45px;
  border-radius: 999px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .search__input {
    padding: 0 20px;
    padding-right: 50px;
    font-size: 15px;
  }
}
.search__input:focus {
  border-color: #3d54cc;
}
.search__button {
  z-index: 3;
  width: 20px;
  height: 20px;
  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;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  color: #3d54cc;
}
@media (min-width: 768px) {
  .search__button {
    right: 20px;
  }
}
.search__button:hover {
  color: #e5457a;
}

.swiper-wrap {
  position: relative;
}
.swiper-button {
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 50px;
  height: 50px;
  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;
  color: #3d54cc;
  border-radius: 999px;
  margin-top: -25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper-button:hover {
  border-color: #3d54cc;
  color: #e5457a;
}
.swiper-button svg,
.swiper-button img {
  width: 12px;
}
.swiper-button:after {
  display: none;
}
.swiper-button-prev {
  left: -25px;
}
.swiper-button-prev svg,
.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-next {
  right: -25px;
}
.swiper-button-disabled {
  opacity: 1 !important;
  color: #e6e6e6 !important;
}
.swiper-button-disabled:hover {
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.swiper-button-small {
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
@media (min-width: 768px) {
  .swiper-button-small {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.swiper-button-small svg,
.swiper-button-small img {
  width: 8px;
}
.swiper-button-small.swiper-button-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .swiper-button-small.swiper-button-prev {
    left: -20px;
  }
}
.swiper-button-small.swiper-button-next {
  right: -10px;
}
@media (min-width: 768px) {
  .swiper-button-small.swiper-button-next {
    right: -20px;
  }
}
.swiper-pagination_anim {
  padding: 0 10px 6px 10px;
  top: auto !important;
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (min-width: 768px) {
  .swiper-pagination_anim {
    padding: 0 20px 20px 20px;
    gap: 8px;
  }
}
.swiper-pagination_anim .swiper-pagination-bullet {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 1;
  background: none;
  border-radius: 999px;
  overflow: hidden;
  height: 2px;
  margin: 0 !important;
  position: relative;
}
@media (min-width: 768px) {
  .swiper-pagination_anim .swiper-pagination-bullet {
    height: 4px;
  }
}
.swiper-pagination_anim .swiper-pagination-bullet:before, .swiper-pagination_anim .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 999px;
}
.swiper-pagination_anim .swiper-pagination-bullet:after {
  background: #3d54cc;
  width: 0;
  z-index: 2;
}
.swiper-pagination_anim .swiper-pagination-bullet-active:after {
  -webkit-animation: full-width 5s linear;
          animation: full-width 5s linear;
}
.swiper-pagination_dots {
  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;
  gap: 4px;
  bottom: 20px !important;
}
.swiper-pagination_dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  position: relative;
  background: none;
}
.swiper-pagination_dots .swiper-pagination-bullet:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #333;
  border-radius: 999px;
}
.swiper-pagination_dots .swiper-pagination-bullet-active:before {
  width: 8px;
  height: 8px;
}

.tophead {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.tophead_one-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tophead__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tophead__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.good {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e1e1e3;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .good {
    padding: 20px;
    border-radius: 16px;
  }
}
.good__like {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (min-width: 768px) {
  .good__like {
    top: 16px;
    right: 16px;
  }
}
.good__photo {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 240px;
}
.good__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  min-height: 54px;
}
@media (min-width: 768px) {
  .good__name {
    font-size: 15px;
    line-height: 20px;
    min-height: 60px;
  }
}
.good__text {
  background: #f7f9ff;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  word-wrap: break-word;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .good__text {
    font-size: 14px;
    line-height: 18px;
    word-wrap: normal;
  }
}
.good__text a {
  color: #3d54cc;
}
.good__text a:hover {
  color: #e5457a;
}
.good__price {
  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;
  gap: 5px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 768px) {
  .good__price {
    font-size: 20px;
    gap: 6px 12px;
  }
}
.good__price del {
  font-size: 12px;
  color: #999;
}
@media (min-width: 768px) {
  .good__price del {
    font-size: 16px;
  }
}
.good__add {
  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;
}
.good__add .quantity {
  width: calc(100% - 45px);
}
@media (min-width: 768px) {
  .good__add .quantity {
    width: calc(100% - 90px);
  }
}
.good__add .quantity__input {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .good__add .quantity__input {
    padding: 0 40px;
  }
}
.good__add .quantity__button {
  width: 20px;
  left: 5px;
}
@media (min-width: 768px) {
  .good__add .quantity__button {
    width: 40px;
    left: 0;
  }
}
.good__add .quantity__button:last-child {
  left: auto;
  right: 5px;
}
@media (min-width: 768px) {
  .good__add .quantity__button:last-child {
    right: 0;
  }
}
.good__add .button {
  padding: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .good__add .button {
    width: 80px;
  }
}
.good__add .button svg + svg {
  display: none;
}
.good__add .button.active {
  color: #27ae60;
  background: #e6f2eb;
}
.good__add .button.active svg {
  display: none;
}
.good__add .button.active svg + svg {
  display: block;
}
.good__notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.good__notify-text {
  color: #e5457a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 768px) {
  .good__notify-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30px;
    font-size: 14px;
  }
}
.good__notify .button {
  width: 100%;
}

.blog {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e1e1e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.blog:hover {
  border-color: #3d54cc;
}
.blog__pic {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .blog__pic {
    height: 240px;
  }
}
.blog__body {
  padding: 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.blog__date {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  font-weight: 700;
  margin-top: -5px;
}
.blog__name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .blog__name {
    min-height: 40px;
  }
}

.review {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e1e1e3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .review {
    padding: 30px;
  }
}
.review__toper {
  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;
}
@media (min-width: 768px) {
  .review__toper {
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 114px);
  padding-right: 4px;
}
@media (min-width: 768px) {
  .review__info {
    width: auto;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.review__name {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .review__name {
    font-size: 18px;
    line-height: 22px;
  }
}
.review__date {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .review__date {
    font-size: 16px;
    line-height: 24px;
  }
}
.review__rate {
  width: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
}
@media (min-width: 768px) {
  .review__rate {
    width: auto;
  }
}
.review__rate > img {
  width: 18px;
  height: 18px;
}
.review__rate > span {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
}
@media (min-width: 768px) {
  .review__rate > span {
    font-size: 20px;
    margin-left: 8px;
  }
}
.review__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .review__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.bottom-buttons {
  overflow: visible;
  position: fixed;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  z-index: 10;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .bottom-buttons {
    width: 70px;
    height: 70px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.bottom-buttons__to-top {
  width: 40px;
  aspect-ratio: 1/1;
  padding: 0;
  background: #fff;
  border-radius: 999px;
  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;
  border: 1px solid #e6e6e6;
  color: #3d54cc;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -50px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .bottom-buttons__to-top {
    width: 50px;
    top: -60px;
  }
}
.bottom-buttons__to-top:hover {
  color: #e5457a;
  border-color: #3d54cc;
}
.bottom-buttons__to-top svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 12px;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .bottom-buttons__to-top svg {
    width: 16px;
  }
}
.bottom-buttons__headset {
  width: 40px;
  aspect-ratio: 1/1;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #3d54cc;
  color: #fff;
  border-radius: 999px;
  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-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .bottom-buttons__headset {
    width: 50px;
  }
}
.bottom-buttons__headset:hover {
  background: #e5457a;
}
.bottom-buttons__headset svg {
  width: 20px;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .bottom-buttons__headset svg {
    width: 26px;
  }
}

.begin .bottom-buttons__to-top {
  left: 200px;
}

.profile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profile-menu__names {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.profile-menu__names-item .radio__input,
.profile-menu__names-item .radio__icon {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.profile-menu__names-item .radio__text {
  font-size: 14px;
  font-weight: 700;
}
.profile-menu__navs {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profile-menu__navs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #3d54cc;
}
.profile-menu__navs-item:hover {
  color: #e5457a;
}
.profile-menu__navs-item:last-child {
  margin-top: 10px;
  color: #999;
}
.profile-menu__navs-item i {
  width: 24px;
  height: 24px;
  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;
}
.profile-menu__navs-item span {
  width: calc(100% - 24px);
  padding-left: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

[data-star-rating] .gl-star-rating--stars {
  gap: 2px;
}
[data-star-rating] .gl-star-rating--stars > span {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}
[data-star-rating] .gl-star-rating--stars[aria-label]:before {
  display: none;
}
[data-star-rating] .gl-star-rating--stars[aria-label]:after {
  background: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #333;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  position: static;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

main {
  position: relative;
  z-index: 9;
  padding-top: 10px;
}
@media (min-width: 768px) {
  main {
    padding-top: 20px;
  }
}

.breadcrumbs {
  font-size: 14px;
  line-height: 1;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.breadcrumbs li:before {
  content: "";
  background: #ccc;
  width: 4px;
  height: 4px;
  border-radius: 999px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #3d54cc;
}
.breadcrumbs span {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .navs {
    gap: 20px;
  }
}
.navs .button {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .navs .button {
    height: 60px;
  }
}
.navs .button:hover {
  border-color: #3d54cc;
}
.navs .pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .navs .pagination {
    gap: 8px;
  }
}
.navs .pagination li {
  width: 40px;
  height: 40px;
  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;
}
.navs .pagination a:hover {
  color: #e5457a;
}
.navs .pagination a,
.navs .pagination span {
  width: 100%;
  aspect-ratio: 1/1;
  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;
}
.navs .pagination span {
  border-radius: 4px;
  background: #3d54cc;
  color: #fff;
  font-weight: 700;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.colors__item {
  width: 36px;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
.colors__item input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  opacity: 0;
}
.colors__item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1px;
}
.colors__item span {
  border: 1px solid #cdcdce;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 6px;
  width: 100%;
  padding: 3px;
}
.colors__item i:hover span {
  border-color: #3d54cc;
}
.colors__item b {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 1/1;
}
.colors__item input:checked + i {
  padding: 0;
}
.colors__item input:checked + i span {
  border: 2px solid #333;
}
.radios-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.radios-text__item {
  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;
  cursor: pointer;
}
.radios-text__item input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.radios-text__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1px;
  position: relative;
  z-index: 2;
}
.radios-text__item b {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  border: 1px solid #cdcdce;
  background: #fff;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .radios-text__item b {
    padding: 0 10px;
  }
}
.radios-text__item span:hover b {
  color: #3d54cc;
  border-color: #3d54cc;
}
.radios-text__item input:checked + span {
  padding: 0;
}
.radios-text__item input:checked + span b {
  color: #333;
  border: 2px solid #333;
  height: 38px;
}

.detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .detail-list {
    gap: 10px;
  }
}
.detail-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .detail-list__item {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
  }
}
.detail-list__item span {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .detail-list__item span {
    width: 50%;
    position: relative;
  }
}
.detail-list__item span:before {
  content: "";
  background: #e1e1e3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
@media (min-width: 768px) {
  .detail-list__item span:before {
    bottom: 5px;
  }
}
.detail-list__item i {
  font-style: normal;
}
@media (min-width: 768px) {
  .detail-list__item i {
    background: #fafafc;
    position: relative;
    z-index: 2;
    padding-right: 8px;
  }
}
.detail-list__item b {
  width: calc(50% - 10px);
  font-weight: 600;
}
@media (min-width: 768px) {
  .detail-list__item b {
    width: 50%;
    padding-left: 8px;
  }
}
.detail-list__item b:before {
  display: none;
}
.detail-list_spoiler .detail-list__item {
  display: none;
}
.detail-list_spoiler .detail-list__item:nth-of-type(1), .detail-list_spoiler .detail-list__item:nth-of-type(2), .detail-list_spoiler .detail-list__item:nth-of-type(3), .detail-list_spoiler .detail-list__item:nth-of-type(4), .detail-list_spoiler .detail-list__item:nth-of-type(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-list_spoiler.active .detail-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-list__more {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background: none;
  border: none;
  color: #3d54cc;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .detail-list__more {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }
}
.detail-list__more:hover {
  color: #e5457a;
}
.detail-list__more span {
  border-bottom: 1px dashed;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .detail-list__more span {
    padding: 4px 0;
  }
}
.detail-list__more span + span {
  display: none;
}
.detail-list_spoiler .detail-list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-list_spoiler.active .detail-list__more span {
  display: none;
}
.detail-list_spoiler.active .detail-list__more span + span {
  display: inline;
}

.package {
  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;
  width: 100%;
  z-index: 9;
}
.package__button {
  width: 100%;
  height: 40px;
  border: 1px solid #dadef2;
  background: #fff;
  padding: 0 8px;
  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;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  border-radius: 8px;
  text-align: left;
}
@media (min-width: 768px) {
  .package__button {
    padding: 0 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.package__button span {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 22px);
}
.package__button svg {
  width: 12px;
  height: 12px;
  color: #3d54cc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.package__button.active {
  border-color: #3d54cc;
}
.package__button.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.package__sub {
  border-radius: 8px;
  border: 1px solid #dadef2;
  background: #fff;
  padding: 12px 8px;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .package__sub {
    padding: 12px 16px;
  }
}
.package__sub .radio__text {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .package__sub .radio__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.package__button.active + .package__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.empty {
  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;
  gap: 20px;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 30px 20px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .empty {
    padding: 40px;
    margin-top: 40px;
  }
}
.empty__icon {
  width: 80px;
  aspect-ratio: 1/1;
  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;
  border-radius: 999px;
  background: #ebebf2;
  color: #3d54cc;
}
.empty__icon svg {
  width: auto;
  height: 30px;
}
.empty__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .empty__title span {
    display: block;
  }
}
.empty__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .empty__text span {
    display: block;
  }
}
.empty .empty__button {
  min-width: 186px;
  padding: 0 30px;
}

.manager {
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
  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;
  text-align: center;
  gap: 10px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 30px;
}
.manager__close {
  width: 50px;
  height: 50px;
  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;
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #999;
}
.manager__close:hover {
  color: #e5457a;
}
.manager__close svg {
  width: 16px;
  height: 16px;
}
.manager__title {
  font-size: 16px;
  font-weight: 700;
}
.manager__pic {
  width: 60px;
  height: 60px;
}
.manager__text {
  font-size: 15px;
}
.manager__phone {
  font-size: 14px;
}
.manager__email {
  font-size: 15px;
}
.manager .manager__button {
  color: #333;
  border-color: #e6e6e6;
  margin-top: 10px;
}
.manager .manager__button svg {
  color: #3d54cc;
}

.main__manager {
  width: calc(100% - 20px);
  max-width: 380px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 9;
  bottom: 10px;
  right: 10px;
  padding: 20px;
  display: none;
}
@media (min-width: 992px) {
  .main__manager {
    width: 100%;
    bottom: 20px;
    right: 20px;
  }
}
.main__manager .manager__title {
  width: 100%;
  text-align: left;
}
.main__manager .manager__button {
  width: 100%;
}

.active + .main__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tooltip {
  width: 16px;
  height: 16px;
  position: relative;
}
.tooltip__i {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  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;
  background: none;
  border: none;
  color: #808080;
}
.tooltip__i.active {
  color: #3d54cc;
}
.tooltip__wrapper {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media (min-width: 1220px) {
  .tooltip__wrapper {
    position: absolute;
    background: none;
    width: 380px;
    height: auto;
    overflow: visible;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 25px;
    margin-left: -77px;
  }
}
.active + .tooltip__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tooltip__bg-close {
  padding: 0;
  background: none;
  border: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1220px) {
  .tooltip__bg-close {
    display: none;
  }
}
.tooltip__body {
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 1220px) {
  .tooltip__body {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
  }
}
.tooltip__scroll {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.tooltip__close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  padding: 0;
  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;
  color: #999;
}
.tooltip__close:hover {
  color: #3d54cc;
}
.tooltip__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.tooltip__list {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  padding-left: 15px;
  gap: 10px;
}
.tooltip__text {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}

.status {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  height: 28px;
  padding: 0 12px;
  background: #e6e8f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}
.status_green {
  background: #b7e5c7;
}
.status_red {
  background: #ffcccc;
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  color: #333;
}
.control:hover {
  color: #e5457a;
}
.control i {
  width: 16px;
  height: 16px;
  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;
}
.control b {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  width: calc(100% - 16px);
  padding-left: 10px;
}

.payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}
.payments__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.payments__subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #666;
}
.payments .toggle {
  top: 2px;
}
.payments__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.payments__toggle-text {
  width: calc(100% - 40px);
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.payments__toggle-text span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #666;
}
.payments .error-text {
  margin-top: 10px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}

.quote {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  padding-left: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .quote {
    font-size: 20px;
    line-height: 28px;
    padding-left: 45px;
  }
}
.quote svg {
  width: 17px;
  color: #3d54cc;
  position: absolute;
  top: 2px;
  left: 2px;
}
@media (min-width: 768px) {
  .quote svg {
    top: 4px;
    left: 4px;
  }
}

.video {
  display: block;
  border: none;
  background: #333;
  width: 100%;
  aspect-ratio: 26/14;
}
@media (min-width: 768px) {
  .video {
    aspect-ratio: 78/40;
  }
}

.page-404__title {
  margin-top: 20px;
}
.page-404__body {
  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;
  gap: 30px;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 40px 15px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-404__body {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
  }
}
.page-404__icon {
  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;
  width: 100px;
  height: 100px;
}
.page-404__text {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-404__text span {
    display: block;
  }
}
.page-404__buttons {
  width: 100%;
  max-width: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.page-404__buttons .button {
  padding: 0;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 5;
}

.input {
  position: relative;
  height: 60px;
  width: 100%;
}
.input__item {
  border-radius: 10px;
  padding: 0 14px;
  border: 1px solid #ccc;
  background: #f5f6fa;
  font-weight: 600;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input__item:focus {
  padding-top: 14px;
  border-color: #3d54cc;
}
.input__item:not(:-moz-placeholder-shown) {
  padding-top: 14px;
}
.input__item:not(:-ms-input-placeholder) {
  padding-top: 14px;
}
.input__item:not(:placeholder-shown) {
  padding-top: 14px;
}
.input_icon .input__item {
  padding-right: 50px;
}
.input_error .input__item {
  background: #fff2f6;
  border-color: #ff80aa;
}
.input__label {
  color: #949497;
  font-weight: 600;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input__item:not(:-moz-placeholder-shown) + .input__label {
  font-size: 13px;
  top: 10px;
  transform: none;
}
.input__item:not(:-ms-input-placeholder) + .input__label {
  font-size: 13px;
  top: 10px;
  -ms-transform: none;
      transform: none;
}
.input__item:focus + .input__label, .input__item:not(:placeholder-shown) + .input__label {
  font-size: 13px;
  top: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.input__eye {
  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;
  color: #000;
  opacity: 0.25;
  width: 32px;
  height: 32px;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: none;
  padding: 0;
  border: none;
}
.input__eye:hover {
  opacity: 1;
  color: #3d54cc;
}
.input__eye svg {
  display: none;
}
.input__eye svg + svg {
  display: block;
}
.input__item[type=password] ~ .input__eye svg {
  display: block;
}
.input__item[type=password] ~ .input__eye svg + svg {
  display: none;
}
.input__lock {
  width: 24px;
  height: 24px;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -12px;
  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;
  color: #949497;
}

.textarea {
  position: relative;
  width: 100%;
  height: 120px;
}
.textarea__item {
  resize: none;
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #ccc;
  background: #f5f6fa;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textarea__item::-webkit-scrollbar {
  display: none;
}
.textarea__item:focus {
  padding-top: 27px;
  border-color: #3d54cc;
}
.textarea__item:not(:-moz-placeholder-shown) {
  padding-top: 27px;
}
.textarea__item:not(:-ms-input-placeholder) {
  padding-top: 27px;
}
.textarea__item:not(:placeholder-shown) {
  padding-top: 27px;
}
.textarea_error .textarea__item {
  background: #fff2f6;
  border-color: #ff80aa;
}
.textarea__label {
  color: #949497;
  font-weight: 600;
  z-index: 2;
  position: absolute;
  top: 22px;
  left: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f5f6fa;
  width: calc(100% - 28px);
}
.textarea__item:not(:-moz-placeholder-shown) + .textarea__label {
  font-size: 13px;
  top: 1px;
  padding-top: 9px;
  padding-bottom: 5px;
}
.textarea__item:not(:-ms-input-placeholder) + .textarea__label {
  font-size: 13px;
  top: 1px;
  padding-top: 9px;
  padding-bottom: 5px;
}
.textarea__item:focus + .textarea__label, .textarea__item:not(:placeholder-shown) + .textarea__label {
  font-size: 13px;
  top: 1px;
  padding-top: 9px;
  padding-bottom: 5px;
}

.select {
  width: 100%;
  position: relative;
  background: #f5f6fa;
  border-radius: 10px;
}
.select__label {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #949497;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select.active .select__label {
  font-size: 13px;
  top: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.select select {
  display: none;
}
.select .nice-select {
  z-index: 2;
  float: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 38px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 60px;
  line-height: 58px;
}
.select .nice-select:after {
  background: no-repeat 50%;
  background-size: 12px 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw2IDYuNUwxMSAxLjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  aspect-ratio: 12/8;
  width: 16px;
  height: 16px;
  border: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: -8px 0 0 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.select .nice-select.open {
  border-color: #3d54cc;
  z-index: 3;
}
.select .nice-select.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select .nice-select-dropdown {
  width: 100%;
  min-width: 200px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.select .nice-select-dropdown .list {
  display: block;
  max-height: 220px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .select .nice-select-dropdown .list {
    font-size: 16px;
  }
}
.select .nice-select-dropdown .option {
  padding: 0 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
}
.select .nice-select-dropdown .option.selected {
  font-weight: 700;
}
.select .current {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
}
.select.active .current {
  top: 7px;
}
.select_rtl .nice-select-dropdown {
  left: auto;
  right: 0;
}
.select_small {
  background: none;
}
.select_small .nice-select {
  padding: 0;
  padding-right: 22px;
  margin: 0;
  border: none;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.select_small .nice-select:after {
  right: 0;
}
.select_small.active .current {
  top: 0;
}
.select_error {
  background: #fff2f6;
}
.select_error .nice-select {
  border-color: #e5457a;
}

.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;
  text-align: center;
  gap: 10px;
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 999px;
  border: none;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #3d54cc;
}
@media (min-width: 768px) {
  .button {
    padding: 0 30px;
  }
}
.button:hover {
  background: #e5457a;
}
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button[disabled]:hover {
  background: #3d54cc;
}
.button svg,
.button img {
  width: 20px;
  aspect-ratio: 1/1;
}
.button_pink {
  background: #e5457a;
}
.button_pink:hover {
  background: #3d54cc;
}
.button_pink[disabled]:hover {
  background: #e5457a;
}
.button_fullwidth {
  width: 100%;
}
.button_small {
  height: 40px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .button_small {
    padding: 0 20px;
  }
}
.button_border {
  background: transparent;
  border: 1px solid rgba(61, 84, 204, 0.5);
  color: #3d54cc;
}
.button_border:hover {
  background: transparent;
  border-color: #e5457a;
  color: #e5457a;
}
.button_light {
  background: #edf0fa;
  color: #3d54cc;
}
.button_light:hover {
  background: #edf0fa;
  color: #e5457a;
}
.button_light[disabled]:hover {
  background: #edf0fa;
  color: #3d54cc;
}
.button_light-gray {
  border: 1px solid #c0c1c6;
  background: #f0f1f7;
  color: #333;
  border-radius: 8px;
}
.button_light-gray:hover {
  background: #f0f1f7;
  border-color: #3d54cc;
  color: #3d54cc;
}
.button_toggle-text {
  gap: 0;
  padding: 0;
}
.button_toggle-text span {
  max-width: calc(100% - 20px);
  padding-left: 10px;
  color: #333;
}
.button_toggle-text span del {
  text-decoration: none;
  display: none;
}
@media (min-width: 992px) {
  .button_toggle-text span del {
    display: inline;
  }
}
.button_toggle-text span + span {
  display: none;
}
.button_toggle-text.active {
  background: #e6f2eb;
  color: #27ae60;
}
.button_toggle-text.active span {
  display: none;
}
.button_toggle-text.active span + span {
  display: inline;
}

.checkbox {
  display: block;
  min-height: 20px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  padding: 0;
}
.checkbox__icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  background: #f5f6fa;
  border-radius: 4px;
  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-transition: 0.2s;
  transition: 0.2s;
}
.checkbox__icon svg,
.checkbox__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  aspect-ratio: 14/11;
  width: 14px;
  opacity: 0;
  color: #fff;
}
.checkbox:hover .checkbox__icon {
  border-color: #3d54cc;
}
.checkbox_error .checkbox__icon, .checkbox_error:hover .checkbox__icon {
  border-color: #e5457a;
  background: #fff2f6;
}
.checkbox__input:checked + .checkbox__icon {
  background: #3d54cc;
  border-color: #3d54cc;
}
.checkbox__input:checked + .checkbox__icon svg {
  opacity: 1;
}
.checkbox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20px;
}
.checkbox__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.checkbox__text span {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.checkbox_small-text .checkbox__text {
  font-size: 14px;
  line-height: 20px;
}

.radio {
  display: block;
  min-height: 20px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio__input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  padding: 0;
}
.radio__icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  background: #f5f6fa;
  border-radius: 999px;
  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-transition: 0.2s;
  transition: 0.2s;
}
.radio__icon:before {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  aspect-ratio: 1/1;
  width: 10px;
  background: #fff;
  border-radius: 999px;
  opacity: 0;
}
.radio__icon svg,
.radio__icon img {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  aspect-ratio: 10/6;
  width: 14px;
  opacity: 0;
  color: #fff;
}
.radio:hover .radio__icon {
  border-color: #3d54cc;
}
.radio_v .radio__icon:before {
  display: none;
}
.radio_v .radio__icon svg {
  display: block;
}
.radio_v .radio__input:checked + .radio__icon {
  border-color: #27ae60;
  background: #27ae60;
}
.radio_error .radio__icon, .radio_error:hover .radio__icon {
  border-color: #e5457a;
  background: #fff2f6;
}
.radio__input:checked + .radio__icon {
  background: #3d54cc;
  border-color: #3d54cc;
}
.radio__input:checked + .radio__icon:before,
.radio__input:checked + .radio__icon svg {
  opacity: 1;
}
.radio__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20px;
}
.radio__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.radio__text span {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.radio_small-text .radio__text {
  font-size: 14px;
  line-height: 20px;
}

.toggle {
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toggle__input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
}
.toggle__icon {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #c3c7d9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle__icon:before {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.toggle__input:checked + .toggle__icon {
  background: #3d54cc;
}
.toggle__input:checked + .toggle__icon:before {
  left: 22px;
}

.noUi-target {
  background: #e6e6e6;
  border: none;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 4px;
}
.noUi-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0;
  background: none;
  border: none;
  top: -8px !important;
  right: -10px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.noUi-handle .noUi-touch-area {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #fff;
  border: 4px solid #3d54cc;
}
.noUi-connects {
  border-radius: 999px;
}
.noUi-connect {
  background: #3d54cc;
}

.file {
  background: transparent;
  border: 1px solid rgba(61, 84, 204, 0.5);
  color: #3d54cc;
  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;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 999px;
  padding: 0 20px;
}
.file:hover {
  border-color: #e5457a;
  color: #e5457a;
}
.file input {
  display: none;
}
.file i {
  width: 24px;
  height: 24px;
  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;
}
.file span {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  padding-left: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__toper {
  background: #ebebf2;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.header-mobile__toper-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.header-mobile__toper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  height: 30px;
  padding: 0;
  background: none;
  border: none;
}
.header-mobile__toper-item > svg {
  width: 16px;
  aspect-ratio: 1/1;
  color: #3d54cc;
}
.header-mobile__toper-item b {
  font-size: 13px;
  max-width: calc(100% - 36px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 2px;
}
.header-mobile__toper-item i {
  width: 20px;
  height: 20px;
  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;
  color: #8f8f92;
}
.header-mobile__toper-menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-mobile__toper-menu-back {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
  background: #000;
  opacity: 0.5;
}
.header-mobile__toper-menu-body {
  z-index: 2;
  position: relative;
  background: #fff;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.header-mobile__main {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.header-mobile__main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.header-mobile__main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.header-mobile__main-logo {
  max-width: 120px;
}
.header-mobile__main-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -10px;
}
.header-mobile__main-button {
  width: 40px;
  aspect-ratio: 1/1;
  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;
  padding: 0;
  background: none;
  border: none;
  color: #3d54cc;
  position: relative;
}
.header-mobile__main-button:hover {
  color: #e5457a;
}
.header-mobile__main-button svg {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.header-mobile__main-button svg + svg {
  display: none;
}
.header-mobile__main-button b {
  border-radius: 999px;
  background: #e5457a;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: 2px solid #fff;
  padding: 0 5px;
  line-height: 1;
  height: 20px;
  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;
  font-size: 10px;
}
.header-mobile__submenu {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 10px;
}
.header-mobile__submenu-search.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mobile__submenu-search.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.header-mobile__submenu-search.active .search {
  z-index: 2;
  position: absolute;
  top: 8px;
  left: 10px;
  width: calc(100% - 50px);
}
.header-mobile__submenu-search-close {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
  background: none;
  border: none;
  padding: 0;
}
.header-mobile__submenu-search-close:hover {
  color: #3d54cc;
}
.header-mobile__submenu-search.active .header-mobile__submenu-search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile__submenu-search-results {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
.header-mobile__submenu-search-results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  height: calc(100vh - 160px);
  overflow: hidden;
  overflow-y: auto;
}
.header-mobile__submenu-search-results-list-item:hover {
  color: #3d54cc;
}
.header-mobile__submenu-search.active .header-mobile__submenu-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile__submenu-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
}
.header-mobile__submenu-navs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0;
  background: none;
  border: none;
  height: 40px;
}
.header-mobile__submenu-navs-item:hover {
  color: #3d54cc;
}
.header-mobile__submenu-navs-item img,
.header-mobile__submenu-navs-item svg {
  width: 26px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-mobile__submenu-navs-item span {
  width: calc(100% - 26px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.header-mobile__submenu-navs-level-two {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.header-mobile__submenu-navs-level-two-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  border: none;
  padding: 0;
}
.header-mobile__submenu-navs-level-two-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 2;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.header-mobile__submenu-navs-level-two-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.header-mobile__submenu-navs-level-two-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mobile__submenu-navs-level-two-group + .header-mobile__submenu-navs-level-two-group {
  margin-top: 20px;
}
.header-mobile__submenu-navs-level-two-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.header-mobile__submenu-navs-level-two-title:hover {
  color: #3d54cc;
}
.header-mobile__submenu-navs-level-two-subtitle {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.header-mobile__submenu-navs-level-two-subtitle:hover {
  color: #3d54cc;
}
.header-mobile__submenu-navs-level-two-link {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.header-mobile__submenu-navs-level-two-link:hover {
  color: #3d54cc;
}
.active + .header-mobile__submenu-navs-level-two {
  display: block;
}
.header-mobile__submenu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  position: relative;
}
.header-mobile__submenu-bottom:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20000px;
  margin-left: -10000px;
  height: 100%;
  background: #edf0fa;
}
.header-mobile__submenu-bottom-item {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.header-mobile__submenu-bottom-item:hover {
  color: #3d54cc;
}

.header-desktop {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 12;
}
@media (min-width: 992px) {
  .header-desktop {
    display: block;
  }
}
.header-desktop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  height: 160px;
}
.header-desktop__top {
  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;
  height: 50px;
}
.header-desktop__top-left {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-desktop__top-right {
  width: calc(100% - 290px);
  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;
}
@media (min-width: 1220px) {
  .header-desktop__top-right {
    width: calc(100% - 300px);
  }
}
.header-desktop__bottom {
  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;
  height: 50px;
}
.header-desktop__bottom-left {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-desktop__bottom-right {
  width: calc(100% - 290px);
  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;
}
@media (min-width: 1220px) {
  .header-desktop__bottom-right {
    width: calc(100% - 300px);
  }
}
.header-desktop__logo {
  max-width: 252px;
}
.header-desktop__catalog {
  width: 100%;
}
.header-desktop__catalog i {
  width: 21px;
  height: 21px;
  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;
}
.header-desktop__catalog svg {
  width: auto;
  aspect-ratio: auto;
}
.header-desktop__catalog svg + svg {
  display: none;
}
.header-desktop__phone {
  padding: 0 12px;
  font-size: 12px;
  gap: 5px;
  height: 36px;
}
@media (min-width: 1220px) {
  .header-desktop__phone {
    padding: 0 20px;
    font-size: 14px;
    gap: 10px;
    height: 40px;
  }
}
.header-desktop__phone svg,
.header-desktop__phone img {
  width: 14px;
}
@media (min-width: 1220px) {
  .header-desktop__phone svg,
  .header-desktop__phone img {
    width: 20px;
  }
}
.header-desktop__menu {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 600;
  padding: 0;
  gap: 12px;
}
@media (min-width: 1220px) {
  .header-desktop__menu {
    font-size: 15px;
    gap: 20px;
  }
}
.header-desktop__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative;
  gap: 6px;
}
@media (min-width: 1220px) {
  .header-desktop__menu > li {
    gap: 10px;
  }
}
.header-desktop__menu > li > a {
  line-height: 20px;
}
.header-desktop__menu > li > a:hover {
  color: #3d54cc;
}
.header-desktop__menu > li > svg {
  color: #ccc;
  width: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1220px) {
  .header-desktop__menu > li > svg {
    width: 12px;
  }
}
.header-desktop__menu > li:hover > svg {
  color: #3d54cc;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-desktop__menu > li > ul {
  font-size: 13px;
  opacity: 0;
  height: 0;
  background: #fff;
  overflow: hidden;
  z-index: 3;
  position: absolute;
  top: 40px;
  left: -20px;
  width: 140px;
  border-radius: 10px;
  margin: 0;
  gap: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1220px) {
  .header-desktop__menu > li > ul {
    font-size: 14px;
  }
}
.header-desktop__menu > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-desktop__menu > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
.header-desktop__menu > li > ul > li > a:hover {
  color: #3d54cc;
}
.header-desktop__menu > li:hover > ul {
  opacity: 1;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}
.header-desktop__search {
  max-width: 480px;
}
.header-desktop__search input:focus {
  background: #fff;
  border-radius: 26px 26px 0 0;
  border-color: #e6e7e7;
  -webkit-transition: 0s;
  transition: 0s;
}
.header-desktop__search-results {
  background: #fff;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  width: 100%;
  border-radius: 0 0 26px 26px;
  border: 1px solid #e6e7e7;
  border-top: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-desktop__search-results-wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.header-desktop__search-results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
}
.header-desktop__search-results-list-item:hover {
  color: #3d54cc;
}
.header-desktop__search-results-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-desktop__search.active .header-desktop__search-results {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-desktop__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 20px;
  position: relative;
}
.header-desktop__navs-item {
  min-width: 44px;
  height: 44px;
  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;
  padding: 0;
  background: none;
  border: none;
  color: #3d54cc;
  position: relative;
}
.header-desktop__navs-item:hover {
  color: #e5457a;
}
.header-desktop__navs-item > svg {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.header-desktop__navs-item b {
  border-radius: 999px;
  background: #e5457a;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: 2px solid #fff;
  padding: 0 7px;
  line-height: 1;
  height: 24px;
  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;
  font-size: 10px;
}
.header-desktop__navs-item span {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  padding-left: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: calc(100% - 46px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-desktop__navs-item:hover span {
  color: #3d54cc;
}
.header-desktop__navs-item i {
  width: 20px;
  height: 20px;
  color: #ccc;
  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;
}
.header-desktop__navs-item i svg {
  width: 12px;
  height: auto;
  aspect-ratio: 12/8;
}
.header-desktop__navs-item_sign {
  min-width: 120px;
  max-width: 260px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-desktop__navs-profile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1;
  width: 280px;
  top: 45px;
  left: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.active + .header-desktop__navs-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-catalog {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background: #fff;
  z-index: 11;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-catalog__menu {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 1220px) {
  .header-catalog__menu {
    width: 300px;
  }
}
.header-catalog__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: none;
  background: none;
  text-align: left;
}
.header-catalog__menu-item.active {
  background: #edf0fa;
}
.header-catalog__menu-item svg,
.header-catalog__menu-item img {
  width: 26px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-catalog__menu-item span {
  width: calc(100% - 26px);
  padding-left: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-catalog__body {
  width: calc(100% - 280px);
  height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1220px) {
  .header-catalog__body {
    width: calc(100% - 300px);
  }
}
.header-catalog__body-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-catalog__body-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-catalog__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.header-catalog__title:hover {
  color: #3d54cc;
}
.header-catalog__sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.header-catalog__sub-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.header-catalog__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-catalog__subtitle {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.header-catalog__subtitle:hover {
  color: #3d54cc;
}
.header-catalog__link {
  padding: 5px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.header-catalog__link:hover {
  color: #3d54cc;
}

.search-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 20px;
  max-width: 300px;
  margin: 0 auto;
}
.search-empty__icon {
  background: #edf0fa;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  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;
  color: #3d54cc;
  margin: 0 auto;
}
.search-empty__icon svg {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
}
.search-empty__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.search-empty__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #696a6b;
}

.submenu-actived {
  overflow: hidden;
}
@media (min-width: 992px) {
  .submenu-actived {
    overflow: visible;
  }
}
.submenu-actived .header-mobile__main-button_burger svg {
  display: none;
}
.submenu-actived .header-mobile__main-button_burger svg + svg {
  display: block;
}
.submenu-actived .header-mobile__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-actived {
  overflow: hidden;
}
@media (min-width: 992px) {
  .profile-actived {
    overflow: visible;
  }
}
.profile-actived .header-mobile__toper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .catalog-actived {
    overflow: hidden;
  }
}
.catalog-actived .header-desktop__catalog svg {
  display: none;
}
.catalog-actived .header-desktop__catalog svg + svg {
  display: block;
}
@media (min-width: 992px) {
  .catalog-actived .header-catalog {
    display: block;
  }
}

.footer {
  padding: 30px 0;
  background: #ebebf2;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .footer__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .footer__body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__body-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__body-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer__copy {
    margin-top: 30px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .footer__copy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 45px;
  }
}
.footer__copy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__copy-item:last-child {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .footer__copy-item:last-child {
    padding: 0;
  }
}
.footer__copy-item a:hover {
  color: #3d54cc;
}
.footer__phone {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #3d54cc;
}
.footer__phone:hover {
  color: #e5457a;
}
.footer__subtext {
  font-size: 14px;
  line-height: 24px;
  text-transform: lowercase;
}
.footer__email {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #3d54cc;
}
.footer__email:hover {
  color: #e5457a;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.footer__nav b {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 8px;
}
.footer__nav a {
  font-size: 16px;
  line-height: 24px;
}
.footer__nav a:hover {
  color: #3d54cc;
}
.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__dev svg {
  width: 24px;
  color: #666;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__dev:hover svg {
  color: #e5457a;
}
.footer__dev span {
  width: calc(100% - 24px);
  padding-left: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.slideshow {
  overflow: hidden;
}
@media (min-width: 992px) {
  .slideshow {
    margin-top: 20px;
  }
}
.slideshow .container {
  padding: 0;
}
@media (min-width: 992px) {
  .slideshow .container {
    padding: 0 20px;
  }
}
.slideshow .swiper-button {
  display: none;
}
@media (min-width: 992px) {
  .slideshow .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slideshow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .slideshow__item {
    border-radius: 20px;
    overflow: hidden;
  }
}

.goods-slider {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .goods-slider {
    margin-top: 80px;
  }
}
.goods-slider:before, .goods-slider:after {
  content: "";
  display: none;
  background: #fafafc;
  position: absolute;
  z-index: 2;
  width: 20000px;
  height: calc(100% + 200px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1220px) {
  .goods-slider:before, .goods-slider:after {
    display: block;
  }
}
.goods-slider:before {
  margin-left: -20610px;
}
.goods-slider:after {
  margin-left: 610px;
}
.goods-slider__swiper {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  overflow: visible;
}
@media (min-width: 768px) {
  .goods-slider__swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .goods-slider__swiper {
    margin-top: 40px;
  }
}
.goods-slider__swiper .swiper-button-prev {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .goods-slider__swiper .swiper-button-prev {
    margin-left: 20px;
  }
}
.goods-slider__swiper .swiper-button-next {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .goods-slider__swiper .swiper-button-next {
    margin-right: 20px;
  }
}

.brands-slider {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .brands-slider {
    margin-top: 80px;
  }
}
.brands-slider__swiper {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .brands-slider__swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .brands-slider__swiper {
    margin-top: 40px;
  }
}
.brands-slider__swiper .swiper-button-prev {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .brands-slider__swiper .swiper-button-prev {
    margin-left: 20px;
  }
}
.brands-slider__swiper .swiper-button-next {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .brands-slider__swiper .swiper-button-next {
    margin-right: 20px;
  }
}
.brands-slider__item {
  padding: 10px;
  background: #fff;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .brands-slider__item {
    padding: 15px;
  }
}
.brands-slider__item:hover {
  border-color: #3d54cc;
}
.brands-slider__item img {
  width: 100%;
  aspect-ratio: 146/100;
  -o-object-fit: contain;
     object-fit: contain;
}

.brands > div {
  overflow: visible;
}
.brands__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .brands__slider .swiper {
    margin-top: 40px;
  }
}
.brands__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .brands__head {
    margin-top: 60px;
  }
}
.brands__head-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .brands__head-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.brands__head-group {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.brands__head-item {
  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;
  min-width: 30px;
  height: 30px;
  border: 1px solid #d8d9de;
  background: #f0f1f7;
  border-radius: 4px;
  text-transform: uppercase;
  color: #3d54cc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brands__head-item:hover {
  color: #e5457a;
  border-color: #3d54cc;
}
.brands__head-item:first-child, .brands__head-item_label {
  min-width: 40px;
}
.brands__head-item_label, .brands__head-item_label:hover {
  color: #333;
  border-color: #d8d9de;
}
.brands__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .brands__body {
    gap: 40px;
    margin-top: 60px;
  }
}
.brands__body-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.brands__body-left {
  width: 50px;
  position: sticky;
  top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brands__body-left span {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  top: -90px;
}
@media (min-width: 992px) {
  .brands__body-left span {
    top: -180px;
  }
}
.brands__body-right {
  width: calc(100% - 50px);
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .brands__body-right {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .brands__body-right {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1220px) {
  .brands__body-right {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.brands__body-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.brands__body-item:hover {
  color: #3d54cc;
}

.blogs-slider {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blogs-slider {
    margin-top: 80px;
  }
}
.blogs-slider__swiper {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .blogs-slider__swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .blogs-slider__swiper {
    margin-top: 40px;
  }
}
.blogs-slider__swiper .swiper-button-prev {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .blogs-slider__swiper .swiper-button-prev {
    margin-left: 20px;
  }
}
.blogs-slider__swiper .swiper-button-next {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .blogs-slider__swiper .swiper-button-next {
    margin-right: 20px;
  }
}

.faqs {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .faqs {
    margin-top: 80px;
  }
}
.faqs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .faqs__body {
    margin-top: 40px;
  }
}

.icons-block {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .icons-block {
    margin-top: 80px;
  }
}
.icons-block__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
@media (min-width: 768px) {
  .icons-block__body {
    gap: 30px 20px;
  }
}
@media (min-width: 992px) {
  .icons-block__body {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1220px) {
  .icons-block__body {
    grid-template-columns: repeat(6, 1fr);
  }
}
.icons-block__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .icons-block__body-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.icons-block__body-item svg,
.icons-block__body-item img {
  width: 40px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

.reviews-slider {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .reviews-slider {
    margin-top: 80px;
  }
}
.reviews-slider__swiper {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .reviews-slider__swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .reviews-slider__swiper {
    margin-top: 40px;
  }
}
.reviews-slider__swiper .swiper-button-prev {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .reviews-slider__swiper .swiper-button-prev {
    margin-left: 20px;
  }
}
.reviews-slider__swiper .swiper-button-next {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .reviews-slider__swiper .swiper-button-next {
    margin-right: 20px;
  }
}

.filters {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .filters {
    padding: 0;
  }
}
.filters__head {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 50px;
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .filters__head {
    display: none;
  }
}
.filters__head-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 20px;
}
.filters__head-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background: none;
  border: none;
  color: #999;
}
.filters__head-close:hover {
  color: #3d54cc;
}
.filters__body {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .filters__body {
    position: relative;
    top: 0;
  }
}
.filters__body-scroll {
  height: calc(100vh - 110px);
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .filters__body-scroll {
    height: auto;
  }
}
.filters__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filters__body-button {
  min-height: 40px;
  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;
  background: none;
  border: none;
  text-align: left;
}
.filters__body-button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  width: calc(100% - 20px);
  padding-right: 10px;
}
@media (min-width: 992px) {
  .filters__body-button span {
    width: 100%;
    padding: 0;
  }
}
.filters__body-button i {
  width: 20px;
  height: 20px;
  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;
}
@media (min-width: 992px) {
  .filters__body-button i {
    display: none;
  }
}
.filters__body-button svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.filters__body-button.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters__body-wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .filters__body-wrapper {
    overflow: visible;
    height: auto;
    opacity: 1;
    padding-top: 10px;
  }
}
.active + .filters__body-wrapper {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: visible;
  padding-top: 10px;
}
.filters__body .search {
  margin-bottom: 10px;
}
.filters__body .search__input {
  border-radius: 6px;
  padding: 0 10px;
  padding-right: 35px;
}
.filters__body .search__button {
  color: #999;
  right: 10px;
  cursor: default;
}
.filters__foot {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .filters__foot {
    position: relative;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 20px;
    padding-top: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .filters__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filters__foot .button {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .filters__foot .button {
    height: 50px;
    font-size: 16px;
  }
}
.filters__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  cursor: pointer;
}
.filters__toggle-text {
  width: calc(100% - 40px);
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
}
.filters__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.filters__range-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.filters__range-inputs-item {
  position: relative;
  height: 40px;
}
.filters__range-inputs-item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  text-transform: lowercase;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filters__range-inputs-item input {
  border: 1px solid #c4c5c8;
  background: #f5f6fa;
  border-radius: 6px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.filters__range-slider {
  padding: 8px 0;
}
.filters__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 290px;
}
.filters__checkboxes .show {
  display: block;
}
.filters__checkboxes .hide {
  display: none;
}

.filter-actived {
  overflow: hidden;
}
@media (min-width: 992px) {
  .filter-actived {
    overflow: visible;
  }
}
.filter-actived .filters {
  display: block;
}
.filter-actived main {
  z-index: 11;
}
@media (min-width: 992px) {
  .filter-actived main {
    z-index: 9;
  }
}

.catalog__title {
  margin-top: 20px;
}
.catalog__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #666;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .catalog__subtitle {
    margin-top: 10px;
  }
}
.catalog__subtitle span {
  font-weight: 700;
  color: #333;
}
.catalog__row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .catalog__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
}
.catalog__side {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
}
@media (min-width: 992px) {
  .catalog__side {
    display: block;
    position: relative;
    width: 280px;
    height: auto;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
  }
}
.catalog__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .catalog__body {
    width: calc(100% - 280px);
    padding-left: 20px;
    gap: 20px;
  }
}
.catalog__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.catalog__links a:hover {
  color: #3d54cc;
}
.catalog__links a.active {
  font-size: 18px;
  font-weight: 700;
  border-left: 3px solid #3D54CC;
  padding: 0;
  padding-left: 6px;
}
.catalog__sort {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .catalog__sort {
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .catalog__sort-item_2 {
    display: none;
  }
}
.catalog__sort-item_3 {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 0 10px;
  margin: 0 -10px;
  margin-top: 10px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (min-width: 992px) {
  .catalog__sort-item_3 {
    margin: 0;
    padding: 0;
    overflow: visible;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.catalog__sort-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3d54cc;
  color: #fff;
  border-radius: 999px;
  border: 1px solid #3d54cc;
}
.catalog__sort-tag b {
  font-size: 14px;
  padding-left: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog__sort-tag button {
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  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;
}
.catalog__sort-tag_reset {
  border-color: #d8d9de;
  background: #f0f1f7;
  color: #333;
}
.catalog__sort-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  height: 36px;
}
.catalog__sort-filter:hover {
  color: #e5457a;
}
.catalog__sort-filter svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog__sort-filter:hover svg {
  color: #3d54cc;
}
.catalog__sort-filter span {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
}
.catalog__sort-filter b {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 17px;
  height: 17px;
  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;
  background: #3d54cc;
  color: #fff;
  border-radius: 999px;
}
.catalog__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .catalog__goods {
    gap: 20px;
  }
}
.catalog__goods .good {
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .catalog__goods .good {
    width: calc(33.333333% - 7px);
  }
}
@media (min-width: 992px) {
  .catalog__goods .good {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1220px) {
  .catalog__goods .good {
    width: calc(33.333333% - 14px);
  }
}
.catalog__empty {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 768px) {
  .catalog__empty {
    padding: 0 20px;
  }
}

.categories {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .categories {
    gap: 40px;
  }
}
.categories__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .categories__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .categories__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1220px) {
  .categories__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.categories__list-item {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 15px 10px;
  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;
  text-align: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
@media (min-width: 768px) {
  .categories__list-item {
    padding: 20px;
    gap: 20px;
  }
}
.categories__list-item:hover {
  border-color: #3d54cc;
}
.categories__list-item img {
  width: 46px;
}

.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .card__wrapper {
    -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;
  }
}
.card__gallery {
  position: relative;
}
@media (min-width: 768px) {
  .card__gallery {
    padding-left: 70px;
    min-height: 414px;
  }
}
@media (min-width: 992px) {
  .card__gallery {
    width: 482px;
  }
}
.card__thumbs {
  display: none;
  width: 414px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0;
  position: absolute;
  top: -1px;
  left: 54px;
}
@media (min-width: 768px) {
  .card__thumbs {
    display: block;
  }
}
.card__thumbs .swiper-slide span {
  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;
  padding: 1px;
}
.card__thumbs .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #e1e1e3;
  border-radius: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}
.card__thumbs .swiper-slide img:hover {
  border-color: #3d54cc;
}
.card__thumbs .swiper-slide-thumb-active span {
  padding: 0;
}
.card__thumbs .swiper-slide-thumb-active img {
  border: 2px solid #333;
}
.card__thumbs .swiper-slide-thumb-active img:hover {
  border-color: #333;
}
.card__photo {
  background: #fff;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  margin: 0;
}
@media (min-width: 992px) {
  .card__photo {
    max-width: 412px;
  }
}
.card__photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card__photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}
@media (min-width: 768px) {
  .card__photo img {
    max-height: 410px;
  }
}
@media (min-width: 768px) {
  .card__photo .swiper-pagination {
    display: none;
  }
}
.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .card__body {
    width: calc(100% - 482px);
    padding-left: 20px;
  }
}
@media (min-width: 1220px) {
  .card__body {
    position: relative;
    padding-right: 300px;
  }
}
.card__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 20px;
  max-width: 880px;
}
@media (min-width: 768px) {
  .card__title {
    display: none;
    font-size: 32px;
    line-height: 40px;
  }
}
.card__title_top {
  display: none;
}
@media (min-width: 768px) {
  .card__title_top {
    display: block;
  }
}
.card__sidebar {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .card__sidebar {
    margin: 0;
  }
}
@media (min-width: 1220px) {
  .card__sidebar {
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.card__action {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.card__action-sign {
  background: #f7f9ff;
  padding: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.card__action-sign a {
  color: #3d54cc;
}
.card__action-sign a:hover {
  color: #e5457a;
}
.card__action-notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
.card__action-notify b {
  color: #e5457a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
}
.card__action-price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .card__action-price {
    font-size: 24px;
    line-height: 30px;
  }
}
.card__action-price del {
  color: #999;
  font-size: 16px;
}
@media (min-width: 768px) {
  .card__action-price del {
    font-size: 20px;
  }
}
.card__action .package {
  margin-top: 14px;
}
.card__action-controls {
  margin-top: 10px;
}
.card__action-controls .quantity {
  width: calc(100% - 120px);
}
.card__action-controls .button {
  width: 60px;
}
.card__action-text {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #999;
}
@media (min-width: 768px) {
  .card__action-text {
    font-size: 14px;
  }
}
.card__prompt {
  display: none;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: #fff;
  margin: 12px 0 0 0;
}
.card__prompt.active {
  display: block;
}
.card__prompt-close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.card__prompt-close svg {
  color: #999;
}
.card__prompt-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 22px;
}
.card__prompt-descr {
  font-size: 14px;
  line-height: 20px;
}
.card__props {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 1220px) {
  .card__props {
    margin: 0;
  }
}
.card__props-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.card__props-label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 768px) {
  .card__props-label {
    font-size: 15px;
    line-height: 20px;
  }
}
.card__props-label span {
  color: #333;
}
.card__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.card__description-title,
.card__description h1,
.card__description h2,
.card__description h3,
.card__description h4,
.card__description h5,
.card__description h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.card__description-text,
.card__description p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .card__description-text,
  .card__description p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .card .goods-slider {
    margin-top: 60px;
  }
}

.cart__toper {
  margin-top: 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;
}
.cart__toper .h1 {
  max-width: calc(100% - 182px);
}
@media (min-width: 768px) {
  .cart__toper .h1 {
    max-width: calc(100% - 192px);
  }
}
.cart__toper .button {
  width: 172px;
  padding: 0;
}
.cart__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cart__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.cart__list + .cart__title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cart__list + .cart__title {
    margin-top: 60px;
  }
}
.cart__companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.cart__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom-width: 2px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cart__list {
    border-radius: 16px;
  }
}
@media (min-width: 768px) {
  .cart__companies + .cart__list {
    margin-top: 30px;
  }
}
.cart__item {
  border-top: 1px solid #e6e6e6;
  padding: 20px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cart__item:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .cart__item {
    padding: 30px 20px;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .cart__item {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media (min-width: 1220px) {
  .cart__item {
    padding: 20px 30px;
    padding-right: 0;
  }
}
.cart__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cart__item-left {
    width: calc(100% - 480px);
  }
}
@media (min-width: 1220px) {
  .cart__item-left {
    width: calc(100% - 580px);
  }
}
.cart__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
}
@media (min-width: 768px) {
  .cart__item-right {
    gap: 20px;
    padding-left: 170px;
  }
}
@media (min-width: 992px) {
  .cart__item-right {
    width: 480px;
    padding-top: 30px;
    padding-left: 20px;
  }
}
@media (min-width: 1220px) {
  .cart__item-right {
    width: 580px;
    position: relative;
    padding-right: 60px;
    padding-left: 40px;
    gap: 35px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cart__item-numb {
  display: none;
  width: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #999;
}
@media (min-width: 768px) {
  .cart__item-numb {
    display: block;
  }
}
.cart__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .cart__item-info {
    width: calc(100% - 50px);
  }
}
.cart__item-info-photo {
  width: 60px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .cart__item-info-photo {
    width: 100px;
  }
}
.cart__item-info-body {
  width: calc(100% - 60px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .cart__item-info-body {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.cart__item-info-art {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.cart__item-info-art span {
  color: #333;
}
.cart__item-info-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.cart__item .package {
  max-width: 165px;
}
.cart__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1220px) {
  .cart__item-price {
    gap: 40px;
  }
}
.cart__item-price-quantity {
  width: 140px;
}
.cart__item-price-quantity b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
  color: #999;
  text-align: center;
}
.cart__item-price-pieces {
  width: calc(100% - 140px);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1220px) {
  .cart__item-price-pieces {
    width: auto;
    padding-left: 0;
  }
}
.cart__item-price-pieces b {
  font-size: 18px;
  line-height: 20px;
}
.cart__item-price-pieces span {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #666;
}
.cart__item-notify {
  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;
  width: 100%;
}
@media (min-width: 768px) {
  .cart__item-notify {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 64px;
  }
}
@media (min-width: 992px) {
  .cart__item-notify {
    margin-top: -30px;
  }
}
.cart__item-notify-text {
  max-width: calc(100% - 140px);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #e5457a;
}
@media (min-width: 768px) {
  .cart__item-notify-text {
    font-size: 14px;
  }
}
.cart__item-notify-button {
  width: 140px;
}
.cart__item-delete {
  width: 34px;
  height: 34px;
  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;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999;
  z-index: 1;
}
@media (min-width: 1220px) {
  .cart__item-delete {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    margin-top: -30px;
  }
}
.cart__item-delete:hover {
  color: #3d54cc;
}
.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cart__bottom {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.cart__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .cart__bottom-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 300px);
    gap: 10px;
  }
}
@media (min-width: 1220px) {
  .cart__bottom-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
.cart__bottom-right {
  padding: 0;
}
@media (min-width: 768px) {
  .cart__bottom-right {
    width: 280px;
  }
}
.cart__bottom-total {
  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;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .cart__bottom-total {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
    height: 50px;
  }
}
.cart__bottom-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #f8e8ef;
}
@media (min-width: 768px) {
  .cart__bottom-warning {
    font-size: 16px;
  }
}
@media (min-width: 1220px) {
  .cart__bottom-warning {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 600px;
  }
}
.cart__bottom-warning span {
  color: #e5457a;
}
@media (min-width: 992px) {
  .cart .package {
    z-index: auto;
  }
}
@media (min-width: 992px) {
  .cart .package__sub {
    z-index: 1;
  }
}

.order__title {
  margin-top: 20px;
}
.order__back {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .order__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .order__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .order__body {
    width: calc(100% - 320px);
  }
}
@media (min-width: 1220px) {
  .order__body {
    width: calc(100% - 400px);
  }
}
.order__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .order__side {
    width: 300px;
  }
}
@media (min-width: 1220px) {
  .order__side {
    width: 380px;
  }
}
.order__side .order__thing {
  overflow: hidden;
}
.order__thing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  border-radius: 16px;
}
@media (min-width: 1220px) {
  .order__thing {
    padding: 30px;
  }
}
.order__thing-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.order__thing-title span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9c;
}
.order__thing-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.order__thing-subtitle span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9c;
}
.order__thing-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.order__thing-list {
  margin: -30px -20px;
  margin-top: -10px;
}
@media (min-width: 992px) {
  .order__thing-list {
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1220px) {
  .order__thing-list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.order__thing-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 1220px) {
  .order__thing-list-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.order__thing-list-item:first-child {
  border-top: none;
}
.order__thing-list-numb {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 40px;
  color: #999;
}
.order__thing-list-photo {
  width: 40px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.order__thing-list-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 150px);
  padding-left: 10px;
}
@media (min-width: 1220px) {
  .order__thing-list-name {
    width: calc(100% - 156px);
    padding-left: 20px;
  }
}
.order__thing-list-name:hover {
  color: #3d54cc;
}
.order__thing-list-count {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
@media (min-width: 1220px) {
  .order__thing-list-count {
    width: 76px;
    padding-left: 16px;
  }
}
.order__thing-list-count:before {
  content: "×";
  width: 20px;
  color: #999;
}
.order__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .order__bottom {
    width: calc(100% - 320px);
  }
}
@media (min-width: 1220px) {
  .order__bottom {
    width: calc(100% - 400px);
    padding: 0 30px;
    gap: 30px;
  }
}
.order__bottom-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.order__bottom-total-item {
  font-size: 16px;
  line-height: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order__bottom-total-item span {
  font-weight: 600;
}
.order__bottom-total-item span + span {
  font-weight: 700;
}
.order__bottom-total-item_big {
  font-size: 22px;
  line-height: 30px;
}
.order__bottom-total-item_big span {
  font-weight: 700;
}
.order__bottom-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .order__bottom-final {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .order__bottom-final-checkbox {
    width: calc(100% - 220px);
    padding-right: 30px;
  }
}
.order__bottom-final-button {
  padding: 0;
}
@media (min-width: 768px) {
  .order__bottom-final-button {
    width: 220px;
  }
}
.order__done {
  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;
  gap: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .order__done {
    margin-top: 40px;
    padding: 30px;
  }
}
.order__done-icon {
  width: 40px;
  height: 40px;
  color: #3d54cc;
}
.order__done-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  width: 100%;
}
.order__done-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.cabinet {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .cabinet {
    padding-bottom: 0;
    gap: 60px;
  }
}
.cabinet .bottom-buttons {
  bottom: 60px;
}
@media (min-width: 992px) {
  .cabinet .bottom-buttons {
    bottom: 0;
  }
}
.cabinet__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .cabinet__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cabinet__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #3d54cc;
}
@media (min-width: 992px) {
  .cabinet__side {
    position: relative;
    height: auto;
    width: 280px;
    background: none;
    gap: 20px;
  }
}
.cabinet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .cabinet__body {
    width: calc(100% - 280px);
    padding-left: 20px;
  }
}
.cabinet__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .cabinet__navs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 16px;
    padding: 10px 0;
  }
}
.cabinet__navs-item {
  width: 20%;
  opacity: 0.4;
  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;
  gap: 4px;
  color: #fff;
  height: 60px;
  padding: 0 4px;
  padding-top: 6px;
}
@media (min-width: 992px) {
  .cabinet__navs-item {
    opacity: 1;
    color: #333;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    gap: 12px;
    width: 100%;
    border-left: 4px solid transparent;
    padding: 0;
    padding-left: 18px;
    min-height: 40px;
  }
}
@media (min-width: 992px) {
  .cabinet__navs-item:hover {
    color: #e5457a;
  }
}
.cabinet__navs-item:last-child {
  display: none;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .cabinet__navs-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cabinet__navs-item:last-child i {
  color: #999;
}
.cabinet__navs-item i {
  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;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .cabinet__navs-item i {
    color: #3d54cc;
  }
}
.cabinet__navs-item span {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cabinet__navs-item span {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }
}
.cabinet__navs-item.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .cabinet__navs-item.active {
    border-color: #3d54cc;
  }
}
.cabinet__manager {
  display: none;
}
@media (min-width: 992px) {
  .cabinet__manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cabinet__title {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .cabinet__title {
    margin-bottom: 40px;
  }
}
.cabinet__title_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.cabinet__title_back a {
  width: 36px;
  height: 36px;
  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;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 999px;
}
.cabinet__title_back a:hover {
  color: #e5457a;
  border-color: #3d54cc;
}
.cabinet__title_back span {
  width: calc(100% - 36px);
  padding-left: 10px;
}
@media (min-width: 768px) {
  .cabinet__title_back span {
    padding-left: 20px;
  }
}
.cabinet__profile {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (min-width: 992px) {
  .cabinet__profile {
    padding: 30px;
    gap: 30px;
  }
}
.cabinet__profile-info {
  display: grid;
  gap: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .cabinet__profile-info {
    grid-template-columns: 1.3fr 1fr;
  }
}
.cabinet__profile-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.cabinet__profile-info-item span {
  color: #999;
  font-size: 14px;
}
.cabinet__profile-info-item .link {
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.cabinet__entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cabinet__entity-toper {
  border: 1px solid #e1e1e3;
  border-radius: 16px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .cabinet__entity-toper {
    padding: 20px 30px;
  }
}
.cabinet__entity-toper i {
  width: 24px;
  height: 24px;
  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: #8d8d8e;
}
.cabinet__entity-toper:hover i {
  color: #3d54cc;
}
.cabinet__entity-toper span {
  width: calc(100% - 24px);
  padding-left: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
@media (min-width: 768px) {
  .cabinet__entity-toper span {
    font-size: 15px;
    line-height: 20px;
  }
}
.cabinet__entity-thing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet__entity-thing-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebebf2;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-head {
    padding: 10px 20px;
  }
}
.cabinet__entity-thing-head-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  width: calc(100% - 72px);
  padding-right: 10px;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-head-text {
    font-size: 18px;
    width: calc(100% - 90px);
    padding-right: 20px;
  }
}
.cabinet__entity-thing-head-buttons {
  width: 72px;
  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;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-head-buttons {
    width: 90px;
  }
}
.cabinet__entity-thing-head-button {
  background: none;
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  color: #999;
  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;
}
.cabinet__entity-thing-head-button:hover {
  color: #3d54cc;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-head-button {
    width: 40px;
    height: 40px;
  }
}
.cabinet__entity-thing-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 0 0 16px 16px;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-body {
    padding: 0 30px;
    gap: 0;
  }
}
.cabinet__entity-thing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-item {
    padding: 20px 0;
  }
}
.cabinet__entity-thing-item:first-child {
  border-top: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-item:first-child {
    padding-top: 20px;
  }
}
.cabinet__entity-thing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-list {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cabinet__entity-thing-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet__entity-thing-list span {
  font-size: 14px;
  color: #999;
}
.cabinet__entity-thing-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-docs {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
  }
}
.cabinet__entity-thing-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.cabinet__entity-thing-loads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-loads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.cabinet__entity-thing-loads:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
}
.active + .cabinet__entity-thing-loads:before {
  display: none;
}
.cabinet__entity-thing-load {
  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;
  gap: 6px;
}
.cabinet__entity-thing-load-button {
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet__entity-thing-load-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-load-button i {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cabinet__entity-thing-load-button span {
  width: calc(100% - 24px);
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 768px) {
  .cabinet__entity-thing-load-button span {
    padding-left: 6px;
  }
}
.cabinet__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .cabinet__add {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cabinet__add .button {
  padding: 0 30px;
}
.cabinet__empty {
  max-width: none;
  margin: 0;
}
.cabinet__addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cabinet__addresses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .cabinet__addresses-list {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 16px;
    gap: 0;
  }
}
.cabinet__addresses-item {
  position: relative;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .cabinet__addresses-item {
    padding: 20px 30px;
    padding-right: 130px;
    gap: 0;
    border: none;
    background: none;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
  }
}
@media (min-width: 768px) {
  .cabinet__addresses-item:first-child {
    border-top: none;
  }
}
.cabinet__addresses-buttons {
  width: 72px;
  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;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  .cabinet__addresses-buttons {
    width: 90px;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.cabinet__addresses-button {
  background: none;
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  color: #999;
  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;
}
.cabinet__addresses-button:hover {
  color: #3d54cc;
}
@media (min-width: 768px) {
  .cabinet__addresses-button {
    width: 40px;
    height: 40px;
  }
}
.cabinet__addresses-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  width: calc(100% - 82px);
}
@media (min-width: 768px) {
  .cabinet__addresses-title {
    width: 100%;
    line-height: 20px;
  }
}
.cabinet__addresses-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  color: #999;
  word-break: break-all;
}
.cabinet__toper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.cabinet__toper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet__toper .h1 {
  margin: 0;
}
.cabinet__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  gap: 8px 4px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cabinet__choose {
    margin-top: 40px;
  }
}
@media (min-width: 1220px) {
  .cabinet__choose {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
}
.cabinet__choose-item {
  height: 32px;
  background: #ebebf2;
  border: none;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 999px;
  color: #3d54cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet__choose-item.active {
  background: #3d54cc;
  color: #fff;
}
.cabinet__orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet__orders-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1220px) {
  .cabinet__orders-list {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 16px;
    gap: 0;
  }
}
.cabinet__orders-thing {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  gap: 10px;
}
@media (min-width: 1220px) {
  .cabinet__orders-thing {
    grid-template-columns: 1fr 1.2fr 1.2fr 1fr 1.4fr 0.85fr;
    background: none;
    border-radius: 0;
    border: none;
    border-top: 1px solid #e6e6e6;
  }
}
.cabinet__orders-thing:first-child {
  display: none;
}
@media (min-width: 1220px) {
  .cabinet__orders-thing:first-child {
    display: grid;
    border-top: none;
  }
}
.cabinet__orders-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.cabinet__orders-text {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 16px;
}
@media (min-width: 1220px) {
  .cabinet__orders-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cabinet__orders-text b {
  font-weight: 600;
}
@media (min-width: 1220px) {
  .cabinet__orders-text b {
    display: none;
  }
}
.cabinet__orders-text span {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cabinet__orders-text i {
  font-style: normal;
  color: #666;
}
.cabinet__orders .control {
  height: 30px;
}
@media (min-width: 1220px) {
  .cabinet__orders .control {
    height: 40px;
  }
}
.cabinet__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet__order-toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1220px) {
  .cabinet__order-toper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cabinet__order-toper-item {
  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;
  gap: 10px;
}
.cabinet__order-toper-item:last-child {
  padding: 0 20px;
  gap: 30px;
}
@media (min-width: 1220px) {
  .cabinet__order-toper-item:last-child {
    padding: 0;
  }
}
.cabinet__order-toper-button {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 20px;
  height: 40px;
  gap: 10px;
  border-radius: 999px;
}
.cabinet__order-toper-button:hover {
  color: #e5457a;
  border-color: #3d54cc;
}
.cabinet__order-toper-button i {
  width: 20px;
  height: 20px;
  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;
}
.cabinet__order-toper-button b {
  font-size: 15px;
}
.cabinet__order-toper-button.active {
  background: #3d54cc;
  border-color: #3d54cc;
  color: #fff;
}
.cabinet__order-toper-button.active:hover {
  background: #e5457a;
  border-color: #e5457a;
}
.cabinet__order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  padding-bottom: 30px;
}
@media (min-width: 1220px) {
  .cabinet__order-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
}
.cabinet__order-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1220px) {
  .cabinet__order-info-body {
    width: calc(100% - 300px);
    padding-right: 20px;
  }
}
.cabinet__order-info-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.cabinet__order-info-body-item i {
  width: 100%;
  color: #999;
  font-style: normal;
}
.cabinet__order-info-body-item .status {
  margin-top: 10px;
}
.cabinet__order-info-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #fafafc;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
}
@media (min-width: 1220px) {
  .cabinet__order-info-side {
    width: 300px;
  }
}
.cabinet__order-info-side li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
}
.cabinet__order-info-side li:last-child {
  font-weight: 700;
}
@media (min-width: 768px) {
  .cabinet__order-info-side li:last-child {
    font-size: 16px;
  }
}
.cabinet__order-info-side span {
  line-height: 20px;
}
.cabinet__order-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 16px;
  margin-top: 20px;
}
@media (min-width: 1220px) {
  .cabinet__order-goods {
    padding: 0 30px;
  }
}
.cabinet__order-goods-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 20px;
  padding-bottom: 10px;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-title {
    padding: 30px 0;
    padding-bottom: 10px;
  }
}
.cabinet__order-goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cabinet__order-goods-item {
    padding-right: 20px;
  }
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.cabinet__order-goods-item:last-child {
  border-bottom: none;
}
.cabinet__order-goods-item-left {
  width: 40px;
  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;
  gap: 10px;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-left {
    width: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cabinet__order-goods-item-right {
  width: calc(100% - 40px);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-right {
    width: calc(100% - 110px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cabinet__order-goods-item-numb {
  color: #999;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-numb {
    width: 50px;
  }
}
.cabinet__order-goods-item-photo {
  width: 40px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-photo {
    width: 60px;
  }
}
.cabinet__order-goods-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-info {
    width: 360px;
  }
}
.cabinet__order-goods-item-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.cabinet__order-goods-item-art span {
  font-weight: 400;
  color: #666;
}
.cabinet__order-goods-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cabinet__order-goods-item-name:hover {
  color: #3d54cc;
}
.cabinet__order-goods-item-total {
  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;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-total {
    width: 280px;
  }
}
.cabinet__order-goods-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #666;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-quantity {
    width: 160px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cabinet__order-goods-item-quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-quantity span {
    width: 60px;
  }
}
.cabinet__order-goods-item-quantity span:before {
  content: "×";
}
.cabinet__order-goods-item-price {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
@media (min-width: 1220px) {
  .cabinet__order-goods-item-price {
    width: 100px;
  }
}
.cabinet__acts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-top: 20px;
}
.cabinet__acts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .cabinet__acts-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
  }
}
.cabinet__acts-item:first-child {
  border-top: none;
}
.cabinet__acts-item time {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 768px) {
  .cabinet__acts-item time {
    width: 170px;
    padding-right: 20px;
  }
}
.cabinet__acts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .cabinet__acts-item a {
    width: calc(100% - 170px);
  }
}
.cabinet__acts-item i {
  width: 19px;
  height: 24px;
  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;
}
.cabinet__acts-item span {
  width: calc(100% - 19px);
  padding-left: 13px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.fancybox__slide {
  padding: 0;
}
.fancybox__content .is-close-btn {
  background: none;
  color: #999;
  width: 50px;
  height: 50px;
  top: 0 !important;
  right: 0 !important;
  border-radius: 0;
  opacity: 1 !important;
}
.fancybox__content .is-close-btn:hover {
  color: #3d54cc;
}

.modal {
  display: none;
  width: 100%;
  max-width: 440px;
  padding: 0;
}
@media (min-width: 768px) {
  .modal {
    border-radius: 20px;
  }
}
.modal_big {
  max-width: 580px;
}
.modal_big .modal__buttons {
  max-width: 380px;
}
.modal .center {
  text-align: center;
}
.modal .gray {
  color: #666;
}
.modal a.gray:hover {
  color: #3d54cc;
}
.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .modal__body {
    padding: 30px;
    min-height: 1px;
  }
}
.modal__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__body-item .input + .modal__text {
  margin-top: 10px;
}
.modal__body-item .modal__text + .error-text {
  margin-top: 20px;
}
.modal__body-item .checkbox + .error-text {
  padding-left: 30px;
}
.modal__body-item + .modal__body-item {
  margin-top: 20px;
}
.modal__title {
  width: calc(100% - 30px);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px) {
  .modal__title {
    width: calc(100% - 20px);
    font-size: 22px;
  }
}
.modal__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.modal__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3d54cc;
}
@media (min-width: 768px) {
  .modal__icon {
    margin-top: 20px;
  }
}
.modal__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.modal .button_fullwidth {
  padding: 0;
  margin: 0 auto;
  max-width: 290px;
}
.modal_big .button_fullwidth {
  margin: 0;
}
.modal__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal__files-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}
.modal__files-item span {
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #3d54cc;
  word-break: break-all;
  padding-right: 20px;
}
.modal__files-item button {
  background: none;
  border: none;
  padding: 0;
  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;
  color: #999;
  width: 40px;
  height: 40px;
}
.modal__files-item button:hover {
  color: #e5457a;
}
.modal__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .modal__inputs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.modal__addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal__addresses-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__col-buttons {
  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;
  gap: 10px;
}
.modal__col-buttons .button {
  width: 100%;
  padding: 0;
  max-width: 220px;
}
.modal__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__manager img {
  width: 60px;
  height: 60px;
}
.modal__manager span {
  width: calc(100% - 60px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__stars-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #999;
}
.modal__stars [data-star-rating] .gl-star-rating--stars {
  gap: 4px;
}
.modal__stars [data-star-rating] .gl-star-rating--stars > span {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
.modal__stars [data-star-rating] .gl-star-rating--stars[aria-label]:after {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 16px;
}
.modal__stars .error-text {
  margin-top: 10px;
}

.sign__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .sign__main {
    gap: 40px;
  }
}
.sign__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.sign__body_small {
  max-width: 440px;
}
.sign__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sign__body-thing {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .sign__body-thing {
    padding: 30px;
  }
}
.sign__body-thing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sign__body-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.sign__body-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .sign__body-bottom {
    padding: 0 30px;
  }
}
.sign__body-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sign__body-bottom .button {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 0;
}
.sign__body-bottom .error-text {
  padding-left: 30px;
}
.sign__text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.sign__empty {
  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;
  gap: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 30px 20px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 30px 20px;
}
.sign__empty svg {
  color: #3d54cc;
}
.sign__empty b {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.sign__empty span {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.sign__empty .button {
  min-width: 180px;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about__wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .about__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about__h1 {
  margin-top: 20px;
}
.about__photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
@media (min-width: 992px) {
  .about__photo {
    width: 45%;
    max-height: none;
  }
}
@media (min-width: 1220px) {
  .about__photo {
    width: 550px;
  }
}
.about__body {
  background: #3d54cc;
  color: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .about__body {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .about__body {
    width: 55%;
    background: none;
  }
}
@media (min-width: 1220px) {
  .about__body {
    width: calc(100% - 550px);
    min-height: 400px;
  }
}
.about__body:before {
  content: "";
  display: none;
  width: 1000px;
  height: 1000px;
  background: #3d54cc;
  z-index: 1;
  margin-top: -500px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .about__body:before {
    display: block;
  }
}
.about__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .about__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.about__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .about__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.three-things {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .three-things {
    margin-top: 80px;
  }
}
.three-things__items {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .three-things__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .three-things__items {
    gap: 20px;
  }
}
.three-things__item {
  background: #EDF0FA;
  border-radius: 16px;
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
  padding-right: 100px;
}
@media (min-width: 992px) {
  .three-things__item {
    padding: 30px 20px;
    padding-right: 100px;
  }
}
.three-things__item b {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .three-things__item b {
    font-size: 18px;
    line-height: 22px;
  }
}
.three-things__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .three-things__item span {
    font-size: 16px;
    line-height: 20px;
  }
}
.three-things__item img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.contacts__title {
  margin-top: 20px;
}
.contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
.contacts__info {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .contacts__info {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contacts__info-item {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contacts__info-item {
    border-radius: 20px;
  }
}
.contacts__info-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contacts__info-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.contacts__info-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .contacts__info-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts__info-socials {
  margin-top: 10px;
}
.contacts__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__map-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contacts__map-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.contacts__map-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contacts__map-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts__map-item {
  width: 100%;
  height: 400px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .contacts__map-item {
    border-radius: 20px;
  }
}
.contacts__bottom {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contacts__bottom {
    padding: 30px;
    border-radius: 20px;
  }
}
.contacts__bottom-title {
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contacts__bottom-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.contacts__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contacts__bottom-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.contacts__bottom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contacts__bottom-col {
    width: calc(50% - 10px);
  }
}
.contacts__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .contacts__bottom-item {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts__bottom-item span {
  color: #999;
}

.content__title {
  margin-top: 20px;
}
.content__toper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.content__toper .content__title {
  margin: 0;
}
.content__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
@media (min-width: 992px) {
  .content__wrapper {
    margin-top: 40px;
    border-radius: 20px;
  }
}
.content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 30px 20px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content__body {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .content__body {
    padding: 40px 30px;
  }
}
.content__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.content__body ul,
.content__body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
}
.content__body ul.gap-0,
.content__body ol.gap-0 {
  gap: 0;
}
.content__body ul ul,
.content__body ul ol,
.content__body ol ul,
.content__body ol ol {
  gap: 0;
}
.content__body ul ul li,
.content__body ul ol li,
.content__body ol ul li,
.content__body ol ol li {
  list-style-type: disc;
}
.content__body img {
  width: 100%;
}
.content .table {
  overflow: hidden;
  overflow-x: auto;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .content .table {
    width: 100%;
    border: 1px solid #e6e7e7;
    margin: 0;
  }
}
.content .table table {
  font-size: 15px;
  line-height: 20px;
  border-collapse: collapse;
  width: 100%;
  min-width: 778px;
}
.content .table th,
.content .table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e6e7e7;
  text-align: left;
}
.content .table thead tr {
  background: #ebebf2;
}
.content .table thead th,
.content .table thead td {
  border-bottom: none;
}
.content__big-pic {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .content__big-pic {
    height: 400px;
  }
}
.content__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content__date-item {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #e5457a;
  padding: 0 5px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}

.vacancy__title {
  margin-top: 20px;
}
.vacancy__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .vacancy__body {
    margin-top: 40px;
  }
}
.vacancy__body .faqs__body {
  margin: 0;
}

.blogs__title {
  margin-top: 20px;
}
.blogs__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .blogs__wrapper {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .blogs__wrapper {
    margin-top: 40px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .blogs__wrapper .navs {
    gap: 40px;
  }
}
.blogs__body {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .blogs__body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .blogs__body {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
  }
}

.reviews__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .reviews__wrapper {
    margin-top: 40px;
  }
}
.reviews__wrapper .navs {
  gap: 10px;
}
.reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.favorites__title {
  margin-top: 20px;
}
.favorites__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .favorites__body {
    margin-top: 40px;
    gap: 30px 20px;
  }
}
.favorites__body > * {
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .favorites__body > * {
    width: calc(33.333333% - 7px);
  }
}
@media (min-width: 1220px) {
  .favorites__body > * {
    width: calc(25% - 15px);
  }
}
/* End */


/* Start:/local/templates/page/css/additional.css?17791713221776*/
.contacts__map--buttons {
    margin-bottom: 20px;
}

.contacts__map--buttons > DIV {
    display: inline-block;
    width: 45%;
}

.contacts__map--buttons .contacts__map-text {
    cursor: pointer;
    margin-bottom: 5px;
    text-decoration: underline;
}

.contacts__map--buttons .contacts__map-text.active {
    color: #3d54cc;
    text-decoration: none;
    cursor: default;
}

.contacts__map-hint A {
    text-decoration: underline;
    color: #3d54cc;
}

.modal__block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    display: none;
}

.modal__block.active {
    display: block;
}

.modal__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal__wrapper .modal {
    display: block;
    z-index: 999;
    background: white;
    border-radius: 20px;
    max-height: 100%;
    position: relative;
}

.modal__wrapper .modal .modal__close BUTTON {
    background: none;
    color: #999;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.modal__wrapper .modal .modal__close BUTTON SVG {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    pointer-events: none;
}

input.error,
textarea.error,
select.error {
    border: 1px solid red;
}

.error .checkbox__text{
    color:red;
}

.error .js-select{
    border: 1px solid red;
}

.js-form-submit-button-in-action{
    opacity:0.2;
}

.hide{
    display:none;
}

.modal{
    min-width:440px;
}

.modal-large{
    min-width:580px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu/style.min.css?17727539983715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/.default/components/bitrix/menu/top_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/.default/components/bitrix/menu/top_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/.default/components/bitrix/menu/top_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


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


/* Start:/local/templates/.default/components/bitrix/menu/bottom_menu/style.min.css?1772753998490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/page/css/fancybox.min.css?177275399825464 */
/* /local/templates/page/css/niceselect2.min.css?17727539983502 */
/* /local/templates/page/css/normalize.min.css?17727539981861 */
/* /local/templates/page/css/nouislider.min.css?17727539984220 */
/* /local/templates/page/css/star-rating.min.css?17727539984409 */
/* /local/templates/page/css/swiper.min.css?177275399816237 */
/* /local/templates/page/css/style.css?1772753998206997 */
/* /local/templates/page/css/additional.css?17791713221776 */
/* /local/templates/.default/components/bitrix/menu/top_menu/style.min.css?17727539983715 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1772753998467 */
/* /local/templates/.default/components/bitrix/menu/bottom_menu/style.min.css?1772753998490 */
