

/* Start:/local/templates/mm_franchise/assets/css/normalize.css?17555885636052*/
/*! normalize.css v8.0.0 | 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;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/mm_franchise/assets/css/jquery.fancybox.min.css?175558856312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/mm_franchise/assets/css/swiper-bundle.min.css?175558856314480*/
/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 14, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:var(--color-darken)}: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:34px}.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-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.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}
/* End */


/* Start:/local/templates/mm_franchise/assets/css/calc.css?17555885633845*/
.slider-container {
    margin-bottom: 20px;
    position: relative;
}

.slider-container label {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 10px;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: color 0.3s ease;
}

.slider-container .post-count {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-darkest);
    margin-top: 8px;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: color 0.3s ease;
}

.slider-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #FFC107 0%, #FF6F61 100%);
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
}

.slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #FFC107;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slider-container input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #FFC107;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slider-container input[type=range]:hover::-webkit-slider-thumb,
.slider-container input[type=range]:hover::-moz-range-thumb {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.8);
}

.results {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.result-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    position: relative;
}

.result-item:hover {
    transform: translateY(-5px);
}

.results label {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-darkest);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.result-box {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #FFC107;
    padding: 10px 15px;
    border-radius: 8px;
    width: 150px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    position: relative;
    transition: box-shadow 0.3s ease;
}

.result-box:hover {
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.5);
}

/* Обновленная анимация появления */
.result-box.investments {
    animation: slideIn 1.5s ease forwards;
}

.result-box.revenue {
    animation: slideIn 1.5s ease forwards;
    animation-delay: 0.3s; /* Задержка для второй плашки */
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9); /* Смещение вниз и уменьшение масштаба */
        filter: blur(2px); /* Легкий размытый эффект в начале */
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1); /* Возвращение на место и нормальный масштаб */
        filter: blur(0); /* Убираем размытие */
    }
}

@media (max-width: 600px) {
    .slider-container input[type=range] {
        width: 100%;
    }
    .results {
        gap: 15px;
    }
    .result-box {
        width: 100px;
        font-size: 14px;
        padding: 8px;
    }
    .results label {
        font-size: 10px;
    }
    .slider-container .post-count {
        font-size: 12px;
    }
    .slider-container input[type=range]::-webkit-slider-thumb,
    .slider-container input[type=range]::-moz-range-thumb {
        width: 16px;
        height: 16px;
    }
}
/* End */


/* Start:/local/templates/mm_franchise/assets/css/main.css?175558856332549*/
/*--------------------------------------------
Переменные
--------------------------------------------*/

:root {
	--grid-gap:               1.6rem;
	--container-width:        150.4rem;
	--container-padding:      6.4rem;
	--content-padding:        1.6rem;
	--content-col-width:      calc(((var(--container-width) - 2* var(--container-padding)) - 11* (var(--grid-gap)))/12);
	--header-height:          9.6rem;
	--color-yellow:           #FFD633;
	--color-orange:           #ef9a21;
	--color-dark:             #2C3135;
	--color-darken:           #1D2023;
	--color-darkest:          #4B5057;
	--color-light:            #F6F7F9;
	--color-gray:             #BBC1C7;
	--color-gray-blue:        #969FA8;
	--color-mute:             #F2F3F7;
	--transition-main:        all .15s ease 0s;
	--transition-long:        all .3s ease 0s;
}

/*--------------------------------------------
Базовые стили
--------------------------------------------*/

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
	line-height: 1.5;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	min-width: 36rem;
	font-style: normal;
	font-size: 2rem;
	line-height: 140%;
	font-family: 'Manrope', sans-serif;
	color: var(--color-dark);
	background: var(--color-light);
}

main, div, section, header, footer, aside, nav, ul, ol, li {
	position: relative;
}

input, textarea, button {
	outline: 0 none;
}

ul, ol {
	margin: 0;
	padding: 0;
}

li {
	position: relative;
	list-style: none;
}

a {
	cursor: pointer;
	transition: var(--transition-long);
	color: var(--color-orange);
}

a,
a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
}

/*--------------------------------------------
Лэйаут
--------------------------------------------*/

.container {
	width: var(--container-width);
	margin-inline: auto;
}

.container:not(.container_full-width) {
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: var(--grid-gap);
}

.col-1 {
	grid-column: span 1 / auto;
}

.col-2 {
	grid-column: span 2 / auto;
}

.col-3 {
	grid-column: span 3 / auto;
}

.col-4 {
	grid-column: span 4 / auto;
}

.col-5 {
	grid-column: span 5 / auto;
}

.col-6 {
	grid-column: span 6 / auto;
}

.col-7 {
	grid-column: span 7 / auto;
}

.col-8 {
	grid-column: span 8 / auto;
}

.col-9 {
	grid-column: span 9 / auto;
}

.col-10 {
	grid-column: span 10 / auto;
}

.col-11 {
	grid-column: span 11 / auto;
}

.col-12 {
	grid-column: span 12 / auto;
}

.offset-1 {
	margin-left: calc(var(--content-col-width) + var(--grid-gap));
}

.offset-2 {
	margin-left: calc(2* var(--content-col-width) + 2* var(--grid-gap));
}

