

/* Start:/local/templates/mirfar/landing/assets/css/normalize.css?17813837036600*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* End */


/* Start:/local/templates/mirfar/landing/assets/css/slick/slick.css?17813837031905*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/mirfar/landing/assets/css/slick/slick-theme.css?17813837033370*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/mirfar/landing/assets/css/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/mirfar/landing/assets/css/slick/./fonts/slick.eot');
    src: url('/local/templates/mirfar/landing/assets/css/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/mirfar/landing/assets/css/slick/./fonts/slick.woff') format('woff'), url('/local/templates/mirfar/landing/assets/css/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/mirfar/landing/assets/css/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* End */


/* Start:/local/templates/mirfar/landing/assets/css//swiper-bundle.min.css?178138370316481*/
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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 .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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/mirfar/components/bitrix/news/services_new/bitrix/news.detail/landing/style.css?178138479941777*/
.mirfar-landing{
	position: relative;
	overflow: hidden;
}
.mirfar-landing ul li:before {
	content: "";
}
.stores__wrapper{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
/*________________PROMO_____________________*/

.promo {
	width: 100%;
	background: center/cover no-repeat;
	padding: 50px;
	border-radius: 16px;
	overflow: hidden;
	height: 350px;
	margin-bottom: 50px;
}
.promo-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
hr.green {
    background: #51BD63;
    width: 94px;
    height: 4px;
    border: 0px;
    left: 0px;
    position: relative;
    margin-left: 0px;
    margin-top: 35px;
}
section#printsip-raboty {
    margin-top: -70px;
}
.promo-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
	margin-bottom: 20px;
}
.izmenenie-tsveta-dkho .promo-title{
	max-width: 463px;
}
.izmenenie-tsveta-dkho-s-vozmozhnostyu-upravleniya-cherez-prilozhenie .promo-title{
	max-width: 406px;
	text-wrap: wrap;
}
.promo-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}
.promo-btns__record {
	margin-right: 45px;
}
.btn-record {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #F7F9FB;
	text-decoration: none;
	background: #52BF64;
	padding: 11px 16px;
	margin-right: 20px;
	border-radius: 8px;
	border: none;
}

.izmenenie-tsveta-dkho .btn-record{
	background: #FFF;
	color: #000;
}
.izmenenie-tsveta-dkho .btn-record:hover{
	color: #52BF64;
}
.promo-btns__more {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration-line: underline;
	color: #000;
}
.promo-btns__more-zapotevaniya-fary,
.promo-btns__more-antichrome {
	color: #ffffff;
}

.promo-btns__record:hover {
	color: #ffffff;
}
.promo__linzy{
	position:relative;
}
.promo__bg-color-linzy{
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 96.79%);
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
}
.mirfar-landing.zapotevaniya-fary .gallery,
.mirfar-landing.linzy .gallery{
	padding-bottom: 120px;
}
.mirfar-landing.linzy .form__info .form__link{
	display: none;
}
.promo__bg{
	background: center/cover no-repeat;
}

.zamena-stekla-fary .promo__bg{
	background-position: 50% 50%;
}
.remont-dkho .promo__bg{
	background-position: 100% 50%;
}

.promo-wrapper__linzy{
	position: relative;
	z-index: 2;
}
.promo-wrapper__linzy .promo-title,
.promo-wrapper__linzy .promo-btns__more,
.promo-wrapper__linzy .promo-text{
	color: #fff
}
.promo{
	position:relative;
}
.promo__bg-mob,
.promo__bg{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	z-index: -1;
}
.promo__bg-mob{
	display: none;
}


.about-company {
	width: 100%;
	max-width: 780px;
	margin-bottom: 70px;
	float: left;
}
#zaklyuchenie{
	float: none;
}

.about-company__wrapper {
	width: 100%;
	margin: 0 auto;
}
.about-company__text p,
.about-company__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}

/*________________INNOVATION_____________________*/

.innovation {
	width: 100%;
	margin-bottom: 70px;
}

.innovation-wrapper {
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
}

.innovation-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
}

.innovation-title-antichrome {
	margin-bottom: 40px;
}

.innovation-info {
	display: flex;
	align-items: flex-start;
}

.innovation-info__text {
	width: 100%;
	max-width: 659px;
	font: 300 20px/120% 'Golos Text';
	color: #1F1D1F;
}

.innovation-info__text p {
	margin-bottom: 22px;
	font: 300 20px/122% 'Golos Text';
	color: #1F1D1F;
}

.innovation-info__text p:last-child {
	margin-bottom: 0;
}
.innovation-info__img{
	margin-right: 16px;
}
.innovation-info__img-antichrome {
	max-width: 761px;
}

.innovation-info__img-antichrome img {
	width: 100%;
}
.vosstanovlenie-fary- .innovation{
	padding-bottom: 0;
}

.ustanovka-stroboskopov #innovation{
    margin-bottom: 25px;
    clear: both;
}
.ustanovka-stroboskopov #add-service-block,
.ustanovka-stroboskopov .form,
.ustanovka-stroboskopov #innovation{
    clear: both;
}

.gallery {
	margin-bottom: 70px;
}

.gallery__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
}
.gallery a {
	display: block;
	cursor: pointer;
	background-size: cover;
}

.gallery__items {
	position: relative;
}

.gallery__item {
	margin-right: 20px;
}
.gallery__item_top{
	margin-bottom: 20px;
}
.gallery__item-name{
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;

}
.gallery__item_small {
	width: 400px;
	height: 300px;
}

.gallery__item_middle {
	width: 300px;
	height: 300px;
}

.gallery__item_big {
	width: 380px;
	height: 380px;
	border-radius: 16px;
}
.gallery__title-block{
	display: flex;
	justify-content: space-between;
}
.gallery-pagination{
	display: flex;
	align-items: center;
}
.prev-gallery__left {
	margin-right: 5px;
}

.prev-gallery__right {
}

.gallery .slick-dots.slider__dots {
	bottom: -80px;
}

