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

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

input[type=radio] {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

fieldset {
  border: none;
}

@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-45Light.eot);
  src: local("Univers LT CYR 45 Light"), local("UniversLTCYR-45Light"), url(../fonts/UniversLTCYR-45Light.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-45Light.woff2) format("woff2"), url(../fonts/UniversLTCYR-45Light.woff) format("woff"), url(../fonts/UniversLTCYR-45Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-85XBlack.eot);
  src: local("Univers LT CYR 85 Extra Black"), local("UniversLTCYR-85XBlack"), url(../fonts/UniversLTCYR-85XBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-85XBlack.woff2) format("woff2"), url(../fonts/UniversLTCYR-85XBlack.woff) format("woff"), url(../fonts/UniversLTCYR-85XBlack.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR 55";
  src: url(../fonts/UniversLTCYR-75BlackOblique.eot);
  src: local("Univers LT CYR 75 Black Oblique"), local("UniversLTCYR-75BlackOblique"), url(../fonts/UniversLTCYR-75BlackOblique.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-75BlackOblique.woff2) format("woff2"), url(../fonts/UniversLTCYR-75BlackOblique.woff) format("woff"), url(../fonts/UniversLTCYR-75BlackOblique.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-67BoldCond.eot);
  src: local("Univers LT CYR 67 Bold Condensed"), local("UniversLTCYR-67BoldCond"), url(../fonts/UniversLTCYR-67BoldCond.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-67BoldCond.woff2) format("woff2"), url(../fonts/UniversLTCYR-67BoldCond.woff) format("woff"), url(../fonts/UniversLTCYR-67BoldCond.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-55Roman.eot);
  src: local("Univers LT CYR 55 Roman"), local("UniversLTCYR-55Roman"), url(../fonts/UniversLTCYR-55Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-55Roman.woff2) format("woff2"), url(../fonts/UniversLTCYR-55Roman.woff) format("woff"), url(../fonts/UniversLTCYR-55Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-57Condensed.eot);
  src: local("Univers LT CYR 57 Condensed"), local("UniversLTCYR-57Condensed"), url(../fonts/UniversLTCYR-57Condensed.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-57Condensed.woff2) format("woff2"), url(../fonts/UniversLTCYR-57Condensed.woff) format("woff"), url(../fonts/UniversLTCYR-57Condensed.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-49LightUltCond.eot);
  src: local("Univers LT CYR 49 Light Ultra Condensed"), local("UniversLTCYR-49LightUltCond"), url(../fonts/UniversLTCYR-49LightUltCond.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-49LightUltCond.woff2) format("woff2"), url(../fonts/UniversLTCYR-49LightUltCond.woff) format("woff"), url(../fonts/UniversLTCYR-49LightUltCond.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-59UltCond.eot);
  src: local("Univers LT CYR 59 Ultra Condensed"), local("UniversLTCYR-59UltCond"), url(../fonts/UniversLTCYR-59UltCond.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-59UltCond.woff2) format("woff2"), url(../fonts/UniversLTCYR-59UltCond.woff) format("woff"), url(../fonts/UniversLTCYR-59UltCond.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-39ThinUltCond.eot);
  src: local("Univers LT CYR 39 Thin Ultra Condensed"), local("UniversLTCYR-39ThinUltCond"), url(../fonts/UniversLTCYR-39ThinUltCond.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-39ThinUltCond.woff2) format("woff2"), url(../fonts/UniversLTCYR-39ThinUltCond.woff) format("woff"), url(../fonts/UniversLTCYR-39ThinUltCond.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Univers LT CYR";
  src: url(../fonts/UniversLTCYR-47LightCond.eot);
  src: local("Univers LT CYR 47 Light Condensed"), local("UniversLTCYR-47LightCond"), url(../fonts/UniversLTCYR-47LightCond.eot?#iefix) format("embedded-opentype"), url(../fonts/UniversLTCYR-47LightCond.woff2) format("woff2"), url(../fonts/UniversLTCYR-47LightCond.woff) format("woff"), url(../fonts/UniversLTCYR-47LightCond.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.fancybox-image {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.fancybox__caption {
  font-size: 30px;
}
.fancybox__content {
  width: 100%;
  height: 100%;
}

.animations__bounce-in-left {
  -webkit-animation: bounceInLeft 1.2s;
          animation: bounceInLeft 1.2s;
}
@media (max-width: 480px) {
  .animations__bounce-in-left {
    -webkit-animation: none;
            animation: none;
  }
}
.animations__in-left {
  -webkit-animation: inLeft 1.2s;
          animation: inLeft 1.2s;
}
@media (max-width: 480px) {
  .animations__in-left {
    -webkit-animation: none;
            animation: none;
  }
}
.animations__bounce-in-right {
  -webkit-animation: bounceInRight 1.2s;
          animation: bounceInRight 1.2s;
}
@media (max-width: 480px) {
  .animations__bounce-in-right {
    -webkit-animation: none;
            animation: none;
  }
}
.animations__fade-in-down {
  -webkit-animation: fadeInDown 2s ease-out;
          animation: fadeInDown 2s ease-out;
}
@media (max-width: 480px) {
  .animations__fade-in-down {
    -webkit-animation: none;
            animation: none;
  }
}
.animations__fade-in {
  -webkit-animation: fadeIn 2s ease-in-out;
          animation: fadeIn 2s ease-in-out;
}
@media (max-width: 480px) {
  .animations__fade-in {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@keyframes bounceInRight {
  0% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@keyframes bounceInLeft {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes inLeft {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@keyframes inLeft {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.container {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 70%;
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 1.14rem;
  }
}

html {
  font-size: calc(-0.001rem + 0.9vw);
}
@media (max-width: 480px) {
  html {
    font-size: calc(-0.001rem + 3.822vw);
  }
}

body {
  font-family: "Univers LT CYR", serif;
  font-weight: 300;
  font-style: normal;
  background: #fff;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  width: 100%;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0.1rem solid transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.button_middle {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .button_middle {
    font-size: 1.18rem;
  }
}
.button_big {
  font-size: 1.75rem;
}
@media (max-width: 480px) {
  .button_big {
    font-size: 1.28rem;
  }
}
.button_primary {
  background: #ED7B23;
  -webkit-box-shadow: 0.1rem 0.1rem 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.1rem 0.1rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.button_primary:hover {
  background: #d06b1c;
}
.button_secondary {
  border: 0.1rem solid #ED7B23;
}
.button_secondary:hover {
  background: #ED7B23;
}
@media (max-width: 480px) {
  .button {
    padding: 0.6rem;
    font-family: "Univers LT CYR";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.input {
  border-radius: 1rem;
  border: 0.05rem solid #E3E3E3;
  padding: 1rem 0.9rem;
  background: #FFF;
  color: #6D758F;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 480px) {
  .input {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    padding: 0.85rem 1.14rem;
  }
}

.textarea {
  border-radius: 1rem;
  border: 0.05rem solid #E3E3E3;
  padding: 1rem 0.9rem;
  background: #FFF;
  color: #6D758F;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkbox {
  width: 1.2rem;
  height: 1.2rem;
}

.base-mr-top {
  margin-top: 4.25rem;
}

.block-mr-top {
  margin-top: 1.6rem;
}

.loader {
  border: 0.25rem solid #f3f3f3;
  border-top: 0.25rem solid #3498db;
  border-radius: 50%;
  width: var(--loader-size, 2rem);
  height: var(--loader-size, 2rem);
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-tooltip] {
  position: relative;
  color: white;
  font-family: "SF Pro Display";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 0.016rem;
}
[data-tooltip]:before, [data-tooltip]:after {
  display: none;
  position: absolute;
  z-index: 40;
}
[data-tooltip]:before {
  content: "";
  left: 50%;
  margin-left: -0.4rem;
  bottom: -1rem;
  border-top: solid 0.15rem #3c4047;
  border-left: solid 0.5rem #3c4047;
  border-right: solid 0.5rem transparent;
  border-bottom: solid 0.5rem transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  white-space: nowrap;
  padding: 0.55rem 0.6rem;
  border-radius: 0.4rem;
  bottom: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #3c4047;
}
@-webkit-keyframes toolAnimate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toolAnimate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  display: block;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-name: toolAnimate;
          animation-name: toolAnimate;
}
@media (max-width: 480px) {
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    display: none;
  }
}

.default-tag-styles {
  font-family: "Univers LT CYR";
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}
.default-tag-styles body {
  display: block;
  margin: 0.4rem;
}
.default-tag-styles h1 {
  display: block;
  font-size: 2.75rem !important;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: bold;
}
.default-tag-styles h1 span {
  font-size: 2.75rem !important;
}
@media (max-width: 480px) {
  .default-tag-styles h1 span {
    font-size: 1.57rem !important;
  }
}
@media (max-width: 480px) {
  .default-tag-styles h1 {
    font-size: 1.57rem !important;
  }
}
.default-tag-styles h2 {
  display: block;
  font-size: 2.5rem !important;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: bold;
}
.default-tag-styles h2 span {
  font-size: 2.5rem !important;
}
@media (max-width: 480px) {
  .default-tag-styles h2 span {
    font-family: "Univers LT CYR";
    font-size: 1.42rem !important;
  }
}
@media (max-width: 480px) {
  .default-tag-styles h2 {
    font-family: "Univers LT CYR";
    font-size: 1.42rem !important;
  }
}
.default-tag-styles h3 {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2.25rem !important;
}
.default-tag-styles h3 span {
  font-size: 2.25rem !important;
}
@media (max-width: 480px) {
  .default-tag-styles h3 span {
    font-family: "Univers LT CYR";
    font-size: 1.28rem !important;
  }
}
@media (max-width: 480px) {
  .default-tag-styles h3 {
    font-family: "Univers LT CYR";
    font-size: 1.28rem !important;
  }
}
.default-tag-styles h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-weight: bold;
  font-size: 1.75rem !important;
}
.default-tag-styles h4 span {
  font-size: 1.75rem !important;
}
@media (max-width: 480px) {
  .default-tag-styles h4 span {
    font-family: "Univers LT CYR";
    font-size: 1.14rem !important;
  }
}
@media (max-width: 480px) {
  .default-tag-styles h4 {
    font-family: "Univers LT CYR";
    font-size: 1.14rem !important;
  }
}
.default-tag-styles span {
  font-size: 1.5rem !important;
}
@media (max-width: 480px) {
  .default-tag-styles span {
    font-family: "Univers LT CYR";
    font-size: 1.14rem !important;
  }
}
.default-tag-styles p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5rem !important;
}
@media (max-width: 480px) {
  .default-tag-styles p {
    font-family: "Univers LT CYR";
    font-size: 1.14rem !important;
  }
}
.default-tag-styles a {
  color: #0000EE;
  text-decoration: underline;
  background-color: transparent;
}
.default-tag-styles a:link {
  color: #0000EE;
}
.default-tag-styles a:visited {
  color: #551A8B;
}
.default-tag-styles a:hover {
  color: #FF0000;
}
.default-tag-styles a:active {
  color: #EE0000;
}
.default-tag-styles ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
}
.default-tag-styles ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: initial;
}
.default-tag-styles ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.default-tag-styles ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal;
}
.default-tag-styles .wp-caption {
  max-width: 100%;
}
.default-tag-styles img {
  border-style: none;
  max-width: 100%;
}
.default-tag-styles iframe {
  max-width: 100%;
}
@media (max-width: 480px) {
  .default-tag-styles {
    font-family: "Univers LT CYR";
    font-size: 1.14rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 120% !important;
  }
}

.breadcrumb {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #545454;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.breadcrumb__item_active {
  color: #ed7b24;
}
@media (max-width: 480px) {
  .breadcrumb {
    padding: 1.14rem;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}

.woocommerce-breadcrumb {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #545454;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-breadcrumb__item_active {
  color: #ED7B24;
}
@media (max-width: 480px) {
  .woocommerce-breadcrumb {
    font-size: 1rem;
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
  }
}

.webcetera-link {
  position: absolute;
  bottom: -3rem;
  right: 1.5rem;
}
.webcetera-link span {
  color: #FF881B;
}
@media (max-width: 480px) {
  .webcetera-link {
    right: 0;
    margin-top: 2.14rem;
    position: initial;
    font-size: 0.85rem;
    text-align: right;
  }
}

.footer {
  background: #1c3358;
  color: #fff;
  padding: 5rem 0;
  margin-top: 4.25rem;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 12.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__left-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__logo img {
  width: 100%;
}
.footer__logo-header {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 1.5rem;
}
@media (max-width: 480px) {
  .footer__logo-header {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 1.28rem;
  }
}
.footer__divider {
  height: 0.05rem;
  background: #ED7B23;
  margin: 1.5rem 0;
}
@media (max-width: 480px) {
  .footer__divider {
    display: none;
  }
}
.footer__menu h4 {
  color: #ED7B24;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .footer__menu h4 {
    text-transform: uppercase;
    color: #ED7B24;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.footer__menu ul {
  margin-top: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.footer__menu ul li {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  cursor: pointer;
}
.footer__menu ul li a {
  background-color: transparent;
}
.footer__menu ul li a:hover {
  color: #ed7b24;
}
.footer__menu ul li a:active {
  color: #ed7b24;
}
@media (max-width: 480px) {
  .footer__menu ul li {
    color: #FFF;
    overflow-wrap: break-word;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .footer__menu ul {
    margin-top: 1.14rem;
    max-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;
  }
}
@media (max-width: 480px) {
  .footer__menu {
    margin-top: 2.28rem;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 22.25rem;
  gap: 0.5rem;
}
.footer__social a {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.footer__social a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 480px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.71rem;
    margin: 0 auto;
    margin-top: 2.28rem;
  }
}
.footer__right-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer__right-block h4 {
  color: #ED7B24;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.6rem;
}
.footer__right-block h3 {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .footer__right-block h3 {
    color: #ED7B24;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }
}
@media (max-width: 480px) {
  .footer__right-block {
    gap: 0.85rem;
    margin-top: 2.28rem;
  }
}
.footer__opening-hours {
  max-width: 18.75rem;
}
@media (max-width: 480px) {
  .footer__opening-hours h4 {
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.57rem;
  }
}
@media (max-width: 480px) {
  .footer__opening-hours p {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .footer__opening-hours {
    margin-top: 0.28rem;
  }
}
.footer__opening-hours-text {
  margin-top: 0.2rem;
}
.footer__office-address {
  margin-top: 0.2rem;
}
.footer__office {
  max-width: 18.75rem;
}
@media (max-width: 480px) {
  .footer__office h4 {
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.57rem;
  }
}
@media (max-width: 480px) {
  .footer__office p {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .footer__office a {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
.footer__office-and-production {
  max-width: 18.75rem;
}
@media (max-width: 480px) {
  .footer__office-and-production h4 {
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.57rem;
  }
}
@media (max-width: 480px) {
  .footer__office-and-production p {
    color: #FFF;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .footer__office-and-production a {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
.footer__office-and-production-address {
  margin-top: 0.2rem;
}
.footer__email {
  max-width: 18.75rem;
}
@media (max-width: 480px) {
  .footer__email h4 {
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.57rem;
  }
}
@media (max-width: 480px) {
  .footer__email p {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
.footer__icon-rutube {
  width: 3.25rem;
  height: 3.25rem;
  background: url(../1f578a76a659d33df5a6.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .footer__icon-rutube {
    width: 2.28rem;
    height: 2.28rem;
    background: url(../75acbd0a72b196be2f69.svg);
    background-size: contain;
  }
}
.footer__icon-avito {
  width: 3.25rem;
  height: 3.25rem;
  background: url(../6cf70d8e1609270374ce.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .footer__icon-avito {
    width: 2.28rem;
    height: 2.28rem;
    background: url(../a88e7f62e0626808ef5d.svg);
    background-size: contain;
  }
}
.footer__icon-vk {
  width: 3.25rem;
  height: 3.25rem;
  background: url(../776bb7e3d6775f3df28e.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .footer__icon-vk {
    width: 2.28rem;
    height: 2.28rem;
    background: url(../63dd1342864c0767e168.svg);
    background-size: contain;
  }
}
.footer__icon-telegram {
  width: 3.25rem;
  height: 3.25rem;
  background: url(../17399de4bc2ab982da83.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .footer__icon-telegram {
    width: 2.28rem;
    height: 2.28rem;
    background: url(../9515c99ff65b56906ba9.svg);
    background-size: contain;
  }
}
.footer__icon-youtube {
  width: 3.25rem;
  height: 3.25rem;
  background: url(../18acde4429a8d755a60c.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .footer__icon-youtube {
    width: 2.28rem;
    height: 2.28rem;
    background: url(../8e924ec2256861011890.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .footer {
    margin-top: 2.28rem;
    padding: 2.28rem 0 1.14rem;
  }
}

.gallery-block {
  margin-top: 7.5rem;
  position: relative;
}
.gallery-block__lines {
  position: absolute;
  left: -0.5rem;
  top: -6rem;
  width: 8rem;
}
@media (max-width: 480px) {
  .gallery-block__lines {
    display: none;
  }
}
.gallery-block .f-carousel {
  --f-carousel-spacing: 1.6rem;
  --f-carousel-slide-width: 16rem;
  --f-carousel-slide-height: 16rem;
  --f-carousel-slide-padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.6rem;
  padding: 0 1.75rem;
}
.gallery-block .f-carousel__viewport {
  padding: 0.3rem 0;
}
.gallery-block .f-carousel__slide {
  border: 0.05rem solid #e0e0e0;
  border-radius: 1.1rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
}
.gallery-block .f-carousel__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-block .f-carousel__slide:hover {
  scale: 1.02;
}
@media (max-width: 480px) {
  .gallery-block .f-carousel__slide {
    --f-carousel-spacing: 0.6rem;
    --f-carousel-slide-width: 6rem;
    --f-carousel-slide-height: 6rem;
  }
}
.gallery-block .f-carousel .f-button[disabled] {
  opacity: 0.5;
  pointer-events: auto;
}
.gallery-block .f-carousel .f-button {
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-next-pos: 0px;
  --f-button-prev-pos: 0px;
  --f-button-color: #ed7b23;
  --f-button-svg-disabled-opacity: 0.45;
  --f-button-hover-bg: #cecbcb;
  --f-button-bg: white;
  border: 0.05rem solid #ed7b23;
  border-radius: 50%;
}
.gallery-block .f-carousel .product {
  height: 100%;
}
.gallery-block .f-carousel .woocommerce-loop-product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .gallery-block .f-carousel__nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .gallery-block .f-carousel__dots {
    display: none;
  }
}
@media (max-width: 480px) {
  .gallery-block .f-carousel {
    --f-carousel-spacing: 0.85rem;
    --f-carousel-slide-width: 8.57rem;
    margin-top: 1.7rem;
    padding: 0;
  }
}
.gallery-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #141414;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.gallery-block__header h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .gallery-block__header h2 {
    font-family: "Univers LT CYR";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.gallery-block__header button {
  color: #141414;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: auto;
}
.gallery-block__header button:hover {
  color: white;
}
@media (max-width: 480px) {
  .gallery-block__header button {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.gallery-block__header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .gallery-block__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  .gallery-block {
    margin-top: 2.28rem;
  }
}

@media (max-width: 480px) {
  .gallery-block-carousel {
    margin-top: 1.7rem;
  }
}

@media (max-width: 480px) {
  html #wpadminbar {
    display: none;
  }
}

.header-main {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #FFF;
  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;
  gap: 1rem;
}
.header-main__search-list-item {
  border-radius: 0.5rem;
  padding: 0.2rem 0.6rem;
  cursor: pointer;
}
.header-main__search-list-item:hover {
  background: rgba(11, 11, 11, 0.13);
}
.header-main__divider-search {
  height: 0.05rem;
  width: 100%;
  background: #CECECE;
}
.header-main__divider-search:last-child {
  display: none;
}
.header-main__divider {
  height: 0.05rem;
  width: 100%;
  background: #ED7B23;
}
@media (max-width: 480px) {
  .header-main__divider {
    display: none;
  }
}
.header-main__dropdown-container {
  display: none;
  width: 100%;
  position: absolute;
  background: #fafafa;
  top: 2.5rem;
  border-radius: 0.8rem;
  padding: 0.5rem;
}
.header-main__dropdown {
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  color: #000;
  font-family: "Univers LT CYR";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  max-height: 17.5rem;
  overflow-y: auto;
  padding-right: 0.3rem;
  scrollbar-width: auto;
  scrollbar-color: #ED7B23 #d5d4d4;
}
.header-main__dropdown::-webkit-scrollbar {
  width: 0.6rem;
}
.header-main__dropdown::-webkit-scrollbar-track {
  background: #d5d4d4;
}
.header-main__dropdown::-webkit-scrollbar-thumb {
  background: rgba(237, 123, 35, 0.83);
}
.header-main__dropdown::-webkit-scrollbar-thumb:hover {
  background: #ED7B23;
}
.header-main__menu {
  z-index: 99;
}
@media (min-width: 480px) {
  .header-main__menu:hover .header-products-dropdown__wrapper {
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .header-main__menu a button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-main__menu {
    width: 100%;
  }
}
.header-main__close-button {
  display: none;
}
.header-main__navigations-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.header-main__navigations-list button {
  width: auto;
  padding-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .header-main__navigations-list button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-main__navigations-list :nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-main__navigations-list {
    padding-bottom: 0;
    overflow: hidden;
    padding-top: 0.8rem;
  }
}
.header-main__navigations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background: #1C3358;
  top: 0;
  z-index: 99;
}
.header-main__navigations_burger-menu-open {
  position: fixed;
}
.header-main__navigations_burger-menu-open .header-main__menu {
  display: none;
}
.header-main__navigations_burger-menu-open .header-main__close-button {
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header-main__navigations_burger-menu-open .header-main__navigations-item {
    font-size: 1.42rem;
  }
}
@media (max-width: 480px) {
  .header-main__navigations_burger-menu-open .header-main__navigations-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #0C1B34;
    z-index: 99;
    top: 0;
    bottom: 0;
    position: fixed;
  }
  .header-main__navigations_burger-menu-open .header-main__navigations-list :nth-child(n+3) {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-main__navigations {
    position: relative;
    padding-bottom: 1.64rem;
    background: #1c3358;
    z-index: 9;
  }
}
.header-main__navigations-item {
  padding-top: 0.5rem;
  color: #FFF;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 0.1rem solid transparent;
  padding-bottom: 0.5rem;
}
.header-main__navigations-item:hover {
  border-bottom: 0.1rem solid #ED7B23;
  color: #ED7B23;
}
.header-main__products-dropdown-item {
  color: #484848;
}
.header-main__products-dropdown-item:hover {
  color: #ED7B24;
}
.header-main__search-input {
  border-radius: 0.45rem;
  background: rgba(241, 241, 241, 0.4);
  color: #ffffff;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.03rem;
  padding: 0.5rem 2.75rem 0.5rem 0.9rem;
  position: relative;
}
.header-main__search-input::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}
.header-main__search-input::-moz-placeholder {
  color: white;
  opacity: 0.8;
}
.header-main__search-input:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
.header-main__search-input::-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
.header-main__search-input::placeholder {
  color: white;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .header-main__search-input {
    font-size: 1.42rem;
  }
}
.header-main__container {
  background: #1C3358;
  z-index: 100;
}
.header-main__logo {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.header-main__logo a img {
  max-width: 100%;
  min-width: 15rem;
}
@media (max-width: 480px) {
  .header-main__logo a:first-child {
    display: none;
  }
}
.header-main__logo a:last-child {
  display: none;
}
@media (max-width: 480px) {
  .header-main__logo a:last-child {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-main__logo a:last-child img {
    width: 12.3rem;
  }
}
@media (max-width: 480px) {
  .header-main__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header-main__search {
  z-index: 199;
  position: relative;
  width: 100%;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.header-main__search input {
  width: 100%;
  min-width: 9rem;
}
.header-main__search:after {
  content: "";
  background-image: url(../de854697859a52a58c8b.svg);
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .header-main__search {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.header-main__address-divider {
  width: 0.05rem;
  background: #ECECEC;
  margin: 0 0.8rem;
}
.header-main__address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.header-main__address:first-child {
  margin-right: 0.8rem;
}
.header-main__address:last-child {
  margin-left: 0.8rem;
}
.header-main__address hr {
  width: 0.05rem;
  background: red;
  height: 100%;
}
@media (max-width: 480px) {
  .header-main__address {
    display: none;
  }
}
.header-main__address-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: 0.2rem;
  font-size: 1rem;
  margin-left: auto;
}
.header-main__address-info span {
  color: #FFF;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.header-main__address-info a {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.header-main__burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header-main__burger img {
    width: 3.42rem;
  }
}
@media (max-width: 480px) {
  .header-main__burger {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-main__request-call {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-main__request-call button {
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  .header-main__request-call button {
    display: none;
  }
}
.header-main__request-call img {
  width: 3.42rem;
}
.header-main__request-call a {
  cursor: pointer;
  display: none;
}
@media (max-width: 480px) {
  .header-main__request-call a {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-main__request-call {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header-main__sticky {
  position: sticky;
  top: 0;
  z-index: 99;
}
@media (max-width: 480px) {
  .header-main__sticky {
    background: #041a3c;
  }
}
@media (max-width: 480px) {
  .header-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-products-dropdown {
  width: 100%;
  text-transform: none;
  height: 33rem;
  border-radius: 0.8rem;
  background: #FFF;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 3.9rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  left: 0;
}
.header-products-dropdown__mobile-header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem;
  border-bottom: 1px solid #E3E3E3;
}
.header-products-dropdown__mobile-header p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #141414;
  text-align: center;
  font-family: "Univers LT CYR";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .header-products-dropdown__mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-products-dropdown__item {
  border-radius: 12px;
}
.header-products-dropdown__item:first-child {
  background: #F5F5F5;
}
.header-products-dropdown__item:first-child .header-products-dropdown__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .header-products-dropdown__item:first-child .header-products-dropdown__item-arrow {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-products-dropdown__item:first-child {
    background: #FFF;
  }
}
.header-products-dropdown__item_active {
  background: #F5F5F5;
}
@media (max-width: 480px) {
  .header-products-dropdown__item_active {
    background: #FFF;
  }
}
.header-products-dropdown__show-all {
  margin-top: auto;
  color: #ED7B23;
  font-family: "Univers LT CYR";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .header-products-dropdown__show-all {
    color: #ED7B23;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0.6rem 1rem;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.header-products-dropdown__item-arrow {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-products-dropdown__item-arrow img {
  width: 1.2rem;
}
@media (max-width: 480px) {
  .header-products-dropdown__item-arrow {
    display: none;
  }
}
.header-products-dropdown__left-block {
  padding: 1.5rem 0.5rem 1.2rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scrollbar-width: auto;
  scrollbar-color: #ed7b23 #d5d4d4;
}
.header-products-dropdown__left-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  padding-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-products-dropdown__left-block ul li {
  color: #141414;
  padding: 0.475rem 0.8rem;
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.6rem;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.header-products-dropdown__left-block ul li p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.header-products-dropdown__left-block ul li img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 480px) {
  .header-products-dropdown__left-block ul li {
    color: #141414;
    font-family: "Univers LT CYR";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .header-products-dropdown__left-block ul {
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .header-products-dropdown__left-block {
    padding: 1rem 1rem 4rem;
    height: 100%;
  }
}
.header-products-dropdown__top-category {
  font-weight: 700;
}
.header-products-dropdown__right-block {
  border-left: 1px solid #E3E3E3;
  padding: 1.6rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-products-dropdown__right-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  overflow: hidden;
}
.header-products-dropdown__right-block ul:not(:first-of-type) {
  display: none;
}
.header-products-dropdown__right-block ul li {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  cursor: pointer;
  padding: 0.4rem 0.6rem;
  border-radius: 0.6rem;
}
.header-products-dropdown__right-block ul li:hover {
  background: #F5F5F5;
}
@media (max-width: 480px) {
  .header-products-dropdown__right-block {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-products-dropdown {
    height: 100dvh;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#header-products-dropdown {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  z-index: 15;
}
#header-products-dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 480px) {
  #header-products-dropdown.show .header-products-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  #header-products-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.header-page__background {
  background: #e6effe;
}
.header-page__container {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  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 (max-width: 480px) {
  .header-page__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #545454;
}
@media (max-width: 480px) {
  .header-page__title {
    font-size: 1.42rem;
    padding: 0.85rem 0;
  }
}

.news-block {
  margin-top: 6.75rem;
  width: 100%;
}
.news-block .f-carousel {
  --f-carousel-spacing: 1rem;
  --f-carousel-slide-width: 17rem;
  --f-carousel-slide-padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.6rem;
  padding: 0 1.75rem;
}
.news-block .f-carousel__viewport {
  padding: 0.2rem 0;
}
.news-block .f-carousel .f-button[disabled] {
  opacity: 0.5;
  pointer-events: auto;
}
.news-block .f-carousel .f-button {
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
  --f-button-color: #ed7b23;
  --f-button-svg-disabled-opacity: 0.45;
  --f-button-hover-bg: #cecbcb;
  --f-button-bg: white;
  border: 1px solid #ed7b23;
  border-radius: 50%;
}
.news-block .f-carousel .product {
  height: 100%;
}
.news-block .f-carousel .woocommerce-loop-product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .news-block .f-carousel__nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .news-block .f-carousel__dots {
    display: none;
  }
}
@media (max-width: 480px) {
  .news-block .f-carousel {
    --f-carousel-spacing: 0.6rem;
    --f-carousel-slide-width: 10.42rem;
    --f-carousel-slide-padding: 0.6rem;
    margin-top: 0.6rem;
    padding: 0;
  }
}
.news-block h2 {
  color: #141414;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .news-block h2 {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .news-block {
    margin-top: 2.28rem;
  }
}

.news-block-carousel {
  margin-top: 1.6rem;
  padding: 0.2rem 0;
}

.news-block-carousel-item {
  background: #F5F5F5;
  -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
          box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-block-carousel-item__image {
  border: 0.07rem solid #e0e0e0;
  border-radius: 1.1rem;
  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;
  overflow: hidden;
  height: 15rem;
}
.news-block-carousel-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .news-block-carousel-item__image {
    height: auto;
  }
}
.news-block-carousel-item__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
  margin-top: 1.2rem;
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .news-block-carousel-item__title {
    margin-top: 0.57rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    -ms-hyphens: auto;
        hyphens: auto;
    word-wrap: break-word;
  }
}
.news-block-carousel-item__description {
  color: #141414;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 0.4rem;
  word-break: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-block-carousel-item__description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Количество строк */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .news-block-carousel-item__description {
    margin-top: 0.57rem;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
  }
}
.news-block-carousel-item__date {
  color: #545454;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding-top: 1.2rem;
  margin-top: auto;
}
@media (max-width: 480px) {
  .news-block-carousel-item__date {
    padding-top: 0.57rem;
    font-family: "Univers LT CYR";
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
  }
}
.news-block-carousel-item:hover {
  scale: 1.02;
}
@media (max-width: 480px) {
  .news-block-carousel-item {
    padding: 0.3rem;
  }
}

.about-company-block__text, .order-delivery__info, .order-delivery__info-text, .order-delivery__delivery-block-info {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: normal;
}

.order-delivery__info-column {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
}

.order-delivery__delivery-block-text {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
}

.about-company-block__map div {
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: normal;
}

.about-company-block__header, .order-delivery__request-header, .order-delivery__delivery-header {
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: normal;
}

.order-delivery__delivery-block-tabs-item {
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: normal;
}

.order-delivery {
  width: 100%;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.6rem;
}
.order-delivery__delivery-title {
  margin-top: 4.3rem;
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .order-delivery__delivery-title {
    margin-top: 2.28rem;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.order-delivery__delivery-subtitle {
  font-family: "Univers LT CYR";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.6rem;
}
@media (max-width: 480px) {
  .order-delivery__delivery-subtitle {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
.order-delivery__what-should-include {
  margin-top: 2.5rem;
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .order-delivery__what-should-include {
    margin-top: 1.71rem;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.order-delivery__icon {
  background: white;
  border-radius: 2.5rem;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.3rem;
  width: 4.3rem;
  min-width: 4.3rem;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.order-delivery__icon figure {
  margin: 0;
}
.order-delivery__icon figure img {
  width: 1.5rem;
}
@media (max-width: 480px) {
  .order-delivery__icon figure img {
    max-width: 1.78rem;
    max-height: 1.78rem;
  }
}
.order-delivery__icon:hover {
  scale: 1.02;
}
@media (max-width: 480px) {
  .order-delivery__icon {
    height: 3.57rem;
    width: 3.57rem;
    min-width: 3.57rem;
  }
}
.order-delivery__first-text {
  margin-top: 4rem;
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .order-delivery__first-text {
    margin-top: 1.71rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.order-delivery__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.2rem;
}
.order-delivery__info-banner {
  border-radius: 1.25rem;
  background: #587EBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  margin-top: 1.6rem;
  gap: 0.8rem;
}
@media (max-width: 480px) {
  .order-delivery__info-banner {
    padding: 1.71rem 1.14rem;
    margin-top: 0.85rem;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.order-delivery__info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-delivery__info-banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-delivery__info-banner-item img {
  height: 100%;
  width: auto;
}
.order-delivery__info-banner-item h2 {
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .order-delivery__info-banner-item h2 {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.order-delivery__info-banner-item p {
  font-family: "Univers LT CYR";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .order-delivery__info-banner-item p {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
.order-delivery__request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.2rem;
}
.order-delivery__request-header {
  color: #ED7B23;
}
.order-delivery__request-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: 0.8rem;
  margin-top: 1.6rem;
}
@media (max-width: 480px) {
  .order-delivery__request-list figure {
    min-width: 1rem;
    width: 1rem;
  }
}
.order-delivery__request-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .order-delivery__request-list p {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .order-delivery__request-list {
    margin-top: 0.85rem;
  }
}
.order-delivery__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.2rem;
}
.order-delivery__delivery-text-pickup {
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.6rem;
}
@media (max-width: 480px) {
  .order-delivery__delivery-text-pickup {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.order-delivery__delivery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.2rem;
  margin-bottom: 1.3rem;
}
.order-delivery__delivery-block-text {
  color: #ED7B23;
}
.order-delivery__delivery-block-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 1rem;
  margin-top: 1.6rem;
}
@media (max-width: 480px) {
  .order-delivery__delivery-block-tabs {
    margin-top: 0.85rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.order-delivery__delivery-block-tabs-item {
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.25rem;
  background: #E6EFFE;
  padding: 1.2rem 2.5rem;
  color: #484848;
  font-size: 2rem;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 15rem;
}
.order-delivery__delivery-block-tabs-item:hover {
  scale: 1.02;
}
@media (max-width: 480px) {
  .order-delivery__delivery-block-tabs-item {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    padding: 0.57rem 1.71rem;
    border-radius: 0.57rem;
  }
}
.order-delivery__delivery-block-map {
  height: 42.2rem;
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .order-delivery__delivery-block-map {
    margin-top: 1.14rem;
    height: 13.57rem;
  }
}

.planned-developments {
  margin-top: 7.5rem;
  background: url(../01c75e64ee72f6794812.webp) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 4.25rem 0;
  position: relative;
}
.planned-developments__line-left {
  position: absolute;
  width: 8rem;
  right: 0;
  z-index: 1;
  top: -5.25rem;
}
@media (max-width: 480px) {
  .planned-developments__line-left {
    display: none;
  }
}
.planned-developments__line-right {
  position: absolute;
  width: 2.5rem;
  z-index: 1;
  right: 0;
  top: -2.15rem;
}
@media (max-width: 480px) {
  .planned-developments__line-right {
    display: none;
  }
}
.planned-developments .f-carousel {
  --f-carousel-spacing: 1rem;
  --f-carousel-slide-padding: 1rem;
  --f-carousel-slide-width: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.6rem;
  padding: 0 1.75rem;
}
.planned-developments .f-carousel__viewport {
  padding: 0.3rem 0;
}
.planned-developments .f-carousel .f-button[disabled] {
  opacity: 0.5;
  pointer-events: auto;
}
.planned-developments .f-carousel .f-button {
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-next-pos: 0px;
  --f-button-prev-pos: 0px;
  --f-button-color: #ed7b23;
  --f-button-svg-disabled-opacity: 0.45;
  --f-button-hover-bg: #cecbcb;
  --f-button-bg: white;
  border: 0.05rem solid #ed7b23;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .planned-developments .f-carousel.has-dots {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .planned-developments .f-carousel__nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .planned-developments .f-carousel__dots {
    display: none;
  }
}
@media (max-width: 480px) {
  .planned-developments .f-carousel {
    --f-carousel-spacing: 0.6rem;
    --f-carousel-slide-width: 10.42rem;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0.6rem;
    margin-top: 0.6rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
}
.planned-developments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.planned-developments__header h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .planned-developments__header h2 {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.planned-developments__header button {
  width: auto;
}
@media (max-width: 480px) {
  .planned-developments {
    margin-top: 3.57rem;
    padding: 2.14rem 0;
  }
}

.popular-categories {
  margin-top: 7.5rem;
  background: linear-gradient(283deg, rgba(28, 51, 88, 0.81) 3.92%, rgba(39, 70, 120, 0.81) 23.91%, rgba(83, 120, 181, 0.81) 76.34%, rgba(88, 126, 188, 0.81) 99.16%, rgba(81, 109, 159, 0.3) 103.67%), url(../f275918c67c79cb1793c.webp);
  width: 100%;
  padding: 4.25rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.popular-categories__wrapper {
  position: relative;
}
.popular-categories__top-line {
  position: absolute;
  width: 9rem;
  left: 40rem;
  z-index: 2;
  top: -3rem;
}
@media (max-width: 480px) {
  .popular-categories__top-line {
    display: none;
  }
}
.popular-categories__bottom-line {
  position: absolute;
  left: 0;
  bottom: -12rem;
  width: 9rem;
}
@media (max-width: 480px) {
  .popular-categories__bottom-line {
    display: none;
  }
}
.popular-categories:before {
  content: "";
  position: absolute;
  top: -3.3rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 61.7rem 47.35rem;
  border-color: transparent transparent transparent #587ebc;
}
@media (max-width: 480px) {
  .popular-categories:before {
    top: -1.08rem;
    border-width: 0 0 29.14rem 20rem;
  }
}
.popular-categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popular-categories__header h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .popular-categories__header h2 {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.popular-categories__header a {
  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;
}
.popular-categories__header button {
  width: auto;
}
.popular-categories__cards {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[18];
  grid-template-columns: repeat(18, 1fr);
  -ms-grid-rows: (3.25rem)[9];
  grid-template-rows: repeat(9, 3.25rem);
  gap: 1rem;
}
@media (max-width: 480px) {
  .popular-categories__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.14rem;
    overflow-x: hidden;
    margin-top: 1.71rem;
  }
  .popular-categories__cards.container {
    padding: 0;
  }
}
.popular-categories__cards-item {
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.65%, #0B1423), color-stop(83.12%, rgba(11, 20, 35, 0))), url(../4038be2fc5d2e4b9dcdb.jpg);
  background: linear-gradient(180deg, #0B1423 6.65%, rgba(11, 20, 35, 0) 83.12%), url(../4038be2fc5d2e4b9dcdb.jpg);
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.75rem 0 rgba(68, 68, 68, 0.25);
          box-shadow: 0.2rem 0.2rem 0.75rem 0 rgba(68, 68, 68, 0.25);
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0.75rem rgba(68, 68, 68, 0.25));
          filter: drop-shadow(0.2rem 0.2rem 0.75rem rgba(68, 68, 68, 0.25));
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popular-categories__cards-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
}
.popular-categories__cards-item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7/10;
}
.popular-categories__cards-item:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  grid-column: 5/11;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.popular-categories__cards-item:nth-child(4) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-column: 5/10;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/7;
}
.popular-categories__cards-item:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-column: 5/10;
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7/10;
}
.popular-categories__cards-item:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-column-span: 4;
  grid-column: 11/15;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.popular-categories__cards-item:nth-child(7) {
  -ms-grid-column: 10;
  -ms-grid-column-span: 5;
  grid-column: 10/15;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/7;
}
.popular-categories__cards-item:nth-child(8) {
  -ms-grid-column: 10;
  -ms-grid-column-span: 5;
  grid-column: 10/15;
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7/10;
}
.popular-categories__cards-item:nth-child(9) {
  -ms-grid-column: 15;
  -ms-grid-column-span: 4;
  grid-column: 15/19;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.popular-categories__cards-item:nth-child(10) {
  -ms-grid-column: 15;
  -ms-grid-column-span: 4;
  grid-column: 15/19;
  -ms-grid-row: 4;
  -ms-grid-row-span: 6;
  grid-row: 4/10;
}
.popular-categories__cards-item:hover {
  scale: 1.02;
}
@media (max-width: 480px) {
  .popular-categories__cards-item:hover {
    scale: none;
  }
}
@media (max-width: 480px) {
  .popular-categories__cards-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 11.42rem;
    min-height: 18.57rem;
    padding: 1.14rem 0.85rem;
  }
}
.popular-categories__cards-item-title {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  -ms-hyphens: auto;
      hyphens: auto;
  overflow-wrap: break-word;
  word-break: revert;
}
@media (max-width: 480px) {
  .popular-categories__cards-item-title {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.popular-categories .f-carousel {
  --f-carousel-spacing: 0.6rem;
}
@media (max-width: 480px) {
  .popular-categories {
    padding: 2.14rem 0;
    margin-top: 3.71rem;
  }
}

.preparation-commercial-offer {
  width: 100%;
}
.preparation-commercial-offer__sub-header {
  margin-top: 2.75rem;
  color: #ED7B23;
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__sub-header {
    margin-top: 1.71rem;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.preparation-commercial-offer__filling-application {
  margin: 0 auto;
  max-width: 51rem;
}
.preparation-commercial-offer__filling-application-container {
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem 0 rgba(131, 131, 131, 0.25);
          box-shadow: 0.2rem 0.2rem 1.5rem 0 rgba(131, 131, 131, 0.25);
  margin-top: 4.5rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  padding: 4rem 5rem;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__filling-application-container {
    margin-top: 2.28rem;
    padding: 1.71rem 1.14rem;
    border-radius: 1.78rem;
  }
}
.preparation-commercial-offer__filling-application-header {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__filling-application-header {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.preparation-commercial-offer__divider {
  width: 100%;
  height: 0.1rem;
  background: #ED7B23;
  margin-top: 4.25rem;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__divider {
    margin-top: 1.71rem;
  }
}
.preparation-commercial-offer__option-title {
  margin-top: 2.5rem;
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__option-title {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.preparation-commercial-offer__option-items {
  margin-top: 1.2rem;
}
.preparation-commercial-offer__option-items fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__option-items {
    margin-top: 0.85rem;
  }
}
.preparation-commercial-offer__optional-equipment-items {
  margin-top: 1.2rem;
}
.preparation-commercial-offer__optional-equipment-items fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__optional-equipment-items {
    margin-top: 0.85rem;
  }
}
.preparation-commercial-offer__total {
  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;
  gap: 1rem;
  margin-top: 1.6rem;
}
.preparation-commercial-offer__total p {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__total p {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.preparation-commercial-offer__total span {
  color: var(--Style, #ED7B23);
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .preparation-commercial-offer__total span {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .preparation-commercial-offer__total {
    margin-top: 0.85rem;
  }
}

.preparation-commercial-offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.2rem;
  border-radius: 1rem;
  background: #F5F5F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preparation-commercial-offer-item__radio {
  padding-top: 0.2rem;
}
.preparation-commercial-offer-item__radio input {
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-item__radio input {
    width: 1rem;
    height: 1rem;
  }
}
.preparation-commercial-offer-item__description {
  position: relative;
  margin-right: 3rem;
}
.preparation-commercial-offer-item__title {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-item__title {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.preparation-commercial-offer-item__show-info-button {
  border-radius: 0.2rem;
  border: 0.05rem solid #ED7B23;
  position: absolute;
  right: -2.5rem;
  padding: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.preparation-commercial-offer-item__show-info-button img {
  width: 1.2rem;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-item__show-info-button img {
    width: 0.85rem;
    height: 0.85rem;
  }
}
.preparation-commercial-offer-item__articul {
  color: #ED7B23;
  font-family: "Univers LT CYR";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-item__articul {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
  }
}
.preparation-commercial-offer-item__price {
  font-style: normal;
  color: #ED7B23;
  font-family: "Univers LT CYR";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-left: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preparation-commercial-offer-item__price del {
  color: rgb(153, 153, 153);
}
@media (max-width: 480px) {
  .preparation-commercial-offer-item__price {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .preparation-commercial-offer-item {
    padding: 0.85rem;
    gap: 0.57rem;
    border-radius: 1.14rem;
  }
}

.preparation-commercial-offer-form {
  display: -ms-grid;
  display: grid;
  margin-top: 1.6rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  gap: 1.2rem;
}
.preparation-commercial-offer-form__submit {
  width: auto;
  font-family: "Univers LT CYR";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}
.preparation-commercial-offer-form__submit p {
  width: 100%;
  position: absolute;
  top: -0.3rem;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-form__submit p {
    top: -1.3rem;
  }
}
.preparation-commercial-offer-form__submit a {
  color: #ED7B24;
}
.preparation-commercial-offer-form__submit b {
  font-weight: 700;
  color: #545454;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-form__submit {
    margin-top: 1rem;
  }
}
.preparation-commercial-offer-form button {
  margin-top: 0.8rem;
}
.preparation-commercial-offer-form__company {
  -ms-grid-column: 1;
  grid-column: 1;
  resize: none;
  -ms-grid-row: 3;
  grid-row: 3;
}
.preparation-commercial-offer-form__name {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
}
.preparation-commercial-offer-form__name input {
  width: 100%;
}
.preparation-commercial-offer-form__attach {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  resize: none;
  -ms-grid-row: 4;
  grid-row: 4;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: #545454;
}
.preparation-commercial-offer-form__attach:before {
  content: url(../bf10f98d00d31b806c71.svg);
  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 (max-width: 480px) {
  .preparation-commercial-offer-form__attach {
    gap: 0.57rem;
    font-family: "Univers LT CYR";
    font-size: 1.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.preparation-commercial-offer-form__lastname {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
}
.preparation-commercial-offer-form_email {
  -ms-grid-column: 1;
  grid-column: 1;
}
.preparation-commercial-offer-form__phone {
  -ms-grid-column: 2;
  grid-column: 2;
}
.preparation-commercial-offer-form__phone input {
  width: 100%;
}
.preparation-commercial-offer-form__comments {
  -ms-grid-column: 2;
  grid-column: 2;
  resize: none;
  -ms-grid-row: 3;
  grid-row: 3;
}
.preparation-commercial-offer-form .error-message {
  position: absolute;
  padding-left: 0.2rem;
  color: red;
  display: none;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-form .error-message {
    font-size: 0.85rem;
  }
}
.preparation-commercial-offer-form #preparation-commercial-offer-file {
  display: none;
}
@media (max-width: 480px) {
  .preparation-commercial-offer-form {
    margin-top: 0.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.85rem;
  }
}

.preparation-commercial-success-modal {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
  padding: 1.2rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70%;
  max-width: 29rem;
}
.preparation-commercial-success-modal__wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.preparation-commercial-success-modal__header {
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preparation-commercial-success-modal__header img {
  width: 1.2rem;
}
.preparation-commercial-success-modal__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
.preparation-commercial-success-modal__content {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.2rem;
}

.preparation-commercial-error-modal {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
  padding: 1.2rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70%;
  max-width: 25rem;
}
.preparation-commercial-error-modal__wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.preparation-commercial-error-modal__header {
  font-family: "Univers LT CYR";
  font-size: 2.74rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preparation-commercial-error-modal__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
.preparation-commercial-error-modal__content {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.2rem;
}

.product-short-info-modal {
  border-radius: 1.5rem;
  background: #FFF;
  position: relative;
  padding: 1.2rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70%;
}
.product-short-info-modal__wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.5);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
  overflow-y: auto;
}
.product-short-info-modal__header {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  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;
  gap: 0.8rem;
}
.product-short-info-modal__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
@media (max-width: 480px) {
  .product-short-info-modal__header button img {
    width: 1.14rem;
  }
}
@media (max-width: 480px) {
  .product-short-info-modal__header {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.product-short-info-modal__content {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 480px) {
  .product-short-info-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.85rem;
  }
}
.product-short-info-modal__left-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-short-info-modal__left-block img {
  width: 100%;
  border-radius: 0.6rem;
}
.product-short-info-modal__right-block {
  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%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  gap: 0.8rem;
}
.product-short-info-modal__description {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  overflow-wrap: anywhere;
  overflow-y: auto;
}
.product-short-info-modal__price {
  margin-top: auto;
  color: var(--Style, #ED7B23);
  font-family: "Univers LT CYR";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .product-short-info-modal__price {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .product-short-info-modal {
    padding: 0.85rem;
    width: 90%;
    border-radius: 1.78rem;
    max-height: 80%;
    overflow-y: auto;
  }
}

.request-consultation {
  margin-top: 4.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2.5rem 3rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(131, 131, 131, 0.25);
          box-shadow: 0.2rem 0.2rem 1.5rem rgba(131, 131, 131, 0.25);
  position: relative;
  width: 80%;
}
.request-consultation__form-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 480px) {
  .request-consultation__form-wrapper {
    padding: 0 1.07rem;
  }
}
.request-consultation__header {
  color: #141414;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 480px) {
  .request-consultation__header {
    text-align: left;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.request-consultation__contact-info {
  background: #587EBC;
  padding: 5rem 1rem 5rem 9rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  position: absolute;
  max-width: 75%;
  top: -1.25rem;
  right: -25%;
  min-width: 34rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 480px) {
  .request-consultation__contact-info {
    position: relative;
    top: auto;
    right: auto;
    padding: 1.7rem 1.14rem;
    max-width: 100%;
    width: 100%;
    clip-path: none;
    border-radius: 0;
    min-width: 0;
  }
}
.request-consultation__wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .request-consultation__wrapper {
    padding: 0;
  }
}
.request-consultation__header-info {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .request-consultation__header-info {
    font-family: "Univers LT CYR";
    font-size: 1.43rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.request-consultation__info-content {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 1.2rem;
}
@media (max-width: 480px) {
  .request-consultation__info-content {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
  }
}
.request-consultation__subheader-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: 1.2rem;
}
.request-consultation__subheader-info h4 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 3.2rem;
}
@media (max-width: 480px) {
  .request-consultation__subheader-info h4 {
    margin-top: 1.71rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .request-consultation__subheader-info {
    gap: 0.85rem;
  }
}
.request-consultation__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.request-consultation__phone a {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .request-consultation__phone a {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.request-consultation__phone span {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 480px) {
  .request-consultation__phone span {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
.request-consultation__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.request-consultation__email a {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .request-consultation__email a {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.request-consultation__email span {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 480px) {
  .request-consultation__email span {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .request-consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.5rem;
    background: #F5F5F5;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
}

.request-consultation-form {
  display: -ms-grid;
  display: grid;
  margin-top: 1.6rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  gap: 1.2rem;
}
.request-consultation-form__submit {
  width: auto;
  font-family: "Univers LT CYR";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}
.request-consultation-form__submit p {
  width: 100%;
  position: absolute;
  top: -0.3rem;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .request-consultation-form__submit p {
    white-space: initial;
    position: relative;
  }
}
.request-consultation-form__submit a {
  color: #ED7B24;
}
.request-consultation-form__submit b {
  font-weight: 700;
  color: #545454;
}
@media (max-width: 480px) {
  .request-consultation-form__submit {
    margin-top: 1rem;
  }
}
.request-consultation-form button {
  margin-top: 1.14rem;
}
@media (max-width: 480px) {
  .request-consultation-form button {
    margin-top: 0;
    width: 100%;
  }
}
.request-consultation-form__button-block {
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
.request-consultation-form__name {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1;
}
.request-consultation-form__name input {
  width: 100%;
}
.request-consultation-form__attach {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  resize: none;
  -ms-grid-row: 5;
  grid-row: 5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: #545454;
}
.request-consultation-form__attach:before {
  content: "";
  background-image: url(../bf10f98d00d31b806c71.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.14rem;
  height: 1.14rem;
  background-size: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .request-consultation-form__attach {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.request-consultation-form__lastname {
  -ms-grid-column: 2;
  grid-column: 2;
}
.request-consultation-form_email {
  -ms-grid-column: 2;
  grid-column: 2;
}
.request-consultation-form__phone {
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
}
.request-consultation-form__phone input {
  width: 100%;
}
.request-consultation-form__comments {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  resize: none;
  -ms-grid-row: 4;
  grid-row: 4;
}
.request-consultation-form__company {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  resize: none;
  -ms-grid-row: 3;
  grid-row: 3;
}
.request-consultation-form #request-consultation-file {
  display: none;
}
@media (max-width: 480px) {
  .request-consultation-form {
    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: 0.85rem;
    gap: 1.14rem;
  }
}

.request-consultation-success-modal {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
  padding: 1.2rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70%;
  max-width: 25rem;
}
.request-consultation-success-modal__wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.5);
  -webkit-backdrop-filter: blur(0.1rem);
  backdrop-filter: blur(0.1rem);
}
.request-consultation-success-modal__header {
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request-consultation-success-modal__header img {
  width: 1.2rem;
}
.request-consultation-success-modal__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
.request-consultation-success-modal__content {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 1.2rem;
}

.request-consultation-error-modal {
  border-radius: 1.5rem;
  background: #fff;
  position: relative;
  padding: 1.2rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70%;
  max-width: 25rem;
}
.request-consultation-error-modal__wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.5);
  -webkit-backdrop-filter: blur(0.1rem);
  backdrop-filter: blur(0.1rem);
}
.request-consultation-error-modal__header {
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request-consultation-error-modal__header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
.request-consultation-error-modal__content {
  color: #141414;
  font-family: "Univers LT CYR";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 1.2rem;
}

.separate-news__thumbnail {
  margin-top: 32px;
  width: 100%;
  text-align: center;
}
.separate-news__content {
  margin-top: 32px;
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
}
.separate-news__zero-text {
  color: #141414;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.zero-block {
  text-align: center;
  margin-top: 1.6rem;
}

.automotiv-numbers {
  margin-top: 10rem;
  width: 100%;
}
.automotiv-numbers h2 {
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.automotiv-numbers h2 span {
  color: #ED7B23;
}
@media (max-width: 480px) {
  .automotiv-numbers h2 {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.automotiv-numbers__content {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
}
.automotiv-numbers__content_view {
  opacity: 0;
  -webkit-animation: appear 0.3s ease 300ms forwards;
          animation: appear 0.3s ease 300ms forwards;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .automotiv-numbers__content {
    gap: 2.14rem;
    margin-top: 0.85rem;
  }
}
@media (max-width: 480px) {
  .automotiv-numbers {
    margin-top: 3.57rem;
  }
}

.automotiv-numbers-item {
  position: relative;
  width: calc(31% - 3rem);
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.automotiv-numbers-item:nth-child(2) {
  width: calc(40% - 3rem);
}
.automotiv-numbers-item:nth-child(4) {
  width: calc(35% - 3rem);
}
.automotiv-numbers-item:nth-child(5) {
  width: calc(35% - 3rem);
}
@media screen and (max-width: 480px) {
  .automotiv-numbers-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 1.25rem);
  }
  .automotiv-numbers-item:nth-child(1) .automotiv-numbers-item__before {
    left: 5%;
  }
  .automotiv-numbers-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .automotiv-numbers-item:nth-child(2) .automotiv-numbers-item__before {
    left: 15%;
  }
  .automotiv-numbers-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: calc(50% - 1.25rem);
  }
  .automotiv-numbers-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(50% - 1.25rem);
  }
  .automotiv-numbers-item:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 1.25rem);
  }
  .automotiv-numbers-item:nth-child(5) .automotiv-numbers-item__before {
    left: 5%;
  }
}
.automotiv-numbers-item span {
  display: inline-block;
}
.automotiv-numbers-item__main {
  text-shadow: 0 0.21rem 0.21rem rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-style: normal;
  font-size: 9.5rem;
  height: 9rem;
  text-align: center;
  width: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: url(../d7c0c223bc3fc7fbbc62.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 480px) {
  .automotiv-numbers-item__main {
    font-size: 4.64rem;
    height: 4.64rem;
  }
}
.automotiv-numbers-item__after, .automotiv-numbers-item__before {
  color: #ED7B23;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  text-shadow: none;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .automotiv-numbers-item__after, .automotiv-numbers-item__before {
    font-size: 1.28rem;
  }
}
.automotiv-numbers-item_view .automotiv-numbers-item__after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.automotiv-numbers-item_view .automotiv-numbers-item__before {
  opacity: 1;
  -webkit-transform: scale(1.6) translateY(-50%);
      -ms-transform: scale(1.6) translateY(-50%);
          transform: scale(1.6) translateY(-50%);
}
.automotiv-numbers-item:nth-child(1) .automotiv-numbers-item__main {
  background-position: bottom left;
}
.automotiv-numbers-item:nth-child(3) .automotiv-numbers-item__main {
  background-position: center center;
}
.automotiv-numbers-item:nth-child(4) .automotiv-numbers-item__main {
  background-position: bottom right;
}
.automotiv-numbers-item:nth-child(5) .automotiv-numbers-item__main {
  background-position: top center;
}
.automotiv-numbers-item__before {
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: scale(1.6) translateY(-50%);
      -ms-transform: scale(1.6) translateY(-50%);
          transform: scale(1.6) translateY(-50%);
}
.automotiv-numbers-item__main {
  overflow: visible;
}

.advertisement-block {
  gap: 1rem;
  width: 100%;
  padding: 0.6rem 2.1rem;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(12.72%, #ED7B23), color-stop(65.69%, #ED7B24), color-stop(89.29%, #041A3D));
  background: linear-gradient(90deg, #ED7B23 12.72%, #ED7B24 65.69%, #041A3D 89.29%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.advertisement-block__content {
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .advertisement-block__content {
    gap: 10px;
    -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;
    max-width: 23rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "description description" "deadline button";
    gap: 10px;
  }
}
.advertisement-block__container {
  display: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
.advertisement-block__description {
  grid-area: description;
  color: #FFF;
  font-family: "Univers LT CYR", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 480px) {
  .advertisement-block__description {
    font-size: 1.2rem;
    padding-right: 24px;
  }
}
.advertisement-block__button {
  grid-area: button;
  width: auto;
  font-family: "Univers LT CYR", serif;
  font-style: normal;
  font-weight: 300;
  color: #FFF;
  text-decoration: underline;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .advertisement-block__button {
    margin-top: 0.8rem;
    padding: 0;
    font-size: 1rem;
  }
}
.advertisement-block__deadline {
  grid-area: deadline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-style: normal;
  color: #FFF;
  font-weight: 400;
}
@media (max-width: 480px){
  .advertisement-block__description {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .advertisement-block__button {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .advertisement-block__deadline {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 480px) {
  .advertisement-block__deadline {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}
.advertisement-block__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .advertisement-block {
    padding: 0.6rem 0.1rem;
  }
}

.subheader {
  background: url(../5c72015b5869c40f174f.webp);
  color: white;
  position: relative;
  padding-top: 4.25rem;
  background-size: cover;
  padding-bottom: 4.25rem;
}
@media (max-width: 480px) {
  .subheader .container {
    padding: 0;
  }
}
.subheader:before {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11rem 8.75rem 0 0;
  border-color: transparent #587EBC transparent transparent;
}
@media (max-width: 480px) {
  .subheader:before {
    display: none;
  }
}
.subheader__right-block-line {
  position: absolute;
  right: 0;
  bottom: 3rem;
  width: 6rem;
}
@media (max-width: 480px) {
  .subheader__right-block-line {
    display: none;
  }
}
.subheader .header-home__container {
  background: none;
}
.subheader .header-home__navigations {
  z-index: 10;
  background: none;
}
@media (max-width: 480px) {
  .subheader .header-home__navigations {
    z-index: 0;
  }
}
.subheader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.75rem;
}
@media (max-width: 480px) {
  .subheader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
}
.subheader__left-block {
  background: rgba(114, 156, 224, 0.6784313725);
  position: relative;
  padding: 8.1rem 0;
  clip-path: polygon(0 0, calc(100% - 16rem) 0, 100% 50%, calc(100% - 16rem) 100%, 0 100%);
}
.subheader__left-block h1 {
  margin: 0;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.subheader__left-block h2 {
  margin-top: 1.6rem;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .subheader__left-block h2 {
    margin: 0 auto;
    margin-top: 1.14rem;
  }
}
.subheader__left-block button {
  margin-top: 2.5rem;
  width: auto;
}
@media (max-width: 480px) {
  .subheader__left-block {
    padding: 1.6rem 1.2rem;
    clip-path: none;
    margin-top: 0;
    text-align: center;
  }
}
.subheader__left-block-content {
  margin: 0 6.65rem 0 auto;
  position: relative;
}
@media (max-width: 480px) {
  .subheader__left-block-content h1 {
    font-family: "Univers LT CYR";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .subheader__left-block-content h2 {
    text-align: center;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    max-width: 18.57rem;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .subheader__left-block-content {
    margin: 0;
  }
}
.subheader__left-block-container {
  position: relative;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  display: inline-block;
}
.subheader__left-block-container:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(114, 156, 224, 0.6784313725);
  right: 100%;
}
@media (max-width: 480px) {
  .subheader__left-block-container:before {
    content: none;
  }
}
@media (max-width: 480px) {
  .subheader__left-block-container button {
    color: #FFF;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 1.71rem;
    padding: 1.14rem 1.71rem;
  }
}
.subheader__left-block-container img {
  position: absolute;
  width: 7rem;
  right: 8rem;
  bottom: -2rem;
}
@media (max-width: 480px) {
  .subheader__left-block-container img {
    display: none;
  }
}
@media (max-width: 480px) {
  .subheader__left-block-container {
    width: 100%;
  }
}
.subheader__right-block {
  padding: 5.1rem 0;
  -webkit-box-flex: 3.5;
      -ms-flex: 3.5;
          flex: 3.5;
}
.subheader__right-block h3 {
  white-space: nowrap;
  font-size: 2.17rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #ED7B23;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media (max-width: 480px) {
  .subheader__right-block h3 {
    margin: 0 auto;
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .subheader__right-block {
    padding-top: 1.6rem;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.subheader__right-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  gap: 2.5rem;
}
@media (max-width: 480px) {
  .subheader__right-block-content {
    gap: 0;
  }
}
.subheader__map {
  height: 11.8rem;
  background: url(../d671a5eda821e4a9b184.webp) no-repeat center;
  background-size: contain;
  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: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #ED7B23;
}
@media (max-width: 480px) {
  .subheader__map {
    background-size: 100%;
  }
}
.subheader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 0.6rem;
}
.subheader__logo p {
  max-width: 10rem;
}
.subheader__logo img {
  width: 9rem;
}
@media (max-width: 480px) {
  .subheader__logo img {
    max-width: 9.42rem;
  }
}
@media (max-width: 480px) {
  .subheader__logo {
    max-width: 18.57rem;
  }
}
.subheader__logo-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .subheader__logo-text {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .subheader {
    background: url(../7fc6ed8513660a3f59b6.webp);
    padding-top: 0;
    background-size: cover;
    padding-bottom: 2.28rem;
    margin-top: 0;
  }
}

.header-home {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #FFF;
  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;
  gap: 1rem;
}
.header-home__search-list-item {
  border-radius: 0.5rem;
  padding: 0.2rem 0.6rem;
  cursor: pointer;
}
.header-home__search-list-item:hover {
  background: rgba(11, 11, 11, 0.13);
}
.header-home__divider-search {
  height: 0.05rem;
  width: 100%;
  background: #CECECE;
}
.header-home__divider-search:last-child {
  display: none;
}
.header-home__divider {
  height: 0.05rem;
  width: 100%;
  background: #ED7B23;
}
@media (max-width: 480px) {
  .header-home__divider {
    display: none;
  }
}
.header-home__dropdown-container {
  display: none;
  width: 100%;
  position: absolute;
  background: #fafafa;
  top: 2.5rem;
  border-radius: 0.8rem;
  padding: 0.5rem;
}
.header-home__dropdown {
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  color: #000;
  font-family: "Univers LT CYR";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  max-height: 17.5rem;
  overflow-y: auto;
  padding-right: 0.3rem;
  scrollbar-width: auto;
  scrollbar-color: #ED7B23 #d5d4d4;
}
.header-home__dropdown::-webkit-scrollbar {
  width: 0.6rem;
}
.header-home__dropdown::-webkit-scrollbar-track {
  background: #d5d4d4;
}
.header-home__dropdown::-webkit-scrollbar-thumb {
  background: rgba(237, 123, 35, 0.83);
}
.header-home__dropdown::-webkit-scrollbar-thumb:hover {
  background: #ED7B23;
}
.header-home__menu {
  z-index: 99;
}
@media (min-width: 480px) {
  .header-home__menu:hover .header-products-dropdown__wrapper {
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .header-home__menu a button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-home__menu {
    width: 100%;
  }
}
.header-home__close-button {
  display: none;
}
.header-home__navigations-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.header-home__navigations-list button {
  width: auto;
  padding-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .header-home__navigations-list button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-home__navigations-list :nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-home__navigations-list {
    padding-bottom: 0;
    overflow: hidden;
    padding-top: 0.8rem;
  }
}
.header-home__navigations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #041a3c;
}
.header-home__navigations_burger-menu-open {
  position: fixed;
}
.header-home__navigations_burger-menu-open .header-home__menu {
  display: none;
}
.header-home__navigations_burger-menu-open .header-home__close-button {
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header-home__navigations_burger-menu-open .header-home__navigations-item {
    font-size: 1.42rem;
  }
}
@media (max-width: 480px) {
  .header-home__navigations_burger-menu-open .header-home__navigations-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #0C1B34;
    z-index: 99;
    top: 0;
    bottom: 0;
    position: fixed;
  }
  .header-home__navigations_burger-menu-open .header-home__navigations-list :nth-child(n+3) {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-home__navigations {
    padding-bottom: 1.64rem;
    z-index: 9;
  }
}
.header-home__navigations-item {
  padding-top: 0.5rem;
  color: #FFF;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 0.1rem solid transparent;
  padding-bottom: 0.5rem;
}
.header-home__navigations-item:hover {
  border-bottom: 0.1rem solid #ED7B23;
  color: #ED7B23;
}
.header-home__products-dropdown-item {
  color: #484848;
}
.header-home__products-dropdown-item:hover {
  color: #ED7B24;
}
.header-home__search-input {
  border-radius: 0.45rem;
  background: rgba(241, 241, 241, 0.4);
  color: #ffffff;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.03rem;
  padding: 0.5rem 2.75rem 0.5rem 0.9rem;
  position: relative;
}
.header-home__search-input::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}
.header-home__search-input::-moz-placeholder {
  color: white;
  opacity: 0.8;
}
.header-home__search-input:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
.header-home__search-input::-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
.header-home__search-input::placeholder {
  color: white;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .header-home__search-input {
    font-size: 1.42rem;
  }
}
.header-home__container {
  z-index: 100;
  background: #041a3c;
}
@media (max-width: 480px) {
  .header-home__is-desktop {
    display: none;
  }
}
.header-home__is-mobile {
  display: none;
}
@media (max-width: 480px) {
  .header-home__is-mobile {
    display: block;
    position: fixed;
    z-index: 1000;
  }
}
.header-home__logo {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.header-home__logo a img {
  max-width: 100%;
  min-width: 15rem;
}
@media (max-width: 480px) {
  .header-home__logo a:first-child {
    display: none;
  }
}
.header-home__logo a:last-child {
  display: none;
}
@media (max-width: 480px) {
  .header-home__logo a:last-child {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-home__logo a:last-child img {
    width: 12.3rem;
  }
}
@media (max-width: 480px) {
  .header-home__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header-home__search {
  z-index: 199;
  position: relative;
  width: 100%;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.header-home__search input {
  width: 100%;
  min-width: 9rem;
}
.header-home__search:after {
  content: "";
  background-image: url(../de854697859a52a58c8b.svg);
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .header-home__search {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.header-home__address-divider {
  width: 0.05rem;
  background: #ECECEC;
  margin: 0 0.8rem;
}
.header-home__address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.header-home__address:first-child {
  margin-right: 0.8rem;
}
.header-home__address:last-child {
  margin-left: 0.8rem;
}
.header-home__address hr {
  width: 0.05rem;
  background: red;
  height: 100%;
}
@media (max-width: 480px) {
  .header-home__address {
    display: none;
  }
}
.header-home__address-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: 0.2rem;
  font-size: 1rem;
  margin-left: auto;
}
.header-home__address-info span {
  color: #FFF;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.header-home__address-info a {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.header-home__burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header-home__burger img {
    width: 3.42rem;
  }
}
@media (max-width: 480px) {
  .header-home__burger {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-home__call-buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 480px) {
  .header-home__call-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header-home__request-call button {
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  .header-home__request-call button {
    display: none;
  }
}
.header-home__request-call img {
  width: 3.42rem;
}
.header-home__request-call a {
  cursor: pointer;
  display: none;
}
@media (max-width: 480px) {
  .header-home__request-call a {
    display: block;
  }
}
.header-home__call {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-home__call img {
  width: 3.42rem;
}
.header-home__call a {
  cursor: pointer;
  display: none;
}
@media (max-width: 480px) {
  .header-home__call a {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-home__call {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-home__sticky {
  background: #041a3c;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media (max-width: 480px) {
  .header-home__sticky {
    background: #041a3c;
  }
}
@media (max-width: 480px) {
  .header-home {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-card {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card:hover {
  scale: 1.03;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
}
.product-card__image {
  overflow: hidden;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
          box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
  height: 16rem;
  width: 16rem;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .product-card__image {
    width: 8.6rem;
    height: 8.6rem;
  }
}
.product-card__title {
  color: #141414;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .product-card__title {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0.28rem;
  }
}
.product-card__price {
  color: #ed7b23;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: auto;
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card__price del {
  color: #999;
}
.product-card__vendor-code {
  font-family: "Univers LT CYR", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-top: 1.05rem;
  color: #484848;
}
.product-card__vendor-code span {
  color: #ed7b23;
}
@media (max-width: 480px) {
  .product-card__vendor-code {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}

.about-company .default-tag-styles p, .about-company .default-tag-styles li {
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .about-company .default-tag-styles p, .about-company .default-tag-styles li {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.about-company .default-tag-styles h2 {
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 480px) {
  .about-company .default-tag-styles h2 {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .about-company .planned-developments {
    margin-top: 2.28rem;
  }
}
.about-company .automotiv-numbers {
  margin-top: 4.25rem;
}
@media (max-width: 480px) {
  .about-company .automotiv-numbers {
    margin-top: 2.28rem;
  }
}

.about-company-block {
  position: relative;
  margin-bottom: 2.5rem;
  z-index: 10;
}
.about-company-block_background {
  background: #E6EFFE;
  padding: 5.4rem 0 5rem;
  margin: 7.65rem 0 6.75rem;
}
.about-company-block__figure {
  position: absolute;
  left: 0;
  top: -1.2rem;
  z-index: -1;
}
.about-company-block__lines {
  position: absolute;
  z-index: 2;
  top: -3.4rem;
  width: 9%;
}
.about-company-block__header {
  color: #ED7B23;
  margin-bottom: 1.6rem;
}
.about-company-block__header_black {
  color: #141414;
}
.about-company-block__text {
  color: #141414;
}
.about-company-block__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.8rem;
}
.about-company-block__text-line-marker {
  margin-bottom: 1.6rem;
}
.about-company-block__text-line-marker li:before {
  content: "– ";
}
.about-company-block__text-dot-marker {
  color: #587EBC;
}
.about-company-block__text-dot-marker li {
  list-style: inside;
}
.about-company-block__text-dot-marker li a {
  border-color: #587EBC;
  border-bottom: 0.1rem solid;
}
.about-company-block__text-dot-marker_yellow {
  color: #ED7B23;
}
.about-company-block__text-dot-marker_yellow a {
  border-color: #ED7B23;
}
.about-company-block__map {
  position: relative;
  padding: 1.75rem 0;
}
.about-company-block__map img {
  width: 100%;
}
.about-company-block__map div {
  position: absolute;
  top: 9.65rem;
  padding: 2rem;
  color: #545454;
  border-radius: 0.81rem;
  border: 0.04rem solid #ED7B23;
  background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-company-block__map div span {
  color: #ED7B23;
}
@media (max-width: 480px) {
  .about-company-block__map div {
    top: 2.85rem;
    border-radius: 0.3rem;
    border: 0.5px solid #ED7B23;
    background: #FFF;
    padding: 0.85rem;
    font-size: 1.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.about-company-block__map:after {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 0;
  right: 0;
  max-width: 66rem;
  width: 100%;
  height: 2.4rem;
  background: radial-gradient(44.28% 48.13% at 50% 50.04%, rgba(220, 220, 220, 0.2) 0%, rgba(212, 212, 212, 0.21) 36.05%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 480px) {
  .about-company-block__map {
    padding: 0;
  }
}

@media (min-width: 480px) {
  #about-company-block-sertificates {
    padding-top: 7.14rem !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 480px) {
  #about-company-block-catalogs {
    margin-top: 0 !important;
    padding-top: 7.14rem !important;
  }
}

.archive-product-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.1rem;
  border: 0.05rem solid #dce9ff;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.1rem;
}
.archive-product-toggle__container {
  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;
}
.archive-product-toggle__icon {
  width: 1rem;
  height: 1rem;
}
.archive-product-toggle__table, .archive-product-toggle__list {
  height: 2rem;
  width: 2.12rem;
  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;
}
.archive-product-toggle__icon-table {
  background-image: url(../398dd271ede448419eab.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.archive-product-toggle__icon-list {
  background-image: url(../14b5c2d293bfd73f213b.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.archive-product-toggle_active {
  background: rgba(210, 227, 255, 0.34);
  border-radius: 1rem;
}

.woocommerce-products-header {
  word-break: break-word;
}
.woocommerce-products-header__background {
  background: #e6effe;
}
.woocommerce-products-header__container {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  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 (max-width: 480px) {
  .woocommerce-products-header__container {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    word-break: break-word;
  }
}
.woocommerce-products-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #545454;
}
@media (max-width: 480px) {
  .woocommerce-products-header__title {
    font-size: 1.42rem;
    padding: 0.85rem 0;
  }
}

.term-description {
  margin-top: 1.6rem;
  line-height: normal;
  font-size: 1.15rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}
@media (max-width: 480px) {
  .term-description {
    font-size: 1.42rem;
    margin-top: 1.42rem;
  }
}

.categories {
  position: relative;
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0.75rem;
}
.categories .product-category {
  background: #ed7b23;
}
.categories .woocommerce-loop-category__title {
  color: white;
  font-size: 1.2rem;
}
.categories__seo-text {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(237, 123, 35, 0.26);
  font-size: 1.15rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}
@media (max-width: 480px) {
  .categories__seo-text {
    font-size: 1.42rem;
    margin-top: 1.42rem;
  }
}
.categories__root .product-category {
  background: #f5f5f5;
}
.categories__root .woocommerce-loop-category__title {
  color: #484848;
}
@media (max-width: 480px) {
  .categories {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.contacts {
  margin-top: 4.25rem;
}
@media (max-width: 480px) {
  .contacts__other-block-info {
    gap: 0.85rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts iframe {
  height: 31rem;
}
@media (max-width: 480px) {
  .contacts iframe {
    max-height: 14.28rem;
  }
}
.contacts__subheader {
  font-family: "Univers LT CYR";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.contacts__subheader:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .contacts__subheader:not(:first-child) {
    margin-top: 2.28rem;
  }
}
@media (max-width: 480px) {
  .contacts__subheader {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.contacts__text-block {
  font-family: "Univers LT CYR";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .contacts__text-block {
    gap: 0.28rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts__maps-content-map {
  margin-top: auto;
}
@media (max-width: 480px) {
  .contacts {
    margin-top: 1.71rem;
  }
}

.product {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #f5f5f5;
}
.product:hover {
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  scale: 1.02;
}
.product a {
  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;
}
.product__title {
  color: #141414;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .product__title {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0.28rem;
  }
}
.product__vendor-code {
  font-family: "Univers LT CYR", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-top: 1.05rem;
  color: #484848;
}
.product__vendor-code span {
  color: #ed7b23;
}
@media (max-width: 480px) {
  .product__vendor-code {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.product__image {
  overflow: hidden;
  border-radius: 1rem;
  height: 11rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
          box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
}
.product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .product__image {
    height: 14.28rem;
  }
}
.product .price {
  margin-top: auto;
  padding-top: 0.75rem;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: normal;
  color: #ed7b24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product .price_sale {
  color: #999;
}
@media (max-width: 480px) {
  .product .price del {
    font-size: 1.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .product .price {
    padding-top: 0.85rem;
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .product {
    padding: 0.85rem;
  }
}

.product-category {
  padding: 1.05rem;
  border-radius: 0.75rem;
  background: #f5f5f5;
}
.product-category:hover {
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  scale: 1.02;
}
@media (max-width: 480px) {
  .product-category.product {
    padding: 0.85rem;
  }
}
.product-category__image {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
          box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
  width: 12.2rem;
  height: 12.2rem;
  margin-bottom: 0.8rem;
}
.product-category__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .product-category__image {
    width: 9.9rem;
    height: 9.9rem;
  }
}
.product-category__header {
  color: #ED7B23;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.woocommerce-loop-category__title {
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: normal;
  color: #484848;
}
.woocommerce-loop-category__title mark {
  background: transparent;
}
@media (max-width: 480px) {
  .woocommerce-loop-category__title {
    font-family: "Univers LT CYR";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    word-break: break-word;
  }
}

.woocommerce-loop-product__title {
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: normal;
  color: #484848;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .woocommerce-loop-product__title {
    margin-top: 0.42rem;
  }
}
.woocommerce-loop-product__link .price del {
  font-size: 1.1rem;
  color: #999;
}

.flex-control-thumbs {
  overflow: hidden;
  gap: 0.4rem;
}

.content-single-product {
  padding-bottom: 4.25rem;
}
.content-single-product__empty-characteristics {
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .content-single-product__empty-characteristics {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.content-single-product__empty-documentation {
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .content-single-product__empty-documentation {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.content-single-product__product-description {
  margin-top: 4.25rem;
}
.content-single-product__product-description .alignleft {
  float: left;
}
.content-single-product__product-description .aligncenter {
  display: block;
  margin-left: auto;
  clear: initial;
  margin-right: auto;
}
.content-single-product__product-description .alignright {
  float: right;
}
@media (max-width: 480px) {
  .content-single-product__product-description {
    margin-top: 2.28rem;
  }
}
.content-single-product__optional-equipment {
  padding-top: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 480px) {
  .content-single-product__optional-equipment.container {
    padding-right: 0;
  }
}
.content-single-product__optional-equipment .f-carousel {
  --f-carousel-spacing: 1rem;
  --f-carousel-slide-padding: 1rem;
  --f-carousel-slide-width: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.6rem;
  padding: 1rem 0;
}
@media (max-width: 480px) {
  .content-single-product__optional-equipment .f-carousel__nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .content-single-product__optional-equipment .f-carousel__dots {
    display: none;
  }
}
.content-single-product__optional-equipment .f-carousel__slide {
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  background: #F5F5F5;
  -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
          box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.content-single-product__optional-equipment .f-carousel__slide button {
  margin-top: 1.2rem;
}
@media (max-width: 480px) {
  .content-single-product__optional-equipment .f-carousel__slide button {
    padding: 0.57rem;
  }
}
.content-single-product__optional-equipment .f-carousel .f-button[disabled] {
  opacity: 0.5;
  pointer-events: auto;
}
.content-single-product__optional-equipment .f-carousel__viewport {
  padding: 0.3rem 0;
}
.content-single-product__optional-equipment .f-carousel__slide {
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
}
.content-single-product__optional-equipment .f-carousel__slide:hover {
  scale: 1.02;
}
.content-single-product__optional-equipment .f-carousel .f-button {
  --f-button-width: 2.85rem;
  --f-button-height: 2.85rem;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
  --f-button-color: #ed7b23;
  --f-button-svg-disabled-opacity: 0.45;
  --f-button-hover-bg: #cecbcb;
  --f-button-bg: white;
  border: 0.05rem solid #ed7b23;
  border-radius: 50%;
}
.content-single-product__optional-equipment .f-carousel .product {
  height: 100%;
}
.content-single-product__optional-equipment .f-carousel .woocommerce-loop-product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .content-single-product__optional-equipment .f-carousel {
    margin-top: 0.85rem;
    --f-carousel-spacing: 0.85rem;
    --f-carousel-slide-width: 10.28rem;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0.85rem;
    --f-carousel-dots-height: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .content-single-product__optional-equipment {
    padding-top: 2.28rem;
  }
}
.content-single-product__might-be-interested {
  padding-top: 4.25rem;
  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%;
}
.content-single-product__might-be-interested.container {
  padding-right: 0;
}
.content-single-product__might-be-interested .product-card {
  cursor: -webkit-grab;
  cursor: grab;
}
.content-single-product__might-be-interested .product-category__image {
  height: 15rem;
  width: 15rem;
}
@media (max-width: 480px) {
  .content-single-product__might-be-interested .product-category__image {
    width: 100%;
    height: 8.57rem;
  }
}
.content-single-product__might-be-interested .f-carousel {
  --f-carousel-spacing: 1rem;
  --f-carousel-slide-width: 18rem;
  --f-carousel-slide-height: 25.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.6rem;
}
@media (max-width: 480px) {
  .content-single-product__might-be-interested .f-carousel__nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .content-single-product__might-be-interested .f-carousel__dots {
    display: none;
  }
}
.content-single-product__might-be-interested .f-carousel__viewport {
  padding: 0.8rem 0.3rem;
}
.content-single-product__might-be-interested .f-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .content-single-product__might-be-interested .f-carousel__slide {
    background: #f5f5f5;
    border-radius: 1.14rem;
    height: auto;
  }
}
.content-single-product__might-be-interested .f-carousel .f-button[disabled] {
  opacity: 0.5;
  pointer-events: auto;
}
.content-single-product__might-be-interested .f-carousel .f-button {
  --f-button-width: 2.85rem;
  --f-button-height: 2.85rem;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
  --f-button-color: #ed7b23;
  --f-button-svg-disabled-opacity: 0.45;
  --f-button-hover-bg: #cecbcb;
  --f-button-bg: white;
  border: 0.05rem solid #ed7b23;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .content-single-product__might-be-interested .f-carousel {
    margin-top: 0.85rem;
    --f-carousel-spacing: 0.85rem;
    --f-carousel-slide-width: 10.28rem;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0.85rem;
    --f-carousel-dots-height: 0;
    padding: 0;
  }
}
.content-single-product__might-be-interested .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  .content-single-product__might-be-interested {
    padding-top: 2.28rem;
  }
}
.content-single-product__block-header {
  color: #141414;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .content-single-product__block-header {
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.content-single-product__documentation {
  display: none;
}
.content-single-product__thumbs img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.content-single-product__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  margin-top: 4.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .content-single-product__info-block {
    margin-top: 1.71rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.28rem;
  }
}
.content-single-product__intro {
  white-space: nowrap;
  margin-bottom: 4px;
}
.content-single-product__gallery {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.content-single-product__gallery .f-carousel {
  position: relative;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
  --f-button-width: 2.5rem;
  --f-button-height: 2.5rem;
  --f-carousel-theme-color: #ED7B23;
  --f-button-border: 0.05rem solid #ED7B23;
  --f-button-border-radius: 50%;
  --f-carousel-dot-color: #ed7b24;
  --f-button-bg: white;
  --f-button-svg-disabled-opacity: 1;
}
.content-single-product__gallery .f-carousel__nav {
  position: relative;
}
.content-single-product__gallery .f-carousel__nav .f-button {
  top: auto !important;
  bottom: -6.25rem !important;
}
.content-single-product__gallery .f-carousel__nav .f-button[disabled] {
  opacity: 0.5;
}
.content-single-product__gallery .f-carousel__viewport {
  height: 27.5rem;
  border: 0.05rem solid #e8e8e8;
  border-radius: 0.8rem;
}
@media (max-width: 480px) {
  .content-single-product__gallery .f-carousel__viewport {
    height: auto;
  }
}
.content-single-product__gallery .f-carousel__thumbs {
  --f-thumb-width: 4.8rem;
  --f-thumb-height: 3.6rem;
}
.content-single-product__gallery .f-carousel__slide {
  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 (max-width: 480px) {
  .content-single-product__gallery .f-carousel {
    --f-carousel-slide-height: 25.71rem;
  }
}
.content-single-product__gallery .f-thumbs {
  margin: 0 2.75rem;
}
.content-single-product__gallery .f-thumbs__viewport {
  width: 20rem;
  margin: 0 auto;
}
.content-single-product__info-wrapper {
  border-bottom: 0.05rem solid #e6e6eb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-single-product__product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-single-product__price {
  color: #141414;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 3.1rem;
}
@media (max-width: 480px) {
  .content-single-product__price {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}
.content-single-product__articul {
  color: #141414;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.content-single-product__articul span {
  color: #ED7B23;
}
@media (max-width: 480px) {
  .content-single-product__articul {
    font-family: "Univers LT CYR";
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
.content-single-product__toggle-type-data {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 480px) {
  .content-single-product__toggle-type-data {
    -ms-flex-item-align: normal;
        -ms-grid-row-align: normal;
        align-self: normal;
  }
}
.content-single-product__info {
  max-height: 15.75rem;
  margin-top: 1.9rem;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .content-single-product__info {
    margin-top: 0.85rem;
  }
}
.content-single-product__toggle {
  margin-top: 1.9rem;
  padding: 0.3rem;
  white-space: nowrap;
  border-radius: 0.6rem;
  background: rgba(210, 227, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  color: #4E4E4E;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  .content-single-product__toggle {
    margin-top: 0.85rem;
    font-family: "Univers LT CYR";
    font-size: 1.28rem;
    padding: 0.28rem;
  }
}
.content-single-product__toggle-item {
  padding: 0.8rem 1.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.content-single-product__toggle-item_active {
  color: #FFF;
  background: linear-gradient(95deg, #2A5697 4.04%, #587EBC 63.47%);
}
@media (max-width: 480px) {
  .content-single-product__toggle-item {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.85rem 1rem;
  }
}
.content-single-product__button {
  background: linear-gradient(95deg, #2A5697 4.04%, #587EBC 63.47%);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-right: 0;
  border-left: 0;
}
.content-single-product__button:hover {
  background: linear-gradient(95deg, #1e457e 4.04%, #3962a6 63.47%);
}
.content-single-product__catalogs-button {
  padding-top: 1.6rem;
  margin-top: auto;
}
@media (max-width: 480px) {
  .content-single-product__catalogs-button {
    padding-top: 1.71rem;
  }
}
.content-single-product__button-kp {
  margin-top: 1.6rem;
}
@media (max-width: 480px) {
  .content-single-product__button-kp {
    margin-top: 0.85rem;
  }
}
@media (max-width: 480px) {
  .content-single-product {
    padding-bottom: 0;
  }
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  cursor: pointer;
}

.content-single-product-header__background {
  background: #e6effe;
}
.content-single-product-header__container {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  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;
}
.content-single-product-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #545454;
}
@media (max-width: 480px) {
  .content-single-product-header__title {
    font-size: 1.42rem;
    padding: 0.85rem 1.07rem;
  }
}

.product-equipment-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F5F5;
  -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
          box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
}
.product-equipment-carousel-item__vendor-code {
  font-family: "Univers LT CYR", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-top: 1.05rem;
  color: #484848;
}
.product-equipment-carousel-item__vendor-code span {
  color: #ed7b23;
}
@media (max-width: 480px) {
  .product-equipment-carousel-item__vendor-code {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-top: 0.57rem;
  }
}
.product-equipment-carousel-item__image {
  height: 15rem;
  border: 0.05rem solid #e0e0e0;
  border-radius: 1.1rem;
  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;
  overflow: hidden;
}
.product-equipment-carousel-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .product-equipment-carousel-item__image {
    height: 8.57rem;
  }
}
.product-equipment-carousel-item__title {
  color: #141414;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .product-equipment-carousel-item__title {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0.28rem;
  }
}
.product-equipment-carousel-item__price {
  color: #ED7B23;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: auto;
  margin-top: auto;
  padding-top: 0.75rem;
}
.product-equipment-carousel-item__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-equipment-carousel-item__price .price del {
  font-size: 1.1rem;
  color: #999;
}
@media (max-width: 480px) {
  .product-equipment-carousel-item__price .price del {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .product-equipment-carousel-item__price .price {
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .product-equipment-carousel-item__price {
    padding-top: 0.28rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
}
.product-equipment-carousel-item:hover {
  scale: 1.02;
}

.front-page__background {
  background: none;
}

.gallery {
  margin-top: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.gallery__container {
  border-radius: 0.75rem;
}
.gallery__group {
  background: #f5f5f5;
  padding: 1.05rem 2rem;
  border-radius: 1rem;
}
@media (max-width: 480px) {
  .gallery__group {
    padding: 0.85rem;
    gap: 0.85rem;
    border-radius: 1.14rem;
  }
}
.gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
.gallery__group-title {
  cursor: pointer;
}
@media (max-width: 480px) {
  .gallery__group-title {
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
  }
}
.gallery__toggle-visible {
  cursor: pointer;
  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: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery__toggle-visible_rotate {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.gallery__toggle-visible img {
  width: 1.3rem;
}
@media (max-width: 480px) {
  .gallery__toggle-visible img {
    width: 0.85rem;
  }
}
.gallery__button {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
}
@media (max-width: 480px) {
  .gallery__button .button {
    border-radius: 0.42rem;
  }
}
@media (max-width: 480px) {
  .gallery__button .button_secondary:hover {
    background: none;
  }
}
.gallery__button button {
  color: #ED7B23;
  background: none;
}
.gallery__button button:hover {
  color: white;
}
@media (max-width: 480px) {
  .gallery__button button {
    padding: 0.42rem;
  }
}
@media (max-width: 480px) {
  .gallery__button p {
    display: none;
  }
}
.gallery__button img {
  display: none;
  width: 0.6rem;
}
@media (max-width: 480px) {
  .gallery__button img {
    display: block;
  }
}
.gallery__images {
  display: none;
  margin: 1.6rem 0 0 0;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(14.28rem, 1fr));
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.gallery__images img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .gallery__images {
    margin: 0.85rem 0 0 0;
    grid-row-gap: 0.85rem;
    grid-column-gap: 0.85rem;
    grid-template-columns: repeat(auto-fill, minmax(7.14rem, 1fr));
  }
}
.gallery__image {
  border: 0.05rem solid #e0e0e0;
  border-radius: 1.1rem;
  overflow: hidden;
  cursor: pointer;
  width: 10rem;
  -webkit-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out;
  aspect-ratio: 1/1;
}
.gallery__image:hover {
  scale: 1.02;
}
@media (max-width: 480px) {
  .gallery__image:hover {
    scale: none;
  }
}
@media (max-width: 480px) {
  .gallery__image {
    margin: 0.85rem 0 0 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .gallery {
    margin-top: 1.71rem;
    gap: 0.85rem;
  }
}

.products {
  position: relative;
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 8.75rem;
}
.products__image {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
          box-shadow: 0 0 0.5rem rgba(156, 156, 156, 0.25);
  width: 14rem;
  height: 14rem;
}
.products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .products__image {
    width: 8.6rem;
    height: 8.6rem;
  }
}
.products__header {
  color: #ED7B23;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 1px solid rgba(237, 123, 35, 0.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 10px;
}
.products__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: 0.6rem;
}
.products__list .woocommerce-loop-category__title {
  margin-top: 0;
}
.products__list .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 480px) {
  .products__list .product-card {
    gap: 0.85rem;
  }
}
.products__list .product-card__vendor-code {
  margin-top: 0;
}
.products__list .product-card__price {
  margin-top: 0;
  padding-top: 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;
}
.products__list .product-card__image {
  display: none;
}
@media (max-width: 480px) {
  .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.42rem;
    margin-bottom: 0;
  }
}

.woocommerce-pagination {
  position: absolute;
  bottom: -5.5rem;
  width: 100%;
}
.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-pagination .page-numbers a, .woocommerce-pagination .page-numbers span {
  padding: 0.5rem;
  width: 2rem;
  height: 2rem;
  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: 50%;
  background: #f5f5f5;
}
.woocommerce-pagination .page-numbers a:hover, .woocommerce-pagination .page-numbers span:hover {
  background: #587ebc;
  color: white;
}
.woocommerce-pagination .page-numbers .current {
  background: #ed7b24;
  color: white;
}
.woocommerce-pagination .page-numbers .current:hover {
  background: #ed7b24;
  color: white;
}

.news {
  margin-top: 4.25rem;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.news a {
  min-width: 0;
}
.news__navigations {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__navigations-item {
  border: 0.1rem solid #ED7B23;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (max-width: 480px) {
  .news {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.71rem;
  }
}

.news-item {
  cursor: pointer;
  padding: 1rem;
  border-radius: 1.1rem;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  background: #F5F5F5;
  -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
          box-shadow: 0 0.2rem 1rem 0 rgba(207, 207, 207, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news-item__image {
  border: 0.05rem solid #E0E0E0;
  border-radius: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .news-item__image {
    border-radius: 0.57rem;
  }
}
.news-item__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.8rem;
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .news-item__title {
    margin-top: 0.57rem;
    font-family: "Univers LT CYR";
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
}
.news-item__description {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
}
.news-item__description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Количество строк */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .news-item__description {
    margin-top: 0.57rem;
    font-family: "Univers LT CYR";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
  }
}
.news-item__date {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item__date img {
  width: 1rem;
}
@media (max-width: 480px) {
  .news-item__date img {
    width: 1.14rem;
  }
}
@media (max-width: 480px) {
  .news-item__date {
    gap: 0.4rem;
    margin-top: 0.4rem;
    font-family: "Univers LT CYR";
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
}
.news-item:hover {
  -webkit-box-shadow: 0 0.2rem 0.75rem 0 #E0E0E0;
          box-shadow: 0 0.2rem 0.75rem 0 #E0E0E0;
}
@media (max-width: 480px) {
  .news-item {
    padding: 0.85rem;
    border-radius: 0.85rem;
  }
}

.section.related.products {
  margin-bottom: 0;
}

.related__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.related__carousel .product {
  height: 100%;
}
.related__carousel .f-carousel__slide {
  width: 290px;
}
.related .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fancyapps/ui/dist/carousel/carousel.autoplay.css ***!
  \******************************************************************************************************************/
.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}