.offset-3 {
	margin-left: calc(3* var(--content-col-width) + 3* var(--grid-gap));
}

.offset-4 {
	margin-left: calc(4* var(--content-col-width) + 4* var(--grid-gap));
}

/*--------------------------------------------
Кнопки
--------------------------------------------*/

.btn {
	display: block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 150%;
	text-align: center;
	border-radius: 1.2rem;
	background: var(--color-yellow);
}

@media (any-hover: hover) {

	.btn:hover {
		background: #ffdc4f;
		transform: translateY(-.5rem);
		box-shadow: 0 1rem 2rem 0 rgb(255 214 51 / 80%);
	}

}

.btn,
.btn:focus {
	color: var(--color-darken);
}

.btn_small {
	padding: 1.2rem 1.6rem;
}

.btn_big {
	padding: 2rem 3.2rem;
}

/*--------------------------------------------
Лого
--------------------------------------------*/

.logo {
	display: block;
	width: auto;
	height: auto;
	aspect-ratio: 332 / 36;
}

/*--------------------------------------------
Телефон
--------------------------------------------*/

.phone {
	display: flex;
	align-items: center;
	gap: .8rem;
}

.phone__icon {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
}

.phone__icon_light {
	fill: #fff;
}

.phone__icon_dark {
	fill: var(--color-gray);
}

.phone__number {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 150%;
}

.phone__number_light {
	color: #fff;
}

.phone__number_dark {
	color: var(--color-darken);
}

@media (any-hover: hover) {

	.phone__number_light:hover {
		color: #fff;
	}

	.phone__number_dark:hover {
		color: var(--color-darken);
	}

}

.phone__number:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: .1rem;
    width: 0;
    height: .1rem;
    content: '';
    transition: var(--transition-long);
}

@media (any-hover: hover) {

	.phone__number:hover:after {
		width: calc(100% - 2.9rem);
	    left: 2.9rem;
	    right: auto;
	}

}

.phone__number_light:after {
    background: #fff;
}

.phone__number_dark:after {
    background: var(--color-darken);
}

/*--------------------------------------------
Контакты
--------------------------------------------*/

.contacts-block {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}

/*--------------------------------------------
Точки
--------------------------------------------*/

.dots {
	display: block;
	width: 10.4rem;
	height: 3.2rem;
	aspect-ratio: 104 / 32;
	margin-bottom: 2.4rem;
}

/*--------------------------------------------
Общие элементы секции
--------------------------------------------*/

.section-title {
	margin: 0;
	font-weight: 800;
	font-size: 4rem;
	line-height: 120%;
}

.section-title:not(:last-child) {
	margin-bottom: 2.4rem;
}

.section-title_light {
	color: #fff;
}

.section-descr {
	font-size: 2rem;
	line-height: 140%;
}

.section-descr_light {
	color: rgba(255,255,255,.7);
}

/*--------------------------------------------
Шапка
--------------------------------------------*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(44, 49, 53, 0.5) 0%, rgba(44, 49, 53, 0) 95%);
	z-index: 10;
}

.header__inner {
	height: var(--header-height);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	width: 33.2rem;
}

/*--------------------------------------------
Подвал
--------------------------------------------*/

.footer {
	margin-top: -4rem;
	padding: 10.5rem 0;
	background: var(--color-dark);
}

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

.footer__logo {
	max-width: 23.6rem;
}

/*--------------------------------------------
Контент
--------------------------------------------*/
.main__404{
	display: flex;
	align-items: center;
	min-height: calc(100vh - 218px);
}

.banner {
	height: 90rem;
	padding-top: var(--header-height);
	color: #fff;
	background: linear-gradient(180deg, rgba(44, 49, 53, 0.4) 0%, rgba(44, 49, 53, 0.8) 100%), url('/local/templates/mm_franchise/assets/css/../img/banner.jpg') no-repeat center / cover;
	z-index: 1;
	overflow: hidden;
}

.blur {
	position: absolute;
	width: 100rem;
	height: 100rem;
	opacity: .65;
}

.banner .blur_before {
	bottom: -45rem;
	left: -45rem;
}

.banner .blur_after {
	bottom: -45rem;
	right: -45rem;
}

.banner__content {
	padding-top: 12rem;
}

.bcontent__sup {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 150%;
	padding: .8rem 1.6rem;
	border: .1rem solid #fff;
	border-radius: 3rem;
}

.bcontent__sup:not(:last-child) {
	margin-bottom: 2.4rem;
}

.bcontent__title {
	margin: 0;
	font-weight: 800;
	font-size: 6.6rem;
	line-height: 112%;
}

.bcontent__title:not(:last-child) {
	margin-bottom: 2.4rem;
}

.bcontent__descr {
	font-weight: 500;
	font-size: 2rem;
	line-height: 140%;
}

.bcontent__descr:not(:last-child) {
	margin-bottom: 4.8rem;
}

.bcontent__btn {
	display: inline-block;
}

.banner__stat {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	padding-top: 20.8rem;
}

.banner__stat-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2.4rem 3.2rem;
	gap: 1.6rem;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(2.4rem);
	border-radius: 1.2rem;
}