.gallery .slick-dots.slider__dots li.slick-active {
	opacity: 1;
	width: 60px;
	height: 5px;
}

.gallery .slick-dots.slider__dots li button:before {
	color: transparent;
	font-size: 20px;
	opacity: 1;
	width: 30px;
	height: 5px;
	line-height: 18px;
}

.gallery.slick-dots.slider__dots li.slick-active button:before {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 60px;
	height: 5px;
}

.gallery .slick-dots.slider__dots li.slick-active button {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 60px;
	height: 5px;
}

.gallery .slick-dots.slider__dots li button {
	color: transparent;
	background: #7B7B7B;
	border-radius: 20px;
	width: 30px;
	height: 5px;
	padding: 0;
}

.gallery .slick-dots.slider__dots li {
	color: transparent;
	width: 30px;
	height: 5px;
}

.gallery .slick-list.draggable {
	padding: 0 36px !important;
}
.gallery__item .lazy{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.stages {
	margin-bottom: 70px;
}
.stages-wrapper {
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
}

.stages__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
	margin-bottom: 20px;
}
.stages__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}
.stages__blocks {
	display: flex;
	margin-bottom: 20px;
}

.stages__block-inner {
	padding: 20px 34px 20px 20px;
	position: relative;
	border-radius: 16px;
	background: #F6F9F6;
}
.stages-step{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #52BF64;
	margin-right: 8px;
}

.stages__block-subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}
.stages__block-info p,
.stages__block-info {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.stages__block-info p{
	margin-bottom: 10px;
}
.stages__block-info p:first-child{
	margin-bottom: 20px;
}
.stages__block-info ul,
.stages__list {
	padding-left:0;
	margin: -10px 0;
	list-style: none;

}
.stages__block-info li,
.stages__list-item {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 0;
}
.stages__block-info li:not(:last-child),
.stages__list-item:not(:last-child){
	border-bottom: 1px solid #DAE4DC;
}

.stages__img {
	flex: 0 0 580px;
	width: 580px;
	height: 380px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 16px;
	margin-right: 20px;
}
.stages__blocks-mobile {
	display: none;
}
.stages__block-btn .btn-record{
	width: 100%;
	text-align: center;
}

.form{
	padding-left: 200px;
	margin-bottom: 70px;
}
.form__info{
	max-width: 620px;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0px 4px 32px 0px #00000012;
}
.form_body{
	display: flex;
	margin: 0 -10px 20px;
}
.form__input{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 10px;
}
.form__input-label{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #6F7A71;
	margin-bottom: 10px;
	display: block;
}
.form .form__blocks .form__info-input {
	outline: none;
	border: 1px solid #DAE4DC;
	border-radius: 8px;
	padding: 11px 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	width: 100%;
}
.form .form__blocks .form__info-input::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}
.form_footer{
	margin-bottom: 20px;
}
.form__info-btn {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	background: #52BF64;
	border-radius: 8px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	padding: 12px 16px;
	cursor: pointer;
}
.form__info-btn[disabled]{
	background: #88D394;
}

.form__connection {
	display: flex;
	flex-flow: column;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #6F7A71;
	text-transform: uppercase;
}
.form__connection a{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #52BF64!important;
	margin-top: 5px;
}

.form__link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	border-radius: 8px;
	padding: 11px 16px;
	background-color: #E4F1E6;
	text-decoration: none;
}


.form__small-text {
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #6F7A71;
	text-transform: uppercase;
	margin-bottom: 36px;

}
.form__bottom{
	border-top: 1px solid #DAE4DC;
	margin: 0 -20px;
	padding: 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*________________QUESTIONS_____________________*/

.questions {
	width: 100%;
	max-width: 780px;
	margin-bottom: 40px;
}

.questions__wrapper {
	width: 100%;
}

.questions__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 0;
}
.questions__item {
	padding: 30px 0;
	transition: all .3s ease;
}
.questions__item:not(:last-child){
	border-bottom: 1px solid #DAE4DC;
}

.questions__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all .3s ease;
}

.questions__item.active .questions__header {
	margin-bottom: 20px;
}

.questions__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}
.questions__img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	transition: all .3s ease;
}

.questions__item.active .questions__img {
	transform: rotate(45deg);
}

.questions__inner {
	display: none;
}

.questions__item.active .questions__inner {
	display: block;
}

.questions__item.active .questions__inner li,
.questions__item.active .questions__inner p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.questions__item.active .questions__inner li{
	margin-bottom: 0;
}
.questions__item.active .questions__inner ul{
	margin-bottom: 20px;
}

.questions__button-block {
	text-align: center;
}

.questions__button-block_inner {
	text-align: left;
}

.questions__button {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	background: #52BF64;
	padding: 11px 16px;
	text-decoration: none;
	border-radius: 8px;
}
.cards .slick-slider .slick-track {
	display: flex;
}
.video .slick-slider .slick-track {
	display: flex;
}
.works .slick-slider .slick-track {
	display: flex;
}
.cards {
	max-width: 780px;
	margin-bottom: 70px;
}
.cards__bottom_info {
	max-width: 100%;
	padding-bottom: 70px;
	border-bottom: 1px solid #DAE4DC;
}
.cards__header {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
}
.cards__link-block {
	display: block;
	font: 300 18px/23px 'Golos Text';
	text-decoration-line: underline;
	color: #1F1D1F;
	margin-top: 20px;
}

.cards-wrapper {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
}

.cards-wrapper__blocks {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -10px;
	padding-bottom: 30px;
}
.cards__bottom .cards-wrapper__blocks{
	padding-bottom: 0;
}

.cards-wrapper__outer {
	width: calc((100%/3));
	padding: 15px 10px;
}

.cards-wrapper__img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 16px;
	overflow: hidden;
}

.cards-wrapper__img img {
	width: 100%;
}

.cards__bottom .cards-wrapper__img img {
	width: 100%;
	height: auto;
}
.cards-wrapper__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}
.cards__bottom .cards-wrapper__title{
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 0;
}

