

/* Start:/local/templates/mart74.ru_2026/css/reset.css?17145956241224*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textarea without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* End */


/* Start:/local/templates/mart74.ru_2026/js/fancybox/fancybox.css?171459562425343*/
: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}
/* End */


/* Start:/local/templates/mart74.ru_2026/js/swiper/swiper-bundle.min.css?171459562418436*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{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}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-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)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/mart74.ru_2026/css/style.css?177088817183791*/
@import "/local/templates/mart74.ru_2026/css/reset.css";
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/300/BebasNeueThin.eot");
  src: local("Bebas Neue Cyrillic Thin"), local("Bebas-Neue-Cyrillic-Thin"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/300/BebasNeueThin.eot?#iefix") format("embedded-opentype"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/300/BebasNeueThin.woff") format("woff"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/300/BebasNeueThin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/400/BebasNeueRegular.eot");
  src: local("Bebas Neue Cyrillic Regular"), local("Bebas-Neue-Cyrillic-Regular"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/400/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/400/BebasNeueRegular.woff") format("woff"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/400/BebasNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/700/BebasNeueBold.eot");
  src: local("Bebas Neue Cyrillic Bold"), local("Bebas-Neue-Cyrillic-Bold"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/700/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/700/BebasNeueBold.woff") format("woff"), url("/local/templates/mart74.ru_2026/css/../fonts/BebasNeue/700/BebasNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/Roboto/400/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/Roboto/500/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/Roboto/600/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/mart74.ru_2026/css/../fonts/Roboto/700/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
@media screen and (max-width: 1279px) {
      font-size: 23px;
  }
*/
.section-box {
  max-width: 1600px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .section-box {
    padding: 0 25px;
  }
}
@media screen and (max-width: 749px) {
  .section-box {
    padding: 0 14px;
  }
}

.body-noscroll {
  overflow-y: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  position: relative;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #000;
  padding-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
h1::before, .h1::before,
h2::before, .h2::before,
h3::before, .h3::before,
h4::before, .h4::before,
h5::before, .h5::before,
h6::before, .h6::before {
  content: "";
  position: absolute;
  background-color: #FDBC00;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: 0;
}
h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span,
h4 span, .h4 span,
h5 span, .h5 span,
h6 span, .h6 span {
  font-size: 80px;
  line-height: 80px;
  color: #FDBC00;
}
@media screen and (max-width: 999px) {
  h1 span, .h1 span,
  h2 span, .h2 span,
  h3 span, .h3 span,
  h4 span, .h4 span,
  h5 span, .h5 span,
  h6 span, .h6 span {
    font-size: 60px;
    line-height: 60px;
  }
}
h1 b, .h1 b,
h2 b, .h2 b,
h3 b, .h3 b,
h4 b, .h4 b,
h5 b, .h5 b,
h6 b, .h6 b {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 999px) {
  h1 b, .h1 b,
  h2 b, .h2 b,
  h3 b, .h3 b,
  h4 b, .h4 b,
  h5 b, .h5 b,
  h6 b, .h6 b {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
  }
}

h1, .h1 {
  margin-bottom: 66px;
}
@media screen and (max-width: 999px) {
  h1, .h1 {
    margin-bottom: 32px;
  }
}

a, .a {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7C7E83;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 43px;
  color: #000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px #FDBC00 solid;
  border-radius: 25px;
  width: 204px;
  transition: all 0.1s linear;
  cursor: pointer;
}
.btn::before {
  content: "";
  background: url(/local/templates/mart74.ru_2026/css/../images/svg/arrow-yellow.svg) no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 24px;
}
.btn:hover {
  color: #FDBC00;
}
.btn.more {
  line-height: 48px;
  width: 173px;
  height: max-content;
  margin-top: auto;
}
@media screen and (max-width: 749px) {
  .btn.more {
    display: none;
  }
}
.btn.more::before {
  right: 20px;
}

table tr:nth-of-type(odd) div {
  background-color: #FBF6E8;
}
table tr:nth-of-type(even) div {
  background-color: #fff;
}
table tr:first-of-type div {
  background-color: #F5EACF;
}
table tr th:first-of-type div, table tr td:first-of-type div {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 749px) {
  table tr th:first-of-type div, table tr td:first-of-type div {
    border-radius: 0;
  }
}
table tr th:last-of-type div, table tr td:last-of-type div {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 749px) {
  table tr th:last-of-type div, table tr td:last-of-type div {
    border-radius: 0;
  }
}
table tr th div {
  position: relative;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #282F3D;
}
table tr th div span {
  position: absolute;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  color: #7C7E83;
  text-align: start;
  top: 35px;
}
@media screen and (max-width: 999px) {
  table tr th div span, table tr th div b {
    display: none;
  }
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-top: 113px;
}
@media screen and (max-width: 999px) {
  body {
    font-size: 14px;
    line-height: 20px;
    padding-top: 60px;
  }
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 113px;
  background-color: #EDEEF0;
  top: 0;
}
body.main {
  padding-top: 208px;
}
@media screen and (max-width: 999px) {
  body.main {
    padding-top: 75px;
  }
}
body.main::before {
  height: 208px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #B6C0CB;
}
body::-webkit-scrollbar-thumb {
  background-color: #FDBC00;
  border-radius: 5px;
}

.header {
  position: fixed;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: rgba(255, 255, 255, 0.6980392157);
  backdrop-filter: blur(25px);
  width: 100%;
  height: 113px;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 999px) {
  .header {
    height: 60px;
  }
}
.header.scrolled {
  height: 71px;
}
@media screen and (max-width: 999px) {
  .header.scrolled {
    height: 60px;
  }
}
.header.scrolled::before {
  content: none;
}
.header.scrolled .header__logo {
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 1500px) {
  .header.scrolled .header__logo {
    width: 180px;
  }
}
@media screen and (max-width: 1150px) {
  .header.scrolled .header__logo {
    width: 160px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  .header.scrolled .header__logo {
    margin: auto 0;
  }
}
.header.scrolled .header__navigation {
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  .header.scrolled .header__navigation {
    margin-right: 0;
  }
}
.header.scrolled .header__top-menu {
  display: none;
}
.header.scrolled .header__menus {
  flex-direction: column;
}
.header.scrolled .header__menus .menu a {
  margin-top: auto;
}
@media screen and (max-width: 1500px) {
  .header.scrolled .header__menus .menu a {
    margin-right: 10px;
  }
}
.header.scrolled .header__menus .menu > li {
  margin-right: 20px;
}
.header.scrolled .header__lk {
  flex-direction: row;
}
.header.scrolled .header__lk .btn {
  margin-left: 10px;
}
@media screen and (max-width: 1330px) {
  .header.scrolled .header__lk .btn {
    margin-left: 5px;
  }
}
.header.scrolled .header__tel svg {
  margin-right: 7px;
}
@media screen and (max-width: 999px) {
  .header.scrolled .header__tel svg {
    margin: 0;
  }
}
.header.scrolled .header__tel p {
  font-size: 15px;
}
@media screen and (max-width: 1330px) {
  .header.scrolled .header__tel p {
    display: none;
  }
}
.header::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #F3F3F3 0%, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .header::before {
    display: none;
  }
}
.header__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header__burger-btn {
  position: relative;
  display: none;
  width: 31px;
  height: 16px;
  background-color: transparent;
  padding: 0;
  border: none;
  margin: auto 0;
  cursor: pointer;
}
.header__burger-btn::before, .header__burger-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7C7E83;
  left: 0;
}
.header__burger-btn::before {
  top: 0;
}
.header__burger-btn::after {
  bottom: 0;
}
.header__burger-btn span {
  width: 100%;
  height: 2px;
  background-color: #7C7E83;
  margin: auto 0;
}
@media screen and (max-width: 999px) {
  .header__burger-btn {
    display: flex;
  }
}
.header__navigation {
  display: flex;
  align-items: end;
  height: 100%;
  margin-right: 52px;
}
@media screen and (max-width: 1600px) {
  .header__navigation {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .header__navigation {
    margin-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  .header__navigation {
    margin-right: 0;
  }
}
.header__logo {
  width: 241px;
  margin-right: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 1279px) {
  .header__logo {
    width: 180px;
  }
}
@media screen and (max-width: 1150px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .header__logo {
    width: 160px;
    margin: auto 0;
  }
}
.header__logo img {
  width: 100%;
}
.header__menus {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .header__menus {
    display: none;
  }
}
.header__top-menu {
  display: flex;
  margin-top: 8px;
}
.header__top-menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #7A7A7A;
  text-decoration: none;
  margin-right: 47px;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1279px) {
  .header__top-menu a {
    font-size: 12px;
  }
}
.header__top-menu a:last-of-type {
  margin-right: 0;
}
.header__top-menu a:hover {
  color: #000;
}
.header__lk {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 13px;
  margin-top: 17px;
}
@media screen and (max-width: 999px) {
  .header__lk {
    padding-bottom: 0;
    margin: auto 0;
  }
}
.header__lk .btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: 186px;
  margin-left: 18px;
}
@media screen and (max-width: 1279px) {
  .header__lk .btn {
    font-size: 12px;
    line-height: 35px;
    width: 150px;
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .header__lk .btn {
    display: none;
  }
}
.header__lk .btn::before {
  content: none;
}
.header__lk .btn:hover path {
  stroke: #FDBC00;
}
.header__lk .btn svg {
  margin-right: 18px;
}
@media screen and (max-width: 1279px) {
  .header__lk .btn svg {
    width: 12px;
    margin-right: 10px;
  }
}
.header__lk .btn svg path {
  transition: all 0.1s linear;
}
.header__tel {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .header__tel {
    justify-content: center;
    width: 30px;
    height: 30px;
  }
}
.header__tel p {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1279px) {
  .header__tel p {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .header__tel p {
    display: none;
  }
}
.header__tel:hover {
  color: #FDBC00;
}
.header__tel svg {
  margin-right: 25px;
}
@media screen and (max-width: 1279px) {
  .header__tel svg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .header__tel svg {
    margin-right: 0;
  }
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .menu > li {
    margin-right: 40px;
  }
}
.menu > li:hover > a {
  color: #FDBC00;
}
.menu > li:hover > a::before, .menu > li:hover > a::after {
  opacity: 1;
}
.menu > li:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: initial;
}
.menu > li:last-child {
  margin-right: 0;
}
.menu > li > a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding-bottom: 25px;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1600px) {
  .menu > li > a {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .menu > li > a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .menu > li > a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .menu > li > a {
    font-size: 13px;
  }
}
.menu > li > a:last-of-type {
  margin-right: 0;
}
.menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FDBC00;
  left: 0;
  bottom: 0;
  transition: all 0.1s linear;
  opacity: 0;
  z-index: 1;
}
.menu > li > a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #FDBC00;
  rotate: 45deg;
  left: calc(50% - 2.5px);
  bottom: -3px;
  transition: all 0.1s linear;
  opacity: 0;
  z-index: 1;
}
.menu > li > a:hover, .menu > li > a.active {
  color: #FDBC00;
}
.menu > li > a:hover::before, .menu > li > a:hover::after, .menu > li > a.active::before, .menu > li > a.active::after {
  opacity: 1;
}