.banner__stat-item:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 1.2rem;
	border: .1rem solid transparent;
  	background: linear-gradient(0deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,.1) 100%) border-box;
  	mask:
    	linear-gradient(#000 0 0) padding-box, 
    	linear-gradient(#000 0 0);
  	mask-composite: exclude;
  	z-index: -1;
}

.banner__stat:not(:last-child) {
	margin-bottom: 2.4rem;
}

.bstat-item__title {
	font-weight: 800;
	font-size: 4rem;
	line-height: 120%;
}

.bstat-item__descr {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
}

.content-blocks {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-top: -4rem;
	z-index: 20;
}

.about {
	padding-top: var(--container-padding);
	padding-bottom: var(--container-padding);
	background: #fff;
	border-radius: 2.4rem;
}

.about__text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 4rem;
	height: 100%;
}

.about__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 68rem;
	aspect-ratio: 68 / 56;
	border-radius: 1.2rem;
}

.about__btn {
	display: inline-block;
}

.about__404 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	fill: var(--color-dark);
}

.features {
	--features-gap: 1.6rem;
	display: flex;
	gap: var(--features-gap);
}

.features__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem;
	width: calc((100% - 3* var(--features-gap))/4);
	padding: 3.2rem;
	text-align: center;
	background: #fff;
	border-radius: 2.4rem;
}

.feature-item__icon-wrp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.8rem;
	height: 4.8rem;
}

.feature-item__title {
	font-weight: 800;
	font-size: 2rem;
	line-height: 140%;
}

.feature-item__descr {
	font-size: 1.6rem;
	line-height: 150%;
}

.map {
	padding: 1.6rem;
	background: #fff;
	border-radius: 2.4rem;
}

.yandex-map {
	height: 52.8rem;
	background: var(--color-light);
	border-radius: 1.2rem;
	overflow: hidden;
}

.yandex-map__text {
	font: 600 normal 1.6rem 'Manrope', sans-serif;;
}

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

