

/* Start:/local/templates/stall-doors/css/normalize.css?16939926206192*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* End */


/* Start:/local/templates/stall-doors/fonts/stylesheet.css?16939925872484*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Italic.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Medium.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-MediumItalic.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Light.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-BlackItalic.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-BoldItalic.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Bold.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-LightItalic.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Black.woff2') format('woff2'),
        url('/local/templates/stall-doors/fonts/GothamPro/GothamPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/local/templates/stall-doors/js/lib/fancybox4/fancybox.css?169399258315659*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/stall-doors/js/lib/swiper/swiper-bundle.min.css?172646980518459*/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');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.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.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.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/stall-doors/css/main.css?174932995486929*/
:root {
	--color1: #f11832;
	--bg-color: #25252c;
	--color3: #717171;
	--color4: #d8d8d8;
	--color5: #e8e8e8;
	--color6: #eaeaea;
	--color7: #bbbbbb;
	--color8: #979797;
	--color9: #f7f7f7;

	--arrow-default: #686868;
	--btn-hover: #ff4e63;

	--check-hover: #ff7585;

	--dop-menu-height: auto;
}
html,
body {
	font-size: 18px;
	font-family: "Gotham Pro", sans-serif;
	line-height: 24px;
	color: #000;
	/* width: 100%; */
	/* height: 100%; */
	overflow-x: hidden;
}