.burger__nav > .menu {
  flex-direction: column;
  width: max-content;
}
.burger__nav > .menu a {
  font-size: 20px;
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  .burger__nav > .menu a {
    font-size: 15px;
    line-height: 18px;
  }
}
.burger__nav > .menu a::before, .burger__nav > .menu a::after {
  content: none;
}
.burger__nav > .menu > li {
  margin-bottom: 15px;
}
.burger__nav > .menu .submenu {
  position: relative;
  left: 0;
  transform: none;
  padding: 10px 10px 10px 20px;
  margin: 0;
  background: transparent;
  opacity: 1;
  pointer-events: initial;
}
.burger__nav > .menu .submenu:before {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  background-color: #7C7E83;
  left: 0;
  top: 10px;
  position: absolute;
  opacity: 0.2;
}
.burger__nav > .menu .submenu li {
  margin-bottom: 5px;
}
.burger__nav > .menu .submenu li a {
  font-weight: 500;
}
.burger__nav > .menu .submenu li:last-child {
  margin-bottom: 0;
}

.submenu {
  list-style: none;
  padding: 20px 44px;
  margin: 0;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  transition: 0.2s all linear;
  opacity: 0;
  pointer-events: none;
}
.submenu li a {
  color: #4f5259;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.submenu li a:hover, .submenu li a.selected {
  color: #fdbc00;
}

.email {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  width: max-content;
}
.email svg {
  margin-right: 11px;
}

.socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  gap: 35px;
}
.socials path {
  transition: all 0.1s linear;
}
.socials a:hover path {
  fill: #FDBC00;
}