.cards-wrapper__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}
.cards-wrapper__btn-block{
	display: flex;
	align-items: center;
}
.cards-wrapper__outer-mobile{
	display: none;
}
.cards-wrapper__img {
	margin-bottom: 20px;
}
.modal-cards-info {
	position: fixed;
	padding: 83px 0 80px;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	transform: translateY(120vh);
	transition: all .7s;
}

.modal-cards-info.active {
	transform: translateY(0);
	z-index: 99;
}

.modal-cards-info__wrapper {
	position: relative;
	max-width: 1185px;
	margin: 0 auto;
	height: 100%;
}

.modal-cards-info__blocks {
	width: 100%;
	max-height: calc(100vh - 163px);
	overflow-y: scroll;
	padding-right: 27px;
}

.modal-cards-info__blocks h3{
	font: 500 30px/120% 'Golos Text';
	text-align: center;
	color: #1F1D1F;
	margin-bottom: 20px;
}
.modal-cards-info__blocks li,
.modal-cards-info__blocks p,
.modal-cards-info__blocks p.important,
.modal-cards-info__text {
	font: 300 22px/122% 'Golos Text';
	color: #1F1D1F;
	margin-bottom: 10px;
}
.modal-cards-info__blocks ol,
.modal-cards-info__blocks ul,
.modal-cards-info__list {
	padding-left: 20px;
}

.modal-cards-info__blocks h2,
p.modal-cards-info__title,
.modal-cards-info__title {
	font: 500 40px/120% 'Golos Text';
	text-align: center;
	color: #1F1D1F;
	margin-bottom: 20px;
}

.modal-cards-info__close {
	position: absolute;
	top: 0;
	right: -175px;
	cursor: pointer;
}

.modal-cards-info__link {
	font: 300 18px/23px 'Golos Text';
	color: #1F1D1F;
	cursor: pointer;
	margin-top: 15px;
}

.modal-cards-info__link:hover {
	color: #52BF64;
}

.modal-cards-info__item {
	display: none;
}

.modal-cards-info__item.active {
	display: block;
}

.modal-cards-info__blocks::-webkit-scrollbar {
	width: 5px;
}

.modal-cards-info__blocks::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 20px;
}

.modal-cards-info__blocks::-webkit-scrollbar-thumb {
	background: #52BF64;
	border-radius: 20px;
}
.modal-cards-info__blocks ol,
.modal-cards-info__blocks ul,
ul.modal-cards-info__list {
	padding-left: 50px;
}
.modal-cards-info__blocks ul li,
ul.modal-cards-info__list li {
	list-style-type: disc;
}

.modal-cards-info__text_bold {
	font-weight: 700;
}

ol {
	counter-reset: li;
}

ol li {
	position: relative;
}

ol li:before {
	content: counter(li) ". "!important;
	counter-increment: li;
	padding-right: 0!important;
	color: #383838;
}

li {
	list-style-type: none;
}

ol li.modal-cards-info__text-2:before {
	content: '2. '!important;
	counter-increment: none;
}

* {
	box-sizing: border-box;
}
p, h2, h3, h4, h5, ul {
	margin: 0;
}

.gallery__items .swiper-slide{
	width: auto!important;
}
.gallery a{
	line-height: 0;
	font-size: 0;
}
.gallery .swiper-pagination {
	bottom: -80px!important;
}

.gallery .swiper-pagination-bullet {
	color: transparent;
	font-size: 20px;
	opacity: 1;
	width: 30px;
	height: 5px;
	line-height: 18px;
}

.gallery .swiper-pagination-bullet {
	color: transparent;
	background: #7B7B7B;
	border-radius: 20px;
	width: 30px;
	height: 5px;
	padding: 0;
}
.gallery .swiper-pagination-bullet-active {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 60px;
	height: 5px;
}

.card_trumb_slider,
.card_slider {
	width: 100%;
	height: 100%;
}

.card_trumb_slider .swiper-slide,
.card_slider .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}



.card_trumb_slider,
.card_slider {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.card_trumb_slider .swiper-slide,
.card_slider .swiper-slide {
	background-size: cover;
	background-position: center;
}

.card_slider {
	height: 100%;
	width: 100%;
}

.card_trumb_slider {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 10px;
}

.card_trumb_slider .swiper-slide {
	opacity: 0.8;
	width: 25%;
	height: 100%;
}

.card_trumb_slider .swiper-slide-thumb-active {
	opacity: 1;
}
.card_slider .swiper-slide a,
.card_trumb_slider .swiper-slide img,
.card_slider .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal-works__left{
	position: relative;
}

.mirfar-landing-content{
	margin-top: 0!important;
}

.gallery .swiper-pagination {
	bottom: -80px!important;
}

.cause {
	width: 100%;
	padding: 0 0 50px 0;
	max-width: 780px;
}

.cause-wrapper {
	width: 100%;
	margin: 0 auto;
}

.cause__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
}
.cause__desc{
	font-family: Golos Text;
	color: #888;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin-bottom: 50px;
}
.cause__main-blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	max-width: 100%;
}
.cause__block-outer {
	text-align: center;
	width: calc((100% / 3));
	padding: 0 25px;
}
.cause__block-inner {
	padding: 10px 0;
}
.cause__block-number {
	font-size: 88px;
	font-weight: 700;
	line-height: 76px;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}
.cause__block-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #000;
	max-width: 175px;
}
.cause__block-text a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration-line: underline;
	color: #52BF64!important;
}

.cause__block-text_bold {
	display: block;
	font-weight: bold;
}
.works {
	width: 100%;
	padding: 50px 0 150px 0;
	background: #F7F7F9;
}

.works__wrapper {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
}

.works__title {
	font: 500 60px/100% 'Golos Text';
	text-align: center;
	color: #1F1D1F;
	margin-bottom: 50px;
}

.works__items {
	width: 100%;
}

.works__item {
	width: calc((100%/12)*4);
	padding: 0 50px;
}

.works__item-img {
	width: 100%;
}

.works__item-img img {
	width: 100%;
}

