

/* Start:/local/templates/ironmac/css/vendor/normalize.css?17507711156138*/
/*! 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/ironmac/css/vendor/swiper.min.css?175077111515562*/
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@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-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-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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;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-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-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{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/ironmac/css/main.css?1750771115143012*/
@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.footer{background-color:#fbfbfb;border-top:1px solid #efefef;overflow:hidden;padding-top:64px;padding-bottom:64px;margin-top:80px}.footer .container{display:flex}@media screen and (max-width:1070px){.footer .container{flex-wrap:wrap}}@media screen and (max-width:600px){.footer .container{flex-direction:column;align-items:center}}.footer__logo{display:block;margin-bottom:14px;position:relative}.footer__logo::before{content:"";display:block;height:100%;width:2000px;position:absolute;right:100%;top:0;background-color:#323231}.footer__logo-img{display:block}.footer__copyright{font-weight:300;color:#000}.footer__column_1{margin-right:auto}@media screen and (max-width:1070px){.footer__column_1{margin-bottom:36px}}@media screen and (max-width:600px){.footer__column_1{margin-left:auto}}@media screen and (max-width:1070px){.footer__column_2{width:100%;order:3}}@media screen and (max-width:600px){.footer__column_2{display:none}}.footer__menu{margin-right:50px}@media screen and (max-width:1070px){.footer__menu{margin-right:0;margin-top:24px}}.footer__menu ul{margin:0;padding:0;list-style:none;text-align:right;display:flex;flex-wrap:wrap;max-width:540px;justify-content:flex-end}@supports (display:grid){.footer__menu ul{display:grid;row-gap:14px;column-gap:40px;grid-template-rows:repeat(2,1fr);align-items:center;justify-items:end;grid-auto-flow:column;max-width:unset}}@media screen and (max-width:1070px){.footer__menu ul{display:flex;justify-content:center}}@supports not (display:grid){.footer__menu li{margin-right:40px;margin-bottom:12px}}@media screen and (max-width:1070px){.footer__menu li:nth-child(1){display:none}}.footer__menu a{color:#000}.footer-contacts{display:flex}.footer-contacts__phones{font-weight:500;font-size:18px;margin-bottom:10px;padding-left:36px;position:relative;text-align:right}.footer-contacts__phones::before{content:"";display:block;width:1.5em;height:1.5em;position:absolute;left:0;top:50%;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6963 6.99316L22.5762 3.87598C22.1953 3.49512 21.6855 3.28125 21.1465 3.28125C20.6074 3.28125 20.0977 3.49219 19.7168 3.87598L16.3564 7.23047C15.9756 7.61133 15.7617 8.12402 15.7617 8.66309C15.7617 9.20508 15.9727 9.71191 16.3564 10.0957L18.9814 12.7236C18.3834 14.117 17.5242 15.3829 16.4502 16.4531C15.375 17.5342 14.1182 18.3867 12.7236 18.9902L10.0986 16.3623C9.71777 15.9814 9.20801 15.7676 8.66895 15.7676C8.40306 15.7666 8.13965 15.8187 7.89415 15.9208C7.64865 16.0229 7.426 16.173 7.23926 16.3623L3.87598 19.7168C3.49512 20.0977 3.28125 20.6104 3.28125 21.1494C3.28125 21.6914 3.49219 22.1982 3.87598 22.582L6.99316 25.6992C7.64355 26.3496 8.54004 26.7217 9.45996 26.7217C9.65039 26.7217 9.83496 26.707 10.0225 26.6748C13.9014 26.0361 17.751 23.9707 20.8594 20.8652C23.9648 17.7539 26.0273 13.9043 26.6719 10.0225C26.8564 8.9209 26.4873 7.78711 25.6963 6.99316ZM24.5947 9.67383C24.0234 13.1279 22.166 16.5732 19.3682 19.3711C16.5703 22.1689 13.1279 24.0264 9.67383 24.5977C9.24024 24.6709 8.79492 24.5244 8.47852 24.2109L5.41699 21.1494L8.66309 17.9004L12.1729 21.416L12.1992 21.4424L12.832 21.208C14.7508 20.5026 16.4932 19.3883 17.9384 17.9425C19.3837 16.4967 20.4974 14.7539 21.2022 12.835L21.4365 12.2021L17.8975 8.66602L21.1436 5.41699L24.2051 8.47852C24.5215 8.79492 24.668 9.24023 24.5947 9.67383Z' fill='%23CE282E'/%3E%3C/svg%3E")}.footer-contacts__email{font-weight:300;font-size:18px;padding-left:36px;position:relative;text-align:right;margin-bottom:10px}.footer-contacts__email::before{content:"";display:block;position:absolute;left:3px;top:50%;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 3.75H2.25C1.83516 3.75 1.5 4.08516 1.5 4.5V19.5C1.5 19.9148 1.83516 20.25 2.25 20.25H21.75C22.1648 20.25 22.5 19.9148 22.5 19.5V4.5C22.5 4.08516 22.1648 3.75 21.75 3.75ZM20.8125 6.34687V18.5625H3.1875V6.34687L2.54063 5.84297L3.46172 4.65938L4.46484 5.43984H19.5375L20.5406 4.65938L21.4617 5.84297L20.8125 6.34687ZM19.5375 5.4375L12 11.2969L4.4625 5.4375L3.45938 4.65703L2.53828 5.84062L3.18516 6.34453L11.1914 12.5695C11.4217 12.7484 11.7049 12.8455 11.9965 12.8455C12.2881 12.8455 12.5713 12.7484 12.8016 12.5695L20.8125 6.34687L21.4594 5.84297L20.5383 4.65938L19.5375 5.4375Z' fill='%23CE282E'/%3E%3C/svg%3E");width:1.2em;height:1.2em;transform:translateY(-45%)}.footer-contacts__time{font-weight:300;text-align:right}.footer-contacts a{color:#000;display:block;transition:all .35s}.footer-contacts a:hover{text-decoration:none;color:#ce282e}.footer-contacts__column:not(:nth-child(1)){margin-left:22px}.footer-contacts__social{display:flex;flex-direction:column}.footer-contacts__social a{margin-bottom:12px}.footer-contacts__social a:last-child{margin-bottom:0}.footer-contacts__social a:hover{opacity:.7}.header{box-shadow:0 5px 24px rgba(0,0,0,.15);background-color:#fff;position:relative;z-index:2}@media screen and (max-width:390px){.header{position:relative}}.header__line .container{display:flex;align-items:center}.header__line_1{padding-top:22px;padding-bottom:28px}@media screen and (max-width:740px){.header__line_1{padding-top:18px;padding-bottom:12px}}@media screen and (max-width:740px){.header__line_1 .container{display:grid;grid-template-areas:"logo callback burger" "contacts contacts contacts";grid-template-columns:150px auto 52px}}@media screen and (max-width:570px){.header__line_1 .container{grid-template-columns:120px auto 52px}}@media screen and (max-width:390px){.header__line_1 .container{grid-template-areas:"logo" "callback" "contacts";grid-template-columns:auto}}.header__line_2{background-color:#232629}@media screen and (max-width:950px){.header__line_2{position:fixed;top:0;right:100%;height:100vh;width:300px}.header__line_2 .container{display:block;padding-left:0;padding-right:0}}.header__logo{width:201px;transition:opacity .25s}.header__logo:hover{opacity:.65}@media screen and (max-width:1250px){.header__logo{width:160px}}@media screen and (max-width:740px){.header__logo{grid-area:logo;width:130px}}@media screen and (max-width:570px){.header__logo{width:110px}}@media screen and (max-width:390px){.header__logo{width:130px;margin-left:auto;margin-right:auto;margin-bottom:16px}}.header__logo img{display:block;width:100%;height:auto}.header__contacts{margin-left:auto;display:flex;align-items:center;font-size:1.25em}@media screen and (max-width:1350px){.header__contacts{display:grid;grid-template-areas:"time tel" "time email"}}@media screen and (max-width:1090px){.header__contacts{font-size:1em}}@media screen and (max-width:950px){.header__contacts{display:block}}@media screen and (max-width:740px){.header__contacts{grid-area:contacts;display:flex;margin-top:14px}}@media screen and (max-width:540px){.header__contacts{margin-left:auto;margin-right:auto;display:block}}.header__contacts-column{display:flex;flex-direction:column;align-items:flex-end;margin-right:40px}@media screen and (max-width:1250px){.header__contacts-column{margin-right:26px}}@media screen and (max-width:740px){.header__contacts-column{margin-right:auto;margin-left:auto}}@media screen and (max-width:950px){.header__contacts-column_1{margin-bottom:.35em}}@media screen and (max-width:740px){.header__contacts-column_2{margin-right:0}}.header__contacts-block{margin-right:1.75em;padding-left:2em;position:relative}.header__contacts-block:last-child{margin-right:0}@media screen and (max-width:1350px){.header__contacts-block{margin-right:0}}@media screen and (max-width:540px){.header__contacts-block{margin-right:0;margin-bottom:7px;width:auto}}.header__contacts-block::before{content:"";display:block;width:1.5em;height:1.5em;position:absolute;left:0;top:50%;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transform:translateY(-50%)}.header__contacts-block a{color:#000;transition:color .25s;display:block}.header__contacts-block a:hover{text-decoration:none;color:#ce282e}.header__contacts-block_time{font-size:.9em;grid-area:time;margin-bottom:.5em;margin-right:0}.header__contacts-block_time::before{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 23.4375C10.3368 23.4375 8.22212 22.796 6.42346 21.5942C4.62479 20.3924 3.22291 18.6842 2.39507 16.6856C1.56724 14.687 1.35064 12.4879 1.77267 10.3662C2.19469 8.24454 3.23639 6.29566 4.76602 4.76602C6.29566 3.23639 8.24454 2.19469 10.3662 1.77267C12.4879 1.35064 14.687 1.56724 16.6856 2.39507C18.6842 3.22291 20.3924 4.62479 21.5942 6.42346C22.796 8.22212 23.4375 10.3368 23.4375 12.5C23.4375 15.4008 22.2852 18.1828 20.234 20.234C18.1828 22.2852 15.4008 23.4375 12.5 23.4375ZM12.5 3.12501C10.6458 3.12501 8.83324 3.67484 7.29153 4.70498C5.74982 5.73512 4.54821 7.19929 3.83863 8.91235C3.12906 10.6254 2.94341 12.5104 3.30514 14.329C3.66688 16.1475 4.55976 17.818 5.87088 19.1291C7.182 20.4402 8.85246 21.3331 10.671 21.6949C12.4896 22.0566 14.3746 21.8709 16.0877 21.1614C17.8007 20.4518 19.2649 19.2502 20.295 17.7085C21.3252 16.1668 21.875 14.3542 21.875 12.5C21.875 10.0136 20.8873 7.62903 19.1291 5.87088C17.371 4.11273 14.9864 3.12501 12.5 3.12501Z' fill='%23CE282E'/%3E%3Cpath d='M16.0859 17.1875L11.7188 12.8203V5.46875H13.2812V12.1719L17.1875 16.0859L16.0859 17.1875Z' fill='%23CE282E'/%3E%3C/svg%3E%0A");background-size:1.35em auto}@media screen and (max-width:1250px){.header__contacts-block_time{font-size:16px}}@media screen and (max-width:950px){.header__contacts-block_time{display:none}}.header__contacts-block_email{grid-area:email}.header__contacts-block_email::before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 3.75H2.25C1.83516 3.75 1.5 4.08516 1.5 4.5V19.5C1.5 19.9148 1.83516 20.25 2.25 20.25H21.75C22.1648 20.25 22.5 19.9148 22.5 19.5V4.5C22.5 4.08516 22.1648 3.75 21.75 3.75ZM20.8125 6.34687V18.5625H3.1875V6.34687L2.54063 5.84297L3.46172 4.65938L4.46484 5.43984H19.5375L20.5406 4.65938L21.4617 5.84297L20.8125 6.34687ZM19.5375 5.4375L12 11.2969L4.4625 5.4375L3.45938 4.65703L2.53828 5.84062L3.18516 6.34453L11.1914 12.5695C11.4217 12.7484 11.7049 12.8455 11.9965 12.8455C12.2881 12.8455 12.5713 12.7484 12.8016 12.5695L20.8125 6.34687L21.4594 5.84297L20.5383 4.65938L19.5375 5.4375Z' fill='%23CE282E'/%3E%3C/svg%3E");width:1.2em;height:1.2em;transform:translateY(-45%)}@media screen and (max-width:1250px){.header__contacts-block_email{font-size:16px}}.header__contacts-block_phone{grid-area:tel;font-weight:500;margin-right:0;margin-bottom:.5em}.header__contacts-block_phone::before{background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6963 6.99316L22.5762 3.87598C22.1953 3.49512 21.6855 3.28125 21.1465 3.28125C20.6074 3.28125 20.0977 3.49219 19.7168 3.87598L16.3564 7.23047C15.9756 7.61133 15.7617 8.12402 15.7617 8.66309C15.7617 9.20508 15.9727 9.71191 16.3564 10.0957L18.9814 12.7236C18.3834 14.117 17.5242 15.3829 16.4502 16.4531C15.375 17.5342 14.1182 18.3867 12.7236 18.9902L10.0986 16.3623C9.71777 15.9814 9.20801 15.7676 8.66895 15.7676C8.40306 15.7666 8.13965 15.8187 7.89415 15.9208C7.64865 16.0229 7.426 16.173 7.23926 16.3623L3.87598 19.7168C3.49512 20.0977 3.28125 20.6104 3.28125 21.1494C3.28125 21.6914 3.49219 22.1982 3.87598 22.582L6.99316 25.6992C7.64355 26.3496 8.54004 26.7217 9.45996 26.7217C9.65039 26.7217 9.83496 26.707 10.0225 26.6748C13.9014 26.0361 17.751 23.9707 20.8594 20.8652C23.9648 17.7539 26.0273 13.9043 26.6719 10.0225C26.8564 8.9209 26.4873 7.78711 25.6963 6.99316ZM24.5947 9.67383C24.0234 13.1279 22.166 16.5732 19.3682 19.3711C16.5703 22.1689 13.1279 24.0264 9.67383 24.5977C9.24024 24.6709 8.79492 24.5244 8.47852 24.2109L5.41699 21.1494L8.66309 17.9004L12.1729 21.416L12.1992 21.4424L12.832 21.208C14.7508 20.5026 16.4932 19.3883 17.9384 17.9425C19.3837 16.4967 20.4974 14.7539 21.2022 12.835L21.4365 12.2021L17.8975 8.66602L21.1436 5.41699L24.2051 8.47852C24.5215 8.79492 24.668 9.24023 24.5947 9.67383Z' fill='%23CE282E'/%3E%3C/svg%3E")}.header__contacts-block_phone a:nth-child(2)::before{content:"/";color:#c4c4c4}@media screen and (max-width:1050px){.header__contacts-block_phone a:nth-child(2)::before{content:none}}.header__contacts-block_phone a{display:inline-block}@media screen and (max-width:1050px){.header__contacts-block_phone a{display:block}}@media screen and (max-width:1350px){.header__contacts-block_phone{margin-bottom:.35em}}@media screen and (max-width:1250px){.header__contacts-block_phone{font-size:16px}}@media screen and (max-width:740px){.header__contacts-block_phone{margin-left:15px}}@media screen and (max-width:540px){.header__contacts-block_phone{margin-right:auto;margin-left:auto}}.header__callback{font-size:1em;margin-left:2em;cursor:pointer}@media screen and (max-width:900px){.header__callback{margin-left:.5em}}@media screen and (max-width:740px){.header__callback{grid-area:callback;max-width:220px;justify-self:end}}@media screen and (max-width:540px){.header__callback.btn{padding:.5em 1em;margin-left:auto;margin-right:auto}}@media screen and (max-width:390px){.header__callback{max-width:unset;margin-left:auto;margin-right:auto}}.header__navbutton{display:none}@media screen and (max-width:950px){.header__navbutton{display:block;font-size:0;border:0;background-color:transparent;width:36px;height:32px;margin-left:16px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAYAAAD6+a2dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5QkdBy45dHNaAwAAAVNJREFUeNrt2i9LQ2EUx/HzPEsytRgGJtN0OK6K4so2WPFNCEaLclfHQGxymxd9A2q22GXBsbD5Z0yQoUGsBk0bWu6OSWF93hue7yed+IsnfEUAAAAAAADgBPN73F/kvrxcqWS7oxtZKRR0zmT1KZVKeiAmw3zoi1mOotGaLUuv3V7f6U899ptN0w0XN7yFalXLZiCzYZj0UMTkVVvS8X0rl3Ile7Va0nsQLxPKt5zW61baJq8Z1aQHIV66bY7kIIqszOuheQ+CpAchJg+yJJ6qnMubmiD4ewLvbrO73mexaGfssclXKmZTT2SQTie9F5OhHePL9HBo9zUjZ43G6vXzoLfVaiW9CwAAAAAAAAAAAMB/oQl0BE0gxtEEuo0m0HE0ga6iCXQTTSAAAAAAAAAAAADgGppAR9AEYhxNoNtoAh1HE+gqmkA30QQCAAAAAAA47gcAG+0TojYojAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wOS0yOVQwNzo0Njo1NyswMDowMIFDNIEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDktMjlUMDc6NDY6NTcrMDA6MDDwHow9AAAAAElFTkSuQmCC);cursor:pointer}.header__navbutton:active,.header__navbutton:focus,.header__navbutton:hover{outline:0}}@media screen and (max-width:670px){.header__navbutton{grid-area:burger}}@media screen and (max-width:390px){.header__navbutton{position:absolute;top:20px;right:20px}}.header__menu{margin-left:40px;margin-right:60px;flex-grow:1}@media screen and (max-width:1200px){.header__menu{margin-left:30px;margin-right:30px}}@media screen and (max-width:1150px){.header__menu{margin-right:16px}}@media screen and (max-width:950px){.header__menu{margin:0}}.header__menu ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;width:100%;justify-content:space-between}@media screen and (max-width:950px){.header__menu ul{display:block}}.header__menu a{display:block;font-weight:500;color:#fff;padding:1.25em .5em 1.125em;transition:color .25s}.header__menu a.active{color:#ce282e}.header__menu a:hover{text-decoration:none;color:#ce282e}@media screen and (max-width:950px){.header__menu a{padding-left:30px;padding-right:30px}}.header__search{width:260px}.header__search form{display:block;position:relative}@media screen and (max-width:1150px){.header__search form{position:absolute;background-color:#fff;top:0;right:0;border-radius:5px;width:340px;padding:24px 24px 14px 20px;visibility:hidden;opacity:0;transition:all .35s}}.header__search input[type=text]{display:block;background-color:#fff;border-radius:4px;border:2px solid #fff;height:36px;color:#000;line-height:36px;padding-left:15px;padding-right:44px;transition:border-color .15s;width:100%}.header__search input[type=text]::-webkit-input-placeholder{color:#4f4f4f}.header__search input[type=text]::-moz-placeholder{color:#4f4f4f}.header__search input[type=text]:-moz-placeholder{color:#4f4f4f}.header__search input[type=text]:-ms-input-placeholder{color:#4f4f4f}.header__search input[type=text].ui-placeholder{color:#4f4f4f}.header__search input[type=text]:active,.header__search input[type=text]:focus{outline:0;border-color:rgba(206,40,46,.6)}@media screen and (max-width:1150px){.header__search input[type=text]{border:2px solid #ccc}}.header__search input[type=submit]{display:block;position:absolute;height:32px;width:48px;background-position:50% 46%;background-repeat:no-repeat;font-size:0;background-color:#fff;border-radius:4px;top:2px;right:2px;border:0;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7043 17.1895L14.3054 13.6123C15.402 12.1376 15.9971 10.3165 15.9948 8.44173C15.9948 6.77211 15.5258 5.13999 14.647 3.75176C13.7683 2.36352 12.5192 1.28153 11.0579 0.642592C9.59657 0.00365764 7.98855 -0.163517 6.43721 0.162209C4.88586 0.487935 3.46085 1.29193 2.34239 2.47253C1.22393 3.65312 0.462254 5.15729 0.153672 6.79483C-0.15491 8.43236 0.00346513 10.1297 0.608771 11.6722C1.21408 13.2148 2.23913 14.5332 3.5543 15.4608C4.86947 16.3884 6.41569 16.8834 7.99743 16.8834C9.77351 16.8858 11.4988 16.2577 12.8958 15.1001L16.2848 18.6879C16.3777 18.7868 16.4883 18.8653 16.6101 18.9188C16.7319 18.9724 16.8626 19 16.9945 19C17.1265 19 17.2572 18.9724 17.379 18.9188C17.5008 18.8653 17.6114 18.7868 17.7043 18.6879C17.798 18.5898 17.8724 18.4731 17.9231 18.3445C17.9739 18.2159 18 18.078 18 17.9387C18 17.7994 17.9739 17.6614 17.9231 17.5329C17.8724 17.4043 17.798 17.2876 17.7043 17.1895ZM1.99936 8.44173C1.99936 7.18952 2.35114 5.96543 3.01022 4.92425C3.66929 3.88307 4.60606 3.07158 5.70207 2.59238C6.79807 2.11317 8.00408 1.98779 9.16759 2.23209C10.3311 2.47638 11.3999 3.07938 12.2387 3.96483C13.0775 4.85027 13.6488 5.9784 13.8802 7.20655C14.1117 8.4347 13.9929 9.70772 13.5389 10.8646C13.0849 12.0215 12.3162 13.0103 11.3298 13.706C10.3434 14.4017 9.18373 14.773 7.99743 14.773C6.40664 14.773 4.88101 14.106 3.75615 12.9186C2.6313 11.7313 1.99936 10.1209 1.99936 8.44173Z' fill='%234F4F4F'/%3E%3C/svg%3E%0A");background-size:18px auto}.header__search-button{display:none}@media screen and (max-width:1150px){.header__search-button{display:block;height:26px;width:26px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7043 17.1895L14.3054 13.6123C15.402 12.1376 15.9971 10.3165 15.9948 8.44173C15.9948 6.77211 15.5258 5.13999 14.647 3.75176C13.7683 2.36352 12.5192 1.28153 11.0579 0.642592C9.59657 0.00365764 7.98855 -0.163517 6.43721 0.162209C4.88586 0.487935 3.46085 1.29193 2.34239 2.47253C1.22393 3.65312 0.462254 5.15729 0.153672 6.79483C-0.15491 8.43236 0.00346513 10.1297 0.608771 11.6722C1.21408 13.2148 2.23913 14.5332 3.5543 15.4608C4.86947 16.3884 6.41569 16.8834 7.99743 16.8834C9.77351 16.8858 11.4988 16.2577 12.8958 15.1001L16.2848 18.6879C16.3777 18.7868 16.4883 18.8653 16.6101 18.9188C16.7319 18.9724 16.8626 19 16.9945 19C17.1265 19 17.2572 18.9724 17.379 18.9188C17.5008 18.8653 17.6114 18.7868 17.7043 18.6879C17.798 18.5898 17.8724 18.4731 17.9231 18.3445C17.9739 18.2159 18 18.078 18 17.9387C18 17.7994 17.9739 17.6614 17.9231 17.5329C17.8724 17.4043 17.798 17.2876 17.7043 17.1895ZM1.99936 8.44173C1.99936 7.18952 2.35114 5.96543 3.01022 4.92425C3.66929 3.88307 4.60606 3.07158 5.70207 2.59238C6.79807 2.11317 8.00408 1.98779 9.16759 2.23209C10.3311 2.47638 11.3999 3.07938 12.2387 3.96483C13.0775 4.85027 13.6488 5.9784 13.8802 7.20655C14.1117 8.4347 13.9929 9.70772 13.5389 10.8646C13.0849 12.0215 12.3162 13.0103 11.3298 13.706C10.3434 14.4017 9.18373 14.773 7.99743 14.773C6.40664 14.773 4.88101 14.106 3.75615 12.9186C2.6313 11.7313 1.99936 10.1209 1.99936 8.44173Z' fill='%23CE282E'/%3E%3C/svg%3E%0A");background-size:contain;background-position:50% 50%;background-repeat:no-repeat;font-size:0;border:0;background-color:transparent}}.header__search-close{display:none}@media screen and (max-width:1150px){.header__search-close{display:block;background-color:transparent;border:0;font-size:0;width:12px;height:12px;position:absolute;top:8px;right:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQflCQIXLw7BiSr0AAABCElEQVRYw82XUQqDMAyGyx5asfEOO06h4OMu4AF2l73sCIJSRPbgTbzK6lP3IB06nNPakAX6YuHP19SkCWNv41wOdZ2d85whWVopJR9Nw1iSfGxxLm9tC+AcXIYBAyKtlILr8wngHNy7bgIxce5XZIiZc788hOyNmW34VViblVofdZ6VWkNh7ZIP2RuzTBcpEpu1MSB2a8aECNaKAXFY44hAtCiGCEX/j/YIomXSFmHMNGaMrRcSKKxd24tRyH5HAuvkwRBIj9k2iADnJxRSktP/xf1jQJCmIWkhIi3FpI8R6XNM2pCQtmSkTSl5W04+mJCPZqORDqfehJC9MdHaqC/XMYZdCP/tBe6ZftscbxYDAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTA5LTAyVDIzOjQ3OjE0KzAwOjAwdBNemQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wOS0wMlQyMzo0NzoxNCswMDowMAVO5iUAAAAASUVORK5CYII=);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}}@media screen and (max-width:1150px){.header__search-item{position:relative}}@media screen and (max-width:1150px){.header__search{width:auto;position:relative}}@media screen and (max-width:950px){.header__search{display:none}}.header__search_mobile-show form{visibility:visible;opacity:1}.header__catalog{width:200px;position:relative}.header__catalog i{display:block;width:0;height:0}.header__catalog i::after,.header__catalog i::before{content:"";display:block;width:0;height:0;position:absolute;top:0;z-index:1;transition:all .35s}.header__catalog i::before{border-top:9px solid #fff;border-right:9px solid #fff;border-left:9px solid transparent;border-bottom:9px solid transparent;right:100%}.header__catalog i::after{border-top:9px solid #fff;border-left:9px solid #fff;border-right:9px solid transparent;border-bottom:9px solid transparent;left:100%}@media screen and (max-width:950px){.header__catalog i{display:none}}.header__catalog::after,.header__catalog::before{content:"";display:block;width:18px;height:18px;position:absolute;top:0;background-color:#232629;z-index:2}@media screen and (max-width:950px){.header__catalog::after,.header__catalog::before{content:none}}.header__catalog::before{right:100%;border-radius:0 18px 0 0}.header__catalog::after{left:100%;border-radius:18px 0 0 0}.header__catalog-link{display:block;width:100%;text-align:center;color:#000;background-color:#fff;font-weight:500;padding:1.25em .5em 1.125em;transition:all .35s}.header__catalog-link span{display:inline-block;position:relative;padding-right:22px}.header__catalog-link span::after{content:"";display:block;vertical-align:middle;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 6.53033C5.76256 6.82322 6.23744 6.82322 6.53033 6.53033L11.3033 1.75736C11.5962 1.46447 11.5962 0.989593 11.3033 0.696699C11.0104 0.403806 10.5355 0.403806 10.2426 0.696699L6 4.93934L1.75736 0.696699C1.46447 0.403806 0.989593 0.403806 0.696699 0.696699C0.403806 0.989593 0.403806 1.46447 0.696699 1.75736L5.46967 6.53033ZM5.25 5V6H6.75V5H5.25Z' fill='%23CE282E'/%3E%3C/svg%3E%0A");width:12px;height:7px;position:absolute;right:0;top:7px;transition:all .35s}@media screen and (max-width:950px){.header__catalog-link span::after{content:none}}.header__catalog-link:hover{text-decoration:none;color:#fff;background-color:#dc4d52}.header__catalog-link:hover span::after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 6.53033C5.76256 6.82322 6.23744 6.82322 6.53033 6.53033L11.3033 1.75736C11.5962 1.46447 11.5962 0.989593 11.3033 0.696699C11.0104 0.403806 10.5355 0.403806 10.2426 0.696699L6 4.93934L1.75736 0.696699C1.46447 0.403806 0.989593 0.403806 0.696699 0.696699C0.403806 0.989593 0.403806 1.46447 0.696699 1.75736L5.46967 6.53033ZM5.25 5V6H6.75V5H5.25Z' fill='white'/%3E%3C/svg%3E%0A")}.header__catalog-link:hover i::before{border-top-color:#dc4d52;border-right-color:#dc4d52}.header__catalog-link:hover i::after{border-top-color:#dc4d52;border-left-color:#dc4d52}@media screen and (max-width:950px){.header__catalog-link{text-align:left;padding-left:30px;padding-right:30px;background-color:transparent;color:#fff}}@media screen and (max-width:950px){.header__catalog{width:unset;background-color:#ce282e;padding-top:44px}}.header__mobile-close{display:none}@media screen and (max-width:950px){.header__mobile-close{display:block;position:absolute;top:15px;right:15px;width:22px;height:22px;border:0;font-size:0;background-color:transparent;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQxMy4zNDggNDEzLjM0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkPSJtNDEzLjM0OCAyNC4zNTQtMjQuMzU0LTI0LjM1NC0xODIuMzIgMTgyLjMyLTE4Mi4zMi0xODIuMzItMjQuMzU0IDI0LjM1NCAxODIuMzIgMTgyLjMyLTE4Mi4zMiAxODIuMzIgMjQuMzU0IDI0LjM1NCAxODIuMzItMTgyLjMyIDE4Mi4zMiAxODIuMzIgMjQuMzU0LTI0LjM1NC0xODIuMzItMTgyLjMyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);outline:0}.header__mobile-close:active,.header__mobile-close:focus,.header__mobile-close:hover{outline:0}}.header__user{display:flex;align-items:center;color:#222;transition:color .25s;max-width:180px;overflow:hidden;cursor:pointer}@media screen and (max-width:740px){.header__user{margin-left:auto}}@media screen and (max-width:414px){.header__user{max-width:150px;font-size:14px}}@media screen and (max-width:390px){.header__user{margin-left:auto;margin-right:auto}}.header__user:hover{color:#ce282e;text-decoration:none}.header__user::before{content:"";display:block;width:42px;height:42px;margin-right:10px;flex-shrink:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQzIiBoZWlnaHQ9IjQzIiByeD0iMjEuNSIgZmlsbD0iIzIyMjIyMiIvPgo8cGF0aCBkPSJNMjEuMjI5MyAyMS4wNDI2QzIyLjg3NyAyMS4wNDI2IDI0LjMwMzYgMjAuNDQ5MiAyNS40Njk2IDE5LjI3ODVDMjYuNjM1MiAxOC4xMDggMjcuMjI2MyAxNi42NzU3IDI3LjIyNjMgMTUuMDIxMUMyNy4yMjYzIDEzLjM2NyAyNi42MzU0IDExLjkzNDcgMjUuNDY5NCAxMC43NjM3QzI0LjMwMzQgOS41OTMzNiAyMi44NzY4IDkgMjEuMjI5MyA5QzE5LjU4MTQgOSAxOC4xNTUgOS41OTMzNiAxNi45ODkyIDEwLjc2MzlDMTUuODIzNSAxMS45MzQ1IDE1LjIzMjMgMTMuMzY2OSAxNS4yMzIzIDE1LjAyMTFDMTUuMjMyMyAxNi42NzU3IDE1LjgyMzQgMTguMTA4MiAxNi45ODkzIDE5LjI3ODdDMTguMTU1NCAyMC40NDkxIDE5LjU4MiAyMS4wNDI2IDIxLjIyOTMgMjEuMDQyNkgyMS4yMjkzWk0xOC4wMjExIDExLjc5OThDMTguOTE1NiAxMC45MDE2IDE5Ljk2NSAxMC40NjUgMjEuMjI5MyAxMC40NjVDMjIuNDkzNSAxMC40NjUgMjMuNTQzIDEwLjkwMTYgMjQuNDM3NyAxMS43OTk4QzI1LjMzMjMgMTIuNjk4MSAyNS43NjczIDEzLjc1MiAyNS43NjczIDE1LjAyMTFDMjUuNzY3MyAxNi4yOTA2IDI1LjMzMjMgMTcuMzQ0MyAyNC40Mzc3IDE4LjI0MjZDMjMuNTQzIDE5LjE0MSAyMi40OTM1IDE5LjU3NzYgMjEuMjI5MyAxOS41Nzc2QzE5Ljk2NTMgMTkuNTc3NiAxOC45MTYgMTkuMTQwOCAxOC4wMjExIDE4LjI0MjZDMTcuMTI2NCAxNy4zNDQ1IDE2LjY5MTQgMTYuMjkwNyAxNi42OTE0IDE1LjAyMTFDMTYuNjkxNCAxMy43NTIgMTcuMTI2NCAxMi42OTgxIDE4LjAyMTEgMTEuNzk5OFpNMzEuNzIyNSAyOC4yMjM4QzMxLjY4ODggMjcuNzM2NyAzMS42MjA5IDI3LjIwNTIgMzEuNTIwNyAyNi42NDQxQzMxLjQxOTcgMjYuMDc4OCAzMS4yODk2IDI1LjU0NDMgMzEuMTMzOCAyNS4wNTU5QzMwLjk3MjcgMjQuNTUxIDMwLjc1NDEgMjQuMDUyNCAzMC40ODM0IDIzLjU3NDZDMzAuMjAyOCAyMy4wNzg3IDI5Ljg3MzEgMjIuNjQ2OSAyOS41MDMgMjIuMjkxNkMyOS4xMTYgMjEuOTE5OCAyOC42NDIzIDIxLjYyMDkgMjguMDk0NCAyMS40MDI5QzI3LjU0ODUgMjEuMTg2MSAyNi45NDM1IDIxLjA3NjIgMjYuMjk2MyAyMS4wNzYyQzI2LjA0MjEgMjEuMDc2MiAyNS43OTYzIDIxLjE4MDkgMjUuMzIxNiAyMS40OTEzQzI0Ljk4NDIgMjEuNzExOSAyNC42NDU3IDIxLjkzMSAyNC4zMDYzIDIyLjE0ODVDMjMuOTgwMSAyMi4zNTcyIDIzLjUzODMgMjIuNTUyNyAyMi45OTI1IDIyLjcyOTdDMjIuNDYwMSAyMi45MDI3IDIxLjkxOTQgMjIuOTkwNCAyMS4zODU2IDIyLjk5MDRDMjAuODUyMyAyMi45OTA0IDIwLjMxMTYgMjIuOTAyNyAxOS43Nzg4IDIyLjcyOTdDMTkuMjMzNiAyMi41NTI4IDE4Ljc5MTYgMjIuMzU3NCAxOC40NjYgMjIuMTQ4N0MxOC4wODgxIDIxLjkwNjIgMTcuNzQ2MiAyMS42ODUgMTcuNDQ5NyAyMS40OTFDMTYuOTc1NCAyMS4xODA3IDE2LjcyOTUgMjEuMDc2IDE2LjQ3NTQgMjEuMDc2QzE1LjgyOCAyMS4wNzYgMTUuMjIzMiAyMS4xODYgMTQuNjc3NCAyMS40MDMxQzE0LjEyOTkgMjEuNjIwOCAxMy42NTYgMjEuOTE5NiAxMy4yNjg3IDIyLjI5MTdDMTIuODk4NiAyMi42NDczIDEyLjU2ODkgMjMuMDc4OSAxMi4yODg1IDIzLjU3NDZDMTIuMDE4MiAyNC4wNTI0IDExLjc5OTQgMjQuNTUwOCAxMS42MzgzIDI1LjA1NjFDMTEuNDgyNiAyNS41NDQ1IDExLjM1MjYgMjYuMDc4OCAxMS4yNTE1IDI2LjY0NDFDMTEuMTUxMiAyNy4yMDQ1IDExLjA4MzQgMjcuNzM2MSAxMS4wNDk3IDI4LjIyNDRDMTEuMDE2NyAyOC43MDE4IDExIDI5LjE5ODYgMTEgMjkuNzAwNkMxMSAzMS4wMDU3IDExLjQxMzIgMzIuMDYyMSAxMi4yMjc5IDMyLjg0MTNDMTMuMDMyNiAzMy42MTAyIDE0LjA5NzEgMzQgMTUuMzkyIDM0SDI3LjM4MDhDMjguNjc1MyAzNCAyOS43Mzk5IDMzLjYxMDIgMzAuNTQ0NyAzMi44NDEzQzMxLjM1OTcgMzIuMDYyNyAzMS43NzI4IDMxLjAwNTkgMzEuNzcyOCAyOS43MDA0QzMxLjc3MjYgMjkuMTk2NyAzMS43NTU4IDI4LjY5OTkgMzEuNzIyNSAyOC4yMjM4Wk0yOS41Mzg3IDMxLjc3OThDMjkuMDA3IDMyLjI4NzkgMjguMzAxMSAzMi41MzUgMjcuMzgwNiAzMi41MzVIMTUuMzkyMUMxNC40NzE0IDMyLjUzNSAxMy43NjU1IDMyLjI4NzkgMTMuMjMzOSAzMS43ODAxQzEyLjcxMjUgMzEuMjgxNiAxMi40NTkxIDMwLjYwMTMgMTIuNDU5MSAyOS43MDA2QzEyLjQ1OTEgMjkuMjMyMiAxMi40NzQ1IDI4Ljc2OTcgMTIuNTA1MyAyOC4zMjU2QzEyLjUzNTMgMjcuODkgMTIuNTk2NyAyNy40MTE0IDEyLjY4NzcgMjYuOTAyOUMxMi43Nzc1IDI2LjQwMDcgMTIuODkxOCAyNS45Mjk0IDEzLjAyNzkgMjUuNTAyOEMxMy4xNTg0IDI1LjA5MzYgMTMuMzM2NCAyNC42ODg1IDEzLjU1NzEgMjQuMjk4M0MxMy43Njc4IDIzLjkyNjMgMTQuMDEwMSAyMy42MDcyIDE0LjI3NzYgMjMuMzUwMUMxNC41Mjc4IDIzLjEwOTYgMTQuODQzMiAyMi45MTI4IDE1LjIxNDcgMjIuNzY1MkMxNS41NTgzIDIyLjYyODYgMTUuOTQ0NSAyMi41NTM4IDE2LjM2MzggMjIuNTQyNUMxNi40MTQ4IDIyLjU2OTkgMTYuNTA1OCAyMi42MjE5IDE2LjY1MzIgMjIuNzE4NEMxNi45NTMyIDIyLjkxNDcgMTcuMjk4OSAyMy4xMzg2IDE3LjY4MTEgMjMuMzgzN0MxOC4xMTIgMjMuNjU5NSAxOC42NjcgMjMuOTA4NiAxOS4zMzAyIDI0LjEyMzVDMjAuMDA4MSAyNC4zNDM3IDIwLjY5OTYgMjQuNDU1NCAyMS4zODU5IDI0LjQ1NTRDMjIuMDcyMiAyNC40NTU0IDIyLjc2MzkgMjQuMzQzNyAyMy40NDE1IDI0LjEyMzdDMjQuMTA1MiAyMy45MDg0IDI0LjY2IDIzLjY1OTUgMjUuMDkxNSAyMy4zODMzQzI1LjQ4MjYgMjMuMTMyMyAyNS44MTg2IDIyLjkxNDkgMjYuMTE4NSAyMi43MTg0QzI2LjI2NiAyMi42MjIxIDI2LjM1NjkgMjIuNTY5OCAyNi40MDgxIDIyLjU0MjZDMjYuODI3NSAyMi41NTM4IDI3LjIxMzcgMjIuNjI4NiAyNy41NTc1IDIyLjc2NTFDMjcuOTI4OSAyMi45MTI4IDI4LjI0NDIgMjMuMTA5OCAyOC40OTQ0IDIzLjM1MDFDMjguNzYxOCAyMy42MDcgMjkuMDA0MiAyMy45MjYyIDI5LjIxNDkgMjQuMjk4NUMyOS40MzU4IDI0LjY4ODUgMjkuNjE0IDI1LjA5MzggMjkuNzQ0MyAyNS41MDI2QzI5Ljg4MDUgMjUuOTI5OCAyOS45OTUgMjYuNDAwOSAzMC4wODQ3IDI2LjkwMjdDMzAuMTc1NSAyNy40MTIyIDMwLjIzNzEgMjcuODkxIDMwLjI2NzEgMjguMzI1OFYyOC4zMjYyQzMwLjI5OCAyOC43Njg1IDMwLjMxMzYgMjkuMjMwOSAzMC4zMTM4IDI5LjcwMDZDMzAuMzEzNiAzMC42MDE1IDMwLjA2MDIgMzEuMjgxNyAyOS41Mzg4IDMxLjc3OThIMjkuNTM4N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}@media screen and (max-width:414px){.header__user::before{width:26px;height:26px}}.header__user span{display:block;display:-webkit-box;max-width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:37px}.phone-outer-wrapper{position:relative}.country-btn{display:flex;align-items:center;position:absolute;right:0;top:0;cursor:pointer;height:100%;padding-left:20px;padding-right:20px}.country-btn svg{margin-left:5px}.country-btn.active svg{transform:rotate(180deg)}.country-select{position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-radius:10px;z-index:100;display:none}.country-select__inner{max-height:232px;overflow:auto}.is-ru .ru{display:none}.is-bl .bl{display:none}.is-arm .arm{display:none}.is-azr .azr{display:none}.is-grz .grz{display:none}.is-krz .krz{display:none}.is-mld .mld{display:none}.is-tdz .tdz{display:none}.is-trk .trk{display:none}.is-uzb .uzb{display:none}.is-ukr .ukr{display:none}.is-kz .kz{display:none}.country-select.active{display:block}.country-select__item{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:56px;cursor:pointer}.country-select__name{display:inline-block;margin-left:16px;font-size:16px;line-height:24px;vertical-align:middle}.country-select__code{color:#9e9e9e;font-size:16px;line-height:24px}.country-select__item{transition:background-color .25s}.country-select__item:hover{background-color:#e8e2e3}.country-select__item img{vertical-align:middle}@property --value{syntax:"<number>";inherits:true;initial-value:0}html{box-sizing:border-box;min-width:300px}body{font-family:Ubuntu,Arial,sans-serif;color:#000;background-image:url(/local/templates/ironmac/css/../img/bg_body-left.jpg),url(/local/templates/ironmac/css/../img/bg_body-right.jpg);background-repeat:repeat-y;background-position:0 0,100% 0;transition:transform .4s ease-in-out;overflow-x:hidden}@media screen and (max-width:950px){body.body_menu-open{transform:translateX(300px)}}body.scroll-lock{overflow:hidden}*,::after,::before{box-sizing:inherit}::selection{background-color:rgba(206,40,46,.7);color:#fff}img{max-width:100%;height:auto}a{text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:700}.container{max-width:1432px;padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}@media screen and (max-width:414px){.container{padding-left:15px;padding-right:15px}}.btn{display:inline-block;transition:all .35s;text-decoration:none;border:0;background-color:transparent;padding:0;text-align:center;cursor:pointer}.btn:hover{text-decoration:none}.btn_main{font-weight:400;font-size:16px;line-height:1.15;padding:.875em 1.375em;border:2px solid #ce282e;border-radius:2em;color:#000}.btn_main:hover{color:#fff;background-color:#dc4d52}.btn_full{font-weight:400;font-size:16px;line-height:1.15;padding:.875em 1.375em;border:2px solid #ce282e;border-radius:2em;color:#fff;background-color:#ce282e}.btn_full:hover{color:#000;background-color:#fff}.btn_arrow span{display:block;position:relative;padding-right:66px}.btn_arrow span::after{content:"";display:block;width:52px;height:12px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='52' height='12' viewBox='0 0 52 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.5303 6.24102C51.8232 5.94813 51.8232 5.47325 51.5303 5.18036L46.7574 0.407388C46.4645 0.114495 45.9896 0.114495 45.6967 0.407389C45.4038 0.700282 45.4038 1.17516 45.6967 1.46805L49.9393 5.71069L45.6967 9.95333C45.4038 10.2462 45.4038 10.7211 45.6967 11.014C45.9896 11.3069 46.4645 11.3069 46.7574 11.014L51.5303 6.24102ZM6.62277e-08 6.46069L51 6.46069L51 4.96069L-6.62277e-08 4.96069L6.62277e-08 6.46069Z' fill='%23222222'/%3E%3C/svg%3E%0A");transition:all .35s;position:absolute;right:0;top:50%;margin-top:-6px}.btn_arrow:hover span::after{background-image:url("data:image/svg+xml,%3Csvg width='52' height='12' viewBox='0 0 52 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.5303 6.24102C51.8232 5.94813 51.8232 5.47325 51.5303 5.18036L46.7574 0.407388C46.4645 0.114495 45.9896 0.114495 45.6967 0.407389C45.4038 0.700282 45.4038 1.17516 45.6967 1.46805L49.9393 5.71069L45.6967 9.95333C45.4038 10.2462 45.4038 10.7211 45.6967 11.014C45.9896 11.3069 46.4645 11.3069 46.7574 11.014L51.5303 6.24102ZM6.62277e-08 6.46069L51 6.46069L51 4.96069L-6.62277e-08 4.96069L6.62277e-08 6.46069Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.btn_arrow.btn_full span::after{background-image:url("data:image/svg+xml,%3Csvg width='52' height='12' viewBox='0 0 52 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.5303 6.24102C51.8232 5.94813 51.8232 5.47325 51.5303 5.18036L46.7574 0.407388C46.4645 0.114495 45.9896 0.114495 45.6967 0.407389C45.4038 0.700282 45.4038 1.17516 45.6967 1.46805L49.9393 5.71069L45.6967 9.95333C45.4038 10.2462 45.4038 10.7211 45.6967 11.014C45.9896 11.3069 46.4645 11.3069 46.7574 11.014L51.5303 6.24102ZM6.62277e-08 6.46069L51 6.46069L51 4.96069L-6.62277e-08 4.96069L6.62277e-08 6.46069Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.btn_arrow.btn_full:hover span::after{background-image:url("data:image/svg+xml,%3Csvg width='52' height='12' viewBox='0 0 52 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.5303 6.24102C51.8232 5.94813 51.8232 5.47325 51.5303 5.18036L46.7574 0.407388C46.4645 0.114495 45.9896 0.114495 45.6967 0.407389C45.4038 0.700282 45.4038 1.17516 45.6967 1.46805L49.9393 5.71069L45.6967 9.95333C45.4038 10.2462 45.4038 10.7211 45.6967 11.014C45.9896 11.3069 46.4645 11.3069 46.7574 11.014L51.5303 6.24102ZM6.62277e-08 6.46069L51 6.46069L51 4.96069L-6.62277e-08 4.96069L6.62277e-08 6.46069Z' fill='%23222222'/%3E%3C/svg%3E%0A")}.btn_clear{font-size:16px;color:#ce282e;text-decoration:underline;text-underline-offset:3px}.icon-list_bg-gray{background-color:#fbfbfb;border-bottom:1px solid #efefef}.icon-list__ul{margin:0;padding:0;list-style:none;display:flex;align-items:flex-start;padding-top:28px;padding-bottom:36px;text-align:center;color:#4f4f4f}@media screen and (max-width:1000px){.icon-list__ul{flex-wrap:wrap}}.icon-list__item{width:25%;line-height:1.125;position:relative;padding-left:8px;padding-right:8px}.icon-list__item::after{content:"";display:block;position:absolute;left:100%;top:50%;transform:translateY(-50%);width:1px;height:106px;background-color:rgba(18,18,18,.29)}.icon-list__item:last-child::after{content:none}@media screen and (max-width:1000px){.icon-list__item{width:50%;padding-left:15px;padding-right:15px}.icon-list__item:nth-child(2n)::after{content:none}.icon-list__item:nth-child(1){margin-bottom:40px}}@media screen and (max-width:650px){.icon-list__item{width:100%;padding-left:0;padding-right:0;padding-bottom:0;margin-bottom:25px}.icon-list__item:last-child{padding-bottom:0;margin-bottom:0}.icon-list__item::after{content:none}}.icon-list__item-img{height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;user-select:none}.icon-list__item-img img{max-height:100%;width:auto}.icon-list__item-name{font-weight:700;font-size:18px;max-width:256px;margin:0 auto .5em;min-height:40px;display:flex;align-items:center;justify-content:center;cursor:default}.icon-list__item-desc{margin:0 auto;width:100%;position:absolute;background-color:#fbfbfb;border:1px solid #efefef;left:0;top:100%;padding:16px;line-height:1.35;z-index:3;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}@media screen and (max-width:650px){.icon-list__item-desc{position:static;border:0;padding:0;background-color:transparent;opacity:1;visibility:visible}}.icon-list__item:hover .icon-list__item-desc{opacity:1;visibility:visible}.front-block{padding-top:3em;padding-bottom:3em;overflow:hidden}.front-block__head{display:flex;align-items:flex-start;margin-bottom:3em}.front-block__head .btn{flex-shrink:0;margin-left:20px}@media screen and (max-width:500px){.front-block__head .btn{display:none}}.front-block__title{color:#222;font-size:1.875em;line-height:1.25;position:relative;padding-top:.725em;flex-grow:1;margin-top:0;margin-bottom:0;font-weight:400}.front-block__title::before{content:"";width:1.25em;height:1px;background-color:#222;position:absolute;top:0;left:0}.front-block_bg{background-color:#fff}.front-block_no-mb{padding-bottom:0}.front-block_ovv{overflow:visible}.infograph{margin-top:60px;padding-top:40px;padding-bottom:40px;position:relative}@media screen and (max-width:850px){.infograph{margin-top:0}}@media screen and (max-width:520px){.infograph{padding-top:0;padding-bottom:0}}.infograph__title{font-weight:500;font-size:18px;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media screen and (max-width:850px){.infograph__title{display:none}}.infograph__scheme{overflow:hidden;margin-left:20px;height:672px;padding-top:8px}@media screen and (max-width:850px){.infograph__scheme{display:none}}.infograph__round-outer{width:656px;height:656px;border:2px dashed #000;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transform:translateX(-50%);margin-left:8px}.infograph__round-outer::after,.infograph__round-outer::before{content:"";display:block;width:16px;height:16px;border-radius:50%;background-color:#000;position:absolute;left:50%;margin-left:-8px}.infograph__round-outer::before{top:-8px}.infograph__round-outer::after{bottom:-8px}.infograph__inner-wrapper{width:200px;overflow:hidden;transform:translateX(50%)}.infograph__round-inner{width:400px;height:400px;border:50px solid #ce282e;border-right-color:#232629;border-bottom-color:#232629;transform-origin:50% 50%;border-radius:50%;transform:translateX(-50%) rotate(45deg);transition:transform .65s .2s}.infograph__list{list-style:none;margin:0;padding:0;counter-reset:why-we;cursor:default;user-select:none}.infograph__list-item{counter-increment:why-we;display:flex;align-items:flex-start;position:absolute}@media screen and (max-width:850px){.infograph__list-item{position:static;margin-bottom:30px}.infograph__list-item:last-child{margin-bottom:0}}.infograph__list-item-counter{background-color:#232629;border-radius:50%;width:78px;height:78px;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:30px;margin-right:22px;margin-top:2px;transition:background-color .35s .1s;flex-shrink:0}.infograph__list-item-counter::before{content:"0" counter(why-we)}@media screen and (max-width:520px){.infograph__list-item-counter{width:52px;height:52px;font-size:22px;margin-right:14px}}.infograph__list-item-counter span{width:26px;height:26px;border-radius:50%;border:5px solid #232629;background-color:#ce282e;display:block;position:absolute;transition:background-color .35s .1s,border-color .35s .1s}.infograph__list-item-counter span::after{content:"";display:block;height:2px;background-color:#232629;transition:background-color .35s .1s}@media screen and (max-width:850px){.infograph__list-item-counter span{display:none}}.infograph__list-item-text{background-color:#f6f6f6;border-radius:12px;color:#000;font-size:16px;line-height:1.7;max-width:596px;min-height:82px;padding:12px 30px 12px 42px;display:flex;align-items:center;transition:background-color .35s}@media screen and (max-width:850px){.infograph__list-item-text{max-width:100%}}@media screen and (max-width:414px){.infograph__list-item-text{font-size:14px;padding-left:24px;padding-right:24px}}.infograph__list-item_1{top:20px;left:270px}.infograph__list-item_1 .infograph__list-item-counter span{left:-60px;top:80px}.infograph__list-item_1 .infograph__list-item-counter span::after{width:60px;transform:rotate(-32deg);position:absolute;left:12px;top:-14px}.infograph__list-item_2{top:180px;left:380px}.infograph__list-item_2 .infograph__list-item-counter span{left:-64px;top:54px}.infograph__list-item_2 .infograph__list-item-counter span::after{width:50px;transform:rotate(-18deg);position:absolute;left:16px;top:-5px}.infograph__list-item_3{top:334px;left:410px}.infograph__list-item_3 .infograph__list-item-counter span{left:-67px;top:30px}.infograph__list-item_3 .infograph__list-item-counter span::after{width:46px;position:absolute;left:20px;top:7px}.infograph__list-item_4{bottom:180px;left:380px}.infograph__list-item_4 .infograph__list-item-counter span{left:-64px;bottom:54px}.infograph__list-item_4 .infograph__list-item-counter span::after{width:46px;transform:rotate(18deg);position:absolute;left:18px;top:17px}.infograph__list-item_5{bottom:20px;left:270px}.infograph__list-item_5 .infograph__list-item-counter span{left:-60px;bottom:80px}.infograph__list-item_5 .infograph__list-item-counter span::after{width:60px;transform:rotate(32deg);position:absolute;left:12px;top:27px}.infograph__list-item:hover .infograph__list-item-counter{background-color:#ce282e}.infograph__list-item:hover .infograph__list-item-counter span{border-color:#ce282e;background-color:#fff}.infograph__list-item:hover .infograph__list-item-counter span::after{background-color:#ce282e}.infograph__list-item:hover .infograph__list-item-text{background-color:#dfdddd}.infograph_hover-1 .infograph__round-inner{transform:translateX(-50%) rotate(-8deg)}.infograph_hover-2 .infograph__round-inner{transform:translateX(-50%) rotate(20deg)}.infograph_hover-3 .infograph__round-inner{transform:translateX(-50%) rotate(45deg)}.infograph_hover-4 .infograph__round-inner{transform:translateX(-50%) rotate(70deg)}.infograph_hover-5 .infograph__round-inner{transform:translateX(-50%) rotate(98deg)}.front-about{display:flex;align-items:flex-start}@media screen and (max-width:770px){.front-about{display:block}}.front-about__text{line-height:1.125}.front-about__text .btn{margin-top:36px}.front-about__img{flex-shrink:0;margin-left:65px;position:relative;z-index:2;margin-top:-64px}@media screen and (max-width:1400px){.front-about__img{margin-top:0}}@media screen and (max-width:770px){.front-about__img{margin-top:80px;margin-left:auto;margin-right:auto;max-width:500px}}.front-about__img::before{content:"";z-index:1;display:block;height:calc(100% + 60px);width:70vw;top:-30px;left:30%;position:absolute;background-color:#232629}.front-about__img img{position:relative;z-index:2;border:15px solid #fff}@media screen and (max-width:1400px){.front-about__img img{max-width:500px}}@media screen and (max-width:1020px){.front-about__img img{max-width:360px}}@media screen and (max-width:770px){.front-about__img img{max-width:100%;border-width:8px}}.small-header{font-size:30px;font-weight:400;margin-top:0;padding-top:.75em;margin-bottom:1.45em;position:relative}.small-header::before{content:"";display:block;width:36px;height:2px;background-color:#222;position:absolute;top:0;left:0}@media screen and (max-width:414px){.small-header{font-size:22px}}.m-section-list{display:flex;flex-wrap:wrap;position:relative}.m-section-list .swiper-control{position:absolute;display:block;z-index:3}@media screen and (min-width:1350px){.m-section-list .swiper-wrapper{margin:0 -30px}.m-section-list .swiper-slide{width:calc(33.33% - 60px);margin-bottom:50px;margin-left:30px;margin-right:30px}}@media screen and (min-width:1170px) and (max-width:1350px){.m-section-list .swiper-wrapper{margin:0 -15px}.m-section-list .swiper-slide{width:calc(33.33% - 30px);margin-bottom:30px;margin-left:15px;margin-right:15px}}@media screen and (min-width:1170px){.m-section-list .swiper{overflow:visible}.m-section-list .swiper-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;width:unset;height:unset}.m-section-list .swiper-control{display:none}}.m-section-list-item{display:flex;width:100%}.m-section-list-item__link{display:flex;flex-direction:column;color:#222;background-color:#f6f6f6;background-repeat:no-repeat;background-position:100% 100%;padding:23px 26px;width:100%;height:100%;border-radius:3px;box-shadow:0 4px 4px rgba(0,0,0,.25);min-height:190px;transition:all .3s;position:relative;overflow:hidden}@media screen and (max-width:470px){.m-section-list-item__link{min-height:unset}}.m-section-list-item__title{margin-top:0;font-weight:700;font-size:20px;margin-bottom:.25em;position:relative;z-index:2;transition:color .25s}@media screen and (max-width:470px){.m-section-list-item__title{margin-bottom:.5em}}.m-section-list-item__description{font-size:15px;margin-top:auto;margin-bottom:auto;padding-left:16px;border-left:3px solid #ce282e;min-height:50px;display:flex;align-items:center;max-width:214px;position:relative;z-index:2}@media screen and (max-width:1270px){.m-section-list-item__description{max-width:50%}}@media screen and (max-width:470px){.m-section-list-item__description{max-width:100%}}.m-section-list-item__img{position:absolute;right:-25px;bottom:-25px;max-width:230px;height:auto;z-index:1;transition:all .25s;transform-origin:50% 50%}@media screen and (max-width:470px){.m-section-list-item__img{display:none}}.m-section-list-item__ban{position:absolute;bottom:0;left:0;background-color:#000;color:#fff;padding:10px 15px;border-radius:0 5px 0 0;max-width:100%;z-index:2}@media screen and (max-width:470px){.m-section-list-item__ban{align-self:flex-start;position:static;margin-top:20px;border-radius:5px}}.m-section-list-item__link:hover{text-decoration:none;box-shadow:0 4px 8px rgba(0,0,0,.42)}.m-section-list-item_dark .m-section-list-item__link{background-image:url(/local/templates/ironmac/components/bitrix/catalog.section.list/front-section-list/images/img.jpg);color:#fff;background-repeat:repeat}.m-section-list-item_dark .m-section-list-item__link:hover .m-section-list-item__title{color:#ce282e}.m-section-list-item_dark .m-section-list-item__link:hover .m-section-list-item__img{transform:scale(1.04)}.m-section-list-item_dark .m-section-list-item__title{font-size:26px}@media screen and (max-width:414px){.m-section-list-item_dark .m-section-list-item__title{font-size:20px}}.m-section-list-item_dark .m-section-list-item__description{color:#c4c4c4}@media screen and (max-width:1270px){.m-section-list-item_dark .m-section-list-item__description{font-size:14px}}.swiper-control{display:block;font-size:0;width:40px;height:16px;border:0;background-color:transparent;background-size:contain;background-repeat:no-repeat;top:50%;cursor:pointer;transform:translateY(-50%)}.swiper-control_prev{left:-20px}@media screen and (max-width:414px){.swiper-control_prev{left:-13px}}.swiper-control_next{right:-20px}@media screen and (max-width:414px){.swiper-control_next{right:-13px}}.swiper-control.swiper-button-disabled{opacity:.2}.swiper-control_red.swiper-control_prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAYCAMAAACV6r5dAAAAG1BMVEUAAADNKC3NKCzPKC7NKC7NJy3NKS7OKC7OKC4rgk1fAAAACHRSTlMAYH9/gI+P3xDgdwkAAAA7SURBVHja7c7BCQAgDEPRWKtm/4k9uEEjSqH//uDjWs4paVLTlkyXXj0YGpVUDpPmj3fEK//fQ/IDj9sNqQdi37jJfQAAAABJRU5ErkJggg==)}.swiper-control_red.swiper-control_next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAYCAMAAACV6r5dAAAAG1BMVEUAAADNKC3NKCzPKC7NKC7NJy3NKS7OKC7OKC4rgk1fAAAACHRSTlMAYH9/gI+P3xDgdwkAAAA8SURBVHjaY6A3YOVgokQ7BwdF+lkGhf5R/cxkAnaIfg5KACOF2ilyPAvZQcc0xHSP6magTDcDG1w35QAAlZQHYvt0z2IAAAAASUVORK5CYII=)}.seo-block{display:flex;align-items:flex-start;color:#222;margin-top:50px;margin-bottom:30px}.seo-block__img{flex-shrink:0;width:30%;margin-right:50px}@media screen and (max-width:1070px){.seo-block__img{width:220px;margin-right:30px}}@media screen and (max-width:720px){.seo-block__img{display:none}}.seo-block__img img{display:block;margin-left:auto;margin-right:auto;max-width:100%;height:auto}.seo-block__content h4{font-weight:400;margin-top:0;font-size:1.875em;margin-bottom:1em}.seo-block__content .btn{margin-top:1.5em}.seo-block_expandable .seo-block__text{overflow:hidden;max-height:240px}.seo-block_expandable.seo-block_open .seo-block__text{max-height:unset}.catalog-items-count{border:1px solid #4f4f4f;background-color:#fff;border-radius:6px;padding:15px 12px 15px 22px;color:#4f4f4f;display:flex;align-items:baseline}.catalog-items-count__desc{color:rgba(79,79,79,.66);margin-right:5px}.catalog-items-count__list{padding:0;margin:0;list-style:none;display:flex}.catalog-items-count__list li{margin-left:5px;margin-right:5px}.catalog-items-count__list a{color:rgba(79,79,79,.66)}.catalog-items-count__list a.catalog-items-count__active{color:#ce282e}.catalog-items-count__list a:hover{text-decoration:none;color:#ce282e}.catalog-sort{display:inline-block;min-width:328px;position:relative}.catalog-sort__active{border:1px solid #4f4f4f;background-color:#fff;border-radius:6px;padding:15px 12px 15px 22px;color:#4f4f4f;cursor:pointer;transition:background-color .25s}.catalog-sort__active:hover{border-color:#000}.catalog-sort__active-desc{color:rgba(79,79,79,.66);vertical-align:baseline;position:relative;z-index:3}.catalog-sort__active-value{font-weight:500;vertical-align:baseline;display:inline-block;position:relative;margin-left:10px;padding-right:24px}.catalog-sort__active-value::after{content:"";display:block;width:12px;height:8px;position:absolute;top:50%;right:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAMAAAD6Ou7DAAAAFVBMVEUAAABQUFBQUFBQUFBQUFBPT09PT09Ql6D0AAAAB3RSTlMAECAwQM/vaxWGzgAAACpJREFUeNpNSgMBAEAMnPs3fsw+gRBkMYMaJzZ9Gyz+vvETB2s8mShCfxcsKQDIt24j6QAAAABJRU5ErkJggg==);margin-top:-3px}.catalog-sort__dropdown{position:absolute;background-color:#fff;width:100%;left:0;top:0;padding:9px 0;z-index:2;border-radius:6px;border:1px solid #4f4f4f;text-align:right;flex-direction:column;display:none}.catalog-sort__dropdown-item{padding:5px 22px;cursor:pointer;order:1;transition:background-color .25s;display:block;color:inherit}.catalog-sort__dropdown-item:hover{background-color:rgba(206,40,46,.15);text-decoration:none}.catalog-sort__dropdown-item_active{pointer-events:none;color:#818181;order:0}.catalog-sort_active{z-index:3}.catalog-sort_active .catalog-sort__dropdown{display:flex}.catalog__inner{display:flex;align-items:flex-start;width:100%}.catalog__sidebar{width:268px;flex-shrink:0;margin-right:27px;background-color:#0ff}.catalog__section-list{margin-bottom:-20px}@media screen and (max-width:1170px){.catalog__section-list{margin-bottom:0}}.catalog__topline{margin-bottom:11px;display:flex;margin-top:20px}.catalog__items-count{margin-left:auto}@media screen and (max-width:660px){.catalog__items-count{display:none}}@media screen and (max-width:500px){.catalog__sort{width:100%;min-width:unset}.catalog__sort .catalog-sort__active{display:flex;padding-top:7px;padding-bottom:7px}.catalog__sort .catalog-sort__active-value{margin-left:auto}}.catalog__bottom{margin-top:20px;position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width:690px){.catalog__bottom{flex-direction:column}}.catalog__more{padding-top:.4em;padding-bottom:.4em}.catalog__pagination{position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (max-width:690px){.catalog__pagination{position:static;transform:none;margin-top:18px}}.catalog-table{width:100%;color:#222;font-size:16px;line-height:1.15;border-collapse:collapse}.catalog-table thead{border-radius:6px}.catalog-table th{padding-top:12px;padding-bottom:12px;font-weight:500;background-color:#f8f8f8;position:relative}@media screen and (max-width:570px){.catalog-table th{font-size:13px}}.catalog-table th:first-child{border-radius:6px 0 0 6px;text-align:left;padding-left:22px;width:242px}.catalog-table th:first-child a{display:block;max-width:100%}@media screen and (max-width:740px){.catalog-table th:first-child{width:auto}}@media screen and (max-width:870px){.catalog-table th:nth-last-child(2){width:170px}}@media screen and (max-width:810px){.catalog-table th:nth-last-child(2){width:126px}}@media screen and (max-width:570px){.catalog-table th:nth-last-child(2){width:auto}}.catalog-table th:last-child{border-radius:0 6px 6px 0;padding-right:10px;width:170px;padding-left:30px}@media screen and (max-width:870px){.catalog-table th:last-child{width:140px}}@media screen and (max-width:810px){.catalog-table th:last-child{width:90px;padding-left:10px}}@media screen and (max-width:570px){.catalog-table th:last-child{width:80px}}.catalog-table th i{font-weight:400;font-style:normal;color:#4f4f4f}.catalog-table th.hidden{display:none}@media screen and (max-width:870px){.catalog-table__prop-cell{padding-left:20px;padding-right:20px}}.catalog-table tbody{text-align:center}.catalog-table tbody td{padding-top:12px;padding-bottom:11px;border-bottom:.5px solid rgba(79,79,79,.5);transition:background-color .25s;height:60px}.catalog-table tbody td:first-child{text-align:left;padding-left:22px}.catalog-table tbody td:last-child{text-align:left;padding-right:10px;padding-left:30px}@media screen and (max-width:810px){.catalog-table tbody td:last-child{padding-left:10px}}@media screen and (max-width:570px){.catalog-table tbody td:last-child{padding-right:0}}.catalog-table tbody td.hidden{display:none}@media screen and (max-width:810px){.catalog-table tbody{font-size:14px}}@media screen and (max-width:570px){.catalog-table tbody{font-size:13px}}@media screen and (max-width:414px){.catalog-table tbody{font-size:11px}}.catalog-table__item-price{color:#ce282e;font-weight:700;white-space:nowrap}.catalog-table__item-price_old{color:#4f4f4f;font-size:.8125em;text-decoration:line-through;margin-bottom:.125em}.catalog-table__link{color:#222;font-weight:700;transition:color .25s}.catalog-table__link:hover{text-decoration:none;color:#ce282e}.catalog-table__btn{color:#000;font-weight:700;transition:color .25s;cursor:pointer}.catalog-table__btn_more{color:#4f4f4f}.catalog-table__btn:hover{text-decoration:none;color:#ce282e}.catalog-table__item_hover td{background-color:rgba(206,40,46,.1)}.catalog-table__control{display:block;position:absolute;border:0;width:24px;height:24px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;top:50%;transform:translateY(-50%);cursor:pointer;z-index:2}.catalog-table__control_next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAYAAAD6+a2dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5QsRDQAtWC/uXAAABeVJREFUeNrtnW1MU1cYgN9z8WMriboMs2ji1MzZ1nlbS1EwYSqodLagzm3RZbJNsh/LNDpAhEURRMyUgmTGffzCZe4D9+EYhRoIH6JEQeAWKFqLLDo124+5TNnQKbFnf3rIbIaXXqCn997z/O6bnrfv0/Oe23t7DgBl2tvNZrNZo3HN0K0yTKysFF5ZMJn3rlxJe1xqgaP1xqTwHP+3dXBGZSWuhpugT0mB0oc/wBwmQqgIuQCk8BHvD+wY7HU44CL6Dq7/p9C30E60WKMhInQcmd9qsCcm0v6glAoK9Rt23NebjFEbN6KL+B6eWV4uGhCFi3Hb3btoFti4STabCXlRFzp9msaHpURCPgOYJ3tcXbdOnIDX4Riem5EhGuCfEfANqPY9qK5mM8LYEvIZIBBBqzvPr0tPh29gC7p6+LBogH9GwBV4OjqSkmLe3hvbndXQQDsPuUJdAIJUEbheOMmtSU5etMpb1tXQ2Eg7D7lB7SogkGjv5aXun0pLoRVWogeZmaIB/tbgmw8bfKeqqjrrtGnGxIQE2nnIjbCZAQIRPtVtNeoyMiAW6vGkkhLRADYjSCJsBSC4JuqeMjRmZuJWeAZ2FBeLBjARgiLsBSBIFYFdPj4e2QhACFqEX7ATBgcG0HqYiy4lJzMRHiVsFoEjxTR4+c/uhJISdBx/BAuyskQDZiMrTIyMxBVwFS+oqnJhLTbiFSto5xEuyE4AgqnUa+kuLy6WLEK87ouFlcuX086DNrJrAcPh6tOm8f1ZWbgfnUPxRUWiAaQ1lKBm3yGbzdR8+c2etU1NtPMINYoRgMBECA7FCUCQKgKc5bbhRKs1+rDH6f74zBnaeYw3sl0DiGGa5y1zT7HbwYam4S3Z2aIB/jUCvOg7ihqcTiFDb+W3LltGO4/xRrECEKJ/87S404uKghUBVeCnIcHh6HDq5/HOuDjaeYwXiheAMCSCE05hnJMj9nr8PbShgilTuG14KdytqVGqCIpdA4ghFOqu8nx2NlhhDUIHD4oGzIG38Y937vh+Rm+gkxZLzGLPrO6s1lbaeYwW1QpA6MBazOP8fORCemTMyxMNUJgIqheAoFYRVLMGEMOMvMiN8vPhKD6IdxUUiAZcg8/Ry1Oncs/hr/CGmpr2Nv0Ngz02lnYewcIECCC6zLvevTkvT6oInZ88f8v47pIltPMYKawFiCCkaSv4L/ftg20oBxXt3Ssa4G8NXPnDdzh7UtKi965EdX124QLtPIaDCTBChGZtGm8tKAANOodu5uaKBshEBCZAkAQtwu/4A7h2+zb6B0dwy5OSTOt6N3c62tpo50FgAkjENU//pOHX/fvxt3g2vLRnj2hAmIrABBglcheBCTBGyFUEdhk4Rpj6PPe6Z+bmomo4AqkHDogGTEcfwpxp0/AT6KGvqbZWaNamLVwbExPqcTMBVA5rAWOEa7+u1mAvLMQ22A7Hd+8WDfC3AIiEJt+K1auj471lPZXt7aEeNxNglMi19xOYABKRe+EJTIAgUUrhCUyAEaK0XwAJEbQHEO5Ivgdw1reJ+8tiMaVeiev6OvwKT2CXgcMwdBdQYTd/AmEtIACl3/4NhAngR2rh5f5I2ATaA6ANeRYQXEiPjOopPEG1M4BaHwINRHUCsP8DPIpqBAi28OhVWIz39vf7jqLzoLFYzFZPn9va0kI7j7FG8ZeBwgx9HF+6axcr/P+jWAGGCl+Nb6Njhw6JBvj/Ho7Xoz+gMSVF6YUnKK4FsH0BgkMxArDCS0P2vwOMfksYj7NnrfoKT5DtGsCVrq0xbNq5k+0FNDpk1wKGCp+KdsAlu100gG0U+VhkIwDbIXR8CHsBWOHHl7BdBEreHNoEc7lJrPAjJewWgeScAKnbw7PCB0fYtAB2QAQdqM8AQ2cFscJTgZoAoz0tjBV+bGAHR6qckM8A2K3hJsx2OOAF/Bo8W18/7AsDvvGs8AqDnCEs3NfmGpLr6gRBpzMYMBaua6v4+wMD7IRQlTB0fPxbukj+rMPBCh9a/gVFNIldktA46gAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0xN1QxMzowMDo0NSswMDowMCXZJv8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMTdUMTM6MDA6NDUrMDA6MDBUhJ5DAAAAAElFTkSuQmCC);left:-30px}@media screen and (max-width:740px){.catalog-table__control_next{left:-16px}}.catalog-table__control_prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAYAAAD6+a2dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH5QsRDQAtWC/uXAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0xN1QxMzowMDo0NSswMDowMCXZJv8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMTdUMTM6MDA6NDUrMDA6MDBUhJ5DAAAABmJLR0QAAAAAAAD5Q7t/AAACW0lEQVR42u2dP0gbURzHXaRoqSB0cS3W96743lX8l6H4J+kkaocOukghk+CU+G8qqMkgZBAcdFYyFtpGEZSIQwulNLlzLVQFC52Kf4oOma61YyhX2yvFe/f5LG//fr7JJXf3fq+mBv4L5eWW9zoXj7vP5G31ZmOjVGr/QX09yUREvHMsNlXl8tJxpNTa85yKeK4Hi0WKEDXx1StFMAvXE57t9fX9VnzVWq5YbfbdkRESNP0TX70K+U49SaVIMKTsF0XSjvf3Ix7x1xO/KidsmU6TIOIhCj/u3FrZqPcmJ0kw7OJfikNtXVwgHvGIR/wvxKfEth6dmiLBsIp/JNdbC729iEf89cR/Ekn1bXqaBEOKk7YG1ERPD+IRj3jE+6xNVkwtzcyQYEgpb1nNaisWc+/JMfXi/BzxiPdfs/JIqdlZEgwppQ/WZ53r7nZO5KI6ODtDPOL9X8TwhKe8uTkSRDxE4qs+KV6p/Pw8CYaU/ZX7X+3xri7EIx7xiPdZ34qkGlhYIMGQ4r5uyT8c6ux0tsWabjg9RTzi/e/VN1t1+ksmQ4KIB8TDjefqWt063NHxx+IzckfnslkSRDxQAODaDxQBKAJFiHoRuANoGDwDgGBF4CkgRaAIBsKbQBCoCLwLSBEoAkVgP4CxsCMIghWBPYFmwa5gCFQE5gIYBiNhgCLAPygC08EMKwLzASFQEZgQamgRGA4dbf52PDxFoAicE0ARKAJF4Kwgs+G0MKAIEPzvIwdHRvQb4epWtL6zu8vRsYbiPH1wS31MJDg8miL8LILbJB/r2kLhpoj/DuwkBWH9NRP2AAAAAElFTkSuQmCC);right:-30px}@media screen and (max-width:740px){.catalog-table__control_prev{right:-16px}}.pagination{display:flex;align-items:center;color:#000}.pagination__next,.pagination__prev{font-size:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:7px auto;width:24px;height:24px;transition:opacity .25s}.pagination__next:hover,.pagination__prev:hover{opacity:.6}.pagination__prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAbUExURQAAAE5OTk5OTlBQUE5OTlBQUE9PT05OTk9PT+oYakIAAAAIdFJOUwB/gICPkJ+gard9iQAAAChJREFUCNdjYGBgSWBgYMhQYGBga0JmeAAZDBYCQIK9EUgwVKAxWRMAq4wFuuY1eusAAAAASUVORK5CYII=)}.pagination__next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAbUExURQAAAE5OTk5OTlBQUE5OTlBQUE9PT05OTk9PT+oYakIAAAAIdFJOUwB/gICPkJ+gard9iQAAACRJREFUCNdjSGUAAokCIMHYjs40ABIaDgwMTG0gRgISgyEFiAGsoQW64MLpswAAAABJRU5ErkJggg==)}.pagination ul{display:flex;align-items:baseline;list-style:none;margin:0 8px;padding:0}.pagination li{margin-left:2px;margin-right:2px}.pagination__link{font-weight:500;color:inherit;display:block;width:24px;height:24px;text-align:center;line-height:21px;transition:color .25s}.pagination__link:hover{text-decoration:none;color:#ce282e}.pagination__link_current{background-color:rgba(206,40,46,.1);color:#ce282e;border:1px solid #ce282e;border-radius:8px}.pagination__dots{font-weight:500;width:24px;text-align:center;cursor:default}.product__top{display:flex;margin-bottom:76px}@media screen and (max-width:1250px){.product__top{flex-wrap:wrap}}@media screen and (max-width:750px){.product__top{flex-direction:column}}.product__top-column_1{width:444px;margin-right:86px;flex-shrink:0}@media screen and (max-width:1300px){.product__top-column_1{margin-right:50px}}@media screen and (max-width:970px){.product__top-column_1{width:calc(100% - 390px)}}@media screen and (max-width:750px){.product__top-column_1{width:100%;margin-left:auto;margin-right:auto;max-width:440px;margin-bottom:40px}}.product__top-column_2{flex-grow:1}@media screen and (max-width:1250px){.product__top-column_2{width:100%;order:3;margin-top:50px;display:flex}}@media screen and (max-width:620px){.product__top-column_2{display:block;margin-top:36px}}.product__top-column_3{width:374px;margin-left:86px;flex-shrink:0}@media screen and (max-width:1370px){.product__top-column_3{width:324px}}@media screen and (max-width:1300px){.product__top-column_3{margin-left:50px}}@media screen and (max-width:1250px){.product__top-column_3{margin-left:auto;margin-right:auto;width:374px}}@media screen and (max-width:970px){.product__top-column_3{width:340px;margin-right:0}}@media screen and (max-width:750px){.product__top-column_3{width:100%}}.product__like{display:block;font-size:0;border:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;position:absolute;z-index:3;top:2px;right:2px;cursor:pointer}.product__like svg{display:block}.product__like svg path{transition:fill .25s,stroke .25s}.product__like:hover svg path{fill:#ce282e}.product__like_active svg path{fill:#ce282e}.product__gallery{position:relative;margin-bottom:20px}.product__gallery-top{margin-bottom:20px;border:1px solid #efefef;border-radius:4px}.product__gallery-top .swiper-slide{height:unset;display:flex}.product__gallery-top a{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.product__gallery-top img{display:block;max-height:316px;object-fit:contain;width:100%;height:100%}.product__gallery-thumbs{position:relative}.product__gallery-thumbs .swiper-slide{width:25%;height:60px;border:1px solid #efefef;border-radius:4px;cursor:pointer;overflow:hidden}.product__gallery-thumbs .swiper-slide-thumb-active{border-color:#777}.product__gallery-thumbs img{display:block;object-fit:cover;width:100%;height:100%}.product__gallery-thumbs-control{display:block;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;border:0;font-size:0;width:9px;height:16px;position:absolute;top:50%;margin-top:-8px;cursor:pointer}.product__gallery-thumbs-control_prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQBAMAAAA2ZkhwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAVUExURQAAAFBQUFBQUE1NTVBQUE9PT09PT3USz3IAAAAGdFJOUwAQIFBQ324fg4wAAAArSURBVAjXY2BgYBAGYgamMAcgqZqqAGIGYWEygJlQEiLChJUjADeNQZkBAL37CUvcg/sMAAAAAElFTkSuQmCC);left:-17px}@media screen and (max-width:414px){.product__gallery-thumbs-control_prev{left:-14px}}.product__gallery-thumbs-control_next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQBAMAAAA2ZkhwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAVUExURQAAAFBQUFBQUE1NTVBQUE9PT09PT3USz3IAAAAGdFJOUwAQIFBQ324fg4wAAAApSURBVAjXY2BWYAACtyAQKZoK4jCFgTmq2DgBcBIsApFFZ0JNYxYAEgC/LQlL1hwM8gAAAABJRU5ErkJggg==);right:-17px}@media screen and (max-width:414px){.product__gallery-thumbs-control_next{right:-14px}}.product__video-link{display:flex;align-items:center;width:100%;color:#fff;font-size:26px;font-weight:500;padding:18px 25px 20px;height:84px;line-height:1.7;background-image:url(/local/templates/ironmac/css/../img/video-link.jpg);background-position:100% 50%;background-size:cover;background-repeat:no-repeat;transition:color .25s;position:relative;overflow:hidden}@media screen and (max-width:790px){.product__video-link{font-size:22px;padding-top:10px;padding-bottom:10px;height:3em}}.product__video-link::before{content:"";display:block;width:150px;height:100%;background-color:rgba(255,255,255,.47);position:absolute;right:0;top:0}@media screen and (max-width:790px){.product__video-link::before{width:90px}}.product__video-link::after{content:"";display:block;width:55px;height:55px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA1NSA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjcuNSIgY3k9IjI3LjUiIHI9IjI3LjUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00MC41IDI1LjQwMTlDNDIuNSAyNi41NTY2IDQyLjUgMjkuNDQzNCA0MC41IDMwLjU5ODFMMjQgNDAuMTI0NEMyMiA0MS4yNzkxIDE5LjUgMzkuODM1NyAxOS41IDM3LjUyNjNMMTkuNSAxOC40NzM3QzE5LjUgMTYuMTY0MyAyMiAxNC43MjA5IDI0IDE1Ljg3NTZMNDAuNSAyNS40MDE5WiIgZmlsbD0iI0NFMjgyRSIvPgo8L3N2Zz4K);position:absolute;z-index:2;top:50%;right:50px;transform:translateY(-50%);transform-origin:50% 50%;transition:transform .25s}@media screen and (max-width:820px){.product__video-link::after{right:30px}}@media screen and (max-width:790px){.product__video-link::after{width:40px;height:40px}}.product__video-link span{text-shadow:0 0 .5em rgba(0,0,0,.5)}.product__video-link span::after,.product__video-link span::before{content:"";display:block;position:absolute;right:150px;width:0;height:0;border-left:transparent solid 21px}@media screen and (max-width:790px){.product__video-link span::after,.product__video-link span::before{right:90px}}.product__video-link span::before{bottom:50%;border-top:transparent solid 21px;border-bottom:rgba(255,255,255,.47) solid 21px;border-right:rgba(255,255,255,.47) solid 21px}.product__video-link span:after{top:50%;border-bottom:transparent solid 21px;border-top:rgba(255,255,255,.47) solid 21px;border-right:rgba(255,255,255,.47) solid 21px}.product__video-link:hover{text-decoration:none;color:#ce282e}.product__video-link:hover::after{transform:translateY(-50%) scale(1.1)}.product__actions-block{background-color:#232629;border-radius:4px;padding:46px 60px 50px;color:#fff}@media screen and (max-width:1370px){.product__actions-block{padding-left:30px;padding-right:30px}}@media screen and (max-width:1250px){.product__actions-block{padding-left:60px;padding-right:60px}}@media screen and (max-width:970px){.product__actions-block{padding-left:40px;padding-right:40px}}@media screen and (max-width:750px){.product__actions-block{padding-bottom:22px}}@media screen and (max-width:414px){.product__actions-block{padding-left:20px;padding-right:20px}}.product__prices{text-align:center;margin-bottom:15px}.product__price{color:#fff;font-size:40px;font-weight:700}@media screen and (max-width:970px){.product__price{font-size:32px}}@media screen and (max-width:750px){.product__price{font-size:36px}}.product__price_old{color:#a8a8a8;font-weight:500;font-size:20px;text-decoration:line-through;margin-bottom:3px}.product__actions-block-middle{margin-bottom:20px;font-size:18px}@media screen and (max-width:970px){.product__actions-block-middle{font-size:16px}}.product__availability{position:relative;padding-top:16px;padding-bottom:16px;font-weight:400;border-bottom:1px solid rgba(183,183,183,.12);padding-left:40px}.product__availability::before{content:"";width:30px;height:30px;display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLUExURQAAAP////f39/T09Pr6+vf39/X19fn5+fr6+vf39/j4+Pb29vn5+ff39/b29vj4+Pn5+ff39/j4+Pb29vj4+Pn5+fj4+Pj4+Pj4+Koco0YAAAAYdFJOUwAQIDAwQFBQX2BvcH+AkJCfoK+wv8/f702HwnYAAADXSURBVCjPvZLdAoIgDIVxQoaCzsJt7/+kWcpvddFNXAHfGZz9KPWPBYO1pvuIOkfCRCLb9R2OHEZ4bvqRaGggchHhxe2qAhKUWsPOUTLgarhjyTcgrREnORRDC6nnKeYipoWgfEgenhJdQaXlfPols6xri3w5jjO+NCeO/skedEWVcUouUn9XCefM+bRqOVaQc81AoM3I5wpZiruAqY0pLZpyVXXbUFtUft6aiYAcuj9INQZa6mPZQ0NrM1Wr4Pm5CTK9DZa+CQXEjXmBzwPrEccvI/v7egD3/gpCfyVUkAAAAABJRU5ErkJggg==)}.product__availability_none::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NzNENEMwMDQ5MEExMUVDQUQ5NjhDODVBMDVCOUI1QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NzNENEMwMTQ5MEExMUVDQUQ5NjhDODVBMDVCOUI1QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3M0Q0QkZFNDkwQTExRUNBRDk2OEM4NUEwNUI5QjVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk3M0Q0QkZGNDkwQTExRUNBRDk2OEM4NUEwNUI5QjVCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MNL5TQAAAG9QTFRF////+Pj47+/v1dXV1tbW19fXzc3N4ODg39/f3t7ezs7Oz8/P+/v7/f397u7u1NTU2dnZ9/f3/Pz89vb2+vr66urq5OTk4eHh0NDQ8fHxy8vL/v7+0dHR7Ozs9fX13Nzc+fn58vLywMDAzMzM////UoI9jQAAACV0Uk5T////////////////////////////////////////////////AD/PQk8AAAFuSURBVEjHxdfZcoMwDAXQG6ApTdnTrN3b/P83dsBg8CJZpg/h/Yw8Rrq2cfvHhzvjootTXVFq/FOd6hj7mX/9voz4FcAmk9unpAcjLqsoPdiP/bTsbBOhB4vrvGEPcq3s8/JXifXS6v8s1Iadm0SkTbvoMIG27LI9g9q2Rm8HtGPNwVA6lVprqhjtsfZIktpnnXkmdO6zbhhkPq3sLpwkHk1YXww5mrLeDLM0af0BaGjaEum50IyloldrzpK5rXRz5Cwd+oNuv3u7jT8xBs3VZY+b5tLT9rzqrDr2cY59swarfabnm8PKdqym8ONgzw2XLRRWdktMKI+15TVou2PSgcZ5YvRVSmqwaw7URtjSGgJLakgspSGyhIbM+jWE1qshtZOu/ThgPecY5NbViLCORoy1NaKspRU+JXzGEnrAeSWsO+u3CZcHcV2t39sRI6Ku1tNNv6xxucY8E+oD0ummfytRxD1QCgXu/a5a+f0BJ2qgX4jsaFMAAAAASUVORK5CYII=);width:22px;height:22px;left:2px}.product__availability_delivery::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNTI4OEMxQjQ5MEExMUVDOEQ4MkU4RTQxNkFDODgxQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNTI4OEMxQzQ5MEExMUVDOEQ4MkU4RTQxNkFDODgxQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE1Mjg4QzE5NDkwQTExRUM4RDgyRThFNDE2QUM4ODFCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE1Mjg4QzFBNDkwQTExRUM4RDgyRThFNDE2QUM4ODFCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6KY9gwAAALdQTFRF////x8fH7+/v9/f34uLi9PT0w8PDzc3N/Pz86OjozMzM/v7+7u7uyMjIy8vLycnJ8PDw2tra29vb0NDQ39/f1NTU/f39ysrK4eHh09PT5ubm1dXVz8/Pzs7O2dnZ3d3d8vLy4+Pj5+fn4ODg+Pj45OTk7e3t9fX12NjY+fn53Nzc0tLS+vr68/Pz7Ozs0dHR+/v7xsbG9vb21tbWwcHB6urq8fHx6+vr6enp19fX3t7ewsLC////5+gp/AAAAD10Uk5T////////////////////////////////////////////////////////////////////////////////AAkvrF8AAAKbSURBVEjH3dfpdqIwGAbgF9S6ILiDK+77rrWdJfd/XZMAQQMJVnrmzDmTPzWFxzdfQBJAvtHw97BhpMa6+TEzi6mwri0AG8tz8WWsa1WgNJw7BjJa8SWsazqldfZxTPlFwaFMrfPu3MwgJ+V4RmnrlAHp4KEecNC2dWCTr8hqx5PUnz0gmw9qjw4eiam/jsCnc/I7t3508EhInZeAkXnh3QYdv8ihTF1YO8wqOu+2XGC4HQvXHYrUkbkHnDDEpaXPS/y6c85wld2IAl07B6Cf5d3pALhZu6DH+NLjFBvCiazlu8A2/LKJRUuv5B6O3+h/qgUPs2noHe+HGk2g1uK9coWWbi2ES7RqMBPg7gZw+/6B3gpo9vlpS1Z6vivQXgdoT0PsEIumuQNC6i36VRY/7eR8AsemSNkZ5u49xFTZjF/pcA6VGT+vNKb1rGKpEzNDyFuI2e3nc7jhxGw3j6U/pGbYxwim/Mqmzq/3Si9suy/QFk+VYjIwtKFXe5OOf2LZUdrlVIYbKHpTNzcwdzLKVBUeElJg/DRISE3A7M/pft2lNAEPcM7T9FVfSRPxb//CuY2rnMrx1MdvJKg9Mk3JuLOgP4G8h9ltsyxoGfnzPo47mC337mUbYPpDzq3JV7E5bE739DnLcSGbK38ZE9u2D23M0mHv6dVGesz0OTUmo3MrPQ7b/4yt1/H96bkpvor1Y4CNtWrDo8JsSS3Y/kI3NhX7JTn2l9RauMS2pVsOKfYX8pqwuGdlPI7vqeK2QpIexY+p0Q1NLF3EYmp8KxVJf8RxGt/ECel3LKOy7eNDOsfRWpM2riH3sTxVvWX2+Q/69LQ/lFS9WWf8ok1yWllJk14T2NSxpqTJLyjN9/LobZX61Wi9/lcvZU/aH7G/jEYte2clAAAAAElFTkSuQmCC)}.product__check-price{color:#fff;padding-left:40px;display:block;position:relative;padding-top:16px;padding-bottom:16px;transition:color .25s}.product__check-price::before{content:"";display:block;width:32px;height:32px;position:absolute;left:0;top:50%;transform:translateY(-50%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLUExURQAAAP////f39/T09Pr6+vf39/X19fn5+fr6+vf39/j4+Pb29vn5+ff39/j4+Pb29vj4+Pn5+ff39/j4+Pj4+Pn5+fj4+Pj4+Pj4+G4Ni4MAAAAYdFJOUwAQIDAwQFBQX2BvcH+Aj5CQn6C/z8/f7wQQWpwAAACSSURBVDjL5ZPNDgIhDIQLLK646w9Uy7z/k3owGhbaPXkwcQ6kZL6QNh2Ifk2ecdkFrrIi7gElE5JtR0YmIHvDX8HRkU8ik+Evr8KVqr3hcf7UzAqQpWlGG+V+ay6yjMBmvJL/FQg4tMDD9X4tm8VIR3T+QISKUS0xJ03KRufwPqzMykQnHG3ACdAESw12cl//jU9y6QnDKAgmqQAAAABJRU5ErkJggg==);transition:all .25s}.product__check-price:hover{text-decoration:none;color:#ce282e}.product__check-price:hover::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABaUExURQAAAM8gMM8wMM8oMMorMM8rMM8oMM8pLc8pMM8oLs0oLc0oMM8pLs0nLs8oLs0oLs8pLs0nLs0oL88oL84oLs4oLc4oL84nL84pLs4oLs4oL84nLs4pLs4oLphzDaAAAAAddFJOUwAQECAwMEBQUF9gYG9wf4CPkJ+foL+/z8/f3+/vMZWCOwAAAJdJREFUOMvlk8EOwiAQRJdCsba2WqQo2Pn/3/RgNBR2e/Jg4hzIknkhu9mB6NekF1x2gTlNsHuAd4Retu0CR4DTgj8hWEW6T7EV/PFVNP7BvaFx/tQhMMA1Zc1wo9zn7BLHGtiM592/AgaHHLip0l/9ZjGpIAq/IsyKWjnRDZyYjXbmfUiZjS2dcJSBJgFZsNhgD+rrv/EJVrYLc9yAuh4AAAAASUVORK5CYII=)}@media screen and (max-width:750px){.product__actions{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}}.product__actions .btn{display:block;color:#fff;padding-top:1.25em;padding-bottom:1.25em;font-weight:700}@media screen and (max-width:970px){.product__actions .btn{padding-top:1em;padding-bottom:1em}}@media screen and (max-width:750px){.product__actions .btn{margin-left:15px;margin-right:15px;width:calc(50% - 30px);flex-grow:1;margin-bottom:21px;min-width:220px}}.product__actions .btn_full{margin-bottom:21px}.product__actions .btn_full:hover{color:#ce282e}.product__actions .btn_main{border-color:#fff}.product__top-short-specs{margin-bottom:20px}.product__top-short-specs ul{list-style:none;padding:0;margin:0;color:#222}.product__top-short-specs li{margin-bottom:12px}.product__top-short-specs li:nth-child(1){margin-bottom:-4px}.product__top-short-specs b{font-weight:500;color:#4f4f4f;margin-right:10px;vertical-align:baseline}.product__top-short-specs img{vertical-align:middle;display:inline-block}.product__top-short-specs span{vertical-align:baseline}@media screen and (max-width:1250px){.product__top-info-wrapper{order:2;width:360px;margin-left:50px}}@media screen and (max-width:620px){.product__top-info-wrapper{width:auto;margin-left:0}}.product__top-worth{background-color:#fbfbfb;border-radius:4px;text-align:center;padding:15px;margin-bottom:20px}@media screen and (max-width:360px){.product__top-worth{padding:7px;font-size:14px}}.product__top-worth ul{list-style:none;margin:0;padding:0;display:flex;justify-content:space-around}.product__top-worth div{height:35px;display:flex;justify-content:center;align-content:center;margin-bottom:8px}.product__top-worth svg{display:block;margin:auto}.product__top-worth span{display:block;color:#4f4f4f}.product__top-specs{color:#4f4f4f}.product__top-specs :first-child{margin-top:0}.product__top-specs .h5{font-weight:500;font-size:18px;color:#222;text-decoration:underline;margin-bottom:.85em}.product__top-specs .h6{font-weight:500;font-size:16px;margin-top:0;margin-bottom:.65em}.product__top-specs ul{list-style:none;padding:0;margin:0 0 1.75em}.product__top-specs li{margin-bottom:.5em}.product__top-specs b{color:#222;font-weight:400}.product__top-specs a{color:#ce282e}.product__top-specs_hidden{overflow:hidden}.product__text{color:#222;line-height:1.7}.product__text :first-child{margin-top:0}.product__text .h1,.product__text .h2,.product__text .h3,.product__text .h4,.product__text .h5,.product__text h1,.product__text h2,.product__text h3,.product__text h4,.product__text h5{font-weight:500;position:relative;padding-bottom:.75em;margin:1.75em 0}.product__text .h1::after,.product__text .h2::after,.product__text .h3::after,.product__text .h4::after,.product__text .h5::after,.product__text h1::after,.product__text h2::after,.product__text h3::after,.product__text h4::after,.product__text h5::after{content:"";display:block;width:36px;height:1px;background-color:#222;position:absolute;left:0;bottom:0}.product__text .h1,.product__text h1{font-size:24px}.product__text .h2,.product__text h2{font-size:22px}.product__text .h3,.product__text h3{font-size:20px}.product__text .h4,.product__text h4{font-size:18px}.product__text .h5,.product__text h5{font-size:16px}.product__text p{margin:1.25em 0}.product__text b{font-weight:500}.product-description{display:flex;margin-bottom:-50px;margin-top:-32px}@media screen and (max-width:1260px){.product-description{margin-right:-50px}}@media screen and (max-width:1120px){.product-description{margin-right:0;display:block}}.product-description__text{width:50%;padding-right:34px;padding-top:32px;padding-bottom:32px;flex-shrink:0;border-right:1px solid #efefef}@media screen and (max-width:1120px){.product-description__text{width:100%;border-right:0}}.product-description__text .h1,.product-description__text .h2,.product-description__text .h3,.product-description__text .h4,.product-description__text .h5,.product-description__text h1,.product-description__text h2,.product-description__text h3,.product-description__text h4,.product-description__text h5{font-weight:500;position:relative;padding-bottom:.75em;margin:1.75em 0}.product-description__text .h1::after,.product-description__text .h2::after,.product-description__text .h3::after,.product-description__text .h4::after,.product-description__text .h5::after,.product-description__text h1::after,.product-description__text h2::after,.product-description__text h3::after,.product-description__text h4::after,.product-description__text h5::after{content:"";display:block;width:36px;height:1px;background-color:#222;position:absolute;left:0;bottom:0}.product-description__text .h1,.product-description__text h1{font-size:24px}.product-description__text .h2,.product-description__text h2{font-size:22px}.product-description__text .h3,.product-description__text h3{font-size:20px}.product-description__text .h4,.product-description__text h4{font-size:18px}.product-description__text .h5,.product-description__text h5{font-size:16px}.product-description__features{width:50%}@media screen and (max-width:1120px){.product-description__features{width:auto;margin-right:-40px}}@media screen and (max-width:767px){.product-description__features{margin-right:0}}.product-features{position:relative}.product-features__title{background-image:linear-gradient(267.33deg,#ce282e 0,#222 100%);border-radius:39px;display:inline-block;padding:12px 38px;color:#fff;font-weight:500;margin-top:24px;margin-left:24px;margin-bottom:8px}.product-features dl{width:300px}@media screen and (max-width:767px){.product-features dl{width:auto}}.product-features dd{display:none;max-height:100%;height:100%;border-left:1px solid #efefef;position:absolute;width:calc(100% - 300px);top:0;left:300px;padding:24px 35px;line-height:1.6;overflow-y:auto;margin-left:0}.product-features dd img{display:block;width:100%;height:auto;margin-bottom:16px}@media screen and (max-width:1120px){.product-features dd img{width:auto;max-width:200px;max-height:160px}}.product-features dd h6{font-weight:500;font-size:18px;margin-top:0;margin-bottom:8px}.product-features dd p{font-size:14px;margin:0 0 1em}@media screen and (max-width:767px){.product-features dd{overflow:hidden;position:static;width:auto;border-left:0;max-height:0;transform:scaleY(0);transition:all .35s;display:block;visibility:hidden;padding:0;transform-origin:50% 0}}@media screen and (max-width:414px){.product-features dd{font-size:14px}}.product-features dt{padding:14px 24px;display:block;border-bottom:1px solid #efefef;width:100%;cursor:pointer;position:relative}@media screen and (max-width:414px){.product-features dt{font-size:14px}}.product-features dt::before{content:"";display:block;width:9px;height:16px;position:absolute;top:50%;left:8px;margin-top:-8px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQBAMAAAA2ZkhwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAVUExURQAAAFBQUFBQUE1NTVBQUE9PT09PT3USz3IAAAAGdFJOUwAQIFBQ324fg4wAAAApSURBVAjXY2BWYAACtyAQKZoK4jCFgTmq2DgBcBIsApFFZ0JNYxYAEgC/LQlL1hwM8gAAAABJRU5ErkJggg==);opacity:0}.product-features dt:last-of-type{border-bottom:0}.product-features dt.product-features__active{font-weight:500;pointer-events:none}.product-features dt.product-features__active::before{opacity:1}.product-features dt.product-features__active+dd{display:block}@media screen and (max-width:767px){.product-features dt.product-features__active+dd{max-height:1000px;transform:scaleY(1);padding-top:14px;padding-bottom:14px;visibility:visible}}.expandable-block__toggle{color:#ce282e;background-color:transparent;border:0;cursor:pointer;position:relative;padding:0 28px 0 0}.expandable-block__toggle::after{content:"";display:block;width:16px;height:9px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJBAMAAADJBLEBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAnUExURQAAAMcoMM8oMMsoLM8qLc8oLs0oLc0pLs0oLM0oLs4nL88pL84oLnzEDVgAAAAMdFJOUwAgIEBPX2Bwf4DPz6kUjsYAAAA8SURBVAjXY9CewAAE7AsZbE6CGHOOMHCcAQpxnmlgYOgBCs05ARQFCoEFQEJgAZAQRAAoBBFgYGALABIANIkSdxY00mkAAAAASUVORK5CYII=);position:absolute;top:50%;right:0;transform:translateY(-40%);transform-origin:50% 50%}.expandable-block__toggle_opened::after{transform:translateY(-40%) rotate(180deg)}.expandable-block_hidden .expandable-block__inner{max-height:260px;overflow:hidden}.tabs{background:#fff}.tabs__head{background-color:#fbfbfb;display:flex;width:100%;position:relative}.tabs__head::before{content:"";z-index:0;display:block;position:absolute;top:0;background-color:#fbfbfb;width:200vw;height:100%;left:-50vw}.tabs__head-item{position:relative;z-index:1;font-weight:500;color:#4f4f4f;padding:17px 44px 16px}.tabs__head-item_active{background-color:#fff;color:#ce282e;pointer-events:none;border-radius:10px 10px 0 0}.tabs__item_hidden{display:none}.tabs__body{padding:32px 40px 50px;border:1px solid #efefef;border-width:0 1px 1px 1px}@media screen and (max-width:450px){.tabs__body{padding:20px 20px 30px}}.fslightbox-container{top:0;bottom:0;left:0;right:0;height:100vh!important;position:fixed}.modal{display:block;position:fixed;width:100%;height:100vh;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(5px);z-index:9999;transform:translate3d(0,0,0);visibility:hidden;opacity:0;transition:all .55s}.modal_opened{visibility:visible;opacity:1}.modal__body{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:100%;max-height:100vh;background-color:#fff;border-radius:1em;max-width:26.25em;padding:1.5em 2.5em 2em}.modal__header{margin-bottom:1.75em;min-height:1.75em}.modal__title{font-weight:500;font-size:1.5em;padding-right:.75em}.modal__close{background-color:transparent;border:0;cursor:pointer;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAJ1BMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAilU6eAAAADHRSTlMARkhJSktMTY7d+PmIS9YtAAAAiElEQVR42oWTBQLDMAzEHMb/f3d0481VuZEctvURzD3C6Db2jB6Pcw8L878hPoNe6R9Pj1AZPtdn/uZZYZ4h/vlb3nlRyIexyhtfn1xFqz5+6pL+33C4iuvbx3+jmTVx1zjgClY1B4Y4CdwEd5KHyRPFU82LxcvNG4a3HG9a3vaYOJh6mLyY/mcQzAm5MwEI0gAAAABJRU5ErkJggg==);width:1.5em;height:1.5em;position:absolute;top:1.5em;right:1.5em;transition:opacity .25s}.modal__close span{font-size:0}.modal__close:hover{opacity:.6}.form__item{margin-bottom:1.5em}.form__item input[type=email],.form__item input[type=number],.form__item input[type=password],.form__item input[type=tel],.form__item input[type=text],.form__item textarea{display:block;width:100%;padding-left:1.5em;padding-right:1.5em;height:3em;border-radius:1.5em;border:1px solid #ccc;transition:border-color .25s}.form__item input[type=email]:focus,.form__item input[type=number]:focus,.form__item input[type=password]:focus,.form__item input[type=tel]:focus,.form__item input[type=text]:focus,.form__item textarea:focus{outline:0;border-color:#5b5b5b}.form__item textarea{min-height:80px;padding-top:1em;padding-bottom:1em}.form__item_number{display:flex;gap:12px}.form__item_number input{text-align:center}.form__item_number input::-webkit-inner-spin-button,.form__item_number input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form__item_number input{-moz-appearance:textfield}.form__item_number input:read-only{outline:0;cursor:default}.form__item_number input:read-only:focus{outline:0}.form__item_number .number-control{flex-shrink:0;border:1px solid #ccc;border-radius:50%;height:48px;width:48px;display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer;font-weight:600;font-size:22px;position:relative;transition:border-color .25s}.form__item_number .number-control:disabled{opacity:.55;pointer-events:none}.form__item_number .number-control:hover{border-color:#ce282e}.form__item_number .number-control::before{content:"";display:block;position:absolute;height:3px;width:14px;background-color:#222}.form__item_number .number-control_inc::after{content:"";display:block;width:3px;height:14px;position:absolute;background-color:#222}.form__item_text{font-size:18px;margin-bottom:.75em}.form__item_files input{display:none}.form__item_files label{display:block;width:100%;padding-top:1em;padding-bottom:1em;text-align:center;cursor:pointer;border-radius:1.5em;border:1px dashed #ccc;color:#777;transition:border-color .25s;position:relative}.form__item_files label .reset{position:absolute;padding:0;display:block;border:0;background-color:transparent;width:16px;height:16px;top:6px;right:12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAJ1BMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAilU6eAAAADHRSTlMARkhJSktMTY7d+PmIS9YtAAAAiElEQVR42oWTBQLDMAzEHMb/f3d0481VuZEctvURzD3C6Db2jB6Pcw8L878hPoNe6R9Pj1AZPtdn/uZZYZ4h/vlb3nlRyIexyhtfn1xFqz5+6pL+33C4iuvbx3+jmTVx1zjgClY1B4Y4CdwEd5KHyRPFU82LxcvNG4a3HG9a3vaYOJh6mLyY/mcQzAm5MwEI0gAAAABJRU5ErkJggg==);background-size:contain;background-repeat:no-repeat;cursor:pointer;transition:opacity .2s}.form__item_files label .reset:hover{opacity:.5}.form__item_files label:hover{border-color:#5b5b5b}.form__actions{display:flex}.form__actions .btn{flex-grow:1}.form_loading{position:relative}.form_loading.form_modal{position:static}.form_loading::after{content:"";border-radius:1em;display:block;width:100%;height:100%;position:absolute;left:0;top:0;backdrop-filter:blur(3px);background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:64px auto;background-image:url(/local/templates/ironmac/css/../img/preloader.gif)}.form__message a{color:#ce282e}.form_modal .form__message{backdrop-filter:blur(5px);position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:18px;display:flex;align-items:center;justify-content:center;font-weight:500;margin-top:0;padding:1em;flex-direction:column;border-radius:16px;background-color:rgba(255,255,255,.75)}.form_modal .form__message::before{content:"";display:block;margin-bottom:1.25em;width:2em;height:2em;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.form_modal .form__message_success::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAB7FBMVEUAAAAA/wAAgIBVqlVAv0AzzDNJtkkzs01Av0A7sU4zu0RAr1A8tEs5uEc2rlFAs006uUY3sU5AtUo7sU43tkk+sk08tEs6tkk7uEc9t0g6tUo5tkk7tUo7tEs9tkk8s0w7tEs6tUo6tkk7tUo6tEs8tUo8tUo8tkk7tEs8tkk6tkk8tEs8tUo7tUo6tUo7tEs8tUo7tkk7tEs6tUo8tUo7tkk8tkk8tUo7tUo7tkk8tUo7tUo8tEs7tUo6tEs7tUo7tUo7tEs7tUo6tUo7tko7tUo7tkk6tUo8tUo7tEs7tUo7tUo7tUo7tUo7tUo7tUo6tkk7tUo7tUo7tUo7tUo7tUo7tEs7tUo7tUo6tUo7tUo7tUo7tUo7tUo8tUo7tUo7tUo7tUo7tUo7tkk7tUo7tUo7tUo8tUo7tUo7tUo7tEs7tUo7tUo7tUo7tUo7tUo7tUo7tUo7tUpBt1FCt1JDt1JEt1NEt1REuFRFuFVGuFZHuVhIuFlJuVlMul1Ou2BQu2FRu2JRvGJ2xot4x455x495x5B6yJB8x5J+yJR/yZWAyJeAyZaAyZeByZiCypmFyp2Szqug0rqv1syw18yx182y186z19C12NG22NK22NO52dW52da62tfB3N/C3ODD3ODD3OHT4fPU4fSzMXHhAAAAcnRSTlMAAQIDBAUHCgwNDxAREhMUFhcYGhwhIiMrLjAxND1QUVJTVFZYWV1eX2JlZm9xcnR8fX5/gIGEiYqLjY6WnJ2fo6SlpqqtrrO0tcHCxMrLzM3Oz9DR09TV2drd3t/g4+jp6uvs7e7v8PHy8/X4+fr8/f5zzPffAAACWUlEQVR42qXXY2PtSgCF4ZV9bKu2bdu2bWNd27e9tnl2fmiNTDiTPt/fOAM4eRxfUNc3Nr+5MT/aVZsTfR8qtPCyIYq2+0vCIOlu9ghtDWbegLcHxSt0NJ93G+4CqUt0NZcWgIsXPfTU9gyOElcpYTkO9i5XUFJJADau1lNazRVYXGuhgqYrMLnUQCW1AYjKqagYghQqi4fB81UqW3yKM5d76UOrhlNp9CUJJx4u0ZepWzhWQp9ycOTOCuW89eP7FMzdwKEcynnzN/3fDyjIwAFtRLrX9f8+pNEgDoRL94f+/4hGoQDK5PtDLz82f9DDUs/vD/1E8BMa9ACPlM6vB3dptH0P8aq9KAoFF+qZjboL9axGD83e/uEVh+e3Q4t2TFge+O/6T69Knp8cxTxF7/yl6/rPr0n2nMEGBe/+rR/65TW5nmtYp9F7/+jHfnldquca5mi0q5/69Q2v53dyC+MUfKef+vNt7/OTo+ik6Hv91O/e5yfbUUuTb3WBcH6rKuTS7BuFnlmIpsVX8j0jcX+bFl9L91v3gH5afSnZsxtAKW18EZTqWQQgjHY+D8r0DMGBftr5LCjRD+JQJm19GvTsmYFDN+Zpa2eHHk6mNuTTp2wcuz1NXyZv4kQyfUnAKa2NPrRoOPNskcoWnsIghsqiICihokKItEoqqQnA5EozFTReUd0uiKquwIZWTDnbhRrsRcxTwlIsHD1tpaeWJ3ChJU7R1VyqBne3cuboaDb7Jrxdzxigrf7065AUWty7RcFWT1EIlNyLyqrpGJlbX58b6ajOirwHB/v8GNAtqrV1/gAAAABJRU5ErkJggg==)}.form_modal .form__message_error::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABmFBMVEUAAAD/AAD/VVX/QED/MzP/Ri7qQEDrOzvuRDPvQDDwPDzyQzbyQDPzSTHzRjr3RDP3QDj3RjbwQjP0Qzf0QTb0RTX1Qjj1QTf1RTb1Qzb1QjX1QTj1Qzb2QjbzRDfzQzfzRDX0Qjb0QzX0RDb0Qzb1RDf1RDf0Qzf0Qjf0RDb0Qzb0Qzf1Qzb1Qjb1RDX1Qzf1QjbzRDbzQjf0Qjf0Qzb0Qzb0RDX0Qzb0QjbzQzb0Qzb0Qzf0Qzb0Qzf0Qzb0Qjb0RDb0QzXzQzbzQzbzRDX0Qzb0Qzb0QzX0Qjb0Qzb1Qzb0Qzb0Qzb0RDb0QzX0Qzb0Qzb0Qzb0QzX0Qjb0Qzb0QzbzQzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qjb0Qzb0Qzb0Qzb0RDb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb1UEP1UET1UUX1XVH1XVL1XlP1e3H1e3L2d272eG/2enH3lI33lY73lo/3l4/3m5T3nJX3nJb3nZf3npf65eP65uT68/L68/P69PT69fT69vX6+vqw15jQAAAAa3RSTlMAAQMEBQsMDQ8QERMUFRYeICEjLi8wMjM0TE1OUFFTVFZZXF5fYmZvcHFyeXp7fH5/gIOHiYqLjY6bnZ+ho6SlpqevsLGyvb/AwcPKy8zNzs/R0tPU1d3e4OPm5+jp6uvs7e7v8PH4+fr9/o3FeGQAAAJDSURBVHjardWDeu1AAATgybXt2rZt27Yzte02j10rm2SDc/9PB5mJFrDyKTC5pLFrdHp6tKuxOCnwI1z5k92mUkdtzfoFh17HdtBUe8wr2HuXMkJLw0lvIaeEDVBqJFKBxLda2qr5Ckv+o3RgIhjmlEw6o6YpMPE8l44VvIDBiwq6UP4cAiWPrhSKd5FJl9KgE0S31ADd+x+na2NPxoNSSw+qFNyLoCehuPNukJ70v8GtFHqUgBsvh+jR8Ctci6VofntvkYKl/a05iqJxrc2QP9K0k3XqrJ9o2pGhof1m/aNoW7tytq7Ln2lXNin6CSCbon1NaLjLa3sUZZjdARdPhIa7/PECRc3AJ5UGq6fatfNl8auB+gGBpLRBzAsCkEx5gzzPRBRT3iDPswAN1BEf/NmZ8EAFdegmpdcgnl/QhRHKG+R5DmGK8gZ5npM+F/h8Cz4/RN9fYzFNrYkDacVqICXL86S8IRGBNnmbhgB8VOV5ecPMB6CVoiWLBeVkgaImAFkUHThf0tIB/KZoy2pR3aDoO2ByD3NHmnZssqwfzlLQhmsxFM1t7hhud3F305Bn1P/Z2pBEj+Jw6+0APel9jTvh9CQE95QaelCJR59H6NroFzzxV6VLqj900uhSKvSUXLpSoEDwvIwulD6HwbMcOpb/AiaUNJWOqKkKzPmN0IHxIFj6Uk1blZ8h86+HUn1hCuTeJA7R0mD8a9h7Fd1KUy1RL+HQz4zmGerMNKX/gCsfAhKL6jtHpqZGOusLEwPew8IlN8Vdor3nsuEAAAAASUVORK5CYII=)}.form .form__message{backdrop-filter:blur(5px);position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:18px;display:flex;align-items:center;justify-content:center;font-weight:500;margin-top:0;padding:1em;flex-direction:column;border-radius:16px;background-color:rgba(255,255,255,.75)}.form .form__message::before{content:"";display:block;margin-bottom:1.25em;width:2em;height:2em;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.form .form__message_success::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAB7FBMVEUAAAAA/wAAgIBVqlVAv0AzzDNJtkkzs01Av0A7sU4zu0RAr1A8tEs5uEc2rlFAs006uUY3sU5AtUo7sU43tkk+sk08tEs6tkk7uEc9t0g6tUo5tkk7tUo7tEs9tkk8s0w7tEs6tUo6tkk7tUo6tEs8tUo8tUo8tkk7tEs8tkk6tkk8tEs8tUo7tUo6tUo7tEs8tUo7tkk7tEs6tUo8tUo7tkk8tkk8tUo7tUo7tkk8tUo7tUo8tEs7tUo6tEs7tUo7tUo7tEs7tUo6tUo7tko7tUo7tkk6tUo8tUo7tEs7tUo7tUo7tUo7tUo7tUo7tUo6tkk7tUo7tUo7tUo7tUo7tUo7tEs7tUo7tUo6tUo7tUo7tUo7tUo7tUo8tUo7tUo7tUo7tUo7tUo7tkk7tUo7tUo7tUo8tUo7tUo7tUo7tEs7tUo7tUo7tUo7tUo7tUo7tUo7tUo7tUpBt1FCt1JDt1JEt1NEt1REuFRFuFVGuFZHuVhIuFlJuVlMul1Ou2BQu2FRu2JRvGJ2xot4x455x495x5B6yJB8x5J+yJR/yZWAyJeAyZaAyZeByZiCypmFyp2Szqug0rqv1syw18yx182y186z19C12NG22NK22NO52dW52da62tfB3N/C3ODD3ODD3OHT4fPU4fSzMXHhAAAAcnRSTlMAAQIDBAUHCgwNDxAREhMUFhcYGhwhIiMrLjAxND1QUVJTVFZYWV1eX2JlZm9xcnR8fX5/gIGEiYqLjY6WnJ2fo6SlpqqtrrO0tcHCxMrLzM3Oz9DR09TV2drd3t/g4+jp6uvs7e7v8PHy8/X4+fr8/f5zzPffAAACWUlEQVR42qXXY2PtSgCF4ZV9bKu2bdu2bWNd27e9tnl2fmiNTDiTPt/fOAM4eRxfUNc3Nr+5MT/aVZsTfR8qtPCyIYq2+0vCIOlu9ghtDWbegLcHxSt0NJ93G+4CqUt0NZcWgIsXPfTU9gyOElcpYTkO9i5XUFJJADau1lNazRVYXGuhgqYrMLnUQCW1AYjKqagYghQqi4fB81UqW3yKM5d76UOrhlNp9CUJJx4u0ZepWzhWQp9ycOTOCuW89eP7FMzdwKEcynnzN/3fDyjIwAFtRLrX9f8+pNEgDoRL94f+/4hGoQDK5PtDLz82f9DDUs/vD/1E8BMa9ACPlM6vB3dptH0P8aq9KAoFF+qZjboL9axGD83e/uEVh+e3Q4t2TFge+O/6T69Knp8cxTxF7/yl6/rPr0n2nMEGBe/+rR/65TW5nmtYp9F7/+jHfnldquca5mi0q5/69Q2v53dyC+MUfKef+vNt7/OTo+ik6Hv91O/e5yfbUUuTb3WBcH6rKuTS7BuFnlmIpsVX8j0jcX+bFl9L91v3gH5afSnZsxtAKW18EZTqWQQgjHY+D8r0DMGBftr5LCjRD+JQJm19GvTsmYFDN+Zpa2eHHk6mNuTTp2wcuz1NXyZv4kQyfUnAKa2NPrRoOPNskcoWnsIghsqiICihokKItEoqqQnA5EozFTReUd0uiKquwIZWTDnbhRrsRcxTwlIsHD1tpaeWJ3ChJU7R1VyqBne3cuboaDb7Jrxdzxigrf7065AUWty7RcFWT1EIlNyLyqrpGJlbX58b6ajOirwHB/v8GNAtqrV1/gAAAABJRU5ErkJggg==)}.form .form__message_error::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABmFBMVEUAAAD/AAD/VVX/QED/MzP/Ri7qQEDrOzvuRDPvQDDwPDzyQzbyQDPzSTHzRjr3RDP3QDj3RjbwQjP0Qzf0QTb0RTX1Qjj1QTf1RTb1Qzb1QjX1QTj1Qzb2QjbzRDfzQzfzRDX0Qjb0QzX0RDb0Qzb1RDf1RDf0Qzf0Qjf0RDb0Qzb0Qzf1Qzb1Qjb1RDX1Qzf1QjbzRDbzQjf0Qjf0Qzb0Qzb0RDX0Qzb0QjbzQzb0Qzb0Qzf0Qzb0Qzf0Qzb0Qjb0RDb0QzXzQzbzQzbzRDX0Qzb0Qzb0QzX0Qjb0Qzb1Qzb0Qzb0Qzb0RDb0QzX0Qzb0Qzb0Qzb0QzX0Qjb0Qzb0QzbzQzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qjb0Qzb0Qzb0Qzb0RDb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb0Qzb1UEP1UET1UUX1XVH1XVL1XlP1e3H1e3L2d272eG/2enH3lI33lY73lo/3l4/3m5T3nJX3nJb3nZf3npf65eP65uT68/L68/P69PT69fT69vX6+vqw15jQAAAAa3RSTlMAAQMEBQsMDQ8QERMUFRYeICEjLi8wMjM0TE1OUFFTVFZZXF5fYmZvcHFyeXp7fH5/gIOHiYqLjY6bnZ+ho6SlpqevsLGyvb/AwcPKy8zNzs/R0tPU1d3e4OPm5+jp6uvs7e7v8PH4+fr9/o3FeGQAAAJDSURBVHjardWDeu1AAATgybXt2rZt27Yzte02j10rm2SDc/9PB5mJFrDyKTC5pLFrdHp6tKuxOCnwI1z5k92mUkdtzfoFh17HdtBUe8wr2HuXMkJLw0lvIaeEDVBqJFKBxLda2qr5Ckv+o3RgIhjmlEw6o6YpMPE8l44VvIDBiwq6UP4cAiWPrhSKd5FJl9KgE0S31ADd+x+na2NPxoNSSw+qFNyLoCehuPNukJ70v8GtFHqUgBsvh+jR8Ctci6VofntvkYKl/a05iqJxrc2QP9K0k3XqrJ9o2pGhof1m/aNoW7tytq7Ln2lXNin6CSCbon1NaLjLa3sUZZjdARdPhIa7/PECRc3AJ5UGq6fatfNl8auB+gGBpLRBzAsCkEx5gzzPRBRT3iDPswAN1BEf/NmZ8EAFdegmpdcgnl/QhRHKG+R5DmGK8gZ5npM+F/h8Cz4/RN9fYzFNrYkDacVqICXL86S8IRGBNnmbhgB8VOV5ecPMB6CVoiWLBeVkgaImAFkUHThf0tIB/KZoy2pR3aDoO2ByD3NHmnZssqwfzlLQhmsxFM1t7hhud3F305Bn1P/Z2pBEj+Jw6+0APel9jTvh9CQE95QaelCJR59H6NroFzzxV6VLqj900uhSKvSUXLpSoEDwvIwulD6HwbMcOpb/AiaUNJWOqKkKzPmN0IHxIFj6Uk1blZ8h86+HUn1hCuTeJA7R0mD8a9h7Fd1KUy1RL+HQz4zmGerMNKX/gCsfAhKL6jtHpqZGOusLEwPew8IlN8Vdor3nsuEAAAAASUVORK5CYII=)}.breadcrumbs{padding-top:50px;padding-bottom:40px;color:#222;font-size:18px;line-height:1.1}@media screen and (max-width:414px){.breadcrumbs{font-size:16px;padding-bottom:20px;padding-top:30px}}.breadcrumbs>ul{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}@media screen and (max-width:414px){.breadcrumbs>ul{flex-wrap:nowrap;width:100%;flex:1}}.breadcrumbs__item{margin-right:50px;position:relative;margin-bottom:10px}.breadcrumbs__item:not(:last-child)::after{content:"";display:block;width:20px;height:1px;background-color:#222;position:absolute;top:50%;right:-35px}@media screen and (max-width:414px){.breadcrumbs__item:not(:last-child)::after{width:10px;right:-16px}}.breadcrumbs__item:last-child{margin-right:0}@media screen and (max-width:414px){.breadcrumbs__item:last-child{min-width:0}}@media screen and (max-width:414px){.breadcrumbs__item{margin-right:24px}}.breadcrumbs__link{color:inherit}.breadcrumbs__link:hover{color:#000}.breadcrumbs__link_current{cursor:default;color:#444}.breadcrumbs__link_current:hover{color:#444}@media screen and (max-width:414px){.breadcrumbs__link_current{white-space:nowrap;width:100%;text-overflow:ellipsis;overflow:hidden;display:block}}.breadcrumbs__popup-button{height:21px;border:1px solid #5e5e5e;border-radius:2px;background-color:#fff;padding:0 6px 3px;line-height:17px;text-align:center;cursor:pointer}.breadcrumbs__popup{position:absolute;background-color:#fff;z-index:5;border:1px solid #5e5e5e;border-radius:4px;left:-100px;top:calc(100% + 12px);padding:15px 20px;list-style:none;max-width:280px;width:100vw;visibility:hidden;opacity:0;transform:scaleY(0);transform-origin:50% 0;overflow:hidden;max-height:0;transition:all .35s ease-out}@media screen and (max-width:390px){.breadcrumbs__popup{left:-80px;max-width:260px}}.breadcrumbs__popup_open{visibility:visible;max-height:unset;transform:scaleY(1);opacity:1}.breadcrumbs__popup .breadcrumbs__item{margin-right:0}.breadcrumbs__popup .breadcrumbs__item::after{content:none}.contacts{display:flex;justify-content:space-between;font-size:20px;font-weight:500;margin-bottom:3.5em;align-items:center}@media screen and (max-width:900px){.contacts{display:block}}@media screen and (max-width:414px){.contacts{font-size:18px}}.contacts__list-wrapper{width:calc(50% - 1.5em)}@media screen and (max-width:900px){.contacts__list-wrapper{width:100%;margin-bottom:2em}}.contacts__list-wrapper ul{padding:0;margin:0;list-style:none}.contacts__list-wrapper li{margin-bottom:1em;display:flex;align-items:center}.contacts__list-wrapper li::after{margin-bottom:0}.contacts__list-wrapper a{color:inherit;display:block}.contacts__list-wrapper a:hover{color:#ce282e}.contacts__list-wrapper img{width:42px;height:42px;margin-right:20px;flex-shrink:0}.contacts__map{width:calc(50% - 1.5em);display:flex}.contacts__map iframe{display:block;width:100%;height:100%;min-height:360px}@media screen and (max-width:900px){.contacts__map{width:100%}}.contacts-form{background-color:#f1f1f1;border-radius:2em;padding:2em 2.5em;position:relative;margin-top:3.5em}@media screen and (max-width:920px){.contacts-form{padding:1.5em}}.contacts-form__title{text-align:center;font-size:30px;font-weight:500;margin-top:0;margin-bottom:.75em}@media screen and (max-width:414px){.contacts-form__title{font-size:24px}}.contacts-form .form{display:flex;flex-wrap:wrap;justify-content:space-between}.contacts-form .form__actions,.contacts-form .form__item{margin-bottom:0;width:calc(33.33% - 30px)}@media screen and (max-width:970px){.contacts-form .form__actions,.contacts-form .form__item{width:calc(33.33% - 15px)}}@media screen and (max-width:950px){.contacts-form .form__item{width:calc(50% - 15px)}}@media screen and (max-width:600px){.contacts-form .form__item{width:100%;margin-bottom:1.5em}}@media screen and (max-width:950px){.contacts-form .form__actions{width:100%;display:flex;align-items:center;justify-content:center;margin-top:1.5em}.contacts-form .form__actions .btn{max-width:calc(50% - 15px)}}@media screen and (max-width:600px){.contacts-form .form__actions{margin-top:0}.contacts-form .form__actions .btn{max-width:100%}}.service{font-size:18px;margin-bottom:3em}.service h3{text-align:center;font-weight:500}.list_icon{margin:2.5em 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.list_icon li{flex-basis:300px;flex-grow:1;padding:1.5em;max-width:460px}.list_icon h4{font-weight:500}.list_icon p{font-size:.875em}.techs{font-size:18px}.techs_front{position:relative}@media screen and (max-width:750px){.techs__scheme-wrapper{overflow-x:auto;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}@media screen and (max-width:414px){.techs__scheme-wrapper{overflow-x:auto;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}}.techs__scheme{display:flex;align-items:center;margin:150px 0 200px}@media screen and (max-width:750px){.techs__scheme{min-width:690px;margin:120px 0 120px}}.techs__scheme-item{position:relative}.techs__scheme-item-desc{position:absolute;font-weight:500;border:1px solid #ce282e;background-color:#fff;padding:1em;cursor:default;transition:color .35s,background-color .35s;left:50%;transform:translateX(-50%);text-align:center;font-size:16px;z-index:1}.techs__scheme-item-desc::after{content:"";display:block;width:1px;background-color:#ce282e;position:absolute;left:50%;height:40px}@media screen and (max-width:750px){.techs__scheme-item-desc{font-size:13px;padding:.5em}}.techs__scheme-item-popup{position:absolute;opacity:0;visibility:hidden;font-size:14px;padding:30px;color:#222;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.25);font-weight:400;width:360px;border-radius:10px;text-align:left;transition:opacity .3s,visibility .3s;z-index:5;top:0;left:calc(100% + 20px)}@media screen and (max-width:950px){.techs__scheme-item-popup{width:280px;padding:16px;font-size:13px}}@media screen and (max-width:750px){.techs__scheme-item-popup{display:none}}.techs__scheme-item-popup h6{margin-top:0;margin-bottom:10px;color:#222;font-size:16px;font-weight:500}.techs__scheme-item-popup p{margin:0;padding:0;color:#4f4f4f}.techs__scheme-item-popup_left{right:calc(100% + 20px);left:auto}.techs__scheme-item img{display:block;transition:transform .35s}.techs__scheme-item_active{z-index:3}.techs__scheme-item_active img{transform:scale(1.15)}.techs__scheme-item_active .techs__scheme-item-desc{background-color:#ce282e;color:#fff}.techs__scheme-item_active .techs__scheme-item-popup{color:#222;visibility:visible;opacity:1}.techs__scheme-item_active.techs__scheme-item_static{z-index:unset}.techs__scheme-item_active.techs__scheme-item_static img{transform:none}.techs__scheme-item_1 .techs__scheme-item-desc{top:calc(100% + 40px)}.techs__scheme-item_1 .techs__scheme-item-desc::after{bottom:100%;height:50px}.techs__scheme-item_2 .techs__scheme-item-desc{bottom:calc(100% + 50px)}.techs__scheme-item_2 .techs__scheme-item-desc::after{top:100%;height:54px}.techs__scheme-item_3{margin-right:4px}.techs__scheme-item_3 .techs__scheme-item-desc{top:calc(100% + 70px)}.techs__scheme-item_3 .techs__scheme-item-desc::after{bottom:100%;height:70px}.techs__scheme-item_4{margin-left:-16px}.techs__scheme-item_4 .techs__scheme-item-desc{bottom:calc(100% + 20px)}.techs__scheme-item_4 .techs__scheme-item-desc::after{top:100%;height:20px}.techs__scheme-item_5 .techs__scheme-item-desc{top:calc(100% + 70px)}.techs__scheme-item_5 .techs__scheme-item-desc::after{bottom:100%;height:110px}.techs__scheme-item_6 .techs__scheme-item-desc{bottom:100%}.techs__scheme-item_6 .techs__scheme-item-desc::after{top:100%;height:40px}.techs__scheme-item_7 .techs__scheme-item-desc{bottom:calc(100% + 30px)}.techs__scheme-item_7 .techs__scheme-item-desc::after{top:100%;height:50px}.techs__scheme-item_8{margin-left:-30px}.techs__scheme-item_8 .techs__scheme-item-desc{top:calc(100% + 30px)}.techs__scheme-item_8 .techs__scheme-item-desc::after{bottom:100%;height:40px}.techs__scheme-item_9{margin-left:-26px}.techs__scheme-item_9 .techs__scheme-item-desc{bottom:calc(100% + 20px)}.techs__scheme-item_9 .techs__scheme-item-desc::after{top:100%;height:20px}.techs__scheme-mobile{display:none}@media screen and (max-width:600px){.techs__scheme-mobile{display:block}}.techs__swiper{margin-bottom:80px}.techs__swiper .swiper-slide{height:auto;width:auto;display:flex;align-items:center}.techs__swiper .swiper-slide a{display:block;max-width:calc(100vw - 30px)}.techs__swiper .swiper-slide img{display:block}.techs__swiper .swiper-pagination{position:static;margin-top:10px}.techs__swiper .swiper-pagination-bullet-active{background-color:#ce282e}.techs-scheme-modal{padding:30px;color:#222;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.25);font-weight:400;width:100%;border-radius:10px;text-align:left;transition:opacity .3s,visibility .3s;position:relative}@media screen and (min-width:751px){.techs-scheme-modal{display:none}}@media screen and (max-width:414px){.techs-scheme-modal{padding:15px}}.techs-scheme-modal h6{margin-top:0;margin-bottom:10px;color:#222;font-size:16px;font-weight:500}.techs-scheme-modal p{margin:0;padding:0;color:#4f4f4f;font-size:14px}.techs-scheme-modal__close{position:absolute;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNyAxNyIgc3Ryb2tlPSIjQThBOEE4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcgMUwxIDE3IiBzdHJva2U9IiNBOEE4QTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);display:block;width:20px;height:20px;top:-28px;right:2px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;border:0;padding:0}.news-list{position:relative}.news-list__list{list-style:none;padding:0;margin:0}.news-list .news-list-item__link{display:block;text-decoration:none;color:#222}.news-list .news-list-item__img-wrapper{overflow:hidden;position:relative;margin-bottom:20px;border-radius:6px;max-height:250px}@media screen and (max-width:550px){.news-list .news-list-item__img-wrapper{height:160px;width:100%}}.news-list .news-list-item__img{display:block;min-width:100%;min-height:100%;height:auto;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .35s;transform-origin:50% 50%}@supports (object-fit:cover){.news-list .news-list-item__img{position:static;width:100%;height:250px;transform:translate(0,0);object-fit:cover;object-position:50% 50%}@media screen and (max-width:550px){.news-list .news-list-item__img{height:160px}}}.news-list .news-list-item__title{font-size:18px;line-height:1.67;margin-bottom:16px;font-weight:700;transition:color .35s}.news-list .news-list-item__text{font-size:16px;line-height:1.875;font-weight:500;margin-bottom:6px}.news-list .news-list-item__date{color:#666;font-weight:500}.news-list .news-list-item:hover .news-list-item__img{transform:translate(-50%,-50%) scale(1.06)}@supports (object-fit:cover){.news-list .news-list-item:hover .news-list-item__img{transform:scale(1.06)}}.news-list .news-list-item:hover .news-list-item__title{color:#ce282e}.news-list_row3 .news-list__list{display:flex;flex-wrap:wrap;margin:0 -30px}@media screen and (max-width:600px){.news-list_row3 .news-list__list{margin:0 -20px}}@media screen and (max-width:540px){.news-list_row3 .news-list__list{margin:0}}.news-list_row3 .news-list__item{margin-left:30px;margin-right:30px;width:calc(33% - 60px);margin-bottom:60px}@media screen and (max-width:920px){.news-list_row3 .news-list__item{width:calc(50% - 60px)}}@media screen and (max-width:600px){.news-list_row3 .news-list__item{width:calc(50% - 40px);margin-left:20px;margin-right:20px}}@media screen and (max-width:540px){.news-list_row3 .news-list__item{width:100%;margin-left:0;margin-right:0}}.news-list .news-slider-control{display:none}@media screen and (max-width:550px){.news-list .news-slider-control{display:block;top:62%}}.article{line-height:1.65}.article__swiper-control{position:absolute;top:50%;width:62px;height:60px;z-index:3;background-position:50% 50%}.article__swiper-control.swiper-control_prev{background-image:url("data:image/svg+xml,%3Csvg width='62' height='24' viewBox='0 0 62 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.939335 13.0607C0.35355 12.4749 0.35355 11.5251 0.939335 10.9393L10.4853 1.3934C11.0711 0.807616 12.0208 0.807616 12.6066 1.3934C13.1924 1.97919 13.1924 2.92894 12.6066 3.51472L4.12132 12L12.6066 20.4853C13.1924 21.0711 13.1924 22.0208 12.6066 22.6066C12.0208 23.1924 11.0711 23.1924 10.4853 22.6066L0.939335 13.0607ZM62 13.5L2 13.5L2 10.5L62 10.5L62 13.5Z' fill='%23CE282E'/%3E%3C/svg%3E%0A");left:-14px}.article__swiper-control.swiper-control_next{background-image:url("data:image/svg+xml,%3Csvg width='62' height='24' viewBox='0 0 62 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.0607 13.0607C61.6465 12.4749 61.6465 11.5251 61.0607 10.9393L51.5147 1.3934C50.9289 0.807616 49.9792 0.807616 49.3934 1.3934C48.8076 1.97919 48.8076 2.92894 49.3934 3.51472L57.8787 12L49.3934 20.4853C48.8076 21.0711 48.8076 22.0208 49.3934 22.6066C49.9792 23.1924 50.9289 23.1924 51.5147 22.6066L61.0607 13.0607ZM-1.31134e-07 13.5L60 13.5L60 10.5L1.31134e-07 10.5L-1.31134e-07 13.5Z' fill='%23CE282E'/%3E%3C/svg%3E%0A");right:-14px}.article__slider{position:relative}.article__slider .swiper-wrapper{display:flex}.article__slider .swiper-slide{width:auto;height:unset;display:flex;align-items:center}@media screen and (max-width:414px){.article__slider .swiper-slide{max-width:100%}}.article__slider img{max-height:280px;object-fit:cover;width:100%}.article .img_center{margin-left:auto;margin-right:auto;max-width:100%;height:auto;display:block;margin-bottom:2.5em}.article__body{font-size:18px;margin-bottom:3.5em}.article__body h2,.article__body h3,.article__body h4,.article__body h5{text-transform:uppercase;color:#cecece}.article__body ol,.article__body ul{margin-top:1.5em;margin-bottom:1.75em}.article__body ol li,.article__body ul li{margin-bottom:.75em}.article__body ol li::marker,.article__body ul li::marker{color:#ce282e}.article__body a{text-decoration:underline;color:#ce282e}.article__body a:visited{color:#e98d90}.article__body a:hover{text-decoration:none}.article__body img{max-width:100%;height:auto;display:block;margin-bottom:2.5em}.article__body iframe{display:block;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:2.5em}.article__body .btn{text-decoration:none}.article__back{margin-top:20px}.article__back a{padding-left:56px;height:46px;text-decoration:none;position:relative;color:#222;display:inline-block;line-height:46px}.article__back a::before{content:"";display:block;height:46px;width:46px;border-radius:50%;cursor:pointer;background-position:50% 50%;background-repeat:no-repeat;background-size:auto 20px;border:1px solid #507739;transition:all .35s;background-image:url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 8.70711C-0.097631 8.31658 -0.097631 7.68342 0.292893 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM2.5 9H1V7H2.5V9Z' fill='%23CE282E'/%3E%3C/svg%3E%0A");position:absolute;top:0;left:0;background-color:#fff}.article__back a:hover::before{border-color:#ce282e;background-position:30% 50%}.about{font-size:18px;line-height:1.6}.about__head{margin-bottom:2em}.about__head img{display:block;width:100%;height:auto;object-position:50% 50%}.about ul{list-style:none;padding:0;margin-bottom:2em}.about li{margin-bottom:.75em;vertical-align:middle}.about ul>li::before{display:inline;content:"•";font-weight:700;color:#ce282e;font-size:1.5em;vertical-align:-20%;line-height:.75em;margin-right:.5em}.about .images-line{margin:1.5em 0 3em}.about .images-line .swiper-slide img{display:block;margin-left:auto;margin-right:auto}.header-search-results{background-color:#fff;border-radius:3px;top:calc(100% + 4px);font-size:13px;position:absolute;left:0;right:0}.header-search-results__sections{padding:15px 10px}.header-search-results__sections ul{margin:0;padding:0;list-style:none}.header-search-results__sections li{margin-bottom:.5em;color:#222}.header-search-results__sections li:last-child{margin-bottom:0}.header-search-results__sections li a{color:inherit}.header-search-results__results ul{margin:0;padding:0;list-style:none}.header-search-results__results li{border-bottom:1px solid #ccc}.header-search-results__results li:last-child{border-bottom:0}.header-search-results__results li a{display:flex;align-items:center;padding:5px 10px;text-decoration:none;color:#222}.header-search-results__results li a:hover{color:#ce282e}.header-search-results__results li div{flex-shrink:0;margin-right:10px}.header-search-results__results li img{display:block}.header-search-results__to-all{padding:10px;color:#ce282e;display:block}.user-profile{color:#222}.user-profile__block{padding:30px 36px;border-radius:10px;background-color:#f6f6f6}@media screen and (max-width:720px){.user-profile__block{padding-left:15px;padding-right:15px}}.user-profile__block-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background-color:#222;margin-right:18px;overflow:hidden;flex-shrink:0}@media screen and (max-width:550px){.user-profile__block-icon{width:40px;height:40px}}.user-profile__block-icon_white{background-color:#fff}.user-profile__block-icon img{max-width:30px;width:auto;height:auto}@media screen and (max-width:550px){.user-profile__block-icon img{max-width:26px}}.user-profile__grid{display:grid;gap:20px;grid-template-columns:1fr 560px;grid-template-rows:auto auto}@media screen and (max-width:1320px){.user-profile__grid{grid-template-columns:1fr 528px}}@media screen and (max-width:1200px){.user-profile__grid{display:flex;flex-direction:column}}.user-profile__greetings{min-height:90px;display:flex;align-items:center;flex-grow:1}.user-profile__greetings a{color:#ce282e;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:2px;margin-left:2px}.user-profile__greetings a:hover{text-decoration:none}@media screen and (max-width:1020px){.user-profile__greetings{margin-bottom:20px}}@media screen and (max-width:550px){.user-profile__greetings{display:block;text-align:center;min-height:unset;padding:22px 16px}}.user-profile__select{width:560px;display:flex;align-items:center;flex-shrink:0}@media screen and (max-width:1320px){.user-profile__select{width:528px}}@media screen and (max-width:1020px){.user-profile__select{width:100%}}@media screen and (max-width:550px){.user-profile__select{padding:22px 16px}}@media screen and (max-width:500px){.user-profile__select{display:block;text-align:center}}.user-profile__select label{font-size:18px;font-weight:700;flex-shrink:0;margin-right:14px}@media screen and (max-width:550px){.user-profile__select label{font-size:16px}}@media screen and (max-width:500px){.user-profile__select label{margin-right:0;margin-bottom:16px;display:block}}.user-profile__select select{display:block;flex-grow:1;flex-shrink:1;max-width:346px;text-overflow:ellipsis;background-color:#fff;border-radius:4px;border:2px solid #56595b;height:36px;color:#222;line-height:34px;padding-left:15px;padding-right:44px;transition:border-color .15s;width:100%;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media screen and (max-width:500px){.user-profile__select select{max-width:100%}}.user-profile__select-wrap{position:relative}.user-profile__select-wrap::after{content:"";position:absolute;display:block;width:24px;height:24px;right:4px;top:50%;margin-top:-12px;pointer-events:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAElBMVEUAAACHiY2Hi42Dh4uDiYuFiYzXprtBAAAABXRSTlMAf3+AgHihgn0AAABbSURBVEjH7ZNBDsAgCASpwv+/XKOm0WpkSTzuHGHmBiKEkDs8CZ/WjVlCp5Vsm13xTQUvjv6mcPylcP1fAfhTAflDAfpfAfu9CPitiPi90MgZ5qBfCuXzEuLyApBEAeG+eVrrAAAAAElFTkSuQmCC);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-color:transparent}.user-profile__manager{display:flex;align-items:center;grid-row:1/2;grid-column:1/2}@media screen and (max-width:1200px){.user-profile__manager{order:1}}@media screen and (max-width:720px){.user-profile__manager{flex-direction:column;padding:18px 16px}}.user-profile__manager-title{display:flex;align-items:center;flex-shrink:0}@media screen and (max-width:720px){.user-profile__manager-title{border-bottom:1px solid #e6e6e6;width:calc(100% + 32px);justify-content:center;padding-bottom:15px;margin-left:-16px;margin-right:-16px;margin-bottom:20px;font-size:16px}}.user-profile__manager a{margin-left:auto;color:inherit;font-size:18px;font-weight:700;white-space:nowrap}@media screen and (max-width:720px){.user-profile__manager a{margin-right:auto;margin-top:9px}}.user-profile__manager i{font-style:normal}.user-profile__manager b{margin-right:8px;font-size:18px}@media screen and (max-width:720px){.user-profile__manager b{font-size:16px}}.user-profile__downloads{grid-row:2/3;grid-column:1/2}@media screen and (max-width:1200px){.user-profile__downloads{order:3}}.user-profile__downloads_big{grid-row:1/3}.user-profile__downloads-head{display:flex;align-items:center;padding:20px 36px;border-bottom:1px solid #e6e6e6;margin-top:-30px;margin-left:-36px;margin-right:-36px}@media screen and (max-width:720px){.user-profile__downloads-head{display:block;padding-left:0;padding-right:0;border-bottom:0;padding-bottom:0;margin-left:-15px;margin-right:-15px}}.user-profile__downloads-title{display:flex;align-items:center;font-size:18px;font-weight:700;margin-right:20px}@media screen and (max-width:720px){.user-profile__downloads-title{justify-content:center;margin-right:0;padding-bottom:20px;border-bottom:1px solid #e6e6e6;padding-left:15px;padding-right:15px}}.user-profile__downloads-links{margin-left:auto;width:320px}@media screen and (max-width:720px){.user-profile__downloads-links{margin-left:0;padding:20px 15px 0;width:100%}}.user-profile__downloads-links ul{margin:0;padding:0;list-style:none}.user-profile__downloads-links li{display:flex;align-items:center;margin-bottom:10px}.user-profile__downloads-links li:last-child{margin-bottom:0}.user-profile__downloads-links a{background-color:#ce282e;color:#fff;display:block;font-size:14px;padding:8px 24px 7px;margin-left:auto;border-radius:30px;transition:all .25s}.user-profile__downloads-links a:hover{opacity:.7;text-decoration:none}.user-profile__downloads-files{margin-top:22px}.user-profile__downloads-files ul{list-style:none;padding:0;margin:0;display:flex;row-gap:12px;column-gap:48px;flex-wrap:wrap}.user-profile__downloads-files ul li{color:#4f4f4f;padding-left:24px;width:calc(50% - 24px);position:relative;display:flex;align-items:flex-start}@media screen and (max-width:720px){.user-profile__downloads-files ul li{width:100%}}.user-profile__downloads-files ul li span{margin-right:12px}.user-profile__downloads-files ul li a{margin-left:auto;color:#ce282e;text-decoration:underline;font-size:14px}.user-profile__downloads-files ul li a:hover{text-decoration:none}.user-profile__downloads-files ul li::before{content:"";display:block;width:6px;height:6px;border-radius:50%;background-color:currentColor;position:absolute;left:0;top:7px}.user-profile__downloads-files-head{display:flex;align-items:center;margin-bottom:22px}.user-profile__downloads-files-head a{margin-left:15px;background-color:#222;color:#fff;display:block;font-size:14px;padding:8px 24px 7px;border-radius:30px;transition:all .25s;flex-shrink:0}.user-profile__downloads-files-head a:hover{opacity:.7;text-decoration:none}@media screen and (max-width:720px){.user-profile__downloads-files-head a{margin-left:auto}}.user-profile__discount{grid-row:1/3;grid-column:2/3}@media screen and (max-width:1200px){.user-profile__discount{order:2}}.user-profile__discount-head{background-color:#ce282e;color:#fff;margin-top:-30px;margin-left:-36px;margin-right:-36px;border-radius:10px 10px 0 0;padding:30px 36px;display:flex;align-items:center}@media screen and (max-width:720px){.user-profile__discount-head{margin-left:-15px;margin-right:-15px;margin-top:-15px;padding-top:15px;padding-left:15px;padding-right:15px;padding-bottom:15px;position:relative}}.user-profile__discount-title{display:flex;align-items:center;margin-right:20px}@media screen and (max-width:720px){.user-profile__discount-title{margin-left:auto;margin-right:auto}}.user-profile__discount-title span{font-weight:700;font-size:18px}@media screen and (max-width:720px){.user-profile__discount-title span{font-size:16px}}.user-profile__discount-title b{font-size:26px;margin-left:4px}.user-profile__discount-desc{margin-left:auto}.user-profile__discount-info{display:flex;align-items:center;padding-top:34px}@media screen and (max-width:1200px){.user-profile__discount-info{justify-content:center;padding-top:62px}}@media screen and (max-width:500px){.user-profile__discount-info{flex-direction:column;text-align:center}}.user-profile__discount-pie{--segment-1-color:#ce282e;--segment-2-color:#e7e7e7;--segment-3-color:#aacc00;--segment-4-color:#00aacc;--segment-5-color:#ff77bb;position:relative;display:flex;align-items:center;justify-content:center;width:192px;height:192px;border-radius:50%;background-color:#e7e7e7;background-image:conic-gradient(var(--segment-1-color) calc(3.6deg * var(--segment1,100)),var(--segment-2-color) 0deg calc(3.6deg * var(--segment2,100)),var(--segment-3-color) 0deg calc(3.6deg * var(--segment3,100)),var(--segment-4-color) 0deg calc(3.6deg * var(--segment4,100)),var(--segment-5-color) 0deg calc(3.6deg * var(--segment5,100)));background-position:50% 50%;background-size:150%;background-clip:border-box;margin-bottom:10px}.user-profile__discount-pie::before{content:"";position:absolute;top:1.5em;left:1.5em;right:1.5em;bottom:1.5em;border-radius:50%;background:#f6f6f6}.user-profile__discount-pie-text{position:relative;z-index:3;text-align:center}.user-profile__discount-pie-text b{font-size:50px;font-weight:700;display:block}.user-profile__discount-pie-text i{font-style:normal;font-size:18px;font-weight:500}.user-profile__discount-pie-desc{font-size:14px;color:#4f4f4f;display:block;text-align:center}.user-profile__discount-column{margin-right:24px}@media screen and (max-width:500px){.user-profile__discount-column{margin-right:0;margin-bottom:22px}}.user-profile__discount-text ul{list-style:none;padding:0;margin:0}.user-profile__discount-text li{margin-bottom:32px}.user-profile__discount-text li:last-child{margin-bottom:0}.user-profile__discount-text li b{font-weight:700;display:block;font-size:20px;margin-bottom:2px}.user-profile__discount-text li span{font-size:14px;color:#4f4f4f}.user-profile__catalog{margin-top:50px}.user-profile__top{display:flex;gap:20px;margin-bottom:20px}@media screen and (max-width:1020px){.user-profile__top{display:block}}.discount-desc{position:relative}@media screen and (max-width:720px){.discount-desc{position:absolute;top:calc(100% + 16px);left:0;width:100%;text-align:center}}.discount-desc__text{font-size:14px;font-weight:500;cursor:pointer;border-bottom:1px dashed currentColor;padding-bottom:3px;transition:border-color .35s}.discount-desc__text:hover{border-bottom-color:transparent}@media screen and (max-width:720px){.discount-desc__text{width:auto;color:#222;display:inline-block}}.discount-desc__modal{position:absolute;max-width:calc(100vw - 60px);width:910px;top:calc(100% + 28px);right:-36px;background-color:#f6f6f6;border-radius:10px;padding:30px 36px;z-index:5;color:#222;box-shadow:0 0 30px rgba(0,0,0,.25);visibility:hidden;opacity:0;transition:all .35s}@media screen and (max-width:720px){.discount-desc__modal{text-align:left;right:0;top:calc(100% + 6px);font-size:14px;padding:16px}}@media screen and (max-width:414px){.discount-desc__modal{max-width:calc(100vw - 30px)}}.discount-desc__modal_show{visibility:visible;opacity:1}.discount-desc__modal-close{border:0;padding:0;font-size:0;width:24px;height:24px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNyAxNyIgc3Ryb2tlPSIjQThBOEE4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcgMUwxIDE3IiBzdHJva2U9IiNBOEE4QTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);background-size:16px 16px;margin-left:auto;cursor:pointer;transition:opacity .25s}.discount-desc__modal-close:hover{opacity:.7}.discount-desc__modal-head{display:flex;align-items:center;margin-top:-30px;margin-left:-36px;margin-right:-36px;margin-bottom:26px;padding:30px 36px 26px;border-bottom:1px solid #e6e6e6}@media screen and (max-width:720px){.discount-desc__modal-head{margin-top:-16px;margin-left:-16px;margin-right:-16px;margin-bottom:20px;padding:16px}}.discount-desc__modal-title{display:flex;align-items:center;font-size:18px;font-weight:700}@media screen and (max-width:720px){.discount-desc__modal-title{font-size:16px}}.discount-desc__modal-text table{color:#000;width:100%;border-collapse:collapse}.discount-desc__modal-text table th{font-size:18px;text-align:left;padding-bottom:16px}.discount-desc__modal-text table th i{color:#a8a8a8;font-weight:400;font-style:normal}.discount-desc__modal-text table th:nth-child(1){border-right:1px solid #e6e6e6}.discount-desc__modal-text table th:nth-child(2){text-align:right;width:220px}@media screen and (max-width:720px){.discount-desc__modal-text table th:nth-child(2){width:140px}}@media screen and (max-width:414px){.discount-desc__modal-text table th:nth-child(2){width:120px}}@media screen and (max-width:720px){.discount-desc__modal-text table th{font-size:14px}}.discount-desc__modal-text table td{padding-top:9px;padding-bottom:10px;padding-left:32px;padding-right:32px;font-size:18px}.discount-desc__modal-text table td:nth-child(1){border-right:1px solid #e6e6e6;font-weight:400;border-radius:4px 0 0 4px}.discount-desc__modal-text table td:nth-child(1) b{font-weight:500}.discount-desc__modal-text table td:nth-child(2){text-align:right;font-weight:500;border-radius:0 4px 4px 0}@media screen and (max-width:720px){.discount-desc__modal-text table td{font-size:14px;padding-top:4px;padding-bottom:5px;padding-left:16px;padding-right:16px}}@media screen and (max-width:414px){.discount-desc__modal-text table td{padding-left:6px;padding-right:6px}}.discount-desc__modal-text table tbody tr:nth-child(2n) td{background-color:#fff}.discount-desc__modal-text ol{background-color:#fff;border-radius:4px;padding:26px 32px;margin:24px 0 0 0;list-style:none;counter-reset:ol;color:#999}@media screen and (max-width:720px){.discount-desc__modal-text ol{padding:16px}}.discount-desc__modal-text li{margin-bottom:1em;counter-increment:ol}.discount-desc__modal-text li:last-child{margin-bottom:0}.discount-desc__modal-text li::before{content:counter(ol) ".";margin-right:.25em}.user-catalog{padding-bottom:1px}.user-catalog__head{margin-top:-30px;margin-left:-36px;margin-right:-36px;margin-bottom:30px;padding:30px 36px 10px;border-bottom:1px solid #e6e6e6;display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width:767px){.user-catalog__head{gap:16px;padding:30px 20px;margin-right:-15px;margin-left:-15px}}.user-catalog__head-title{font-size:18px;font-weight:700;line-height:40px;margin-right:2em;margin-bottom:16px}@media screen and (max-width:1020px){.user-catalog__head-title{margin-right:0;width:100%}}@media screen and (max-width:767px){.user-catalog__head-title{margin-bottom:0}}.user-catalog__head-button{border:none;font-weight:500;background-color:#fff;color:#222;padding:10px 22px;border-radius:32px;margin-right:16px;margin-bottom:16px;line-height:20px;transition:all .35s;cursor:pointer}.user-catalog__head-button:hover{text-decoration:none;background-color:#de555a;color:#fff}.user-catalog__head-button_active{background-color:#ce282e;color:#fff}@media screen and (max-width:767px){.user-catalog__head-button{margin-right:0;margin-bottom:0}}@media screen and (max-width:550px){.user-catalog__head-button{width:100%;text-align:center}}.user-catalog__item{margin-bottom:30px}.user-catalog__item_hidden{display:none}.front-catalog{display:flex}@media screen and (max-width:1050px){.front-catalog{display:block}}.front-catalog__detailed{display:flex;flex-wrap:wrap;background-color:#f6f6f6;border-radius:6px;padding-right:20px}@media screen and (max-width:1050px){.front-catalog__detailed{padding-right:0;margin-bottom:40px}}@media screen and (max-width:560px){.front-catalog__detailed{padding-bottom:20px;margin-bottom:20px;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}.front-catalog__detailed ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:560px){.front-catalog__detailed ul{gap:16px}}.front-catalog__detailed li{width:calc(50% - 10px)}@media screen and (max-width:560px){.front-catalog__detailed li{width:calc(50% - 8px)}}.front-catalog__detailed-title{border-radius:6px 6px 0 0;text-align:center;font-size:26px;font-weight:700;color:#222;min-height:80px;display:flex;align-items:center;justify-content:center;width:100%}.front-catalog__item{display:flex;flex-direction:column;background-image:url(/local/templates/ironmac/components/bitrix/catalog.section.list/front-section-list/images/img.jpg);background-position:50% 50%;background-repeat:repeat;width:100%;height:100%;border-radius:6px;color:#fff;padding:30px;position:relative;overflow:hidden;height:220px}.front-catalog__item:hover{text-decoration:none}.front-catalog__item:hover .front-catalog__item-name{color:#ce282e}@media screen and (max-width:540px){.front-catalog__item{height:140px}}.front-catalog__item_detailed{height:180px}@media screen and (max-width:800px){.front-catalog__item_detailed{padding:22px}}@media screen and (max-width:560px){.front-catalog__item_detailed{padding:16px 6px 16px 16px}}@media screen and (max-width:800px){.front-catalog__item_detailed .front-catalog__item-img{max-height:106px;right:0;bottom:-20px}}@media screen and (max-width:440px){.front-catalog__item_detailed .front-catalog__item-img{max-height:92px;bottom:-26px}}@media screen and (max-width:800px){.front-catalog__item_detailed .front-catalog__item-name{max-width:100%;margin-bottom:12px}}@media screen and (max-width:550px){.front-catalog__item_detailed .front-catalog__item-name{font-size:18px;line-height:1.1}}.front-catalog__item-name{font-size:26px;font-weight:700;margin-bottom:20px;max-width:210px;transition:color .25s}@media screen and (max-width:1150px){.front-catalog__item-name{font-size:22px;max-width:170px}}@media screen and (max-width:1050px){.front-catalog__item-name{font-size:26px;max-width:210px}}@media screen and (max-width:900px){.front-catalog__item-name{font-size:22px;max-width:170px}}@media screen and (max-width:560px){.front-catalog__item-name{font-size:18px}}.front-catalog__item-name i{font-style:normal;font-size:18px;font-weight:500}@media screen and (max-width:550px){.front-catalog__item-name i{font-size:11px}}.front-catalog__item-description{color:#c4c4c4;font-size:16px;line-height:1.35;font-weight:400;margin-top:auto;max-width:230px;padding-left:16px;border-left:3px solid #ce282e}@media screen and (max-width:800px){.front-catalog__item-description{margin-top:0;font-size:14px;padding-left:13px}}@media screen and (max-width:550px){.front-catalog__item-description{font-size:12px}}@media screen and (max-width:460px){.front-catalog__item-description{font-size:11px;padding-left:8px}}.front-catalog__item-img{position:absolute;right:0;bottom:0;max-height:96%}@media screen and (max-width:1330px){.front-catalog__item-img{right:-40px}}@media screen and (max-width:1200px){.front-catalog__item-img{right:-60px}}@media screen and (max-width:1100px){.front-catalog__item-img{right:-80px}}@media screen and (max-width:1050px){.front-catalog__item-img{right:-20px}}@media screen and (max-width:830px){.front-catalog__item-img{right:-40px}}.front-catalog__column{width:440px;flex-shrink:0}@media screen and (max-width:1250px){.front-catalog__column{width:390px}}@media screen and (max-width:1150px){.front-catalog__column{width:340px}}@media screen and (max-width:1050px){.front-catalog__column{width:100%}}.front-catalog__column ul{list-style:none;padding:0;margin:0;display:flex;gap:20px;flex-direction:column}@media screen and (max-width:1050px){.front-catalog__column ul{flex-direction:row}}@media screen and (max-width:540px){.front-catalog__column ul{flex-direction:column;gap:16px}}.front-catalog__column li{width:100%}@media screen and (max-width:800px){.front-catalog__column .front-catalog__item-img{bottom:-16px;right:-64px;height:160px}}.front-catalog_flat ul{list-style:none;display:flex;flex-wrap:wrap;gap:20px;margin:0;padding:0}.front-catalog_flat li{width:calc(33.3333333333% - 13.3333333333px)}@media screen and (max-width:1050px){.front-catalog_flat li{width:calc(50% - 10px)}}@media screen and (max-width:480px){.front-catalog_flat li{width:100%}}.front-catalog_flat .front-catalog__item-name{position:relative;z-index:3}.front-catalog_flat .front-catalog__item-description{font-size:15px}@media screen and (max-width:1250px){.front-catalog_flat .front-catalog__item-description{display:none}}.front-catalog_flat .front-catalog__item-img{right:-46px;bottom:-24px}@media screen and (max-width:1250px){.front-catalog_flat .front-catalog__item-img{right:-26px}}@media screen and (max-width:750px){.front-catalog_flat .front-catalog__item-img{max-height:76%}}@media screen and (max-width:480px){.front-catalog_flat .front-catalog__item-img{max-height:90%;bottom:-12px}}@media screen and (max-width:560px){.front-catalog_flat .front-catalog__item{padding-left:16px;padding-right:16px}}.scheme-text{color:#222;font-size:18px;margin-top:-28px}.front-video{max-width:100%;width:620px;position:relative;z-index:3}@media screen and (max-width:520px){.front-video{height:320px;padding-top:1px}}@media screen and (max-width:850px){.front-video{width:100%;max-width:unset}}.front-video__toggle{display:block;width:180px;font-size:20px;font-weight:400;position:relative;padding:0;border:0;background-color:transparent;color:#fff;text-align:center;margin-left:auto;margin-right:auto;cursor:pointer;transition:opacity .25s,visibility .25s}@media screen and (max-width:520px){.front-video__toggle{margin-top:90px}}.front-video__toggle:hover{opacity:.7}.front-video__toggle::before{content:"";display:block;margin-left:auto;margin-right:auto;width:72px;height:72px;margin-bottom:14px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDExOSI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UgMzQiIGN4PSIzNiIgY3k9IjM2IiByPSIzNS41IiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGlkPSJQb2x5Z29uIDEiIGQ9Ik01MSAzOEwyOC41IDUwLjk5MDRMMjguNSAyNS4wMDk2TDUxIDM4WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.front-video__video-wrapper{width:100%;height:100%;position:relative;display:none}.front-video__video-wrapper::before{content:"";display:block;background:linear-gradient(90deg,#242424 0,#242424 22%,rgba(0,0,0,0) 100%);height:100%;width:200px;position:absolute;right:100%;top:0;transform:scaleX(-1)}.front-video__video-wrapper::after{content:"";display:block;background:linear-gradient(90deg,#242424 0,#242424 22%,rgba(0,0,0,0) 100%);height:100%;width:200px;position:absolute;left:100%;top:0}.front-video__video{width:100%;height:auto;position:relative;z-index:11}@media screen and (max-width:520px){.front-video__video{height:320px;object-fit:cover}}.front-video_video{width:790px;margin-left:30px}@media screen and (max-width:1500px){.front-video_video{margin-left:0}}@media screen and (max-width:850px){.front-video_video{width:calc(100% + 60px);margin-left:-30px}}.front-video_video .front-video__toggle{display:none}.front-video_video .front-video__video-wrapper{display:block}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/ironmac/css/../fonts/ubuntu/Ubuntu-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/ironmac/css/../fonts/ubuntu/Ubuntu-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/ironmac/css/../fonts/ubuntu/Ubuntu-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.about-head-flex {
    display: flex;
    justify-content: space-between;
}

.about-head-flex-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.about-head-flex-iframe iframe {
    width: 560px;
    height: 400px;
}
.about-head-flex-iframe {
    margin-left: 20px;
}

@media (max-width: 1024px) and (min-width: 769px)
{
    .about-head-flex-img img {
        height: 300px;
    }
    .about-head-flex-iframe iframe {
        width: 400px;
        height: 300px;
    }
}
@media (max-width: 768px)


{
    .about-head-flex {
        flex-wrap: wrap;
    }

    .about-head-flex-img img {
        height: 300px;
    }
    .about-head-flex-iframe iframe {
        width: 100%;
        height: 300px;
    }
    .about-head-flex-iframe {
        margin: auto;
        width: 100%;
        margin-top: 20px;
    }

    .about-head-flex-img {
        width: 100%;
    }
}

.front-block.main-text {
    line-height: 1.65;
    font-size: 18px;
}

.front-block.main-text ul li, .front-block.main-text ol li {
    margin-bottom: 10px;
}

.seo-block__content .seo-block__text {
    line-height: 1.4;
    font-size: 17px;
}

.seo-block__content .seo-block__text ul li, .seo-block__content .seo-block__text ol li {
    margin-bottom: 10px;
}

/* End */


/* Start:/local/templates/ironmac/styles.css?1750771115977*/
[id*="wait"] {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    position: fixed !important;
    width: 150px !important;
    height: 100px !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -75px !important;
    text-align: center !important;
    z-index: 9999 !important;
    margin-top: -100px !important;
    content: '' !important;
    color: transparent !important;
}

[id*="wait"]:before{
    content: '' !important;
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

[id*="wait"]:after {
    position: absolute !important;
    content: '' !important;
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    top: 20px !important;
    left: 20px !important;
    border-radius: 80px !important;
    z-index: 9999 !important;
    background: url('/local/templates/ironmac/./img/preloader.svg') no-repeat;
}
/* End */


/* Start:/local/templates/ironmac/template_styles.css?17507711155583*/
.swiper-slide .product__video-link::before {
    width: 100%;
    height: 100%;
    background: none;
}

.swiper-slide .product__video-link::after {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
}

.swiper-slide .product__video-link {
    background: none;
}

.form_writetous {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


.form_writetous .form__col,
.form_writetous .form__actions {
    width: calc(50% - 20px);
}

.form_writetous .form__actions .btn {
    max-height: 70px;
}


.form_writetous .form_message_field {

    height: calc(100% - 27px);
}


.form_writetous .form_message_field textarea {

    height: 100%;
}

.form_writetous .country-select__item-wrap img,
.form_writetous .country-btn img {
    margin-bottom: 0;
    display: inline-block;
}

.form__field_required {
    position: relative;

}

.form__field_required:before {
    content: '*';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    color: #ff0000;
    z-index: 1;
    font-size: 16px;
}

.writetous-form__title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.75em;
}

.writetous-form {
    background-color: #f1f1f1;
    border-radius: 2em;
    padding: 2em 2.5em;
    position: relative;
    margin-top: 3.5em;
}

.form .form__message {
    z-index: 1;
}

.head-slider__item_fw-video > .content_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-slider__item_fw-video .container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.head-slider__item_fw-video > .content_wrapper .head-slider__item-title {
    font-size: 2.95em;
}
.head-slider__item-content {
    padding: 0;
    margin-left: 30px;
}
.head-slider__item-desc ul {
    margin-left: -20px;
}

.icon-list__item-desc {
    visibility: unset;
    opacity: 1;
    position: static;
}

.icon-list__item::after {
    transform: unset;
    top: 0;
    display: none;
}

.catalog-table__item-price_old {
    color: #4f4f4f;
    font-size: 16px;
    text-decoration: line-through;
}

.modal__desc_err {
    text-align: justify;
    padding: 10px;
    border: 2px solid #fa9898;
    color: #a93830;
    background: #ffdada;
    margin: 12px 0;
}

.front-catalog__item {
    height: 240px;
}

@media all and (max-width: 1520px) {

    .head-slider__item-content {
        padding: 0;
        margin-left: 0px;
    }
}

@media all and (max-width: 768px) {
    .form_writetous {
        display: block;
    }

    .form_writetous .form__col,
    .form_writetous .form__actions {
        width: 100%;
    }
}

.front-block__head {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.front-block__head .btn.btn_main {
    border-radius: 9px;
    display: block;
    font-size: 16px;
    line-height: 1;
    transition-property: background-color, color, border-color;
}
.front-block__head .btn.btn_constructor {
    display: block;
    background-color: #dc4d52;
    color: #fff;
    border-radius: 9px;
    font-size: 16px;
    line-height: 1;
    transition-property: background-color, color, border-color;
}
.front-block__head .btn.btn_constructor:hover {
    color: black;
    background-color: white;
}

.catalog-table__item_currency .catalog-table__item-price {
    font-size: 13px;
}

@media (max-width: 860px) {
    .front-block__head .front-block__title {
        width: 100%;
    }
    .front-block__head .btn.btn_constructor {
        margin-left: 0;
        margin-top: 15px;
    }
}
@media (max-width: 534px) {
    .front-block__head .btn.btn_main {
        margin-left: 0;
        margin-top: 15px;
    }
    .front-block__head .btn {
        width: 100%;
    }
}

/*.product__actions .btn_main.btn-constructor {
    border-radius: 75px;
}*/
.product__actions .btn-info {
    font-size: small;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
}

.form_modal .form__checkbox-text{
	line-height:1.1;
    font-weight: 300;
    font-size: 12px;
    opacity: .75;
}

.form__checkbox-text a{
	color: #ce282e;
	text-decoration:underline;
}

.form__checkbox-text a:hover{
	text-decoration:none;
}

.header__user {
    display: flex;
    align-items: center;
    color: #222;
    transition: color .25s;
    max-width: 180px;
    overflow: hidden;
    cursor: pointer;
    appearance: none;
    padding: 0;
    text-align: left;
    border: none;
    background-color: transparent;
}


.b-lazy[data-src]:not(.b-lazy-bg),
.b-lazy-slider[data-src]:not(.b-lazy-bg) {
    background: transparent url(/local/templates/ironmac/img/preloader.gif) 50% 50% no-repeat;
    min-width: 100%;
    background-size: 25%;
}
.b-lazy.b-loaded {
    min-width: auto;
    background: none;
}
.icon-list__item-img .b-lazy[data-src] {
    background-size: contain;
}
.front-catalog__item-img.b-lazy[data-src],
.m-section-list-item__img.b-lazy[data-src] {
    background: none;
}
.promo_slider__item-img picture {
    width: 100%;
}
.promo_slider__item-img data-img {
    height: 300px;
    display: block;
    background: transparent url(/local/templates/ironmac/img/preloader.gif) 50% 50% no-repeat;
    min-width: 100%;
    background-size: 100px;
}
.front-about__img .b-lazy[data-src] {
    width: 700px;
    height: 400px;
    background-color: white;
}
.article__body .b-lazy[data-src] {
    min-width: 70%;
}

/*.slider-banner picture.b-lazy:not(.b-lazy-loaded),
.slider-banner picture.b-lazy-delayed:not(.b-lazy-loaded) {
    min-height: 340px;
    background: transparent url(/local/templates/ironmac/img/preloader.gif) 50% 50% no-repeat;
    min-width: 100%;
}*/
/* End */
/* /local/templates/ironmac/css/vendor/normalize.css?17507711156138 */
/* /local/templates/ironmac/css/vendor/swiper.min.css?175077111515562 */
/* /local/templates/ironmac/css/main.css?1750771115143012 */
/* /local/templates/ironmac/styles.css?1750771115977 */
/* /local/templates/ironmac/template_styles.css?17507711155583 */
