

/* Start:/css/normalize.css?17642346336138*/
/*! 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:/css/swiper-bundle.min.css?176423463318454*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/css/style.css?176423463340322*/

:root {
--red:#CD2237;
--dred:#960F20;
--dredhover:#6D0C18;
--yellow:#F5D7B0;
--lyellow:#F8F1E6;
--white:#FFF;
--black:#141412;
--radius:20px;
--radiuss:10px;
}

* {
font-family: "Montserrat", sans-serif;
font-size: clamp(14px, 0.9722vw, 18px);
}

body {
margin: 0;
background: rgba(252, 249, 245, 1);
}

.reveal-on-scroll {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.reveal-on-scroll.is-visible {
opacity: 1;
transform: translateY(0);
}

.wrapper {
margin: 0 auto;
margin-left: clamp(1.25rem, 0.900vw + 1.070rem, 1.88rem);
margin-right: clamp(1.25rem, 0.900vw + 1.070rem, 1.88rem);
position: relative;
}

.clear {
display: block;
width: 100%;
}

h1, h2, h3, h4 {
margin: 0;
}

h2 {
font-size: clamp(1.56rem, 2.190vw + 1.122rem, 3.75rem);
color: var(--red);
}

.ancor {
position: relative;
top:-2vw;
}

.button {
padding: 0.94rem 0rem;
width: 100%;
max-width: 15rem;
display: flex;
justify-content: center;
background: var(--dred);
color: var(--white);
border:1px solid var(--dred);
border-radius: var(--radiuss);
cursor: pointer;
text-decoration: none;
font-size: clamp(1rem, 0.500vw + 0.900rem, 1.5rem);
}

.button:hover {
background: var(--dredhover);
border:1px solid var(--dredhover);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button_s {
padding: 0.94rem 1.50rem;
background: var(--yellow);
color: var(--red);
border:1px solid var(--yellow);
border-radius: var(--radiuss);
cursor: pointer;
text-decoration: none;
}

.button_si {
background: transparent;
color: var(--yellow);
}

.button_s:hover {
background: var(--dred);
border:1px solid var(--dred);
color: var(--yellow);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button_si:hover {
background: var(--yellow);
border:1px solid var(--yellow);
color: var(--red);
}

.button_si div {
font-size: 0.68rem;
}

.header__buttons_f {
padding: 0.44rem 1.50rem;
}

.header {
background: var(--red);
border-radius: var(--radius);
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px;
margin: 10px;
position: sticky;
top: 10px;
z-index: 99;
}

.header-logo-link {
font-size: 0;
}

.header-logo {
max-height: 28px;
max-width: 135px;
margin-right: 20px;
margin-bottom: -3px;
}

.header__buttons {
display: flex;
align-items: center;
gap: .63rem;
}

@media (max-width: 991px) {
   .header {
	  padding: 10px;
   }	
	
  .header__menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0px;
	right: 0px;
	background-color: var(--red);
	border-radius: var(--radius);
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
  }

  .header__menu-item {
	font-size: 1.1rem;
	color: var(--yellow);
	text-decoration: none;
  }
  
 .header__buttons .button_si {
	 font-size: 0;
	 width: 40px;
	 height: 40px;
	 padding: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F5D7B0'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: 24px;
   }
   
   .button_s {
	padding: 11px 1.50rem;
   }
 
   .header__buttons .button_si .button__text {
	 display: none;
   }
  
  .header__toggle {
	display: block;
	order: -1;
	background: none;
	border: 1px solid var(--yellow);
	width: 40px;
	height: 40px;
	border-radius: var(--radiuss);
	z-index: 101;
	position: relative;
	cursor: pointer;
  }

  .header__toggle span,
  .header__toggle span::before,
  .header__toggle span::after {
	content: '';
	display: block;
	width: 24px;
	height: 1px;
	background-color: var(--yellow);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 0.3s ease, top 0.3s ease;
  }
  
  .header__toggle span {
	top: 50%;
	transform: translate(-50%, -50%);
  }
  
  .header__toggle span::before {
	top: -5px;
  }
  
  .header__toggle span::after {
	top: 5px; 
  }
  
  body.menu-open .header__toggle span {
	background-color: transparent;
  }
  
  body.menu-open .header__toggle span::before {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
  }
  
  body.menu-open .header__toggle span::after {
	top: 0;
	transform: translateX(-50%) rotate(-45deg);
  }
  
  .header__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(8px);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
  }

  body.menu-open {
	overflow: hidden;
  }

  body.menu-open .header__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  body.menu-open .header__overlay {
	opacity: 1;
	visibility: visible;
  }
  
}

@media (min-width: 992px) {
  .header__toggle, .header__overlay {
	display: none;
  }

  .header__menu {
	display: flex;
	align-items: center;
    align-content: center;
	margin-left: 0.63rem;
  }

  .header__menu-item {
	color: var(--yellow);
	text-decoration: none;
    padding: 0.94rem .7rem;
    color: var(--yellow);
    border: 1px solid transparent;
    border-radius: var(--radiuss);
    cursor: pointer;
    text-decoration: none;
  }
  
  .header__menu-item:hover {
    border: 1px solid var(--yellow);
  }

}

@media (min-width: 990px) and (max-width: 1120px) {
  .header__menu-item span {
	 display: none;
  }
  
  .features__product-image {
	max-width: 100% !important;
	width: 100% !important;
	
  }
}

.fs {
background: url('/img/fs-bg-2.jpg') bottom center no-repeat;
background-size: cover;
padding-top: 102px;
margin-top: -102px;
text-align: center;
}

.fs__logo {
width: 100%;
position: absolute;
left: 0;
top:0;
}

.fs__cols {
position: relative;
padding-top: 8vw;
display: flex;
flex-wrap: wrap;
}

.fs__col {
width: 27.5%;
}

.fs__col-buttons {
display: flex;
gap: 1rem;
}

.fs__col-buttons .button {
white-space: nowrap;
padding-left: 1.33rem;
padding-right: 1.33rem;
}

.fs__col:nth-child(1) {
padding-top: 15.5vw;
text-align: right;
display: flex;
justify-content: flex-end;
align-items: flex-start;
align-content: flex-start;
flex-wrap: wrap;
}

.fs__col:nth-child(2) {
width: 45%;
position: relative;
}

.fs__col:nth-child(3) {
padding-top: 10vw;
text-align: right;
}

.fs__col-aprove {
display: block;
margin-top: 3vw;
margin-right: -2.5vw;
}

.fs__col-aprove_m {
display: none;
}

.fs__col-catdog {
width: 37.4vw;
bottom: -0.3vw;
right: -1.5vw;
position: relative;
}

.fs__col-veg-01, .fs__col-veg-02, .fs__col-veg-03 {
position: absolute;
}

.fs__col-veg-01 {
width: 23.5vw;
left: -8vw;
bottom: -7vw;
}

.fs__col-veg-02 {
width: 23.5vw;
left: 16vw;
bottom: -12vw;
}

.fs__col-veg-03 {
width: 23.5vw;
right: -8vw;
bottom: -5vw;
}

.fs__col-title {
font-size: clamp(1.25rem, 0.750vw + 1.100rem, 2rem);
color: var(--white);
font-weight: 700;
text-align: left;
line-height: 0.9;
width: 70%;
margin-bottom: 0.7rem;
}

.fs__col-text {
text-align: left;
color: var(--white);
font-size: clamp(1rem, 0.630vw + 0.874rem, 1.63rem);
line-height: 1.1;
}

.fs__col-altay {
width: 10.9vw;
margin-top: 0.7vw;
}

.fs__col-arrow {
width: 4vw;
position: relative;
top: -4vw;
right: 5vw;
}

@media (max-width:991px) {

.wrapper {
margin-left: 10px;
margin-right: 10px;
}

.fs {
max-width: 100%;
padding-top: 150px;
background: url(/img/fs-bg-mob.jpg) bottom center no-repeat;
}	

.fs__logo {
position: relative;
}

.fs__cols {
padding-top: 3vw;
}

.fs__col:nth-child(3) {
order: 1;
width: 100%;
padding-top: 0;
text-align: center;
padding-bottom: 2.25rem;
}

.fs__col-title {
text-align: center;
width: 100%;
}

.fs__col-text {
text-align: center;
max-width: 280px;
margin: 0 auto;
}

.fs__col:nth-child(1) {
order: 2;
width: 100%;
padding-top: 0;
justify-content: center;
}

.fs__col:nth-child(1) .button {
width: 100%;
max-width: 100%;
}

.fs__col:nth-child(2) {
order: 3;
width: 100%;
}

.fs__col-catdog {
width: 83%;
}

.fs__col-aprove {
display: none;
}

.fs__col-aprove_m {
display: block;
position: absolute;
left: 0;
top: 6vw;
z-index: 2;
width: 23vw;
}

.fs__col-catdog {
bottom: -10px;
}

.fs__col-veg-01 {
width: 32vw;
}

.fs__col-veg-02 {
width: 41.5vw;
left: 5vw;
bottom: -12vw;
}

.fs__col-veg-03, .fs__col-arrow {
display: none;
}

.fs__col-altay {
width: 28.9vw;
margin-top: 0;
position: absolute;
bottom: -30px;
right: -10px;
z-index: 2;
}

}

.features {
text-align: center;
padding-top: 11.25rem;
}

.features__title {
max-width: 1030px;
margin: 0 auto;
position: relative;
z-index: 2;
padding-bottom: 4.6rem;
line-height: 0.9;
}

@media (max-width:991px) {
  .features__title {
  max-width: 375px;
  }
}

.features__grid {
display: grid;
gap: 1.25rem;
grid-template-columns: 1fr;
}

.features__card {
background-color: var(--red);
color: var(--white);
padding: clamp(1.88rem, 0.620vw + 1.756rem, 2.5rem);
border-radius: var(--radius);
text-align: left;
position: relative;
}

.features__card--acids::before {
background-color: var(--red);
display: block;
content: ' ';
width: 100%;
height: 100%;
position: absolute;
top:0;
left: 0;
z-index: 4;
border-radius: var(--radius);
}

.features__card-title {
margin: 0 0 10px 0;
font-size: clamp(1.13rem, 0.370vw + 1.056rem, 1.5rem);
position: relative;
z-index: 4;
}

.features__card-text {
margin: 0;
position: relative;
z-index: 4;
}

.features__card-icon {
display: flex;
align-items: center;
margin-bottom: 15px;
position: relative;
z-index: 4;
}

.features__card-icon-src {
width: clamp(1.63rem, 0.620vw + 1.506rem, 2.25rem);
height: clamp(1.63rem, 0.620vw + 1.506rem, 2.25rem);
}

.features__card--meat-img {
position: absolute;
top:-3vw;
right: -1rem;
width: 14vw;
z-index: 2;
}

.features__card--acids-img {
position: absolute;
right: 0rem;
bottom: -5.71vw;
height: 7.71vw;
z-index: 2;
}

.features__card--taurine-img {
position: absolute;
top:-3vw;
right: 3vw;
width: 9.6vw;
z-index: 2;
}

.features__card--fiber-img {
position: absolute;
top:-3vw;
right: 1.88vw;
width: 8.75vw;
z-index: 2;
}

.features__products {
display: flex;
align-items: center;
justify-content: center;
position: relative;
min-height: 300px;
}

.features__product-image {
max-width: 80%;
width: 75%;
position: absolute;
margin-right: -4vw;
}



.features__product-icon {
width: 4.75rem;
position: absolute;
z-index: 2;
top: -9vw;
right: 5vw;
}

@media (min-width: 992px) {
  .features__grid {
	grid-template-columns: 1fr 1.2fr 1fr;
	grid-template-areas:
	  "meat products fiber"
	  "minerals products acids"
	  "taurine products kibbles";
	align-items: center;
  }
  
  .features__card-arrow-m-01, .features__card-arrow-m-02 {
  display: none;
  }

  .features__card--meat { grid-area: meat; }
  .features__card--minerals { grid-area: minerals; }
  .features__card--taurine { grid-area: taurine; }
  .features__products { grid-area: products; }
  .features__card--fiber { grid-area: fiber; }
  .features__card--acids { grid-area: acids; }
  .features__card--kibbles { grid-area: kibbles; }
}

.features__card-arrow-01 {
width: 4.86vw;
position: absolute;
top:6vw;
right: -6vw;
z-index: 2;
}

.features__card-arrow-02 {
width: 4.86vw;
position: absolute;
top:5vw;
right: -6vw;
z-index: 2;
}

.features__card-arrow-03 {
width: 4.86vw;
position: absolute;
top:0vw;
right: -6vw;
z-index: 2;
}

.features__card-arrow-04 {
width: 4.86vw;
position: absolute;
top:6vw;
left: -6vw;
z-index: 2;
}

.features__card-arrow-05 {
width: 4.86vw;
position: absolute;
top:5vw;
left: -6vw;
z-index: 2;
}

.features__card-arrow-06 {
width: 4.86vw;
position: absolute;
top:0vw;
left: -6vw;
z-index: 2;
}

.features__card--meat-img,
.features__card--fiber-img,
.features__card--taurine-img,
.features__card--acids-img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width:991px) {

.features {
padding-top: 8.5rem;
overflow: hidden;
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 10px;
}	

.features__title {
padding-bottom: 2.3rem;
}

.features__product-image {
position: relative;
max-height: 100vh;
width:auto;
}

.features__card--meat-img {
width: 49vw;
right: -3rem;
}

.features__card--taurine-img, .features__card--fiber-img {
width: 23vw;
}

.features__card--fiber {
z-index: 3;
}

.features__card--acids {
z-index: 2;
}

.features__card--fiber-img {
top:auto;
bottom: -20vw;
}

.features__card--taurine-img {
width: 28vw;
right: 4vw;
}

.features__card--acids-img {
height: 19vw;
bottom: -15.71vw;
}

.features__product-icon {
display: none;
}

.features__card-arrow-03 {
bottom: -10vw !important;
right: 0 !important;
top:auto;
}

.features__card-arrow-m-01 {
position: absolute;
top: 10vw;
right: 15vw;
}

.features__card-arrow-m-02 {
position: absolute;
bottom: 10vw;
left: 10vw;
}

}