.works-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.works-info__brand {
	font: 600 22px/130% 'Golos Text';
	color: #1F1D1F;
	margin: 10px 0;
}

.works-info__year {
	font: 300 16px/21px 'Golos Text';
	color: #888888;
}

.works-info__range {
	display: block;
	font: 300 16px/21px 'Golos Text';
	color: #888888;
	margin-bottom: 10px;
}

.works-info__link {
	font: 300 18px/23px 'Golos Text';
	text-decoration-line: underline;
	color: #1F1D1F;
	cursor: pointer;
}

.prev-work__left {
	position: absolute;
	top: 50%;
	left: -100px;
	cursor: pointer;
	margin-top: -50px;
}

.prev-work__right {
	position: absolute;
	top: 50%;
	right: -100px;
	cursor: pointer;
	margin-top: -50px;
}

.works .slick-dots.slider__dots {
	bottom: -100px;
}

.works .slick-dots.slider__dots li.slick-active {
	opacity: 1;
	width: 120px;
	height: 5px;
}

.works .slick-dots.slider__dots li button:before {
	color: transparent;
	font-size: 20px;
	opacity: 1;
	width: 60px;
	height: 5px;
	line-height: 18px;
}

.works .slick-dots.slider__dots li::before {
	content:none;
}

.works .slick-dots.slider__dots li.slick-active button:before {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 120px;
	height: 5px;
}

.works .slick-dots.slider__dots li.slick-active button {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 120px;
	height: 5px;
}

.works .slick-dots.slider__dots li button {
	color: transparent;
	background: #7B7B7B;
	border-radius: 20px;
	width: 60px;
	height: 5px;
	padding: 0;
}

.works .slick-dots.slider__dots li {
	color: transparent;
	width: 60px;
	height: 5px;
}

.cards .slick-list.draggable {
	padding: 0 !important;
}

.modal-works {
	position: fixed;
	padding: 83px 0 80px;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	transform: translateY(120vh);
	transition: all .7s;
	z-index: 99;
}

.modal-works.active {
	transform: translateY(0);
}

.modal-works__wrapper {
	position: relative;
	max-width: 1185px;
	margin: 0 auto;
	height: 100%;
}

.modal-works__item {
	display: none;
}

.modal-works__item.active {
	display: block;
}

.modal-works__close {
	position: absolute;
	top: 0;
	right: -175px;
	cursor: pointer;
}

.modal-works__blocks {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
	max-height: calc(100vh - 163px);
	padding-right: 27px;
}

.modal-works__blocks::-webkit-scrollbar {
	width: 5px;
}

.modal-works__blocks::-webkit-scrollbar-track {
	background: #F7F7F9;
	border-radius: 20px;
}

.modal-works__blocks::-webkit-scrollbar-thumb {
	background: #DF570E;
	border-radius: 20px;
}

.modal-works__left {
	width: 100%;
	max-width: 420px;
	margin-right: 71px;
	margin-left: 30px;
	text-align: center;
}

.modal-works__left-btn {
	display: inline-block;
	font: 300 22px/110% 'Golos Text';
	color: #F7F9FB;
	text-decoration: none;
	background: #DF570E;
	padding: 15px 40px;
	margin: 58px auto 0 auto;
	text-align: center;
}

.modal-works__left-btn:hover {
	color: #ffffff
}

.modal-works__block-brand {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 12px;
}

.modal-works__brand {
	font: 500 60px/100% 'Golos Text';
	color: #1F1D1F;
}

.modal-works__year {
	font: 300 16px/21px 'Golos Text';
	color: #888888;
}

.modal-works__series {
	font: 500 40px/120% 'Golos Text';
	color: #1F1D1F;
	margin-bottom: 46px;
}

.modal-works__subtitle {
	font: 700 22px/110% 'Golos Text';
	color: #1F1D1F;
	margin-bottom: 10px;
}

.modal-works__text {
	font: 300 22px/122% 'Golos Text';
	color: #1F1D1F;
	max-width: 641px;
	margin-bottom: 0;
}

.modal-works__step {
	font: 300 40px/120% 'Golos Text';
	color: #C8C8C8;
	margin-bottom: 30px;
}

.modal-works__text-info {
	margin-bottom: 40px;
	max-width: 580px;
}

ul .modal-works__text {
	margin-bottom: 10px;
}

.modal-works__left {
	margin-left: 0;
	width: 450px;
	height: 420px;
}

.modal-works__left-img.slick-slide {
	height: 315px;
}

.modal-works__left-img {
	width: 420px;
	height: 315px;
	position: relative;
}

.prev-modal-works__left {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: -27px;
	cursor: pointer;
	margin-top: -27px;
	z-index: 999;
}

.prev-modal-works__left img {
	width: 100%;
}


.prev-modal-works__right {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	right: -27px;
	cursor: pointer;
	margin-top: -27px;
	z-index: 999;
}

.prev-modal-works__right img {
	width: 100%;
}

.modal-works .slick-dots.slider__dots {
	bottom: -58px;
}

.modal-works .slick-dots.slider__dots li.slick-active {
	opacity: 1;
	width: 60px;
	height: 5px;
}

.modal-works .slick-dots.slider__dots li button:before {
	color: transparent;
	font-size: 20px;
	opacity: 1;
	width: 30px;
	height: 5px;
	line-height: 18px;
}

.modal-works .slick-dots.slider__dots li.slick-active button:before {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 60px;
	height: 5px;
}

.modal-works .slick-dots.slider__dots li.slick-active button {
	color: transparent;
	background: #DF570E;
	border-radius: 20px;
	opacity: 1;
	width: 60px;
	height: 5px;
}

.modal-works .slick-dots.slider__dots li button {
	color: transparent;
	background: #7B7B7B;
	border-radius: 20px;
	width: 30px;
	height: 5px;
	padding: 0;
}

.modal-works .slick-dots.slider__dots li {
	color: transparent;
	width: 30px;
	height: 5px;
}

.modal-works .slick-list.draggable {
	padding: 0!important;
}