body:not(.page) > .wrapper {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	letter-spacing: -0.02em;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 24px 0;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 40px;
	line-height: normal;
}
h3 {
	font-size: 30px;
	line-height: normal;
}
a:not([class]) {
	color: #000;
}
a[class] {
	text-decoration: none;
}
ul[class] {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul:not([class]) {
	margin: 0;
}
p[class] {
	margin: 0;
}
.humburger {
	display: none;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon--mapTop {
	background-image: url(/local/templates/stall-doors/css/../img/svg/iconMap.svg);
}
.icon--arrowDown {
	width: 14px;
	height: 14px;
	background-image: url(/local/templates/stall-doors/css/../img/arrowDown.png);
}
.icon--lk {
	width: 32px;
	height: 32px;
	background-image: url(/local/templates/stall-doors/css/../img/iconMan.png);
}
.icon--cart {
	width: 32px;
	height: 32px;
	background-image: url(/local/templates/stall-doors/css/../img/iconCart.png);
}
.icon--catalog {
	width: 16px;
	height: 14px;
	background-image: url(/local/templates/stall-doors/css/../img/iconCatalogNew.png);
}
.icon--inlineArrow {
	width: 46px;
	height: 32px;
	background-image: url(/local/templates/stall-doors/css/../img/arrowInlineRight.png);
}
.container {
	margin: 0 auto;
}
.container:not(.container--no-md) {
	max-width: 1440px;
	width: 100%;
	padding: 0;
}
.container:not(.container--no-md)::before,
.container:not(.container--no-md)::after {
	display: none;
}
@media only screen and (max-width: 1480px) {
	.container:not(.container--no-md) {
		max-width: 1260px;
	}
}
.cart {
	position: relative;
}
.cart__num {
	position: absolute;
	top: -10px;
	right: -12px;
	color: var(--color1);
	background-color: #fff;
	border-radius: 30px;
	padding: 0.1em 0.7em;
	font-weight: bold;
	font-size: 0.7em;
}
.header {
	padding-top: 22px;
	padding-bottom: 26px;
	background-color: var(--bg-color);
	color: #fff;
}
.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}
.header__offer {
	display: flex;
	align-items: center;
}
.multi-adress {
	max-width: 200px;
	margin-right: 69px;
	position: relative;
}
@media only screen and (max-width: 1460px) {
	.multi-adress {
		margin-right: 20px;
	}
}
.multi-adress .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.multi-adress__adress {
	font-size: 14px;
	margin: 0;
}
.multi-adress__list {
	/*display: none;*/
	position: absolute;
	top: 24px;
	left: 30px;
	background-color: var(--bg-color);
	z-index: 11;
	/*border:  1px solid #fff;*/
}
a.multi-adress__link {
	display: block;
	color: #fff;
	padding: 0.5em 0.8em;
	border: 1px solid #fff;
	border-collapse: collapse;
	white-space: nowrap;
}
@media screen and (min-width: 1070px) {
	.multi-adress__name:not(:hover) > .multi-adress__list {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (max-width: 1070px) {
	.multi-adress__name > .multi-adress__list {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
.header .info {
	margin-right: 62px;
}
@media only screen and (max-width: 1460px) {
	.header .info {
		/* margin-right: 32px; */
		margin-right: 20px;
	}
}
.header .btn--calc {
	margin-right: 16px;
}
.info > a,
.info > p {
	display: block;
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 14px 18px;
	font-weight: bold;
	font-size: 16px;
	color: var(--color1);
	border: 3px solid var(--color1);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
}
.btn--style2 {
	color: #fff;
	padding: 14px 18px;
	background-color: var(--color1);
}
.btn--style2:hover {
	background-color: var(--btn-hover);
	border-color: var(--btn-hover);
}
.btn--catalog {
	font-size: 14px;
	line-height: 24px;
	padding: 4px 20px;
}
.user-expiriens {
	margin-left: 29px;
	display: none;
}
.user-expiriens a:first-child {
	margin-right: 27px;
}
.menu {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}
.menu__item {
	position: relative;
}
.menu__link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.header .menu .menu__link {
	border-top: 2px solid #fff;
}
.menu__link .icon {
	margin-left: 17px;
}
.sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	/*width: 385px;*/
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
	z-index: 10;
}
.sub-menu--big {
	display: flex;
}
.sub-menu .menu__link {
	display: block;
	width: 100%;
	color: #000;
	padding: 10px 20px;
}
@media only screen and (min-width: 1070px) {
	.sub-menu .menu__link:hover,
	.sub-menu .menu__item:hover > .menu__link {
		background-color: #f5f5f5;
	}
	.menu__item:not(:hover) > .sub-menu,
	.catalog-menu .sub-menu,
	.menu-dop .sub-menu .menu__item > .sub-menu {
		/*display: none !important;*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
	}
	.sub-menu .menu__link {
		white-space: nowrap;
	}
}
@media only screen and (max-width: 1070px) {
	.menu__item > .sub-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
.catalog-menu {
	flex: 0 0 auto;
	width: 100%;
	max-width: 379px;
	/*min-height: 450px;*/
	min-height: 650px;
	position: relative;
}
.catalog-menu > .menu__item > .menu__link {
	text-transform: uppercase;
	font-weight: bold;
}
.catalog-menu--img {
	position: absolute;
	right: 109px;
	top: 0;
	width: 340px;
	height: 100%;
	padding: 16px 0 17px;
}
.catalog-menu--img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.catalog-menu .menu__item {
	position: static;
}
.catalog-menu ~ .menu-dop {
	flex: 0 0 auto;
	height: 100%;
	max-height: var(--dop-menu-height);
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 10;
}
.catalog-menu ~ .menu-dop .sub-menu {
	position: static;
}
.sub-menu--level2 {
	width: 473px;
	top: 0;
	left: 100%;
	background-color: #f5f5f5;
	box-shadow: none;
}
.sub-menu--level2 .menu__link:hover,
.sub-menu--level2 .menu__item:hover > .menu__link {
	background-color: #e9e9e9;
}
.bg-color {
	background-color: var(--bg-color);
}
.bg-color * {
	color: #fff;
}
.first {
	overflow: hidden;
	background-color: var(--bg-color);
	width: 100%;
}
.first .slider {
	width: 100%;
	position: relative;
}

.first .carousel__button {
	display: none;
}

.first .carousel__button.is-prev {
	left: 60px;
}
.first .carousel__button.is-next {
	right: 60px;
}

.first .slider.has-dots {
	margin-bottom: 0;
}
@media only screen and (min-width: 1070px) {
	/*.first .slider__item .container{
		min-height: 832px;
	}*/
	.first .carousel__dots {
		display: none;
	}
	.first .carousel__button {
		display: block;
	}
}

.first .slider__item {
	flex: 0 0 auto;
	padding-top: 74px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.first .carousel__viewport {
	max-height: unset;
}

.first .container {
	position: relative;
	width: 100%;
}
.first h1 {
	color: #fff;
	margin: 0;
	max-width: 914px;

	font-size: 80px;
	line-height: 90px;
	letter-spacing: -0.02em;
}
.first h1 > span {
	display: block;
	color: var(--color1);
}
.first__bg {
	position: absolute;
	right: 0;
	bottom: 0;
	--red-circle: 846px;
}
.first__bg img {
	position: relative;
}
.first__bg::before {
	display: block;
	content: "";
	width: var(--red-circle);
	height: var(--red-circle);
	background: radial-gradient(54.2% 54.2% at 50% 50%, #f11832 29.62%, rgba(241, 24, 50, 0) 88.54%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider__item > .first__bg {
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	--red-circle: 0;
}
.slider__item--full {
	color: #fff;
}
.slider__item--full .content {
	max-width: 531px;
	padding: 0;
	margin-bottom: 61px;
}

.slider__item--full .content p {
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	margin: 0;
}
.slider__item--full .content .num {
	font-weight: 700;
	font-size: 145px;
	line-height: 145px;
	margin-bottom: 11px;
}
.promo {
	display: flex;
	margin-top: 104px;
	padding-bottom: 59px;
	position: relative;
	z-index: 11;
}
@media only screen and (min-width: 1070px) {
	.promo {
		min-height: 318px;
	}
}
.promo__item {
	max-width: 335px;
	width: 100%;
	background-color: #fff;
	margin-right: 25px;
}
.promo__top {
	min-height: 160px;
	/*min-height: 211px;*/
	padding: 22px 30px;
}
.promo__item--num {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: var(--color7);
}
.promo__item--name {
	display: block;
	font-weight: 900;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
}
.promo__bot {
	height: 107px;
	position: relative;
}
.promo__bot img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
}
.promo__bot::before {
	display: block;
	content: "";
	width: 44px;
	height: 44px;
	background: url(/local/templates/stall-doors/css/../img/arrowRight.png) no-repeat center center;
	background-color: var(--color1);
	border-radius: 30px;
	border: 3px solid #fff;
	position: absolute;
	bottom: 85px;
	right: 35px;
}

.footer {
	background-color: var(--bg-color);
	padding-top: 77px;
	padding-bottom: 100px;
}
.footer .container {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.footer__left {
	flex: 0 0 300px;
}
.footer__left .btn {
	margin-top: 14px;
}
.footer .logo {
	width: 153px;
	margin-bottom: 21px;
}
.footer .logo img {
	width: 100%;
}
.footer .info {
	margin-bottom: 25px;
}
.footer .info > * {
	color: var(--color8);
}
.footer .info .adress--top {
	font-size: 16px;
}
.footer__center {
	display: flex;
}

@media screen and (min-width: 1070px) {
	.footer__center {
		width: 100%;
		max-width: 600px;
	}
}
.footer__center .menu {
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 240px;
	flex: 0 0 240px;
}
.footer__center .menu .menu__item:not(:last-child) {
	margin-bottom: 20px;
}
.footer__center .menu:first-child {
	margin-right: 100px;
}
.menu__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #898989;
	margin-bottom: 5px;
}
.developer {
	text-align: right;
}
p.developer__text {
	display: block;
	font-size: 15px;
	color: var(--color8);
	margin-bottom: 15px;
}
.icon--inst {
	width: 30px;
	height: 30px;
	background-image: url(/local/templates/stall-doors/css/../img/social/Instagram.png);
}
.icon--vk {
	width: 37px;
	height: 37px;
	background-image: url(/local/templates/stall-doors/css/../img/social/vk.png);
}
.icon--facebook {
	width: 31px;
	height: 31px;
	background-image: url(/local/templates/stall-doors/css/../img/social/facebook.png);
}
.social {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.5;
}
.contact__block .social {
	position: static;
}
.social__item {
	margin-left: 25px;
	color: #fff;
}
.contact__block .social__item {
	margin-left: 0;
	margin-right: 25px;
	color: #000;
}
.title {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	margin-top: 0;
	margin-bottom: 19px;
}
.liders {
	padding-top: 89px;
	padding-bottom: 94px;
	background-color: var(--color9);
}
.liders .carousel__viewport {
	max-height: unset;
}
.liders .catalog__list {
	grid-column-gap: 0;
}
.liders:not(.liders--page) .catalog__item {
	margin: 0 13px;
}
.title span {
	display: block;
	color: var(--color1);
}
.catalog__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 27px;
	grid-row-gap: 27px;
}
.catalog__item {
	background: #ffffff;
	border: 1px solid #27272c;
	box-sizing: border-box;
	border-radius: 2px;
}
.catalog__item--img {
	display: block;
	width: 100%;
	height: 318px;
	padding: 18px;
	text-align: center;
}
.catalog__item--img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.catalog__item--info {
	padding: 20px 20px 0 20px;
}
.catalog__item--small {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--color3);
	min-height: 65px;
}
.catalog__item--title {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000000;
}
.catalog__item--har {
	margin-top: 16px;
}
.har__item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.har .har__item:not(:last-child) {
	border-bottom: 1px solid var(--color4);
}
.har .har__item > * {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: var(--color3);
}
.har .har__item_succ > * {
	color: #159f2f;
}
.har .har__item_err > * {
	color: red;
}
.catalog__item--bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	padding: 0 20px 20px 20px;
}
.ctalog__item--price {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: 500;
}
.solutions {
	padding-top: 52px;
	padding-bottom: 129px;
}
.solutions .container {
	position: relative;
}
.solutions .container::before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--color1);
	position: absolute;
	left: 0;
	top: 148px;
}
.solutions .title {
	display: inline-block;
	vertical-align: text-top;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: -0.02em;
	margin-bottom: 124px;
	background-color: #fff;
	padding-right: 120px;
	position: relative;
}
.solutions__border {
	position: relative;
	/*padding: 77px 62px 70px;*/
	background-color: var(--bg-color);
}
.solutions__border::after {
	display: block;
	content: "";
	width: 29px;
	height: 4px;
	background-color: var(--color1);
	position: absolute;
	left: 0;
	top: 100px;
}
.solutions__border::before {
	display: block;
	content: "";
	width: calc(100% - 120px);
	height: 90%;
	background-color: #151416;
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.solutions__item {
	width: 100%;
}
.solutions__item {
	/*min-height: 459px;*/
	min-height: 606px;
	padding: 77px 62px 70px;
	/*padding: 0;*/
	color: #fff;
}
.solutions__item--img {
	position: absolute;
	top: 25px;
	right: 7px;
	transition: all 1.5s ease 0.5s;
}
.solutions__item--img:not(.active) {
	opacity: 0;
	visibility: hidden;
	transform: translateX(10%);
	transition: all 0.5s;
}
.solutions__text {
	max-width: 539px;
}
p.solutions__item--name {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}
.solutions__item--desc {
	line-height: 28px;
	letter-spacing: -0.02em;
}
.carousel__nav.carousel__nav--position {
	display: flex;
	align-items: center;
}
.carousel__nav.carousel__nav--position > * {
	margin: 0 7.5px;
	position: static;
	transform: none;
}
.carousel__nav.carousel__nav--position .carousel__button.is-prev {
	order: 1;
}
.carousel__nav.carousel__nav--position .carousel__button.is-next {
	order: 2;
}
.solutions__list .carousel__nav {
	position: absolute;
	/*left: 664.5px;*/
	left: 726.5px;
	bottom: 70px;
	z-index: 12;
}
.countes {
	position: absolute;
	left: 62px;
	bottom: 77px;
	color: #fff;
	display: flex;
	align-items: center;
}
.countes--line-after::after {
	display: block;
	content: "";
	width: 513px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: calc(100% + 39px);
}
.carousel_index {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: var(--color1);
}
.carousel__seporator {
	width: 10px;
	height: 1px;
	font-size: 0;
	background-color: #fff;
	margin: 0 9px;
}
.carousel_count {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
}
.carousel__button {
	color: var(--arrow-default);
	border: 2px solid var(--arrow-default);
}
.carousel__button:hover {
	color: var(--color1);
	border-color: var(--color1);
}
.consult .container {
	display: flex;
	align-items: flex-end;
}
.consult .title {
	flex: 0 0 480px;
	/*height: 477px;*/
	padding: 302px 60px 55px 55px;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	text-align: right;
	letter-spacing: -0.02em;
	background-color: #efefef;
	margin-right: 60px;
	margin-top: -197px;
	margin-left: -60px;
	margin-bottom: 0;
}
.form-callback {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0;
}
.form-callback .full {
	flex: 0 0 100%;
	font-size: 0;
}
.form-callback:not(.fancybox__content) .hide,
.form-callback.fancybox__content > *:not(.hide) {
	display: none;
}

p.policy {
	max-width: 660px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #727272;
	margin-top: 37px;
}
.form-callback input:not([type="submit"], [type="checkbox"], [type="radio"]) {
	display: inline-block;
	font-family: "Gotham Pro", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000000;
	border: none;
	border-bottom: 2px solid #000000;
	padding-bottom: 17px;
	max-width: 300px;
	width: 100%;
	margin-right: 60px;
	background-color: transparent;
}
input {
	outline: none;
}
input.error {
	border-color: red !important;
	box-shadow: inset 0 0 10px red;
}
.form-callback input[type="submit"] {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding: 16.5px 72.7px;
}
.form-callback input:not([type="submit"])::-moz-placeholder {
	font-family: "Gotham Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #000000;
}
.form-callback input:not([type="submit"]):-ms-input-placeholder {
	font-family: "Gotham Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #000000;
}
.form-callback input:not([type="submit"])::placeholder {
	font-family: "Gotham Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #000000;
}
.form-callback input:not([type="submit"]):-ms-input-placeholder {
	font-family: "Gotham Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #000000;
}
.form-callback input:not([type="submit"])::-ms-input-placeholder {
	font-family: "Gotham Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #000000;
}
.form-callback--white input:not([type="submit"], [type="checkbox"], [type="radio"]) {
	color: #fff;
	border-color: #fff;
}
.form-callback--white input:not([type="submit"])::-moz-placeholder {
	color: #fff;
}
.form-callback--white input:not([type="submit"]):-ms-input-placeholder {
	color: #fff;
}
.form-callback--white input:not([type="submit"])::placeholder {
	color: #fff;
}
.form-callback--white input:not([type="submit"]):-ms-input-placeholder {
	color: #fff;
}
.form-callback--white input:not([type="submit"])::-ms-input-placeholder {
	color: #fff;
}
.form-callback input[type="submit"] ~ p.policy {
	display: inline-block;
	max-width: 540px;
	vertical-align: middle;
	margin: 0;
	margin-left: 54px;
}
.form-callback.popup input:not([type="submit"]) {
	margin-bottom: 30px;
	margin-right: 0;
	max-width: unset;
}
.form-callback.popup input[type="submit"] {
	margin: 0 auto;
}
.custom-radio label {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	cursor: pointer;
	word-break: break-word;
}
.custom-radio label:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border: 2px solid #8d8d8d;
	border-radius: 30px;
	box-sizing: border-box;
	margin-right: 9px;
}
.custom-radio input[type="radio"]:checked + label::before,
.custom-radio input[type="checkbox"]:checked + label::before {
	border-color: var(--color1);
	background-color: var(--color1);
	box-shadow: inset 0px 0px 0px 4px #fff;
}
.custom-checkbox label {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	cursor: pointer;
	word-break: break-word;
}
.custom-checkbox label:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border: 2px solid #8d8d8d;
	margin-right: 10px;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
	border-color: var(--color1);
	background: url(/local/templates/stall-doors/css/../img/check.png) no-repeat center center var(--color1);
}
.custom-checkbox input[type="checkbox"] + label.disabled::before {
	background-color: lightgray;
}
.custom-checkbox input[type="checkbox"]:checked + label.disabled::before {
	background-color: #f11832b8;
}
.custom-file {
	position: relative;
}
.custom-radio input,
.custom-checkbox input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.custom-file__input {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.custom-file__input::before {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	margin-right: 12px;
	background: url(/local/templates/stall-doors/css/../img/Link.png) no-repeat center center;
}
.custom-file input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.info-block {
	/* padding-top: 167px; */
	padding-top: 67px;
	padding-bottom: 60px;
	overflow: hidden;
}
.info-block .container {
	display: flex;
	justify-content: space-between;
}
.info-block__left {
	position: relative;
	padding-top: 233px;
}
.info-block__img {
	position: absolute;
	top: -61px;
	left: 360px;
}
.info-block__text {
	padding: 60px;
	background: linear-gradient(132.89deg, #1c1b1e -2.16%, #383642 102.68%);
	position: relative;
	color: #fff;
	max-width: 600px;
}
.info-block__text .title {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}
.info-block__text .title::after {
	display: block;
	content: "";
	width: 46px;
	height: 4px;
	background-color: #767676;
	margin-top: 26px;
}
.info-block__text .text {
	line-height: 27px;
	letter-spacing: -0.02em;
}
.info-block__right {
	max-width: 479px;
}
.info-block__right .title {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.02em;
	margin-bottom: 140px;
}
.info-block__right .title span {
	display: inline-block;
}
.red-block,
span.red-block {
	/*display: inline-block;*/
	padding: 2px 4px 4px;
	color: #fff !important;
	background-color: var(--color1);
}
.info-block__item {
	position: relative;
}
.info-block__item:not(:last-child) {
	margin-bottom: 68px;
}
.info-block__list p:not([class]) {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
}
.info-block__item--num {
	font-size: 80px;
	line-height: 80px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--color1);
}
.info-block__item:not(:last-child)::after {
	display: block;
	content: "";
	width: 200%;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	bottom: -34px;
	left: 0;
}
.info-slider {
	padding-top: 126px;
	padding-bottom: 103px;
}
.icon--check {
	width: 37px;
	height: 37px;
	border-radius: 30px;
	border: 6px solid var(--check-hover);
	background-color: var(--color1);
	background-image: url(/local/templates/stall-doors/css/../img/check.png);
	margin-bottom: 10px;
}
.info-slider__item--name {
	max-width: 251px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
}
.info-slider {
	--carousel-slide-width: calc(100% / 4);
	overflow: hidden;
}
.info-slider__list {
	position: relative;
}
.info-slider__list::before {
	display: block;
	content: "";
	width: 2560px;
	height: 2px;
	background-color: #c2c2c2;
	position: absolute;
	top: 19px;
	left: 50%;
	transform: translate(-50%);
}
.info-slider .carousel__viewport {
	overflow: visible;
}
.info-slider__item {
	padding: 0;
	max-width: unset;
}
.info-slider .carousel__nav > * {
	border: none;
	width: auto;
	height: auto;
	padding: 10px 30px;
	display: inline-block;
	top: 0;
	transform: none;
	background-color: #fff;
	z-index: 10;
	border-radius: 0;
}
.info-slider .carousel__nav > * > img {
	width: 100%;
	vertical-align: top;
}
.info-slider .carousel__button[disabled] {
	opacity: 0;
}
.info-slider .carousel__button.is-next {
	right: -185px;
}
.info-slider .carousel__button.is-prev {
	left: -185px;
}
@media only screen and (max-width: 1750px) {
	.info-slider .carousel__button.is-next {
		right: -90px;
	}
	.info-slider .carousel__button.is-prev {
		left: -90px;
	}
}
@media only screen and (max-width: 1570px) {
	.info-slider .carousel__button.is-next {
		right: 0px;
	}
	.info-slider .carousel__button.is-prev {
		left: 0px;
	}
}
.serteficat {
	overflow: hidden;
	position: relative;
	--carousel-button-svg-stroke-width: 2.5;
}
.serteficat .container {
	display: flex;
	min-height: 526px;
}
.serteficat__left {
	padding: 98px 127px 98px 240px;
}
.serteficat .carousel__dots {
	display: none;
}
.serteficat__left .title {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #25252c;
	margin: 0;
}
.serteficat__right {
	flex: auto;
	background-color: #f2f2f2;
	padding-top: 68px;
}
.custom-link {
	display: inline-flex;
	align-items: center;
	color: var(--color1);
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	position: relative;
}
.custom-link::after {
	display: inline-block;
	content: "";
	width: 46px;
	height: 32px;
	margin-left: 17px;
	background: url(/local/templates/stall-doors/css/../img/arrowInlineRight.png) no-repeat center center;
}
/*
.custom-link .icon {
	margin-left: 17px;
}
*/
.serteficat__item {
	display: inline-block;
	max-width: 241px;
	width: 100%;
	max-height: 330px;
	padding: 0;
	background-color: #fff;
	border: 1px solid var(--color1);
	padding: 17px 14px 17px 13px;
	overflow: hidden;
	margin: 0 16px;
}
.serteficat__item:nth-child(odd) {
	margin-top: 60px;
}
.serteficat__item > img {
	max-width: 100%;
	/* width: 100%; */
	/* height: 100%; */
	/* -o-object-fit: contain;
	   object-fit: contain; */
	vertical-align: top;
}
.serteficat .countes {
	color: #000;
	left: 240px;
}
.serteficat .carousel__seporator {
	background-color: #000;
}
.serteficat .countes--line-after::after {
	background-color: #000;
	width: 158px;
}
.serteficat .carousel__button {
	width: 44px;
	height: 44px;
	position: static;
	margin: 0 7.5px;
	transform: none;
}
.serteficat .carousel__nav {
	position: absolute;
	left: 555px;
	bottom: 70px;
}
.calc-main {
	padding-top: 87px;
	padding-bottom: 104px;
}
.calc-main > div,
.calc-main > div.container {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	padding: 78px 241px 103px 121px;
	position: relative;
}
.calc-main__left {
	flex: 0 0 auto;
	max-width: 700px;
}
.calc-main__left .title {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -0.02em;
	margin-bottom: 51px;
}

.calc__top,
.calc .sizes {
	display: grid;
	grid-template-columns: repeat(2, minmax(240px, 1fr));
	grid-gap: 30px 40px;
	width: 100%;
}
.calc {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.calc .sizes {
	grid-gap: 10px 40px;
	margin-top: 40px;
}
.calc .sizes input {
	/*width: auto;*/
	margin: 0;
	max-width: unset;
	-moz-appearance: textfield;
}
.calc .sizes input::-webkit-outer-spin-button,
.calc .sizes input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.calc .framuga {
	flex: none;
	width: 100%;
}
.calc .border__btn {
	margin-top: 30px;
}
/*.calc .calc__top > div {
	min-width: 240px;
	margin-right: 30px;
	margin-bottom: 40px;
}*/
.customSelect__wrapper {
	position: relative;
}
.customSelect__wrapper select {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.customSelect__selectable {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000000;
	padding-bottom: 17px;
	padding-right: 20px;
	border-bottom: 2px solid #000000;
	cursor: pointer;
}
.customSelect__selectable::after {
	display: block;
	width: 16px;
	height: 16px;
	content: "";
	background: url(/local/templates/stall-doors/css/../img/arrowDown.png) no-repeat center center;
	position: absolute;
	top: 9px;
	right: 0;
	filter: invert(1);
}
.customSelect__List {
	position: absolute;
	top: 100%;
	left: 0;
	/*transition: all 0.5s ease;*/
	transition:
		transform 0.5s ease,
		opacity 0.5s ease;
	width: 100%;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
	z-index: 12;
}
.customSelect__item {
	padding: 10px 20px;
	cursor: pointer;
}
.customSelect__item:hover {
	background-color: #f5f5f5;
}
.customSelect__List:not(.open) {
	opacity: 0;
	visibility: hidden;
	transform: translateY(5%);
}
.calc .btn {
	text-align: center;
	padding: 19.5px 27px;
	margin-right: 15px;
}
.calc .btn--style2 {
	width: 250px;
}
.calc-main__right .price {
	background-color: #000;
	padding: 20px 37px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #ffffff;
	position: absolute;
	right: 63px;
	top: 134px;
}
.testing-product {
	padding-bottom: 37px;
}
.testing-product .container {
	display: flex;
	justify-content: space-between;
}
.testing-product__left {
	position: relative;
}
.testing-product__left .title {
	font-size: 80px;
	line-height: 90px;
	letter-spacing: -0.02em;
	text-align: right;
	max-width: 571px;
	margin-bottom: 51px;
}
.testing-product__left::before {
	display: block;
	content: "";
	width: 540px;
	height: 514px;
	background-color: #e8e8e8;
	position: absolute;
	top: 0;
	left: 360px;
	z-index: -1;
}
.testing-product__left img {
	max-width: 500px;
	width: 100%;
	vertical-align: top;
}
.testing-product__left a {
	margin-left: 88px;
	margin-top: 199px;
}
.testing-product__right {
	max-width: 420px;
	padding-top: 120px;
}
.clients .title {
	display: inline-block;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	margin-bottom: 80px;
}
.clients__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(6, 1fr);
	justify-items: center;
	grid-gap: 30px;
	margin-bottom: 31px;
}
.reviews {
	padding-top: 40px;
	padding-bottom: 99px;
}
.reviews__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 89px;
}
.reviews__top .title {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #25252c;
	margin: 0;
	margin-top: -10px;
}
.reviews__top .line {
	flex: auto;
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	margin: 0 54px 0 37px;
}
.reviews__top a {
	flex: 0 0 auto;
}
.reviews__item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.reviews__item::before {
	display: block;
	content: "";
	width: 120px;
	height: 90px;
	background: url(/local/templates/stall-doors/css/../img/svg/bigQoute.svg) no-repeat center center;
	position: absolute;
	top: 10px;
	left: 480px;
}
.reviews__item--left {
	flex: 0 0 auto;
	max-width: 360px;
}
p.reviews__item--title {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #000000;
	margin-bottom: 32px;
}
.reviews__item--logo {
	width: 182px;
	height: 118px;
}
.reviews__item--logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.reviews__item--right {
	max-width: 780px;
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
}
.reviews__item--right p {
	margin: 0;
}
.counters--custom {
	position: static;
	justify-content: center;
	color: #000000;
}
.counters--custom .carousel__seporator {
	background-color: #000;
}
.reviews__list--bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reviews__list--bottom > * {
	flex: 0 0 auto;
}
.reviews__list--bottom .line {
	display: block;
	width: 100%;
	flex: auto;
	height: 1px;
	background-color: #d6d6d6;
}
.reviews__list--bottom .counters--custom ~ .line {
	max-width: 476px;
}
.reviews__list--bottom .counters--custom {
	margin: 0 71px 0 60px;
}
.reviews__list--bottom .carousel__nav {
	margin-left: 47.5px;
}
.how-order {
	padding-top: 109px;
	padding-bottom: 43px;
}
.how-order .title {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	margin-bottom: 51px;
}
.how-order__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(207px, 1fr);
	grid-gap: 33px;
}
.how-order__item {
	padding: 30px 38px 38px 47px;
	border: 1px dashed #868686;
	position: relative;
}
.how-order__item::before {
	display: block;
	content: "";
	width: 28px;
	height: 2px;
	background-color: #f11832;
	position: absolute;
	left: 1px;
	top: 44px;
}
p.how-order__item-name {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}
.how-order__item-desc {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #979797;
}
.how-order__item-num {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #979797;
	position: absolute;
	top: 32px;
	right: 23px;
}
.how-order__item .link-download {
	margin-top: 32px;
}
.link-download {
	display: inline-flex;
	align-items: center;
	color: var(--color1);
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.link-download::after {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	margin-left: 9px;
	background: url(/local/templates/stall-doors/css/../img/downLoad.png) no-repeat center center;
}
.callback {
	padding-top: 50px;
	padding-bottom: 101px;
}
.callback .container {
	display: flex;
	justify-content: space-between;
}
.callback .title {
	flex: 0 0 auto;
	max-width: 480px;
	margin-right: 120px;
}
.callback form > div:not(:last-child) {
	margin-bottom: 51px;
}
.callback .form-callback--white input:not([type="submit"], [type="checkbox"], [type="radio"]) {
	width: 382px;
	max-width: unset;
	margin: 0;
}
.fake-map {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.map {
	width: 100%;
	height: 664px;
	position: relative;
}
.map .info {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.map .info:not(.show) {
	display: none;
}
.fake-map__info {
	width: 481px;
	position: absolute;
	top: 132px;
	right: 236px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 37px 61px;
}
.fake-map__info .title {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.02em;
}
.fake-map__info .info > *:not(.info__item) {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 30px;
}
.fake-map__info .info > *:not(.info__item)::before,
.fake-map__info .info > .info__item > ::before {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	margin-right: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	flex: 0 0 auto;
}
.fake-map__info .info > .rec > ::before {
	width: 0;
	margin-right: 0;
}
.fake-map__info .info .info__address::before {
	background-image: url(/local/templates/stall-doors/css/../img/MapPin.png);
}
.fake-map__info .info .info__tel::before {
	background-image: url(/local/templates/stall-doors/css/../img/PhoneCall.png);
}
.fake-map__info .info .info__mail::before {
	background-image: url(/local/templates/stall-doors/css/../img/EnvelopeSimple.png);
}
/* body.page {
	display: -ms-grid;
	display: grid;
} */
.content {
	padding-top: 44px;
	padding-bottom: 72px;
}
.breadcrumb {
	margin-bottom: 19px;
	padding: 0;
	/* margin: 0; */
	background-color: transparent;
}
.breadcrumb::after {
	display: block;
	content: "";
	width: 34px;
	height: 5px;
	background-color: var(--color1);
	margin-top: 20px;
}
.breadcrumb__item {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
	color: #818181;
}
.breadcrumb__item:not(:last-child):after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(/local/templates/stall-doors/css/../img/breadcrumb.png) no-repeat center center;
	margin: 0 7px;
}
.page-title {
	margin: 0;
	margin-bottom: 41px;
}
.catalog {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 300px 1fr;
	grid-template-columns: 300px 1fr;
	grid-column-gap: 60px;
}
.catalog .catalog__list {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 61px;
}
.catalog .catalog__list--row {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-row-gap: 16px;
}
.catalog .catalog__list--row .catalog__item {
	display: flex;
	align-items: center;
}
.catalog .catalog__list--row .catalog__item-border {
	flex: auto;
	display: flex;
	align-items: center;
}
.catalog .catalog__list--row .catalog__item--img {
	max-width: 180px;
	height: 167px;
}
.catalog .catalog__list--row .catalog__item--info {
	flex: auto;
	width: 100%;
	padding: 0;
	/*min-width: 419px;*/
}
.catalog .catalog__list--row .catalog__item--small {
	display: inline-block;
	margin-right: 14px;
}
.catalog .catalog__list--row .catalog__item--bottom {
	flex: 0 0 auto;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	margin-top: 0;
	padding: 0 33px;
}
.catalog .catalog__list--row .har {
	max-width: 419px;
}
.catalog .catalog__list--row .ctalog__item--price {
	margin-bottom: 10px;
}
ul.catalog__menu {
	margin-bottom: 44px;
}
.catalog__menu > .catalog__menu-item {
	border-bottom: 1px solid #d8d8d8;
}
.catalog__menu .catalog__menu-item {
	position: relative;
}
.catalog__menu-link {
	display: block;
	font-weight: 500;
	padding: 16px;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.catalog__menu-link:hover,
.catalog__menu-item.active > .catalog__menu-link {
	background-color: #f1f1f1;
}
.catalog__menu-sub {
	display: block;
}
.catalog__menu-item:not(.active) .catalog__menu-sub {
	display: none;
}
.catalog__menu-sub .catalog__menu-link {
	padding: 10px 16px 10px 33px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.catalog__menu-sub .catalog__menu-sub .catalog__menu-link {
	padding-left: 50px;
}

.catalog__menu--show {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 58px;
	background-color: lightgray;
	cursor: pointer;
}
.catalog__menu--show::before {
	content: "+";
}
.catalog__menu-item.active > .catalog__menu--show::before {
	content: "-";
}
.catalog__menu-sub .catalog__menu--show {
	height: 42px;
	width: 26px;
}
.btn--back {
	display: none;
}
.go-calc {
	display: flex;
	align-items: center;
	padding: 31.5px 23px;
	background-color: var(--color1);
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
}
.go-calc::before {
	display: block;
	content: "";
	flex: 0 0 auto;
	width: 66px;
	height: 66px;
	background: url(/local/templates/stall-doors/css/../img/calcElem.png) no-repeat center center;
	margin-right: 10px;
}
.range-slider {
	width: 100%;
	padding: 20px 0 45px;
}
.range-slider__bar {
	/*display: flex;*/
	align-items: center;
	width: 100%;
	max-width: 210px;
	height: 3px;
	background-color: #000;
	position: relative;
}
.range-slider__slide {
	width: 30px;
	height: 30px;
	background: #f11832;
	border: 2px solid #ffffff;
	border-radius: 30px;
	cursor: pointer;
	position: absolute;
	touch-action: none;
	top: 50%;
	margin-top: -15px;
}
.range-slider__width {
	width: 100%;
	height: 100%;
	background-color: var(--color1);
	position: relative;
}
.range-slider__num {
	position: absolute;
	top: 19px;

	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.02em;
}
.range-slider__num-min {
	left: 0;
}
.range-slider__num-max {
	right: 0;
}
.inline-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 19px;
}
.inline-filter__standart {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #929292;
}
.inline-filter__select {
	margin-right: 38px;
}
.inline-filter__select span {
	display: inline-block;
	margin-left: 10px;
}
.inline-filter__link {
	display: inline-flex;
	align-items: center;
	color: #929292;
	margin-right: 38px;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.inline-filter__link::after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/local/templates/stall-doors/css/../img/arrowInlineFilter.png) no-repeat center center;
	margin-left: 10px;
}
.inline-filter__link.asc::after {
	transform: rotate(180deg);
}
.inline-filter__mode {
	display: flex;
	align-items: center;
}
.inline-filter__mode-item {
	width: 32px;
	height: 32px;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.inline-filter__mode-item.selected {
	background-color: #eeeeee;
}
.inline-filter__mode-item.selected .icon {
	opacity: 0.4;
}
.inline-filter__mode-item:last-child {
	border-left: none;
}
.icon--mode-block {
	width: 100%;
	height: 100%;
	background-image: url(/local/templates/stall-doors/css/../img/selectBlock.png);
}
.icon--mode-list {
	width: 100%;
	height: 100%;
	background-image: url(/local/templates/stall-doors/css/../img/selectRow.png);
}
.pugination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 61px;
	margin-bottom: 61px;
}
.pugination__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 40px;
	flex: 0 0 auto;

	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;

	color: #000000;
}
span.pugination__item {
	background: #26252c;
	color: #fff;
}
.pugination__item[class*="--prev"],
.pugination__item[class*="--next"] {
	background: url(/local/templates/stall-doors/css/../img/arrowPugin.png) no-repeat center center;
	margin: 0 30px;
}
.pugination__item[class*="--prev"] {
	transform: rotate(180deg);
}
.catalog-element {
	display: flex;
	justify-content: space-between;
}
.catalog-element__sliders {
	display: flex;
	max-width: 540px;
	flex: 0 0 auto;
	width: 100%;
	height: 510px;
	justify-content: space-between;
}
.catalog-element__slider--small {
	max-width: 61px;
	flex: 0 0 auto;
	width: 100%;
	height: 100%;
}
.catalog-element__slider--small .catalog-element__slider-item {
	width: 100%;
	height: 129px;
	padding: 0;
	margin-bottom: 19px;
}
.catalog-element__slider--small .catalog-element__slider-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}
.catalog-element__slider--big {
	flex: 0 0 420px;
	width: 420px;
	height: 100%;
	/* border: 1px solid #B4B4B4; */
	border: none;
}
.catalog-element__slider--big .slider-wrapper {
	transition: transform 0.5s;
}
.catalog-element__slider--big .catalog-element__slider-item {
	padding: 0;
	width: 100%;
	height: 100%;
}
.catalog-element__slider--big .catalog-element__slider-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	vertical-align: middle;
}
.verticalSlider .slider-wrapper {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
}
.verticalSlider .slider-wrapper.animate {
	transition: all 0.5s;
}
.verticalSlider.thumb .slider-wrapper {
	flex-flow: column;
}
.verticalSlider .slider-wrapper .vertical_slide {
	flex: 0 0 auto;
}
.verticalSlider {
	position: relative;
}
.verticalSlider .slider-overflow {
	overflow: hidden;
}
.verticalSlider .vertical-arrow {
	width: 48px;
	height: 48px;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	padding: 8px;
	cursor: pointer;

	color: var(--arrow-default);
	border: 2px solid var(--arrow-default);
}
.verticalSlider .vertical-arrow[aria-arrow="prev"] {
	top: -45px;
	transform: translateX(-50%) rotate(-90deg);
}
.verticalSlider .vertical-arrow[aria-arrow="next"] {
	bottom: -60px;
}
.verticalSlider .vertical-arrow:hover {
	border-color: var(--color1);
	color: var(--color1);
}
.verticalSlider .vertical-arrow svg {
	stroke: currentColor;
	fill: transparent;
}
.catalog-element__prop {
	flex: auto;
	padding-left: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 76px;
	grid-row-gap: 48px;
}
.catalog-element__prop:not(.fancybox__content) .popup-order {
	display: none;
}
.catalog-element__prop.fancybox__content > *:not(.popup-order):not(.is-close) {
	display: none;
}
.fancybox__content > .carousel__button.is-close {
	display: block !important;
}
.catalog-element__prop.fancybox__content {
	padding: 0;
	display: block;
	max-width: 1200px;
	width: 100%;
	margin-bottom: 20px;
}
.catalog-element__prop.fancybox__content .carousel__button {
	top: 16px;
	right: 20px;
	border: none;
	color: #000;
}
.popup-order__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.icon--checked {
	width: 24px;
	height: 24px;
	background-image: url(/local/templates/stall-doors/css/../img/checked.png);
}
.popup-order__top {
	display: flex;
	padding: 57px 60px 0;
	margin-bottom: 40px;
}
.popup-order__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 241px;
	height: 292px;
	overflow: hidden;
	border: 1px solid #000000;
	margin-right: 60px;
}
.popup-order__img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-o-object-fit: contain;
	object-fit: contain;
}
.popup-order__complect-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(254px, 1fr));
	grid-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	/* -moz-column-count: 2;
	     column-count: 2;
	-moz-column-gap: 108px;
	     column-gap: 108px;
	-moz-column-width: 254px;
	     column-width: 254px; */
}
.popup-order__complect-item .icon {
	margin-right: 5px;
}
.popup-order__complect-item > *:not(.icon) {
	display: inline-block;
	vertical-align: top;
}
.popup-order__complect-item {
	font-size: 16px;
	line-height: 28px;
	color: #686868;
	margin-bottom: 8px;
}
.popup-order__complect-item .value {
	margin-left: 6px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
}
.popup-order__dop {
	padding: 0 60px;
	margin-bottom: 40px;
}
.popup-order__bottom {
	padding: 23px 60px 22px;
	background-color: #f5f5f5;
}
.popup-order__color {
	display: flex;
	align-items: center;
	margin: 34px 0;
}
.popup-order__color .value {
	width: 30px;
	height: 30px;
	margin-left: 14px;
}
.popup-order__price {
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}
.popup-order__price .popup-order__title,
.popup-order__color .popup-order__title {
	margin-bottom: 0;
}
.popup-order__price .price {
	font-style: normal;
	font-size: 30px;
	line-height: 40px;
	margin-left: 13px;
}
.popup-order__dop-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(468px, 1fr));
	grid-column-gap: 144px;
	-moz-column-gap: 144px;
	column-gap: 144px;
}
.popup-order__dop-list .icon--info:before {
	display: block;
	content: attr(data-info);
	padding: 0.8em 1.2em;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	width: 480px;
	bottom: 100%;
	left: 50%;
	transform: translate3d(-50%, -10%, 0);
	opacity: 0;
	visibility: hidden;
	transition:
		all 0.3s ease,
		visibility 0s;
}
.popup-order__dop-list .icon--info:hover:before,
.popup-order__dop-list .icon--info.open:before {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-50%, 0, 0);
	transition:
		all 0.3s ease,
		visibility 0.5s;
}