.reviews__widget {
margin-top: 5rem;
margin-bottom: 5rem;
padding-top: 3.75rem;
padding-bottom: 3.75rem;
background: #fcf9f5;
}

.reviews {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
overflow: hidden;
}

.reviews__container {
margin: 0 auto;
}

.reviews__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}

.reviews__title {
max-width: 51rem;
margin: 0 auto;
text-align: center;
margin-bottom: 4.6rem;
line-height: 0.9;
}

@media (max-width:991px) {
.reviews__title {
max-width: 315px;
margin: 0 auto;
}
}

.reviews__navigation {
display: flex;
gap: 0.63rem;
justify-content: flex-end;
margin-bottom: 0.63rem;
}

.reviews__nav-button {
border: none;
width: 3rem;
height: 3rem;
border-radius: 50%;
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
transition: background-color 0.3s;
background: none;
padding: 0;
}

.reviews__nav-button--prev .reviews__nav-button-src {
transform: rotate(180deg);
}

.reviews__nav-button:hover .reviews__nav-button-src {
color: var(--red);
}

.reviews__nav-button-src {
width: 100%;
height: 100%;
color: var(--yellow);
}

.reviews__slider {
overflow: visible;
}

.review-card {
background-color: var(--lyellow);
padding: 1.88rem;
border-radius: var(--radius);
box-sizing: border-box;
height: 100%;
display: flex;
flex-direction: column;
min-height: 35rem;
}