.modal-cards {
	position: fixed;
	padding: 83px 0 80px;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	transform: translateY(120vh);
	transition: all .7s;
}

.modal-cards.active {
	transform: translateY(0);
	z-index: 99;
}

.modal-cards__wrapper {
	position: relative;
	max-width: 1420px;
	margin: 0 auto;
	max-height: 100%;
}

.modal-cards__close {
	position: absolute;
	top: 0;
	right: -40px;
	cursor: pointer;
}

.modal-cards__blocks {
	width: 100%;
	max-height: calc(100vh - 163px);
	overflow-y: scroll;
}

.modal-cards__blocks::-webkit-scrollbar {
	width: 5px;
}

.modal-cards__blocks::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 20px;
}

.modal-cards__blocks::-webkit-scrollbar-thumb {
	background: #52BF64;
	border-radius: 20px;
}

.modal-cards__blocks .cards-wrapper__outer {
	margin-bottom: 40px;
}

.cards-wrapper__text span {
	font: 700 16px/21px 'Golos Text';
	color: #515151;
}

.cards-wrapper__link-block {
	display: block;
	font: 300 18px/23px 'Golos Text';
	text-decoration-line: underline;
	color: #515151;
	margin-top: 26px;
}

.cards .slick-slider .slick-track {
	display: flex;
}
.video .slick-slider .slick-track {
	display: flex;
}
.works .slick-slider .slick-track {
	display: flex;
}
.video .slick-list.draggable {
	padding: 0!important;
}
.video {
	width: 100%;
	margin-bottom: 70px;
}
.video__wrapper {
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	position: relative;
}

.video__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
}
.video__subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 20px;
}
.video__iframe {
	width: 100%;
	height: 670px;
	border-radius: 16px;
}
.video__title-block{
	display: flex;
	justify-content: space-between;
}
.video__pagination{
	display: flex;
	align-items: center;
}
.prev-video__left,
.prev-video__right{
	cursor: pointer;
}
.prev-video__left{
	margin-right: 10px;
}

.equipment {
	width: 100%;
	padding-bottom: 70px;
	border-bottom: 1px solid #DAE4DC;
	margin-bottom: 70px;
}
.equipment__wrapper {
	display: flex;
	margin: 0 -10px;
}
.equipment__col{
	max-width: 380px;
	flex: 0 0 380px;
	padding: 0 10px;
}
.equipment__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;

}
.equipment__block {
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
}
.equipment__block-img {
	width: 100%;
	max-width: 620px;
	margin-right: 80px;
}

.equipment__block-img img {
	width: 100%;
}

.equipment__block-img_left {
	margin-right: 0;
	margin-left: 80px;
}
.equipment__block-text *,
.equipment__block-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;

}
.equipment__block-text *{
	margin-bottom: 0;
}
.equipment__block-text{
	margin-bottom: 30px;
}
.equipment__block-text .title {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.equipment__block-text .title svg{
	margin-left: 10px;
}
.equipment__block-text li{
	margin-bottom: 0;
}

.entry {
	width: 100%;
	margin-bottom: 50px;
	padding-left: 200px;
}
.entry-wrapper {
	width: 100%;
	margin: 0 auto;
}
.entry__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 20px;
}
.entry__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.entry__main-blocks {
	display: flex;
	flex-flow: column;
}
.entry__block-outer:not(:last-child) {
	padding-bottom: 10px;
}
.entry__block-inner{
	display: flex;
	align-items: center;
}
.entry__block-inner svg{
	margin-right: 10px;
}
.entry__block-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}
.entry__block-text a {
	display: block;
	font: 300 18px/23px 'Golos Text';
	text-align: center;
	text-decoration-line: underline;
	color: #DF570E;
	margin-top: 10px;
}

.content-landing-container{
	position: relative;
}
.content-landing{
	padding-top: 0;
	display: flex;
	position: absolute;
	right: 15px;
}
.content-landing-wrapper{
	border-radius: 16px;
	box-shadow: 0px 4px 32px 0px #00000012;
	padding: 20px;
	width: 320px;
	margin: -10px 0;
}
.content-landing-item{
	padding: 10px 0;
	display: flex;
}
.content-landing-item:not(:last-child){
	border-bottom: 1px solid #DAE4DC
}
.content-landing-count{
	display: flex;
}
.content-landing_link{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}

.mirfar-landing.linzy .cause{
	padding-top: 80px;
}
.mirfar-landing.vosstanovlenie-fary- .cause{
	padding-top: 60px;
}
.zamena-stekla-fary #original-fary .equipment__block-img,
.zamena-stekla-fary #about-company-block-1 .equipment__block-img{
	flex: 0 0 100%;
	max-width: 612px;
}
.cards__title{
	text-align: center;
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 70px;
}
.cards__service{
	max-width: 100%;
}
.cards__service .service-block{
	padding-bottom: 0;
}
.slick-dotted.slick-slider{
	padding-bottom: 0!important;
}
.slick-dotted.slick-slider{
	margin-bottom: 40px!important;
}
.zapotevaniya-fary .promo-text,
.zapotevaniya-fary .promo-title,
.antichrome .promo-text,
.antikhrom .promo-text,
.antichrome .promo-title,
.antikhrom .promo-title{
	color: #fff;
}