.bg-dots {
	position: absolute;
	bottom: -21rem;
	left: calc(50% - var(--container-width)/2);
	width: var(--container-width);
	height: 42rem;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTM3NicgaGVpZ2h0PSc0MjAnIHZpZXdCb3g9JzAgMCAxMzc2IDQyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTQyMCAyMTAuMDg2QzQyMC4wMTcgMTY4LjU0NSA0MDcuNzEzIDEyNy45MzEgMzg0LjY0NCA5My4zODM5QzM2MS41NzYgNTguODM2NSAzMjguNzc5IDMxLjkwNjkgMjkwLjQwMyAxNi4wMDE4QzI1Mi4wMjcgMC4wOTY3ODc1IDIwOS43OTYgLTQuMDY5MTYgMTY5LjA1MiA0LjAzMDk5QzEyOC4zMDggMTIuMTMxMSA5MC44ODE5IDMyLjEzMzUgNjEuNTA3NyA2MS41MDc3QzMyLjEzMzUgOTAuODgxOSAxMi4xMzExIDEyOC4zMDggNC4wMzA5OSAxNjkuMDUyQy00LjA2OTE2IDIwOS43OTYgMC4wOTY3ODc1IDI1Mi4wMjcgMTYuMDAxOCAyOTAuNDAzQzMxLjkwNjkgMzI4Ljc3OSA1OC44MzY1IDM2MS41NzYgOTMuMzgzOSAzODQuNjQ0QzEyNy45MzEgNDA3LjcxMyAxNjguNTQ1IDQyMC4wMTcgMjEwLjA4NiA0MjBDMjY1Ljc1MiA0MTkuOTc3IDMxOS4xMzEgMzk3Ljg1NCAzNTguNDkyIDM1OC40OTJDMzk3Ljg1NCAzMTkuMTMxIDQxOS45NzcgMjY1Ljc1MiA0MjAgMjEwLjA4NlonIGZpbGw9J3VybCgjcGFpbnQwX2xpbmVhcl8yMDMxXzY3MiknIGZpbGwtb3BhY2l0eT0nMC41Jy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J004OTggMjEwLjA4NkM4OTguMDE3IDE2OC41NDUgODg1LjcxMyAxMjcuOTMxIDg2Mi42NDQgOTMuMzgzOUM4MzkuNTc2IDU4LjgzNjUgODA2Ljc3OSAzMS45MDY5IDc2OC40MDMgMTYuMDAxOEM3MzAuMDI3IDAuMDk2Nzg3NSA2ODcuNzk2IC00LjA2OTE2IDY0Ny4wNTIgNC4wMzA5OUM2MDYuMzA4IDEyLjEzMTEgNTY4Ljg4MiAzMi4xMzM1IDUzOS41MDggNjEuNTA3N0M1MTAuMTMzIDkwLjg4MTkgNDkwLjEzMSAxMjguMzA4IDQ4Mi4wMzEgMTY5LjA1MkM0NzMuOTMxIDIwOS43OTYgNDc4LjA5NyAyNTIuMDI3IDQ5NC4wMDIgMjkwLjQwM0M1MDkuOTA3IDMyOC43NzkgNTM2LjgzNiAzNjEuNTc2IDU3MS4zODQgMzg0LjY0NEM2MDUuOTMxIDQwNy43MTMgNjQ2LjU0NSA0MjAuMDE3IDY4OC4wODYgNDIwQzc0My43NTIgNDE5Ljk3NyA3OTcuMTMxIDM5Ny44NTQgODM2LjQ5MiAzNTguNDkyQzg3NS44NTQgMzE5LjEzMSA4OTcuOTc3IDI2NS43NTIgODk4IDIxMC4wODZaJyBmaWxsPSd1cmwoI3BhaW50MV9saW5lYXJfMjAzMV82NzIpJyBmaWxsLW9wYWNpdHk9JzAuNScvPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgY2xpcC1ydWxlPSdldmVub2RkJyBkPSdNMTM3NiAyMTAuMDg2QzEzNzYuMDIgMTY4LjU0OCAxMzYzLjcyIDEyNy45MzkgMTM0MC42NSA5My4zOTI5QzEzMTcuNTkgNTguODQ3MyAxMjg0Ljc5IDMxLjkxNzcgMTI0Ni40MiAxNi4wMTAxQzEyMDguMDUgMC4xMDI0OTYgMTE2NS44MyAtNC4wNjg0NyAxMTI1LjA4IDQuMDI0N0MxMDg0LjM0IDEyLjExNzkgMTA0Ni45MiAzMi4xMTE3IDEwMTcuNTQgNjEuNDc3MkM5ODguMTYgOTAuODQyOCA5NjguMTUxIDEyOC4yNjEgOTYwLjA0MiAxNjguOTk5Qzk1MS45MzIgMjA5LjczOCA5NTYuMDg1IDI1MS45NjYgOTcxLjk3NyAyOTAuMzQ0Qzk4Ny44NjkgMzI4LjcyMSAxMDE0Ljc5IDM2MS41MjQgMTA0OS4zMiAzODQuNjAzQzEwODMuODYgNDA3LjY4MSAxMTI0LjQ2IDQyMCAxMTY2IDQyMEMxMjIxLjY4IDQyMCAxMjc1LjA4IDM5Ny44ODcgMTMxNC40NiAzNTguNTIzQzEzNTMuODQgMzE5LjE1OSAxMzc1Ljk4IDI2NS43NjcgMTM3NiAyMTAuMDg2WicgZmlsbD0ndXJsKCNwYWludDJfbGluZWFyXzIwMzFfNjcyKScgZmlsbC1vcGFjaXR5PScwLjUnLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9J3BhaW50MF9saW5lYXJfMjAzMV82NzInIHgxPScxMTY2JyB5MT0nMCcgeDI9JzExNjYnIHkyPSc0MjAnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJz48c3RvcCBzdG9wLWNvbG9yPScjNDM0QTUxJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjNDM0QTUxJyBzdG9wLW9wYWNpdHk9JzAnLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0ncGFpbnQxX2xpbmVhcl8yMDMxXzY3MicgeDE9JzY4OCcgeTE9JzAnIHgyPSc2ODgnIHkyPSc0MjAnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJz48c3RvcCBzdG9wLWNvbG9yPScjNDM0QTUxJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjNDM0QTUxJyBzdG9wLW9wYWNpdHk9JzAnLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0ncGFpbnQyX2xpbmVhcl8yMDMxXzY3MicgeDE9JzExNjYnIHkxPScwJyB4Mj0nMTE2NicgeTI9JzQyMCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIHN0b3AtY29sb3I9JyM0MzRBNTEnLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyM0MzRBNTEnIHN0b3Atb3BhY2l0eT0nMCcvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPgo=") no-repeat center / var(--container-width) 42rem;
	z-index: -2;
}

.make-order {
	background: var(--color-dark);
	border-radius: 2.4rem;
	z-index: 1;
	overflow: hidden;
}

.make-order .blur_before {
	bottom: -55rem;
	left: -45rem;
}

.make-order .blur_after {
	top: -45rem;
	right: -45rem;
}

.make-order__text {
	padding-top: 7.8rem;
	padding-bottom: 5.6rem;
}

.make-order__accept {
	margin-top: 8.6rem;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 133%;
	color: var(--color-gray);
}

.accept_hide {
	display: none;
}

.make-order__form-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.2rem;
	height: calc(100% - var(--container-padding));
	margin-top: var(--container-padding);
	padding: 3.2rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(2.4rem);
	border-radius: 2.4rem 2.4rem 0 0;
}

.make-order__form-block:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 2.4rem 2.4rem 0 0;
	border: .1rem solid transparent;
  	background: linear-gradient(0deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,.1) 100%) border-box;
  	mask:
    	linear-gradient(#000 0 0) padding-box, 
    	linear-gradient(#000 0 0);
  	mask-composite: exclude;
  	z-index: -1;
}

.form-block__title {
	margin: 0;
	font-weight: 800;
	font-size: 2rem;
	line-height: 140%;
	color: #fff;
}

.form-block__title:not(:last-child) {
	margin-bottom: 1.6rem;
}

.form-block__descr {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: var(--color-gray);
}

.form-block__toggle {
	display: flex;
	gap: .4rem;
	padding: .4rem;
	width: 100%;
	border-radius: 1.2rem;
	background: var(--color-darkest);
}

.form-toggle__item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: #FFFFFF;
	background: rgba(255,255,255,0);
	border: 0;
	border-radius: .8rem;
	transition: var(--transition-main);
	cursor: pointer;
}

