/*!*********************************************************************************************************!*\
  !*** 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/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@charset "UTF-8";
.toggle-switcher__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}

/*! 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 {
  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 */
  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.35em 0.75em 0.625em;
}

/**
 * 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 {
  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] {
  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;
}

/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.noUi-target {
  height: 2px;
}
.noUi-target:active .noUi-handle {
  background: linear-gradient(90deg, #00D344 -2.5%, #009482 103.54%);
}
.noUi-target:active .noUi-handle-lower {
  background: #00D344;
}
.noUi-target:active .noUi-handle-upper {
  background: #009482;
}
.noUi-target:active .noUi-connect {
  background: linear-gradient(90deg, #00D344 -2.5%, #009482 103.54%);
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  background: #1E1E1E;
  height: 100%;
  cursor: grabbing;
}
.page--dark .noUi-connect {
  background: #6D6D6D;
}
.page--dark .noUi-connect:active {
  background: linear-gradient(90deg, #00D344 -2.5%, #009482 103.54%);
}

.noUi-handle {
  position: absolute;
  height: 16px;
  width: 16px;
  top: -8px;
  right: -9px;
  border-radius: 100%;
  background-color: #1E1E1E;
  backface-visibility: hidden;
}
.page--dark .noUi-handle {
  background: #6D6D6D;
}

@font-face {
  font-family: "iconfont";
  src: url(../iconfonts/iconfont.373f.eot);
  src: url(../iconfonts/iconfont.373f.eot#iefix) format("embedded-opentype"), url(../iconfonts/iconfont.1f7e.ttf) format("truetype"), url(../iconfonts/iconfont.264a.woff) format("woff"), url(../iconfonts/iconfont.3a61.svg#iconfont) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.iconfont {
  font-family: "iconfont", emoji !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  flex: 0 0 auto;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-squares-5:before {
  content: "\e900";
}

.icon-squares-7:before {
  content: "\e901";
}

.icon-square:before {
  content: "\e902";
}

.icon-squares-3:before {
  content: "\e903";
}

.icon-squares-4:before {
  content: "\e904";
}

.icon-squares-6:before {
  content: "\e905";
}

.icon-squares-8:before {
  content: "\e906";
}

.icon-telegram:before {
  content: "\e907";
}

.icon-vk:before {
  content: "\e908";
}

.icon-arrow-down:before {
  content: "\e909";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
}

.icon-arrow-up:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e90d";
}

.icon-filters:before {
  content: "\e90e";
}

.icon-heart:before {
  content: "\e90f";
}

.icon-heart-fill:before {
  content: "\e910";
}

.icon-location:before {
  content: "\e911";
}

.icon-menu:before {
  content: "\e913";
}

.icon-mute:before {
  content: "\e914";
}

.icon-person:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e916";
}

.icon-suitcase:before {
  content: "\e917";
}

.text-body {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.25;
}
.text-body p:first-child, .text-body h1:first-child, .text-body h2:first-child, .text-body h3:first-child, .text-body h4:first-child, .text-body h5:first-child, .text-body h6:first-child, .text-body ul:first-child, .text-body ol:first-child {
  margin-top: 0;
}
.text-body ul {
  list-style: none;
  padding-left: 16px;
}
.text-body ul:first-child {
  margin-top: 0;
}
.text-body ul li {
  position: relative;
  z-index: 0;
}
.text-body ul li::before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: -16px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%), #7daa30;
  transform: translate(0, -50%);
}
.text-body h1, .text-body h2 {
  font-size: 20px;
}
.text-body h3 {
  font-size: 18px;
}
.text-body h4, .text-body h5, .text-body h6 {
  font-size: 16px;
}
.text-body h1, .text-body h2, .text-body h3, .text-body h4, .text-body h5, .text-body h6, .text-body hr {
  font-weight: 600;
  margin: 16px 0 8px;
}
.text-body ul, .text-body ol, .text-body li, .text-body img, .text-body p, .text-body details, .text-body details[open] > summary, .text-body select {
  margin: 16px 0;
}
.text-body a {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #014BB0;
}
.text-body a:hover:before {
  transform: none;
}
.text-body a::before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #014BB0;
  transition: transform 0.5s;
  transform-origin: center left;
  transform: scale(0);
}

@font-face {
  font-family: "Golos";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Golos_regular.TTF) format("ttf");
}
@font-face {
  font-family: "Golos";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Golos_medium.TTF) format("ttf");
}
@font-face {
  font-family: "Golos";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Golos_demibold.TTF) format("ttf");
}
@font-face {
  font-family: "Golos";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Golos_bold.TTF) format("ttf");
}
h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
}

body {
  background: #F4F8FB;
  color: #161616;
  font-family: "Golos", Arial, sans-serif;
  font-weight: 400;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

* {
  box-sizing: border-box;
}

span {
  display: inline-block;
}

a {
  color: currentColor;
  display: inline;
  text-decoration: none;
  transition: color 0.5s;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.white-bg, .white-bg header, .white-bg .header-contacts-button::before {
  background: #fff;
}

.link {
  display: inline-block;
  text-decoration: none;
  color: #161616;
  transition: all 0.3s ease;
  cursor: pointer;
}
.link.active {
  color: #1781C5;
}
.page--dark .link {
  color: #ffffff;
}
.page--dark .link:hover {
  color: #01BD59;
}
.link._disabled {
  pointer-events: none;
  color: #8E8E8E;
  opacity: 0.5;
}

.button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: #161616;
  border-radius: 5px;
  background-color: transparent;
  padding: 11px 32px;
}
.page--dark .button {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
.button:before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: opacity 0.3s;
  background: #F4F8FB;
  border-radius: 5px;
}
.button::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(236deg, #1BD0C5 7.8%, #004BB0 91.46%);
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  border-radius: 5px;
}
.button:hover {
  color: #ffffff;
  border-color: transparent;
  background: none;
}
.button:hover::after {
  opacity: 1;
}
.button:hover::before {
  opacity: 0;
}

.button--black {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: none;
  color: #ffffff;
}
.button--black::after, .button--black:before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.button--black::after {
  opacity: 0;
  background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%), #7daa30;
}
.button--black::before {
  opacity: 1;
  background: #161616;
}
.button--black:hover {
  border: 1px solid transparent;
  background: none;
}
.button--black:hover::after {
  opacity: 1;
}
.button--black:hover::before {
  opacity: 0;
}

.button--decorate {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px 8px 8px 0px;
}
.button--decorate::after, .button--decorate::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.button--decorate:after {
  opacity: 1;
  background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%), #7daa30;
}
.button--decorate:before {
  opacity: 0;
  background: linear-gradient(180deg, #009482 -0.02%, #00d344 100.02%), #7daa30;
}
.button--decorate:hover {
  background-color: transparent;
}
.button--decorate:hover::after {
  opacity: 0;
}
.button--decorate:hover::before {
  opacity: 1;
}

.button--primary {
  border-radius: 5px;
}

.button--white {
  width: fit-content;
  color: #0a0c08;
  background-color: #ffffff;
}

.button--circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
}

.button--sm {
  font-size: 14px;
  padding: 8px 24px;
}

.button--full {
  width: 100%;
}

.close {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}
.page--dark .close {
  color: #ffffff;
}
.close svg {
  width: 24px;
  height: 24px;
}

.section {
  padding: 0 60px;
  max-width: 1440px;
  width: 100%;
}
.section + .section {
  margin-top: 80px;
}
@media screen and (max-width: 1319px) {
  .section + .section {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .section + .section {
    margin-top: 40px;
  }
}
.section--fullsize {
  padding: 0;
}
.section--wide {
  max-width: 100%;
}
@media screen and (max-width: 1319px) {
  .section {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 0 16px;
  }
}
.section__title {
  color: #000;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1319px) {
  .section__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.middle-wrapper {
  max-width: 60%;
  margin: 16px auto 0;
}
@media screen and (max-width: 1319px) {
  .middle-wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .middle-wrapper {
    max-width: 100%;
    margin-top: 8px;
  }
}

.text-page {
  padding-bottom: 80px;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .text-page {
    padding-bottom: 20px;
  }
}

.post-body {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.25;
}
.post-body p:first-child, .post-body h1:first-child, .post-body h2:first-child, .post-body h3:first-child, .post-body h4:first-child, .post-body h5:first-child, .post-body h6:first-child, .post-body ul:first-child, .post-body ol:first-child {
  margin-top: 0;
}
.post-body ul {
  list-style: none;
  padding-left: 16px;
}
.post-body ul:first-child {
  margin-top: 0;
}
.post-body ul li {
  position: relative;
  z-index: 0;
}
.post-body ul li::before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: -16px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%), #7daa30;
  transform: translate(0, -50%);
}
.post-body h1, .post-body h2 {
  font-size: 20px;
}
.post-body h3 {
  font-size: 18px;
}
.post-body h4, .post-body h5, .post-body h6 {
  font-size: 16px;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6, .post-body hr {
  font-weight: 600;
  margin: 16px 0 8px;
}
.post-body ul, .post-body ol, .post-body li, .post-body img, .post-body p, .post-body details, .post-body details[open] > summary, .post-body select {
  margin: 16px 0;
}
.post-body a {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #014BB0;
}
.post-body a:hover:before {
  transform: none;
}
.post-body a::before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #014BB0;
  transition: transform 0.5s;
  transform-origin: center left;
  transform: scale(0);
}

.anchor {
  display: block;
  position: relative;
  top: -88px;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .anchor {
    top: -60px;
  }
}

.container {
  padding: 48px;
}
.container--decorated {
  background-color: #F4F8FB;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .container--decorated {
    margin: 0 -24px;
  }
}
@media screen and (max-width: 767px) {
  .container--decorated {
    margin: 0 -16px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 16px;
  }
}

.title, .categories-title {
  font-size: 40px;
  color: #161616;
  font-weight: 600;
  line-height: 1.2em;
}
.title--xxl {
  font-size: 64px;
  line-height: 1.1em;
}
.title--xl {
  font-size: 60px;
  line-height: 1.1em;
}
@media screen and (max-width: 1023px) {
  .title--xl {
    font-size: 32px;
  }
}
.title--l, .categories-title {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .title--l, .categories-title {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title--l, .categories-title {
    margin-bottom: 24px;
  }
  .middle-wrapper .title--l, .middle-wrapper .categories-title {
    margin-bottom: 16px;
  }
}
.title--sm {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .title--sm {
    font-size: 20px;
  }
}
.title--xs {
  font-size: 24px;
  line-height: 1.3em;
}
.title--xxs {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.title-holder {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .title-holder {
    margin-bottom: 16px;
  }
}
.title-holder .title, .title-holder .categories-title {
  margin-right: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .title-holder .title, .title-holder .categories-title {
    margin-right: 14px;
  }
}

.description {
  color: #1E1E1E;
  margin: 0;
  line-height: 1.5em;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-item {
  position: relative;
  padding-left: 20px;
}
.list-item:not(:last-child) {
  margin-bottom: 4px;
}
.list-item::before {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #004BB0;
  border-radius: 50%;
}

.accordion {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 24px;
}
.accordion:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
}
.js-accordion--active .accordion-top {
  border-bottom: 1px solid #D9D9D9;
}

.accordion-title {
  font-size: 20px;
  font-weight: 400;
  color: #363636;
}
.js-accordion--active .accordion-title {
  color: #000000;
}
@media (max-width: 767px) {
  .accordion-title {
    font-size: 16px;
    padding-right: 5px;
  }
}

.read-more-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #1781C5;
  background-color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}
.read-more-button::before, .read-more-button::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: 20px;
  height: 1px;
  border-radius: 100px;
  background-color: #1781C5;
  transition: transform 0.3s ease;
}
.read-more-button::before {
  transform: rotate(90deg);
}
.js-accordion--active .read-more-button::before {
  transform: rotate(45deg);
}
.js-accordion--active .read-more-button::after {
  transform: rotate(135deg);
}

.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.read-more-content p, .read-more-content li {
  margin: 1em 0;
}

.faq {
  margin-bottom: 80px;
}
@media screen and (max-width: 1319px) {
  .faq {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .faq {
    margin-bottom: 40px;
  }
}

.form {
  display: flex;
  flex-direction: column;
}

.form-field {
  width: 100%;
}
.form-field:not(:last-child) {
  margin-bottom: 16px;
}

.form-field-label {
  display: block;
  width: 100%;
  height: 48px;
}

.form-field-input {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.page--dark .form-field-input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.35);
}
.form-field-input:hover {
  border-color: #8E8E8E;
}
.form-field-input:focus, .form-field-input:focus-visible {
  border-color: #8E8E8E;
  box-shadow: none;
  outline: none;
}

.form-policy {
  color: #8E8E8E;
  font-size: 14px;
  line-height: 1.5em;
}
.form-policy a {
  color: #8E8E8E;
  text-decoration: underline;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.checkbox-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-input:disabled + .checkbox-text {
  color: #D9D9D9;
}
.page--dark .checkbox-input:disabled + .checkbox-text {
  color: #AEB2BB;
}
.checkbox-text::before {
  position: absolute;
  content: "";
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.page--dark .checkbox-text::before {
  background-color: #181818;
  border-color: rgba(255, 255, 255, 0.15);
}
.checkbox-input:checked + .checkbox-text::before {
  background-color: #1E1E1E;
  background-image: url(../img/check.svg);
  background-size: 50% auto;
  border-color: #1E1E1E;
}
.page--dark .checkbox-input:checked + .checkbox-text::before {
  background-color: #181818;
  border-color: rgba(255, 255, 255, 0.15);
}
.checkbox-input:disabled + .checkbox-text::before {
  border-color: #D9D9D9;
}
.page--dark .checkbox-input:disabled + .checkbox-text::before {
  border-color: rgba(217, 217, 217, 0.05);
}

.checkbox-count {
  color: #8e8e8e;
}

.range-holder {
  position: relative;
  padding: 16px 8px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--dark .range-holder {
  border-color: #6D6D6D;
}

.range {
  position: absolute;
  right: 5px;
  bottom: -1px;
  left: 5px;
}

.range-value {
  font-size: 16px;
  line-height: 1.5em;
  color: #1E1E1E;
}

.range-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 0;
  pointer-events: none;
}

.toggle-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-switcher__slider {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 24px;
  background: #D9D9D9;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease;
}
.page--dark .toggle-switcher__slider {
  background: #6D6D6D;
}
.toggle-switcher__slider::before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
}
.toggle-switcher__input:checked + .toggle-switcher__slider::before {
  transform: translateX(16px);
}
.toggle-switcher__input:checked + .toggle-switcher__slider {
  background: #01BD59;
}

.body--stuck {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .body--stuck {
    overflow: visible;
  }
}
.body--stuck::before {
  position: absolute;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.body--stuck--no-dark::before {
  display: none;
}

.page--dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.51%, #090909 63.4%), linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.87) 100%), url(../img/dark-bg.jpeg), lightgray -383.965px -23.714px/123.731% 100% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  color: #ffffff;
}
.page--dark.body--stuck::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-container {
  margin: 0;
  overflow: hidden;
}
.swiper-container.swiper-single-image {
  padding-bottom: 0;
}
.swiper-container.hero {
  padding-bottom: 0;
  overflow: hidden;
}
.swiper-container.routes__swiper {
  height: fit-content;
}
.swiper-container[data-enable] {
  position: relative;
  padding-bottom: 0;
}
.swiper-container[data-enable] .swiper-slide {
  break-inside: avoid;
  margin-bottom: 20px;
}
@media screen and (max-width: 1319px) {
  .swiper-container[data-enable=mobile] .swiper-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1319px) {
  .swiper-container[data-enable=mobile] .swiper-pagination,
  .swiper-container[data-enable=mobile] .swiper-button-prev,
  .swiper-container[data-enable=mobile] .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1319px) {
  .swiper-container[data-enable=desktop] .swiper-wrapper {
    display: flex;
  }
}
.content .swiper-container {
  position: relative;
}
@media screen and (max-width: 1319px) {
  .swiper-container.swiper-single-image {
    padding-bottom: 0;
  }
  .sticky-layout__aside > .swiper-container {
    padding-bottom: 0;
  }
}

.swiper-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.editor h3, .editor h4, .editor h5, .editor h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 8px;
}
.editor ul, .editor ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}
.editor li::marker {
  display: inline-block;
  padding-left: 20px;
}
.editor p {
  margin: 0 0 8px;
}

.modal .b24-form {
  font-family: "IBM Plex Sans", sans-serif;
  color: #161616;
  display: grid;
  overflow: hidden;
  background-color: #F6F6F6;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .modal .b24-form {
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal .b24-form-wrapper {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  max-width: none;
  border-bottom: 0 !important;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .modal .b24-form-wrapper {
    display: block;
  }
}
.modal .b24-form-header-title {
  margin-bottom: 16px;
}
.modal .b24-form-content {
  padding: 0;
  background: #ffffff;
  flex: 1;
}
.modal .b24-form-field-agreement-link {
  display: inherit;
}
.modal .b24-form-control {
  background: none !important;
  border: 0;
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  padding: 25px 16px 5px 16px !important;
  border-radius: 8px !important;
  border: 1px solid #E4E5E5 !important;
  overflow: hidden;
}
.modal .b24-form-control-container {
  display: block;
  width: 100%;
}
.modal .b24-form-control-string, .modal .b24-form-control-label, .modal .b24-form-control-list, .modal .b24-form-control-text {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #161616 !important;
}
.modal .b24-form-control-label {
  padding: 0 16px !important;
  font-size: 16px;
  opacity: 1;
  color: #A1A7AB !important;
}
.modal .b24-form-control-string {
  padding: 0 !important;
}
.modal .b24-form-control-desc {
  display: inline;
}
@media (min-width: 1025px) {
  .modal .b24-form-control {
    height: 60px !important;
  }
}
.modal .b24-form-btn {
  font-family: "Golos", Arial, sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 11px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 0;
}
.modal .b24-form-btn-container {
  margin: 0;
}
.modal .b24-form-btn-block {
  padding: 0;
}
@media (min-width: 1025px) {
  .modal .b24-form-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.modal .b24-form-btn:hover {
  background-color: transparent;
}
.modal .b24-form-btn:hover::before {
  opacity: 0;
}
.modal .b24-form-btn:hover::after {
  opacity: 1;
}
.modal .b24-form-btn::before, .modal .b24-form-btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.3s;
}
.modal .b24-form-btn::before {
  background: linear-gradient(236deg, #1BD0C5 7.8%, #004BB0 91.46%);
  opacity: 1;
}
.modal .b24-form-btn::after {
  background: linear-gradient(236deg, #004BB0 7.8%, #1BD0C5 91.46%);
  opacity: 0;
}
.modal .b24-form .b24-form-state-container .b24-form-success {
  background-color: #ffffff;
}
.modal .b24-form .b24-form-success-icon {
  background: url(../img/success.svg), #009482;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.modal .b24-form .b24-form-wrapper.b24-from-state-on {
  min-height: auto;
}
.modal .b24-form-field-agreement .b24-form-field-agreement-link {
  font-size: 14px !important;
  color: #8E8E8E;
}

.page--dark .modal .b24-form-header-title {
  color: #ffffff;
}
.page--dark .modal .b24-form-wrapper {
  background-color: #181818;
}
.page--dark .modal .b24-form-content {
  background-color: #181818;
}
.page--dark .modal .b24-form-field-input {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.page--dark .modal .b24-form-field-input:focus {
  border-color: #8e8e8e;
}
.page--dark .modal .b24-form-control {
  color: #ffffff;
}
.page--dark .modal .b24-form-control-desc {
  color: #ffffff;
}

.modal .b24-form-header {
  display: block;
  border-bottom: none;
  padding: 0;
}

.request .b24-form-header {
  display: none;
}

.modal .b24-form-sign-info {
  display: none !important;
}
.modal .b24-form-control-file .b24-form-control-label {
  display: none !important;
}
.modal .b24-form-control-filelist {
  margin-top: 0 !important;
}
.modal .b24-form-control-file .b24-form-control {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  font-size: 16px !important;
  opacity: 1 !important;
  color: #A1A7AB !important;
}
.modal .b24-form-control-file {
  background-color: #fff !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
}
.modal .b24-form-control-file .b24-form-control:before {
  display: none !important;
}
.modal .b24-form-control-file .b24-form-control:after {
  display: none !important;
}
.modal .b24-form-control-file .b24-form-control-file-item-empty .b24-form-control {
  padding: 0 16px !important;
  color: #014BB0 !important;
  font-weight: 700 !important;
  display: flex !important;
  justify-content: center;
  background-color: transparent !important;
  border-radius: 8px !important;
  height: 50px !important;
  margin-bottom: -4px !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgb(1, 75, 176) !important;
  font-family: "Golos", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5em !important;
}
.modal .b24-form-control-file .b24-form-control-file-item-empty .b24-form-control:hover {
  background-color: #1D4172 !important;
  color: #ffffff !important;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 60px;
  border-bottom: 1px solid #EDEDED;
  background-color: #F4F8FB;
}
@media screen and (max-width: 1319px) {
  .header {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 16px;
  }
}
@media (min-width: 1440px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
}
.body--catalog-open .header {
  z-index: 1001;
}
.page--dark .header {
  background-color: transparent;
  position: relative;
  border-color: rgba(255, 255, 255, 0.1);
}
.body--stuck.page--dark .header {
  background-color: #000000;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1440px) {
  .header-wrapper {
    padding: 16px 60px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo svg {
  width: auto;
  height: 40px;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .header-logo svg {
    width: auto;
    height: 24px;
  }
}
.page--dark .header-logo svg {
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .header-navigation {
    display: none;
  }
}

.header-navigation-list {
  list-style: none;
  display: flex;
  align-items: center;
}

.header-navigation-item:not(:last-child) {
  margin-right: 24px;
}
.header-navigation-item svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.header-link {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.header-contacts {
  display: flex;
  align-items: center;
}

.header-contacts-tel {
  margin-right: 24px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .header-contacts-tel {
    font-size: 14px;
    margin-right: 16px;
    display: block;
  }
}
@media screen and (max-width: 1320px) {
  .header-contacts-tel {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-contacts-tel {
    display: block;
  }
}

.header-contacts-icon svg {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .header-contacts-icon {
    display: none;
  }
}

.header-contacts-button {
  border: 0;
}
@media screen and (max-width: 1023px) {
  .header-contacts-button {
    display: none;
  }
}
.page--dark .header-contacts-button {
  color: #ffffff;
  border: double 2px transparent;
  border-radius: 8px 8px 8px 0;
  background-image: linear-gradient(#000000, #000000), radial-gradient(circle at top left, #00d344, #009482);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.header-burger {
  display: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header-burger span {
  width: 100%;
  height: 2px;
  background-color: #161616;
  border-radius: 2px;
  transition: transform 0.3s;
}
.header-burger span:not(:last-child) {
  margin-bottom: 4px;
}
.page--dark .header-burger span {
  background-color: #ffffff;
}
.header-burger--close {
  /* stylelint-disable-next-line no-descending-specificity */
}
.header-burger--close span {
  position: absolute;
  top: 50%;
  width: 24px;
}
.header-burger--close span:nth-child(2) {
  opacity: 0;
}
.header-burger--close span:first-child {
  transform: rotate(45deg);
}
.header-burger--close span:last-child {
  transform: rotate(135deg);
}