.antikhrom .about-company{
	float: unset;
}
.mirfar-landing.zapotevaniya-fary .gallery,
.zamena-stekla-fary .equipment{
	clear: both;
}
.zamena-stekla-fary .about-company{
	margin-bottom: 500px;
}
.ustanovka-stroboskopov #dopolnitelnyy-tekst.about-company{
    max-width: 100%;
}
.ustanovka-stroboskopov.antikhrom .about-company{
    float: left;
}
.remont-dkho-block-text{
	margin-top: 30px;
}
.how-work{
	clear: both;
	padding-top: 50px;
	margin-bottom: 50px;
}
.remont-dkho .how-work{
	padding-top: 50px;
}
.how-work__title{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}
.remont-dkho .how-work__desc{
	max-width: 740px;
}
.how-work-wrapper__blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.how-work-wrapper__outer{
	width: 100%;
	max-width: calc(100%/3);
}
.how-work-wrapper__inner{
	padding: 0 15px;
}
.how-work-wrapper__img{
	margin-bottom: 23px;
}
.how-work-wrapper__img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	max-height: 215px;
}
.how-work-wrapper__text{
	padding-right: 50px;
}
.step-warning{
	color: #D95F2F;
	font-size: 18px;
	font-weight: 700;
}
.landing-warning{
	color: #D95F2F;
}
.stages__block-info hr{
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #DAE4DC;
}
.add-service{
	margin-bottom: 100px;
}
.add-service__title{
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 48px;
}
.add-service-item{
	margin-bottom: 26px;
}
.add-service-name{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 10px;
}
.questions__inner ul,
.add-service-desc ul{
	padding-left: 27px;
}
.add-service-desc ul{
	margin-top: 15px;
	margin-bottom: 15px;
}
.questions__inner ul li,
.add-service-desc ul li{
	list-style: disc;
}
.add-service-row{
	display: flex;
	justify-content: space-between;
}
.add-service-left{
	width: 100%;
	max-width: 740px;
}
.add-service-right{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 370px;
}
.add-service-right img{
	border-radius: 16px;
}
.remont-dkho .form,
.remont-dkho .entry{
	padding-left: 0!important;
}
.js-how-work-slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 215px;
}
.js-how-work-slider .slick-arrow{
	z-index: 10;
}
.js-how-work-slider .slick-prev{
	left: 5px;
}
.js-how-work-slider .slick-next{
	right: 5px;
}
.js-how-work-slider .slick-dots{
	bottom: -45px;
}
.add-text__text{
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
	margin-bottom: 40px;
	text-align: center;
}
.ustranenie-zapotevaniya-fary #zaklyuchenie .about-company__text p{
	font-size: 14px;
	line-height: 120%;
}
p.innovation-title-about
 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    margin-bottom: 30px;
}
section#tekst-posle-etapy,section#kak-rabotaet-sistema-stroboskopov-v-fary,section#kakie-avtomobili-mozhno-osnastit-sistemoy-stroboskopov,section#novye-etapy {
    max-width: 100%;
}
.over-blocks {
    display: flex;
    gap: 101px;
}
section#novye-etapy p.innovation-title-about {
    margin-bottom: 20px;
    margin-top: 0px;
}
.gallery__title-block {
    padding-top: 12px !important;
}
section#tekst-posle-etapy {
    margin-top: -35px;
}
.item-blocks .stages__block-inner {
    margin-bottom: 30px;
	min-height: 208px;
}
section#kak-rabotaet-sistema-stroboskopov-v-fary {
    margin-top: 44px;
}