.burger {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(25px);
  top: 60px;
  right: -100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.burger__content {
  position: relative;
  display: flex;
  flex-direction: column;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
.burger__close-btn {
  position: absolute;
  display: flex;
  width: 44px;
  height: 44px;
  background-color: transparent;
  padding: 0;
  border: none;
  top: 18px;
  right: 23px;
}
.burger__close-btn::before, .burger__close-btn::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 1px;
  background-color: #FDBC00;
  top: 50%;
  left: 0;
}
.burger__close-btn::before {
  rotate: 45deg;
}
.burger__close-btn::after {
  rotate: -45deg;
}
.burger__nav {
  padding: 24px;
}
.burger__nav .btn {
  align-items: center;
}
.burger__nav .btn::before {
  content: none;
}
.burger__nav .btn svg {
  width: 14px;
  margin-right: 23px;
}
.burger__contacts {
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 24px;
}
.burger__contacts .header__tel {
  width: max-content;
}
.burger__contacts .header__tel svg {
  margin-right: 7px;
}
.burger__contacts .header__tel p {
  display: initial;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.burger-open, .burger-open > .burger__content {
  right: 0;
}

.call {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 27px;
  width: 57px;
  height: 107px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #E3E3E3;
  border-radius: 25px 0 0 25px;
  z-index: 10;
  top: 200px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .call {
    display: none;
  }
}
.call::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E3E3E3 100%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.call a path {
  transition: all 0.1s linear;
}
.call a:hover:nth-of-type(1) path {
  fill: #FDBC00;
}
.call a:hover:nth-of-type(2) path {
  stroke: #FDBC00;
}

.up {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: 49px;
  height: 49px;
  border: 1px #E3E3E3 solid;
  border-radius: 50%;
  transition: all 0.1s linear;
  cursor: pointer;
  right: 16px;
  bottom: 50px;
  opacity: 1;
  z-index: 999999;
}
@media screen and (max-width: 999px) {
  .up {
    display: none;
  }
}
.up-invisible {
  opacity: 0;
}

.care {
  background-color: #EDEEF0;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .care {
    padding-bottom: 50px;
  }
}
.care__content {
  display: flex;
}
@media screen and (max-width: 999px) {
  .care__content {
    flex-direction: column;
  }
}
.care__text-box {
  margin-right: 45px;
}
@media screen and (max-width: 1279px) {
  .care__text-box {
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .care__text-box {
    margin: 0 0 25px;
  }
}
.care__text-box h1, .care__text-box h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .care__text-box h1, .care__text-box h2 {
    margin-bottom: 22px;
  }
}
.care__text-box h1::before, .care__text-box h2::before {
  width: 137px;
}
.care__text-box p {
  margin-bottom: 10px;
}
.care__text-box p:last-child {
  margin-bottom: 0;
}
.care__swiper-box {
  position: relative;
  width: 738px;
  height: max-content;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .care__swiper-box {
    width: 633.3px;
  }
}
@media screen and (max-width: 1280px) {
  .care__swiper-box {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .care__swiper-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .care__swiper-box {
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  .care__swiper-box {
    width: 100%;
  }
}
.care__swiper-box .swiper-slide a.swiper-care__link img {
  height: 437px;
  object-fit: cover;
  object-position: bottom center;
  aspect-ratio: 738/437;
  border-radius: 40px;
}
@media screen and (max-width: 1279px) {
  .care__swiper-box .swiper-slide a.swiper-care__link img {
    height: 375px;
  }
}
@media screen and (max-width: 749px) {
  .care__swiper-box .swiper-slide a.swiper-care__link img {
    height: 437px;
    aspect-ratio: 347/310;
  }
}
@media screen and (max-width: 530px) {
  .care__swiper-box .swiper-slide a.swiper-care__link img {
    height: 310px;
  }
}
.care__swiper-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 55px;
  background-color: #EDEEF0;
  border-radius: 45px;
  right: 40px;
  bottom: -34px;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .care__swiper-navigation {
    transform: translate(50%);
    right: 50%;
  }
}
.care__swiper-navigation .swiper-pagination {
  display: flex;
  align-items: center;
  position: initial;
}
.care__swiper-navigation .swiper-pagination-bullet {
  transition: all 0.5s linear;
  margin: 0 10px !important;
}
.care__swiper-navigation .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 2px #FDBC00 solid;
  margin: 0 8px 2px !important;
}
.care__swiper-navigation .swiper-button-next, .care__swiper-navigation .swiper-button-prev {
  transition: all 0.5s linear;
}
.care__swiper-navigation .swiper-button-next::after, .care__swiper-navigation .swiper-button-prev::after {
  margin-bottom: 13.5px;
  content: url(/local/templates/mart74.ru_2026/css/../images/svg/swiper-button-next.svg);
}
.care__swiper-navigation .swiper-button-next {
  right: 22px;
}
.care__swiper-navigation .swiper-button-prev {
  left: 22px;
}
.care__swiper-navigation .swiper-button-prev::after {
  rotate: 180deg;
  margin-top: 13.5px;
  margin-bottom: 0;
}
.care__swiper-navigation .swiper-button-disabled {
  filter: grayscale(1);
  opacity: 1;
}
.care .play-video {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.care .play-video:hover .play-video__btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.care .play-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(32, 32, 32, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all linear;
}
.care .play-video__btn img {
  max-width: 36px;
  margin-left: 5px;
}
.care .play-video__bg img {
  height: 437px;
  object-fit: cover;
  object-position: bottom center;
  aspect-ratio: 738/437;
  border-radius: 40px;
}
@media screen and (max-width: 1279px) {
  .care .play-video__bg img {
    height: 375px;
  }
}
@media screen and (max-width: 749px) {
  .care .play-video__bg img {
    height: 437px;
    aspect-ratio: 347/310;
  }
}
@media screen and (max-width: 530px) {
  .care .play-video__bg img {
    height: 310px;
  }
}

.content {
  position: relative;
  display: flex;
  min-height: 871px;
}
@media screen and (max-width: 749px) {
  .content {
    margin-bottom: 36px;
  }
}
.content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 164px;
  background-color: #EDEEF0;
  top: 0;
  left: 0;
}
.content__wrapper {
  max-width: 1600px;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  z-index: 2;
}
.content__wrapper .application .section-box {
  padding: 0;
}
.content__wrapper .news .section-box {
  padding: 0;
}
@media screen and (max-width: 1650px) {
  .content__wrapper {
    margin: 0 25px;
  }
}
@media screen and (max-width: 999px) {
  .content__wrapper {
    padding: 18px 14px;
  }
}
@media screen and (max-width: 749px) {
  .content__wrapper {
    width: calc(100% - 28px);
    margin: 0 14px;
  }
}
.content__wrapper_main {
  padding: 50px 0;
}
@media screen and (max-width: 999px) {
  .content__wrapper_main {
    padding: 18px 0;
  }
}
.content-bg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 707px;
  pointer-events: none;
  top: 164px;
  left: 0;
}
.content__clouds {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.content__clouds img {
  position: absolute;
  pointer-events: none;
}
.content__clouds img:nth-child(1) {
  width: 804px;
  height: 403px;
  top: 0;
  left: -350px;
}
@media screen and (max-width: 550px) {
  .content__clouds img:nth-child(1) {
    left: -200px;
  }
}
.content__clouds img:nth-child(2) {
  width: 804px;
  height: 403px;
  top: 0;
  right: -350px;
}
@media screen and (max-width: 550px) {
  .content__clouds img:nth-child(2) {
    right: -200px;
  }
}
.content__clouds img:nth-child(3) {
  width: 1497px;
  height: 750px;
  top: 521px;
  left: -800px;
}
@media screen and (max-width: 1279px) {
  .content__clouds img:nth-child(3) {
    left: -500px;
  }
}
@media screen and (max-width: 749px) {
  .content__clouds img:nth-child(3) {
    left: -200px;
  }
}
.content__clouds img:nth-child(4) {
  width: 1497px;
  height: 750px;
  top: 521px;
  right: -800px;
}
@media screen and (max-width: 1279px) {
  .content__clouds img:nth-child(4) {
    right: -500px;
  }
}
@media screen and (max-width: 749px) {
  .content__clouds img:nth-child(4) {
    right: -200px;
  }
}
.content.main {
  min-height: 707px;
}
@media screen and (max-width: 999px) {
  .content.main {
    min-height: 926px;
  }
}
.content.main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #EDEEF0;
  top: 0;
  left: 0;
}
.content.main .content__wrapper {
  max-width: none;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.content.main .content-bg {
  top: 193px;
}
@media screen and (max-width: 999px) {
  .content.main .content-bg {
    height: 926px;
    top: 0;
  }
}
.content.main .content__clouds {
  height: calc(100% + 193px);
}
@media screen and (max-width: 999px) {
  .content.main .content__clouds {
    height: 100%;
  }
}
.content.main .content__clouds img:nth-child(1) {
  max-width: 1087px;
  width: 100%;
  height: 562px;
  top: 16px;
  left: 493px;
}
@media screen and (max-width: 1500px) {
  .content.main .content__clouds img:nth-child(1) {
    left: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .content.main .content__clouds img:nth-child(1) {
    left: 150px;
  }
}
@media screen and (max-width: 999px) {
  .content.main .content__clouds img:nth-child(1) {
    max-width: 544px;
    height: 281px;
    top: -50px;
    left: -150px;
  }
}
.content.main .content__clouds img:nth-child(2) {
  max-width: 727px;
  width: 100%;
  height: 403px;
  top: 31px;
  left: 1200px;
}
@media screen and (max-width: 1500px) {
  .content.main .content__clouds img:nth-child(2) {
    left: 900px;
  }
}
@media screen and (max-width: 1279px) {
  .content.main .content__clouds img:nth-child(2) {
    left: 750px;
  }
}
@media screen and (max-width: 999px) {
  .content.main .content__clouds img:nth-child(2) {
    display: none;
  }
}
.content.main .content__clouds img:nth-child(3) {
  max-width: 774px;
  width: 100%;
  height: 452px;
  bottom: -96px;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .content.main .content__clouds img:nth-child(3) {
    left: -150px;
  }
}
@media screen and (max-width: 999px) {
  .content.main .content__clouds img:nth-child(3) {
    display: none;
  }
}

.about__header {
  position: relative;
  display: flex;
}
@media screen and (max-width: 999px) {
  .about__header {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.about__header div {
  margin: 90px 40px 0;
}
@media screen and (max-width: 1279px) {
  .about__header div {
    margin-left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .about__header div {
    max-width: none;
    width: calc(100% - 28px);
    margin: 83px 14px 0;
  }
}
.about__header div h1, .about__header div h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .about__header div h1, .about__header div h2 {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
  }
}
.about__header div ul {
  padding-left: 25px;
  margin: 0 0 30px;
}
@media screen and (max-width: 999px) {
  .about__header div ul {
    margin-bottom: 20px;
  }
}
.about__img {
  max-width: 547px;
  width: 100%;
  height: 439px;
  border-radius: 0 0 40px;
  pointer-events: none;
  transform: translateY(-75px);
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .about__img {
    width: auto;
    height: auto;
    margin-right: 23px;
    transform: translateY(73px);
  }
}
.about__footer {
  margin: 0 98px;
}
@media screen and (max-width: 999px) {
  .about__footer {
    margin: 0 14px;
  }
}
.about__footer h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
.about__footer h3::before {
  content: none;
}
.about__footer ul {
  padding-left: 25px;
  margin: 0 0 50px;
}
.about__footer div {
  margin-left: 47px;
}
@media screen and (max-width: 999px) {
  .about__footer div {
    margin-left: 0;
  }
}
.about__footer div p {
  font-weight: 700;
  font-size: 20px;
  color: #FDBC00;
  margin-bottom: 27px;
}
.about__footer div ul {
  margin: 0 0 27px;
}
.about__footer div ul li {
  color: #6F7279;
}
.about__footer div ul li b {
  color: #000;
}
.about__footer div .btn {
  align-items: center;
  justify-content: start;
  min-width: 268px;
  margin-left: 25px;
}
@media screen and (max-width: 999px) {
  .about__footer div .btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .about__footer div .btn {
    width: 100%;
  }
}
.about__footer div .btn svg {
  margin: 0 17px 0 19px;
}
@media screen and (max-width: 500px) {
  .about__footer div .btn svg {
    margin-right: 47px;
  }
}
@media screen and (max-width: 999px) {
  .about.main {
    height: 100%;
  }
}
.about.main .about__header {
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .about.main .about__header {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
  }
}
.about.main .about__header div {
  max-width: 858px;
  margin: 140px 50px 0 43px;
}
@media screen and (max-width: 999px) {
  .about.main .about__header div {
    margin: 45px 14px 0;
  }
}
.about.main .about__header div h2 {
  margin-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .about.main .about__header div h2 {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 749px) {
  .about.main .about__header div a {
    margin: 0 auto;
  }
}
.about.main .about__img {
  max-width: 809px;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .about.main .about__img {
    max-width: 600px;
  }
}
@media screen and (max-width: 1279px) {
  .about.main .about__img {
    max-width: 477px;
  }
}
@media screen and (max-width: 999px) {
  .about.main .about__img {
    max-width: none;
    width: 100%;
    border-radius: 0;
    transform: translateY(0);
  }
}
.about.main .about__light {
  position: absolute;
  width: 709px;
  height: 589px;
  top: 0;
  left: 120px;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .about.main .about__light {
    top: -75px;
    left: -30px;
  }
}
@media screen and (max-width: 1279px) {
  .about.main .about__light {
    top: -130px;
    left: -120px;
  }
}
@media screen and (max-width: 999px) {
  .about.main .about__light {
    display: none;
  }
}
.about.in-contacts {
  margin-bottom: 40px;
}
.about.in-contacts .about__footer {
  margin: 0;
}
.about.in-contacts .about__footer div {
  margin: 0;
}
.about.in-contacts .about__footer div .btn {
  margin-left: 0;
}

.services {
  position: relative;
  margin-bottom: 200px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .services {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 999px) {
  .services {
    margin-top: 45px;
  }
}
.services h1, .services h2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 999px) {
  .services h1, .services h2 {
    margin-bottom: 22px;
  }
}
.services__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.33%;
}
@media screen and (max-width: 1279px) {
  .services__content {
    gap: 22px 2%;
  }
}
.services__content_service {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 260px;
  margin-right: 60px;
}
@media screen and (max-width: 999px) {
  .services__content_service {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.services__content_service .services__card {
  align-items: center;
  width: inherit;
  height: 72px;
  padding: 0 10px 0 25px;
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .services__content_service .services__card {
    height: 96px;
  }
}
.services__content_service .services__card:hover, .services__content_service .services__card.active {
  transform: translateY(0);
}
.services__content_service .services__card p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .services__content_service .services__card p {
    font-size: 25px;
    line-height: 30px;
  }
}
.services__content_service .services__card div {
  width: 90px;
  height: 70px;
  border-radius: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 999px) {
  .services__content_service .services__card div {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
    right: 8px;
  }
}
.services__card {
  position: relative;
  display: flex;
  align-items: end;
  width: 24%;
  height: 180px;
  background: rgba(237, 238, 240, 0.8980392157);
  padding: 0 16px 20px 30px;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .services__card {
    width: 49%;
  }
}
@media screen and (max-width: 749px) {
  .services__card {
    align-items: center;
    width: 100%;
    height: 96px;
    border-radius: 20px;
  }
}
.services__card:hover, .services__card.active {
  background: linear-gradient(180deg, #FDBC00 0%, rgba(253, 188, 0, 0.41) 100%);
  transform: translateY(-30px);
}
@media screen and (max-width: 749px) {
  .services__card:hover, .services__card.active {
    transform: translateY(0);
  }
}
.services__card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.services__card p {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-right: 18px;
  z-index: 1;
}
.services__card div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  border-radius: 60px;
  right: 16px;
}
@media screen and (max-width: 1279px) {
  .services__card div {
    width: 150px;
    height: 150px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 749px) {
  .services__card div {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
}
.services__card div img {
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .services_page {
    margin-top: 0;
  }
}
.services_page h2 {
  margin-bottom: 125px;
}
@media screen and (max-width: 999px) {
  .services_page h2 {
    margin-bottom: 20px;
  }
}
.services_page .services__card {
  width: 24%;
  height: 100%;
  background-color: transparent;
  aspect-ratio: 360/418;
}
@media screen and (max-width: 1279px) {
  .services_page .services__card {
    width: 49%;
  }
}
@media screen and (max-width: 999px) {
  .services_page .services__card {
    height: 180px;
    background: rgba(237, 238, 240, 0.8980392157);
    aspect-ratio: 0;
  }
}
@media screen and (max-width: 749px) {
  .services_page .services__card {
    align-items: center;
    width: 100%;
    height: 96px;
    border-radius: 20px;
  }
}
.services_page .services__card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.28%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 40px;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .services_page .services__card::before {
    content: none;
  }
}
.services_page .services__card:hover::before {
  background: linear-gradient(180deg, rgba(253, 188, 0, 0) 63.28%, rgba(253, 188, 0, 0.9) 100%);
}
@media screen and (max-width: 999px) {
  .services_page .services__card:hover {
    background: linear-gradient(180deg, #FDBC00 0%, rgba(253, 188, 0, 0.41) 100%);
  }
}
.services_page .services__card:hover p {
  color: #000;
}
.services_page .services__card:hover img {
  filter: none;
}
.services_page .services__card p {
  color: #fff;
  transition: all 0.1s linear;
}
@media screen and (max-width: 999px) {
  .services_page .services__card p {
    color: #000;
  }
}
.services_page .services__card div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}
@media screen and (max-width: 999px) {
  .services_page .services__card div {
    background-color: rgba(255, 255, 255, 0.6980392157);
  }
}
.services_page .services__card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 360/418;
  pointer-events: none;
  filter: blur(2px);
  transition: all 0.1s linear;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .services_page .services__card > img {
    display: none;
  }
}

.application {
  position: relative;
  margin-bottom: 200px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .application {
    margin-bottom: 70px;
  }
}
.application__content {
  position: relative;
  display: flex;
  background-color: #F5F7F9;
  border-radius: 40px;
  padding: 24px 45px 18px 24px;
  min-height: 260px;
}
@media screen and (max-width: 999px) {
  .application__content {
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 30px;
  }
}
.application__content .successful {
  height: 100%;
  font-size: 30px;
  line-height: 120%;
}
@media screen and (max-width: 1279px) {
  .application__content .successful {
    font-size: 25px;
  }
}
.application h2 {
  height: max-content;
  padding-bottom: 14px;
  margin-right: 37px;
}
@media screen and (max-width: 1279px) {
  .application h2 {
    margin-right: 17px;
  }
}
@media screen and (max-width: 999px) {
  .application h2 {
    text-align: center;
    margin-right: 0;
  }
}
.application h2::before {
  background: url(/local/templates/mart74.ru_2026/css/../images/application-before.png);
  width: 55px;
  height: 55px;
  bottom: -55px;
}
@media screen and (max-width: 999px) {
  .application h2::before {
    content: none;
  }
}
.application h2 span {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1279px) {
  .application h2 span {
    font-size: 50px;
    line-height: 50px;
  }
}
.application h2 b {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #414141;
}
@media screen and (max-width: 1279px) {
  .application h2 b {
    font-size: 25px;
    line-height: 30px;
  }
}
.application img {
  position: absolute;
  max-width: 622px;
  height: 343px;
  aspect-ratio: 622/343;
  object-fit: cover;
  object-position: center;
  border-radius: 60px;
  top: -50px;
  right: 45px;
}
@media screen and (max-width: 1279px) {
  .application img {
    top: -10px;
    max-width: 550px;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .application img {
    position: initial;
    max-width: 75%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 749px) {
  .application img {
    max-width: 100%;
    aspect-ratio: 315/218;
  }
}
.application form {
  display: flex;
  flex-direction: column;
  width: 31.4%;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .application form {
    align-items: center;
    width: 75%;
  }
}
@media screen and (max-width: 749px) {
  .application form {
    width: 100%;
  }
}
.application form input {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  box-shadow: 0px 4px 50px 0px rgba(20, 36, 55, 0.0509803922);
  padding-left: 25px;
  border: none;
  border-radius: 40px;
  margin-bottom: 12px;
}
.application form input.error {
  outline: 2px solid red;
}
@media screen and (max-width: 999px) {
  .application form input {
    width: 100%;
  }
}
.application form button {
  line-height: 46px;
  border-radius: 25px;
  margin-bottom: 12px;
}
@media screen and (max-width: 999px) {
  .application form button {
    width: 100%;
  }
}
.application form p {
  width: 77%;
}
@media screen and (max-width: 999px) {
  .application form p {
    text-align: center;
    width: 100%;
  }
}
.application__popup {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 623px;
  height: 660px;
  background: url(/local/templates/mart74.ru_2026/css/../images/application-img-5.jpg) no-repeat top center;
  background-size: contain;
  padding: 17px 30px;
  border-radius: 60px;
}
@media screen and (max-width: 749px) {
  .application__popup {
    width: 347px;
    height: 375px;
    padding: 15px 20px;
    border-radius: 30px;
  }
}
.application__popup::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(/local/templates/mart74.ru_2026/css/../images/svg/popup-before.svg) no-repeat;
  background-size: contain;
  top: -25px;
  left: -25px;
}
@media screen and (max-width: 749px) {
  .application__popup::before {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
  }
}
.application__popup h2 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .application__popup h2 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
  }
}
.application__popup h2::before {
  content: none;
}
.application__popup h2 span {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 749px) {
  .application__popup h2 span {
    font-size: 40px;
    line-height: 40px;
  }
}
.application__popup form {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 470px;
}
@media screen and (max-width: 749px) {
  .application__popup form {
    gap: 10px;
  }
}
.application__popup form .successful {
  font-size: 20px;
}
.application__popup form input {
  font-size: 14px;
  line-height: 50px;
  color: #8E9094;
  background-color: rgba(255, 255, 255, 0.8980392157);
  box-shadow: 0px 4px 50px 0px rgba(20, 36, 55, 0.0509803922);
  padding: 0 25px;
  border: none;
  border-radius: 40px;
}
.application__popup form input.error {
  outline: 2px solid red;
}
@media screen and (max-width: 749px) {
  .application__popup form input {
    font-size: 12px;
    line-height: 40px;
    padding: 0 15px;
  }
}
.application__popup form input::placeholder {
  color: #8E9094;
}
.application__popup form textarea {
  resize: none;
  font-size: 14px;
  line-height: 50px;
  color: #8E9094;
  background-color: rgba(255, 255, 255, 0.8980392157);
  box-shadow: 0px 4px 50px 0px rgba(20, 36, 55, 0.0509803922);
  padding: 0 25px;
  border: none;
  border-radius: 40px;
}
.application__popup form .btn {
  line-height: 40px;
}
.application__popup form p {
  max-width: 360px;
}
.application__popup__gradient {
  position: absolute;
  width: 100%;
  height: 598px;
  background: linear-gradient(198.03deg, rgba(245, 247, 249, 0) 34.54%, #FFFFFF 61.13%);
  pointer-events: none;
  border-radius: 60px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  .application__popup__gradient {
    height: 347px;
    border-radius: 30px;
  }
}

.objects {
  margin-bottom: 210px;
}
@media screen and (max-width: 999px) {
  .objects {
    margin-bottom: 100px;
  }
}
.objects__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media screen and (max-width: 999px) {
  .objects__header {
    margin-bottom: 30px;
  }
}
.objects__content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 3%;
}
@media screen and (max-width: 1279px) {
  .objects__content {
    gap: 80px 2%;
  }
}
@media screen and (max-width: 999px) {
  .objects__content {
    flex-wrap: wrap;
    gap: 60px 2%;
  }
}
.objects__card {
  position: relative;
  width: 22.5%;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1279px) {
  .objects__card {
    width: 32%;
  }
}
@media screen and (max-width: 999px) {
  .objects__card {
    width: 48%;
  }
}
@media screen and (max-width: 749px) {
  .objects__card {
    width: 100%;
    height: auto;
  }
}
.objects__card:hover {
  transform: translateY(-14px);
}
@media screen and (max-width: 749px) {
  .objects__card:hover {
    transform: translateY(0);
  }
}
.objects__card:hover h3 {
  color: #FDBC00;
}
.objects__card:hover div {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2509803922);
}
.objects__card h3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  transition: all 0.1s linear;
  left: 0;
  bottom: 100%;
}
@media screen and (max-width: 749px) {
  .objects__card h3 {
    position: relative;
    bottom: 0;
  }
}
.objects__card h3::before {
  content: none;
}
.objects__card h3 span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #7C7E83;
}
.objects__card div {
  position: relative;
  border-radius: 40px;
  transition: all 0.1s linear;
}
.objects__card div a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.objects__card div img {
  width: 100%;
  aspect-ratio: 338/254;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
  pointer-events: none;
}
.objects.main {
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .objects.main {
    margin-bottom: 100px;
  }
}
.objects.main .objects__header {
  margin-bottom: 23px;
}
@media screen and (max-width: 999px) {
  .objects.main .objects__header {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 749px) {
  .objects.main .objects__header {
    margin-bottom: 20px;
  }
}
.objects.main .objects__wrap {
  padding: 78px 25px;
}
@media screen and (max-width: 1279px) {
  .objects.main .objects__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 749px) {
  .objects.main .objects__wrap {
    padding: 0 14px;
    overflow: initial;
  }
}
.objects.main .objects__content {
  background-color: #F5F7F9;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .objects.main .objects__content {
    background-color: transparent;
    padding: 0;
  }
}
.objects.main .objects__content .section-box {
  position: relative;
  padding: 0;
  max-width: 1500px;
}
@media screen and (max-width: 749px) {
  .objects.main .objects__content .section-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
}
.objects.main .objects__content .section-box {
  /*
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3%;

  @media screen and (max-width: 1279px) {
      gap: 50px 2%;
  }
   */
}
.objects.main .objects__more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 1;
  transition: 0.2s opacity linear;
}
.objects.main .objects__more.next {
  right: 0;
}
.objects.main .objects__more.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.objects.main .objects__more.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1279px) {
  .objects.main .objects__more {
    right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .objects.main .objects__more {
    display: none;
  }
}
.objects.main .objects__more img {
  pointer-events: none;
  user-select: none;
}
.objects_workers {
  margin-bottom: 158px;
}
.objects_workers .objects__content {
  gap: 30px 3%;
}
@media screen and (max-width: 1279px) {
  .objects_workers .objects__content {
    gap: 30px 2%;
  }
}
@media screen and (max-width: 999px) {
  .objects_workers .objects__content {
    gap: 30px 3%;
  }
}
@media screen and (max-width: 999px) {
  .objects_workers {
    margin-bottom: 48px;
  }
}
.objects_workers .objects__card {
  display: flex;
  flex-direction: column-reverse;
}
.objects_workers .objects__card h3 {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.objects_workers .objects__card div img {
  object-position: center 25%;
}
.objects_workers .objects__card:hover {
  transform: translateY(0);
}
.objects_workers .objects__card:hover h3 {
  color: #000;
}
.objects_workers .objects__card:hover div {
  box-shadow: none;
}
.objects_type_list .objects__content {
  gap: 40px 3%;
}
@media screen and (max-width: 1279px) {
  .objects_type_list .objects__content {
    gap: 40px 2%;
  }
}
.objects_type_list .objects__card {
  display: flex;
  flex-direction: column;
}
.objects_type_list .objects__card h3 {
  position: relative;
  bottom: 0;
  justify-content: flex-end;
  flex-grow: 1;
}
.objects_type_list .objects__card div {
  margin-top: auto;
}

.news {
  position: relative;
  margin-bottom: 78px;
}
@media screen and (max-width: 999px) {
  .news {
    margin-bottom: 127px;
  }
}
.news__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 999px) {
  .news__header {
    margin-bottom: 30px;
  }
}
.news__header_page {
  justify-content: start;
}
.news__header_page h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .news__header_page {
    flex-direction: column;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 749px) {
  .news__header .btn {
    position: absolute;
    display: flex;
    transform: translateX(-50%);
    left: 50%;
    bottom: -70px;
  }
}
.news__select {
  font-weight: 500;
  font-size: 14px;
  width: 180px;
  height: 50px;
  border: 1px solid #8E9094;
  padding-left: 28px;
  border-radius: 25px;
  cursor: pointer;
}
.news__select-box {
  position: relative;
  width: max-content;
  height: max-content;
  margin-top: auto;
  margin-left: 70px;
}
@media screen and (max-width: 999px) {
  .news__select-box {
    margin-left: 0;
    margin-top: 18px;
  }
}
.news__select-box::before {
  content: "";
  position: absolute;
  background: url(/local/templates/mart74.ru_2026/css/../images/svg/arrow-yellow.svg) no-repeat;
  width: 17px;
  height: 17px;
  rotate: 90deg;
  right: 22px;
  top: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.news__select-box::after {
  content: "";
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  pointer-events: none;
}
.news__year {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 7px;
  margin-bottom: 42px;
}
@media screen and (max-width: 999px) {
  .news__year {
    display: none;
  }
}
.news__year::before {
  width: 35px;
}
.news__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.1%;
  margin-bottom: 72px;
}
@media screen and (max-width: 1279px) {
  .news__content {
    gap: 22px 2%;
  }
}
@media screen and (max-width: 999px) {
  .news__content {
    margin-bottom: 45px;
  }
}
.news__card {
  position: relative;
  background-color: #F6F7F9;
  width: 22.6%;
  min-height: 384px;
  padding: 35px 32px 32px 40px;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .news__card {
    width: 32%;
  }
}
@media screen and (max-width: 999px) {
  .news__card {
    width: 49%;
    min-height: 340px;
  }
}
@media screen and (max-width: 749px) {
  .news__card {
    width: 100%;
  }
}
.news__card:hover {
  background-color: #fff;
  box-shadow: 0px 4px 60px 0px rgba(20, 36, 55, 0.1490196078);
  transform: translateY(-23px);
}
@media screen and (max-width: 749px) {
  .news__card:hover {
    transform: translateY(0);
  }
}
.news__card:hover div {
  background-color: #FDBC00;
}
.news__card:hover div path {
  fill: #fff;
}
.news__card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.news__card h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
.news__card__text {
  font-size: 14px;
  color: #4F5259;
  margin-bottom: 25px;
}
.news__card__date {
  position: absolute;
  line-height: 18px;
  color: #6F7279;
  left: 40px;
  bottom: 32px;
}
.news__card div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  right: 19px;
  bottom: 17px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.news__card div path {
  transition: all 0.2s ease-in-out;
  fill: transparent;
}
.news__show-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #F5F7F9;
  border-radius: 50px;
}
.news__show-more__button {
  font-weight: 500;
  color: #91A2AB;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .news__show-more__button {
    flex-direction: row-reverse;
  }
}
.news__show-more__button span {
  color: #FDBC00;
}
.news__show-more__button img {
  margin-left: 28px;
}
@media screen and (max-width: 999px) {
  .news__show-more__button img {
    margin-left: 0;
    margin-right: 21px;
  }
}
.news__show-more__control {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .news__show-more__control {
    display: none;
  }
}
.news__show-more__prev, .news__show-more__next {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.news__show-more__prev path, .news__show-more__next path {
  transition: all 0.1s linear;
}
.news__show-more__prev_active path, .news__show-more__prev:hover path, .news__show-more__next_active path, .news__show-more__next:hover path {
  stroke: #FDBC00;
}
.news__show-more__next {
  rotate: 180deg;
}
.news__show-more__pages {
  display: flex;
}
.news__show-more__pages a, .news__show-more__pages p {
  font-size: 16px;
  font-weight: 700;
  color: #37444F;
}
.news__show-more__pages a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.1s linear;
}
.news__show-more__pages a:hover {
  color: #FDBC00;
}
.news__show-more__pages a.active {
  color: #fff;
  background-color: #FDBC00;
}
.news__show-more__pages a.active:hover {
  color: #37444F;
}
.news__show-more__pages p {
  margin-left: 14px;
  margin-right: 23px;
}
.news.main {
  margin-bottom: 240px;
}
.news.main.on-detail {
  margin-bottom: 0;
}
.news.main.on-detail .section-box {
  padding: 0;
}
@media screen and (max-width: 999px) {
  .news.main {
    margin-bottom: 127px;
  }
}
.news + .on-detail {
  margin-top: -30px;
}