.icon--info {
	width: 24px;
	height: 24px;
	margin-left: 16px;
	flex: 0 0 auto;
	position: relative;
	background-image: url(/local/templates/stall-doors/css/../img/info.png);
}
.popup-order__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.popup-order__bottom .all-price {
	display: inline-flex;
	align-items: center;

	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	margin-right: 101px;
}
/* .popup-order__bottom .all-price + .btn {
	margin-right: 20px;
} */
.popup-order__bottom .btn {
	font-size: 18px;
	line-height: 24px;
	padding: 15px 30px;
}
.popup-order__bottom .all-price .price {
	font-size: 40px;
	line-height: 50px;
	margin-left: 11px;
}
.popup-order__bottom .all-price .price-smaller {
	font-size: 30px;
	line-height: 40px;
}
.popup-order__quick-form {
	max-width: 360px;
	margin: 0 auto;
	padding: 20px;
}
.popup-order__quick-form .full {
	text-align: center;
}
.popup-order__quick-form input {
	max-width: unset;
	margin: 0 0 30px;
	text-align: left;
}
.popup-order .custom-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.popup-order .custom-checkbox label {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.catalog-element__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000000;
	margin-bottom: 10px;
}
.catalog-element__title.extracolor {
	font-size: 18px;
	margin-top: 5px;
}
.color-variant__list {
	display: flex;
}
.color-variant__color {
	border: 1px solid #d7d7d7;
	width: 44px;
	height: 44px;
	margin-right: 16px;
	position: relative;
	cursor: pointer;
}
.color-variant__color.select:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/local/templates/stall-doors/css/../img/check.png) no-repeat center center;
	filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 65%));
}
.color-variant__list:not(.fancybox__content)
	.color-variant__color:nth-child(n + 5)
	~ .color-variant__color:not(.color-variant__color--more) {
	display: none;
}
.color-variant__color--more {
	background-color: #d8d8d8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
}
.color-variant__color--more svg {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.color-variant__list.fancybox__content .color-variant__color--more {
	display: none;
}
.color-variant__list.fancybox__content {
	display: -ms-grid !important;
	display: grid !important;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 10px;
	width: 100%;
	/*background-color: transparent;*/
}
.color-variant__list.fancybox__content .color-variant__color {
	width: 100%;
	height: 60px;
	margin: 0;
}
.razmer__lsit {
	display: flex;
	align-items: center;
}
.razmer__lsit .icon {
	margin: 0 10px;
	flex: 0 0 auto;
}
.icon--cross {
	width: 24px;
	height: 24px;
	background-image: url(/local/templates/stall-doors/css/../img/cross.png);
}
.razmer__lsit input {
	background: #ffffff;
	border: 1px solid #bdb4b4;
	padding: 12px 13px;
	max-width: 188px;
}
.razmer__lsit input:disabled {
	background-color: lightgray;
}
.razmer__lsit input.full {
	max-width: 420px;
	width: 100%;
}
.catalog-element__line--full {
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
}
.dop {
	padding: 30px;
	background-color: #f6f6f6;
}
.dop__list {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.dop__list label {
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}
.dop__list > div > .custom-checkbox:last-child label {
	margin-bottom: 0;
}
.dop__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
}
.catalog-elemtn__line--bottom {
	display: flex;
	align-items: center;
}
.catalog-elemtn__line--bottom .btn {
	font-size: 18px;
	line-height: 24px;
	padding: 15px 30px;
}
.count {
	display: flex;
	align-items: center;
	margin: 0 40px;
}
.count__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-weight: 500;

	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;

	color: #000000;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.count__item .icon {
	width: 32px;
	height: 32px;
}
.icon--minus {
	background-image: url(/local/templates/stall-doors/css/../img/minus.png);
}
.icon--plus {
	background-image: url(/local/templates/stall-doors/css/../img/plus.png);
}
.count__num {
	border-right: 0;
	border-left: 0;
	text-align: center;
}
.price {
	font-weight: 500;

	font-size: 30px;
	line-height: 40px;
	color: #000000;
}
.catalog-element__content {
	background-color: #f6f6f6;
	padding: 60px 0 40px;
	margin-top: 140px;
	position: relative;
}
.catalog-element__content .container {
	position: relative;
}
.element-menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -110px;
	left: 0;
	/*margin: 0 -25px;*/
}
.element-menu.fixed {
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 20;
	/*margin: 0;*/
}
.element-menu__item {
	padding: 12px 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #3a3a3a;
	flex: 0 0 auto;
	margin: 0 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.element-menu__item.select {
	background-color: #f6f6f6;
}
.catalog-element__block {
	padding: 43px 62px 44px;
	margin-bottom: 30px;
	background-color: #fff;
}
.catalog-element__block .har__item {
	justify-content: flex-start;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.catalog-element__block .har__name {
	flex: 0 0 auto;
	width: 543px;
}
.catalog-element__block .har__val {
	flex: auto;
}
.catalog-element__block .har .har__item > * {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.catalog-element__block h2 {
	margin-bottom: 45px;
}
.catalog-element__block .serteficat__slider {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.catalog-element__block .serteficat__item:nth-child(odd) {
	margin-top: 0;
}
.catalog-element__block .carousel__nav.carousel__nav--position > * {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.catalog-element__block .carousel__nav.carousel__nav--position .carousel__button.is-next {
	right: -60px;
}
.catalog-element__block .carousel__nav.carousel__nav--position .carousel__button.is-prev {
	left: -60px;
}
.liders--page {
	background-color: #fff;
	padding-top: 66px;
	padding-bottom: 66px;
	position: relative;
}
.liders--page .title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
}
.liders--page .catalog__slider {
	position: relative;
}
.liders--page .catalog__list {
	display: flex;
	/*grid-template-columns: unset;*/
	/*grid-auto-columns: 360px;*/
	/*grid-auto-flow: column;*/
	grid-gap: unset;
}
.liders--page .catalog__list .catalog__item {
	flex: 0 0 calc(100% / 4 - 24px);
	margin: 0 12px;
	/*max-width: 359px;*/
}
.callback--page {
	padding: 0;
}
.callback--page .container {
	display: flex;
	align-items: center;
	padding: 63px 59px 76px 118px;
	background-color: #eaeaea;
}
.callback--page .container > div {
	max-width: 505px;
	flex: 0 0 auto;
}
.callback--page .container form {
	max-width: 602px;
	flex: 0 0 auto;
}
.callback--page .form-callback input:not([type="submit"], [type="checkbox"], [type="radio"]) {
	width: 100%;
	margin-right: 0;
	max-width: unset;
}
.callback--page.callback form > div:not(:last-child) {
	margin-bottom: 31px;
}
.callback--page .form-callback input[type="submit"] ~ p.policy {
	max-width: 357px;
	margin-left: 31px;
}
.callback--page .form-callback input[type="submit"] {
	padding: 16.5px 59px;
}
.content__block {
	display: flex;
	align-items: flex-start;
	line-height: 29px;
	margin-bottom: 130px;
}
.content__block > *:not(:only-child):last-child {
	margin-left: 180px;
}
.content__block img:not([class]) {
	max-width: 100%;
	vertical-align: top;
}
.img-shadow {
	position: relative;
	box-shadow: 60px 75px 0 #26252c;
}
.img-shadow--two {
	box-shadow: -60px 51px 0 #26252c;
}
.img-shadow--three {
	margin-top: 70px;
	box-shadow: -60px -70px 0 #26252c;
}
.content__block .text {
	padding-top: 60px;
}
.promo-num p {
	margin: 0;
	letter-spacing: -0.02em;
	color: #979797;
}
.promo-num p:first-child {
	font-weight: 500;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -0.02em;
	color: var(--color1);
	margin-top: 103px;
}
.article {
	max-width: 839px;
	margin: 15px auto 65px;
}
.content__block--full {
	align-items: center;
	margin-bottom: 95px;
}
.content__block--full .content__block-left {
	padding: 194px 0 34px 0;
	/*margin-right: 0;*/
	position: relative;

	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #ffffff;
	max-width: 541px;
	flex: 0 0 auto;
}
.content__block--full .content__block-left p {
	margin: 0;
}
.content__block--full .content__block-left::before {
	display: block;
	content: "";
	width: 840px;
	height: 388px;
	position: absolute;
	top: 0;
	right: -59px;
	background-color: var(--bg-color);
	z-index: -1;
}
.content__block--full .content__block-left::after {
	display: block;
	content: "";
	width: 60px;
	height: 5px;
	background-color: var(--color1);
	position: absolute;
	left: 0;
	top: 90px;
}
.content ul:not([class]) li:not(:last-child) {
	margin-bottom: 15px;
}
.bordered,
p.bordered {
	max-width: 1192px;
	padding: 46px 0;
	margin: 65px auto;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: -0.02em;
	position: relative;
}
.bordered--width2,
p.bordered--width2 {
	max-width: 958px;
}
.bordered--width3,
p.bordered--width3 {
	max-width: 1080px;
}
.bordered::before,
.bordered::after {
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.bordered::before {
	top: 0;
}
.bordered::after {
	bottom: 0;
}
.content__block--style2 .text {
	padding-left: 90px;
}
.content__block--style2 .text h3 {
	font-size: 24px;
	line-height: 35px;
}
.content__block--style3 {
	align-items: center;
	margin-bottom: 62px;
}
.content__block--style3 p {
	max-width: 718px;
	font-size: 24px;
	line-height: 35px;
	margin-right: 242px;
}
.content__block--style3 .btn {
	max-width: 360px;
	width: 100%;
	text-align: center;
}
.blocks {
	display: flex;
	margin-top: 42px;
}
.blocks h3 {
	margin-bottom: 0;
	color: #fff;
	padding: 60px 63px 60px 60px;
	display: flex;
	align-items: flex-end;
	background-color: var(--bg-color);
	position: relative;
	max-width: 541px;
	width: 100%;
	min-height: 441px;
	font-weight: 500;
	line-height: 40px;
}
.blocks h3::before {
	display: block;
	content: "";
	width: 60px;
	height: 5px;
	background-color: var(--color1);
	position: absolute;
	left: 60px;
	top: 60px;
}
.blocks > div:first-child {
	max-width: 680px;
	margin-right: 110px;
	flex: 0 0 auto;
}
.blocks > div p {
	margin: 30px 0;
}
/*.blocks > div:last-child  {
	margin-top: -102px;
}*/
.deliver-info {
	margin-top: 87px;
	background-color: #f7f7f7;
	padding: 79px 117px 79px 120px;
}
.deliver-info .blocks {
	margin-top: 94px;
}
.deliver-info .blocks > div:last-child {
	margin-top: 0;
}
.deliver-info .blocks > div:first-child {
	max-width: 471px;
}
.deliver-info .blocks > div p {
	margin-top: 15px;
	margin-bottom: 0;
}
.deliver-info .blocks > div p:not(:last-child) {
	margin-bottom: 40px;
}
.deliver-info .blocks > div p span {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #8b8b8b;
}
.gate-create .content__block--style2 .text {
	padding-top: 0;
	padding-left: 180px;
}
.gate-create .content__block {
	margin-bottom: 0;
}
.gate-create .content__block--style2 + p.bordered {
	margin-top: 40px;
	margin-bottom: 70px;
}
.gate-type {
	padding-top: 81px;
	padding-bottom: 172px;
}
.gate-type__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 89px;
	grid-column-gap: 240px;
	margin-top: 83px;
}
.gate-type__item-name,
p.gate-type__item-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
	position: relative;
}
.gate-type__item-name::after {
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background-color: var(--color1);
	margin-top: 15px;
}
.gate-create .content__block--style4 img {
	width: 100%;
	margin-top: -87px;
	flex: 2 1.7 auto;
}
.gate-create .content__block--style4.content__block > *:last-child {
	margin-left: 118px;
}
.gate-create .content__block--style4 .text {
	padding-top: 69px;
}
.gate-create .content__block--style4 .text p,
.door-create .content__block--style4 .text p {
	margin: 0;
	margin-bottom: 55px;
}
.gate-create .content__block--style4 .btn,
.door-create .content__block--style4 .btn {
	padding-left: 41px;
	padding-right: 41px;
}
.gate-create .content__block--style4 + p.bordered {
	margin-top: 74px;
	margin-bottom: 74px;
}
.gate-create + .liders {
	padding-top: 0;
}
.colored-block {
	padding-top: 66px;
	padding-bottom: 76px;
	background-color: #f6f6f6;
	margin-top: 199px;
	margin-bottom: 109px;
}
.colored-block .content__block,
.colored-block p.bordered,
.colored-block .bordered {
	margin-bottom: 0;
}
.colored-block .content__block > *:last-child {
	margin-left: 120px;
	margin-right: 119px;
	max-width: 420px;
}
.colored-block .content__block + p.bordered,
.colored-block .content__block + .bordered {
	margin-top: 79px;
}
.shift-top {
	margin-top: -180px;
}
.padding-block {
	padding: 60px;
}
.padding-right {
	padding-right: 60px;
}
.padding-left {
	padding-left: 60px;
}
.margin-right {
	margin-right: 60px;
}
.margin-left {
	margin-left: 60px;
}
.margin-right-x2 {
	margin-right: 120px;
}
.door-create .blocks > div:first-child {
	max-width: 780px;
	margin-right: 180px;
}
.door-create .blocks h3 {
	max-width: unset;
}
.door-create .blocks > div:last-child {
	margin: 0;
	flex: 0 0 auto;
	max-width: 480px;
	width: 100%;
}
ul.list-styled {
	list-style: initial;
	list-style-position: inside;
}
ul.list-styled li {
	padding: 12 0;
	border-top: 1px solid #d8d8d8;
}
ul.list-styled li:last-child {
	border-bottom: 1px solid #d8d8d8;
}
.blocks.full {
	width: 100%;
	margin-bottom: 132px;
}
.double-contur .content__block .blocks h3 {
	max-width: unset;
}
.double-contur .content__block .blocks > div:first-child {
	max-width: 600px;
	margin-left: 60px;
}
.double-contur .content__block .blocks > div:last-child {
	margin: 0;
	margin-right: 121px;
}
.double-contur .content__block img + .blocks > div.shift-top {
	margin-top: -161px;
}
.double-contur .content__block img + .blocks {
	margin-top: 94px;
}
.double-contur .colored-block {
	margin-top: 91px;
	margin-bottom: 97px;
}
.double-contur .colored-block .content__block > div:first-child {
	max-width: 720px;
	flex: 0 0 auto;
}
.double-contur .colored-block .content__block P {
	margin: 0;
}
.double-contur .colored-block .content__block p:not(:last-child) {
	margin-bottom: 44px;
}
.double-contur .colored-block .content__block > *:last-child {
	max-width: 540px;
	margin-right: 0;
}
.timed-block {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-color);
	padding: 76px;
	min-height: 543px;
	text-align: center;
	margin-bottom: -76px;
	box-shadow: 60px 60px 0px #9c9c9e;
}
.timed-block p {
	margin: 2px 0 !important;

	font-size: 20px;
	line-height: 28px;
	color: var(--color1);
}
.timed-block p.time {
	font-size: 80px;
	line-height: 90px;
}
.timed-block p.time span {
	font-size: 60px;
}
.double-contur .blocks.full {
	align-items: center;
	margin-bottom: 93px;
}
.double-contur .blocks.full > div:last-child {
	margin-top: 0;
}
.double-contur .blocks.full > div:first-child {
	max-width: 720px;
}
.double-contur .blocks.full h3 {
	max-width: unset;
}
.double-contur .blocks.full ul {
	margin-bottom: 42px;
	margin-top: 0;
}
.double-contur .blocks.full + p.bordered,
.double-contur .blocks.full + .bordered {
	margin: 95px auto;
}
.double-contur + .callback {
	margin-top: 80px;
}
.ral .content__block .text {
	padding: 0;
}
.ral .content__block > *:not(:only-child):last-child {
	margin-left: 185px;
}
.ral .content__block .text p {
	margin: 0;
	margin-bottom: 46px;
}
.ral .content__block {
	margin-bottom: 73px;
}
.ral-calc {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 180px 360px;
	grid-template-columns: 1fr 360px;
	grid-template-areas:
		"text text"
		"color view";
	grid-column-gap: 180px;
	margin-top: 56px;
	margin-bottom: 113px;
	padding: 56px 180px 65px 60px;
	background-color: var(--bg-color);
}
.ral-calc p {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: text;
	color: #dbdbdb;
}
.ral-calc__list {
	--margin: 11.95px;
	--size: 32.85px;
	--count: 15;

	display: -ms-grid;

	display: grid;
	-ms-grid-columns: var(--size) var(--size) var(--size) var(--size) var(--size) var(--size) var(--size) var(--size)
		var(--size) var(--size) var(--size) var(--size) var(--size) var(--size) var(--size);
	grid-template-columns: repeat(var(--count), var(--size));
	grid-auto-rows: var(--size);
	grid-column-gap: var(--margin);
	grid-row-gap: var(--margin);
	border: 1px solid #000000;
	max-width: 660px;
}
.ral-calc__list .js-more-color {
	display: none;
}
.ral-calc__input.form-callback {
	font-size: 0;
	margin-bottom: 73px;
}
.ral-calc__input.form-callback input:not([type="submit"], [type="checkbox"], [type="radio"]) {
	max-width: 209px;
	margin-right: 20px;
}
.ral-calc__input.form-callback .btn {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 131px;
	height: 47px;
}
.ral-calc__output {
	width: 100%;
	background-color: #fff;
}
.ral-calc__color {
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ral-calc__output img {
	width: 100%;
	vertical-align: top;
}
.ral .blocks.full {
	margin-bottom: 56px;
	margin-bottom: 113px;
}
.ral .blocks.full > div:last-child {
	margin-top: 0;
}
.ral .blocks.full > div p {
	margin: 0;
	line-height: 28px;
}
.ral .blocks.full > div p:not(:last-child) {
	margin-bottom: 34px;
}
.ral .blocks.full > div:first-child {
	max-width: 708px;
	margin-right: 120px;
}
.ral .blocks.full > div h3 {
	max-width: unset;
	min-height: 401px;
}
.price-list .subText {
	max-width: 902px;
	margin: -87px 0 70px auto;
}
table tr td {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: normal;
}
table.price {
	width: 100%;
	margin-bottom: 40px;
}
table thead td {
	background-color: #dbdbdb;
}
table.price tr td {
	padding: 16px;
}
table.price tr td:last-child {
	width: 240px;
}
table.price tr:nth-child(even) td {
	background-color: #f8f8f8;
}
table.price + h3 {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 25px;
	line-height: 35px;
}
.price-list .colored-block {
	margin-top: 77px;
	padding-top: 80px;
	padding-bottom: 120px;
}
.price-list .content__block > *:last-child {
	padding-top: 0;
	margin-right: 0;
	max-width: 540px;
	flex: 0 0 auto;
}
.price-list + .how-order {
	padding-bottom: 104px;
	padding-top: 94px;
}
.price-list + .how-order h3 {
	margin-bottom: 66px;
}
.price-list ~ .callback {
	margin-top: 113px;
	margin-bottom: 53px;
}
.test-product .content__block {
	margin-bottom: 87px;
}
.test-product .blocks .shift-top {
	margin-top: -220px;
}
.test-product .blocks h3 {
	max-width: unset;
}
.test-product .blocks > div:first-child {
	max-width: 680px;
	margin-right: 120px;
}
.test-product .blocks {
	margin-top: 88px;
}
.test-product .content__block > div:not(:only-child):last-child {
	margin-left: 58px;
}
.test-product .colored-block {
	margin-top: 87px;
}
.test-product .colored-block .content__block > div:first-child {
	max-width: 360px;
}
.test-product .colored-block .content__block > *:last-child {
	max-width: unset;
	margin-left: 123px;
	margin-right: 0;
}
.blocks.full.full--style2 h2 {
	margin-bottom: 61px;
}
.blocks.full.full--style2 > div:first-child {
	margin-right: 180px;
	max-width: 600px;
}
.blocks.full.full--style2 h3 {
	max-width: unset;
}
.serteficat__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 359px;
	grid-gap: 32px;
	margin-bottom: 81px;
}
.serteficat__list .serteficat__item {
	margin: 0;
	max-width: unset;
	max-height: unset;
}
.serteficat__list .serteficat__item:first-child {
	border-color: transparent;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 2;
	grid-column-end: 3;
}
.serteficat__list .serteficat__item img {
	width: 100%;
}
.blocks.full.full--border > div:first-child {
	display: flex;
	align-items: center;
	padding-right: 60px;
	border-right: 1px solid #000000;
	margin-right: 60px;
	max-width: 659px;
	box-sizing: content-box;
}
.blocks.full--border div > p {
	font-size: 25px;
	line-height: 35px;
}
.blocks.full.full--border {
	margin-bottom: 54px;
}
.bg-color-padding {
	padding: 97px 0;
}
.bordered span {
	display: block;
}
.bordered span:not(:last-child) {
	margin-bottom: 46px;
}
.bg-color-padding + .article {
	margin-top: 71px;
}
.content-bg {
	background-color: #f6f6f6;
	padding-bottom: 0;
}
.content-bg .callback {
	background-color: #fff;
	padding: 97px 0 101px 0;
}
.reviews-page .reviews__list {
	/*margin-bottom: 125px;*/

	display: flex;
	flex-flow: column wrap;
	align-content: space-between;
}
.reviews-page .reviews__list::before,
.reviews-page .reviews__list::after {
	content: "";
	flex-basis: 100%;
	width: 0;
	order: 2;
}
.reviews-page .reviews__list .reviews__item--right {
	display: none;
}
.reviews-page .reviews__list .reviews__item {
	padding: 38px 40px 40px;
	flex-flow: row wrap;
	max-width: 460px;
	width: 100%;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.reviews-page .reviews__list .reviews__item:nth-child(3n + 1) {
	order: 1;
}
.reviews-page .reviews__list .reviews__item:nth-child(2) {
	margin-top: 60px;
}
.reviews-page .reviews__list .reviews__item:nth-child(3n + 2):not(:last-child) {
	order: 2;
}
.reviews-page .reviews__list .reviews__item:nth-child(3n),
.reviews-page .reviews__list .reviews__item:last-child {
	order: 3;
}
.reviews-page .reviews__list .reviews__item::before {
	display: none;
}
.reviews-page .reviews__list .reviews__item--title {
	display: flex;
	align-items: center;

	font-size: 20px;
	line-height: 30px;
	max-width: 270px;
	margin-bottom: 0;
}
.reviews-page .reviews__list .reviews__item--logo {
	margin: 0;
	width: 121px;
	height: 72px;
}
.reviews-page .reviews__list .reviews__item--left {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: unset;
	margin-bottom: 31px;
}
.reviews-page .reviews__list .custom-link {
	padding: 0;
	border: 0;
	margin-top: 33px;
}
.fancybox__content.reviews__item {
	max-width: 1080px;
	padding: 48px 120px 60px 60px;
}
.fancybox__content.reviews__item .reviews__item--small {
	display: none;
}
.fancybox__content.reviews__item .custom-link {
	display: none;
}
.fancybox__content.reviews__item .reviews__item--right {
	margin-left: 240px;
}
.fancybox__content.reviews__item .reviews__item--left {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: unset;
	margin-bottom: 47px;
}
.fancybox__content.reviews__item .reviews__item--logo {
	/*width: 182px;*/
	/*height: 118px;*/
	flex: 0 0 auto;
	order: 1;
	margin-right: 58px;
}
.fancybox__content.reviews__item .reviews__item--title {
	order: 2;
	margin-bottom: 0;
}
.fancybox__content.reviews__item::before {
	top: 220px;
	left: 91px;
}
.fancybox__content.reviews__item .carousel__button {
	border: none;
	outline: none;
	color: #000;
	top: 32px;
	right: 43px;
}
.montaj .blocks h3 {
	max-width: unset;
}
.montaj .margin-left {
	margin-left: 120px;
}
.montaj .content__block {
	margin-bottom: 79px;
}
.montaj .content__block + h2 {
	margin-bottom: 56px;
}
.montaj h2 + .content__block > *:not(:only-child):last-child {
	max-width: 540px;
	margin-left: 120px;
	flex: 0 0 auto;
}
.montaj .big-red {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: var(--color1);
}
.montaj .blocks.full.full--style2 > div:first-child {
	max-width: 720px;
	margin-right: 80px;
}
.montaj .blocks.full {
	margin-bottom: 38px;
}
.montaj .colored-block {
	margin-top: 38px;
	margin-bottom: 67px;
	padding: 108px;
}
.montaj .colored-block .content__block {
	justify-content: space-between;
	margin-bottom: 0;
}
.montaj .colored-block .content__block > * {
	max-width: 539px;
	flex: 0 0 auto;
}
.montaj .colored-block .content__block > *:last-child {
	max-width: 650px;
	margin-right: 0;
}
.montaj .colored-block + .container > .full--style2 p:first-child {
	margin-top: 0;
}
.montaj .colored-block + .container > .full--style2 .shift-top {
	margin-top: -130px;
}
.t-m-b {
	margin-bottom: 41px;
}
.montaj + .callback {
	margin-top: 83px;
}
.content__block.content__block--style4 > *:last-child {
	flex: 1 2 auto;
	max-width: none !important;
	/*margin-left: 120px;
	margin-right: 120px;*/
	margin-left: 100px;
	margin-right: 100px;
}
.dilers .colored-block {
	padding: 69px 0;
	margin-top: 139px;
}
.table-style {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 57px;
}
.table-style td {
	font-size: 16px;
	line-height: 23px;
	padding: 20px;
	vertical-align: top;
	border: 1px solid #d8d8d8;
	min-width: 270px;
	max-width: 360px;
}
.table-style td[colspan],
.table-style td[rowspan],
.table-style tr:not(:first-child) td:not(:first-child) {
	text-align: center;
	vertical-align: middle;
}
.table-style tr td:first-child {
	border-left: none;
	width: 360px;
}
.table-style tr td:last-child {
	border-right: none;
}
.dilers + .callback {
	margin-top: 77px;
}
.calc-page .calc-main {
	margin: 98px 0 0 0;
	padding: 0;
	padding-right: 108px;
}
.calc-page .calc-main > div {
	padding: 0;
	box-shadow: none;
}
.calc-page .calc .calc__top,
.calc-page .calc .sizes {
	grid-gap: 30px 60px;
	grid-template-columns: repeat(2, minmax(299px, 1fr));
}
/*.calc-page .calc .calc__top > div {
	min-width: 299px;
}*/
/* .calc-page .calc > div:not(:nth-child(2n+3)) { */
/*.calc-page .calc .calc__top > div:nth-child(odd) {
	margin-right: 60px;
}*/
.calc-page .calc-main__right .price {
	top: 534px;
	right: 240px;
}
.btn-border {
	width: 100%;
}
.btn-border--center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.calc-page .btn-border {
	margin-top: -30px;
}
.calc-page .colored-block {
	margin-top: 78px;
	padding: 99px 0 72px;
}
.calc-page .colored-block .blocks {
	align-items: center;
}
.calc-page .colored-block .blocks h3 {
	max-width: unset;
}
.calc-page .colored-block .list-styled li:first-child {
	border-top: 0;
}
.calc-page .colored-block .list-styled li:last-child {
	border-bottom: 0;
}
.calc-page .colored-block .article {
	margin-top: 72px;
	margin-bottom: 0;
}
.news__list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
	grid-gap: 45px;
}
.news .article > p {
	margin: 30px 0;
}
.news__item {
	padding: 40px;
	background-color: #f6f6f6;
}
.news__item--title {
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	min-height: 70px;
}
.news__item--desc::before {
	display: block;
	content: "";
	width: 36px;
	height: 2px;
	background-color: #000;
	margin: 16px 0;
}
p.news__item--desc {
	margin-bottom: 16px;
}
.news .article {
	max-width: 960px;
	margin-bottom: 57px;
}
.news__offer {
	border-top: 1px solid #000000;
	padding-top: 57px;
	padding-bottom: 73px;
}
.news__item--article {
	padding: 0;
	color: #000;
}
.news__item--img {
	width: 100%;
	height: 262px;
}
.news__item--img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.news__item--text {
	padding: 30px;
}
.article .catalog__list {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}
.news__offer--article .news__list {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
}
.news__offer--article .news__item--img {
	height: 158px;
}
.news__offer--article .news__item--title {
	font-size: 16px;
	line-height: 24px;
}
.news__offer--article .news__item--text {
	padding: 20px;
}
.p-block {
	padding: 30px 30px 30px 66px;
	background-color: var(--bg-color);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}
.p-block::before {
	display: block;
	content: "";
	width: 16px;
	height: 20px;
	background-color: var(--color1);
	position: absolute;
	top: 34px;
	left: 30px;
}
.contact__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 41px;
}
.contact__block {
	width: auto;
	position: static;
	background-color: #eaeaea;
	padding: 50px;
	box-shadow: none;
	filter: none;
}
.contact__block--full {
	padding: 0;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
}
.contact__block .map {
	height: 500px;
}
.contact__block .map img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.contact__block.callback > div {
	margin-bottom: 32px;
}
.contact__block.callback h2 {
	margin-bottom: 16px;
}
.contact__block.callback--page .form-callback input[type="submit"] ~ p.policy {
	margin-left: 0;
	margin-top: 10px;
	max-width: 419px;
}
.contact__block .info > * b {
	display: block;

	font-size: 25px;
	line-height: 53px;
}
.info__item {
	margin-bottom: 20px;
}
.info .info__item:last-child {
	margin-bottom: 40px;
}
.info > .info__item > ::before {
	filter: grayscale(1);
}
.info__item > * {
	display: flex;
	align-items: center;
	margin: 0;
	text-decoration: none;
}
.info__Item p[class] {
	font-weight: bold;
	font-size: 25px;
	line-height: 53px;
}
.info .info__item .info__address::before {
	background-image: url(/local/templates/stall-doors/css/../img/MapLine.png);
}
.info .info__item .info__tel::before {
	background-image: url(/local/templates/stall-doors/css/../img/PhoneDisconnect.png);
}
.back {
	width: 32px;
	height: 32px;
	background: url(/local/templates/stall-doors/css/../img/back.png) no-repeat center center;
}
.table__wrapper {
	overflow: auto;
	width: 100%;
}
.table__wrapper table {
	table-layout: fixed;
}

.error-page {
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	padding: 0.8em 0;
	color: var(--bg-color);
	opacity: 0.8;
}

.basket .cart {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}

.cart__list {
	flex: auto;
	padding-right: 40px;
}

.cart__list table {
	width: 100%;
}

.cart__list table a.name {
	font-weight: bold;
	color: #000;
}

.cart__list .count {
	margin: 20px 0 0 0;
	justify-content: center;
}

.cart__list table .price {
	text-align: center;
}

.cart__list .dops {
	display: block;
}

.cart__list .body {
	width: 600px;
}

.cart__right {
	flex: 0 0 auto;
	width: 340px;
	padding: 20px 40px;
	background-color: var(--bg-color);
	color: #fff;
	border: 2px solid var(--color1);
	position: sticky;
	top: 15px;
}

.cart__right .price {
	color: #fff;
}

.cart__right .btn {
	display: block;
	text-align: center;
	margin: 20px auto 0;
}

.icon_trash {
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 1.2em;
	font-style: normal;
}
.icon_trash::before {
	display: block;
	content: "\2716";
	color: var(--color1);
	letter-spacing: 0;
}

.cart__empty {
	text-align: center;
	margin-bottom: 60px;
}

.cart__empty .bx-sbb-empty-cart-text {
	display: block;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	margin-bottom: 15px;
	line-height: normal;
}

.hidden-forms {
	display: none;
}

.popup-form {
	max-width: 500px;
}

.popup-form .title {
	color: #fff;
}

.popup-form .form-callback {
	flex-direction: column;
}

.popup-form .form-callback .row {
	width: 100%;
}

.popup-form .form-callback .row input {
	display: block;
	color: #fff;
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px 0;
}

.popup-form .form-callback .row input:focus {
	outline: none !important;
}

.popup-form .form-callback .row input:not([type="submit"]) {
	border-bottom: 2px solid #fff;
}

.popup-form .form-callback .row input::placeholder {
	color: #fff;
}

.popup-form .policy {
	color: #a9a9a9;
	margin-left: 0 !important;
	max-width: 100% !important;
}

.popup-form .policy a {
	color: #c3c3c3;
}

body.no-scroll {
	overflow: hidden;
}

.custom-banner-overlay,
.custom-banner-overlay * {
	transition: 0.5s;
	user-select: none;
}

.custom-banner-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000070;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
}