.review-card__blockquote {
margin: 0;
flex-grow: 1;
}

.review-card__quote {
color: var(--red);
font-size: clamp(1rem, 0.500vw + 0.900rem, 1.5rem);
font-weight: bold;
margin: 0 0 1.25rem 0;
}

.review-card__text {
line-height: 1.6;
margin: 0 0 1.25rem 0;
}

.review-card__author {
display: flex;
align-items: flex-end;
gap: 1.25rem;
}

.review-card__author-photo {
width: 7.19rem;
height: 7.81rem;
border-radius: var(--radiuss);
object-fit: cover;
}

.review-card__author-info {
display: flex;
flex-direction: column;
}

.review-card__author-name {
margin-bottom: 0.63rem;
}

.review-card__author-details {

}

@media (max-width: 767px) {
  .reviews__header {
	justify-content: center;
  }
  .reviews__navigation {
	justify-content: center;
  }
}

@media (max-width:990px) {

.reviews {
padding-top: 6.75rem;
padding-bottom: 7rem;
}

.reviews__navigation {
margin-top: 3rem;
margin-bottom: 2.5rem;
}

}

.categories {
text-align: center;
margin-bottom: 8.75rem;
}

.categories__title {
margin: 0 auto 4.6rem;
max-width: 56.25rem;
line-height: 0.9;
}