.footer {
  position: relative;
  height: 240px;
}
@media screen and (max-width: 999px) {
  .footer {
    height: 445px;
  }
}
.footer__menu {
  height: 75px;
  background-color: #F5F7F9;
}
@media screen and (max-width: 999px) {
  .footer__menu {
    height: 57px;
  }
}
.footer__menu .section-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box .menu {
    position: absolute;
    flex-direction: column;
    align-items: start;
    top: 71px;
  }
}
.footer__menu .section-box .menu > li {
  margin-right: 0;
}
.footer__menu .section-box .menu a {
  padding-bottom: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1500px) {
  .footer__menu .section-box .menu a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box .menu a {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.footer__menu .section-box .menu a::before, .footer__menu .section-box .menu a::after {
  content: none;
}
.footer__menu .section-box div {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 1500px) {
  .footer__menu .section-box div {
    gap: 15px;
  }
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box div {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box div .header__tel {
    min-width: 156px;
  }
}
@media screen and (max-width: 1350px) {
  .footer__menu .section-box div .header__tel svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box div .header__tel svg {
    margin-right: 7px;
  }
}
.footer__menu .section-box div .header__tel p {
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .footer__menu .section-box div .header__tel p {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box div .header__tel p {
    display: block;
  }
}
.footer__menu .section-box div .btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .footer__menu .section-box div .btn {
    font-size: 12px;
    width: 150px;
  }
}
@media screen and (max-width: 999px) {
  .footer__menu .section-box div .btn {
    display: none;
  }
}
.footer__menu .section-box div .btn::before {
  content: none;
}
.footer__menu .section-box div .btn svg {
  margin-right: 23px;
}
@media screen and (max-width: 1350px) {
  .footer__menu .section-box div .btn svg {
    margin-right: 10px;
  }
}
.footer__content {
  background: url("/local/templates/mart74.ru_2026/css/../images/content-bg.jpg") no-repeat center;
  height: calc(100% - 75px);
  background-size: cover;
  padding: 20px 0 16px;
}
@media screen and (max-width: 999px) {
  .footer__content {
    height: calc(100% - 57px);
  }
}
.footer__content .section-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .footer__content .section-box {
    flex-direction: column-reverse;
    justify-content: end;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer__logo {
    margin-bottom: 32px;
  }
}
.footer__logo a {
  width: max-content;
}
.footer__logo a img {
  width: 283px;
  margin-top: 12px;
}
@media screen and (max-width: 999px) {
  .footer__logo a img {
    width: 236px;
    margin-bottom: 42px;
  }
}
.footer__logo p {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 999px) {
  .footer__logo p {
    width: 210px;
  }
}
.footer__info {
  display: flex;
  align-items: start;
  gap: 100px;
}
@media screen and (max-width: 999px) {
  .footer__info {
    margin-bottom: 16px;
  }
}
.footer__info .socials {
  gap: 30px;
}
@media screen and (max-width: 999px) {
  .footer__schedule {
    display: none;
  }
}
.footer__schedule p,
.footer__schedule ul {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #818487;
}
.footer__schedule p span,
.footer__schedule ul span {
  color: #FDBC00;
}
.footer__schedule ul {
  padding-left: 25px;
  margin: 0;
}
.footer__luxar {
  position: absolute;
  right: 50px;
  bottom: -16px;
}
@media screen and (max-width: 1279px) {
  .footer__luxar {
    right: 25px;
  }
}
@media screen and (max-width: 999px) {
  .footer__luxar {
    bottom: 15px;
  }
}
@media screen and (max-width: 749px) {
  .footer__luxar {
    right: 14px;
  }
}

.nav-chain {
  position: relative;
  padding: 15px 0;
  background-color: #EDEEF0;
}
@media screen and (max-width: 999px) {
  .nav-chain {
    padding: 9px 0;
  }
}
.nav-chain .bx-breadcrumb-item {
  display: inline-block;
}
.nav-chain, .nav-chain a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #4F5259;
  text-decoration: none;
  transition: all 0.1s linear;
}
.nav-chain a:hover {
  color: #000;
}

.new {
  display: flex;
  margin-bottom: 111px;
}
@media screen and (max-width: 999px) {
  .new {
    flex-direction: column;
    margin-bottom: 57px;
  }
}
.new > img {
  width: 341px;
  height: 100%;
  border-radius: 30px;
  margin-right: 55px;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  aspect-ratio: 341/367;
}
@media screen and (max-width: 999px) {
  .new > img {
    width: 500px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 749px) {
  .new > img {
    width: 100%;
  }
}
.new__content {
  margin-bottom: -18px;
  transform: translateY(-18px);
}
@media screen and (max-width: 999px) {
  .new__content {
    margin-bottom: 0;
    transform: translateY(0);
  }
}
.new__content h1, .new__content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 4px;
  margin-bottom: 35px;
}
.new__date {
  line-height: 18px;
  color: #6F7279;
  margin-bottom: 0;
}
.new__text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .new__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
.new__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new__files a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: end;
  width: max-content;
  transition: all 0.1s linear;
}
.new__files a:hover {
  color: #FDBC00;
}
.new__files a img {
  width: 27px;
  margin-right: 10px;
}
.new.type_owners .new__text a {
  font-size: inherit;
}
.new.type_owners .new__text .pics-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0 -10px;
}
.new.type_owners .new__text .pics-list__item {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .new.type_owners .new__text .pics-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 749px) {
  .new.type_owners .new__text .pics-list__item {
    width: 50%;
  }
}