.custom-banner-overlay.visible {
	opacity: 1;
	visibility: visible;
}

.custom-banner-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.custom-banner-wrapper .close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg class='icon line' width='32' height='32' id='cross' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline id='primary' x1='19' y1='19' x2='5' y2='5' style='fill: none; stroke: rgb(214, 214, 214); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5;'%3E%3C/line%3E%3Cline id='primary-2' data-name='primary' x1='19' y1='5' x2='5' y2='19' style='fill: none; stroke: rgb(214, 214, 214); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5;'%3E%3C/line%3E%3C/svg%3E");
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.custom-banner.banner-1 {
	width: 900px;
	font-size: 16px;
	line-height: 20px;
}

.custom-banner.banner-1 .title {
	background-color: #dcdcdc;
	padding: 40px 80px 100px;
	background-image: url("/local/templates/stall-doors/img/banner/head.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	margin-bottom: 0;
}

.custom-banner.banner-1 .title h3 {
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.custom-banner.banner-1 .advantages-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	top: -64px;
	margin: 0 80px -64px;
}

.custom-banner.banner-1 .advantages-item {
	width: 190px;
	text-align: center;
}

.custom-banner.banner-1 .advantages-item-img {
	display: inline-block;
	position: relative;
	background-color: #eb3233;
	border-radius: 50%;
	width: 128px;
	height: 128px;
}

.custom-banner.banner-1 .advantages-item-img:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
}

