

/* Start:/local/templates/malinka/assets/css/base/normalize.css?16887187486138*/
/*! 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/malinka/assets/css/base/fonts.css?1688718748812*/
@font-face {
	font-display: auto;
	font-family: HelveticaNeueCyr;
	font-style: normal;
	font-weight: 400;
	src: url(/local/templates/malinka/assets/fonts/HelveticaNeueCyr-Roman.woff) format("woff");
	src: url(/local/templates/malinka/assets/fonts/HelveticaNeueCyr-Roman.woff2) format("woff2");
	src: url(/local/templates/malinka/assets/fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
}
@font-face {
	font-display: auto;
	font-family: 'HelveticaNeueCyr-Medium';
	font-style: normal;
	font-weight: 500;
	src: url(/local/templates/malinka/assets/fonts/HelveticaNeueCyr-Medium.woff) format("woff");
	src: url(/local/templates/malinka/assets/fonts/HelveticaNeueCyr-Medium.woff2) format("woff2");
	src: url(/local/templates/malinka/assets/fonts/HelveticaNeueCyr-Medium.ttf) format("truetype");
}
/* End */


/* Start:/local/templates/malinka/assets/css/plugins/swiper.css?168871874817653*/
@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,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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{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-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .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/malinka/assets/css/config.css?16887187481907*/
body {
	color: #000;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	overflow-x: hidden;
}
body,
html {
	height: 100%;
	scrollbar-width: thin;
	scrollbar-color: #C4122F #A8A8A8;
}
body::-webkit-scrollbar{
	width: 5px;
}
body::-webkit-scrollbar-track {
	background: #A8A8A8;
}
body::-webkit-scrollbar-thumb {
	background-color: #C4122F;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
p,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
a {
	text-decoration: none;
}
.wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.no-scroll {
	overflow: hidden;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.swiper-button-lock {
	opacity: 0 !important;
}
.container {
	margin: 0 auto;
	max-width: 1600px;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 1440px) {
	.container {
		max-width: 1360px;
	}
}
@media screen and (max-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media screen and (max-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media screen and (max-width: 450px) {
	.container {
		max-width: 100%;
	}
}
@media screen and (max-width: 390px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/base/hovers.css?16887187481844*/
@media (hover:hover) {
	.button:hover {
		border: 1px solid #C4122F;
		background: transparent;
		color: #000000;
	}
	.button.button_bg_transparent:hover,
	.button.button_bg_transparent:hover svg path{
		border: 1px solid transparent;
		background: #C4122F;
		color: #FFFFFF;
		stroke: #fff;
	}
	.header__nav-item:not(.header__mobile-nav .header__nav-item):hover::after {
		width: 100%;
	}
	.footer__nav-item li:hover a,
	.events-preview:hover .events-preview__title,
	.events-preview.news__card:first-child:hover .events-preview__title,
	.compound-title__more:hover,
	.preview-card:hover .preview-card__name .preview-card__title,
	.all-shops__sort span:hover,
	.tenants-detail__info-phone:hover,
	.tenants-detail__info-site:hover,
	.contacts__info a:hover,
	.contacts__additional-col .contacts__info:hover,
	.header__info-item li a:hover,
	.all-tenants__sort button:hover,
	.all-tenants__sort a:hover {
		color: #C4122F;
	}
	.footer__route-more:hover,
	.contacts__info-email:hover,
	.rent__upload-button:hover span,
	.news-detail__info-item_underline li:nth-child(2) a:hover{
		opacity: 0.7;
	}
	.compound-title__more:hover::after,
	.news-detail__button:hover svg,
	.schemePopup__title:hover svg{
		-webkit-animation: move-arrow 2s ease-in-out infinite;
		animation: move-arrow 2s ease-in-out infinite;
	}
	.events-preview:hover picture img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.preview-card:hover .preview-card__img {
		border-color: #C4122F;
	}
	.news__card:first-child:hover::after {
		width: 100%;
	}
	.main-slider-nav:hover,
	.slider-nav__button:hover,
	.about__slider-nav:hover,
	.footer__rules a:hover,
	.footer__developers:hover {
		opacity: 0.85;
	}
	.rent__document-button:hover svg path {
		stroke: #000;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/base/animations.css?16887187481298*/
@-webkit-keyframes move-arrow {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes move-arrow {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


@-webkit-keyframes hand-move {
	0%   {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	50%  {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}


@keyframes hand-move {
	0%   {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	50%  {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/button.css?16887187481001*/
.button {
	display: inline-block;
	padding: 18px 50px;
	vertical-align: center;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 30px;
	background: #C4122F;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	cursor: pointer;
	outline: none;
}
.button svg path{
	stroke: #000;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.button_bg_transparent {
	border: 1px solid #C4122F;
	background: transparent;
	color: #000000;
}
.button_color_red {
	color: #C4122F;
}
.button_svg_white svg path{
	stroke: #fff;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.button_color_red svg path{
	stroke: #C4122F;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/burger.css?16887187481322*/
.burger {
	display: none;
}
.burger__line {
	width: 35px;
	height: 2px;
	background-color: black;
	margin-bottom: 5px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.burger__line:not(:last-child) {
	margin-bottom: 5px;
}
.burger__line_small {
	width: 15px;
	height: 2px;
	background-color: black;
}

.burger_active .burger__line {
	margin-bottom: 0;
}
.burger_active .burger__line:nth-child(1){
	width: 31px;
	-webkit-transform: rotate(45deg) translate(1px, 0px);
	-ms-transform: rotate(45deg) translate(1px, 0px);
	transform: rotate(45deg) translate(1px, 0px);
}
.burger_active .burger__line:nth-child(2){
	-webkit-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;
	opacity: 0
}
.burger_active .burger__line:nth-child(3){
	width: 31px;
	-webkit-transform:rotate(-45deg) translate(3px, -2px);
	-ms-transform:rotate(-45deg) translate(3px, -2px);
	transform:rotate(-45deg) translate(3px, -2px);
}

@media screen and (max-width: 992px){
	.burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/banner.css?1688718748369*/
.banner {
	width: 100%;
}
.banner__picture img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.swiper-horizontal.banner__pagination>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal.banner__pagination {
	bottom: 28px;
}

.banner__pagination .swiper-pagination-bullet{
	background: #C4122F;
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/title.css?1688718748245*/
.title {
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
	font-weight: 550;
	font-size: 46px;
	line-height: 45px;
	color: #000000;
}
@media screen and (max-width: 768px) {
	.title {
		font-size: 32px;
		line-height: 32px;
	}
}

/* End */


/* Start:/local/templates/malinka/assets/css/general/compound-title.css?16887187481074*/
.compound-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.compound-title__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	cursor: pointer;
}
.compound-title__more::after {
	content: '';
	background: url("/local/templates/malinka/assets/images/icons/more-arrow.svg") center center/cover no-repeat;
	display: block;
	width: 6px;
	height: 12px;
	margin-left: 15px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}

@media screen and (max-width: 768px){
	.compound-title__more {
		display: none;
	}
	.compound-title .title {
		font-size: 32px;
		line-height: 32px;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/events-preview.css?16887187481760*/
.events-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.events-preview__img {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 26px;
	overflow: hidden;
}
.events-preview__img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.events-preview__title {
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
	font-weight: 550;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	/*раскоментировать, если понадобися дата на главной и в списке*/
	/*margin-bottom: 26px;*/
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.events-preview__date {
	font-size: 16px;
	line-height: 19px;
	color: #A8A8A8;
}

@media screen and (max-width: 992px) {
	.events-preview__img,
	.events-preview__title,
	.news__card:first-child .events-preview__title{
		margin-bottom: 20px;
	}
	.news__card:first-child  .news__card-title.events-preview__title,
	.events-preview__title {
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 400;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 26px;
		color: #000;
	}
	/*удалить, если понадобися дата на главной и в списке*/
	.events-preview__title {
		margin-bottom: 0 !important;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/scrollbar.css?1688718748210*/
.scrollbar.swiper-scrollbar {
	background: #DEDEDE;
	height: 2px;
	width: 100% !important;
	left: 0 !important;
}
.scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
	background: #000;
	height: 2px;
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/preview-card.css?16887187481947*/
.preview-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.preview-card__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 270px;
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.preview-card__img img {
	width: 100%;
	max-width: 219px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.preview-card__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.preview-card__title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.preview-card__text {
	font-size: 16px;
	line-height: 16px;
	color: #A8A8A8;
}
.preview-card__discount {
	position: absolute;
	top: -20px;
	left: 20px;
}

@media screen and (min-width: 1600px){
	.preview-card__img {
		height: 300px;
	}
}

@media screen and (max-width: 992px){
	.preview-card__img {
		height: 260px;
	}
}
@media screen and (max-width: 450px){
	.preview-card__text {
		font-size: 14px;
		line-height: 14px;
	}
	.preview-card__discount {
		top: -15px;
		width: 30px;
		height: 30px;
	}
	.preview-card__discount img {
		max-width: 17px;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/slider-nav.css?1688718748862*/
.slider-nav__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}

.slider-nav__button-prev::after,
.slider-nav__button-next::after {
	content: '';
}
.slider-nav__button svg path {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	stroke: #C4122F;
}
.slider-nav__button.swiper-button-disabled {
	background: rgba(255, 255, 255, 0.32);
	opacity: 1;
	cursor: default;
	pointer-events: unset;
}

.slider-nav__button.swiper-button-disabled svg path{
	stroke: #fff;
}
/* End */


/* Start:/local/templates/malinka/assets/css/general/discount.css?1688718748313*/
.discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #C4122F;
}
/* End */


/* Start:/local/templates/malinka/assets/css/pages/main/main.css?16887187489511*/
/*promo*/
.promo {
	padding-bottom: 100px;
}

/*news*/
.news {
	padding-bottom: 100px;
}
.news__title {
	margin-bottom: 50px;
}
.news__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: 1fr 20px 196px 20px auto;
	grid-template-rows: 1fr 196px auto;
	grid-template-areas:
    "big big small1 small2"
    "big big . ."
    "small3 small4 small5 small6";
	gap: 20px;
}
.news__card {
	cursor: pointer;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.news__card:first-child {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 45px 46px 45px 46px;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	grid-area: big;
}
.news__card:not(:first-child) {
	background: unset !important;
}
.news__card:first-child::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 100%;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	background: rgba(0, 0 ,0, 0.5);
}
.news__card:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
	grid-area: small1;
}
.news__card:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
	grid-area: small2;
}
.news__card:nth-child(4) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	grid-area: small3;
}
.news__card:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
	grid-area: small4;
}
.news__card:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
	grid-area: small5;
}
.news__card:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 7;
	grid-area: small6;
}
.news__card:first-child .news__card-title {
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
	font-weight: 550;
	font-size: 32px;
	line-height: 120%;
	color: #FFFFFF;
	margin-bottom: 24px;
	z-index: 2;
}

.news__card:first-child .news__card-date {
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
	z-index: 2;
}

.news__card:first-child .news__card-img {
	display: none;
}

.news__slider-scrollbar {
	display: none;
}

/*Общий button для страницы main*/

.main-button {
	display: none;
	padding-top: 40px;
}
.main-button .button {
	padding: 17px 38px 17px 38px;
	min-width: 170px;
}

/*Общии кнопки навигации слайдеров на главной странице*/
.main-slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #C4122F;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	top: calc(50% - 20px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-slider-nav::after {
	content: '';
}
.main-slider-nav svg path{
	stroke: #fff;
}

.main-slider-nav.swiper-button-next.swiper-button-disabled,
.main-slider-nav.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: default;
}

/*shop*/
.shop {
	padding-bottom: 100px;
}
.shop__slider,
.food__slider {
	padding-top: 20px;
	padding-bottom: 50px;
}
.shop__title {
	margin-bottom: 30px;
}
/*food*/
.food {
	padding-bottom: 170px;
}
.food__title {
	margin-bottom: 30px;
}
/*about*/
.about {
	padding-bottom: 77px;
}
.about__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 96px;
	line-height: 104px;
	text-transform: uppercase;
	color: #000000;
	margin: 0 auto;
	max-width: 1157px;
	margin-bottom: 50px;
}
.about__title span span {
	color: #C4122F;
}
.about__title > span {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.about__promo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.about__slider-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: -1px;
	width: 125px;
	height: 125px;
	background: #EDEDED;
	right: -83px;
	z-index: 5;
}
.about__slider-pagination .swiper-pagination {
	position: static;
	font-size: 20px;
	line-height: 21px;
	color: #000000;
}
.about__slider {
	width: 50%;
}
.about__descr {
	position: relative;
	background: #C4122F;
	padding: 130px 62px 50px 62px;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.about__descr::after,
.about__descr::before {
	content: '';
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 5;
}
.about__descr::after {
	bottom: 124px;
	right: 0;
	background: rgba(255, 255, 255, 0.24);
}
.about__descr::before {
	top: 0;
	right: 0;
	background: #EDEDED;
}
.about__descr-slider {
	display: flex;
	margin-bottom: 30px;
}
.about__descr-slider .swiper-wrapper .swiper-slide {
	margin-right: 5px;
}
.about__descr-title {
	font-size: 40px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 40px;
	max-width: 339px;
}
.about__descr-text {
	font-size: 18px;
	line-height: 29px;
	color: rgba(255, 255, 255, 0.76);
}

.about__slide img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.about__slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 450px;
	padding-left: 20px;
	align-self: flex-end;
}
.about__slider-nav {
	position: static;
	margin-top: 0;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.about__slider-nav::after {
	content: '';
}
.about__slider-nav svg path {
	stroke: #fff;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}

.about__slider-scrollbar {
	margin-left: 24px;
	margin-right: 24px;
	position: static !important;
	background: rgba(255, 255, 255, 0.76);
	height: 1px !important;
}
.about__slider-scrollbar .swiper-scrollbar-drag{
	height: 2px;
	top: -1px;
	background: #fff;
}

@media screen and (max-width: 992px){
	.main-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news__slider-scrollbar {
		display: block;
	}
	.news__title {
		margin-bottom: 40px;
	}
	.news__card:first-child .news__card-date {
		font-size: 16px;
		line-height: 19px;
		color: #A8A8A8;
	}
	.news__card:first-child .news__card-img {
		display: block;
	}
	.news__card:first-child {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		padding: 0;
		background: unset !important;
	}
	.news__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: unset;
		padding-bottom: 40px
	}
	.shop__slider,
	.food__slider {
		padding-bottom: 40px;
	}
	.shop__title,
	.food__title{
		margin-bottom: 20px;
	}
	.about__promo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about__descr {
		padding: 60px 20px 40px 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.about__descr::after,
	.about__descr::before {
		display: none;
	}
	.about__descr,
	.about__slider {
		width: 100%;
	}
	.about__slide {
		height: auto;
	}
	.about__slider-pagination {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		position: static;
		width: 100%;
		height: auto;
		background: transparent;
	}
	.about__slider-pagination .swiper-pagination{
		color: #FFFFFF;
		text-align: left;
	}
	.about__descr-text {
		margin-bottom: 20px;
	}
	.about__descr-title {
		margin-bottom: 27px;
	}
	.about__slider-controls {
		padding-left: 0;
	}
	.about__title {
		display: block;
		font-size: 61px;
		line-height: 65px;
	}
	.about__title > span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.food,
	.shop,
	.news {
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 390px){
	.about__title {
		font-size: 45px;
		line-height: 50px;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/header.css?16887187486424*/
.header {
	padding-top: 40px;
	position: relative;
	-webkit-box-shadow: 0px 4px 34px rgb(0 0 0 / 6%);
	box-shadow: 0px 4px 34px rgb(0 0 0 / 6%);
}

.header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #DEDEDE;
}
.header__logo {
	max-width: 203px;
	width: 100%;
	margin-right: 4.3%;
}
.header__logo img{
	width: 100%;
	height: auto;
}
.header__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60%;
}
.header__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header__info-item:not(:last-child) {
	margin-right: 8.5%;
}

.header__info-item li a{
	color: #000;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.header__info-item li:nth-child(1) {
	font-size: 12px;
	line-height: 12px;
	color: #A8A8A8;
	margin-bottom: 5px;
}
.header__info-item li:nth-child(2) {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
.header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 3.05%;
}
.header__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 17px;
}
.header__button svg {
	margin-right: 12px;
}
.header__button:nth-child(1) {
	margin-right: 16px;
}
.header__button_active {
	border: 1px solid transparent;
	background: #C4122F;
	color: #FFFFFF;
}
.header__button_active svg path{
	stroke: #fff;
}

.header__bottom {
	padding-top: 24px;
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header__nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	margin-right: 7.1%;
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
	font-weight: 550;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.header__nav-item a {
	color: #000000;
}
.header__nav-item::after {
	content: '';
	height: 3px;
	width: 0;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	background: #C4122F;
	margin-top: 21px;
}
.header__nav-item.header__nav-item_active::after {
	content: '';
	height: 3px;
	width: 100%;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	background: #C4122F;
}
.header__nav-item_mob_active a {
	color: #C4122F;
}
.header__mobile {
	display: none;
	position: absolute;
	padding-top: 40px;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	z-index: 999;
}
.header__mobile-menu {
	height: calc(100% - 140px);
	overflow: auto;
}
.header__mobile-col {
}
.header__nav-item_light {
}
.header__mobile-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 40px;
}
.header__mobile-info:first-of-type {
	padding-top: 40px;
}
.header__mobile-copyright {
	font-size: 14px;
	line-height: 14px;
	color: #A8A8A8;
	padding-bottom: 60px;
}

/*медиа правила*/
@media screen and (max-width: 1366px){
	.header__button {
		border-radius: 50%;
		padding: 9px;
	}
	.header__button svg {
		margin-right: 0;
	}
	.header__button span {
		display: none;
	}
	.header__info-item:not(:last-child) {
		margin-right: 0;
	}
}
@media screen and (max-width: 992px){
	.header__info,
	.header__bottom {
		display: none;
	}
	.header__buttons {
		margin-left: 0;
	}
	.header__button:nth-child(1) {
		margin-right: 10px;
	}
	.header__button:nth-child(2) {
		margin-right: 24px;
	}
	.header__logo {
		max-width: 189px;
		margin-right: 50px;
	}
	.header__top {
		border: none;
		padding-bottom: 20px;
	}
	.header__nav-item {
		font-size: 20px;
		line-height: 20px;
		margin-right: 0;
		display: block;
	}
	.header__mobile-nav:nth-child(1) .header__nav-item{
		padding-bottom: 22px;
		margin-bottom: 22px;
		border-bottom: 1px solid #EDEDED;
		text-transform: uppercase;
	}
	.header__mobile-nav:nth-child(1) .header__nav-item:last-child {
		padding-bottom: 46px;
		margin-bottom: 0;
	}
	.header__mobile-nav:nth-child(2) {
		padding-top: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #EDEDED;
	}
	.header__mobile-nav:nth-child(2) .header__nav-item{
		font-family: 'HelveticaNeueCyr', sans-serif;
		font-weight: 400;
	}
	.header__mobile-nav:nth-child(2) .header__nav-item:not(:last-child) {
		margin-bottom: 30px;
	}
	.header__info-item li:nth-child(1){
		font-size: 14px;
		margin-bottom: 12px;
	}
	.header__info-item li:nth-child(2){
		font-size: 28px;
	}
	.header__info-item:not(:last-child) {
		margin-right: 11.22%;
	}
}
@media screen and (max-width: 390px){
	.header__logo {
		max-width: 155px;
		margin-right: 10px;
	}
	.header__button:nth-child(2) {
		margin-right: 10px;
	}
	.header__mobile-info {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.header__info-item {
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/templates/malinka/assets/css/footer.css?16887187486011*/
.footer {
	padding-top: 23px;
	padding-bottom: 43px;
}
.footer__top,
.footer__subblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__top {
	padding-bottom: 30px;
	border-bottom: 1px solid #DEDEDE;
}

.footer__logo {
	display: block;
	max-width: 203px;
	width: 100%;
	margin-bottom: 34px;
}
.footer__logo img{
	width: 100%;
	height: auto;
}
.footer__timetable-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__timetable-mobile {
	display: none;
}
.footer__timetable-item {
	margin-bottom: 22px;
}
.footer__timetable-item li:nth-child(1) {
	font-size: 12px;
	line-height: 12px;
	color: #A8A8A8;
	margin-bottom: 5px;
}
.footer__timetable-item li:nth-child(2) {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
.footer__timetable-item:nth-child(1) {
	margin-right: 34px;
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 29%;
}
.footer__nav-item:nth-child(1) {
	margin-right: 18.1%;
}
.footer__nav-item li{
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 22px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.footer__nav-item li a{
	color: #000000;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.footer__nav-item_active {
	color: #C4122F !important;
}
.footer__route,
.footer__nav {
	padding-top: 12px;
}
.footer__route-caption {
	font-size: 14px;
	line-height: 14px;
	color: #A8A8A8;
	margin-bottom: 18px;
}
.footer__route-address {
	font-size: 28px;
	line-height: 122.5%;
	color: #000000;
	margin-bottom: 23px;
}
.footer__route-more {
	font-size: 14px;
	line-height: 14px;
	color: #C4122F;
	text-decoration: underline;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.footer__subblock {
	padding-top: 21px;
}
.footer__copyright {
	font-size: 12px;
	line-height: 12px;
	color: #A8A8A8;
}
.footer__rules {
	font-size: 12px;
	line-height: 16px;
	color: #A8A8A8;
}
.footer__rules a{
	display: block;
	color: #A8A8A8;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.footer__developers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.footer__developers-logo {
	margin-right: 10px;
	max-width: 30px;
}
.footer__developers-logo img{
	width: 100%;
	height: auto;
}
.footer__developers-text {
	font-size: 8px;
	line-height: 8px;
	max-width: 48px;
	color: #A8A8A8;
}

/*медиа правила*/
@media screen and (max-width: 1366px) {
	.footer__nav {
		width: unset;
	}
	.footer__nav-item:nth-child(1) {
		margin-right: 60px;
	}
}

@media screen and (max-width: 992px) {
	.footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__timetable {
		margin-right: 14px;
	}
	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__nav-item:nth-child(1) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__route {
		padding-top: 0;
	}
	.footer__nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding-top: 60px;
	}
	.footer__nav-item:nth-child(1) {
		margin-right: 60px;
	}
}
@media screen and (max-width: 576px) {
	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		width: 100%;
	}
	.footer__timetable-wrapper {
		display: none;
	}
	.footer__logo {
		margin-bottom: 0;
	}
	.footer__nav-item:nth-child(1) {
		margin-right: 0;
	}
	.footer__nav-item li {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 22px;
		border-bottom: 1px solid #EDEDED;
	}
	.footer__nav-item:nth-child(2) li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.footer__nav-item:nth-child(2)  {
		padding-bottom: 80px;
	}
	.footer__timetable-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__timetable-item li:nth-child(1){
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.footer__timetable-item li:nth-child(2){
		font-size: 28px;
		line-height: 16px;
	}
	.footer__route {
		padding-top: 20px;
	}
	.footer__subblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 40px;
	}
	.footer__developers {
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.footer__rules {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 21px;
	}
	.footer__copyright {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 37px;
	}
}
/* End */


/* Start:/local/templates/malinka/components/bitrix/menu/header_menu_buttons/style.min.css?1688718748490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/malinka/components/bitrix/menu/header_menu_buttons/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/malinka/components/bitrix/menu/header_menu_bot/style.min.css?1688718748490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/malinka/components/bitrix/menu/header_menu_bot/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/malinka/components/bitrix/menu/header_menu_mob1/style.min.css?1688718748490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/malinka/components/bitrix/menu/header_menu_mob1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/malinka/components/bitrix/menu/header_menu_mob2/style.min.css?1688718748490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/malinka/components/bitrix/menu/header_menu_mob2/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/malinka/components/bitrix/menu/footer_menu_bot/style.min.css?1688718748490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/malinka/components/bitrix/menu/footer_menu_bot/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/malinka/assets/css/base/normalize.css?16887187486138 */
/* /local/templates/malinka/assets/css/base/fonts.css?1688718748812 */
/* /local/templates/malinka/assets/css/plugins/swiper.css?168871874817653 */
/* /local/templates/malinka/assets/css/config.css?16887187481907 */
/* /local/templates/malinka/assets/css/base/hovers.css?16887187481844 */
/* /local/templates/malinka/assets/css/base/animations.css?16887187481298 */
/* /local/templates/malinka/assets/css/general/button.css?16887187481001 */
/* /local/templates/malinka/assets/css/general/burger.css?16887187481322 */
/* /local/templates/malinka/assets/css/general/banner.css?1688718748369 */
/* /local/templates/malinka/assets/css/general/title.css?1688718748245 */
/* /local/templates/malinka/assets/css/general/compound-title.css?16887187481074 */
/* /local/templates/malinka/assets/css/general/events-preview.css?16887187481760 */
/* /local/templates/malinka/assets/css/general/scrollbar.css?1688718748210 */
/* /local/templates/malinka/assets/css/general/preview-card.css?16887187481947 */
/* /local/templates/malinka/assets/css/general/slider-nav.css?1688718748862 */
/* /local/templates/malinka/assets/css/general/discount.css?1688718748313 */
/* /local/templates/malinka/assets/css/pages/main/main.css?16887187489511 */
/* /local/templates/malinka/assets/css/header.css?16887187486424 */
/* /local/templates/malinka/assets/css/footer.css?16887187486011 */
/* /local/templates/malinka/components/bitrix/menu/header_menu_buttons/style.min.css?1688718748490 */
/* /local/templates/malinka/components/bitrix/menu/header_menu_bot/style.min.css?1688718748490 */
/* /local/templates/malinka/components/bitrix/menu/header_menu_mob1/style.min.css?1688718748490 */
/* /local/templates/malinka/components/bitrix/menu/header_menu_mob2/style.min.css?1688718748490 */
/* /local/templates/malinka/components/bitrix/menu/footer_menu_bot/style.min.css?1688718748490 */