.object {
  position: relative;
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: 735px 1fr;
  column-gap: 48px;
}
@media screen and (max-width: 1279px) {
  .object {
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 999px) {
  .object {
    display: flex;
    flex-direction: column;
  }
}
.object__view {
  position: relative;
  width: 735px;
  grid-row: 1/3;
}
@media screen and (max-width: 1279px) {
  .object__view {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .object__view {
    width: 700px;
    margin: 0 auto 30px auto;
    order: 2;
  }
}
@media screen and (max-width: 800px) {
  .object__view {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .object__view {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .object__view {
    width: 315px;
  }
}
.object__swiper {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .object__swiper {
    margin-bottom: 7px;
  }
}
.object__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 735/421;
}
@media screen and (max-width: 800px) {
  .object__swiper .swiper-slide img {
    border-radius: 30px;
  }
}
.object__swiper__arrows {
  position: absolute;
  width: calc(100% + 66px);
  transform: translateX(-33px);
  top: 200px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .object__swiper__arrows {
    top: 150px;
  }
}
@media screen and (max-width: 999px) {
  .object__swiper__arrows {
    width: calc(100% + 46px);
    transform: translateX(-23px);
    top: 200px;
  }
}
@media screen and (max-width: 800px) {
  .object__swiper__arrows {
    top: 140px;
  }
}
@media screen and (max-width: 600px) {
  .object__swiper__arrows {
    top: 115px;
  }
}
@media screen and (max-width: 500px) {
  .object__swiper__arrows {
    top: 90px;
  }
}
.object__swiper__arrows .swiper-button-prev,
.object__swiper__arrows .swiper-button-next {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
}
.object__swiper__arrows .swiper-button-prev::after,
.object__swiper__arrows .swiper-button-next::after {
  content: "";
  background: url(/local/templates/mart74.ru_2026/css/../images/svg/arrow-yellow.svg) no-repeat;
  width: 17px;
  height: 17px;
}
.object__swiper__arrows .swiper-button-prev::after {
  rotate: 180deg;
}
.object__mini-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  transition: all 0.5s linear;
  filter: grayscale(100%);
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .object__mini-swiper .swiper-slide img {
    border-radius: 10px;
  }
}
.object__mini-swiper .swiper-slide-thumb-active img {
  filter: none;
}
.object__content {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .object__content {
    order: 1;
  }
}
.object__content h1, .object__content h2 {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.object__content h1::before, .object__content h2::before {
  content: none;
}
.object__table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .object__table {
    width: calc(100% + 34px);
    transform: translateX(-17px);
  }
}
.object__table tr:first-of-type td div {
  background-color: #FBF6E8;
}
.object__table tr td div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  min-height: 35px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .object__table tr td div {
    font-size: 12px;
    line-height: 12px;
  }
}
.object__table_column_1 {
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .object__table_column_1 {
    width: 60%;
  }
}
@media screen and (max-width: 999px) {
  .object__table_column_1 {
    width: 70%;
  }
}
.object__table_column_1 div {
  font-weight: 600;
  padding-left: 16px;
}
.object__table_column_2 {
  width: 60%;
}
@media screen and (max-width: 1500px) {
  .object__table_column_2 {
    width: 40%;
  }
}
@media screen and (max-width: 999px) {
  .object__table_column_2 {
    width: 30%;
  }
}
.object__table_column_2 div {
  font-weight: 500;
  color: #3E3E3E;
  padding-left: 13px;
}
.object__files {
  grid-column: 2/3;
}
@media screen and (max-width: 999px) {
  .object__files {
    order: 3;
  }
}
.object__files {
  /*
  @media screen and (max-width: 999px) {
      position: absolute;
      bottom: 0;
  }
  */
}
.object__files h2 {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 13px;
  margin-bottom: 30px;
  font-weight: 700;
}
.object__files ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
  padding-left: 16px;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .object__files ul {
    padding-left: 0;
  }
}
.object__files ul li ul {
  padding-left: 41px;
  margin-top: 15px;
}
.object__files ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: end;
  transition: all 0.1s linear;
}
.object__files ul li a:hover {
  color: #FDBC00;
}
.object__files ul li a img:first-of-type {
  margin-right: 13px;
}
.object__files ul li a img:nth-of-type(2) {
  margin-left: 10px;
  rotate: 90deg;
}
@media screen and (max-width: 500px) {
  .object__files ul li:nth-of-type(2) a img:nth-of-type(2) {
    display: none;
  }
}