.categories__grid {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
margin: 0 auto;
}

.category-card {
background: url('/img/category-card.svg') center center no-repeat;
background-size: cover;
border-radius: var(--radius);
text-decoration: none;
position: relative;
overflow: hidden; 
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 18.75rem;
color: var(--white);
transition: background-color 0.4s ease;
}

.category-card__title {
font-size: clamp(1.56rem, 2.190vw + 1.122rem, 3.75rem);
margin: 0 0 1.25rem 0; 
}

.category-card__buttons {
display: flex;
justify-content: center;
gap: 1rem;
}

.category-card__button {
white-space: nowrap;
padding-left: 1.33rem;
padding-right: 1.33rem;
}

.category-card__images-top,
.category-card__images-bottom {
position: absolute;
left: 0;
right: 0;
z-index: 0;
opacity: 0;
transition: opacity 0.5s ease, transform 0.6s ease-out;
font-size: 0;
}

.category-card__images-top {
top: 0;
z-index: 1;
transform: translateY(-50%);
}

.category-card__images-bottom {
bottom: 0;
transform: translateY(50%);
}

.category-card__image {
width: 100%;
height: auto;
}

.category-card__content {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
flex-wrap: wrap;
transition: opacity 0.5s ease, transform 0.6s ease-out;
}

@media (hover: hover) {
.category-card:hover {

}

.category-card:hover .button {
background-color: var(--dredhover);
}

.category-card:hover .category-card__images-top,
  .category-card:hover .category-card__images-bottom {
	opacity: 1;
	transform: translateY(0);
  }
  
  .category-card:hover .category-card__content {
	transform: translateY(-50%);
	
  }
}

@media (min-width: 768px) {
  .categories__grid {
	grid-template-columns: 1fr 1fr;
  }

  .category-card {
	min-height: 30vw;
  }
}

@media (max-width:990px) {
.categories {
margin-bottom: 7rem;
}
	
.categories__title {
margin-bottom: 2.5rem;
}

.category-card {
min-height: 21.75rem;
}

.category-card__images-top {
opacity: 1;
transform: translateY(-35%);
}

.category-card__title {
max-width: 160px;
}

.category-card__images-bottom {
opacity: 1;
transform: translateY(0%);
}

}

.avail {
padding-bottom: 8.75rem;
max-width: 100%;
overflow: hidden;
}

.avail__title {
max-width: 45rem;
margin: 0 auto;
line-height: .9;
text-align: center;
margin-bottom: 2rem;
}

.avail__text {
max-width: 37.50rem;
margin: 0 auto;
text-align: center;
}

.avail__text br {
display: none;
}

.avail__block {
position: relative;
text-align: center;
}

.avail__block-circle {
width: 14vw;
height: 14vw;
background: var(--red);
border-radius: 50%;
color: var(--white);
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
}

.avail__block-circle_s {
width: 10vw;
height: 10vw;
}

.avail__block-circle strong {
font-size: clamp(1.13rem, 0.714vw + 0.987rem, 1.43rem);
max-width: 80%;
}

.avail__block-circle p {
font-size: clamp(1rem, 0.357vw + 0.929rem, 1.25rem);
max-width: 80%;
margin: 0;
}

.avail__block-pic {
width: 56.18vw;
}

.avail__block-circle-01 {
position: absolute;
left: 3vw;
top:10.7vw;
}

.avail__block-circle-01-icon-01 {
width: 5.6vw;
position: absolute;
right: -3vw;
bottom:6vw;
}

.avail__block-circle-01-icon-02 {
width: 9.6vw;
position: absolute;
right: -7.5vw;
bottom: 1vw;
}