.custom-banner.banner-1 .advantages-item-img.first:after {
	background-image: url("/local/templates/stall-doors/img/banner/icon_1.png");
}

.custom-banner.banner-1 .advantages-item-img.second:after {
	background-image: url("/local/templates/stall-doors/img/banner/icon_2.png");
}

.custom-banner.banner-1 .advantages-item-img.third:after {
	background-image: url("/local/templates/stall-doors/img/banner/icon_3.png");
}

.custom-banner.banner-1 .more {
	display: flex;
	justify-content: space-between;
	margin: 50px 70px;
}

.custom-banner.banner-1 .more .extra {
	color: #a2a2a2;
}

.custom-banner.banner-1 .more .button {
	color: #000;
	background-color: #dddedd;
	padding: 0.5em 2em;
	text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
	.custom-banner.banner-1 {
		width: 300px;
	}

	.custom-banner.banner-1 .title {
		padding: 20px;
	}

	.custom-banner.banner-1 .advantages-list {
		top: 0;
		margin: 0;
	}

	.custom-banner.banner-1 .advantages-item {
		display: flex;
		flex-wrap: nowrap;
		margin: 10px 15px;
		width: 100%;
	}

	.custom-banner.banner-1 .advantages-item-img {
		margin-right: 15px;
		width: 50px;
		height: 50px;
	}

	.custom-banner.banner-1 .advantages-item-img:after {
		width: 30px;
		height: 30px;
	}

	.custom-banner.banner-1 .advantages-item-text {
		flex: 1;
		text-align: left;
	}

	.custom-banner.banner-1 .more {
		align-items: center;
		margin: 0 15px 15px;
	}

	.custom-banner.banner-1 .more .extra {
		font-size: 14px;
	}

	.custom-banner.banner-1 .more .button {
		padding: 0.5em 0.8em;
	}
}

.news-imp-info {
	margin: 65px 0;
}

.news-imp-info a {
	color: #545454;
	text-decoration: underline;
}

.news-imp-info-double {
	display: flex;
	flex-wrap: wrap;
}

.news-imp-info-double-left {
	padding: 0 50px;
	width: 79%;
}