.reports {
  margin-bottom: 66px;
}
.reports h1, .reports h2 {
  margin-bottom: 30px;
}
.reports__content {
  position: relative;
  display: flex;
  width: 100%;
  padding: 49px 0 85px 55px;
  border: 1px #E7EDF2 solid;
  border-radius: 40px;
}
@media screen and (max-width: 999px) {
  .reports__content {
    flex-direction: column;
    padding: 0;
    border: 0;
  }
}
.reports__content ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
  margin: 0 99px 0 0;
  list-style: none;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .reports__content ul {
    margin-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .reports__content ul {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.reports__content ul:last-of-type {
  margin: 0;
}
.reports__content ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: end;
  transition: all 0.1s linear;
}
.reports__content ul li a:hover {
  color: #FDBC00;
}
.reports__content ul li a:hover span {
  color: #FDBC00;
}
.reports__content ul li a span {
  color: #F35543;
  transition: all 0.1s linear;
}
.reports__content ul li a img {
  margin-right: 13px;
}
.reports__img-box {
  position: absolute;
  width: 481px;
  height: auto;
  aspect-ratio: 481/321;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .reports__img-box {
    width: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .reports__img-box {
    width: 300px;
  }
}
@media screen and (max-width: 999px) {
  .reports__img-box {
    display: none;
  }
}
.reports__img-box img {
  position: absolute;
  width: 481px;
  height: auto;
  border-radius: 0 0 40px 0;
  aspect-ratio: 481/321;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .reports__img-box img {
    width: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .reports__img-box img {
    width: 300px;
  }
}
.reports__img-box::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 9.26%, #FFFFFF 83.33%);
  top: 0;
  left: 0;
  z-index: 1;
}

.owners {
  margin-bottom: 170px;
}
@media screen and (max-width: 999px) {
  .owners {
    margin-bottom: 50px;
  }
}
.owners h1, .owners h2 {
  margin-bottom: 66px;
}
@media screen and (max-width: 999px) {
  .owners h1, .owners h2 {
    margin-bottom: 32px;
  }
}
.owners__content {
  display: flex;
  gap: 22px 2.3%;
}
@media screen and (max-width: 999px) {
  .owners__content {
    flex-wrap: wrap;
  }
}
.owners__card {
  position: relative;
  display: flex;
  align-items: end;
  width: 360px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.57%, #000000 100%);
  padding: 20px 28px;
  border-radius: 40px;
  aspect-ratio: 360/210;
}
@media screen and (max-width: 999px) {
  .owners__card {
    width: 48%;
  }
}
@media screen and (max-width: 749px) {
  .owners__card {
    width: 100%;
  }
}
.owners__card a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.owners__card h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 0;
}
.owners__card h3::before {
  content: none;
}
.owners__card img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  aspect-ratio: 360/210;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
}