section#kakie-avtomobili-mozhno-osnastit-sistemoy-stroboskopov {
    margin-bottom: -50px;
}
.item-blocks {
    flex-basis: 50%;
}
@media (max-width: 1180px) {
	.equipment__wrapper{
		flex-wrap: wrap;
		justify-content: center;
	}
	.equipment__col:first-child{
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 1080px) {
	.about-company{
		float: none;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.zamena-stekla-fary .about-company{
		margin-bottom: 50px;
	}
	.content-landing{
		position: initial;
		right: auto;
		margin-bottom: 50px;
	}
	.content-landing-wrapper{
		width: 100%;
	}
	.cards,
	.cause{
		max-width: 100%;
	}
	.stages__blocks{
		flex-flow: column;
	}
	.stages__img{
		flex: 0 0 380px;
		width: 100%;
	}
	.stages__img,
	.stages__blocks{
		margin-bottom: 16px;
	}

	.form,
	.entry{
		padding-left: 0;
	}
	.form__blocks,
	.entry-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	.entry__subtitle,
	.entry__title{
		text-align: center;
	}

	.add-service-row{
		flex-direction: column;
	}
	.add-service-left,
	.add-service-right{
		max-width: 100%;
	}
	.add-service-left{
		margin-bottom: 40px;
	}
	.add-service-right .js-how-work-slider img{
		max-height: 300px;
	}
}
@media (max-width: 950px) {
	.remont-dkho .promo{
		height: 488px;
	}
	.remont-dkho .promo__bg-mob,
	.remont-dkho .promo__bg{
		background-size: 140%;
		background-color: #131512;
	}
	.remont-dkho .promo-title br{
		display: none;
	}
}

@media (max-width: 830px) {
	.innovation,
	.form,
	.entry,
	.equipment,
	.stages,
	.gallery,
	.cards,
	.content-landing,
	.about-company,
	.promo{
		margin-bottom: 40px;
	}
	.cards__bottom_info,
	.equipment,
	.cause{
		padding-bottom: 40px;
	}

	.innovation-title,
	.cause__title{
		margin-bottom: 16px;
	}
	.promo{
		padding: 25px;
	}

	.innovation-info{
		flex-flow: column;
	}
	.innovation-info__img{
		margin-right: 0;
		margin-bottom: 16px;
	}
	.innovation-info__text{
		max-width: 100%;
	}

	.how-work-wrapper__outer{
		max-width: 100%;
	}
	.how-work-wrapper__inner{
		padding: 15px;
	}
	.how-work-wrapper__blocks{
		margin: -15px;
	}
	.add-service-right{

	}
	.add-service-left{
		max-width: 100%;
	}
	.remont-dkho .promo__bg-mob,
	.remont-dkho .promo__bg {
		background-size: 150%;
	}
	.remont-dkho .stages__blocks,
	.remont-dkho .how-work-wrapper__inner{
		display: flex;
		flex-direction: column-reverse;
	}
	.remont-dkho .how-work-wrapper__add-text{
		order: -1;
		margin-top: 10px;
	}
	.remont-dkho .stages__img,
	.remont-dkho .how-work-wrapper__img {
		margin-bottom: 0;
	}
	.remont-dkho .stages__block-inner,
	.remont-dkho .how-work-wrapper__text{
		margin-bottom: 23px;
	}


}
@media (max-width: 767px) {
	.cards-wrapper__img img[data-src]{
		height: 200px;
	}
	.equipment__col{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.equipment__block-img{
		margin-right: 0;
		text-align: center;
		max-width: 100%;
	}
	.equipment__block-img img{
		max-width: 300px;
	}
}
@media (max-width: 720px) {
	.ustanovka-biled-linz .promo-text{
		max-width: 320px;
	}
	.about-company__text p, .about-company__text{
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 680px) {
	.cause__block-outer{
		width: 50%;
	}
	.form_body{
		flex-flow: column;
		margin: -5px -10px;
		padding-bottom: 10px;
	}
	.form__input{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 5px 10px;
	}
	.form__bottom{
		flex-flow: column;
		align-items: center;
	}
	.form__connection{
		margin-bottom: 16px;
	}
	.form__link{
		width: 100%;
		text-align: center;
	}
	.remont-dkho .promo__bg-mob,
	.remont-dkho .promo__bg {
		background-size: 180%;
		background-position: 100% 50%;
	}
}
@media (max-width: 520px) {
	.promo__bg{
		display: none;
	}

	.promo__bg-mob {
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.ustanovka-biled-linz .promo{
		height: 550px;
	}
	.izmenenie-tsveta-dkho .promo{
		height: 240px;
	}

	.izmenenie-tsveta-dkho .promo-title {
		max-width: 65%;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.izmenenie-tsveta-dkho .promo-text{
		max-width: 152px;
	}
	.izmenenie-tsveta-dkho .promo__bg-mob {
		background-position: 70% 50%;
	}
	.izmenenie-tsveta-dkho .promo-text{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.izmenenie-tsveta-dkho-s-vozmozhnostyu-upravleniya-cherez-prilozhenie .promo-title{
		max-width: 206px;
	}
	.izmenenie-tsveta-dkho-s-vozmozhnostyu-upravleniya-cherez-prilozhenie .promo__bg-mob{

		z-index: 2;
		background-position: 43% 64%;
		background-size: 158%;
	}
	.izmenenie-tsveta-dkho-s-vozmozhnostyu-upravleniya-cherez-prilozhenie .promo__bg-mob:before{
		content: '';
		position: absolute;
		width: 391px;
		height: 262px;
		background: linear-gradient(175.23deg, rgba(6, 10, 11, 0.71) 25.77%, rgba(6, 10, 11, 0) 29.12%);
		top: 0;
		left: 50%;
		transform: translateX(-50%);

	}
	.izmenenie-tsveta-dkho-s-vozmozhnostyu-upravleniya-cherez-prilozhenie .promo{
		background: #000;
		position: relative;
	}

	.izmenenie-tsveta-dkho-s-vozmozhnostyu-upravleniya-cherez-prilozhenie .promo-wrapper{
		position: relative;
		z-index: 5;
	}
	.remont-dkho .promo-title{
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 18px;
	}

	.remont-dkho .promo__bg-mob, .remont-dkho .promo__bg{
		background-position: 100% 60%;
	}

}
@media (max-width: 480px) {
	.innovation-title,
	.questions__title,
	.cards__header,
	.entry__title,
	.video__title,
	.equipment__title,
	.stages__title,
	.gallery__title,
	.add-text__text,
	.promo-title{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.innovation-info__text p,
	.entry__subtitle,
	.stages__subtitle,
	.about-company__text p, .about-company__text{
		font-size: 14px;
		line-height: 18px;
	}
	.cause__title{
		font-size: 20px;
		line-height: 24px;
	}
	.ustanovka-biled-linz .promo{
		height: 450px;
	}

	.promo{
		padding: 16px;
	}
	.izmenenie-tsveta-dkho .promo{
		padding: 24px;
	}
	.entry__subtitle{
		margin-bottom: 16px;
	}
	.questions__text{
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 420px) {
	.cards-wrapper__btn-block,
	.promo-btns{
		display: flex;
		flex-flow: column;
	}
	.btn-record{
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.promo-btns__more{
		text-align: center;
		width: 100%;
	}
	.izmenenie-tsveta-dkho .promo-btns{
		display: block;
	}
	.izmenenie-tsveta-dkho .btn-record{
		width: auto;
	}
	.izmenenie-tsveta-dkho .btn-record{
		margin-bottom: 0;
	}
}
 
@media only screen and (max-width:1080px) and (min-width:200px) {
	.over-blocks {
		gap: 20px;
	}
	.item-blocks .stages__block-inner {
		min-height: 250px;
	}
	section#kakie-avtomobili-mozhno-osnastit-sistemoy-stroboskopov {
		margin-top: 28px;
	}
	.gallery__title-block {
		padding-top: 0px !important;
	}
	section#innovation {
		padding-top: 28px;
	}
	section#tekst-posle-etapy {
		margin-top: 5px;
	}
	#o-kompanii {
        margin-bottom: -20px;
    }
}


@media only screen and (max-width:680px) and (min-width:200px) {
	.item-blocks .stages__block-inner {
		min-height: max-height;
	}
	.innovation-info__text {
		font-size: 18px;
		line-height: 22px;
	}
	.item-blocks {
		flex-basis: 100%;
	}
	.over-blocks {
		gap: 0px;
		display:block;
	}
	.about-company__text p {
        font-size: 36px;
		line-height: 40px;
    }
	.over-blocks {
		gap: 0px;
	}
}
@media only screen and (max-width:580px) and (min-width:200px) {
	.item-blocks .stages__block-inner {
		min-height: max-height;
	}
	.innovation-info__text,section#printsip-raboty {
		font-size: 18px;
		line-height: 22px;
	}
	.about-company__text p {
        font-size: 36px;
		line-height: 40px;
    }
	.item-blocks {
		flex-basis: 100%;
	}
	.over-blocks {
		gap: 0px;
		display:block;
	}
	#innovation .innovation-info__text{
		font-size:15px;
	}
	#kak-rabotaet-sistema-stroboskopov-v-fary .innovation-title-about,#kakie-avtomobili-mozhno-osnastit-sistemoy-stroboskopov .innovation-title-about,#novye-etapy .innovation-title-about,#novye-etapy .stages__block-subtitle,#tekst-posle-etapy .innovation-title-about{
		font-size: 20px;
		line-height: 20px;
	}
}

@media only screen and (max-width:480px) and (min-width:200px) {
	section#printsip-raboty {
		margin-top: -25px;
	}
}
@media only screen and (max-width:455px) and (min-width:372px) {
	section#printsip-raboty {
        margin-top: -50px;
    }
}
@media only screen and (max-width:335px) and (min-width:200px) {
	section#printsip-raboty {
		margin-top: 0px;
	}
}
@media only screen and (max-width:550px) and (min-width:480px) {
section#printsip-raboty {
    margin-top: 20px;
}
}
@media only screen and (max-width:330px) and (min-width:200px) {
	section#printsip-raboty {
		margin-top: -0px;
	}
}
/* End */