.avail__block-circle-01-icon-03 {
width: 4.3vw;
position: absolute;
left: -6vw;
bottom: 1vw;
}

.avail__block-circle-01-icon-04 {
width: 8.3vw;
position: absolute;
left: 22vw;
bottom: -4vw;
}

.avail__block-circle-01-icon-05 {
width: 5.3vw;
position: absolute;
left: 17vw;
bottom: 0vw;
}

.avail__block-circle-02-icon-01 {
width: 4.3vw;
position: absolute;
left: 0vw;
bottom: 0vw;
}

.avail__block-circle-02-icon-02 {
width: 12.3vw;
position: absolute;
right: 5vw;
z-index: -1;
top: 1vw;
}

.avail__block-circle-02-icon-03 {
width: 6.3vw;
position: absolute;
right: -10vw;
z-index: 1;
top: 0vw;
}

.avail__block-circle-02-icon-04 {
width: 2.3vw;
position: absolute;
right: 6vw;
z-index: 1;
top: 15vw;
}

.avail__block-circle-02-icon-05 {
width: 11vw;
position: absolute;
right: 11vw;
z-index: 1;
bottom: 7vw;
}

.avail__block-circle-02 {
position: absolute;
right: 12vw;
top:1vw;
}

.avail__block-circle-03 {
position: absolute;
left: 17.3vw;
top:1vw;
}

.avail__block-natural {
position: absolute;
right: 6.5vw;
top:10.9vw;
width: 9.2vw;
}

.avail__button-block {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.avail__button {
background: var(--red);
}

@media (min-width: 990px) and (max-width: 1320px) { 

.avail__block-circle strong, .avail__block-circle p {
font-size: 1rem;
}

}

@media (max-width:990px) {

.avail {
padding-bottom: 7rem;
}

.avail__text p strong {
max-width: 240px;
display: block;
margin: 0 auto;
}

.avail__text {
max-width: 340px;
}

.avail__text br {
display: block;
}
	
.avail__block {
padding-bottom: 33vw;
padding-top: 20vw;
margin-top: 3.3rem;
}

.avail__block-pic {
width: 100%;
}

.avail__block-circle-02-icon-02 {
display: none;
}


.avail__block-circle {
width: 46vw;
height: 46vw;
}

.avail__block-circle_s {
width: 33vw;
height: 33vw;
top:0;
left: 31vw;
}

.avail__block-circle-01 {
bottom: 7vw;
top:auto;
width: 42vw;
height: 42vw;
}

.avail__block-circle-02 {
bottom: 0;
top:auto;
right: 0;
}

.avail__block-natural {
width: 26vw;
bottom: -7vw;
top: auto;
left: 36vw;
}

.avail__button-block {
margin-top: 5rem;
}

.avail__button {
width: 100%;
max-width: 100%;
}

.avail__block-circle-02-icon-01 {
width: 15vw;
right: 0;
left: auto;
}

.avail__block-circle-01-icon-03 {
width: 14vw;
left: -22vw;
bottom: 10vw;
}

.avail__block-circle-02-icon-04 {
width: 7.5vw;
right: 0;
top:2vw;
}

.avail__block-circle-01-icon-04 {
width: 16vw;
}

.avail__block-circle strong {
display: block;
width: 100%;
}

}

.news {
padding-bottom: 5rem;
}

.subtle-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dred);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
    margin-top: 2rem;
}
.subtle-back-link:hover {
    color: var(--dredhover);
    gap: 0.75rem; /* Стрелка немного отъезжает при наведении */
}
.subtle-back-link svg {
    width: 1.5em;
    height: 1.5em;
}

.news-top-title {
padding-top: 0rem;
padding-bottom: 1.5rem;
}

.news__title {
max-width: 45rem;
margin: 0 auto;
line-height: .9;
text-align: center;
margin-bottom: 3.5rem;
}

.news__date {
color: #C6B4A0;
font-size: 0.9rem;
}

.news__grid {
display: grid;
gap: 30px;
}

.news__featured-post {
background-color: #F8F1E6;
border-radius: var(--radius);
overflow: hidden;
text-decoration: none;
color: inherit;
display: block;
}

.news__featured-image {
width: 100%;
height: auto;
display: block;
}

.news__featured-content {
padding: 1.56rem;
}

.news__featured-title {
font-size: clamp(1rem, 0.714vw + 0.857rem, 1.5rem);
margin: 0 0 1rem 0;
line-height: 1.3;
}

.news__featured-title:hover {
text-decoration: underline;
}

.news__list {
border-radius: var(--radius);
padding: 0.63rem 1.56rem 1.56rem 1.56rem;
background: #F5EFE7;
}

.news-item {
display: block;
text-decoration: none;
color: inherit;
padding: 1.25rem 0;
border-bottom: 1px solid #C6B4A0;
}

.news-item:hover .news-item__title {
text-decoration: underline;
}

.news-item:last-child {
border-bottom: none;
}

.news-item__title {
margin: 0 0 10px 0;
font-size: clamp(1rem, 0.714vw + 0.857rem, 1.5rem);
line-height: 1.4;
}

.news__footer {
text-align: center;
margin-top: 1.25rem;
}

.news__button {
background: var(--red);
}