.service {
  margin-bottom: 210px;
}
@media screen and (max-width: 999px) {
  .service {
    margin-bottom: 65px;
  }
}
.service h1, .service h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 999px) {
  .service h1, .service h2 {
    margin-bottom: 16px;
  }
}
.service__wrapper {
  display: flex;
}
@media screen and (max-width: 999px) {
  .service__wrapper {
    flex-direction: column;
  }
}
.service__content {
  width: 100%;
}
.service__content .btn {
  width: 285px;
}
@media screen and (max-width: 749px) {
  .service__content .btn {
    width: 100%;
  }
}
.service__content .btn img {
  margin-right: 22px;
}
.service__title, .service__title > span {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.service__title {
  padding-bottom: 0;
  margin-bottom: 43px;
}
@media screen and (max-width: 999px) {
  .service__title {
    display: none;
  }
}
.service__title::before {
  content: none;
}
.service__table {
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 749px) {
  .service__table {
    width: calc(100% + 34px);
    transform: translateX(-17px);
  }
}
.service__table-name {
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 13px;
  margin-bottom: 22px;
}
@media screen and (max-width: 999px) {
  .service__table-name {
    margin-bottom: 10px;
  }
}
.service__table__header th div {
  display: flex;
  align-items: center;
  height: 57px;
}
.service__table td div {
  font-size: 18px;
  line-height: 15px;
  color: #000;
  display: flex;
  align-items: center;
  height: 35px;
}
@media screen and (max-width: 999px) {
  .service__table td div {
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    min-height: 30px;
    height: auto;
  }
}
.service__table_column_1 {
  width: 5%;
}
@media screen and (max-width: 999px) {
  .service__table_column_1 {
    width: 11.8%;
  }
}
.service__table_column_1 div {
  justify-content: center;
}
.service__table_column_2 {
  width: 56.6%;
}
@media screen and (max-width: 999px) {
  .service__table_column_2 {
    width: 63.5%;
  }
}
.service__table_column_2 div {
  padding-left: 18px;
}
@media screen and (max-width: 999px) {
  .service__table_column_2 div {
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .service__table_column_2 div span {
    display: none;
  }
}
.service__table_column_3 {
  width: 17.8%;
}
@media screen and (max-width: 999px) {
  .service__table_column_3 {
    display: none;
  }
}
.service__table_column_3 div {
  justify-content: center;
}
.service__table_column_4 {
  width: 20.4%;
}
@media screen and (max-width: 999px) {
  .service__table_column_4 {
    width: 24.7%;
  }
}
.service__table_column_4 div {
  padding-left: 18px;
}
@media screen and (max-width: 1279px) {
  .service__table_column_4 div {
    padding-left: 5px;
  }
}
@media screen and (max-width: 999px) {
  .service__table_column_4 div {
    justify-content: center;
    padding-left: 0;
  }
}

.contacts {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 999px) {
  .contacts {
    margin-bottom: 60px;
  }
}
.contacts h1, .contacts h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 999px) {
  .contacts h1, .contacts h2 {
    margin-bottom: 32px;
  }
}
.contacts__content {
  display: flex;
  flex-direction: column;
  width: 58.6%;
  background-color: #FCFDFF;
  padding: 34px 32px 0;
  border: 1px #E7EDF2 solid;
  border-radius: 40px;
}
@media screen and (max-width: 1279px) {
  .contacts__content {
    width: 75%;
  }
}
@media screen and (max-width: 999px) {
  .contacts__content {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: none;
  }
}
.contacts__content h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 22px;
  color: #000;
  padding: 0;
  margin-bottom: 47px;
}
.contacts__content h2::before {
  content: none;
}
@media screen and (max-width: 749px) {
  .contacts__content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.contacts__content .header__tel {
  margin-bottom: 16px;
}
@media screen and (max-width: 999px) {
  .contacts__content .header__tel {
    width: max-content;
  }
}
.contacts__content .header__tel svg {
  margin-right: 19px;
}
.contacts__content .header__tel p {
  font-size: 22px;
}
@media screen and (max-width: 1279px) {
  .contacts__content .header__tel p {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .contacts__content .header__tel p {
    display: initial;
  }
}
.contacts__content .socials a path {
  fill: #FDBC00;
}
.contacts__content .socials-box {
  display: flex;
  gap: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .contacts__content .socials-box {
    flex-direction: column;
    gap: 20px;
  }
}
.contacts__content .socials-box .email svg {
  margin-right: 16px;
}
.contacts__content .footer__schedule {
  margin-left: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .contacts__content .footer__schedule {
    display: block;
    margin-left: 0;
    margin-bottom: 27px;
  }
}
.contacts__content .footer__schedule p {
  font-size: 16px;
  line-height: 22px;
}
.contacts__content .footer__schedule ul {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .contacts__content .footer__schedule ul {
    font-size: 16px;
  }
}
.contacts__answers {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .contacts__answers {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 749px) {
  .contacts__answers p {
    font-size: 16px;
    line-height: 18px;
  }
}
.contacts__answers p, .contacts__answers ul {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.contacts__answers ul {
  font-weight: 400;
  padding-left: 60px;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .contacts__answers ul {
    padding-left: 25px;
  }
}
@media screen and (max-width: 999px) {
  .contacts__tel {
    margin-bottom: 35px;
  }
}
.contacts__tel p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.contacts__tel p:last-of-type {
  margin-bottom: 0;
}
.contacts__tel p b, .contacts__tel p span {
  font-weight: 600;
}
.contacts__tel p span {
  color: #FDBC00;
}
.contacts__buttons {
  display: flex;
  gap: 35px;
  transform: translateY(29px);
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .contacts__buttons {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 42px;
    transform: translateY(0);
  }
}
.contacts__buttons .btn {
  justify-content: start;
  align-items: center;
  font-size: 16px;
  line-height: 50px;
  background-color: #fff;
  padding-left: 20px;
}
.contacts__buttons .btn svg {
  margin-right: 19px;
}
.contacts__buttons .btn:first-of-type {
  width: 235px;
}
@media screen and (max-width: 999px) {
  .contacts__buttons .btn:first-of-type {
    width: 265px;
  }
}
@media screen and (max-width: 749px) {
  .contacts__buttons .btn:first-of-type {
    width: 100%;
  }
}
.contacts__buttons .btn:last-of-type {
  width: 265px;
}
@media screen and (max-width: 749px) {
  .contacts__buttons .btn:last-of-type {
    width: 100%;
  }
}
.contacts__map {
  position: absolute;
  width: 52.8%;
  height: 598px;
  border-radius: 40px;
  right: 0;
  bottom: -28px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .contacts__map {
    width: 40%;
  }
}
@media screen and (max-width: 999px) {
  .contacts__map {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .contacts__map {
    aspect-ratio: 347/497;
  }
}
.contacts__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

.page-404 {
  position: relative;
  width: 100%;
  height: auto;
}
.page-404__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .page-404__content {
    padding: 40px 0;
  }
}
.page-404__content h1 {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 400px;
  line-height: 400px;
  background: linear-gradient(213.15deg, #FDBC00 21.84%, #000000 42.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .page-404__content h1 {
    font-size: 300px;
    line-height: 300px;
  }
}
.page-404__content h1::before {
  content: none;
}
.page-404__content .cloud {
  position: absolute;
  max-width: none;
  width: 636px;
  left: 50%;
  bottom: -125px;
  transform: translateX(-55%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .page-404__content .cloud {
    display: none;
  }
}
.page-404__menu p {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #000;
  margin-bottom: 27px;
}
.page-404__menu div {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 999px) {
  .page-404__menu div {
    gap: 5px;
  }
}
.page-404__menu div .btn {
  line-height: 50px;
}
@media screen and (max-width: 999px) {
  .page-404__menu div .btn {
    width: 180px;
  }
}
.page-404-house {
  position: absolute;
  width: 536px;
  left: 50%;
  bottom: -242px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -2;
}
@media screen and (max-width: 749px) {
  .page-404-house {
    bottom: -100px;
  }
}
.page-404-bg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 807px;
  pointer-events: none;
  top: 0;
  left: 0;
}
.page-404-light {
  position: absolute;
  width: 709px;
  height: auto;
  pointer-events: none;
  top: -50px;
  left: 50%;
  transform: translateX(-56%);
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .page-404-light {
    top: 0;
    transform: translateX(-58%);
  }
}
@media screen and (max-width: 749px) {
  .page-404-light {
    width: 375px;
    top: 100px;
    transform: translateX(-53%);
  }
}
.page-404-clouds {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.page-404-clouds img {
  position: absolute;
  max-width: none;
  pointer-events: none;
}
.page-404-clouds img:nth-last-of-type(1) {
  height: 403px;
  top: -175px;
  left: -300px;
}
@media screen and (max-width: 999px) {
  .page-404-clouds img:nth-last-of-type(1) {
    width: 750px;
    height: auto;
    top: -150px;
    left: -200px;
  }
}
.page-404-clouds img:nth-last-of-type(2) {
  height: 403px;
  top: -175px;
  right: -300px;
}
@media screen and (max-width: 999px) {
  .page-404-clouds img:nth-last-of-type(2) {
    width: 750px;
    height: auto;
    top: -150px;
    right: -200px;
  }
}
.page-404-clouds img:nth-last-of-type(3) {
  height: 452px;
  left: -200px;
  bottom: -250px;
}
.page-404-clouds img:nth-last-of-type(4) {
  height: 452px;
  right: -300px;
  bottom: -250px;
}

.board-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.board-list li {
  margin-bottom: 13px;
}
.board-list li:last-child {
  margin-bottom: 0;
}
.board-list a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: end;
  transition: all 0.1s linear;
}
.board-list a img {
  margin-right: 10px;
}
.board-list a:hover {
  color: #FDBC00;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/mart74.ru_2026/components/luxar/super/popup-form/style.css?17023531701*/
 
/* End */


/* Start:/local/templates/mart74.ru_2026/components/luxar/super/popup-form-director/style.css?17023531701*/
 
/* End */
/* /local/templates/mart74.ru_2026/css/reset.css?17145956241224 */
/* /local/templates/mart74.ru_2026/js/fancybox/fancybox.css?171459562425343 */
/* /local/templates/mart74.ru_2026/js/swiper/swiper-bundle.min.css?171459562418436 */
/* /local/templates/mart74.ru_2026/css/style.css?177088817183791 */
/* /local/templates/mart74.ru_2026/components/luxar/super/popup-form/style.css?17023531701 */
/* /local/templates/mart74.ru_2026/components/luxar/super/popup-form-director/style.css?17023531701 */