@media (any-hover: hover) {

	.form-toggle__item:not(.form-toggle__item_active):hover {
		background: rgba(255,255,255,.1);
	}

}

.form-toggle__item_active {
	color: var(--color-dark);
	background: rgba(255,255,255,1);
}

.form-block__form {
	width: 100%;
}

.form-fields_dark {

}

.form-fields_light {

}

.phone-field-wrp:after {
	content: '+7';
	position: absolute;
	top: .4rem;
	left: 0;
	height: 5.6rem;
	padding: 1.6rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 100%;
	color: rgba(255,255,255,1);
}

.form-fields_dark .phone-field-wrp:after {
	color: rgba(255,255,255,1);
}

.form-fields_light .phone-field-wrp:after {
	color: rgba(var(--color-darken), 1);
}

.text-field,
.textarea {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 1.6rem;
	border: 0;
	border-radius: 1.2rem;
	transition: var(--transition-main);
}

.text-field {
	height: 5.6rem;
	padding: 1.6rem;
	line-height: 100%;
}

.textarea {
	height: 15rem;
	padding: 1.6rem;
	line-height: 140%;
	resize: none;
	overflow: hidden;
}

.form-fields_dark .text-field,
.form-fields_dark .textarea {
	color: rgba(255,255,255,1);
	background: var(--color-darkest);
}

.form-fields_light .text-field,
.form-fields_light .textarea {
	color: rgba(var(--color-darken), 1);
	background: var(--color-mute);
}

.text-field:not(:last-child),
.textarea:not(:last-child) {
	margin-bottom: 1.2rem;
}

.form-fields_dark .text-field:focus,
.form-fields_dark .textarea:focus {
	background: var(--color-dark);
}

.form-fields_light .text-field:focus,
.form-fields_light .textarea:focus {
	box-shadow: inset 0 0 0 .1rem var(--color-gray-blue);
	background: #fff;
}

.phone-field-wrp .text-field {
	padding-left: 4.4rem;
}

.hidden-field {
	display: none;
}

.submit-field {
	width: 100%;
	border: none;
	cursor: pointer;
	transition: var(--transition-long);
}

.submit-field_offset_big {
	margin-top: 3.2rem;
}

.submit-field_offset_small {
	margin-top: 1.2rem;
}

.form-fields_dark input::-webkit-input-placeholder,
.form-fields_dark textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: .5;
}

.form-fields_dark input::-moz-placeholder,
.form-fields_dark textarea::-moz-placeholder {
	color: #fff;
	opacity: .5;
}

.form-fields_dark input:-moz-placeholder,
.form-fields_dark textarea:-moz-placeholder {
	color: #fff;
	opacity: .5;
}

.form-fields_dark input:-ms-input-placeholder,
.form-fields_dark textarea:-ms-input-placeholder {
	color: #fff;
	opacity: .5;
}

.form-fields_light input::-webkit-input-placeholder,
.form-fields_light textarea::-webkit-input-placeholder {
	color: var(--color-gray-blue);
	opacity: 1;
}

.form-fields_light input::-moz-placeholder,
.form-fields_light textarea::-moz-placeholder {
	color: var(--color-gray-blue);
	opacity: 1;
}

.form-fields_light input:-moz-placeholder,
.form-fields_light textarea:-moz-placeholder {
	color: var(--color-gray-blue);
	opacity: 1;
}

.form-fields_light input:-ms-input-placeholder,
.form-fields_light textarea:-ms-input-placeholder {
	color: var(--color-gray-blue);
	opacity: 1;
}

.accept-field {
    margin-top: 2.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    text-align: center;
    color: #626C77;
}

.numbers {
	--numbers-gap: 1.6rem;
	display: flex;
	gap: var(--numbers-gap);
}

.numbers__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.6rem;
	width: calc((100% - 3* var(--numbers-gap))/4);
	height: 24.8rem;
	padding: 3.2rem;
	background: var(--color-dark);
	border-radius: 2.4rem;
}

.number-item__value {
	font-weight: 800;
	font-size: 4rem;
	line-height: 120%;
	color: var(--color-yellow);
}

.number-item__value-accent {
	color: rgba(255,255,255,.3);
}

.number-item__descr {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: #fff;
}

.opening-features {
	--opening-features-gap: 1.6rem;
	display: flex;
	gap: var(--opening-features-gap);
}

.opening-features__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.6rem;
	width: calc((100% - 3* var(--opening-features-gap))/4);
	height: 30rem;
	padding: 3.2rem;
	background: linear-gradient(180deg, #FFE170 0%, #FFD533 100%);
	border-radius: 2.4rem;	
}

.op-feature-item__title {
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 133%;
}

.op-feature-item__icon-wrp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.8rem;
	height: 4.8rem;
}

.video {
	aspect-ratio: 1504 / 560;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(44, 49, 53, 0.8) 27.7%, rgba(44, 49, 53, 0.5) 72.26%), url('/local/templates/mm_franchise/assets/css/../img/video-preview.jpg') no-repeat center / cover, var(--color-dark);
	border-radius: 2.4rem;
	cursor: pointer;
}