.header-mobile {
  display: none;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 57px);
  padding: 24px 16px;
  opacity: 0;
  margin-top: 57px;
  overflow-y: auto;
}
.header-mobile--show {
  display: flex;
  flex-direction: column;
  opacity: 1;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
}
.page--dark .header-mobile--show {
  background-color: #181818;
}
.header-mobile .decisions__btn {
  width: 100%;
}
@media (max-width: 767px) {
  .header-mobile .decisions__btn {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

.header-mobile-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.header-mobile-nav .header-navigation-item {
  text-align: center;
  margin-right: 0;
}
.header-mobile-nav .header-navigation-item:not(:last-child) {
  margin-bottom: 16px;
}

.header-mobile-tg {
  display: flex;
  align-items: center;
  color: #2AABEE;
  text-decoration: none;
  margin: 0 auto 24px;
}
.header-mobile-tg svg {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.page--dark .header-mobile-button {
  color: #ffffff;
  border: double 2px transparent;
  border-radius: 8px 8px 8px 0;
  background-image: linear-gradient(#181818, #181818), radial-gradient(circle at top left, #00d344, #009482);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.header-catalog-menu {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .header-catalog-menu {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 57px);
  }
}
.header-catalog-menu--active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1023px) {
  .header-catalog-menu--active {
    max-height: calc(100vh - 57px) !important;
    transition: none;
  }
}
.page--dark .header-catalog-menu {
  background-color: #161616;
}

.header-catalog-content {
  opacity: 0;
}
.header-catalog-menu--active .header-catalog-content {
  opacity: 1;
}

.header-catalog-list {
  display: flex;
  flex-direction: column;
}

.header-catalog-list-item {
  position: relative;
}
.header-catalog-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.header-catalog-list-item a {
  position: relative;
}
.header-catalog-list-item a::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  right: -17px;
  width: 8px;
  height: 8px;
  border: 2px solid #161616;
  border-radius: 2px;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
}
.header-catalog-list-item a:hover::after {
  border-color: #004BB0;
}

.header-catalog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 16px;
  display: block;
}

.header-catalog-back {
  display: none;
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 1023px) {
  .header-catalog-back {
    display: flex;
    margin-top: auto;
  }
}
.page--dark .header-catalog-back {
  color: #ffffff;
  border: double 2px transparent;
  border-radius: 8px 8px 8px 0;
  background-image: linear-gradient(#181818, #181818), radial-gradient(circle at top left, #00d344, #009482);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

@media (max-width: 1200px) {
  .header-contacts-button {
    font-size: 14px;
    line-height: 21px;
    padding: 11px 25px;
  }
}

.front-page {
  background: #F4F8FB;
}

.front-page .main {
  padding-top: 0;
}

.front-page header {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.front-page.body--stuck header {
  background-color: #ffffff;
}

.front-page.body--catalog-open header {
  background: #fff;
  border-bottom: 1px solid #EDEDED;
}

.front-page .header-logo svg g path:not(:last-child) {
  fill: white !important;
}

.front-page.body--catalog-open .header-logo svg g path:not(:last-child) {
  fill: black !important;
}

.front-page.body--stuck--no-dark .header-logo svg g path:not(:last-child) {
  fill: black !important;
}

.front-page .header-link, .front-page .header-contacts-tel {
  color: #fff;
  /*   @include media-breakpoint-down(tablet) {
      color: #000;
    } */
}

@media screen and (max-width: 1023px) {
  .front-page .header-mobile-nav .header-link,
  .front-page .header-mobile-nav .header-contacts-tel {
    color: #000;
  }
}

.front-page.body--catalog-open .header-link, .front-page.body--catalog-open .header-contacts-tel {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .front-page.body--catalog-open .header-link, .front-page.body--catalog-open .header-contacts-tel {
    color: #000;
  }
}

.front-page .header-contacts-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.front-page.body--catalog-open .link:hover {
  color: #000000;
}

.front-page.body--catalog-open .link.active {
  color: #1781C5;
}

.front-page.body--catalog-open .link.active:hover {
  color: #1781C5;
}

.front-page .header-contacts-button:hover {
  color: #fff;
  border: 1px solid transparent;
}

.front-page .header-contacts-button::before {
  background: transparent;
}

.front-page .header-contacts-button::after {
  opacity: 0;
  z-index: -1;
}

.front-page .header-contacts-button:hover::after {
  opacity: 1;
}

.front-page .header-burger span {
  background-color: #ffffff;
}

.front-page.body--stuck .header-burger span {
  background-color: #161616;
}

.front-page .header-mobile-button {
  border: 0;
}

.front-page.body--catalog-open .header-contacts-button {
  color: #161616;
}

.front-page.body--catalog-open .header-contacts-button::before {
  background: #fff;
}

.front-page.body--catalog-open .header-contacts-button::after {
  opacity: 1;
  z-index: -2;
}

.front-page.body--catalog-open .header-contacts-button:hover {
  color: #fff;
}

.header-catalog-content {
  display: flex;
  width: 100%;
}

.header-catalog-items {
  display: block;
  width: 280px;
  padding: 40px 0 104px 60px;
  border-right: 1px solid #F4F8FB;
  background: #ffffff;
}

.header-catalog-item {
  display: block;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #262B38;
  border-right: 1px solid transparent;
  margin-right: -1px;
  transition: 0.4s ease;
}
.header-catalog-item.active {
  color: #29ACD5;
  border-right: 1px solid #29ACD5;
}

.header-catalog-categories {
  width: calc(100% - 280px);
  padding: 40px;
  overflow-x: auto;
  background: #F4F8FB;
}

.menu-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  display: flex;
  transition: opacity 0.4s ease;
}
.menu-content.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  position: relative;
}

.menu-item {
  display: block;
  border: 1px solid #EDEDED;
  background: #ffffff;
  padding: 23px;
  min-height: 226px;
}
.menu-item:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 1440px) {
  .menu-item {
    min-width: 242px;
  }
}

.menu-pic {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin-bottom: 16px;
}
.menu-pic img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.menu-txt {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.white {
  background: #fff;
}

.white .header-contacts-button::before {
  background: #fff;
}

.header-mobile-button {
  border: 0;
}

.header-mobile-button::before {
  background: #fff;
}

.body--stuck--no-dark .header {
  background-color: #ffffff;
}

.online-chat-root-TalkMe #supportTrigger {
  bottom: 40px !important;
}
@media (max-width: 1600px) {
  .online-chat-root-TalkMe #supportTrigger {
    bottom: 80px !important;
  }
}

.mgo-mcw-widget_position-right {
  right: 100px !important;
}
@media (max-width: 1600px) {
  .mgo-mcw-widget_position-right {
    right: 20px !important;
  }
}

.mgo-mcw-widget {
  bottom: 33px !important;
}
@media (max-width: 1600px) {
  .mgo-mcw-widget {
    bottom: 20px !important;
  }
}

.cookie-popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 404px;
  position: fixed;
  left: 60px;
  bottom: 30px;
  z-index: 50;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  background: #FFFFFF;
  padding: 30px;
  opacity: 0;
}
@media (max-width: 1319px) {
  .cookie-popup {
    padding: 22px;
    bottom: 20px;
    left: 16px;
  }
}
@media (max-width: 1024px) {
  .cookie-popup {
    max-width: 328px;
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .cookie-popup {
    max-width: calc(100% - 96px);
    bottom: 25px;
    left: 20px;
  }
}
.cookie-popup p {
  display: block;
  width: 100%;
  color: #161616;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cookie-popup p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cookie-popup p {
    font-size: 12px;
  }
}
.cookie-popup a {
  color: #161616;
  text-decoration: none;
}

.cookie-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.6%;
  height: 48px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  border-radius: 4px;
  background: #fff;
  border: 0;
}
.cookie-btn::before {
  background: #fff;
}

a.cookie-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 47.6%;
  height: 48px;
  border-radius: 4px;
  background: #F1F5F8;
  color: #014BB0;
  font-size: 16px;
  line-height: 24px;
}
a.cookie-link::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F5F8;
  border-radius: 4px;
}