.news-imp-info-double-left-row {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.news-imp-info-double-left-row:last-child {
	border-bottom: 0;
}

.news-imp-info-double-left-row h3 {
	font-size: 32px;
	line-height: 1em;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.news-imp-info-double-left-row h3[class$="-icon"] {
	position: relative;
}

.news-imp-info-double-left-row h3[class$="-icon"]:before {
	content: "";
	position: absolute;
	left: -50px;
	width: 32px;
	height: 32px;
	background-size: contain;
}

.news-imp-info-double-left-row h3.green-icon {
	color: #63cc71;
}

.news-imp-info-double-left-row h3.green-icon:before {
	background-image: url("/important-info/imgs/vazhnaya_informaciya_green_icon.png");
}

.news-imp-info-double-left-row h3.red-icon {
	color: #cb3535;
	animation: blinking 2s linear infinite;
}

@keyframes blinking {
	0% {
		color: #cb3535;
	}
	50% {
		color: #ffe9ed;
	}
	100% {
		color: #cb3535;
	}
}

.news-imp-info-double-left-row h3.red-icon:before {
	background-image: url("/important-info/imgs/vazhnaya_informaciya_red_icon.png");
}

.news-imp-info-double-left-row h3.gray-icon {
	color: #cacaca;
}

.news-imp-info-double-left-row h3.gray-icon:before {
	background-image: url("/important-info/imgs/vazhnaya_informaciya_gray_icon.png");
}

.news-imp-info-double-left-row h4 {
	color: #b2b2b2;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.news-imp-info-double-left-row p {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0.6em 0;
}

.news-imp-info-double-right {
	width: 21%;
}

.news-imp-info-double-right img {
	width: 100%;
}

.news-imp-info-row p {
	font-size: 18px;
	margin: 0.5em 0;
}

.news-imp-info-row img {
	width: 100%;
}

.news-imp-info-row p.news-imp-info-underline {
	margin: 2em auto 0;
	max-width: 600px;
	text-align: center;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.news-imp-info-double-left {
		width: 100%;
		padding: 0 0 0 50px;
	}

	.news-imp-info-double-right {
		width: 100%;
	}
}

div[data-block="complect"] {
	display: none;
}

div[aria-block="complect"] {
	display: none;
}

.cookie-block {
    position: fixed;
    bottom: 37px;
    background: #fff;
    border-radius: 10px;
    z-index: 20;
    padding: 25px;
    width: 430px;
    left: 120px;
    box-shadow: 0 0 2px 2px rgba(221, 221, 221, 1);
    display: none;
}
.cookie-body {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.cookie-botton {
    font-size: 16px;
    line-height: 24px;
    background-color: var(--color1);
    border: 3px solid var(--color1);
    color: #fff;
    padding: 4px 14px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.cookie-botton:hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}

@media screen and (min-width: 1200px) {
	.contact__list {
		grid-template-rows: auto auto auto;
	}
	.map-info-block {
		grid-column: 1;
      	grid-row: 1;
	}
	.callback--page {
		grid-column: 1;
      	grid-row: 2;
	}
	.rec-block {
		grid-column: 2;
      	grid-row: 1 / 3;
	}
}
.callback--page.callback form div:last-of-type {
	margin-bottom: 0;
}

/* End */


/* Start:/local/templates/stall-doors/css/media.css?174790439046220*/
@media only screen and (max-width: 1480px) {
	.catalog-element__sliders {
		max-width: 490px;
	}
	.catalog-element__prop {
		display: flex;
		flex-flow: column;
	}
	.dop__list > div:not(:last-child) {
		margin-right: 40px;
		margin-bottom: 30px;
	}
	.element-menu__item {
		padding: 12px 15px;
		margin: 0 20px;
	}
	.ral-calc {
		grid-column-gap: 100px;
	}
	.reviews-page .reviews__list .reviews__item {
		max-width: 400px;
	}
	.reviews-page .reviews__list .reviews__item--logo {
		width: 81px;
		height: 42px;
	}
	.news__slider {
		position: relative;
	}
	.news__slider .news__list {
		display: flex;
	}
	.montaj .margin-left {
		margin-left: 0;
	}
	.montaj .blocks.full.full--style2 > div:first-child,
	.content__block.content__block--style4 > *:last-child {
		max-width: 600px;
	}
	.cart__list .body {
		width: 360px;
	}
}
@media only screen and (max-width: 1460px) {
	.first h1 {
		max-width: 680px;
		font-size: 60px;
		line-height: 70px;
	}
	.countes--line-after::after {
		width: 310px;
	}
	.solutions__list .carousel__nav {
		left: 513px;
		bottom: 66px;
	}

	.consult .form-callback input:not([type="submit"], [type="checkbox"], [type="radio"]) {
		max-width: 220px;
		margin-right: 20px;
	}
	.info-block {
		padding-top: 90px;
	}
	.info-block__img {
		left: 250px;
	}
	.info-block__right .title {
		margin-bottom: 60px;
	}
	.serteficat__left {
		padding-left: 120px;
	}
	.serteficat .countes {
		left: 120px;
	}
	.serteficat .carousel__nav {
		left: 405px;
	}
	.testing-product__left img {
		max-width: 450px;
	}
	.testing-product__left::before {
		width: 450px;
		height: 480px;
	}
	.reviews__item::before {
		top: 130px;
		left: 310px;
	}
	.callback .form-callback--white input:not([type="submit"], [type="checkbox"], [type="radio"]) {
		width: 300px;
	}
	.form-callback input[type="submit"] ~ p.policy {
		max-width: 350px;
	}
	.fake-map__info {
		top: 242px;
		right: 96px;
	}
	.img-shadow {
		width: 40%;
		box-shadow: 30px 35px 0 #26252c;
	}
	.img-shadow--two {
		box-shadow: -30px 41px 0 #26252c;
	}
	.img-shadow--three {
		box-shadow: -30px -40px 0 #26252c;
	}
	.content__block--style3 p {
		margin-right: 52px;
	}
	.promo-num p:first-child {
		margin-top: 30px;
	}
	.content__block {
		margin-bottom: 40px;
	}
	.gate-create .content__block img {
		width: 40%;
	}
	.content__block.content__block--style4 > *:last-child,
	.door-create .blocks > div:first-child {
		max-width: 600px;
	}
	.test-product .blocks > div:first-child {
		max-width: 600px;
		margin-left: 0;
	}
	.serteficat__list {
		grid-auto-rows: 309px;
	}
}
@media only screen and (max-width: 1270px) {
	.container:not(.container--no-md) {
		max-width: 1070px;
	}
	.header .btn--calc {
		display: none;
	}
	.first h1 {
		max-width: 590px;
	}
	.promo__item {
		max-width: 275px;
	}
	.promo__top {
		min-height: 151px;
	}
	.first .slider__item {
		padding-bottom: 20px;
	}
	.first .carousel__dots {
		position: absolute;
		bottom: 10px;
		top: auto;
	}
	.slider__item:not(.slider__item--full) .first__bg img {
		/* width: 430px; */
		width: 340px;
	}
	.slider__item.slider__item--full .first__bg {
		bottom: 0;
	}
	.slider__item.slider__item--full .first__bg img {
		height: 100%;
	}
	.liders {
		position: relative;
		padding-bottom: 44px;
	}
	.liders .catalog__list {
		display: flex;
		grid-gap: unset;
	}
	.catalog__slider {
		position: relative;
	}
	.catalog__slider.has-dots {
		/*margin-bottom: 0;*/
		padding-bottom: 20px;
	}
	.carousel__dots .carousel__dot:after {
		background-color: #c4c4c4;
		width: 6px;
		height: 6px;
		opacity: 1;
	}
	.carousel__dots .carousel__dot.is-selected:after {
		background-color: transparent;
		border: 2px solid var(--color1);
	}

	.liders .catalog__list .catalog__item {
		/* width: 289px; */
		width: 286px;
		flex: 0 0 auto;
		margin-right: 10px;
	}
	.consult .form-callback input[type="submit"] {
		margin-top: 37px;
	}
	.solutions__item--img img {
		width: 450px;
	}
	.solutions__text {
		max-width: 500px;
	}
	.countes--line-after::after {
		width: 200px;
	}
	.solutions__list .carousel__nav {
		left: 393px;
	}
	.info-block__text {
		padding: 30px;
		max-width: 510px;
	}
	.info-block__right {
		max-width: 369px;
	}
	.info-block__item--num {
		font-size: 60px;
		line-height: 60px;
	}
	.info-block__right .title {
		font-size: 30px;
		line-height: 40px;
	}
	.calc-main__left {
		max-width: 560px;
	}
	.calc .btn {
		margin-bottom: 30px;
	}
	.calc-main > div,
	.calc-main > div.container {
		padding: 50px;
	}
	.testing-product__left a {
		margin: 0;
		position: absolute;
		width: 100%;
		bottom: 30px;
		left: 110%;
	}
	.testing-product__left .title {
		font-size: 50px;
		line-height: 60px;
	}
	.testing-product__left::before {
		display: none;
	}
	.testing-product__left img {
		max-width: unset;
	}
	.reviews__top {
		margin-bottom: 40px;
	}
	.reviews__item--right {
		max-width: 590px;
	}
	.callback .form-callback input[type="submit"] ~ p.policy {
		margin: 30px 0 0 0;
	}
	.footer__center .menu:first-child {
		margin-right: 41px;
	}
	.fake-map__info {
		right: 16px;
	}
	.catalog {
		-ms-grid-columns: 200px 1fr;
		grid-template-columns: 200px 1fr;
		grid-column-gap: 30px;
	}
	.go-calc {
		flex-flow: column;
		word-break: break-word;
	}
	.go-calc::before {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.inline-filter__select {
		margin-right: 25px;
	}
	.inline-filter__link {
		margin-right: 30px;
	}
	.catalog__filter-placeholder {
		font-size: 14px;
		padding: 16px 49px 16px 10px;
	}
	.catalog__filter-placeholder::after {
		width: 49px;
	}
	.custom-checkbox label {
		font-size: 16px;
		line-height: 24px;
	}
	.catalog-element__slider--small,
	.catalog-element__prop .dop .dop__list {
		display: none;
	}
	.catalog-element__prop .dop {
		padding: 16px;
	}
	.catalog-element__prop .dop .catalog-element__title {
		margin-bottom: 0;
		position: relative;
	}
	.catalog-element__prop .dop .catalog-element__title::after {
		content: "";
		width: 14px;
		height: 14px;
		background-image: url(/local/templates/stall-doors/css/../img/arrowDown.png);
		transform: rotate(-90deg);
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: 26px;
		filter: invert(1);
	}
	.catalog-element__sliders {
		max-width: 420px;
	}
	.catalog-elemtn__line--bottom {
		flex-flow: row wrap;
		justify-content: center;
	}
	.catalog-elemtn__line--bottom .price {
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.catalog-element__prop .dop.open .dop__list {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 22;
		padding: 63px 24px;
		overflow: auto;
	}
	.dop__top {
		margin: 0 !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		padding: 19px;
		text-align: center;
	}
	.dop__top .back {
		position: absolute;
		top: 15px;
		left: 16px;
	}
	.catalog-element__prop .dop.open .dop__list .price {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 11.5px;
		background-color: #f5f5f5;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
	.element-menu {
		display: none;
	}
	.catalog-element__content {
		margin-top: 50px;
	}
	.callback--page .container {
		padding: 60px;
	}
	.callback--page .container form {
		max-width: unset;
		flex: auto;
	}
	.callback--page .container > div {
		max-width: 475px;
	}
	.content__block--style3 p {
		font-size: 20px;
		max-width: 538px;
	}
	.blocks > div:first-child {
		max-width: 490px;
	}
	.deliver-info .blocks > div:first-child {
		max-width: 391px;
	}

	.double-contur .content__block .blocks > div:first-child {
		margin-left: 0;
		max-width: 530px;
	}
	.double-contur .colored-block .content__block > div:first-child,
	.double-contur .blocks.full > div:first-child {
		max-width: 530px;
	}
	.ral .content__block > *:not(:only-child):last-child {
		margin-left: 55px;
	}
	.ral-calc__list {
		--count: 10;
	}
	.ral .blocks.full > div:first-child {
		max-width: 488px;
	}
	.ral .blocks.full,
	.ral-calc,
	.test-product .blocks {
		margin-bottom: 50px;
	}
	.ral .content__block {
		margin: 0;
	}
	.price-list .subText {
		max-width: unset;
		margin-top: 0;
	}
	.test-product .blocks > div:first-child,
	.blocks.full.full--style2 > div:first-child {
		max-width: 530px;
		margin-right: 50px;
	}
	.serteficat__list {
		grid-auto-rows: auto;
	}
	.serteficat__list .serteficat__item:first-child {
		-ms-grid-column-span: 6;
		grid-column-end: 6;
		padding: 0;
	}
	.serteficat__list .serteficat__item:first-child p {
		margin: 0;
	}
	.bg-color-padding {
		padding: 50px 20px;
	}
	.reviews-page .reviews__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
	.reviews-page .reviews__list .reviews__item {
		max-width: unset;
		margin: 0 !important;
	}
	.reviews-page .reviews__list .reviews__item:nth-child(3n),
	.reviews-page .reviews__list .reviews__item:last-child,
	.reviews-page .reviews__list .reviews__item:nth-child(3n + 2):not(:last-child),
	.reviews-page .reviews__list .reviews__item:nth-child(3n + 1) {
		order: unset;
	}
	.reviews__item--small {
		max-height: 150px;
		overflow: hidden;
	}
	.reviews-page .reviews__list .reviews__item--left {
		justify-content: space-between;
	}
	.reviews-page .reviews__list .reviews__item--title {
		font-size: 18px;
		line-height: 26px;
	}
	.news__slider .news__list {
		grid-gap: unset;
	}
	.news__slider .news__list .news__item {
		flex: 0 0 auto;
		width: 450px;
	}
	.news__slider .news__list .news__item:not(:last-child) {
		margin-right: 15px;
	}
	.news__slider .news__list .news__item--article {
		width: 272px;
	}
	.montaj .blocks.full.full--style2 > div:first-child {
		max-width: 500px;
	}
	.montaj .colored-block .content__block > *:last-child {
		max-width: 410px;
	}
	.table-style tr td:not(:first-child) {
		width: 260px;
	}
	.calc-page .calc-main {
		padding: 0;
	}
	.calc-page .calc .calc__top,
	.calc-page .calc .sizes {
		grid-template-columns: repeat(3, minmax(299px, 1fr));
	}
	.calc-page .calc-main > div {
		flex-flow: column;
	}
	.calc-page .calc-main__right {
		position: relative;
		text-align: center;
		margin-top: 40px;
	}
	.calc-page .calc-main__left {
		max-width: unset;
	}
	.calc-page .calc .btn {
		margin-bottom: 0;
	}
	.calc-page .calc > div {
		margin-right: 30px !important;
	}
	.calc-page .calc {
		justify-content: center;
	}
	.calc-page .calc-main__right img {
		width: 320px;
	}
	.calc-page .calc-main__right .price {
		top: 0;
	}
}
@media only screen and (max-width: 1080px) {
	.popup-order__img {
		flex: none;
	}
	.popup-order__complect-list {
		display: block;
	}
	.container,
	.container:not(.container--no-md) {
		max-width: 740px;
	}
	.footer .social,
	.mobile-menu,
	.header .menu,
	.header .info,
	.header .multi-adress,
	.header .btn {
		display: none;
	}
	.menu-open {
		overflow: hidden;
		/*padding-right: 0;*/
	}

	.menu-open .mobile-menu {
		display: flex;
		flex-flow: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20;
		background-color: #fff;
	}
	.mobile-menu__top {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 16px 19px;
	}
	.mobile-menu__bottom {
		padding: 16px;
	}

	.mobile-menu .icon--mapTop,
	.mobile-menu .icon--arrowDown,
	.icon--catalog {
		filter: invert(1);
	}

	.mobile-menu .logo {
		margin-right: 16px;
	}

	.mobile-menu .close {
		width: 32px;
		height: 32px;
		background: url(/local/templates/stall-doors/css/../img/crossB.png) no-repeat center center;
		margin: 0 0 0 auto;
	}

	.mobile-menu .menu {
		display: block;
		width: 100%;
		height: calc(100vh - 100px - 185px);
		overflow: auto;
	}

	.mobile-menu .info {
		margin: 10px 0;
	}

	.mobile-menu__bottom .btn {
		width: 100%;
		text-align: center;
	}

	.mobile-menu .info > a {
		display: inline-block;
		vertical-align: middle;
		color: #000;
	}

	.mobile-menu .info > a:first-child::after {
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 1px;
		height: 21px;
		background-color: #000;
		margin-left: 39px;
		margin-right: 36px;
	}

	.mobile-menu .menu__item {
		width: 100%;
	}

	.mobile-menu .menu__link {
		width: 100%;
		padding: 16px;
		color: #000;
		border-top: 1px solid #d8d8d8;
	}

	.mobile-menu .menu__link:last-child {
		border-bottom: 1px solid #d8d8d8;
	}

	.mobile-menu--sub {
		z-index: 22;
	}
	.mobile-menu--sub .sub-menu,
	.catalog-menu {
		position: static;
		box-shadow: none;
		width: 100%;
		max-width: unset;
		min-width: unset;
	}

	.mobile-menu--sub .mobile-menu__middle {
		overflow: auto;
	}

	.user-expiriens {
		display: flex;
		align-items: center;
	}

	.icon--lk,
	.icon--cart {
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	.humburger {
		display: block;
		width: 24px;
		height: 24px;
		position: relative;
		margin-left: 27px;
	}
	.icon--humburger {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		pointer-events: none;
		background-image: url(/local/templates/stall-doors/css/../img/humburger.png);
	}
	.header__top {
		padding-bottom: 0;
	}
	.solutions .container::before {
		display: none;
	}
	.solutions .title {
		width: 100%;
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 74px;
	}

	.solutions .title span {
		display: inline-block;
	}
	.solutions__item {
		padding: 0;
		min-height: unset;
	}
	.countes--line-after::after {
		display: none;
	}
	.solutions__list .carousel__nav,
	.solutions__list .countes {
		position: static;
	}
	.solutions__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 50px 50px;
	}
	.solutions__list .images {
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: -210px;
	}
	.solutions__item--img:not(.active) {
		position: absolute;
	}
	.solutions__item--img {
		position: static;
		top: auto;
		right: auto;
	}
	.solutions__list .carousel__viewport {
		margin-bottom: 40px;
	}
	.consult {
		background-color: #efefef;
		padding: 30px 0;
	}
	.consult .container {
		display: block;
	}
	.consult .title {
		padding: 0;
		margin: 0;
		background-color: transparent;
		text-align: left;
	}
	.info-block .container {
		display: block;
	}
	.info-block__img {
		position: static;
		order: 2;
		margin: 0 auto;
		width: 360px;
		margin-top: -160px;
		z-index: 11;
	}
	.info-block__text {
		order: 1;
		max-width: unset;
		padding-bottom: 140px;
	}
	.info-block__left {
		padding-top: 0;
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 40px;
	}
	.info-block__right {
		margin: 0 auto;
		overflow: hidden;
	}
	.info-slider {
		--carousel-slide-width: calc(100% / 2);
	}
	.serteficat {
		background-color: #f2f2f2;
	}
	.serteficat .container {
		display: block;
	}
	.serteficat__left {
		padding: 50px 0;
	}
	.serteficat__right {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 30px 0;
	}
	.serteficat__right .carousel__viewport {
		margin-bottom: 40px;
	}
	.serteficat .countes,
	.serteficat .carousel__nav {
		position: static;
	}
	.calc-main > div {
		flex-flow: row wrap;
		justify-content: center;
	}
	.calc-main__left {
		max-width: unset;
		width: 100%;
	}
	.calc > .border__btn {
		margin-right: 0;
	}
	.calc-main__right {
		width: 100%;
		position: relative;
		text-align: center;
	}
	.calc-main__right img {
		width: 272px;
		margin: 0 auto;
	}
	.calc-main__right .price {
		right: auto;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.testing-product .container {
		display: block;
	}
	.testing-product__left {
		text-align: center;
	}
	.testing-product__left .title {
		max-width: unset;
		text-align: left;
	}
	.testing-product__left img {
		max-width: 450px;
		margin: 0 auto;
	}
	.testing-product__right {
		max-width: unset;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.testing-product__left a {
		left: 0;
		justify-content: center;
		bottom: auto;
		top: 150%;
	}
	.clients__list {
		-ms-grid-columns: 1fr 1fr 1frs;
		grid-template-columns: repeat(3, 1fr);
	}
	.reviews__item {
		flex-flow: column;
	}
	.reviews__item--right {
		max-width: unset;
	}
	.reviews__item--left {
		display: flex;
		align-items: center;
		max-width: unset;
		margin-bottom: 80px;
	}
	.reviews__item--logo {
		flex: 0 0 auto;
		order: 1;
	}
	p.reviews__item--title {
		order: 2;
		margin-bottom: 0;
	}
	.reviews__item::before {
		background-size: cover;
		left: 40px;
		width: 80px;
		height: 60px;
		top: 135px;
	}
	.how-order__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
	.callback .container {
		display: block;
	}
	.callback .title {
		max-width: unset;
		margin-bottom: 40px;
	}
	.callback .form-callback input[type="submit"] ~ p.policy {
		display: block;
		max-width: unset;
	}
	.fake-map__info .title {
		font-size: 30px;
		line-height: 40px;
	}
	.fake-map__info {
		width: 451px;
		padding: 30px 40px;
		top: 282px;
	}
	.footer .container {
		flex-flow: column;
	}
	.footer__center {
		width: 100%;
		justify-content: space-between;
		order: 1;
	}
	.footer__left {
		order: 2;
	}
	.footer__right {
		order: 3;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer .logo {
		position: absolute;
		margin-bottom: 0;
		bottom: -75px;
		left: 50%;
		transform: translateX(-50%);
	}
	.developer {
		display: flex;
		text-align: left;
		justify-content: flex-end;
		align-items: center;
	}
	p.developer__text {
		margin-bottom: 0;
		order: 2;
	}
	.developer img {
		order: 1;
		margin-right: 20px;
	}
	.promo {
		display: none;
	}
	.slider__item:not(.slider__item--full) .first__bg {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		--red-circle: 600px;
	}
	.first h1 {
		max-width: unset;
		margin-bottom: 40px;
	}
	.slider__item:not(.slider__item--full) .first__bg img {
		width: 340px;
	}

	.catalog {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}
	.catalog__sidebar {
		display: none;
	}
	.inline-filter__standart {
		font-size: 14px;
	}
	.catalog .catalog__list:not(.catalog .catalog__list--row) {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog-element {
		flex-flow: column;
		align-items: center;
	}
	.catalog-element__sliders {
		margin-bottom: 30px;
	}
	.catalog-element__prop {
		padding: 0;
		grid-row-gap: 30px;
	}
	.har:not(.har--line) .har__item:not(:last-child) {
		border: none;
	}
	.catalog-element__block .har__item {
		display: block;
		margin-bottom: 16px;
		padding: 0;
		flex-flow: column;
	}
	.catalog-element__block .har:not(.har--line) .har__name {
		color: #929292 !important;
		word-break: break-word;
		width: 100%;
	}
	.catalog-element__block .har .har__item > * {
		width: 100%;
	}
	.catalog-element__block h2 {
		margin-bottom: 25px;
	}
	.catalog-element__block {
		padding: 30px;
		margin-bottom: 16px;
	}
	.serteficat__slider .carousel__nav {
		display: none;
	}
	.catalog-element__block .serteficat__slider {
		margin-bottom: 20px;
	}
	.popup-order__bottom {
		flex-flow: row wrap;
		justify-content: center;
	}
	.popup-order__bottom .all-price {
		flex: 0 0 100%;
		margin: 0 auto 20px;
		justify-content: center;
		flex-flow: column;
	}
	.popup-order__bottom .all-price span {
		text-align: center;
	}
	.popup-order__bottom .all-price span:last-child {
		margin: 0;
		order: 1;
	}
	.popup-order__bottom .all-price span:first-child {
		order: 2;
	}
	.content__block {
		display: block;
		text-align: center;
		overflow: hidden;
	}
	.content__block > *,
	.content__block--full .content__block-left,
	.content__block--style3 p {
		max-width: unset;
		text-align: left;
	}
	.content__block--full .content__block-left {
		padding-top: 90px;
		padding-bottom: 20px;
	}
	.content__block--full .content__block-left::after {
		top: 48px;
	}
	.content__block--full .content__block-left::before {
		width: 1240px;
		height: 100%;
		right: auto;
		left: 50%;
		margin-left: -620px;
	}
	.content__block > *:not(:only-child):first-child {
		margin-bottom: 45px;
	}
	.content__block > *:not(:only-child):last-child {
		margin-left: 0;
		margin-right: 0;
	}
	.content__block .text {
		padding: 0;
		text-align: left;
	}
	.img-shadow {
		width: 100%;
		margin: 0 auto;
		max-width: 480px;
	}
	.bordered,
	p.bordered {
		margin: 50px auto;
	}
	.logo {
		width: 100px;
	}
	.logo img {
		width: 100%;
	}
	.content__block--style3 p {
		margin-top: 60px;
	}
	.shift-top {
		margin-top: 0;
	}
	.blocks {
		margin-top: 0;
		flex-flow: column;
	}
	.blocks > div {
		max-width: unset !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.blocks > div:first-child {
		order: 2;
	}
	.blocks > div:last-child {
		order: 1;
	}
	.blocks h3 {
		max-width: unset;
		min-height: unset;
		padding: 114px 20px 20px;
	}
	.deliver-info .blocks {
		display: block;
	}
	.content__block img:not([class]) {
		height: 228px;
		max-width: unset;
	}
	.blocks h3::before {
		left: 20px;
		top: 40px;
	}
	.content__block > *:not(:only-child):first-child {
		padding: 0;
		margin-bottom: 60px;
	}
	.gate-create .content__block {
		overflow: visible;
	}
	.gate-create .content__block img {
		width: 100%;
		max-width: 480px;
		height: auto;
	}
	.gate-type__list {
		grid-gap: 50px;
	}
	.gate-create .content__block--style4,
	.door-create .content__block {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.gate-create .content__block--style4 img {
		margin-top: 0;
		margin-bottom: 0 !important;
		order: 2;
	}
	.gate-create .content__block--style4 .text {
		order: 1;
		max-width: unset;
		margin-left: 0 !important;
		margin-bottom: 40px;
		padding-top: 30px;
	}
	.gate-type {
		padding: 25px 0;
	}
	.gate-create .content__block--style4 + p.bordered {
		margin: 50px auto;
	}
	.door-create .content__block {
		overflow: visible;
		justify-content: center;
	}
	.door-create > .container > .content__block > *:not(:only-child):first-child {
		order: 2;
		margin-bottom: 0;
	}
	.door-create > .container > .content__block > *:not(:only-child):last-child {
		order: 1;
		margin: 40px auto;
	}
	.colored-block {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 32px;
	}

	.padding-block {
		padding: 16px 0 !important;
	}

	.door-create .bg-color {
		position: relative;
		z-index: 2;
	}
	.content__block > *:not(:only-child):first-child {
		margin-bottom: 32px;
	}
	.colored-block .content__block + p.bordered,
	.colored-block .content__block + .bordered {
		margin-top: 50px;
	}

	.door-create .bg-color::before {
		display: block;
		content: "";
		height: 100%;
		width: 1200px;
		background-color: var(--bg-color);
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -600px;
		z-index: -1;
	}
	.door-create .blocks > div:first-child,
	.double-contur .blocks > div:first-child {
		order: 1;
	}
	.blocks.full {
		margin-bottom: 62px;
	}
	.colored-block .content__block > *:last-child {
		max-width: unset;
	}
	.gate-create .content__block--style4 .btn,
	.door-create .content__block--style4 .btn {
		margin: 0 auto;
	}
	.double-contur .content__block img + .blocks > div.shift-top,
	.double-contur .content__block img + .blocks {
		margin-top: 0;
	}
	.double-contur .colored-block {
		margin-top: 0;
		margin-bottom: 63px;
		padding-top: 35px;
		padding-bottom: 0;
	}
	.double-contur .colored-block .content__block > div:first-child,
	.double-contur .blocks.full > div:first-child {
		max-width: unset;
		margin-bottom: 30px;
	}
	.double-contur .colored-block .content__block > *:last-child {
		margin: 0 auto;
	}
	.double-contur .colored-block .content__block {
		overflow: visible;
	}
	.timed-block {
		margin-bottom: 0;
		min-height: unset;
	}
	.timed-block p {
		font-size: 13px;
	}
	.timed-block p.time {
		font-size: 45px;
		line-height: 48px;
	}
	.timed-block p.time span {
		font-size: 30px;
	}
	.double-contur .blocks.full {
		margin-bottom: 50px;
	}
	.double-contur .blocks.full + p.bordered,
	.double-contur .blocks.full + .bordered {
		margin: 50px auto;
	}
	.ral .content__block .text p:last-child {
		margin-bottom: 0;
	}
	.ral-calc {
		display: block;
		padding: 16px 0;
		position: relative;
		z-index: 2;
	}
	.ral-calc::before {
		display: block;
		content: "";
		width: 1200px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -600px;
		z-index: -1;
		background-color: var(--bg-color);
	}
	.ral-calc__view {
		max-width: 480px;
		margin: 0 auto;
	}
	.ral-calc__list {
		--size: 47px;
		border: 0;
		max-width: unset;
		margin-bottom: 51px;
	}
	.ral-calc__color {
		border: none;
	}
	.ral-calc__list:not(.fancybox__content) .ral-calc__color:nth-child(n + 6) {
		display: none;
	}

	.ral-calc__list .js-more-color {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.ral-calc__list.fancybox__content .js-more-color {
		display: none !important;
	}
	.ral .content__block > *:not(:only-child):last-child {
		margin: 0;
	}
	.ral .blocks.full > div h3 {
		min-height: unset;
		margin-bottom: 30px;
	}
	.price-list .colored-block {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.test-product .blocks .shift-top {
		margin-top: 0;
	}
	.test-product .blocks > div:first-child {
		order: 1;
	}
	.test-product .blocks {
		margin-top: 0;
		margin-bottom: 0;
	}
	.test-product .blocks h3 {
		margin-bottom: 30px;
	}
	.test-product .content__block {
		margin-bottom: 50px;
	}
	.content__block--img {
		display: flex;
	}
	.content__block--img img {
		height: auto !important;
		width: 100%;
	}
	.test-product .colored-block {
		padding: 16px 0;
	}
	.test-product .colored-block .content__block > div:first-child {
		max-width: unset;
	}
	.test-product .content__block > div:not(:only-child):last-child {
		margin-left: 0;
	}
	.serteficat__list {
		-ms-grid-columns: 1fr 1fr 1frs;
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 30px;
		grid-gap: 15px;
	}
	.serteficat__list .serteficat__item:first-child {
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}
	.serteficat-page .blocks.full.full--style2 h3 {
		margin-bottom: 30px;
	}
	.blocks.full.full--style2 h2 {
		margin-bottom: 30px;
	}
	.blocks.full.full--border > div:first-child {
		border: none;
		padding: 0;
		order: 1;
	}
	.bg-color-padding {
		padding: 20px;
	}
	.bg-color-padding .bordered,
	.bg-color-padding p.bordered {
		margin: 0 auto;
	}
	.bg-color-padding + .article {
		margin: 50px auto;
	}
	.reviews-page .reviews__list .reviews__item--logo {
		order: 2;
	}
	.reviews-page .reviews__list .reviews__item {
		padding: 14px 16px;
	}
	.fancybox__content.reviews__item {
		padding: 60px;
	}
	.news__item {
		padding: 16px;
	}
	.news__item--title {
		font-size: 20px;
		line-height: 30px;
	}
	.news__list {
		grid-gap: 25px;
	}
	.news__item--article {
		padding: 0;
	}
	.news__item--text {
		padding: 20px;
	}
	.article .catalog__list {
		display: flex;
		overflow: auto;
	}
	.article .catalog__list .catalog__item {
		flex: 0 0 auto;
		width: 300px;
	}
	.news .article > img {
		width: 100%;
	}
	.contact__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	.contact__block--full {
		-ms-grid-column-span: unset;
		grid-column-end: unset;
	}
	.contact__list .fake-map__info {
		width: unset;
		background-color: transparent;
	}
	.montaj .blocks > div:first-child {
		order: 1;
		width: 95%;
		margin: -30px 0 0;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.montaj .content__block {
		margin-bottom: 50px;
	}
	.montaj .content__block + h2 {
		margin-bottom: 30px;
	}
	.montaj h2 + .content__block {
		display: flex;
		flex-flow: column;
	}
	.montaj h2 + .content__block > *:not(:only-child):last-child {
		order: 1;
		margin: 0;
	}
	.montaj h2 + .content__block > *:not(:only-child):first-child {
		order: 2;
	}
	.montaj .blocks.full.full--style2 > div:first-child {
		width: 100%;
		margin: 0;
	}
	.blocks > div p {
		margin: 15px 0;
	}
	.montaj .colored-block {
		padding: 16px 0;
	}
	.montaj .colored-block .content__block > *,
	.montaj .colored-block .content__block > *:last-child {
		max-width: unset;
	}
	.montaj .colored-block + .container > .full--style2 .shift-top {
		margin: 0;
	}
	.montaj + .callback {
		margin-top: 30px;
	}
	.montaj .big-red,
	.montaj .colored-block .content__block h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.montaj .colored-block .content__block h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.t-m-b {
		margin-bottom: 15px;
	}
	.montaj .colored-block {
		margin-bottom: 26px;
	}
	.dilers .colored-block {
		margin-top: 30px;
	}
	.calc-page .blocks > div:first-child {
		order: 1;
	}
	.calc-page .colored-block {
		padding: 16px;
		margin-top: 30px;
	}
	.calc-page .calc-main__right .price {
		right: auto;
	}
	.calc-page .calc-main {
		margin-top: 20px;
	}
	.calc-page .calc-main__right img {
		width: 272px;
	}

	.calc-page .calc .calc__top,
	.calc-page .calc .sizes {
		grid-template-columns: repeat(auto-fill, minmax(299px, 1fr));
	}

	.cookie-block {
		left: 20px;
		bottom: 20px;
	}
}
@media only screen and (max-width: 930px) {
	.color-variant__list.fancybox__content {
		grid-template-columns: repeat(8, 1fr);
	}
}
@media only screen and (max-width: 760px) {
	.popup-order__complect-list,
	.popup-order__dop-list {
		display: block;
	}
	.popup-order__dop-list .icon--info:before {
		position: fixed;
		bottom: auto;
		top: 50%;
		width: 100%;
		max-width: 280px;
	}
	.popup-order__dop-list .icon--info:hover:before,
	.popup-order__dop-list .icon--info.open:before {
		transform: translate3d(-50%, -50%, 0);
	}
	.footer__left {
		margin-bottom: 15px;
	}
	.bx-filter-popup-result {
		display: none !important;
	}
	html,
	body {
		font-size: 16px;
	}
	.container,
	.container:not(.container--no-md) {
		max-width: 480px;
	}
	.header {
		padding: 10px;
	}

	.logo img,
	.footer .logo {
		width: 87px;
	}
	.first .slider__item {
		padding-top: 39px;
	}
	.first h1 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 34px;
	}
	.slider__item:not(.slider__item--full) .first__bg img {
		width: 245px;
	}
	.slider__item:not(.slider__item--full) .first__bg {
		--red-circle: 450px;
	}
	.slider__item--full .content {
		margin-bottom: 30px;
	}
	.slider__item--full .content p {
		font-size: 35px;
		line-height: 45px;
	}
	.slider__item--full .content .num {
		font-size: 50px;
		line-height: 50px;
	}
	.liders {
		padding-top: 34px;
	}
	.title span {
		display: inline-block;
	}
	.catalog__item--info {
		padding: 16px 16px 0 16px;
	}
	.catalog__item--img {
		padding: 16px;
	}
	.catalog__item--small,
	.har .har__item > * {
		font-size: 13px;
	}
	.catalog__item--title {
		font-size: 18px;
	}
	.catalog__item--har {
		margin-top: 7px;
	}
	.catalog__item--bottom {
		margin-top: 7px;
		padding: 0 16px 16px 16px;
	}
	.solutions {
		padding-bottom: 0;
	}
	.solutions .title {
		padding: 0;
		width: 100%;
		font-size: 40px;
		line-height: 45px;
		text-align: center;
		margin-bottom: 31px;
	}
	.solutions__border::before {
		display: none;
	}
	.solutions__list {
		padding: 29px 31px;
	}
	p.solutions__item--name {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 14px;
	}
	.solutions__border::after {
		width: 21px;
		top: 48px;
	}
	.price-list .table__wrapper table {
		table-layout: unset !important;

	}
	.solutions__list .images {
		margin-bottom: -130px;
	}
	.consult {
		padding-top: 71px;
	}
	.consult .title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.info-block {
		padding-top: 0;
	}
	.info-block__text {
		padding: 16px 16px 140px 16px;
	}
	.info-block__img {
		width: 280px;
	}
	.info-block__item--num {
		font-size: 50px;
	}
	.info-block__item:not(:last-child) {
		margin-bottom: 26px;
	}
	.info-block__item:not(:last-child)::after {
		bottom: -16px;
	}
	.info-slider {
		padding-top: 67px;
		padding-bottom: 32px;
	}
	.info-slider {
		--carousel-slide-width: 320px;
	}
	.serteficat__left {
		padding: 16px 0;
	}
	.serteficat__item:nth-child(odd) {
		margin-top: 0;
	}
	.calc-main {
		padding-top: 32px;
		padding-bottom: 36px;
	}
	.calc-main > div,
	.calc-main > div.container {
		padding: 14px 26px 34px;
	}
	.calc-main__left .title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 28px;
	}

	.calc__top,
	.calc .sizes {
		display: grid;
		grid-template-columns: repeat(1, minmax(240px, 1fr));
		grid-gap: 20px 40px;
	}
	.calc .sizes {
		margin-top: 0;
	}
	.calc > div {
		min-width: unset;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.calc > .border__btn {
		text-align: center;
	}
	.calc-main__right .price {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 19px;
	}
	.testing-product__left .title,
	.reviews__top .title,
	.callback .title,
	.title,
	.serteficat__left .title,
	.how-order .title,
	.page-title {
		font-size: 40px;
		line-height: 50px;
	}
	.clients .title {
		font-size: 30px;
		line-height: 40px;
	}
	.testing-product__left img {
		max-width: unset;
	}
	.testing-product__right {
		padding-top: 21px;
	}
	.testing-product__right {
		top: 154%;
	}
	.clients .title {
		margin-bottom: 22px;
	}
	.reviews {
		position: relative;
		padding-bottom: 49px;
		margin-bottom: 70px;
	}
	.line,
	.reviews__list--bottom .line {
		display: none;
	}
	.reviews .custom-link {
		width: 247px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.reviews__item--logo {
		height: auto;
		width: 71px;
	}
	.reviews__item--logo img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	p.reviews__item--title,
	.reviews__item--right {
		font-size: 16px;
		line-height: 24px;
	}
	.reviews__item--left {
		margin-bottom: 87px;
	}
	.reviews__item::before {
		left: 20px;
		width: 63px;
		height: 46px;
		top: 75px;
	}
	.reviews__list--bottom .counters--custom {
		margin: 0;
	}
	.how-order {
		padding-top: 27px;
	}
	.how-order__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
	.callback .title {
		margin-right: 0;
	}
	.callback .form-callback--white input:not([type="submit"], [type="checkbox"], [type="radio"]) {
		width: 100%;
		max-width: unset;
	}
	.callback form > div {
		width: 100%;
	}
	.callback .form-callback input[type="submit"] {
		width: 100%;
	}
	.map {
		height: 735px;
	}
	.map > img {
		height: 100%;
	}
	.fake-map__info {
		width: 329px;
		top: auto;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.fake-map__info .info > *:not(.info__item) {
		font-size: 14px;
		line-height: 22px;
	}
	.fake-map__info .info > *:not(.info__item)::before,
	.fake-map__info .info > .info__item > ::before {
		margin-right: 11px;
	}
	.footer__center {
		display: block;
	}
	.footer__center .menu {
		max-width: unset;
		margin-bottom: 13px;
		margin-right: 0 !important;
		border-bottom: 1px solid #606060;
	}
	.footer__center .menu:not(.open) .menu__item:not(:first-child) {
		display: none;
	}
	.footer__center .menu:not(.open) .menu__item:first-child,
	.footer__center .menu:not(.open) .menu__item:first-child > * {
		width: 100%;
	}
	.footer__center .menu .menu__item:not(:last-child) {
		margin-bottom: 13px;
	}
	.footer__center {
		margin-bottom: 29px;
	}
	p.developer__text {
		font-size: 12px;
	}
	.footer {
		padding: 14px 0 60px;
	}
	.footer .logo {
		bottom: -45px;
	}
	.info-slider__item--name {
		font-size: 14px;
		line-height: 20px;
	}
	.info-slider {
		--carousel-slide-width: 178px;
	}
	.info-slider__item {
		margin-right: 27px;
	}
	.info-slider .carousel__nav > * {
		padding: 0;
		background-color: transparent;
		top: 10px;
	}
	.serteficat__item {
		margin: 0 5px;
		padding: 12px;
		max-width: 180px;
		max-height: 247px;
	}
	.catalog-menu--img {
		display: none;
	}
	.multi-adress__list.fancybox__content {
		position: relative;
		top: auto;
		left: auto;
	}
	.multi-adress__list.fancybox__content .carousel__button,
	.inline-filter__mode {
		display: none;
	}
	.page-title {
		max-width: unset;
	}
	.catalog__filter {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 60px 16px 60px;
		z-index: 22;
		overflow: auto;
	}
	.catalog__filter .filter__top {
		width: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		padding: 16px 0;
		z-index: 22;
		background-color: #fff;
	}
	.catalog__filter .filter__top .back {
		position: absolute;
		top: 15px;
		left: 16px;
	}
	.catalog__filter-placeholder::after {
		display: none;
	}
	.catalog__filter-placeholder {
		padding: 0;
		font-size: 20px;
		text-align: left;
		margin-bottom: 10px;
	}
	.catalog__filter-select:not(.open) > .catalog__filter-list {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.catalog__filter-list {
		box-shadow: none;
		padding: 0;
	}
	.catalog__filter-select {
		margin-bottom: 40px;
	}
	.filter__button {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #fff;
		padding: 23px 16px;
	}
	.filter_btn {
		border: 16px solid #cecece;
		padding: 9px 26px;
		font-size: 16px;
		line-height: 26px;
		position: relative;
		margin-bottom: 16px;
	}
	.filter_btn::after {
		content: "";
		width: 14px;
		height: 14px;
		background-image: url(/local/templates/stall-doors/css/../img/arrowDown.png);
		transform: rotate(-90deg);
		position: absolute;
		top: 15px;
		right: 26px;
		filter: invert(1);
	}
	.filter_btn.open ~ .catalog__filter {
		display: block;
		/*opacity: 1;*/
		/*visibility: visible;*/
	}
	.inline-filter__border {
		display: none;
	}
	.inline-filter__select span::after {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		margin-top: -2px;
		content: "";
		width: 14px;
		height: 14px;
		background-image: url(/local/templates/stall-doors/css/../img/arrowDown.png);
		filter: invert(0.4);
	}
	.inline-filter__border.fancybox__content .inline-filter__link:not(:first-child) {
		margin-top: 30px;
	}
	.catalog .catalog__list--row .catalog__item--img {
		padding: 10px;
		max-width: 110px;
		height: 147px;
	}
	.catalog .catalog__list--row .catalog__item-border {
		display: block;
		padding: 13px 15px 19px 0;
	}
	.catalog__item--title {
		display: block;
	}
	.catalog .catalog__list--row .catalog__item--bottom {
		padding: 0;
		flex-flow: row;
		justify-content: space-between;
	}
	.pugination {
		flex-flow: row wrap;
		overflow: hidden;
	}
	.pugination__item[class*="--prev"],
	.pugination__item[class*="--next"] {
		margin: 0 15px;
	}
	.color-variant__list.fancybox__content {
		/* -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
		/* grid-template-columns: repeat(8, 1fr); */
		grid-template-columns: repeat(6, 1fr);
	}
	.color-variant__list.fancybox__content .color-variant__color {
		height: 40px;
	}
	.popup-order__top {
		flex-flow: column;
		padding: 16px;
	}
	.catalog-element__prop.fancybox__content {
		max-width: 360px;
	}
	.popup-order__img {
		width: 100%;
		height: 398px;
		margin-bottom: 16px;
	}
	.popup-order__price {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.popup-order__price .price {
		margin: 0;
	}
	.popup-order__price {
		margin-bottom: 32px;
	}
	.popup-order__dop {
		padding: 0 16px;
	}
	.popup-order__dop-list {
		-moz-column-count: unset;
		column-count: unset;
	}
	.popup-order .custom-checkbox {
		justify-content: space-between;
	}
	.popup-order__bottom {
		padding: 16px;
	}
	.popup-order__bottom .all-price + .btn {
		margin-right: 8px;
	}
	.popup-order__bottom .btn {
		width: 155px;
		padding: 15px;
		text-align: center;
	}
	.promo-num p:first-child {
		font-size: 50px;
	}
	.bordered,
	p.bordered {
		padding: 20px 0;
		font-size: 20px;
		line-height: 30px;
	}
	.content__block--full .content__block-left {
		font-size: 20px;
		line-height: 30px;
	}
	.img-shadow,
	.gate-create .content__block img {
		max-width: 303px;
	}
	.content__block--style3 p {
		margin-right: 0;
		line-height: 30px;
	}

	.blocks h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.deliver-info {
		margin: 0;
		padding: 29px 16px;
	}
	.deliver-info .blocks {
		margin: 0;
	}
	.gate-type__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.gate-create .content__block--style2 {
		text-align: center;
	}
	.gate-create .content__block--style4 .btn,
	.door-create .content__block--style4 .btn {
		text-align: center;
	}
	.ral-calc__view {
		max-width: 325px;
	}
	.ral-calc__input.form-callback input:not([type="submit"], [type="checkbox"], [type="radio"]) {
		max-width: 181px;
		margin-right: 10px;
	}
	.ral-calc__input.form-callback {
		margin-bottom: 30px;
	}
	table.price tr td,
	table.price tr td:last-child {
		width: 400px;
	}
	.price-list ~ .callback {
		margin-top: 50px;
	}
	.price-list + .how-order {
		padding: 30px 0;
	}
	.content__block--img {
		flex-flow: column;
	}
	.reviews-page .reviews__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.reviews-page .reviews__list .reviews__item--logo {
		width: 101px;
		height: 62px;
	}
	.content-bg .callback {
		padding: 30px 0 0;
	}
	.fancybox__content.reviews__item {
		padding: 14px 16px 48px;
		max-width: 360px;
	}
	.fancybox__content.reviews__item .reviews__item--left {
		flex-flow: column;
		margin-bottom: 71px;
	}
	.fancybox__content.reviews__item .reviews__item--logo {
		margin: 0;
		width: 192px;
	}
	.fancybox__content.reviews__item .reviews__item--title {
		font-size: 25px;
		line-height: 35px;
	}
	.fancybox__content.reviews__item::before {
		left: 16px;
	}
	.fancybox__content.reviews__item .reviews__item--right {
		margin: 0;
	}
	.fancybox__content.reviews__item .carousel__button {
		right: 16px;
		top: 15px;
	}
	.news__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	.news__list .custom-link {
		font-size: 11px;
	}
	.news__offer {
		padding: 30px 0;
	}
	.p-block {
		font-size: 16px;
		line-height: 25px;
	}
	.contact__list .fake-map__info {
		transform: none;
	}
	.contact__block:not(.contact__block--full) {
		padding: 20px;
	}
	.montaj .container:first-child .content__block:first-child img {
		margin-left: -260px;
	}
	.dilers .colored-block {
		padding: 16px;
		margin: 26px 0;
	}
	.calc-page .calc > div {
		margin-right: 0 !important;
	}
	.testing-product__left a {
		position: static;
		margin-top: 30px;
	}
	.cookie-block {
		width: 100%;
		border-radius: 0;
		left: 0;
		bottom: 0;
	}
	.cookie-body {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.color-variant__list.fancybox__content {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 479px) {
	.btn--back {
		display: block;
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 24px;
		text-align: center;
	}
	body.page {
		display: block;
	}
	h2:not([class]),
	.page-title {
		font-size: 30px;
		line-height: 40px;
	}

	.container,
	.container:not(.container--no-md),
	.info-block__right {
		max-width: unset;
		padding: 0 16px;
	}

	.solutions .container,
	.info-block .container {
		padding: 0;
	}
	.calc-main {
		padding-right: 16px;
		padding-left: 16px;
	}
	.calc-main > .container {
		padding: 14px 26px 34px;
	}
	.calc-main__right .price {
		width: 191px;
	}
	.clients__item img {
		width: 100%;
	}
	.footer__left {
		flex: auto;
		margin-bottom: 29px;
	}
	.how-order__item {
		padding: 16px 34px 16px 25px;
	}
	.how-order__list {
		grid-gap: 0;
		grid-auto-rows: minmax(148px, auto);
	}
	p.how-order__item-name {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 7px;
	}
	.how-order__item-desc {
		font-size: 14px;
		line-height: 22px;
	}
	.how-order__item::before {
		width: 15px;
		top: 30px;
	}
	.mobile-menu__top .btn {
		font-size: 13px;
		line-height: 24px;
		padding: 8px 16px;
	}

	.mobile-menu .info > a {
		font-size: 13px;
		line-height: 24px;
	}
	.content {
		padding-top: 13px;
		padding-bottom: 30px;
	}
	.pugination {
		margin: 24px 0;
	}
	.catalog-element__slider--big {
		width: 100%;
		flex: auto;
	}
	.color-variant__list.fancybox__content .color-variant__color {
		height: 30px;
	}
	.razmer__lsit input {
		max-width: 142px;
	}
	.catalog-element__title {
		font-size: 16px;
		line-height: 26px;
	}
	.count {
		margin: 0;
	}
	.catalog-element__sliders {
		height: 398px;
	}
	.callback--page {
		padding: 0 16px;
	}
	.callback--page .container {
		padding: 19px 16px;
	}
	.testing-product__left .title,
	.reviews__top .title,
	.callback .title,
	.title,
	.serteficat__left .title,
	.how-order .title,
	.page-title {
		font-size: 30px;
		line-height: 40px;
	}
	.callback--page .title {
		margin-bottom: 11px;
	}
	.color-variant__list.fancybox__content {
		padding: 23px 16px;
	}
	.catalog-elemtn__line--bottom {
		justify-content: space-between;
	}

	.catalog-elemtn__line--bottom > div {
		margin: 0 auto 20px;
	}
	.content__block {
		text-align: left;
	}
	.content__block--style2 {
		text-align: right;
	}
	.timed-block {
		padding: 50px;
	}

	.serteficat__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.serteficat__list .serteficat__item:first-child {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
	.news__slider .news__list .news__item {
		width: 328px;
	}
	.contact .container {
		padding: 0;
	}
	.contact__block:not(.contact__block--full) {
		margin: 0 16px;
	}
	.content .contact {
		margin-bottom: -30px;
	}
	.footer__right {
		flex-direction: column;
		align-items: flex-start;
	}
	.developer__text br {
		display: none;
	}
	.download__link {
		align-self: flex-end;
	}
}
@media only screen and (max-width: 355px) {
	.catalog .catalog__list:not(.catalog .catalog__list--row) {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
	.catalog__item--img {
		height: 190px;
	}
	.razmer__lsit input {
		max-width: 120px;
	}
	.color-variant__list {
		flex-flow: row wrap;
	}
	.color-variant__color {
		margin-bottom: 16px;
	}
	.catalog-element__prop .dop .catalog-element__title::after {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.popup-order__bottom .btn {
		margin: 10px auto !important;
	}
	.ral-calc__list:not(.fancybox__content) .ral-calc__color:nth-child(n + 5) {
		display: none;
	}
	.ral-calc__input.form-callback input:not([type="submit"], [type="checkbox"], [type="radio"]) {
		max-width: 230px;
		margin: 0 auto 30px auto;
	}
	.ral-calc__input.form-callback .btn {
		margin: 0 auto;
	}
	.fancybox__content.reviews__item::before {
		display: none;
	}
	.fancybox__content.reviews__item .reviews__item--left {
		margin-bottom: 30px;
	}
	.news__slider .news__list .news__item {
		width: 286px;
	}
	.slider__item--full .content p {
		font-size: 32px;
	}
}
@media only screen and (max-width: 350px) {
	.mobile-menu .logo {
		display: none;
	}
	.mobile-menu .info > a:first-child::after {
		margin: 0 20px;
	}
}

/* End */


/* Start:/local/templates/stall-doors/css/custom.css?174841272723926*/
.catalog-big-banner__wrapper {
    background-color: #26252c;
    color: #fff;
    margin-bottom: 90px;
}

.catalog-big-banner__body.container {
    display: flex;
    flex-wrap: wrap;
    padding: 110px 0 90px;
}

.catalog-big-banner__text {
    width: 55%;
}

.catalog-big-banner__head {
    width: 450px;
    margin-bottom: 78px;
}

.catalog-big-banner__head h2 span {
    color: #f11832;
}

.catalog-big-banner__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-big-banner__list:before {
    content: "";
    position: absolute;
    background: radial-gradient(54.2% 54.2% at 50% 50%, rgba(241, 24, 50, 0.25) 29.62%, rgba(241, 24, 50, 0) 88.54%);
    height: 100%;
    width: 100%;
}

.catalog-big-banner__item {
    position: relative;
    background: #ffffff0f;
    border: 1px dashed #ffffff33;
    padding: 30px 47px;
    margin-bottom: 30px;
    min-height: 228px;
    width: calc(50% - 15px);
}

.catalog-big-banner__item:before {
    content: "";
    position: absolute;
    top: 41px;
    left: 0;
    background: #f11832;
    height: 2px;
    width: 28px;
}

.catalog-big-banner__item p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.catalog-big-banner__item p span {
    display: block;
    color: #f11832;
}

.catalog-big-banner__number {
    position: absolute;
    right: 30px;
    bottom: 25px;
    color: #979797;
    font-size: 40px;
    line-height: 30px;
    padding-left: 15px;
}

.catalog-big-banner__number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f11832;
    height: 100%;
    width: 2px;
}

.catalog-big-banner__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
}

.catalog-big-banner__image img {
    max-width: 100%;
}

@media only screen and (max-width: 1080px) {
    .catalog-big-banner__text,
    .catalog-big-banner__image {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .catalog-big-banner__body.container {
        padding: 50px 0;
    }

    .catalog-big-banner__head {
        margin-bottom: 40px;
    }

    .catalog-big-banner__item {
        min-height: 160px;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .catalog-big-banner__head {
        width: 100%;
        margin-bottom: 20px;
    }

    .catalog-big-banner__body.container {
        padding: 30px 16px;
    }
}

.btn.add-cart-unavailable {
    background-color: #9b9b9b;
    border-color: #828282;
    cursor: default;
    user-select: none;
}

.btn.add-cart-unavailable:hover {
    background-color: #9b9b9b;
    border-color: #828282;
}

.popup-telegram {
    display: block;
    width: 240px;
    height: 320px;
    position: fixed;
    right: 120px;
    bottom: 37px;
    z-index: 20;
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.popup-telegram__top {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 15px 15px 14px 19px;
    background-color: #ebebeb;
}

.popup-telegram__top p {
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.popup-telegram__top p span {
    color: #f11832;
}

.popup-telegram__bottom {
    padding: 6px 10px 13px;
    text-align: center;
}

.popup-telegram.hide {
    height: 121px;
}

@media only screen and (max-width: 1024px) {
    .popup-telegram {
        height: 121px;
        right: 20px;
        bottom: 20px;
    }
}

.popup-telegram .TelegramIcon {
    display: none;
}

@media screen and (max-width: 1080px) {
    .popup-telegram {
        position: unset;
        height: auto;
        width: 100%;
    }

    .popup-telegram.hide {
        height: auto;
    }

    .popup-telegram__top {
        justify-content: space-between;
    }

    .popup-telegram__top p {
        font-size: 14px;
        line-height: 18px;
    }

    .popup-telegram__top img {
        height: 42px;
        width: 42px;
    }

    .popup-telegram__bottom {
        display: none;
    }

    .popup-telegram .ArrowRight {
        display: none;
    }

    .popup-telegram .TelegramIcon {
        display: block;
    }
}

@media screen and (min-width: 1081px) {
    .social {
        bottom: 50px;
    }
}

.footer__center {
    justify-content: space-between;
}

.social__item {
    margin-left: 10px;
    color: #fff;
}
.production-process-video {
    padding-top: 67px;
}
.production-process-video__block {
    display: flex;
    position: relative;
}
.production-process-video {
    padding-bottom: 104px;
}
.production-process-video__title {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -0.02em;
    margin-bottom: 51px;
}
.production-process-video__title span {
    color: var(--color1);
}
.production-process-video__block::before {
    display: block;
    content: "";
    width: 940px;
    height: 905px;
    background-color: #e8e8e8;
    position: absolute;
    top: -134px;
    left: 505px;
    z-index: -1;
}
.colored_block-col {
    flex-direction: column;
}
.content__block--style4 {
    flex-direction: column;
}
.colored_block-col__content {
    max-width: none !important;
}
@media screen and (max-width: 1480px) {
    .production-process-video__block::before {
        width: 750px;
    }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1270px) {
    .production-process-video__block::before {
        left: 320px;
        height: 845px;
        top: -100px;
    }
    .production-process-video__title {
        font-size: 50px;
        line-height: 60px;
    }
    .production-process-video__block iframe {
        height: 690px !important;
        width: 850px !important;
    }
}
@media screen and (max-width: 1080px) {
    .production-process-video__block::before {
        left: 290px;
        height: 160px;
        top: -160px;
        width: 450px;
    }
    .production-process-video__block iframe {
        height: 690px !important;
        width: 850px !important;
    }
}
@media screen and (max-width: 760px) {
    .production-process-video__block::before {
        display: none;
    }
    .production-process-video__block iframe {
        height: 420px !important;
        width: 480px !important;
    }
    .production-process-video__title {
        font-size: 40px;
        line-height: 50px;
    }
    .testing-product__right {
        padding-bottom: 0px;
    }
    .production-process-video {
        padding-top: 0px;
    }
    .production-process-video {
        padding-bottom: 36px;
    }
}
@media screen and (max-width: 479px) {
    .production-process-video__title {
        font-size: 30px;
        line-height: 40px;
    }
    .production-process-video__block iframe {
        height: 285px !important;
        width: 445px !important;
    }
    .testing-product__right {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 390px) {
    .production-process-video__title {
        font-size: 24px;
        line-height: 35px;
    }
}

.youtube {
    max-width: 100%;
}

.youtube_placeholder {
    position: relative;
    max-width: 100%;
}

.youtube_placeholder:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 49px;
    background-image: url(/local/templates/stall-doors/img/youtube_btn.png);
    opacity: 0.9;
}

.youtube .youtube_placeholder img {
    width: 100%;
}

.slider__item:not(.slider__item--full) .first__bg img,
.info-block__img {
    height: auto;
}

picture.info-block__img img {
    width: 100%;
    height: auto;
}

.serteficat__item > picture > img {
    max-width: 100%;
    vertical-align: top;
}
/* new banner */
.custom-banner-overlay {
}
.custom-banner-wrapper {
}
.custom-banner-block {
    background: url("/local/templates/stall-doors/img/banner/Group-3-full.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px 50px 76px 50px;
}
.custom-banner-content {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 133px;
}
.custom-banner-num {
    font-weight: 700;
    font-size: 162.05px;
    line-height: 196px;
    color: #df3333;
}
.custom-banner-text {
    font-weight: 700;
    font-size: 38.2464px;
    line-height: 46px;
    color: #ffffff;
}
.custom-banner-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #df3333;
    border: 1px solid #df3333;
    padding: 19px 44.5px;
    max-width: 242px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.custom-banner-btn:hover {
    background: #ffffff;
    color: #000000;
}
.btn-mob {
    display: none;
}
@media (max-width: 1000px) {
    .custom-banner-block {
        padding: 50px 25px 50px 25px;
    }
    .custom-banner-num {
        font-size: 80px;
        line-height: 80px;
    }
    .custom-banner-text {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }
    .custom-banner-content {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 155px;
    }
    .custom-banner-text br {
        display: none;
    }
    .custom-banner-btn {
        max-width: none;
    }
}
@media (max-width: 479px) {
    .btn-mob {
        display: block;
    }
    .btn-pc {
        display: none;
    }
}
.download__link {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--color1);
    border: 3px solid var(--color1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    width: 250px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.developer {
    margin-bottom: 20px;
}
.download__link:hover {
    background: var(--color1);
    color: #ffffff;
    border: none;
}
@media screen and (max-width: 1270px) {
    .download__link {
        font-size: 14px;
        line-height: 18px;
        width: 193px;
        height: 60px;
    }
}

.catalog-section-scheme__block {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.catalog-section-scheme__image,
.catalog-section-scheme__text {
    margin: 0 auto;
    width: calc(50% - 20px);
}

.catalog-section-scheme__image img {
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .catalog-section-scheme__block {
        gap: 20px;
    }

    .catalog-section-scheme__image,
    .catalog-section-scheme__text {
        width: 100%;
    }
}

.catalog-element__slider--big .catalog-element__slider-item img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 100%;
}

.catalog-section-coloring__block {
    display: flex;
    gap: 40px;
}

.catalog-section-coloring__list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 15px;
}

a.catalog-section-coloring__item {
    color: inherit;
}

.catalog-section-coloring__item div:first-child {
    border: 2px solid #f2f2f2;
    width: 100px;
    height: 100px;
}

.catalog-section-coloring__item.selected div:first-child {
    border: 2px solid #f11832;
}

.catalog-section-coloring__image {
    flex-shrink: 0;
    height: 400px;
}

.catalog-section-coloring__image img {
    height: 100%;
    transition: 0.25s;
}

.catalog-section-coloring__item div:last-child {
    text-align: center;
    font-size: 0.85em;
}

.catalog-section-coloring__item.other div:first-child {
    background-image: url(/local/templates/stall-doors/img/ralImg-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(100% - 10px);
}

@media screen and (max-width: 1480px) {
    .catalog-section-coloring__image {
        height: 370px;
    }

    .catalog-section-coloring__item div:first-child {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 1270px) {
    .catalog-section-coloring__image {
        height: 310px;
    }

    .catalog-section-coloring__item div:first-child {
        width: 70px;
        height: 70px;
    }

    .catalog-section-coloring__item div:last-child {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 1270px) {
    .catalog-section-coloring__image {
        height: 310px;
    }

    .catalog-section-coloring__item div:first-child {
        width: 70px;
        height: 70px;
    }

    .catalog-section-coloring__item div:last-child {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 1080px) {
    .catalog-section-coloring__block {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .catalog-section-coloring__list {
        gap: 5px;
    }
}

@media screen and (max-width: 479px) {
    .catalog-section-coloring__item div:first-child {
        width: 40px;
        height: 40px;
    }

    .catalog-section-coloring__item div:last-child {
        font-size: 0.5em;
        line-height: 1.5em;
    }
}

/* warning-block */
.warning-block {
    margin-bottom: 30px;
    padding: 5px;
    border: 3px solid var(--color1);
    animation: waranim 5s infinite linear;
}
.warning-block__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
@keyframes waranim {
    0% {
        box-shadow: var(--color1) 0px 0px 0px;
    }
    50% {
        box-shadow: var(--color1) 0px 0px 10px;
    }
    100% {
        box-shadow: var(--color1) 0px 0px 0px;
    }
}
/* end-warning-block */
/* accordion-block-vakansii-voronezh */
.vakansii {
    margin-bottom: 72px;
}
.vakansii__wrapper {
}
.vakansii-accordion {
    overflow: hidden;
    border: 3px solid #eaeaea;
}
.vakansii-accordion:not(:last-child) {
    margin-bottom: 20px;
}
.vakansii-accordion__title {
    position: relative;
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    width: 100%;
    position: relative;
}
.vakansii-accordion__title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 30px;
    height: 30px;
    background: url("/images/vakansii/arrow-black.svg") no-repeat;
    background-size: contain;
    transition: transform 0.3s ease 0s;
}
.vakansii-accordion__content {
    margin: 0 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 0;
    color: #000;
}
.vakansii-accordion__title.active {
    background: #eaeaea;
}
.vakansii-accordion__title.active::after {
    transform: rotate(180deg) translateY(50%);
}
.vakansii-accordion.active .vakansii-accordion__content {
    margin: 20px;
}
.vakansii-accordion__content ul {
    margin-bottom: 20px;
    font-size: 16px;
}
@media (max-width: 1080px) {
    .vakansii-accordion__title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 760px) {
    .vakansii-accordion__title {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .vakansii-accordion__title {
        padding: 10px 40px 10px 10px;
    }
    .vakansii-accordion__title::after {
        width: 20px;
        height: 20px;
    }
    .vakansii-accordion__content {
        margin: 0px 10px;
    }
    .vakansii-accordion.active .vakansii-accordion__content {
        margin: 10px;
    }
    .vakansii-accordion__content ul {
        padding-left: 30px;
    }
    .vakansii-accordion__content h4 {
        margin-bottom: 10px;
    }
    .vakansii-accordion__content li:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .vakansii {
        margin-bottom: 30px;
    }
}
/* end-accordion-block-vakansii-voronezh */

.catalog__list:not(.catalog__list--common) .catalog__item--img img,
.basket-item-image-link img,
.popup-order__img img {
    background-color: #cc0605;
    max-width: 100%;
    width: auto;
}

.catalog-element__slider--big .catalog-element__slider-item img {
    height: auto;
    max-height: 100%;
}

.verticalSlider .slider-wrapper .vertical_slide {
    display: flex;
    align-items: center;
}

section.videobanner {
    background-color: var(--bg-color);
}

section.videobanner video {
    max-width: 100%;
}
.promo__item {
    max-width: 320px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-right: 25px;
}
.har__names {
    color: red;
}

.btn--catalog:hover {
    background-color: var(--color1);
    color: #fff;
}
.btn-footer {
    padding: 12px 10px;
}
.info-text-description {
    color: var(--color1);
    margin-bottom: 20px;
    font-size: 14px;
}

.k-other .catalog__list:not(.catalog__list--common) .catalog__item--img img {
    background-color: transparent;
}
.catalog__item--bottom {
    align-items: flex-end;
}

.popup-order__color {
    margin: 34px 0 0 0;
}

.color-variant__selected {
    font-size: 18px;
    margin-top: 5px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 10px;
}

.color-variant__selected span {
    font-weight: 500;
}

.popup-order__color-selected .popup-order__title {
    margin-bottom: 0;
}

.popup-order__color-selected {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 34px 0;
}

.popup-order__color-selected .value {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.grecaptcha-badge {
    display: none;
}

.schema {
    display: none;
}
/* блок портфолио */
.n-portfolio {
    margin-bottom: 128px;
    /*display: none;*/
}
.portfolio__list {
    display: flex;
    flex-direction: column;
    gap: 113px;
}
.portfolio__item {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.portfolio__name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.8px;
    color: #000;
}
.portfolio-slider {
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 46px;
}
.portfolio-slider__item {
    width: auto;
    height: 300px;
    transition: all 0.3s ease 0s;
}
.portfolio-slider__item:hover {
    transform: translateY(-10px);
}
.portfolio-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.portfolio-slider__bottom {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: center;
}
.portfolio-slider__pagination {
    display: flex;
    max-width: 80px;
    width: 100%;
}
.portfolio-slider__pagination .swiper-pagination-current,
.portfolio-slider__pagination .swiper-pagination-total {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #c2c2c2;
}
.portfolio-slider__pagination .swiper-pagination-current {
    color: #f11832;
    position: relative;
    padding-right: 36px;
}
.portfolio-slider__pagination .swiper-pagination-current::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    width: 18px;
    height: 1px;
    background: #d0d0d0;
}
.portfolio-slider__line {
    background: #c2c2c2;
    height: 1px;
    width: 100%;
}
.portfolio-slider-nav {
    max-width: 106px;
    width: 100%;
    display: flex;
    gap: 14px;
}
.portfolio-slider-nav__prev.swiper-button-disabled,
.portfolio-slider-nav__next.swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
}
.portfolio-slider-nav__prev,
.portfolio-slider-nav__next {
    width: 46px;
    height: 46px;
    border: 1px solid #686868;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.portfolio-slider-nav__prev::after,
.portfolio-slider-nav__next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    filter: grayscale(1);
    transition: all 0.2s ease 0s;
}
.portfolio-slider-nav__prev::after {
    background: url("/local/templates/stall-doors/img/svg/arrow-left.svg") no-repeat center / contain;
}
.portfolio-slider-nav__next::after {
    background: url("/local/templates/stall-doors/img/svg/arrow-right.svg") no-repeat center / contain;
}
.portfolio-slider-nav__prev:hover::after,
.portfolio-slider-nav__next:hover::after {
    filter: none;
}
.portfolio-slider-nav__prev:hover,
.portfolio-slider-nav__next:hover {
    border-color: #f11832;
}
@media screen and (max-width: 1440.98px) {
    .portfolio__name {
        font-size: 30px;
        line-height: 40px;
    }
    .portfolio__list {
        gap: 80px;
    }
    .n-portfolio {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1024.98px) {
    .portfolio__name {
        font-size: 25px;
        line-height: 35px;
    }
    .portfolio-slider {
        gap: 40px;
    }
    .portfolio__list {
        gap: 60px;
    }
    .n-portfolio {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .portfolio-slider {
        gap: 25px;
    }
    .portfolio__list {
        gap: 30px;
    }
    .n-portfolio {
        margin-bottom: 40px;
    }
    .portfolio-slider__item {
        height: 250px;
    }
    .portfolio-slider-nav__prev,
    .portfolio-slider-nav__next {
        width: 40px;
        height: 40px;
    }
    .portfolio-slider__pagination .swiper-pagination-current,
    .portfolio-slider__pagination .swiper-pagination-total {
        font-size: 16px;
        line-height: 24px;
    }
    .portfolio-slider__bottom {
        gap: 15px;
    }
    .portfolio-slider__pagination .swiper-pagination-current {
        padding-right: 30px;
    }
    .portfolio-slider__pagination .swiper-pagination-current::before {
        right: 5px;
    }
    .portfolio__name {
        font-size: 21px;
        line-height: 30px;
    }
}
/* конец блока портфолио */
.yt-video {
    display: none;
}

.compensate-for-scrollbar {
    padding: 0 !important;
}
.catalog-element__content .n-portfolio {
    display: none;
}
.content__block--style4 .btn--style2 {
    float: right;
}

.n-policy {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0;
}
.n-policy .policy {
    margin: 0;
}
.n-policy input {
    display: none !important;
}
.n-policy input:checked + .n-policy__label::before {
    opacity: 1;
}
.n-policy__label {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid #f11832;
    position: relative;
    cursor: pointer;
}
.n-policy__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    opacity: 0;
    background: url("/local/templates/stall-doors/img/svg/arrow-check-2.svg") no-repeat center / contain;
    transition: opacity 0.3s ease 0s;
}
._form-bottom {
    display: flex;
    gap: 15px;
    align-items: center;
}
.n-policy .policy a {
    color: #c3c3c3;
}
._form-bottom-con {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
._form-bottom-margin {
    margin-top: 25px;
}
@media (max-width: 1270px) {
    ._form-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form-callback .n-policy {
    margin-bottom: 20px;
}

.footer__right {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.developer__text br {
    display: none;
}
.footer__info-text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}
.footer__info-text p a {
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .footer__right {
        max-width: none;
        align-items: center;
    }
    .footer__info-text p {
        text-align: center;
    }
}

.error-input {
    border-bottom: 2px solid #cc0605 !important;
    background-color: rgba(255, 0, 0, 0.1) !important;
}

/* End */
/* /local/templates/stall-doors/css/normalize.css?16939926206192 */
/* /local/templates/stall-doors/fonts/stylesheet.css?16939925872484 */
/* /local/templates/stall-doors/js/lib/fancybox4/fancybox.css?169399258315659 */
/* /local/templates/stall-doors/js/lib/swiper/swiper-bundle.min.css?172646980518459 */
/* /local/templates/stall-doors/css/main.css?174932995486929 */
/* /local/templates/stall-doors/css/media.css?174790439046220 */
/* /local/templates/stall-doors/css/custom.css?174841272723926 */