.video__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	width: 100%;
}

.video__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8rem;
	height: 8rem;
	background: var(--color-yellow);
	border-radius: 50%;
	transition: var(--transition-long);
}

@media (any-hover: hover) {

	.video:hover .video__btn {
		background: #ffdc4f;
		transform: translateY(-.5rem);
		box-shadow: 0 1rem 2rem 0 rgb(255 214 51 / 80%);
	}

}

.video__btn-icon {
	fill: var(--color-darken);
	transform: translateX(.2rem);
}

.video__btn-text {
	position: absolute;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #fff;
    transform: translateY(6.4rem);
}

.faq {
	--faq-list-offset: calc((var(--wide-container-width) - var(--container-width))/2);
    background: #fff;
    border-radius: 2.4rem;
}

.faq__info {
    padding-top: var(--container-padding);
    padding-bottom: var(--container-padding);
}

.faq__manager {
	margin-bottom: 2.4rem;
}

.faq__manager-img {
	display: block;
	width: 10rem;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.faq__contacts {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	margin-top: 8rem;
}

.faq__list {
	width: calc(100% + var(--container-padding));
	height: 100%;
	border-left: .1rem solid #E2E5EB;
}

.faq__list-item {
	padding: 3.2rem;
}

.faq__list-item:not(:last-child) {
	border-bottom: .1rem solid #E2E5EB;
}

.faq-item__title {
	position: relative;
	margin: 0;
	padding-right: 4.8rem;
	font-weight: 800;
	font-size: 20px;
	line-height: 140%;
	cursor: pointer;
}

.faq-item__title:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2.8rem;
	height: 2.8rem;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTInIGhlaWdodD0nNycgdmlld0JveD0nMCAwIDEyIDcnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTYuMDAwNzggNi45NzQ4QzUuODY3NDUgNi45NzQ4IDUuNzQyNDUgNi45NTM5NyA1LjYyNTc4IDYuOTEyM0M1LjUwOTExIDYuODcwNjQgNS40MDA3OCA2Ljc5OTggNS4zMDA3OCA2LjY5OThMMC43MDA3ODEgMi4wOTk4QzAuNTE3NDQ4IDEuOTE2NDcgMC40MjU3ODEgMS42ODMxNCAwLjQyNTc4MSAxLjM5OThDMC40MjU3ODEgMS4xMTY0NyAwLjUxNzQ0OCAwLjg4MzEzOCAwLjcwMDc4MSAwLjY5OTgwNUMwLjg4NDExNSAwLjUxNjQ3MSAxLjExNzQ1IDAuNDI0ODA1IDEuNDAwNzggMC40MjQ4MDVDMS42ODQxMSAwLjQyNDgwNSAxLjkxNzQ1IDAuNTE2NDcxIDIuMTAwNzggMC42OTk4MDVMNi4wMDA3OCA0LjU5OThMOS45MDA3OCAwLjY5OTgwNUMxMC4wODQxIDAuNTE2NDcxIDEwLjMxNzQgMC40MjQ4MDUgMTAuNjAwOCAwLjQyNDgwNUMxMC44ODQxIDAuNDI0ODA1IDExLjExNzQgMC41MTY0NzEgMTEuMzAwOCAwLjY5OTgwNUMxMS40ODQxIDAuODgzMTM4IDExLjU3NTggMS4xMTY0NyAxMS41NzU4IDEuMzk5OEMxMS41NzU4IDEuNjgzMTQgMTEuNDg0MSAxLjkxNjQ3IDExLjMwMDggMi4wOTk4TDYuNzAwNzggNi42OTk4QzYuNjAwNzggNi43OTk4IDYuNDkyNDUgNi44NzA2NCA2LjM3NTc4IDYuOTEyM0M2LjI1OTExIDYuOTUzOTcgNi4xMzQxMSA2Ljk3NDggNi4wMDA3OCA2Ljk3NDhaJyBmaWxsPScjOTY5RkE4Jy8+PC9zdmc+Cg==") no-repeat center / 1.2rem .7rem;
}

.faq__list .acc_active .faq-item__title:after {
	transform: scaleY(-1);
}

.faq-item__text {
	padding-top: 2rem;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.fancybox-close-small {
	display: none !important;
}

.popup {
	box-sizing: border-box !important;
	width: 100%;
	max-width: 50rem;
	padding: 4rem 5rem 5rem;
	background: #fff;
    border-radius: 2.4rem;
	overflow: hidden;
	z-index: 1;
}

.popup__title {
	margin: 0 0 3.2rem;
	font-weight: 800;
    font-size: 3.2rem;
    line-height: 120%;
    text-align: center;
}

.popup__close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0;
    border: 0;
    background: none;
	cursor: pointer;
}

.popup__close-svg {
	width: 1.4rem;
	height: 1.4rem;
	fill: var(--color-gray-blue);
	transition: var(--transition-main);
}

.popup__close:hover .popup__close-svg {
	transform: rotate(90deg);
	fill: rgba(var(--color-darken), 1);
}

/*--------------------------------------------
Адаптив
--------------------------------------------*/

@media (max-width: 1536px) {

	:root {
		--container-width: calc(100% - 2* var(--content-padding));
	}

}