@media (min-width: 992px) {
  .news__grid {
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "featured list";
	gap: 30px 40px;
  }

  .news__featured-post {
	grid-area: featured;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	padding: 0;
  }
  
  .news__featured-image {
	border-radius: var(--radius);
  }
  
  .news__featured-content {
	padding: 1.56rem 0;
  }

  .news__list {
	grid-area: list;
	display: flex; 
	flex-direction: column;
	padding: 1.56rem;
  }

  .news__list-items {
	flex-grow: 1;
  }

  .news__footer {
	margin-top: 1.88rem;
  }
}

@media (max-width:991px) {

.news__grid {
gap: 0;
}

.news__button {
width: 100%;
max-width: 100%;
}

}

.contact-section-wrap {
overflow-x: hidden;
padding-top: 9.38rem;
max-width: 100%;
}

.contact-section {
background:url('/img/contact-section.jpg') bottom center no-repeat;
background-size: cover;
border-radius: var(--radius);
padding: 40px 20px;
color: var(--white);
position: relative;
margin-bottom: 6.88rem;
}

.contact-section-icon-01 {
width: 7.2vw;
position: absolute;
left: -3vw;
bottom: 27vw;
}

.contact-section-icon-02 {
width: 16.6vw;
position: absolute;
left: -6vw;
bottom: 6vw;
}

.contact-section-icon-03 {
width: 8.3vw;
position: absolute;
right: 3vw;
top: -4vw;
}

.contact-section-icon-04 {
width: 12.6vw;
position: absolute;
right: -8vw;
top: 1vw;
}

.contact-section__grid {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
margin: 0 auto;
}

.contact-section__title {
line-height: .9;
margin-bottom: 1.3rem;
color: var(--white);
}

.contact-section__subtitle {
font-size: clamp(1rem, 0.900vw + 0.820rem, 1.63rem);
line-height: 1.2;
margin: 0;
max-width: 80%;
}

.feedback-form {
display: flex;
flex-direction: column;
gap: 20px;
}

.form-group {
display: flex;
flex-direction: column; 
gap: 8px;
}

.form-group label {
font-size: 0.9rem;
opacity: 0.9;
}

.form-group label a {
color: #fff;
}

.form-input {
  background-color: white;
  border: 1px solid white;
  border-radius: 12px;
  padding: 1.13rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.form-input::placeholder {
  color: #b0b0b0;
}

.feedback-form__policy {
  font-size: 0.8em;
  opacity: 0.7;
  text-align: center;
  margin-top: -10px;
}

.contact-section__deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  z-index: 0;
}

.contact-section__deco img {
  width: 100%;
}

.contact-section__grid {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .contact-section {
	padding: 5.63rem;
	border-radius: var(--radius);
  }

  .contact-section__grid {
	grid-template-columns: 1fr 34%; 
	gap: 13%;
  }
  
  .contact-section__title {
	color: var(--white);
  }

  .feedback-form__policy {
	text-align: left;
  }

  .contact-section__deco {
	display: none;
  }
}

@media (max-width:990px) {

.contact-section__title  {
text-align: center;
}

.contact-section__subtitle {
text-align: center;
}

.contact-section {
background: none;
padding: 0;
margin-bottom: 0;
}

.contact-section-wrap {
background: #CD2237 url('/img/contact-section-wrap.jpg') bottom center no-repeat;
background-size: cover;
border-radius: var(--radius);
padding-bottom: 300px;
padding-top: 4rem;
margin-top: 9rem;
margin-bottom: 6.25rem;
overflow: visible;
}

.contact-section .button {
width: 100%;
max-width: 100%;
}

.contact-section-icon-04 {
display: none;
}

.contact-section-icon-02 {
top:-17vw;
left: -12vw;
bottom: auto;
width: 24.6vw;
}

.contact-section-icon-03 {
display: none;
}

}

.grecaptcha-badge {
display: none !important;
}

.footer {
color: #454545;
}

.footer__container {
margin: 0 auto;
}

.footer__link {
text-decoration: none;
color: inherit;
font-size: 0.9rem;
}

.footer__link:hover {
color: var(--red);
}

.footer__main {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
margin-bottom: 2.5rem;
}

.footer__logo img {
width: 78%;
}

.footer__nav {
display: flex;
flex-direction: column;
gap: 1rem;
}

.footer__contacts {
display: flex;
flex-direction: column;
gap: 1.25rem;
}

.footer__contact-item {
display: flex;
align-items: center;
gap: 1rem;
text-decoration: none;
color: inherit;
}

.footer__contact-item:hover {
color: #C6B4A0;
}

.footer__contact-item:nth-child(3):hover {
color: var(--black);
}

.footer__contact-item:hover .footer__icon-bg {
background: var(--dred);
}

.footer__contact-item:nth-child(3):hover .footer__icon-bg {
background: var(--red);
}

.footer__socials {
display: flex;
gap: 1rem;
}

.footer__icon-bg {
display: flex;
align-items: center;
justify-content: center;
width: 2.25rem;
min-width: 2.25rem;
height: 2.25rem;
background-color: var(--red);
border-radius: var(--radiuss);
}

.footer__icon-bg:hover {
background: var(--dred);
}