.cookie-off {
  display: none;
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-wrapper--bottom {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header-wrapper--bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #EDEDED;
}
@media (max-width: 1023px) {
  .header-wrapper--bottom {
    display: none;
  }
}

.line {
  width: 1px;
  height: 16px;
  background: #D9D9D9;
  margin-left: 24px;
  margin-right: 24px;
}

.header-mail {
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.header-phone {
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 0;
}

.button--login {
  line-height: 24px;
  padding: 11px 31px;
}
@media (max-width: 1260px) {
  .button--login {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #161616 !important;
    border-radius: 2px;
    padding-right: 4px;
  }
  .button--login:hover:after {
    opacity: 0;
  }
}

.button--login::before {
  background: #ffffff;
}
@media (max-width: 1260px) {
  .button--login::before {
    display: none;
  }
}

@media (max-width: 1260px) {
  .button--login::after {
    background: #000;
  }
}

.button--login svg {
  display: none;
}
@media (max-width: 1260px) {
  .button--login svg {
    display: block;
    width: 20px;
    height: 20px;
  }
}

.button-reg {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 8px 8px 8px 0px;
  background: linear-gradient(236deg, #1BD0C5 7.8%, #004BB0 91.46%);
  padding: 12px 31px;
  margin-left: 24px;
}
@media (max-width: 1260px) {
  .button-reg {
    margin-right: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: linear-gradient(236deg, #1BD0C5 7.8%, #004BB0 91.46%);
    border-radius: 2px;
    margin-left: 16px;
  }
}

@media (max-width: 1260px) {
  .button--login span,
  .button-reg span {
    display: none;
  }
}

.button-reg svg {
  display: none;
}
@media (max-width: 1260px) {
  .button-reg svg {
    display: block;
    width: 20px;
    height: 20px;
  }
}

.button-reg span {
  position: relative;
  z-index: 2;
}

.button-reg::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  background: linear-gradient(236deg, #004BB0 7.8%, #1BD0C5 91.46%);
  border-radius: 8px 8px 8px 0px;
}

@media (min-width: 1261px) {
  .button-reg:hover::after {
    opacity: 1;
  }
}

.front-page .header-info, .front-page .header-phone, .front-page .header-mail {
  color: #fff;
  transition: all 0.3s ease;
}

.front-page .line {
  background: rgba(255, 255, 255, 0.3);
}

.front-page .header-wrapper--bottom::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.body--catalog-open .header-info,
.body--catalog-open .header-phone,
.body--catalog-open .header-mail {
  color: #161616;
}

.body--catalog-open .line {
  background: #d9d9d9;
}

.body--catalog-open .header-wrapper--bottom::after {
  background-color: #EDEDED;
}

.roistat-promo-wrap {
  opacity: 0 !important;
}

.header-info {
  font-size: 16px;
  font-weight: 400;
}

.sitemap-list {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 50px;
}

.sitemap-list li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
  width: fit-content;
}

.sitemap-list li a {
  color: #1781C5;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.sitemap-item-lvl3, .sitemap-item-lvl4 {
  display: none;
}

@media (hover: hover) {
  .sitemap-list li a:hover {
    opacity: 1;
  }
}
.sitemap-item-lvl1 {
  font-weight: 700;
  font-size: 20px;
}

.sitemap-item-lvl2 {
  font-weight: 700;
  font-size: 18px;
  padding-left: 20px;
}

.sitemap-item-lvl3 {
  padding-left: 40px;
  font-weight: 700;
}

.sitemap-item-lvl4 {
  padding-left: 60px;
}

.sitemap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.show .sitemap-btn svg {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .sitemap-list {
    margin-top: 30px;
    font-size: 14px;
  }
  .sitemap-list li a {
    opacity: 1;
    transition: none;
  }
  .sitemap-item-lvl1 {
    font-size: 18px;
  }
  .sitemap-item-lvl2 {
    font-size: 16px;
    padding-left: 15px;
  }
  .sitemap-item-lvl3 {
    padding-left: 30px;
  }
  .sitemap-item-lvl4 {
    padding-left: 45px;
  }
}
.mango-popup {
  text-align: center;
  width: 100%;
  max-width: 404px;
  position: fixed;
  right: 60px;
  bottom: 30px;
  z-index: 10000000;
  border-radius: 4px;
  border: 3px solid red;
  background: #000;
  padding: 30px;
}

.mango-popup p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.mango-popup p a {
  text-decoration: none;
  color: #1BD0C5;
}

@media (max-width: 1600px) {
  .mango-popup {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mango-popup {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    padding: 16px;
  }
  .mango-popup p {
    font-size: 14px;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.hero-slider .section {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.hero__h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}
@media screen and (max-width: 1319px) {
  .hero__h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .hero__h1 {
    font-size: 36px;
  }
}
.hero__content {
  position: relative;
  z-index: 1;
  padding: 0 60px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1319px) {
  .hero__content {
    padding: 0 16px;
  }
}
.hero__desc {
  font-size: 20px;
  line-height: 110%;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 1319px) {
  .hero__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero__desc {
    margin-top: 12px;
  }
}
.hero__btn {
  margin-top: 42px;
  width: 239px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0;
  backdrop-filter: blur(7px);
}
@media screen and (max-width: 1319px) {
  .hero__btn {
    width: 211px;
    height: 56px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hero__btn {
    width: 176px;
    height: 45px;
    margin-top: 24px;
  }
}
.hero-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 3;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #dfe5e9;
  border-radius: 50%;
  margin-right: 12px;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #29acd5;
}
.hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.hero__bg video {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__bg img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg--video::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, #000 13.42%, rgba(0, 0, 0, 0) 58%);
}
.hero-slider .swiper-slide {
  overflow: hidden;
  height: 800px;
}
@media screen and (max-width: 1700px) {
  .hero-slider .swiper-slide {
    height: 600px;
  }
}
@media screen and (max-width: 1319px) {
  .hero-slider .swiper-slide {
    height: 524px;
  }
}
@media screen and (max-width: 767px) {
  .hero-slider .swiper-slide {
    height: 600px;
  }
}

.front-page .hero__btn::after {
  opacity: 0;
}

.front-page .hero__btn:hover::after {
  opacity: 1;
}

.front-page .hero__btn::before {
  display: none;
}

.hero-mainer {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .hero-mainer {
    margin-bottom: 16px;
  }
}

.cooler {
  animation: loading-cooler 1s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes loading-cooler {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-sponsors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hero-sponsors img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.hero-sponsors-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cons-item {
  display: flex;
  flex-direction: column;
}
.cons-item:not(:last-child) {
  margin-right: 44px;
}

.cons-icon {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 12px;
  border-radius: 50%;
}
.cons-icon svg {
  width: 54px;
  height: 54px;
}

.cons-content {
  display: flex;
  flex-direction: column;
}

.cons-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px;
}

.cons-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #1e1e1e;
  margin: 0;
}

.featured-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .featured-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .featured-cards .card:last-child {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .featured-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .featured-cards .card:last-child {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .featured-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .featured-cards .card:not(:first-child) {
    display: none;
  }
}

.featured-button {
  text-decoration: none;
  border-radius: 5px;
  color: #014BB0;
  min-height: 60px;
}
.featured-button::after {
  background: #014BB0;
}

.featured-button:hover::after {
  background: #1D4172;
}

@media (max-width: 1025px) {
  .featured-button {
    min-height: 48px;
  }
}
.icon-arrow {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: #ffffff;
}
.page--dark .card {
  border: none;
  background-color: #181818;
}
@media screen and (max-width: 767px) {
  .card .card-content-holder .card-content-row-name, .card .card-content-holder .card-content-row-value {
    font-size: 12px;
  }
}

.card-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-image-holder {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-color: #ffffff;
}
.page--dark .card-image-holder {
  background-color: #181818;
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 26px;
}
.page--dark .card-image {
  padding: 0;
}

.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .card-content {
    padding: 8px;
  }
}
.page--dark .card-content {
  background-color: #181818;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (max-width: 1319px) {
  .card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .card-title {
    font-size: 14px;
  }
}

.card-content-holder {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card-content-holder {
    margin-bottom: 12px;
  }
}

.card-content-row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.card-content-row:not(:last-child) {
  margin-bottom: 8px;
}
.card-content-row-name, .card-content-row-value {
  line-height: 1.5em;
  z-index: 1;
}
@media screen and (max-width: 1319px) {
  .card-content-row-name, .card-content-row-value {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .card-content-row-name, .card-content-row-value {
    font-size: 12px;
  }
}
.card-content-row-name {
  color: #8E8E8E;
  padding-right: 8px;
}
.card-content-row-value {
  padding-left: 8px;
  text-align: right;
}
@media screen and (max-width: 1319px) {
  .card-content-row-value {
    padding-left: 0;
  }
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
}

.card-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: #D9D9D9;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .card-badge {
    font-size: 12px;
  }
}
.card-badge:not(:last-child) {
  margin-right: 8px;
}

.card-content-bottom {
  margin-top: auto;
}

.card-price-holder {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .card-price-holder {
    margin-bottom: 8px;
  }
}

.card-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .card-price {
    font-size: 16px;
  }
}

.card-price-remark {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .card-price-remark {
    font-size: 12px;
  }
}

.card-button {
  width: 100%;
  border-radius: 8px 8px 8px 0;
  background-color: #161616;
}
@media screen and (max-width: 1319px) {
  .card-button {
    font-size: 14px;
  }
}
.page--dark .card-button {
  background-color: transparent;
  border: 1px solid #01BD59;
}

.card-labels {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .card-labels {
    top: 8px;
    right: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .card-labels {
    flex-wrap: wrap;
  }
}
.card-label {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .card-label {
    font-size: 12px;
  }
}
.card-labels--row .card-label:not(:last-child) {
  margin-right: 8px;
}
.card-label--sale {
  background-color: #FF005E;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .card-label--sale {
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 0;
  }
}
.card-label--sale svg {
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .card-label--sale svg {
    margin-right: 0;
    width: 10px;
    height: 10px;
  }
}
.card-label--stock {
  margin-left: auto;
  border: 1px solid #004BB0;
  background-color: #ffffff;
}
.card-label--stock svg {
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
.card-labels--row .card-label--stock {
  margin-left: 0;
}
.card-label--lising {
  background-color: #D9D9D9;
}

.js-more-holder {
  z-index: 2;
  transition: margin-top 0.33s linear;
  transform-origin: bottom;
}
.js-more-holder.js-more--active {
  background-color: #f9f9f9;
}
.page--dark .js-more-holder.js-more--active {
  background-color: #181818;
}

.js-more-trigger {
  display: flex;
  align-items: baseline;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  transition: color 0.33s;
}
@media screen and (max-width: 767px) {
  .js-more-trigger {
    font-size: 12px;
  }
}
.js-more-trigger:hover {
  color: #004BB0;
}
.js-more-trigger svg {
  margin-left: 12px;
  position: absolute;
  top: 7px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .js-more-trigger svg {
    width: 10px;
    height: 6px;
  }
}
.js-more--active .js-more-trigger svg {
  transform: rotate(180deg);
}

.card-more-text {
  padding-bottom: 1px;
  width: fit-content;
  border-bottom: 1px dashed;
}

.js-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.33s linear;
}
.js-more-content .card-content-row {
  margin-bottom: 8px;
}

.about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .about-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.about-title {
  color: #161616;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

.about-description {
  margin-top: 24px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1319px) {
  .about-description {
    margin-top: 16px;
  }
}

.about-video-holder {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 32px;
}
.about-video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .about-cons {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
}

.about {
  margin-top: 80px;
}
@media screen and (max-width: 1319px) {
  .about {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .about {
    margin-top: 40px;
  }
}
.about .container--decorated {
  background: #fff;
}

.wh {
  width: 100%;
  background: #fff;
  margin-top: 80px;
  padding-top: 80px;
}
@media (max-width: 1319px) {
  .wh {
    margin-top: 64px;
    padding-top: 64px;
  }
}
@media (max-width: 1023px) {
  .wh {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.wh .section {
  margin-left: auto;
  margin-right: auto;
}
.wh .button:before {
  background: #fff;
}

@media (max-width: 1023px) {
  .about-right {
    margin-top: 24px;
  }
}
.about-right img {
  width: 100%;
}

@media (max-width: 1319px) {
  .about .container {
    padding: 32px;
  }
}

.info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .info-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .info-wrapper {
    gap: 16px;
  }
}

.info-container {
  display: flex;
  flex-direction: column;
}

.info-lising {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.info-lising-item {
  border: 1px solid #004BB0;
  padding: 12px 16px;
  border-radius: 32px;
}
.info-lising-item:not(:last-child) {
  margin-bottom: 16px;
}

.info-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .info-title {
    font-size: 32px;
  }
}

.info-description {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .info-description {
    margin-bottom: 16px;
  }
}

.info-lising-description {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .info-lising-title {
    font-weight: 500;
  }
}

.info-button {
  margin-top: auto;
}

.info-service {
  margin-bottom: 32px;
}

.info-service-item {
  display: flex;
}
.info-service-item:not(:last-child) {
  margin-bottom: 12px;
}

.help-wrapper {
  display: grid;
  position: relative;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  background-image: url(../img/help-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .help-wrapper {
    gap: 8px;
    margin: 0 -16px;
  }
}
@media screen and (max-width: 767px) {
  .help-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 385px;
    background-position: 40% 0;
  }
}

.help-content {
  z-index: 1;
  padding: 60px;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .help-content {
    padding: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .help-content {
    padding: 30px;
    padding-right: 40px;
  }
}

.help-title {
  font-weight: 500;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .help-title {
    font-size: 24px;
  }
}

.help-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 80px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .help-image {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .help-image {
    top: unset;
    bottom: 0;
    width: 180px;
    height: 290px;
  }
}
.help-image img {
  height: 100%;
  object-fit: cover;
}

.help-button {
  border: double 2px transparent;
  border-radius: 8px 8px 8px 0;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #00d344, #009482);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* stylelint-disable plugin/selector-bem-pattern */
.section.news {
  margin-bottom: 80px;
}
@media screen and (max-width: 1319px) {
  .section.news {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .section.news {
    margin-bottom: 40px;
  }
}

.news-main-title {
  display: block;
}

.news-count {
  font-size: 20px;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .news-count {
    font-size: 14px;
  }
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .news-cards {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news-cards {
    overflow: auto;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .news-card {
    width: 312px;
  }
}

.news-card-title {
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  display: block;
  text-decoration: none;
}

.news-card-image-holder img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.news-card-image-holder .card-image {
  padding: 0;
}

.news-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 16px 42px;
}

.news-card-description {
  font-size: 16px;
  line-height: 140%;
  margin-top: 8px;
  color: #D7DAE2;
  max-height: 66px;
  overflow: hidden;
}

.news-card-date {
  display: block;
  position: absolute;
  color: #8e8e8e;
  bottom: 16px;
  left: 16px;
}

.news-link {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.news-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.news-card-image-holder {
  overflow: hidden;
  padding-top: 75%;
}

.news-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #161616;
}

.news-card-description {
  color: #1e1e1e;
}

.partners-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .partners-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .partners-wrapper {
    overflow: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}

.partners-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .partners-card {
    width: 312px;
  }
}

.partners-card-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .partners-card-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.partners-card-top svg {
  width: 100%;
  max-width: 200px;
  height: 46px;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .partners-card-top svg {
    margin-bottom: 11px;
    margin-right: 0;
  }
}

.partners-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}

.delivery-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .delivery-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.delivery-info-item {
  border: 1px solid #004BB0;
  padding: 12px 16px;
  border-radius: 20px;
}

.delivery-contacts {
  display: grid;
  border: 1px solid #004BB0;
  padding: 24px;
  border-radius: 32px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .delivery-contacts {
    border: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0;
  }
}

.delivery-contacts-item {
  display: flex;
}

.delivery-contacts-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4px;
}

.delivery-map {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 24px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .delivery-map {
    padding-top: 177.7777777778%;
  }
}
.delivery-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delivery-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .delivery-gallery {
    gap: 16px;
  }
}

.delivery-gallery-item {
  position: relative;
  padding-top: 75%;
  border-radius: 32px;
  overflow: hidden;
}

.delivery-gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.request {
  background-color: #161616;
  display: flex;
  justify-content: center;
  padding-top: 46px;
  padding-bottom: 46px;
}
@media screen and (max-width: 1319px) {
  .request {
    padding-top: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .request {
    padding-top: 40px;
  }
}
.page--dark .request {
  background-color: transparent;
}

.request-holder {
  display: grid;
  max-width: 1320px;
  overflow: hidden;
  background-color: #F4F8FB;
  border-radius: 5px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .request-holder {
    margin: 0 -24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .request-holder {
    margin: 0 -16px;
  }
}
.page--dark .request-holder {
  background-color: #181818;
}

.request-content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px 48px;
}
@media screen and (max-width: 1023px) {
  .request-content {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .request-content {
    padding: 16px;
  }
}
.page--dark .request-content {
  background-image: url(../img/request-dark-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1319px) {
  .page--dark .request-content {
    background-image: url(../img/request-dark-bg-mob.png);
  }
}
@media screen and (max-width: 1023px) {
  .page--dark .request-content {
    background-image: none;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 100px;
    padding-bottom: 0;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page--dark .request-content {
    grid-template-rows: unset;
    background-image: url(../img/request-dark-bg-phone.png);
    grid-template-columns: 3fr 1fr;
  }
}

.request-title {
  display: inline-block;
  margin-bottom: 16px;
}
.page--dark .request-title {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page--dark .request-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page--dark .request-title {
    grid-column: 1/span 2;
  }
}

.request-description {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .request-description {
    font-size: 16px;
    margin-top: 0;
  }
  .page--dark .request-description {
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .page--dark .request-description {
    padding-bottom: 20px;
  }
}

.request-image {
  margin-top: auto;
  width: 100%;
}
.request-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page--dark .request-image {
  display: none;
  width: 320px;
  background-image: url(../img/request-dark.png);
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .page--dark .request-image {
    display: block;
    grid-column: 2;
    grid-row: 1/span 2;
    position: relative;
    width: 250px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page--dark .request-image {
    display: none;
    grid-row: 2;
    width: 170px;
    height: 140px;
  }
}

.request-form-wrapper {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .request-form-wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .request-form-wrapper {
    padding: 16px;
  }
}
.page--dark .request-form-wrapper {
  background-color: #181818;
}

.fos {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  /* фон при автозаполнении */
}
.fos-bg {
  width: 100%;
  background: #161616;
  padding-top: 46px;
  padding-bottom: 46px;
}
.fos__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #f4f8f8;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767px) {
  .fos__content {
    background-color: #f1f1f1;
  }
}
.fos__left {
  width: 50%;
  padding: 48px;
}
@media (max-width: 1300px) {
  .fos__left {
    padding: 46px 24px;
  }
}
@media (max-width: 767px) {
  .fos__left {
    width: 100%;
    padding: 16px;
  }
}
.fos__title {
  color: #161616;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .fos__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fos__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.fos__txt {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1300px) {
  .fos__txt {
    font-size: 16px;
  }
}
.fos__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
}
@media (max-width: 767px) {
  .fos__right {
    display: none;
  }
}
.fos__right img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fos__wrapper {
  width: 100%;
}
.fos .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 0 !important;
}
.fos .b24-form-control {
  font-family: "Golos", sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  background: #fff !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #161616 !important;
  border-color: #d9d9d9 !important;
  border-radius: 5px !important;
}
.fos .b24-form-control-label {
  color: #8e8e8e !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-family: "Golos", sans-serif !important;
  opacity: 1 !important;
  font-size: 16px !important;
}
.fos .b24-form-wrapper {
  max-width: none;
}
.fos .b24-form-header-padding {
  padding: 0;
}
.fos .b24-form-sign {
  display: none;
}
.fos .b24-form-btn-block {
  padding: 0;
}
.fos .b24-form-btn-container {
  margin: 0;
}
.fos .b24-form-padding-side {
  padding: 112px 48px 48px 48px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .fos .b24-form-padding-side {
    padding: 88px 24px 24px 24px;
  }
}
@media (max-width: 767px) {
  .fos .b24-form-padding-side {
    padding: 80px 16px 24px 16px;
  }
}
.fos .b24-form-border-bottom {
  border-radius: 0 0 8px 8px;
}
.fos .b24-form-field {
  margin-bottom: 16px;
  width: 100%;
}
.fos .b24-form-control-text {
  margin-bottom: 5px;
}
.fos .b24-form-control-container {
  margin: 0;
}
.fos .b24-form-control-bool {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .fos .b24-form-control-bool {
    top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .fos .b24-form-control-bool {
    top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.fos .b24-form-control-bool input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.fos .b24-form-control-bool .b24-form-control-desc {
  position: absolute;
  width: 100%;
  height: 48px;
  font-size: 0;
}
.fos .b24-form-control-bool .b24-form-control-desc::before {
  position: absolute;
  content: "Юридическое лицо";
  top: 0;
  left: 0;
  width: 49.35%;
  height: 100%;
  font-family: "Golos", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #262B38;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1300px) {
  .fos .b24-form-control-bool .b24-form-control-desc::before {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .fos .b24-form-control-bool .b24-form-control-desc::before {
    width: 48%;
    font-size: 14px;
  }
}
.fos .b24-form-control-bool .b24-form-control-desc::after {
  position: absolute;
  content: "Физическое лицо";
  top: 0;
  right: 0;
  width: 49.35%;
  height: 100%;
  font-family: "Golos", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #F1F1F1;
  color: #262B38;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1300px) {
  .fos .b24-form-control-bool .b24-form-control-desc::after {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .fos .b24-form-control-bool .b24-form-control-desc::after {
    width: 48%;
    font-size: 14px;
  }
}
.fos .b24-form-control-bool input:checked + .b24-form-control-desc::before {
  background: #F1F1F1;
  color: #262B38;
}
.fos .b24-form-control-bool input:checked + .b24-form-control-desc::after {
  background: #262B38;
  color: #ffffff;
}
.fos .b24-form-padding-side form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fos .b24-form-padding-side form > div .b24-form-control-string {
  width: 49.35%;
}
@media (max-width: 1300px) {
  .fos .b24-form-padding-side form > div .b24-form-control-string {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .fos .b24-form-padding-side form > div .b24-form-control-string {
    width: 100%;
  }
}
.fos .b24-form-control-text .b24-form-control-icon-after .b24-form-control {
  min-height: 100px;
  resize: none;
  overflow-y: hidden;
  transition: height 0.2s ease-out;
  line-height: 1.5 !important;
  padding-top: 33px !important;
  padding-bottom: 16px;
}
.fos .b24-form-control-group {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin-top: -4px;
}
.fos .b24-form-control-group .b24-form-control-container {
  margin: 0;
}
.fos .b24-form-control-group .b24-form-control-label {
  display: none;
}
.fos .b24-form-control-group .b24-form-control-filelist {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.fos .b24-form-control-group .b24-form-control-filelist div:nth-last-child(2) {
  width: 100%;
}
.fos .b24-form-control-group .b24-form-control-file-item {
  margin-bottom: 10px;
  width: fit-content;
  margin-right: 16px;
  text-overflow: ellipsis;
  border-radius: 8px;
  background: #F4F8FB;
  border: 0;
  height: auto;
  margin-top: 14px;
}
.fos .b24-form-control-group .b24-form-control-file-item .b24-form-control-file-item-preview {
  display: none;
}
.fos .b24-form-control-file .b24-form-control {
  width: 100%;
  height: 104px;
  opacity: 1;
  border-radius: 5px;
  border: 1px dashed #AEB2BB;
  font-size: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .fos .b24-form-control-file .b24-form-control {
    height: 112px;
  }
}
.fos .b24-form-control-file .b24-form-control::after {
  background-color: transparent;
  top: 28px;
  content: "Нажмите здесь для выбора файла";
  font-family: "Golos", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150%;
  color: #262B38;
  text-align: center;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  left: 0 !important;
}
@media (max-width: 767px) {
  .fos .b24-form-control-file .b24-form-control::after {
    top: 10px;
  }
}
.fos .b24-form-control-file .b24-form-control::before {
  background-color: transparent;
  top: 62px;
  content: "Вы можете прикрепить до 10 файлов. Объем каждого файла не более 20 мб. Допустимые форматы: pdf, doc, docx, jpg, png, xls, xIsx, heic.";
  font-family: "Golos", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 15px;
  color: #8E8E8E;
  text-align: center;
  width: 100%;
  white-space: normal;
  height: auto !important;
  margin: 0 !important;
  left: 0 !important;
  word-break: break-word;
}
@media (max-width: 767px) {
  .fos .b24-form-control-file .b24-form-control::before {
    width: auto;
    top: 42px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.fos .b24-form-control-file-item-remove {
  opacity: 1 !important;
  width: 36px !important;
  height: 32px !important;
}
.fos .b24-form-control-file-item-remove::before {
  display: none;
}
.fos .b24-form-control-file-item-remove::after {
  left: auto;
  background-color: transparent;
  transform: none;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACbSURBVHgB7VGBDcIwDEsnDuCMdRLncAdwwcIH/LFxDaLwBgcsJmViq7pM6gGzFMlyEytuiDYs4Ptwau6v1tJ9F865XuWCQBwgnJrUP46bo2Gf9zsyUHcPdq5qtVhikxpqXcPxwEUGqQmNBuawGWF+2cHkJQYx839tjMXWx9LasO+faDTCpCmPWtEVIMOHgEua+a08bqI3og1LfAEaqla3kzMU8QAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
}
.fos .b24-form-control-file-item-name {
  padding-left: 12px;
}
.fos .b24-form-field-agreement-link {
  color: #8E8E8E !important;
  font-family: "Golos", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-decoration: none !important;
}
.fos .b24-form-field-agreement .b24-form-control-desc {
  opacity: 1 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  position: relative;
  padding-left: 24px;
}
.fos .b24-form-field-agreement .b24-form-control-desc::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJiSURBVHgBlVM9TxVRED1z78pbhAjEPA1BFBM/EYOJFsRC+QdaiJUdhY2RR0LrH9ACXmliooWVaGKpjaGwMLHR8GVi/MwjUJiA4Xt37x1m7rLAqwg3ubs7d/fMnJlzlrC9LoxP9hPZXmbXhn2WY3r7/W7PF30mvVx8MzMK5goOsAzT2PRA9zCdH5+qGKJRt+HgHXMUG7JxBFsyiBojiS2Z2LKNrcQWxlqsL6zR/1/LANNwZAwNZasZNpcS/YCcEVrGyQa8dSGGJRgD8nqPCc2nmrCxtKmYIQNGV7aewaceLpUJJHKXncf59oknnzIOZ4wyE/vEoaG1xIrV/GCPAJAXxGkOzuPtnTocM4afny7jQVtzSMbO57MICVzxYajIBZMi0ZlSA7+81E5SEdW5pcCKM6adBDI8OXQY7D2OyrV2YmGiSbTSucYGPLvaQcuZx/3pedRWE00qL3kvAw4MnKgw3NeBR9dPBNq3TrbgxY0uLEvPg59rPLeSFq2RYnRFxQyU1tOPNWoVCUf6O9FdbqK+jmbMLq7j4acaFpwjkRUkSnjrUZ9AAha6PvJ4/OFPsNfIzU7M/FvDvXc/sGop+MOJvAgya9G6BLlcqjcZwpOJv3j/cxHzieM1cYsVf/gAFB9EBs74MLf6FhLPJG4ReqQ0J2srLEAcipW2FBCwnjubm6xoQY30Oz5akhbELJmjHf01lmGpOnks0qa7BlMzKVbIcLWxHKPl7BE9gNt0cLtm4j0A2k6E8N9kyoCq+d/4enJMyAzhQIurs3d6KlSE3a+mroi6t/eDyYAWpZmv3wYuT2i8BfZPo0ZC+hyGAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.fos .b24-form-field-agreement .b24-form-control-desc::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #29ACD5;
  border-radius: 4px;
  z-index: 0;
  box-sizing: border-box;
}
.fos .b24-form-control-agreement {
  position: relative;
  margin-bottom: 12px;
}
.fos .b24-form-control-agreement input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.fos .b24-form-control-agreement input:checked + .b24-form-control-desc::after {
  opacity: 1;
}
.fos .b24-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 48px;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
  font-family: "Golos", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1;
  color: #fff !important;
  z-index: 2;
}
.fos .b24-form-btn::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%);
  transition: 0.3s ease;
  opacity: 1 !important;
}
.fos .b24-form-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(236deg, #004bb0 7.8%, #1bd0c5 91.46%);
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
}
.fos .b24-form-btn:hover::after {
  opacity: 1;
  color: #fff;
}
.fos .b24-form-btn:hover::before {
  color: #ffffff;
}
.fos .b24-form-control-agreement .b24-form-control-required {
  display: none;
}
.fos .b24-form-control-string .b24-form-control:-webkit-autofill {
  -webkit-box-shadow: none !important;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 16px;
    gap: 8px;
  }
}

.breadcrumbs-item {
  position: relative;
}
.breadcrumbs-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-item:not(:last-child) {
    margin-right: 22px;
  }
}
.breadcrumbs-item:not(:last-child) a {
  color: #000;
}
.page--dark .breadcrumbs-item:not(:last-child) a {
  color: #ffffff;
}
.breadcrumbs-item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  top: -2px;
  right: -22px;
  width: 16px;
  height: 24px;
  background-image: url(../img/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumbs-item:last-child a {
  color: #AEB2BB;
  pointer-events: none;
}
.page--dark .breadcrumbs-item:last-child a {
  color: #ffffff;
}

.footer {
  background-color: #161616;
  color: #ffffff;
}
.page--dark .footer {
  background-color: transparent;
}

.footer-top {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 60px;
}
@media screen and (max-width: 1319px) {
  .footer-top {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top {
    flex-direction: column;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 1023px) {
  .footer-logos-wrapper {
    margin-bottom: 24px;
  }
}

.footer-logos {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer-logos {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-logo-info {
  display: block;
  margin-top: 16px;
  line-height: 1.3;
  color: #AEB2BB;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-logo-info {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1319px) {
  .footer-logo-info {
    font-size: 14px;
  }
}

.footer-logo {
  width: auto;
  height: 52px;
}
@media screen and (max-width: 1319px) {
  .footer-logo {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    height: 32px;
  }
}

.footer-nav {
  margin-left: auto;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}

.footer-nav-item {
  width: fit-content;
  color: #ffffff;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media screen and (max-width: 1023px) {
  .footer-nav-item {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    width: fit-content;
  }
}
@media screen and (max-width: 1023px) {
  .footer-contacts .footer-nav-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer-nav-item a {
  display: inline-block;
  color: #ffffff;
}
.footer-nav-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-nav-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1319px) {
  .footer-contacts {
    min-width: 312px;
  }
}

.footer-social a {
  width: 32px;
  height: 32px;
}
.footer-social svg {
  width: 32px;
  height: 32px;
}
.footer-social:last-child {
  margin-left: 16px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 24px 60px;
}
@media screen and (max-width: 1319px) {
  .footer-bottom {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-bottom::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%);
}
.footer-bottom span {
  font-size: 14px;
  font-weight: 400;
  color: #AEB2BB;
}

.footer-copyright {
  font-size: 14px;
  font-weight: 400;
  color: #AEB2BB;
  margin: 0;
}

.footer-legal {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
  }
}
.footer-legal a {
  font-size: 14px;
  font-weight: 400;
  color: #AEB2BB;
  margin: 0;
  text-decoration: none;
}
.footer-legal a:hover {
  color: #ffffff;
}
.footer-legal a:not(:last-child) {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .footer-legal a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.footer-nav--margin {
  margin-left: 0;
}

/* stylelint-disable plugin/selector-bem-pattern */
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 103;
}
.page--dark .modal-background {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal-container {
    align-items: flex-end;
    z-index: 1003;
  }
}

@media screen and (max-width: 767px) {
  #modal-call-content {
    margin: 0 16px;
  }
}

.modal-content {
  z-index: 1002;
  width: 480px;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 100%;
    padding: 24px 16px;
  }
}
.page--dark .modal-content {
  background-color: #181818;
}

.modal-closer {
  background: url(../img/close.svg);
  position: fixed;
  z-index: 1002;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 24px;
  }
}
.page--dark .modal-title {
  color: #ffffff;
}

.modal-subtitle {
  padding: 16px 0;
}

.success-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 470px;
}

.success-title {
  color: #1E1E1E;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 12px;
  margin-top: 0;
}
.page--dark .success-title {
  color: #ffffff;
}

.success-text {
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 24px;
}
.page--dark .success-text {
  color: #ffffff;
}

.success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 100%;
  background-color: #004BB0;
  margin-bottom: 16px;
}
.page--dark .success-icon {
  background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%);
}

.page--dark .success-close.button--black {
  color: #ffffff;
  border: double 2px transparent;
  border-radius: 8px 8px 8px 0;
  background-image: linear-gradient(#181818, #181818), radial-gradient(circle at top left, #004BB0, #004BB0);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.page--dark .success-close.button--black:hover {
  background-image: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal-slide {
  display: none;
}

.modal-slide.is-open {
  display: block;
}

.modal-slide[aria-hidden=false] .modal-background {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden=true] .modal-background {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide .modal-background,
.modal-slide .modal-container {
  will-change: transform;
}

#modals {
  position: relative;
  z-index: 1001;
}

.catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1023px) {
  .catalog__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .catalog__items {
    display: block;
  }
}
.catalog__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 24px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #EDEDED;
  /*         @include media-breakpoint-down(tablet){
              padding: 24px 24px 24px 328px;
              margin-bottom: 16px;
              min-height: 328px;
              justify-content: center;
          } */
}
@media screen and (max-width: 1319px) {
  .catalog__item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .catalog__item {
    display: block;
    padding: 16px;
    min-height: 100px;
  }
}
@media (max-width: 1023px) {
  .catalog__item:last-child {
    margin-bottom: 0;
  }
}
.catalog__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
  /*         @include media-breakpoint-down(tablet){
              width: 280px;
              margin-bottom: 0;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 24px;
          } */
}
@media screen and (max-width: 1319px) {
  .catalog__pic {
    margin-bottom: 20px;
    height: 280px;
  }
}
@media (max-width: 1023px) {
  .catalog__pic {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog__pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.catalog__title {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.catalog__heading {
  margin-top: 16px;
  color: #606C76;
  font-size: 14px;
  line-height: 140%;
  padding-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .catalog__heading {
    padding-bottom: 20px;
  }
}
.catalog__link {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #F1F5F8;
  color: #014BB0;
  font-size: 16px;
  line-height: 150%;
  border: 0;
  margin-top: auto;
  z-index: 1;
}
.catalog__link::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F5F8;
}
.catalog__link::after {
  opacity: 0;
}
@media (max-width: 1023px) {
  .catalog__link {
    width: 100%;
    margin-top: 0;
  }
}
.catalog__txt-content {
  margin-top: 40px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
@media (min-width: 1025px) {
  .catalog__txt-content {
    margin-top: 64px;
  }
}
@media (min-width: 1320px) {
  .catalog__txt-content {
    margin-top: 80px;
  }
}
.catalog__txt-content h2, .catalog__txt-content h3, .catalog__txt-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
  margin-top: 24px;
}
@media (min-width: 1320px) {
  .catalog__txt-content h2, .catalog__txt-content h3, .catalog__txt-content h4 {
    font-size: 28px;
  }
}
.catalog__txt-content p {
  margin-top: 0;
  margin-bottom: 16px;
}
.catalog__txt-content p strong {
  display: block;
  margin-bottom: -16px;
}
.catalog__txt-content ul {
  margin-bottom: 16px;
  padding-left: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .pagination {
    width: auto;
    margin: 24px -16px 0;
  }
}

.pagination-list {
  display: flex;
  align-items: center;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.page--dark .pagination-item {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination-item--current {
  background-color: #1E1E1E;
}
.pagination-item--current a {
  color: #fff;
}
.page--dark .pagination-item--current {
  background: linear-gradient(#00d344, #009482);
}
.pagination-item:not(:last-child) {
  margin-right: 8px;
}
.pagination-item:first-child svg {
  transform: rotate(180deg);
}

.pagination-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.pagination-item--current .pagination-item-link {
  color: #ffffff;
}
.pagination-item-link svg {
  width: 24px;
  height: 24px;
}
.pagination-item-link svg use {
  stroke: #1E1E1E;
  transition: stroke 0.3s ease;
}
.pagination-item--current .pagination-item-link svg use {
  stroke: #ffffff;
}
.page--dark .pagination-item-link svg use {
  stroke: #ffffff;
}
.pagination-item-link:hover {
  text-decoration: none;
  background-color: #161616;
  color: #ffffff;
}
.pagination-item-link:hover use {
  stroke: #ffffff;
}

.card-row {
  display: grid;
  position: relative;
  border: 1px solid #D9D9D9;
  padding: 24px;
  gap: 24px;
  grid-template-columns: 126px 3.3fr 1fr;
  border-radius: 8px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .card-row {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 8px 12px;
    column-gap: 12px;
  }
}
.page--dark .card-row {
  overflow: hidden;
  background-color: #181818;
  border: none;
}
.page--dark .card-row::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  filter: blur(82px);
  background-color: #ffffff;
  opacity: 0.3;
  width: 15%;
  height: 100%;
}

.card-row-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-row-image-holder {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 126px;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.page--dark .card-row-image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  max-height: 100%;
}

.card-row-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--dark .card-row-image {
  position: relative;
  max-width: 130px;
  max-height: 90px;
}

.card-row-content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .card-row-content {
    padding-top: 8px;
  }
}

.card-row-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #1E1E1E;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .card-row-title {
    font-size: 14px;
  }
}
.page--dark .card-row-title {
  color: #ffffff;
}

.card-row-labels {
  display: flex;
  margin-bottom: 16px;
  /* stylelint-disable-next-line selector-class-pattern */
}
@media screen and (max-width: 767px) {
  .card-row-labels {
    display: none;
  }
}
.card-row-labels .card-label:not(:last-child) {
  margin-right: 8px;
}
.card-row-labels .card-label--stock {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .card-row-labels--mobile {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
  }
}

.card-row-content-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .card-row-content-holder {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.card-row-content-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-row-content-item {
    justify-content: flex-start;
  }
}
.card-row-content-item::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../img/dots.svg);
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .card-row-content-item::before {
    display: none;
  }
}
.page--dark .card-row-content-item::before {
  display: none;
}
.card-row-content-item-name, .card-row-content-item-value {
  background-color: #ffffff;
  z-index: 1;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .card-row-content-item-name, .card-row-content-item-value {
    font-size: 12px;
  }
}
.page--dark .card-row-content-item-name, .page--dark .card-row-content-item-value {
  background-color: transparent;
}
.card-row-content-item-name {
  color: #8E8E8E;
  padding-right: 8px;
}
.card-row-content-item-value {
  padding-left: 8px;
  text-align: right;
}

.card-row-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .card-row-content-right {
    flex-wrap: wrap;
    /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-column: 1/span 2;
    grid-row: 2;
  }
}

.card-row-price-holder {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .card-row-price-holder {
    margin-bottom: 0;
  }
}

.card-row-price {
  font-size: 20px;
  font-weight: 500;
  color: #1E1E1E;
  margin-right: 8px;
}
.card-row-price--empty {
  color: #AEB2BB;
}

.card-row-price-remark {
  font-size: 13px;
  font-weight: 400;
  color: #8E8E8E;
}

.card-row-badge {
  border-radius: 100px;
  padding: 4px 8px;
  background-color: #D9D9D9;
  font-size: 13px;
  color: #1E1E1E;
}

.card-row-button {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .card-row-button {
    width: 100%;
    margin-top: 8px;
  }
}
.page--dark .card-row-button {
  background-color: transparent;
  border: 1px solid #01BD59;
  border-radius: 8px 8px 8px 0;
}

.card-decorate {
  flex: 1;
  align-self: flex-end;
  height: 1px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 4px;
}
.page--dark .card-decorate {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.tab-content-tiles--active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .tab-content-tiles--active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active {
    gap: 8px;
  }
}
.tab-content-tiles--active .card-row {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 0;
  gap: 0;
}
.page--dark .tab-content-tiles--active .card-row {
  border: none;
}
.page--dark .tab-content-tiles--active .card-row:before {
  content: none;
}
.tab-content-tiles--active .card-row-image-holder {
  border-radius: 0;
  max-height: none;
  background: radial-gradient(circle at center 30%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 75%);
  background-repeat: no-repeat;
}
.tab-content-tiles--active .card-row-image {
  padding: 0px 26px 52px;
}
.page--dark .tab-content-tiles--active .card-row-image {
  max-height: none;
  max-width: none;
}
.tab-content-tiles--active .card-row-title {
  margin-bottom: 12px;
}
.tab-content-tiles--active .card-row-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-content {
    padding: 8px;
  }
}
.tab-content-tiles--active .card-row-labels {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-labels {
    top: 8px;
    right: 8px;
    left: 8px;
  }
}
.tab-content-tiles--active .card-row-labels .card-label--stock {
  margin-left: auto;
  border: 1px solid #A0F200;
  background-color: #ffffff;
}
.tab-content-tiles--active .card-row-content-holder {
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-content-item {
    justify-content: space-between;
  }
}
.tab-content-tiles--active .card-row-content-item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-content-item::before {
    display: block;
  }
}
.tab-content-tiles--active .card-row-content-item-name, .tab-content-tiles--active .card-row-content-item-value {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-content-item-name, .tab-content-tiles--active .card-row-content-item-value {
    font-size: 12px;
  }
}
.tab-content-tiles--active .card-row-content-item-value {
  text-align: right;
}
.tab-content-tiles--active .card-row-content-right {
  display: block;
  margin-top: auto;
  padding: 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-content-right {
    padding: 8px;
  }
}
.tab-content-tiles--active .card-row-price-holder {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  margin-bottom: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-price-holder {
    margin-bottom: 8px;
  }
}
.tab-content-tiles--active .card-row-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-price {
    font-size: 16px;
  }
}
.tab-content-tiles--active .card-row-price-remark {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-price-remark {
    font-size: 12px;
  }
}
.tab-content-tiles--active .card-row-button {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-button {
    font-size: 14px;
  }
}
.tab-content-tiles--active .card-row-badges {
  position: absolute;
  bottom: 132px;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-badges {
    bottom: 104px;
    left: 8px;
  }
}
.tab-content-tiles--active .card-row-badge {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tab-content-tiles--active .card-row-badge {
    font-size: 12px;
  }
}

.card-label {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .card-label {
    font-size: 12px;
  }
}
.card-labels--row .card-label:not(:last-child) {
  margin-right: 8px;
}
.card-label--sale {
  background-color: #FF005E;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .card-label--sale {
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 0;
  }
}
.card-label--sale svg {
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .card-label--sale svg {
    margin-right: 0;
    width: 10px;
    height: 10px;
  }
}
.card-label--stock {
  margin-left: auto;
  border: 1px solid #004BB0;
  background-color: #ffffff;
}
.card-label--stock svg {
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
.card-labels--row .card-label--stock {
  margin-left: 0;
}
.card-label--lising {
  background-color: #D9D9D9;
}

/* stylelint-disable selector-class-pattern */
@media screen and (max-width: 767px) {
  .product .card-content-row-name, .product .card-content-row-value {
    font-size: 16px;
  }
}

.product-card {
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .product-card {
    flex-direction: column;
  }
}

.product-slider {
  display: flex;
  margin-right: 42px;
}
@media screen and (max-width: 1319px) {
  .product-slider {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .product-slider {
    flex: 1;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-slider {
    width: 100%;
    margin-bottom: 24px;
  }
}

.product-swiper-thumb {
  height: 100%;
  width: 100%;
  max-height: 536px;
}
@media screen and (max-width: 1319px) {
  .product-swiper-thumb {
    max-height: 415px;
  }
}
@media screen and (max-width: 1023px) {
  .product-swiper-thumb {
    max-height: inherit;
  }
}
.product-swiper-thumb .swiper-slide {
  cursor: pointer;
}
.product-swiper-thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-slider-thumb {
  border: 1px solid transparent;
}
.swiper-slide-thumb-active .product-slider-thumb {
  overflow: hidden;
  border: 1px solid #01BD59;
  border-radius: 8px;
}
.page--dark .swiper-slide-thumb-active .product-slider-thumb {
  border: double 1px transparent;
  background-image: linear-gradient(#000, #000), radial-gradient(circle at top left, #00d344, #009482);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.product-slider-thumb-holder {
  position: relative;
  max-height: 536px;
  padding: 32px 0;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .product-slider-thumb-holder {
    margin-right: 0;
    display: flex;
    align-items: center;
    padding: 0 32px;
  }
}

.product-slider-main-holder {
  flex: 1;
  width: 100%;
  max-width: 536px;
}
@media screen and (max-width: 1319px) {
  .product-slider-main-holder {
    max-width: 415px;
  }
}
@media screen and (max-width: 1023px) {
  .product-slider-main-holder {
    flex: none;
    max-width: inherit;
    margin-bottom: 24px;
  }
}
.product-slider-main-holder .swiper-container {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.page--dark .product-slider-main-holder .swiper-container {
  border: 0;
}
.product-slider-main-holder .swiper-wrapper {
  height: auto !important;
}
.product-slider-main-holder .swiper-slide {
  height: fit-content !important;
}

.product-slider-card {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-slider-card-image {
  /* stylelint-disable-next-line no-descending-specificity */
}
.product-slider-card-image:hover {
  cursor: zoom-in;
}
.product-slider-card-image:hover img {
  transform: scale(1.03);
}
.product-slider-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}

.product-slider-button {
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .product-slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
  }
}
.product-slider-button svg {
  width: 16px;
  height: 16px;
  color: #161616;
}
@media screen and (max-width: 1023px) {
  .product-slider-button svg {
    width: 16px;
    height: 16px;
  }
}
.page--dark .product-slider-button svg {
  color: #ffffff;
}
.product-slider-button.swiper-button-prev {
  margin-bottom: 8px;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .product-slider-button.swiper-button-prev {
    margin-right: 12px;
    margin-bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product-slider-button.swiper-button-prev svg {
    transform: rotate(270deg);
  }
}
.product-slider-button.swiper-button-next {
  margin-top: 8px;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .product-slider-button.swiper-button-next {
    margin-top: 0;
    margin-left: 12px;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product-slider-button.swiper-button-next svg {
    transform: rotate(270deg);
  }
}

.product-info {
  display: flex;
  flex-direction: column;
  max-width: 426px;
}
@media screen and (max-width: 1023px) {
  .product-info {
    flex: 1;
    max-width: inherit;
  }
}

.product-info-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .product-info-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.page--dark .product-info-title {
  color: #ffffff;
}

.product-info-link {
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .product-info-link {
    margin-bottom: 16px;
  }
}
.page--dark .product-info-link {
  color: #01B165;
}

.product-info-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.product-info-price-value {
  font-size: 40px;
  font-weight: 500;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .product-info-price-value {
    font-size: 28px;
  }
}

.product-info-price-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #8E8E8E;
}

.product-info-button {
  margin-top: auto;
}
@media screen and (max-width: 1319px) {
  .product-info-button {
    margin-top: 0;
  }
}

.product-info-description {
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E8E;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .product-info-description {
    margin: 8px 0 0;
  }
}

.product-lising {
  border-radius: 32px;
  border: 1px solid #004BB0;
  padding: 32px;
  background-color: #ffffff;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .product-lising {
    padding: 24px 16px;
  }
}

.product-lising-title {
  margin-bottom: 16px;
}

.product-lising-info-wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .product-lising-info-wrapper {
    flex-direction: column;
  }
}

.product-lising-info {
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .product-lising-info {
    margin-right: 0;
  }
}

.product-lising-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.product-lising-list .list-item {
  width: fit-content;
  font-size: 13px;
}
@media screen and (max-width: 1319px) {
  .product-lising-list .list-item {
    width: 100%;
  }
}
.product-lising-list .list-item::before {
  top: 3px;
}

.product-lising-buttons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .product-lising-buttons {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-lising-buttons {
    flex-direction: column;
  }
}
.product-lising-buttons .button {
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .product-lising-buttons .button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-lising-buttons .button {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.product-lising-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .product-lising-cards {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-lising-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-lising-cards--mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .product-lising-cards--mobile {
    display: grid;
  }
}

.lising-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #004BB0;
  border-radius: 16px;
}

.lising-card-top {
  padding: 12px 16px;
  text-align: center;
  background-color: #004BB0;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.lising-card-bottom {
  text-align: center;
  padding: 12px;
  font-size: 13px;
  line-height: 1.4em;
}

.product-about {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .product-about {
    margin-bottom: 24px;
  }
}

.product-about-tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  overflow-x: scroll;
}
.product-about-tabs::-webkit-scrollbar {
  display: none;
}
.page--dark .product-about-tabs {
  border-color: rgba(255, 255, 255, 0.1);
}

.product-about-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  padding: 12px 0;
  background-color: transparent;
  cursor: pointer;
}
.product-about-tab:not(:last-child) {
  margin-right: 24px;
}
.product-about-tab.tabs-block__tab--active {
  font-weight: 500;
}
.page--dark .product-about-tab.tabs-block__tab--active {
  color: #00D344;
}
.product-about-tab.tabs-block__tab--active::before {
  position: absolute;
  content: "";
  display: block;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #004BB0;
}
.page--dark .product-about-tab.tabs-block__tab--active::before {
  background: linear-gradient(180deg, #00D344 -0.02%, #004BB0 100.02%);
}

.product-about-content {
  max-width: 870px;
}
.product-about-content p {
  color: #1E1E1E;
  line-height: 1.5em;
}
.page--dark .product-about-content p {
  color: #ffffff;
}
.page--dark .product-about-content a {
  color: #01bd59;
}
.product-about-content a {
  color: #009482;
}

.product-about-content .product-certificates-list {
  margin: 16px 0;
  padding: 0;
}

.product-certificates-item {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.product-certificates-item:first-child {
  padding-top: 0;
}
.product-certificates-item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.page--dark .product-certificates-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1);
}

.product-certificates-item-icon {
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.page--dark .product-featured-title {
  color: #ffffff;
}

.product-image-placeholder {
  margin-inline: 124px;
}
@media screen and (max-width: 1023px) {
  .product-image-placeholder {
    margin: 0 auto;
  }
}

.fancybox__container {
  --fancybox-bg: #ffffff;
}
.page--dark .fancybox__container {
  --fancybox-bg: #161616;
}

.fancybox__thumbs {
  --f-thumb-outline-color: #01BD59;
  --f-thumb-outline: 1px;
}

.f-thumbs__slide__img {
  padding: 5px;
}

.is-compact .fancybox__footer {
  background: none;
}

.lising-hero .hero-sponsors {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  gap: 16px;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .lising-hero .hero-sponsors {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lising-hero .hero-sponsors {
    padding: 16px;
    gap: 8px;
  }
}

.lising-hero-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border-radius: 8px 0 0;
}
@media screen and (max-width: 1023px) {
  .lising-hero-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-right: -24px;
    margin-left: -24px;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .lising-hero-wrapper {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.lising-hero-headline {
  padding: 48px 35px 48px 48px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .lising-hero-headline {
    padding: 24px;
    border-radius: 8px;
  }
}

.lising-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .lising-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.lising-hero-description {
  font-size: 20px;
  margin: 0;
}

.lising-hero-content {
  display: flex;
  flex-direction: column;
}

.lising-hero-image-holder {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 1023px) {
  .lising-hero-image-holder {
    flex: auto;
    padding-top: 42.8571428571%;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  .lising-hero-image-holder {
    padding-top: 66.6666666667%;
  }
}
.lising-hero-image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lising-advantages-title {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .lising-advantages-title {
    max-width: 100%;
  }
}

.lising-advantages-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}
@media screen and (max-width: 1319px) {
  .lising-advantages-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lising-advantages-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lising-advantages-item {
  display: flex;
  align-items: center;
  border: 1px solid #004BB0;
  padding: 12px 16px;
  border-radius: 32px;
}

.lising-advantages-icon {
  width: 48px;
  height: 48px;
}

.lising-advantages-subtitle {
  font-weight: 500;
}

.instruction-steps {
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .instruction-steps {
    flex-direction: column;
  }
}

.instruction-step {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .instruction-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 16px;
    align-items: flex-start;
  }
}
.instruction-step:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .instruction-step:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.instruction-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .instruction-top {
    margin-right: 0;
    margin-bottom: 0;
    grid-row: 1/span 2;
  }
}

.instruction-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #004BB0;
  border-radius: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
  color: #004BB0;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .instruction-number {
    margin-right: 0;
  }
}

.instruction-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .instruction-subtitle {
    grid-column: 2;
    grid-row: 1;
  }
}

.instruction-decor {
  flex: 1;
  width: 100%;
  height: 2px;
  background-image: url(../img/dark-dots.svg);
  object-fit: cover;
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 1023px) {
  .instruction-decor {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .instruction-description {
    grid-column: 2;
    grid-row: 2;
  }
}

.lising-button {
  width: 300px;
  border: 0;
}
@media screen and (max-width: 1319px) {
  .lising-button {
    width: 191px;
  }
}
@media screen and (max-width: 1023px) {
  .lising-button {
    width: 100%;
    margin-top: 0 !important;
  }
}

.listing-title {
  color: #161616;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .listing-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .listing-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.advantages--listing {
  padding-top: 40px !important;
}
@media screen and (max-width: 1023px) {
  .advantages--listing {
    padding-top: 24px !important;
  }
}

/* stylelint-disable plugin/selector-bem-pattern */
/* stylelint-disable selector-class-pattern */
.service .help {
  margin-bottom: 80px;
}
@media screen and (max-width: 1319px) {
  .service .help {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .service .help {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .help {
    margin-bottom: 40px;
  }
}

.service-title {
  font-size: 60px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .service-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .service-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.service-hero-description {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .service-hero-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .service-hero-description {
    margin-bottom: 16px;
  }
}

.services-features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .services-features-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.service-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .service-info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.service-info-content {
  display: flex;
  flex-direction: column;
}

.service-info-title {
  margin-bottom: 12px;
}

.service-info-description {
  font-size: 20px;
  margin-bottom: 48px;
}

.service-info-button {
  width: fit-content;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .service-info-button {
    width: 100%;
  }
}

.service-info-image-holder {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding-top: 56.25%;
}
.service-info-image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .gallery {
    overflow: auto;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  .gallery-item {
    width: 312px;
    height: 234px;
    padding: 0;
  }
}
.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .service-routes-title {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .service-routes-title {
    margin-bottom: 16px;
  }
}

.service-tabs {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-tabs {
    margin-bottom: 10px;
  }
}

.service-regions {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .service-regions {
    overflow-x: auto;
    margin-bottom: 14px;
    padding: 10px 0;
  }
}

.service-regions-tab {
  font-size: 16px;
  color: #606C76;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .service-regions-tab {
    flex-shrink: 0;
  }
}
.service-regions-tab:hover {
  color: #004BB0;
}
.service-regions-tab:not(:last-child) {
  margin-right: 24px;
}
.service-regions-tab.tabs-block__tab--active {
  color: #000;
  text-decoration-line: underline;
}

.service-region-cities {
  display: flex;
  overflow-x: auto;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
@media screen and (any-hover: hover) {
  .service-region-cities::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .service-region-cities::-webkit-scrollbar-track {
    background: white;
  }
  .service-region-cities::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 5px;
    background: #1781C5;
  }
}

.service-region-city {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-region-city {
    flex-shrink: 0;
  }
}
.service-region-city:hover {
  background-color: #161616;
}
.service-region-city:not(:last-child) {
  margin-right: 12px;
}
.service-region-city.tabs-block__tab--active {
  color: #ffffff;
  background-color: #161616;
}
.service-region-city::after {
  opacity: 0;
  background: #161616;
}
.service-region-city::before {
  background: #fff;
}

.city-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .city-wrapper {
    flex-direction: column;
  }
}
.city-wrapper .contacts-block {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .city-wrapper .contacts-block {
    border: 0;
    border-radius: 0;
    margin-right: 0;
    padding: 0;
  }
}
.city-wrapper .contacts-block .link--green {
  position: relative;
  width: fit-content;
  color: #01BD59;
}
.city-wrapper .contacts-block .link--green::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #01BD59;
}
.city-wrapper .contacts-block .link--green:hover {
  color: #004BB0;
}
.city-wrapper .contacts-block .link--green:hover::before {
  border-color: #004BB0;
}
.city-wrapper .contacts-block:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .city-wrapper .contacts-block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .service-cons {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service-cons {
    gap: 16px;
  }
}
.service-cons .cons-item {
  flex-direction: row;
}
.service-cons .cons-icon {
  margin-right: 12px;
  margin-bottom: 0;
}

.service-city-content {
  margin: 12px 0;
}
.service-city-tel {
  display: inline-block;
  width: fit-content;
}

.service-region-city.tabs-block__tab--active::before {
  background: transparent;
}

.service-routes .container--decorated {
  background: #fff;
}

.service-routes .featured-button::before {
  background: #fff;
}

.service-city-content .contacts-block {
  padding-left: 86px;
  position: relative;
  display: block;
}
.service-city-content .contacts-block-content {
  text-align: left;
}
.service-city-content .contacts-block-icon {
  position: absolute;
  margin: 0;
  top: 24px;
  left: 24px;
}

.service-slider {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .service-slider {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.service-slider__content {
  padding: 48px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .service-slider__content {
    min-height: 430px;
    padding: 38px;
  }
}
.service-slider__title {
  color: #FFF;
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .service-slider__title {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  .service-slider__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service-slider__title {
    font-size: 30px;
  }
}
.service-slider__txt {
  margin-top: 32px;
  color: #AEB2BB;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .service-slider__txt {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .service-slider__txt {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .service-slider__txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 120%;
  }
}
.service-slider__txt p {
  margin: 0;
}
.service-slider__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
}
.service-slider__image img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs {
  width: 100%;
  background: #fff;
  border-top: 2px solid #1781C5;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .tabs {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tabs {
    border: 0;
  }
}
.tabs .lising-hero-headline {
  border-radius: 5px;
  background: #F1F5F8;
}
.tabs .lising-hero-content {
  border-radius: 5px;
  overflow: hidden;
}
.tabs .service-routes {
  border-radius: 5px;
  border: 1px solid #AEB2BB;
  margin-top: 80px;
}
.tabs .contacts-block {
  width: 100%;
  border-radius: 10px;
  background: #F1F5F8;
}
.tabs__content {
  display: none;
  padding: 40px 60px 0 60px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1319px) {
  .tabs__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .tabs__content {
    padding-top: 28px;
  }
}
.tabs__content.active2 {
  display: block;
}
.tabs__nav {
  padding: 0 60px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
@media (max-width: 1319px) {
  .tabs__nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .tabs__nav {
    display: block;
    margin-bottom: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .tabs__nav::after {
    position: absolute;
    content: "";
    top: -16px;
    left: 0;
    width: 100%;
    height: calc(100% + 16px);
    background-color: #fff;
    z-index: 0;
  }
}
.tabs__btn {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 8px 8px 0 0;
  background: rgba(177, 195, 207, 0.15);
  border-top: 2px solid rgba(217, 217, 217, 0.2);
  border-right: 2px solid rgba(217, 217, 217, 0.2);
  border-left: 2px solid rgba(217, 217, 217, 0.2);
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #AEB2BB;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tabs__btn {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    border-bottom: 2px solid rgba(217, 217, 217, 0.2);
  }
}
.tabs__btn.active2 {
  background: #fff;
  border-top: 2px solid #1781C5;
  border-right: 2px solid #1781C5;
  border-left: 2px solid #1781C5;
  border-bottom: 2px solid #fff;
  z-index: 2;
  color: #000000;
}
@media (max-width: 767px) {
  .tabs__btn.active2 {
    border-bottom: 2px solid #1781C5;
  }
}
.tabs__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1319px) {
  .tabs__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tabs__items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.tabs__item {
  min-height: 408px;
  padding: 24px;
  border-radius: 8px;
  background: #F4F8FB;
}
@media (max-width: 1319px) {
  .tabs__item {
    min-height: 262px;
  }
}
@media (max-width: 767px) {
  .tabs__item {
    padding: 16px;
  }
}
.tabs__item img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 16px;
}
.tabs__item-title {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .tabs__item-title br {
    display: none;
  }
}
.tabs__item-txt {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .tabs__item-txt {
    font-size: 14px;
  }
}
.tabs__period {
  margin-top: 80px;
  border-radius: 8px;
  background: #E8EDF2;
  padding: 48px;
}
@media (max-width: 1319px) {
  .tabs__period {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .tabs__period {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tabs__period {
    padding: 40px 16px;
  }
}
.tabs__period-title {
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .tabs__period-title {
    font-size: 24px;
    font-weight: 500;
  }
}
.tabs__period-items {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1319px) {
  .tabs__period-items {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .tabs__period-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .tabs__period-items {
    gap: 32px;
    margin-top: 16px;
  }
}
.tabs__period-item {
  padding: 0 24px 24px 24px;
}
@media (max-width: 1319px) {
  .tabs__period-item {
    padding: 0 16px 16px 16px;
  }
}
@media (max-width: 1024px) {
  .tabs__period-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.tabs__period-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 178px;
}
@media (max-width: 1024px) {
  .tabs__period-pic {
    width: 166px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .tabs__period-pic {
    width: 100px;
    height: 72px;
  }
}
.tabs__period-pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tabs__period-content {
  margin-top: 16px;
}
@media (max-width: 1319px) {
  .tabs__period-content {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .tabs__period-content {
    margin-top: 0;
    width: calc(100% - 177px);
    padding-left: 11px;
  }
}
@media (max-width: 767px) {
  .tabs__period-content {
    width: calc(100% - 108px);
    padding-left: 5px;
  }
}
.tabs__period-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media (max-width: 1319px) {
  .tabs__period-txt {
    font-size: 18px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 1024px) {
  .tabs__period-txt {
    text-align: left;
    font-size: 20px;
    line-height: 1;
    min-height: 20px;
  }
}
@media (max-width: 767px) {
  .tabs__period-txt {
    font-size: 16px;
    line-height: 18px;
    min-height: 18px;
  }
}
.tabs__period-desc {
  display: block;
  margin-top: 16px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tabs__period-desc {
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .tabs__period-desc {
    line-height: 16px;
  }
}
.tabs__period-desc span {
  color: #1781C5;
}
.tabs__period-desc p {
  margin: 0;
}
.tabs__packs {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .tabs__packs {
    margin-top: 40px;
  }
}
.tabs__packs-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  color: #161616;
}
@media (max-width: 1319px) {
  .tabs__packs-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .tabs__packs-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.tabs__rows {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .tabs__rows {
    display: none;
  }
}
.tabs__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.tabs__row div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-align: center;
  border-left: 1px solid #AEB2BB;
  border-right: 1px solid #AEB2BB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #262B38;
  word-break: break-word;
}
@media (max-width: 1319px) {
  .tabs__row div {
    font-size: 14px;
  }
}
.tabs__row div:first-child {
  text-align: left;
  border: 0;
  font-weight: 500;
  min-width: 276px;
  justify-content: flex-start;
}
@media (max-width: 1319px) {
  .tabs__row div:first-child {
    min-width: 240px;
  }
}
.tabs__row div:nth-child(3) {
  border-left: 3px solid #1781C5;
  border-right: 3px solid #1781C5;
}
.tabs__row:nth-child(even) {
  background-color: #F4F8FB;
}
.tabs__row:first-child div {
  border-top: 1px solid #AEB2BB;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: #262B38;
  padding-left: 0;
  padding-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1319px) {
  .tabs__row:first-child div {
    font-size: 14px;
  }
}
.tabs__row:first-child div:nth-child(3) {
  border-top: 3px solid #1781C5;
}
.tabs__row:last-child div {
  border-bottom: 1px solid #AEB2BB;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1319px) {
  .tabs__row:last-child div {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.tabs__row:last-child div:first-child {
  border: 0;
}
.tabs__row:last-child div:nth-child(3) {
  border-bottom: 3px solid #1781C5;
}
.tabs__row:first-child div:first-child {
  border: 0;
}
.tabs__row-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #1781C5;
  width: 100%;
  height: 45px;
  background: #F4F8FB;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  transition: 0.3s ease;
}
.tabs__row-btn span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .tabs__row-btn:hover {
    color: #fff;
    background: #004BB0;
  }
}
.tabs__notice {
  color: #AEB2BB;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  margin-top: 32px;
  width: 100%;
  max-width: 850px;
}
.tabs__notice p {
  margin: 0 0 18px 0;
}
.tabs__notice p:last-child {
  margin: 0;
}
.tabs__selects {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  padding: 48px;
  border-radius: 8px;
  min-height: 510px;
  background: url(../img/service/bg.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 1319px) {
  .tabs__selects {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .tabs__selects {
    margin-top: 40px;
    min-height: 421px;
  }
}
@media (max-width: 767px) {
  .tabs__selects {
    background: rgba(247, 248, 248, 0.6);
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 440px;
  }
}
.tabs__select-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
  color: #161616;
}
@media (max-width: 1024px) {
  .tabs__select-title {
    font-size: 24px;
  }
}
.tabs__select-txts {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 767px) {
  .tabs__select-txts {
    margin-top: 24px;
  }
}
.tabs__select-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1E1E1E;
  padding-bottom: 6px;
}
.tabs__select-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tabs__select-btn {
  margin-left: auto;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 60px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(70deg, #4DFFF4 19.73%, #004BB0 77.74%);
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tabs__select-btn {
    width: 160px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .tabs__select-btn {
    width: 100%;
    margin-top: 24px;
    height: 48px;
  }
}
.tabs__select-btn span {
  position: relative;
  z-index: 2;
}
.tabs__select-btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%);
}
.tabs__select-btn:hover::after {
  opacity: 1;
}
.tabs__info-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .tabs__info-title {
    font-size: 42px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .tabs__info-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.tabs__info {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .tabs__info {
    margin-top: 40px;
  }
}
.tabs__info .js-accordion--active .accordion-top {
  border-bottom: 1px solid #AEB2BB;
}
.tabs__info .accordion {
  background-color: #E8EDF2;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1319px) {
  .tabs__info .accordion {
    font-size: 16px;
  }
}
.tabs__info .accordion a {
  color: #1781C5;
}
.tabs__info .accordion li {
  position: relative;
  padding-left: 20px;
}
.tabs__info .accordion li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 11px;
  left: 0;
  background: #1781C5;
}
.tabs__info .read-more-button {
  background-color: #E8EDF2;
}
.tabs__info .accordion-title {
  color: #161616;
}
@media (max-width: 767px) {
  .tabs__info .accordion-title {
    font-size: 16px;
  }
}
.tabs__docs {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .tabs__docs {
    margin-top: 40px;
  }
}
.tabs__docs-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #161616;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .tabs__docs-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.tabs__container {
  border-radius: 8px;
  background: #F4F8FB;
  border: 1px solid #EDEDED;
}
.tabs__link {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1024px) {
  .tabs__link {
    margin-top: 40px;
    display: block;
  }
}
.tabs__link-left {
  width: 51%;
}
@media (max-width: 1024px) {
  .tabs__link-left {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
}
.tabs__link-left img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.tabs__link-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  width: 49%;
  border-top: 1px solid #AEB2BB;
  border-right: 1px solid #AEB2BB;
  border-bottom: 1px solid #AEB2BB;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 1319px) {
  .tabs__link-right {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .tabs__link-right {
    padding: 24px;
    width: 100%;
    border-top: 0;
    border-left: 1px solid #AEB2BB;
    border-radius: 0 0 8px 8px;
    margin-top: -5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .tabs__link-right {
    display: block;
  }
}
.tabs__link-title {
  font-size: 42px;
  line-height: 120%;
  color: #161616;
}
@media (max-width: 1024px) {
  .tabs__link-title {
    font-size: 24px;
    font-weight: 500;
    width: 48%;
    text-align: left;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .tabs__link-title {
    width: 100%;
    max-width: none;
  }
}
.tabs__a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(70deg, #4DFFF4 19.73%, #004BB0 77.74%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.tabs__a span {
  position: relative;
  z-index: 1;
}
.tabs__a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%);
  z-index: 0;
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .tabs__a {
    height: 60px;
    width: 48%;
    max-width: 325px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tabs__a {
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 16px;
  }
}
@media (hover: hover) {
  .tabs__a:hover::after {
    opacity: 1;
  }
}
.tabs__form-result-warranty {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.tabs__form-result-warranty p:last-child {
  margin-bottom: 0;
}
.tabs__form-result-repair {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.tabs__form-result-repair p:last-child {
  margin-bottom: 0;
}
.tabs__status {
  padding: 48px;
  border-radius: 8px;
  background: #E8EDF2;
}
@media (max-width: 1319px) {
  .tabs__status {
    padding: 32px;
  }
}
@media (max-width: 1024px) {
  .tabs__status {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .tabs__status {
    padding: 40px 16px;
  }
}
.tabs__status-title {
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 1319px) {
  .tabs__status-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .tabs__status-title {
    font-size: 24px;
  }
}
.tabs__status-desc {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .tabs__status-desc {
    font-size: 16px;
  }
}
.tabs__notes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 962px;
  margin-top: 48px;
}
@media (max-width: 1319px) {
  .tabs__notes {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .tabs__notes {
    margin-top: 24px;
    display: block;
  }
}
.tabs__note {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tabs__note {
    margin-bottom: 10px;
  }
}
.tabs__note span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}
.tabs__note-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHjSURBVHgBfVNRbtNAEJ0ZbyI+guQbkJ4AcwI4Qk3Ed22ppGoCKjlBkhOkCEJFi+T0G4WUG+QGmBMQbhDBX7ye7YyrRo7jdn7snX0z773dWYSamCQL38uyQ3TYLhIepjbz0sFpuKpicafwYtFuGk4cQIAIN5zzX80T0nP5BECw3GQ0LjfaNvjy7ceRYzdi5OuWMedxHK6rbJ+v5h8I8Ux+R73j19fbBp+uvr8SlgSYwn43TOGRuBCVbPgXA4fv375ZFg2ml/M/whxrogzWvMiG/nHnoJy/J9x4/16QgCL1Vi1+LBTrnFs1Nq3IOHRHshjXAfvdXeZyOHBjIhoaBAwy83/P9/RyESDwUP973U5Y3bfGpE3LgTgEfxDH6332MGV0vjBhnYLB3S352mA9SRK/DqTqxN6ybk+HTWtJGFJjWwHUWFAGR1B7rcZa3U8JGH8S0HAfwkXTh25H1EWIOKOsSTM50rbebRngHBS2pl/no2qxYqX4pU4j6WHoEImKhb6Fe9C7k845WTron3R2GkzEGjlK2HF8p2TreR4h4RBy97EnxVVWPbQnFs6kMJLlWGZkttNAQ+c8N/lI5SFDmjv+rXny6JlYOhRjqWe9+LTuNVYb2UYeiJriIGVaV08bjZu6F3oLI4zeWM8HBmQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
}
.tabs__status-form {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .tabs__status-form {
    margin-top: 12px;
  }
}
.tabs__status-form input {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 68px;
  border-radius: 8px;
  border: 1px solid #AEB2BB;
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  padding: 24px;
  background: #E8EDF2 !important;
  outline: none;
}
.tabs__status-form input::placeholder {
  color: #AEB2BB;
}
.tabs__form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 60px;
  margin-top: 32px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(70deg, #4DFFF4 19.73%, #004BB0 77.74%);
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tabs__form-submit {
    width: 100%;
    height: 48px;
  }
}
.tabs__form-submit span {
  position: relative;
  z-index: 2;
}
.tabs__form-submit::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%);
}
@media (min-width: 1361px) {
  .tabs__form-submit:hover::after {
    opacity: 1;
  }
}

.tabs + .faq {
  padding-top: 40px;
}

.js-accordion--active .accordion-title {
  color: #1781C5;
}

.gray {
  background: #E8EDF2 !important;
}

.custom-select {
  position: relative;
  width: 32%;
}
@media (max-width: 1024px) {
  .custom-select {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .custom-select {
    width: 100%;
    margin-top: 24px;
  }
}

.select-selected {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  position: relative;
  z-index: 4;
  height: 48px;
  color: #8E8E8E;
}
@media (max-width: 1024px) {
  .select-selected {
    font-size: 14px;
    line-height: 1;
  }
}
.select-selected img {
  display: none;
}
.select-selected span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #1781C5;
}
@media (max-width: 1024px) {
  .select-selected span {
    font-size: 14px;
  }
}
.select-selected::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 16px;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACxSURBVHgBzY69DcIwEIXvLhEFFauwAR4hKD2JRBpAAiYII1AQELghPZHFBGEDGIER6C1sbIIlIyHqXHG6n/fdO4B2RnEQ8x0X+b/9dl8tbE02aVSoQK1+QQWvckC11gQ926NbbPjpiIAjREwm42HpLr/FoMtZFidfwAeqDTQwbqyxp9r436ZZ3Hea0AdkGEQdqa6EJHRz7t4NAuZryG+WafSgJzHzwhk1XEgSS80M2h0vMs49NZ7BLREAAAAASUVORK5CYII=);
}

.select-items {
  position: absolute;
  top: calc(100% - 8px);
  background-color: #fff;
  z-index: 3;
  width: 100%;
  display: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0 0 8px 8px;
  padding-top: 8px;
  overflow: hidden;
}
.select-items.active {
  display: block;
}

.active2 {
  display: block;
}

.active > .select-selected::after {
  transform: rotate(180deg);
}

.font-big > .select-selected::after {
  transform: rotate(0);
}

.select-item {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #8E8E8E;
  justify-content: center;
  position: relative;
}
.select-item::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background: #F1F1F1;
  z-index: -1;
}
@media (max-width: 1024px) {
  .select-item::after {
    left: 13px;
    width: calc(100% - 26px);
  }
}
.select-item:last-child::after {
  display: none;
}

@media (max-width: 1024px) {
  .font-big {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .font-big {
    width: 100%;
    margin-top: 0;
  }
}

.font-big .select-item {
  font-size: 20px;
  padding: 6px 8px;
  justify-content: flex-start;
}
.font-big .select-item img {
  display: block;
  width: 130px;
  height: 70px;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .font-big .select-item img {
    width: 90px;
    height: 60px;
  }
}
.font-big .select-item span {
  color: #161616;
}

.select-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.select-item:hover {
  background: rgba(41, 172, 213, 0.1);
  color: #262B38;
}

@media (max-width: 1319px) {
  .service-slider .swiper-slide {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .service-slider .swiper-slide {
    padding: 48px;
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  .service-slider .swiper-slide {
    min-height: 430px;
    padding: 30px;
  }
}

.tabs__accordions {
  display: none;
}
@media (max-width: 1024px) {
  .tabs__accordions {
    display: block;
  }
}
.tabs__accordions .accordion {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #AEB2BB;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.tabs__accordions .accordion-title {
  font-size: 16px;
  color: #959BAD;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.tabs__accordions .accordion-top {
  position: relative;
  justify-content: center;
  padding: 14px 0;
}
.tabs__accordions .read-more-content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .tabs__accordions .read-more-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.tabs__accordions .read-more-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  z-index: 1;
}
.tabs__accordions .read-more-button::after {
  display: none;
}
.tabs__accordions .read-more-button::before {
  display: none;
}
.tabs__accordions .js-accordion--active {
  border-radius: 8px;
  padding-bottom: 23px;
}
.tabs__accordions .js-accordion--active .accordion-top {
  border-top: 0;
  margin-bottom: 10px;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%);
}
@media (max-width: 767px) {
  .tabs__accordions .js-accordion--active .accordion-top {
    margin-bottom: 16px;
  }
}
.tabs__accordions .js-accordion--active .accordion-title {
  color: #fff;
}
.tabs__accordions .tabs__pack-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.tabs__accordions .tabs__pack-row:nth-child(odd) div {
  background: #F1F5F8;
}
.tabs__accordions .tabs__pack-row div {
  font-size: 14px;
  line-height: 110%;
  color: #000;
  padding: 12px 10px;
}
.tabs__accordions .tabs__pack-row div:nth-child(1) {
  width: 62%;
  font-weight: 500;
}
.tabs__accordions .tabs__pack-row div:nth-child(2) {
  width: 37.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.tabs__accordions .tabs__pack-btn {
  margin-top: 32px;
  height: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tabs__accordions .tabs__pack-btn {
    margin-top: 24px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}
.tabs__accordions .tabs__pack-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #8E8E8E;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .tabs__accordions .tabs__pack-info {
    margin-left: 16px;
  }
}
.tabs__accordions .tabs__close {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #161616;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .tabs__accordions .tabs__close {
    margin-top: 24px;
  }
}
.tabs__accordions .tabs__close svg {
  display: block;
  margin-left: 12px;
}

.custom-select.active .select-selected {
  z-index: 10;
}

.custom-select.active .select-items {
  z-index: 9;
}

.service__modal-title {
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  color: #161616;
  margin-bottom: 20px;
}

.service__modal-txt {
  font-size: 20px;
  line-height: 24px;
}

.select-item.chosen {
  border-radius: 8px;
  background: linear-gradient(236deg, #4DFFF4 7.8%, #004BB0 91.46%) !important;
}
.select-item.chosen span {
  color: #fff !important;
}

.show {
  display: block !important;
}
@media (max-width: 767px) {
  .show {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .tabs .lising-hero-wrapper {
    gap: 0;
  }
}

.tabs .featured-button {
  padding: 0;
  border-radius: 5px;
  width: 100%;
  height: 45px;
}

.con {
  padding: 0 60px;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1319px) {
  .con {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .con {
    padding: 0;
    margin-bottom: 40px;
  }
}
.con__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  min-height: 272px;
  background: url(../img/service/con1920.png) no-repeat right center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .con__wrap {
    background: url(../img/service/con1024.png) no-repeat right center;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .con__wrap {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .con__wrap {
    padding-left: 30px;
    background: url(../img/service/con767.png) no-repeat right center;
    background-size: cover;
    justify-content: flex-start;
    padding-top: 30px;
    min-height: 385px;
  }
}
.con__title {
  max-width: 540px;
  color: #29ACD5;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 1319px) {
  .con__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .con__title {
    font-size: 24px;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .con__title {
    font-size: 20px;
    max-width: 320px;
    color: #fff;
  }
}
.con__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 10px;
  background: #F1F5F8;
  width: 280px;
  height: 60px;
  color: #014BB0;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s ease;
  border: 0;
}
@media screen and (max-width: 767px) {
  .con__btn {
    width: 230px;
    height: 48px;
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .con__btn:hover {
    background: #014BB0;
    color: #fff;
  }
}

.tabs .certificates-item:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}

/* stylelint-disable plugin/selector-bem-pattern */
.news-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .news-feed {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news-feed {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .news-feed .news-card {
    width: 100%;
  }
}

.news-item-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .news-item-title {
    margin-bottom: 16px;
  }
}

.news-item-date {
  margin-bottom: 12px;
}

.news-item-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 75%;
}
.news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-description {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.5;
}
.news-item-description p:first-child, .news-item-description h1:first-child, .news-item-description h2:first-child, .news-item-description h3:first-child, .news-item-description h4:first-child, .news-item-description h5:first-child, .news-item-description h6:first-child, .news-item-description ul:first-child, .news-item-description ol:first-child {
  margin-top: 0;
}
.news-item-description ul {
  list-style: none;
  padding-left: 16px;
}
.news-item-description ul:first-child {
  margin-top: 0;
}
.news-item-description ul li {
  position: relative;
  z-index: 0;
}
.news-item-description ul li::before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 12px;
  left: -16px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%), #7daa30;
  transform: translate(0, -50%);
}
.news-item-description h1, .news-item-description h2 {
  font-size: 20px;
}
.news-item-description h3 {
  font-size: 18px;
}
.news-item-description h4, .news-item-description h5, .news-item-description h6 {
  font-size: 16px;
}
.news-item-description h1, .news-item-description h2, .news-item-description h3, .news-item-description h4, .news-item-description h5, .news-item-description h6, .news-item-description hr {
  font-weight: 600;
  margin: 16px 0 8px;
}
.news-item-description ul, .news-item-description ol, .news-item-description li, .news-item-description img, .news-item-description p, .news-item-description details, .news-item-description details[open] > summary, .news-item-description select {
  margin: 16px 0;
}
.news-item-description a {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #014BB0;
}
.news-item-description a:hover:before {
  transform: none;
}
.news-item-description a::before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #014BB0;
  transition: transform 0.5s;
  transform-origin: center left;
  transform: scale(0);
}
@media screen and (min-width: 1180px) {
  .news-item-description {
    position: relative;
    z-index: 0;
    font-size: 20px;
    line-height: 1.5;
  }
  .news-item-description p:first-child, .news-item-description h1:first-child, .news-item-description h2:first-child, .news-item-description h3:first-child, .news-item-description h4:first-child, .news-item-description h5:first-child, .news-item-description h6:first-child, .news-item-description ul:first-child, .news-item-description ol:first-child {
    margin-top: 0;
  }
  .news-item-description ul {
    list-style: none;
    padding-left: 20px;
  }
  .news-item-description ul:first-child {
    margin-top: 0;
  }
  .news-item-description ul li {
    position: relative;
    z-index: 0;
  }
  .news-item-description ul li::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: 15px;
    left: -20px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, #00d344 -0.02%, #009482 100.02%), #7daa30;
    transform: translate(0, -50%);
  }
  .news-item-description h1, .news-item-description h2 {
    font-size: 25px;
  }
  .news-item-description h3 {
    font-size: 22.5px;
  }
  .news-item-description h4, .news-item-description h5, .news-item-description h6 {
    font-size: 20px;
  }
  .news-item-description h1, .news-item-description h2, .news-item-description h3, .news-item-description h4, .news-item-description h5, .news-item-description h6, .news-item-description hr {
    font-weight: 600;
    margin: 20px 0 10px;
  }
  .news-item-description ul, .news-item-description ol, .news-item-description li, .news-item-description img, .news-item-description p, .news-item-description details, .news-item-description details[open] > summary, .news-item-description select {
    margin: 20px 0;
  }
  .news-item-description a {
    position: relative;
    z-index: 0;
    display: inline-block;
    color: #014BB0;
  }
  .news-item-description a:hover:before {
    transform: none;
  }
  .news-item-description a::before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #014BB0;
    transition: transform 0.5s;
    transform-origin: center left;
    transform: scale(0);
  }
}

.news-navigation {
  margin-top: 32px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border-top: 2px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .news-navigation {
    gap: 16px;
  }
}

.news-navigation-item {
  display: flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  gap: 16px;
  color: #161616;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-navigation-item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .news-navigation-item--next {
    flex-direction: column;
  }
}

.news-navigation-image {
  position: relative;
  width: 130px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .news-navigation-image {
    width: 100%;
  }
}
.news-navigation-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-navigation-title {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
}

.news-navigation-content {
  flex: 1;
}

.news-navigation-desc {
  margin: 0;
  line-height: 1.5em;
}

.policy {
  margin-bottom: 56px;
}
@media screen and (max-width: 1023px) {
  .policy {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1319px) {
  .policy {
    margin-bottom: 44px;
  }
}
.policy p {
  font-size: 20px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1023px) {
  .policy p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.policy h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .policy h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1319px) {
  .certificates-container {
    padding: 32px;
  }
}

.certificates-list {
  display: flex;
  flex-direction: column;
}

.certificates-item {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.certificates-item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.certificates-item:first-child {
  padding-top: 0;
}
.certificates-item:last-child {
  padding-bottom: 0;
}

.certificates-item-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.certificates-item-icon svg {
  width: 20px;
  height: 20px;
}

.certificates-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1319px) {
  .certificates-wrapper {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .certificates-wrapper {
    margin-bottom: 40px;
  }
}

.contacts {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contacts .title, .contacts .categories-title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .contacts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .contacts-wrapper .container--decorated, .contacts-wrapper .contacts-slider-image {
    width: 49.1%;
  }
}
.contacts-wrapper .container {
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .contacts-wrapper .container {
    padding: 32px;
  }
}
@media (min-width: 1320px) {
  .contacts-wrapper .container {
    padding: 48px;
  }
}

.contacts-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 24px;
  border-radius: 5px;
  height: 100%;
}

.contacts-block-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 1320px) {
  .contacts-block-icon {
    margin-bottom: 36px;
  }
}
.contacts-block-icon svg {
  width: 100%;
  height: 100%;
}

.contacts-block-content {
  display: block;
  text-align: center;
}
.contacts-block-content p {
  color: #161616;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 130%;
}
.contacts-block-content p:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 1320px) {
  .contacts-block-content p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contacts-block-content p:nth-child(1) {
  font-weight: 500;
}
@media (min-width: 1320px) {
  .contacts-block-content p:nth-child(1) {
    margin-bottom: 12px;
  }
}
.contacts-block-content a:hover {
  color: #004BB0;
}
.contacts-block-content span {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 1319px) {
  .contacts-block-content span {
    font-weight: 500;
  }
}

.contacts-slider {
  position: relative;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .contacts-slider {
    margin: 16px -16px 0;
  }
}
.contacts-slider .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #f1f1f1;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #ffffff;
  cursor: pointer;
  color: #161616;
  transition: all 0.3s;
}
.contacts-slider .swiper-button:hover {
  background-color: #004BB0;
  color: #ffffff;
  border-color: #004BB0;
}
.contacts-slider .swiper-button-prev {
  left: -24px;
}
@media screen and (max-width: 1319px) {
  .contacts-slider .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-slider .swiper-button-prev {
    left: 16px;
  }
}
.contacts-slider .swiper-button-next {
  right: -24px;
}
@media screen and (max-width: 1319px) {
  .contacts-slider .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-slider .swiper-button-next {
    right: 16px;
  }
}
.contacts-slider .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.contacts-slider .swiper-button-disabled:hover {
  background-color: #ffffff;
  color: #161616;
  border-color: #f1f1f1;
}
.contacts-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.contacts-slider .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.contacts-slider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
.contacts-slider .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
}
.contacts-slider .swiper-pagination-bullet-active::before {
  border: 4px solid #004BB0;
}

.contacts-slider-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 34.6153846154%;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 767px) {
  .contacts-slider-image {
    padding-top: 138.8888888889%;
  }
}
@media (min-width: 768px) {
  .contacts-slider-image {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1024px) {
  .contacts-slider-image {
    margin: 0;
  }
}
.contacts-slider-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-catalog-menu:has(+ .main--contacts) {
  background: red;
}

.buy-title {
  margin-bottom: 24px;
}

.retail {
  background: #fff;
}
.retail__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .retail__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .retail__items {
    display: block;
    margin-top: 0;
  }
}
.retail__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}
@media screen and (max-width: 1319px) {
  .retail__item {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .retail__item {
    margin-top: 16px;
  }
}
.retail__item:hover .retail__logo {
  filter: grayscale(0);
}
.retail__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 64px;
  margin-bottom: 16px;
  filter: grayscale(1);
  transition: 0.3s ease;
}
@media screen and (max-width: 1319px) {
  .retail__logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .retail__logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .retail__logo {
    filter: grayscale(0);
  }
}
.retail__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.retail__name {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 1319px) {
  .retail__name {
    font-size: 16px;
  }
}
.retail__link {
  display: block;
  color: #29ACD5;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
}

.page404 {
  padding: 200px 24px;
}
@media screen and (max-width: 1023px) {
  .page404 {
    padding: 100px 24px;
  }
}
.page404-title {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}

.advantages {
  padding-top: 80px;
}
@media screen and (max-width: 1319px) {
  .advantages {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages {
    padding-top: 40px;
  }
}
.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .advantages__items {
    display: block;
  }
}
.advantages__item {
  padding: 36px 24px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 44px 0px rgba(149, 165, 176, 0.13);
}
@media screen and (max-width: 1319px) {
  .advantages__item {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__item:last-child {
    margin-bottom: 0;
  }
}
.advantages__img {
  height: 46px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .advantages__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages__img {
    height: 36px;
  }
}
.advantages__img img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.advantages__title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1319px) {
  .advantages__title {
    font-size: 16px;
  }
}
.advantages__heading {
  margin-top: 12px;
  color: #606C76;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1319px) {
  .advantages__heading {
    font-size: 14px;
  }
}

.catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1023px) {
  .catalog__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .catalog__items {
    display: block;
  }
}
.catalog__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 24px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #EDEDED;
  /*         @include media-breakpoint-down(tablet){
              padding: 24px 24px 24px 328px;
              margin-bottom: 16px;
              min-height: 328px;
              justify-content: center;
          } */
}
@media screen and (max-width: 1319px) {
  .catalog__item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .catalog__item {
    display: block;
    padding: 16px;
    min-height: 100px;
  }
}
@media (max-width: 1023px) {
  .catalog__item:last-child {
    margin-bottom: 0;
  }
}
.catalog__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
  /*         @include media-breakpoint-down(tablet){
              width: 280px;
              margin-bottom: 0;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 24px;
          } */
}
@media screen and (max-width: 1319px) {
  .catalog__pic {
    margin-bottom: 20px;
    height: 280px;
  }
}
@media (max-width: 1023px) {
  .catalog__pic {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog__pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.catalog__title {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.catalog__heading {
  margin-top: 16px;
  color: #606C76;
  font-size: 14px;
  line-height: 140%;
  padding-bottom: 24px;
}
@media screen and (max-width: 1319px) {
  .catalog__heading {
    padding-bottom: 20px;
  }
}
.catalog__link {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #F1F5F8;
  color: #014BB0;
  font-size: 16px;
  line-height: 150%;
  border: 0;
  margin-top: auto;
  z-index: 1;
}
.catalog__link::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F5F8;
}
.catalog__link::after {
  opacity: 0;
}
@media (max-width: 1023px) {
  .catalog__link {
    width: 100%;
    margin-top: 0;
  }
}
.catalog__txt-content {
  margin-top: 40px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
@media (min-width: 1025px) {
  .catalog__txt-content {
    margin-top: 64px;
  }
}
@media (min-width: 1320px) {
  .catalog__txt-content {
    margin-top: 80px;
  }
}
.catalog__txt-content h2, .catalog__txt-content h3, .catalog__txt-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
  margin-top: 24px;
}
@media (min-width: 1320px) {
  .catalog__txt-content h2, .catalog__txt-content h3, .catalog__txt-content h4 {
    font-size: 28px;
  }
}
.catalog__txt-content p {
  margin-top: 0;
  margin-bottom: 16px;
}
.catalog__txt-content p strong {
  display: block;
  margin-bottom: -16px;
}
.catalog__txt-content ul {
  margin-bottom: 16px;
  padding-left: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .pagination {
    width: auto;
    margin: 24px -16px 0;
  }
}

.pagination-list {
  display: flex;
  align-items: center;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.page--dark .pagination-item {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination-item--current {
  background-color: #1E1E1E;
}
.pagination-item--current a {
  color: #fff;
}
.page--dark .pagination-item--current {
  background: linear-gradient(#00d344, #009482);
}
.pagination-item:not(:last-child) {
  margin-right: 8px;
}
.pagination-item:first-child svg {
  transform: rotate(180deg);
}

.pagination-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.pagination-item--current .pagination-item-link {
  color: #ffffff;
}
.pagination-item-link svg {
  width: 24px;
  height: 24px;
}
.pagination-item-link svg use {
  stroke: #1E1E1E;
  transition: stroke 0.3s ease;
}
.pagination-item--current .pagination-item-link svg use {
  stroke: #ffffff;
}
.page--dark .pagination-item-link svg use {
  stroke: #ffffff;
}
.pagination-item-link:hover {
  text-decoration: none;
  background-color: #161616;
  color: #ffffff;
}
.pagination-item-link:hover use {
  stroke: #ffffff;
}

.decisions {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 1319px) {
  .decisions {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .decisions {
    padding-bottom: 40px;
  }
}
.decisions .section {
  margin: 0 auto;
}
.decisions__slider {
  padding-bottom: 84px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .decisions__slider {
    padding-bottom: 76px;
  }
}
.decisions__slider .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 68px;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: #f1f5f8;
  border-radius: 50%;
}
.decisions__slider .swiper-button-prev svg path {
  transition: 0.3s ease;
  stroke: #014bb0;
}
.decisions__slider .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: #f1f5f8;
  border-radius: 50%;
}
.decisions__slider .swiper-button-next svg path {
  transition: 0.3s ease;
  stroke: #014bb0;
}
.decisions__slider .swiper-button-disabled svg path {
  stroke: #aeb2bb;
}
.decisions__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ededed;
  padding: 36px;
  min-height: 522px;
}
@media screen and (max-width: 1319px) {
  .decisions__slide {
    min-height: 413px;
  }
}
@media screen and (max-width: 1023px) {
  .decisions__slide {
    padding: 24px;
    min-height: 382px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__slide {
    padding: 16px;
    min-height: 645px;
  }
}
.decisions__pic {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.1%;
  height: 450px;
}
@media screen and (max-width: 1319px) {
  .decisions__pic {
    height: 341px;
    width: 48.1%;
  }
}
@media screen and (max-width: 1023px) {
  .decisions__pic {
    width: 41.8%;
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.decisions__pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.decisions__content {
  width: 55.6%;
}
@media screen and (max-width: 1319px) {
  .decisions__content {
    width: 48.1%;
  }
}
@media screen and (max-width: 1023px) {
  .decisions__content {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .decisions__content {
    width: 100%;
  }
}
.decisions__title {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1319px) {
  .decisions__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .decisions__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__title {
    font-size: 16px;
  }
}
.decisions__txt {
  color: #000000;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .decisions__txt {
    font-size: 14px;
  }
}
.decisions__txt p {
  margin-top: 0;
}
.decisions__txt p:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 1023px) {
  .decisions__txt p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.decisions__btn {
  width: 254px;
  height: 60px;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border: 0;
}
@media screen and (max-width: 1023px) {
  .decisions__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__btn {
    width: 100%;
  }
}
.decisions__btn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, #1BD0C5 20.16%, #004BB0 78.89%);
  opacity: 0;
}
.decisions__btn:hover::before {
  opacity: 1;
}
.decisions .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 21px;
}
.decisions .swiper-pagination .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #dfe5e9;
  border-radius: 50%;
  margin-right: 12px;
}
.decisions .swiper-pagination .swiper-pagination-bullet-active {
  background: #29acd5;
}
.decisions__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  background: #fff;
  padding: 36px;
}
@media screen and (max-width: 1023px) {
  .decisions__block {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__block {
    padding: 16px;
    display: block;
  }
}
.decisions__block:not(:last-child) {
  margin-bottom: -1px;
}
.decisions__small-slider {
  display: block;
  width: 45.9%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .decisions__small-slider {
    margin-bottom: 20px;
    width: 100%;
  }
}
.decisions__small-slider + .decisions__content {
  width: 51.4%;
}
@media screen and (max-width: 1023px) {
  .decisions__small-slider + .decisions__content {
    width: 100%;
  }
}
.decisions__small-slide {
  width: 100%;
  height: 100%;
  user-select: none;
}
.decisions__small-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  user-select: none;
}
@media (max-width: 1319px) {
  .decisions__small-pic {
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .decisions__small-pic {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__small-pic {
    height: 200px;
  }
}
.decisions__small-pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
}
.decisions__modal-title {
  color: #161616;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
.decisions__modal-heading {
  margin-top: 8px;
  color: #161616;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.decisions__form {
  display: block;
  position: relative;
}
.decisions__input {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #ffffff;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
.decisions__input::placeholder {
  color: #8E8E8E;
}
.decisions__textarea {
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
.decisions__textarea::placeholder {
  color: #8E8E8E;
}
.decisions__modal-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.decisions__submit {
  width: calc(100% - 64px);
  height: 48px;
  margin-top: 0;
}
.decisions__file {
  display: block;
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #F4F8FB;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKHSURBVHgB3ZVNVhpBEMermmR0kQV5L6JLPEFg6RMTOEH0BOIJJBcIxQkgJwBuQE4AKDyXMSeQJeBClhGlK1XTDIwDTjC7WJuZ6unp/68+pgbgfzeMLiSpnfTM9jnwrISASVm6ZjSt8beDCvyDPRHYo3aa0WvLbRqYOwzcRcTPsi2vQqPyYTbYu0MXxQeYtSZUmMQJmLBj4S3p4cx4MqJcYUxHNCrnCshW6TMp6pM7vJcxmKhvma0yvCSCVKV/hwzdER0eRzfuVnoSGWbuebqv1HM/b5mzt5S7hk0iELUkG7hbS8KsUSQDauTEGQNMDGIVYsw8dbkjERxroaMbh3TUYeam1Ka0R5f5IR0MgO13eZRXfyOBgNIDrxSs7VA7s1O5OnWbE6TU0lV+FFN4rMllIH59HdSKgFL6USCca0e5DW+KBmwjSp2ii2OtxRwqHYZ6ViAchTWeT3kPj2upERNVpR5SrhFArYtiRcCPQiilFkWl9vt8Tq2pUp959jVMHW2AWIE4akkVKeWYPrXC1NEG+KvAOmr52M7WUXvGqzqIh1IYapFyiLHdSv9GD4l8XBnkaXZIhUGKeg0ZJaciXtAodumyBmjOkc2+3xDPRbBQd9SLtrUMmvtFAwTU1hi/jWV2dfwr2o+xKQos2rb+SAg1wLaI+SAW3vsAgCuDL1bARZHwo5ApW1dfGwDcx9WWtRvlRjAldxgW3Tvm1+J92MCWuXW53qMrGev2y/ywH5rvxahnGMiwLLxIQFtxC72femuF9rZ80Aw//yDpSsi4kNt0uMAbC6jNqd3PSH4+0vNddwJqQfNS4IlhPnF1W9rGAkuhXpERTud/OS3BAME2f8O72oSyE3h19gdS3nIo/QM4NwAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
}
.decisions__file input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.decisions__modal-txt {
  margin-top: 16px;
  color: #8E8E8E;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.decisions__slider {
  padding-bottom: 114px;
}
@media (max-width: 1319px) {
  .decisions__slider {
    padding-bottom: 84px;
  }
}
@media (max-width: 1023px) {
  .decisions__slider {
    padding-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .decisions__slider {
    padding-bottom: 80px;
  }
}

#modal-price-content {
  border-radius: 4px;
  min-height: 613px;
  position: relative;
}
@media (max-width: 767px) {
  #modal-price-content {
    width: 100%;
    max-width: 480px;
  }
}

.front-page .decisions {
  background: #ffffff;
  margin-top: 80px;
  padding-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 1319px) {
  .front-page .decisions {
    margin-top: 64px;
    padding-top: 64px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .front-page .decisions {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 0;
  }
}

.success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.success__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  height: 100%;
}
.success__title {
  color: #161616;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
.success__heading {
  color: #161616;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 12px;
}
.success__btn {
  margin-top: 24px;
  width: 127px;
  height: 48px;
}

.button-prev, .button-prev0, .button-prev1, .button-prev2, .button-prev3, .button-prev4 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 52px;
  height: 52px;
  z-index: 3;
  user-select: none;
}
@media (max-width: 1319px) {
  .button-prev, .button-prev0, .button-prev1, .button-prev2, .button-prev3, .button-prev4 {
    bottom: 4px;
  }
}
@media (max-width: 767px) {
  .button-prev, .button-prev0, .button-prev1, .button-prev2, .button-prev3, .button-prev4 {
    display: none;
  }
}
.button-prev svg path, .button-prev0 svg path, .button-prev1 svg path, .button-prev2 svg path, .button-prev3 svg path, .button-prev4 svg path {
  transition: 0.3s ease;
  stroke: #000000;
}

.button-next, .button-next0, .button-next1, .button-next2, .button-next3, .button-next4 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 19px;
  width: 52px;
  height: 52px;
  z-index: 3;
}
@media (max-width: 1319px) {
  .button-next, .button-next0, .button-next1, .button-next2, .button-next3, .button-next4 {
    bottom: 4px;
  }
}
@media (max-width: 767px) {
  .button-next, .button-next0, .button-next1, .button-next2, .button-next3, .button-next4 {
    display: none;
  }
}
.button-next svg path, .button-next0 svg path, .button-next1 svg path, .button-next2 svg path, .button-next3 svg path, .button-next4 svg path {
  transition: 0.3s ease;
  stroke: #000000;
}

.decisions__thumb {
  margin-top: 24px;
  margin-left: 0;
  max-width: 412px;
  margin-left: 76px;
  margin-top: -90px;
  user-select: none;
}
@media (max-width: 1319px) {
  .decisions__thumb {
    max-width: 289px;
    margin-left: 72px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .decisions__thumb {
    margin-left: 0;
  }
}
.decisions__thumb-pic {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  padding: 10px;
  user-select: none;
}
@media (max-width: 1319px) {
  .decisions__thumb-pic {
    padding: 8px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .decisions__thumb-pic {
    padding: 7px;
  }
}
.decisions__thumb-pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-thumb-active .decisions__thumb-pic {
  border: 1px solid #1781C5;
}

.decisions__thumb2 {
  margin-left: auto;
}
@media (max-width: 1319px) {
  .decisions__thumb2 {
    margin-left: 72px;
  }
}
@media (max-width: 767px) {
  .decisions__thumb2 {
    margin-left: 0;
  }
}

.d {
  background: #F4F8FB;
}
.d__bg {
  display: block;
  width: 100%;
  min-height: 350px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 54px 64px;
  margin-bottom: 80px;
}
@media (max-width: 1319px) {
  .d__bg {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .d__bg {
    padding: 32px 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .d__bg {
    padding: 24px;
    min-height: 500px;
  }
}
.d__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.d__logo {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .d__logo {
    width: 212px;
    margin-bottom: auto;
  }
}
.d__h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .d__h1 {
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
    max-width: 420px;
  }
}
.d__desc {
  max-width: 520px;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .d__desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 420px;
  }
}
.d__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .d__title {
    display: none;
  }
}
.d__items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1023px) {
  .d__items {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .d__items {
    grid-template-columns: 1fr;
  }
}
.d__item {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1319px) {
  .d__item {
    padding: 24px 16px;
  }
}
@media (max-width: 1023px) {
  .d__item {
    padding: 24px;
  }
}
.d__item-icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 16px;
}
.d__item-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 12px;
}
@media (max-width: 1319px) {
  .d__item-heading {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .d__item-heading {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .d__item-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.d__item-txt {
  font-size: 16px;
  line-height: 150%;
  color: #606c76;
}
@media (max-width: 1319px) {
  .d__item-txt {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 1023px) {
  .d__item-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.d__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 1319px) {
  .d__wrap {
    margin-top: 40px;
  }
}
.d__left {
  display: block;
  width: calc(50% - 8px);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .d__left {
    width: 100%;
    margin-bottom: 16px;
    max-height: 432px;
  }
}
@media (max-width: 767px) {
  .d__left {
    max-height: 340px;
    height: 340px;
  }
}
.d__left img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.d__right {
  display: block;
  width: calc(50% - 8px);
  padding: 40px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1319px) {
  .d__right {
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  .d__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .d__right {
    padding: 24px;
  }
}
.d__subheading {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  padding-bottom: 4px;
}
@media (max-width: 1319px) {
  .d__subheading {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .d__subheading {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 6px;
  }
}
.d__txt-item {
  margin-top: 20px;
}
@media (max-width: 1319px) {
  .d__txt-item {
    margin-top: 10px;
  }
}
.d__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #1781c5;
}
@media (max-width: 1319px) {
  .d__subtitle {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .d__subtitle {
    line-height: 26px;
  }
}
.d__info {
  margin-top: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.d__features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .d__features {
    margin-top: 16px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .d__features {
    grid-template-columns: 1fr;
  }
}
.d__feature {
  padding: 24px;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 1319px) {
  .d__feature {
    padding: 24px 16px;
  }
}
.d__feature-icon {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: cover;
}
@media (max-width: 1319px) {
  .d__feature-icon {
    width: 40px;
    height: 40px;
  }
}
.d__feature-heading {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
@media (max-width: 1319px) {
  .d__feature-heading {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .d__feature-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.d__feature-txt {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #606c76;
}
@media (max-width: 1319px) {
  .d__feature-txt {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .d__feature-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.d__consult {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 350px;
  border-radius: 8px;
  overflow: hidden;
  padding: 55px 32px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .d__consult {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .d__consult {
    min-height: 500px;
    justify-content: flex-start;
    padding: 39px 24px;
  }
}
.d__consult-note {
  max-width: 520px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #8E8E8E;
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .d__consult-note {
    max-width: 280px;
  }
}
.d__consult-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d__consult-txt {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  max-width: 520px;
  margin-bottom: 14px;
}
@media (max-width: 1319px) {
  .d__consult-txt {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .d__consult-txt {
    font-size: 24px;
    line-height: 110%;
    max-width: 300px;
  }
}
.d__callback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  height: 48px;
  border: 2px solid #1781C5;
  background-color: transparent;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1319px) {
  .d__callback {
    max-width: 260px;
  }
}
@media (hover: hover) {
  .d__callback:hover {
    background-color: #1781C5;
  }
}
.d__note {
  margin-top: 80px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1319px) {
  .d__note {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .d__note {
    margin-top: 40px;
  }
}
.d__note p {
  margin: 0 0 6px 0;
}
.d__note b,
.d__note strong {
  display: block;
  margin-top: 12px;
}
.d__note ul {
  display: block;
  padding-left: 25px;
  margin-bottom: 6px;
}
.d__note-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1023px) {
  .d__note-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .d__note-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.d__note-content {
  padding: 36px;
  margin-top: 32px;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .d__note-content {
    padding: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .d__note-content {
    margin-top: 16px;
  }
}
.d__reviews {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1319px) {
  .d__reviews {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .d__reviews {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.d__review {
  border-radius: 32px;
  background: #fff;
  padding: 32px;
}
@media (max-width: 1319px) {
  .d__review {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .d__review {
    padding: 16px;
    position: relative;
    min-height: 211px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .d__review {
    min-height: 196px;
  }
}
@media (max-width: 1023px) {
  .d__review-col1 {
    width: 160px;
    text-align: center;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .d__review-col1 {
    width: 96px;
    padding-right: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .d__review-col2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .d__review-col2 {
    width: calc(100% - 96px);
  }
}
.d__review-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
@media (max-width: 1319px) {
  .d__review-pic {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .d__review-pic {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .d__review-pic {
    width: 80px;
    height: 80px;
  }
}
.d__review-pic img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.d__review-job {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #fff;
  padding: 6px 13px;
  border-radius: 37px;
  background: linear-gradient(236.48deg, #4DFFF4 7.8%, #004BB0 91.46%);
  margin-bottom: 20px;
}
@media (max-width: 1319px) {
  .d__review-job {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .d__review-job {
    max-width: 130px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 11px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .d__review-job {
    font-size: 10px;
    border-radius: 0;
    padding: 0;
  }
}
.d__review-name {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
@media (max-width: 1319px) {
  .d__review-name {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .d__review-name {
    font-size: 16px;
    line-height: 130%;
  }
}
.d__review-body {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .d__review-body {
    font-size: 12px;
    line-height: 16px;
  }
}
.d__certs {
  margin-top: 80px;
}
@media (max-width: 1319px) {
  .d__certs {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .d__certs {
    margin-top: 40px;
  }
}
.d__cert-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .d__cert-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.d__cert-wrapper {
  border-radius: 5px;
  padding: 16px 48px;
  background: #fff;
  margin-top: 32px;
}
@media (max-width: 1319px) {
  .d__cert-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 1023px) {
  .d__cert-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .d__cert-wrapper {
    margin-top: 16px;
    padding: 0 16px;
  }
}
.d__cert-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.d__cert-wrapper li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #DCE6ED;
  padding: 32px 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .d__cert-wrapper li {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .d__cert-wrapper li {
    font-size: 14px;
  }
}
.d__cert-wrapper li:last-child {
  border-bottom: 0;
}
.d__cert-wrapper a {
  display: inline-block;
  vertical-align: middle;
}
.d__cert-wrapper svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .d__cert-wrapper svg {
    margin-left: 12px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1319px) {
  .d__section-map {
    margin-top: 0 !important;
  }
}
.d__map {
  padding: 48px;
  border-radius: 32px;
  background-color: #fff;
}
@media (max-width: 1319px) {
  .d__map {
    padding: 32px 24px;
  }
}
.d__map-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1023px) {
  .d__map-items {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.d__map-item {
  border: 1px solid #1781C5;
  padding: 11px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 21px;
}
@media (max-width: 1319px) {
  .d__map-item {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .d__map-item {
    font-size: 16px;
  }
}
.d__map-wrapper {
  display: block;
  width: 100%;
  height: 548px;
  border-radius: 32px;
  overflow: hidden;
  background-color: gray;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .d__map-wrapper {
    height: 560px;
  }
}
.d__address-items {
  margin-top: 24px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid #1781C5;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .d__address-items {
    grid-template-columns: 1fr;
    border: 0;
    padding: 0;
    border-radius: 0;
    gap: 16px;
  }
}
.d__address-item {
  position: relative;
  padding-left: 52px;
}
.d__address-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVHSURBVHgBxVlNbBNHFH4zSeMotImhDXZR0xqVlkhEcjjRJKA4aiXgkrb0kN4aDsnViUSPxOvk1h9hX+EA9JZT1V4Ilao4JYS2J0cKUpCQWOKqtUOhdkTBDs4O7429xuvfWWOFT7K8nn27++335v3MmEGDeEu74Wth3AuM+UCIfgHCyYA56RweJ/FYx3O6MHZWDYDIv9qJCDQAZsfYqS0623i7H8TOlEnGBnTBIMKN7WBcG9FVL1IiSMQc3BFApaagCUCiV1SJ1iXomrvpF4bQGlCsHnQDuPYgMHC1llFNgq7ZlQvNUq06AxZKzAxOVz1daVC6lLX9iIc+2B1EM2J7JKmNJEtP8ErWSG4Rdo8coT8vSBnKCEq34gWw+/Dln22BxcXd2vI4Z+wyvEoYbDoRHAyZPwsE3dqiR+Rc6wEb6GxvhS+93XDEvQd6nA45lnqahVv3t+Da+iOIpTJgE0mcjwfN+dhaIA6vYSpRJ9fT5YDwp4dg0NMlf8eSafzkyAzh2OneN2H25EGYj27Cd0sxO0RzORdARrZUMK/ePdU7jHn3w9xJjzy++Mc/ML+6WSBXeAFUc/LYATh1eK9U2f/TXVi48whUgSruJRVlkJB6qhcOvtcpldtAQh9fXM2pkyxXh8bOX78HZ364LY+vjPWi2p2qj4E2aJP5VxJkjA2rXGS6lR5oPrgeyOYLaZuG8OgHUk0VMAZ++m6hrgQjV6lajPXvh8/6uuETVO7B42eWc6QsnZdzkoGFfCZrwO34/zD50QF5vIIBpID2N3xnl1q5jYQ8eextuHbnYZly4dFDktwL9MCl3/+G87/ohREitaKnYALvQdNCBUKwfuSHPZ0CjrgojbTDwvp/lnEKGCJHwfLhN3+Ce3ZFEphAteiFikFB0oUuNtNRXWCvydEdHhVb86axVLqEYDeqk4IZDIitdFaOEUFS61TvPovtTT3n2j58WTWC4KUg8ajYduUnd6V0Ektul9mn0jsYVO2Wsa1M7gVUAwXh5DifX6rPW4s/KeQ6ExTtfe4OWEs8tth2OnI2ptJKBFUt1zAKCaXu+f63Danur5NeOedoTl7GnEfzdea6brEtlMKMMkHgAmufiuFfWKrozQfype0F8ScwPr8OtFSi0kZ5kgifubpWNh1OH96Hrs/i/FRKM4RkK8sRrOtmujGpSEFBQVDsJopO+hQCqUoCp0pip9whdC4ERFWtiRipU5o+TBCxauTI9eR2qtvKEHCfMyGWVO2Lk62NSJRBc274HZmObLgX+RlRrHJCWUGC/+e7sgUKj76vfM254R6pHnU0doARHOFxXPGrBgqBXPgtupr6PXqwCjmqNNW6nhrQiVsuzQgjbOfKS1jW6EMPr0XSPE9lULX+mqBdCPqWE2kbsiEHtAXs3IB6vU5HS4Egdc5m10zz82scp7lK41QG7YIbPEjfhTWJS7sRAsb9YBNzmPsm8lFNQUDV4l1MN0SSlGuEHG2NbM4MnbUQlBtD2PY3Uvoo/01ge9/n6pD1dgNr88L6Q9W+rxQ6E3wkrg3oFoIEV2B5Cji7AK8QDPh4vGi/xlKLE8HjIbsB01QIEY6XbCZV3JtxBZdxfYwbk7uLaCIwdLR0sGI3kxHPPsfcaCuBvxSEiGREx0ilU7W33xqMbFtAtya041UXbTX7wYR2YgprNYW7Dk0G7WODIaZrkSMobQG7tVseA3Y0XD9/Bc0AqpaBPVpSO1q3xNraRC8iSgt9j51rSTHs7cJpeD2kQqwhgsVw44If/17wMc69uIftodWh5W8IwZI4gaL4I8KEsRpv8G+I567ISN79EVMnAAAAAElFTkSuQmCC);
}
.d__address-info {
  display: block;
  margin-top: 4px;
  position: relative;
  padding-left: 24px;
}
.d__address-info:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1781C5;
}

[class*=copyrights-pane] {
  display: none !important;
}

[class*=ground-pane] {
  filter: grayscale(1);
}

.swiper[data-slider] {
  padding-bottom: 110px;
}

.swiper[data-slider]:nth-child(2) {
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .swiper[data-slider] {
    padding-bottom: 80px;
  }
}
.cat {
  position: relative;
}
.cat__title {
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1319px) {
  .cat__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .cat__title {
    font-size: 24px;
  }
}
.cat__items {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .cat__items {
    margin-top: 24px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cat__items {
    margin-top: 16px;
  }
}
.cat__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #ffffff;
  margin-bottom: 24px;
  padding: 36px;
}
@media screen and (max-width: 1023px) {
  .cat__item {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cat__item {
    padding: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .cat__item:last-child {
    margin-bottom: 0;
  }
}
.cat__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1319px) {
  .cat__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.cat__pic {
  position: relative;
  width: 48.5%;
}
@media screen and (max-width: 1319px) {
  .cat__pic {
    width: 48.2%;
  }
}
@media (max-width: 1023px) {
  .cat__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cat__pic .swiper-container {
  border-radius: 5px;
  border: 1px solid #ededed;
}
.cat__pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}
@media (max-width: 1319px) {
  .cat__pic::after {
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .cat__pic::after {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .cat__pic::after {
    height: 200px;
  }
}
.cat__pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cat__block {
  width: 48.5%;
}
@media screen and (max-width: 1319px) {
  .cat__block {
    width: 48.2%;
  }
}
@media (max-width: 1023px) {
  .cat__block {
    width: 100%;
  }
}
.cat__name {
  display: block;
  margin-top: 36px;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1023px) {
  .cat__name {
    font-size: 24px;
    margin-top: 0;
  }
}
.cat__desc {
  margin-top: 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .cat__desc {
    margin-top: 12px;
    font-size: 14px;
  }
}
.cat__btn {
  width: 100%;
  height: 66px;
  margin-top: 32px;
  font-weight: 400;
  max-width: 376px;
}
@media screen and (max-width: 1319px) {
  .cat__btn {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .cat__btn {
    margin-top: 20px;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cat__btn {
    max-width: none;
  }
}
.cat__txt {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1319px) {
  .cat__txt {
    width: 100%;
    padding-top: 36px;
    border-top: 1px solid #ededed;
    margin-top: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .cat__txt {
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cat__txt {
    bottom: 0;
    margin: 0;
    padding-top: 20px;
  }
}
.cat__heading {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cat__heading {
    font-size: 16px;
  }
}
.cat__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .cat__row {
    padding: 16px;
  }
}
.cat__row:nth-child(even) {
  background: #f1f5f8;
}
.cat__row-title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .cat__row-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cat__row-content {
  width: 67%;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .cat__row-content {
    width: 100%;
  }
}
.cat__row-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.cat__row-content p:first-child {
  margin-top: 0;
}
.cat__links-wrapper {
  position: absolute;
  width: calc(100% - 32px);
  top: 100px;
  left: 16px;
}
@media (min-width: 768px) {
  .cat__links-wrapper {
    width: calc(100% - 48px);
    left: 24px;
    top: 112px;
  }
}
@media (min-width: 1024px) {
  .cat__links-wrapper {
    top: 143px;
  }
}
@media (min-width: 1320px) {
  .cat__links-wrapper {
    top: 146px;
    width: 1320px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cat__links-wrapper.fixed {
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  margin-top: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  background: #fff;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .cat__links-wrapper.fixed {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.cat__links-wrapper.fixed .cat__links {
  width: 100%;
  padding: 0 60px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1319px) {
  .cat__links-wrapper.fixed .cat__links {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .cat__links-wrapper.fixed .cat__links {
    padding: 0 16px;
  }
}
.cat__links {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.cat__links::-webkit-scrollbar {
  display: none;
}
.cat__link {
  display: block;
  padding: 15px 31px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
  position: relative;
  transition: none;
  border: 1px solid #EDEDED;
  white-space: nowrap;
}
@media screen and (max-width: 1319px) {
  .cat__link {
    font-size: 14px;
    line-height: 21px;
    padding: 9px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .cat__link {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 19px;
  }
}
.cat__link::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  border-radius: 5px;
}
.cat__link::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(236deg, #4dfff4 7.8%, #004bb0 91.46%);
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
}
.cat__link:last-child {
  margin-right: 0;
}
.cat__link:hover {
  border: 1px solid #1781C5;
  color: #1781C5;
}
.cat__link.active {
  border: 1px solid #1781C5;
  color: #1781C5;
  background: #FFF;
}
.cat__link.active::before {
  opacity: 0;
}
.cat__link.active::after {
  opacity: 1;
}

.cat__param-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.cat__param-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 1246px;
}
@media (max-width: 767px) {
  .cat__param-content {
    width: 100%;
  }
}

.cat__param-item {
  display: block;
  width: 33.33%;
}
@media (max-width: 767px) {
  .cat__param-item {
    width: 100%;
    border-top: 1px solid #f1f5f8;
  }
  .cat__param-item:not(:first-child) {
    margin-top: 40px;
  }
}

.cat__param-content .cat__row-title {
  font-size: 13px;
  padding-right: 10px;
  width: 50%;
}

.cat__param-content .cat__row-content {
  font-size: 13px;
  width: 50%;
}

.cat__notice {
  display: block;
  width: 100%;
  padding: 20px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 24px;
  background: #F1F5F8;
}
@media (max-width: 767px) {
  .cat__notice {
    margin-top: 18px;
    padding: 16px;
    font-size: 12px;
  }
}

.cat__row-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.cat__row-material {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.cat__txt--small p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: #AEB2BB;
}

.desktop-hidden {
  display: none;
}
@media screen and (max-width: 1023px) {
  .desktop-hidden {
    display: flex;
  }
}

.tabs-block__tab use {
  stroke: #8E8E8E;
}
.tabs-block__tab--active use {
  stroke: #161616;
}
.page--dark .tabs-block__tab--active use {
  stroke: #ffffff;
}

.tab-content {
  display: none;
}
.tab-content--active {
  display: grid;
}

:root {
  --headerHeight: 79px;
  --scrollbarWidth: 17px;
}

html, body, #app {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
  display: flex;
  flex-direction: column;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}

main {
  padding-top: var(--headerHeight);
  flex-grow: 1;
}
.page--dark main {
  padding-top: 0;
}

.header-catalog-menu {
  top: var(--headerHeight);
}

.swiper, .swiper-container, .swiper-wrapper, .swiper-slide {
  min-width: 0;
  min-height: 0;
}

.product-slider {
  min-width: 0;
  min-height: 0;
}
.product-slider-thumb-holder {
  min-width: 0;
  min-height: 0;
}
.product-slider-thumb-img {
  object-fit: contain !important;
  object-position: center;
}
.product-slider-main-holder {
  min-width: 0;
  min-height: 0;
}
.product-slider-card-img {
  object-fit: contain !important;
  object-position: center;
}

@media screen and (min-width: 1024px) {
  .catalog-submit {
    padding-left: 0;
    padding-right: 0;
  }
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-row-image {
  object-position: center;
  object-fit: contain;
}
.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-content-holder {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  font-size: 14px;
  margin: 0 0 auto;
}
@media screen and (any-hover: hover) {
  .card-content-holder {
    margin-right: -3px;
  }
  .card-content-holder::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .card-content-holder::-webkit-scrollbar-track {
    background: white;
  }
  .card-content-holder::-webkit-scrollbar-thumb {
    background: #505050;
    border: 0;
  }
}
.js-more--active .card-content-holder {
  flex: 0 1 auto;
  overflow-y: auto;
  padding: 20px 5px 20px 0;
  margin-right: -6px;
}
.card-image {
  object-position: center;
  object-fit: contain;
}
.card-more {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.card-more-top {
  display: flex;
  justify-content: space-between;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0 0 12px;
  padding: 0;
  width: 100%;
}
.page-dark .card-more-top, .page--dark .card-more-top {
  color: white;
}
.card-more-top:hover {
  color: #009482;
}

.categories {
  width: 100%;
  margin: 0 0 80px;
}
.categories-container {
  margin: 0 auto;
}
.categories-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .categories-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .categories-list {
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.categories-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: white;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 16px;
}
@media screen and (min-width: 1180px) {
  .categories-item {
    padding: 32px 24px;
  }
}
.categories-item a:hover {
  color: #009482;
}
.categories-item::before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0.25) 100%);
  backdrop-filter: blur(4px);
  transition: opacity 0.33s;
  opacity: 0;
  pointer-events: none;
}
.categories-item:hover::before {
  opacity: 1;
  pointer-events: auto;
}
.categories-item:hover .categories-item-products {
  transform: none;
}
.categories-item-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0.5em auto 0;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .categories-item-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .categories-item-title {
    font-size: 24px;
  }
}
.categories-item-img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
}
.categories-item-products {
  background: white;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 16px;
  transform: translate(0, 100%);
  transition: transform 0.33s;
  max-height: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 1180px) {
  .categories-item-products {
    padding: 32px 24px;
  }
}
.categories-item-products-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 1366px) {
  .categories-item-products-title {
    font-size: 20px;
  }
}
.categories-item-product {
  font-size: 16px;
  width: fit-content;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1366px) {
  .categories-item-product {
    font-size: 18px;
  }
}

.popular {
  width: 100%;
  margin: 40px 0 80px;
}
.popular-container {
  margin: 0 auto;
}
.popular-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .popular-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .popular-title {
    font-size: 32px;
  }
}
.popular-item {
  background: white;
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 16px;
  padding: 16px;
  height: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 1440px) {
  .popular-item {
    padding: 20px;
    column-gap: 20px;
  }
}
.popular-item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 1440px) {
  .popular-item-title {
    font-size: 18px;
  }
}
.popular-item-list {
  width: 100%;
  flex: 0 0 auto;
}
.popular-item-link {
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}
@media screen and (min-width: 1440px) {
  .popular-item-link {
    font-size: 16px;
  }
}
.popular-item a:hover {
  color: #009482;
}
.popular .swiper::before, .popular .swiper::after {
  content: " ";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 40px;
  opacity: 0;
  transition: opacity 0.33s;
}
.popular .swiper::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}
.popular .swiper::after {
  right: 0;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}
.popular .swiper._first::after {
  opacity: 1;
}
.popular .swiper._last::before {
  opacity: 1;
}
.popular .swiper-slide {
  height: auto;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.popular .swiper:hover .swiper-button-prev {
  transform: translate(-48px, -50%) scale(1);
}
.popular .swiper:hover .swiper-button-next {
  transform: translate(48px, -50%) scale(1);
}
.popular .swiper-button-prev, .popular .swiper-button-next {
  font-size: 15.84px;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  transition: border-color 0.33s, opacity 0.33s, transform 0.33s, color 0.33s;
  transform-origin: center;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media screen and (min-width: 1180px) {
  .popular .swiper-button-prev, .popular .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.popular .swiper-button-prev:not(._disabled):hover, .popular .swiper-button-next:not(._disabled):hover {
  border-color: #009482;
  background: #009482;
  color: white;
  cursor: pointer;
}
.popular .swiper-button-prev {
  transform: translate(-48px, -50%) scale(0);
  left: 72px;
}
.popular .swiper-button-prev._disabled {
  transform: translate(-48px, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
}
.popular .swiper-button-next {
  transform: translate(48px, -50%) scale(0);
  right: 72px;
}
.popular .swiper-button-next._disabled {
  transform: translate(48px, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

/*# sourceMappingURL=main.css.map?v=60f2eb5c*/