@media (max-width: 1376px) {

	:root {
		--container-padding: 3.2rem;
	}

}

@media (max-width: 1276px) {

	.banner {
		height: auto;
		padding-bottom: 8rem;
	}

	.banner__content {
		padding-top: 4rem;
	}

	.bcontent__title {
		font-size: 5rem;
	}

	.banner__stat {
		padding-top: 10.6rem;
	}

	.section-title br,
	.section-descr br {
		display: none;
	}

	.section-title {
		font-size: 3.5rem;
	}

	.make-order__text {
	    padding-top: 3.2rem;
	    padding-bottom: 3.2rem;
	}

	.make-order__form-block {
		gap: 2.4rem;
	}

	.numbers__item,
	.opening-features__item {
		height: 24rem;
		padding: 2.4rem;
	}

	.number-item__value {
		font-size: 3.5rem;
	}

}

@media (max-width: 1200px) {

	.dots {
		margin-bottom: 1.6rem;
	}

	.banner__content {
        padding-top: 3.2rem;
    }

	.bcontent__title {
        font-size: 4rem;
    }

	.bcontent__title:not(:last-child) {
	    margin-bottom: 1.6rem;
	}

	.bcontent__descr:not(:last-child) {
	    margin-bottom: 2.4rem;
	}

    .section-title {
        font-size: 3rem;
    }

	.section-descr {
	    font-size: 1.8rem;
	}

	.section-title:not(:last-child) {
	    margin-bottom: 1.6rem;
	}

	.about__text {
	    gap: 2.4rem;
	}

	.features__item {
		gap: 1rem;
		padding: 2.4rem;
	}

	.numbers__item {
		height: auto;
		padding: 2.4rem 1.6rem;
	}

	.number-item__value {
		font-size: 3rem;
	}

	.opening-features__item {
		height: auto;
		padding: 2.4rem;
	}

	.op-feature-item__title {
		font-size: 2rem;
	}

	.faq__contacts {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 2.4rem;
	}

	.footer {
		padding: 8rem 0 6rem;
	}

}

@media (max-width: 991px) {

	:root {
		--header-height: 8rem;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		grid-column: span 12 / auto !important;
	}

	.offset-1,
	.offset-2,
	.offset-3,
	.offset-4 {
		margin-left: 0 !important;
	}

    .col-order-1 {
    	order: 2;
    }

    .col-order-2 {
    	order: 1;
    }

	.header__logo {
		width: 23.6rem;
	}

    .banner__stat {
    	flex-direction: row;
    	gap: 1.6rem;
        padding-top: 1.6rem;
    }

    .banner__stat-item {
    	gap: 1rem;
    	padding: 1.6rem;
    }

    .bstat-item__title {
    	font-size: 3rem;
    }

    .about__text {
    	padding-bottom: 1.6rem;
    }

    .features,
    .numbers,
    .opening-features {
    	flex-wrap: wrap;
    }

    .features__item {
    	width: calc((100% - var(--features-gap))/2);
    }

    .yandex-map {
    	height: 48rem;
    }

    .make-order__text {
        padding-bottom: 1.6rem;
    }

	.accept_hide {
		display: block;
	}

	.accept_show {
		display: none;
	}

	.bg-dots {
		display: none;
	}

	.make-order {
		padding-bottom: var(--container-padding);
	}

	.make-order__form-block,
	.make-order__form-block:after {
		border-radius: 2.4rem;
	}

    .make-order__accept {
    	margin-top: 2.4rem;
    	text-align: center;
    }

    .make-order__form-block {
    	height: auto;
    	margin-top: 0;
    }

    .numbers__item {
    	width: calc((100% - var(--numbers-gap))/2);
    }

    .opening-features__item {
    	width: calc((100% - var(--opening-features-gap))/2);
    }

    .faq__info {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	padding-top: 1.6rem;
    	padding-bottom: 3.2rem;
    }

    .faq__info .section-title,
    .faq__info .section-descr {
    	text-align: center;
    }

    .faq__list {
    	width: calc(100% + 2* var(--container-padding));
    	left: calc( -1* var(--container-padding));
    	border-bottom: .1rem solid #E2E5EB;
    	border-left: 0;
    }

}