.footer__icon-bg img,
.footer__icon-bg svg {
width: 1.2rem;
height: 1.2rem;
}

.footer__bottom {
border-top: 1px solid #EAE1D4;
padding-top: 30px;
font-size: 0.8em;
color: #C6B4A0;
display: grid;
grid-template-columns: 1fr;
gap: 30px;
margin-bottom: 2.5rem;
}


.footer__developer {
text-decoration: none;
color: inherit;
}


@media (min-width: 992px) {

  .footer__main {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr 0.5fr;
	gap: 30px;
	align-items: start;
  }
  
  .footer__logo {
	grid-column: 1 / 2; 
  }
  .footer__nav--primary {
	grid-column: 2 / 3; 
  }
  .footer__nav--secondary {
	grid-column: 3 / 4; 
  }
  .footer__contacts {
	grid-column: 4 / 5;
  }
  .footer__socials {
	grid-column: 5 / 6;
  }

  .footer__bottom {
grid-template-columns: 2fr 1fr 1fr 1.5fr 0.5fr;
  align-items: center; /* Для красивого выравнивания по вертикали */
    }
  
  .footer__nav--legal {
	flex-direction: row;
	gap: 30px;
  }
}

@media (max-width:991px) {

.footer__logo img {
width: 100%;
}

.footer__socials {
justify-content: center;
}

.footer__socials .footer__icon-bg {
width: 4rem;
height: 4rem;
border-radius: var(--radius);
}

.footer__nav {
order: 3;
width: 40%;
}

}

.desktop-only {
    display: none;
}

@media (min-width: 992px) {
    .desktop-only {
        display: block; 
    }
    .mobile-only {
        display: none;
    }
}

.news-detail-page {
padding-top: 2rem;
padding-bottom: 5rem;
}

.breadcrumbs {
color: #C6B4A0; margin-bottom: 1.5rem; font-size: 0.9rem;
}
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

.news-detail-page__grid {
display: grid;
grid-template-columns: 1fr;
    gap: 1.5rem;
}

.news-detail-page__title {
    font-size: clamp(1.56rem, 2.190vw + 1.122rem, 3.75rem);
    color: var(--red); line-height: 1.1; margin: 6rem 0 1rem 0;
}

.news-detail-page__date {
    color: #C6B4A0; font-size: 1rem; margin-bottom: 4.5rem;
}

.news-detail-page__image {
    width: 100%; height: auto; border-radius: var(--radius); display: block;
}

.news-detail-page__text {
    line-height: 1.6; color: var(--black);
}
.news-detail-page__text p { margin: 0 0 1.5em 0; }

.news-detail-page__sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-detail-page__back-link-container {
    margin-top: 3rem;
}
.news-detail-page__back-link {
    color: var(--red); text-decoration: none; font-weight: 500;
}
.news-detail-page__back-link:hover { text-decoration: underline; }


@media (min-width: 992px) {
    .news-detail-page__grid {
        grid-template-columns: 1fr 440px;
        gap: 85px;
        align-items: start;
    }
}


.static-banner {
    border-radius: var(--radius); overflow: hidden; color: var(--white); text-align: center; position: relative; font-size: 0;
}
.static-banner__image {
font-size: 0;
width: 100%;
}
.static-banner__content {
    position: relative; z-index: 2; padding: clamp(1.5rem, 5vw, 3rem); background: rgba(0,0,0,0.2);
}
.static-banner__title {
    font-size: clamp(1.25rem, 0.750vw + 1.100rem, 2rem); font-weight: 700; line-height: 1.1; margin-bottom: 1rem;
}
.static-banner__text {
    font-size: clamp(1rem, 0.630vw + 0.874rem, 1.63rem); margin-bottom: 2rem; line-height: 1.2;
}
.static-banner__button {
    padding: 0.94rem 1.5rem; display: inline-block; background: var(--dred); color: var(--white); border: 1px solid var(--dred); border-radius: var(--radiuss); cursor: pointer; text-decoration: none; font-size: clamp(1rem, 0.500vw + 0.900rem, 1.5rem); transition: all 0.3s ease;
}
.static-banner__button:hover {
    background: var(--dredhover); border-color: var(--dredhover);
}

.legal-page {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.legal-page h1 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    color: var(--red);
    margin-bottom: 0.5rem;
}

.legal-page .document-date {
    color: #a0a0a0;
    margin-bottom: 2.5rem;
}

.legal-page h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: var(--black);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-page p,
.legal-page li {
    line-height: 1.7;
}

.legal-page ul {
    padding-left: 20px;
}

.legal-page li {
    margin-bottom: 0.75rem;
}

.legal-page strong {
    font-weight: 700;
}

.cat-list-wrapper {
padding-top: 3rem;
padding-bottom: 4rem;
}

.page-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--red);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 3rem;
  max-width: 770px;
}

.cat-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: 2rem;
}

.cat-card {
  background-color: var(--red);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--white);
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cat-card__title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  min-height: 3.5em; /* Резервируем место для 2-3 строк заголовка */
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.cat-card__image-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.cat-card__image {
  width: 100%;
  max-height: 300px;
  height: auto;
  object-fit: contain;
}