/* Start:/local/templates/mirfar/components/bitrix/news.list/contact_list_landing/style.css?17813837032503*/
.stores-block{
	background: #F6F9F6;
	margin-bottom: 70px;
	padding-top: 20px;
}
.service-offices{
	padding-bottom: 50px;
	padding-top: 50px;
	margin: -20px -50px;

}
.offices__item{
	display: flex;
	align-items: center;
}
.offices__item:not(:last-child){
	border-bottom: 1px solid #DAE4DC;
}
.offices__item-prop{
	width: 100%;
	padding: 20px 50px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.offices__item-prop:nth-child(1){
	max-width: 25%;
}
.offices__item-prop:nth-child(2){
	max-width: 50%;
}
.offices__item-prop:nth-child(3){
	max-width: 25%;
}

.offices__item-prop-name{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #52BF64;
}
.offices__item-prop-ico{
	margin-right: 8px;
}
.offices__item-prop-phone{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
}
.contact-block{

}
.contacts-map{
	margin-bottom: 15px;
}
.contact-block .name{
	font-weight: bold;
	font-size: 16px;
}
.contact-block .title:first-child{
	margin-top: 0;
}
.contact-block .title{
	margin-top: 15px;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.contact-block .main-office{
	display: flex;
	flex-flow: row;
	margin-bottom: 15px;
}
.contact-block .main-office .contact-items{
	width: 50%;
	float: left;
}
.contact-block .main-office .contact-items:nth-child(2n){
	text-align: right;
}
.contact-block .office{
	display: flex;
	flex-flow: column;
}
.contact-block .office .contact-items{
	width: 100%;
	margin-bottom: 10px;
}
.contact-block .office .contact-items:last-child{
	margin-bottom: 0;
}
.contact-block .office .contact-items .pic{
	width: 20%;
	float: left;
	text-align: center;
}
.contact-block .office .contact-items .propeties{
	float: left;
	width: 80%;
}
.contact-block .office .contact-items .prop-item{
	width: 50%;
	float: left;
}
@media (max-width: 1280px) {
	.service-offices{
		margin: -20px 0;
	}
}
@media (max-width: 890px) {
	.offices__item{
		flex-wrap: wrap;
	}
	.offices__item-prop:nth-child(1){
		max-width: 100%;
	}
	.offices__item-prop:nth-child(2){
		max-width: 70%;
	}
	.offices__item-prop:nth-child(3){
		max-width: 30%;
	}
	.offices__item-prop{
		padding: 10px 16px;
	}
}
@media (max-width: 520px) {
	.offices__item-prop:nth-child(3),
	.offices__item-prop:nth-child(2),
	.offices__item-prop:nth-child(1){
		max-width: 100%;
	}
}
/* End */


/* Start:/local/templates/mirfar/components/bitrix/news.list/service/style.min.css?17813837031298*/
.service-block{display:flex;flex-wrap:wrap;margin:0 -10px;padding-bottom:70px}.service-item{flex:0 0 calc(100% / 3);max-width:calc(100% / 3);padding:0 10px;height:520px}.service-item-bg{position:absolute;height:520px;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;z-index:-1}.service-wrapper{position:relative;padding:30px;display:flex;flex-flow:column;justify-content:space-between;height:100%;border-radius:16px;overflow:hidden}.service-name{font-size:20px;line-height:24px;color:#fff}.service-link-list{display:flex;flex-flow:column}.service-link-item{margin-bottom:5px}.service-link{font-weight:500;line-height:18px;text-align:left;color:#fff;position:relative;display:inline-block}.service-link:hover{color:#52BF64;text-decoration:none}.service-link:hover:after{content:'';position:absolute;display:block;width:16px;height:16px;background-image:url(/local/templates/mirfar/components/bitrix/news.list/service/img/arrow-right.png);right:-18px;top:50%;transform:translateY(-50%)}@media (max-width:920px){.service-item{max-width:100%;flex:0 0 100%;height:250px;padding:10px}.service-block{margin:-10px}.service-wrapper{background-size:cover}.service-name{font-size:16px;line-height:18px}.service-link{font-size:14px;line-height:18px}}@media (max-width:820px){.service-block{padding-bottom:40px}}
/* End */
/* /local/templates/mirfar/landing/assets/css/normalize.css?17813837036600 */
/* /local/templates/mirfar/landing/assets/css/slick/slick.css?17813837031905 */
/* /local/templates/mirfar/landing/assets/css/slick/slick-theme.css?17813837033370 */
/* /local/templates/mirfar/landing/assets/css//swiper-bundle.min.css?178138370316481 */
/* /local/templates/mirfar/components/bitrix/news/services_new/bitrix/news.detail/landing/style.css?178138479941777 */
/* /local/templates/mirfar/components/bitrix/news.list/contact_list_landing/style.css?17813837032503 */
/* /local/templates/mirfar/components/bitrix/news.list/service/style.min.css?17813837031298 */