@media (max-width: 767px) {

	:root {
        --container-padding: 1.6rem;
        --content-padding:   0;
		--header-height:     5.2rem;
    }

    .container {
    	width: 100%;
    }

    .btn_small,
    .btn_big {
    	padding: 1.2rem 2.4rem;
		font-weight: 500;
    }

    .phone {
    	gap: .5rem;
    }

	.phone__icon {
	    width: 1.4rem;
	    height: 1.4rem;
	    margin-top: .2rem;
	}

	.phone__number {
	    font-size: 1.4rem;
	}

	.dots {
		width: 6.8rem;
		height: 2.1rem;
	}

	.section-title {
		font-size: 2.4rem;
		line-height: 133%;
	}

    .section-descr {
        font-size: 1.6rem;
        line-height: 150%;
    }

    .header__logo {
        width: 15rem;
    }

    .header__btn {
    	display: none;
    }

    .banner {
        padding-bottom: 5.6rem;
    }

    .banner .blur_before {
    	display: none;
    }

    .banner .blur_after {
    	left: calc(50vw - 50rem);
    }

    .bcontent__sup {
    	font-size: 1.2rem;
    	line-height: 133%;
    }

	.bcontent__sup:not(:last-child) {
	    margin-bottom: 1.6rem;
	}

	.bcontent__title {
		font-size: 3.6rem;
		line-height: 111%;
	}

	.bcontent__descr {
		font-size: 1.6rem;
		line-height: 150%;
	}

	.banner__stat,
	.banner__stat-item {
        gap: .8rem;
    }

	.bstat-item__title {
		font-size: 2rem;
		line-height: 140%;
	}

	.bstat-item__descr {
		font-size: 1.2rem;
		line-height: 133%;
	}

	.content-blocks {
		gap: .8rem;
		margin-top: -2.4rem;
	}

	.about {
	    padding-top: 3.2rem;
	}

	.about__btn {
		width: 100%;
	}

	.features,
	.features__item {
		gap: .8rem;
	}

	.features__item,
    .numbers__item,
    .opening-features__item {
    	width: 100%;
    }

    .feature-item__title {
    	font-size: 1.6rem;
    	line-height: 175%;
    }

    .feature-item__descr {
		font-size: 1.4rem;
		line-height: 143%;
    }

    .yandex-map {
    	height: 30rem;
    }

    .make-order {
        padding-bottom: 3.2rem;
    }

    .make-order .blur_before {
		display: none;
    }

    .make-order__form-block {
    	padding: 2.4rem var(--container-padding);
    }

	.form-block__title:not(:last-child) {
	    margin-bottom: .8rem;
	}

	.form-block__descr {
		font-size: 1.4rem;
		line-height: 143%;
	}

	.submit-field_offset_big {
		margin-top: 2.4rem;
	}

	.make-order__accept {
		font-size: 1rem;
		line-height: 140%;
	}

	.numbers,
	.opening-features {
		gap: .8rem;
	}

	.numbers__item {
		gap: .8rem;
	    padding: 2.4rem;
	}

	.number-item__value {
		font-size: 2.4rem;
		line-height: 133%;
	}

	.number-item__descr {
		font-size: 1.4rem;
		line-height: 143%;
	}

	.opening-features__item {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: .8rem;
	}

	.op-feature-item__icon-wrp {
		order: 1;
	}

	.op-feature-item__title {
		order: 2;
		font-size: 1.6rem;
		line-height: 150%;
	}

	.video {
		aspect-ratio: 360 / 203;
	}

	.video__btn {
	    width: 4.8rem;
	    height: 4.8rem;
	}

	.video__btn-icon {
		width: 1.1rem;
		height: 1.4rem;
	}

	.video__btn-text {
		font-size: 1.4rem;
		line-height: 143%;
		transform: translateY(7.3rem);
	}

	.faq__list-item {
		padding: var(--container-padding);
	}

	.faq-item__title {
		font-size: 1.6rem;
		line-height: 150%;
	}

	.faq-item__text {
		font-size: 1.4rem;
		line-height: 143%;
	}

	.faq__manager-img {
		width: 6.4rem;
	}

	.faq__contacts,
	.faq__btn {
		width: 100%;
	}

	.faq__contacts {
		align-items: center;
	}

    .footer {
    	margin-top: -2.4rem;
    	padding-top: 7.2rem;
    	padding-bottom: 4.8rem;
    }

    .footer__inner,
    .footer__contacts-block {
    	flex-direction: column;
    	align-items: center;
    	gap: 2.4rem;
    }

    .footer__contacts-block,
    .footer__btn {
    	width: 100%;
    }

    .footer__btn {
    	order: 1;
    }

    .footer_phone {
    	order: 2;
    }

    .popup {
    	padding: 2.4rem var(--container-padding);
    }

    .popup__close {
    	top: 1.4rem;
    	right: 1.4rem;
    }

	.popup__title {
		margin-bottom: 2.4rem;
		padding-left: 2rem;
		padding-right: 2rem;
        font-size: 2.4rem;
        line-height: 133%;
    }

    .text-field {
    	height: 4.8rem;
    }

    .phone-field-wrp:after {
    	top: 0;
    	height: 4.8rem;
    }

	.accept-field {
	    margin-top: 1.4rem;
	    font-size: 1.2rem;
	    line-height: 133%;
	}

}

/* End */


/* Start:/local/templates/mm_franchise/template_styles.css?1755588563218*/
.make-order .col-6.offset-2 > div{
    height: 100%
}
.form-fields_dark .form-fields-done {
    color: #fff;
    margin-bottom: 1rem;
    display: block;
}
.form-fields_light  .form_popup_hidden {
    display: none;
}

/* End */
/* /local/templates/mm_franchise/assets/css/normalize.css?17555885636052 */
/* /local/templates/mm_franchise/assets/css/jquery.fancybox.min.css?175558856312795 */
/* /local/templates/mm_franchise/assets/css/swiper-bundle.min.css?175558856314480 */
/* /local/templates/mm_franchise/assets/css/calc.css?17555885633845 */
/* /local/templates/mm_franchise/assets/css/main.css?175558856332549 */
/* /local/templates/mm_franchise/template_styles.css?1755588563218 */