.cat-card__arrow {
  position: absolute;
  bottom: clamp(1rem, 2vw, 1.5rem);
  right: clamp(1rem, 2vw, 1.5rem);
  width: clamp(40px, 6vw, 50px);
  height: clamp(40px, 6vw, 50px);
  background-color: var(--dred);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cat-card:hover .cat-card__arrow {
  background-color: var(--dredhover);
  transform: scale(1.1);
}

.cat-card__arrow svg {
  width: 40%;
  height: 40%;
}

.product-detail {
padding-top: 3rem;
padding-bottom: 4rem;
}

  .product-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--red);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr 2.5fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: flex-start;
  }
}

.product-image-column {
  text-align: center;
}

.product-image-wrapper {
  position: relative;
  display: inline-block;
}

.product-image {
  max-width: 100%;
  height: auto;
  border-radius: var(--radiuss);
}

.product-badges {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.badge {
  background-color: var(--red);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--radiuss);
  font-size: 0.9rem;
  font-weight: 600;
}

.product-info-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-button {
  padding: 0.6rem 0rem;
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: center;
  background: var(--dred);
  color: var(--white);
  border: 1px solid var(--dred);
  border-radius: var(--radiuss);
  cursor: pointer;
  text-decoration: none;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (max-width:991px) {
  .product-button {
  max-width: 100%;
  padding: 0.9rem 0rem;
  }
}

.product-button:hover {
  background: var(--dredhover);
  border-color: var(--dredhover);
}

.product-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.specs-p {
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
}

@media (min-width: 576px) {
   .product-specs {
    grid-template-columns: 1fr 1fr;
  }
}

.specs-column h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: .3rem;
}

.specs-column p, .product-descr p {
  line-height: 1.3;
  margin-bottom: 0.3;
  margin-top: 0;
}

.product-benefits {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0;
}

.product-descr h4 {
display: flex;
}

.product-descr h4 div {
width: 2rem;
}

.table-container {
    width: 100%;
    max-width: 64rem;
}

@media (max-width:990px) {
    .table-container {
    max-width: calc(100vw - 20px);
    }
}

.scroll-wrapper {
    overflow-x: auto;
}

.feeding-table {
    min-width: 100%;
    border-collapse: collapse;
    font-size: 1.1rem;
    line-height: 1.75rem;
}

.feeding-table .bordered-row {
    border-bottom: 1px solid #E5E7EB;
}

.feeding-table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap;
}

.feeding-table .label-cell {
    padding-right: 2rem;
    color: #374151;
}

.feeding-table .data-cell {
    padding-left: 1.25rem; 
    padding-right: 1.25rem;
}

.s-top {
margin-bottom: 1rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.benefit-item svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--red);
  margin-top: 2px;
}

.cookie-banner {
    font-family: "Montserrat", sans-serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* right: 20px; */ /* Убираем, чтобы баннер не растягивался */
    left: auto; /* Добавляем для сброса */
    width: calc(100% - 40px); /* Задаем ширину с учетом отступов */
    max-width: 500px; /* <--- ВОТ ИЗМЕНЕНИЕ: ограничиваем ширину */
    box-sizing: border-box; /* Добавляем для корректного расчета ширины */
    background-color: var(--lyellow);
    border-radius: var(--radius);
    padding: 25px 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    
    /* По умолчанию скрыт, будет показан через JS */
    display: none; 
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

/* JS добавит этот класс для плавного появления */
.cookie-banner.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.cookie-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.cookie-banner__text {
    color: var(--black);
    font-size: clamp(14px, 0.9722vw, 16px); /* Адаптивный шрифт из вашего CSS */
    margin: 0;
    line-height: 1.5;
}

.cookie-banner__text a {
    color: var(--dred); /* Используем темно-красный для ссылки */
    text-decoration: underline;
    font-weight: 500;
}

.cookie-banner__text a:hover {
    text-decoration: none;
}

/* * Стили для кнопки, основанные на вашем классе .button
 */
.cookie-banner__button {
    /* Базовые стили из .button */
    padding: 0.94rem 1.5rem;
    background: var(--dred);
    color: var(--white);
    border: 1px solid var(--dred);
    border-radius: var(--radiuss);
    cursor: pointer;
    text-decoration: none;
    font-size: 12px; /* Слегка уменьшил, чтобы лучше влезало */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    
    /* Дополнительные стили для кнопки */
    white-space: nowrap; /* Чтобы текст "Хорошо" не переносился */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0; /* Запрещаем кнопке сжиматься */
}

.cookie-banner__button:hover {
    background: var(--dredhover);
    border-color: var(--dredhover);
}

/* * Адаптивность для мобильных устройств
 */
@media (max-width: 768px) {
    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 20px;
        width: auto; /* Сбрасываем ширину, чтобы left/right работали */
    }

    .cookie-banner__content {
        flex-direction: column;
        gap: 20px;
    }

    .cookie-banner__text {
        text-align: center;
        font-size: 14px;
    }

    .cookie-banner__button {
        width: 100%;
        max-width: 280px; /* Ограничиваем ширину на мобильных */
        font-size: 1rem;
    }
}
/* End */
/* /css/normalize.css?17642346336138 */
/* /css/swiper-bundle.min.css?176423463318454 */
/* /css/style.css?176423463340322 */
