@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: "HeliosCond";
  src: url("../fonts/HeliosCond.eot");
  src: url("../fonts/HeliosCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCond.woff") format("woff"), url("../fonts/HeliosCond.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HeliosCond";
  src: url("../fonts/HeliosCond-Bold.eot");
  src: url("../fonts/HeliosCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCond-Bold.woff") format("woff"), url("../fonts/HeliosCond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  --f-black: #2B2A29;
  --f-grey: #727271;
  --f-white: #fff;
  --f-orange: #E46414;
  --f-blue: #05286A;
  --f-red: #E41414;
  --bg-white: #fff;
  --bg-grey: #F3F3F3;
  --bg-blue: #05286A;
  --bg-cyan: #3A61AB;
  --bg-orange: #E46414;
}

.list-style > li {
  position: relative;
  padding-left: 30px;
}

.list-style > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--f-orange);
  top: calc(0.5em - 2.5px);
  left: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "HeliosCond", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--f-grey);
}

@media (min-width: 1366px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--f-orange);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

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

h1,
h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 768px) {
  h1 {
    font-size: 46px;
    color: var(--f-black);
    font-weight: 700;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 56px;
    color: var(--f-black);
    font-weight: 700;
  }
}
h2 {
  font-size: 26px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 1366px) {
  h2 {
    font-size: 32px;
    color: var(--f-black);
    font-weight: 700;
  }
}
h3 {
  font-size: 18px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 1366px) {
  h3 {
    font-size: 24px;
    color: var(--f-black);
    font-weight: 700;
  }
}
h4 {
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 1366px) {
  h4 {
    font-size: 18px;
    color: var(--f-black);
    font-weight: 700;
  }
}
p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.backdrop {
  display: none;
  position: fixed;
  z-index: 9;
  inset: 0;
  background-color: rgba(43, 43, 43, 0.8);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.swiper-prev,
.swiper-next {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 1px solid var(--bg-orange);
}

@media (min-width: 1366px) {
  .swiper-prev,
  .swiper-next {
    border: none;
  }
}
@media (min-width: 1366px) and (hover: hover) {
  .swiper-prev,
  .swiper-next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-prev:hover,
  .swiper-next:hover {
    border: 1px solid var(--bg-orange);
  }
}
.swiper-prev:after,
.swiper-next:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  border-top: 1px solid var(--bg-orange);
  border-right: 1px solid var(--bg-orange);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  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: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 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;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  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: -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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.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%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  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;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.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, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  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;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 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, 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: -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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  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 {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  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: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  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-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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
  margin: 0;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .breadcrumbs {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .breadcrumbs {
    grid-column: 12 span;
  }
}
.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:not(:last-child):before {
  position: absolute;
  content: "•";
  font-size: 14px;
  color: var(--bg-orange);
  top: 0;
  right: -14px;
}

.breadcrumbs li:last-child {
  pointer-events: none;
}

.breadcrumbs li:last-child a {
  opacity: 0.5;
}

.breadcrumbs li a {
  font-size: 14px;
  color: var(--bg-orange);
}

@media (min-width: 768px) {
  .breadcrumbs li a {
    font-size: 16px;
  }
}
.catalog {
  margin-block: 40px 70px;
}

@media (min-width: 1366px) {
  .catalog {
    margin-block: 40px 140px;
  }
}
.catalog__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  row-gap: 24px;
}

@media (min-width: 768px) {
  .catalog__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .catalog__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .catalog__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
@media (min-width: 1366px) {
  .catalog__wrapper {
    row-gap: 32px;
  }
}
.catalog__title {
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .catalog__title {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .catalog__title {
    grid-column: 12 span;
  }
}
.catalog__show-more,
.catalog .pagination {
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .catalog__show-more,
  .catalog .pagination {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .catalog__show-more,
  .catalog .pagination {
    grid-column: 4/9 span;
  }
}
.catalog__show-more {
  padding: 16px 56px;
  color: var(--f-orange);
  border: 1px solid rgba(228, 100, 20, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.catalog-sections {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .catalog-sections {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .catalog-sections {
    grid-column: 12 span;
  }
}
@media (min-width: 768px) {
  .catalog-sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .catalog-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-section {
  position: relative;
  padding: 18px 32px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--f-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .catalog-section svg {
    opacity: 0;
    visibility: hidden;
  }
  .catalog-section:hover {
    color: var(--f-orange);
  }
  .catalog-section:hover svg {
    opacity: 1;
    visibility: visible;
  }
  .catalog-section:hover svg path {
    stroke: currentColor;
  }
}
@media (hover: none) {
  .catalog-section:active {
    color: var(--f-orange);
  }
  .catalog-section:active svg path {
    stroke: currentColor;
  }
}
.catalog-section__title {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  color: currentColor;
  text-align: center;
}

.catalog-section__title svg {
  position: absolute;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.catalog-section__img {
  position: absolute;
  inset: 0;
}

.catalog-section__img:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.catalog-section__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.catalog-display {
  font-size: 18px;
  color: var(--f-black);
  white-space: nowrap;
  grid-column: 3 span;
}

@media (min-width: 1366px) {
  .catalog-display {
    font-size: 20px;
  }
}
.catalog-inner {
  grid-column: 4 span;
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .catalog-inner {
    grid-column: 8 span;
  }
}
@media (min-width: 768px) {
  .catalog-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .catalog-inner {
    grid-column: 4/9 span;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.contacts {
  margin-block: 96px 70px;
}

@media (min-width: 768px) {
  .contacts {
    margin-block: 80px 40px;
  }
}
@media (min-width: 1366px) {
  .contacts {
    margin-block: 80px 100px;
  }
}
.contacts__wrapper {
  background-color: var(--bg-orange);
  background-image: url("../img/content/main-form.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1366px) {
  .contacts__wrapper {
    max-width: 1320px;
    margin: 0 auto;
  }
}
.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 70px 20px;
}

@media (min-width: 768px) {
  .contacts__inner {
    padding: 80px 40px;
  }
}
@media (min-width: 1366px) {
  .contacts__inner {
    padding: 35px 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .contacts__info {
    padding: 54px 0;
  }
}
.contacts__title {
  color: var(--f-white);
}

.contacts__items {
  margin-top: 24px;
  display: grid;
  gap: 18px;
}

@media (min-width: 768px) {
  .contacts__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
}
@media (min-width: 1366px) {
  .contacts__items {
    margin-top: 80px;
    gap: 24px;
  }
}
.contacts__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px;
}

@media (min-width: 1366px) {
  .contacts__item {
    gap: 14px 18px;
  }
}
.contacts__icon {
  width: 72px;
  height: 72px;
  grid-column: 1;
  grid-row: 2 span;
}

.contacts__caption {
  font-size: 16px;
  color: var(--f-white);
  font-weight: 700;
}

.contacts__detail {
  font-size: 16px;
  color: var(--f-white);
}

.contacts__detail a {
  color: currentColor;
}

.contacts__form {
  background-color: var(--bg-white);
  padding: 56px 20px 26px;
}

@media (min-width: 768px) {
  .contacts__form {
    padding: 52px;
  }
}
@media (min-width: 1366px) {
  .contacts__form {
    padding: 56px 56px 45px;
    max-width: 500px;
    width: 100%;
  }
}
.contacts__form-desc {
  font-size: 18px;
  color: var(--f-black);
  font-weight: 700;
  margin-bottom: 32px;
}

@media (min-width: 1366px) {
  .contacts__form-desc {
    margin-bottom: 40px;
  }
}
.contacts__form-send {
  width: 100%;
  margin-top: 24px;
  padding: 20px;
}

@media (min-width: 1366px) {
  .contacts__form-send {
    margin-top: 32px;
  }
}
.contacts__form .input:not(:first-child) {
  margin-top: 24px;
}

.contacts__form-success {
  display: none;
  text-align: center;
  font-weight: 700;
  place-content: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
}

.contacts__form-success > * {
  max-width: 350px;
}

.contacts__form-success__title {
  font-size: 16px;
  color: var(--f-black);
}

@media (min-width: 1366px) {
  .contacts__form-success__title {
    font-size: 24px;
  }
}
.contacts__form-success__desc {
  font-size: 14px;
  color: var(--f-black);
  margin-top: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 1366px) {
  .contacts__form-success__desc {
    margin-top: 32px;
    font-size: 18px;
  }
}
.contacts__form-success__update {
  font-size: 16px;
  color: var(--f-grey);
  margin-top: 24px;
}

@media (min-width: 768px) {
  .contacts__form-success__update {
    margin-top: 40px;
  }
}
@media (min-width: 1366px) {
  .contacts__form-success__update {
    margin-top: 70px;
  }
}
.dropdown {
  position: relative;
}

.dropdown.active .dropdown__caption svg {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.dropdown__caption {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 16px;
  cursor: pointer;
}

.dropdown__caption > *:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dropdown__caption svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown__content {
  display: none;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.062745098);
  padding-block: 30px 40px;
}

@media (min-width: 768px) {
  .footer {
    padding-block: 32px;
  }
}
@media (min-width: 1366px) {
  .footer {
    padding-block: 100px 24px;
  }
}
.footer__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .footer__wrapper {
    --padding: 40px;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .footer__top {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .footer__top {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
@media (min-width: 1366px) {
  .footer__top {
    margin-top: 0;
  }
}
.footer__logo {
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .footer__logo {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .footer__logo {
    grid-column: 2 span;
  }
}
.footer__contacts {
  grid-column: 1/4 span;
  margin-top: 40px;
}

@media (min-width: 1366px) {
  .footer__contacts {
    margin-top: 0;
    grid-column: 5/3 span;
  }
}
.footer__contacts-address b {
  display: block;
}

.footer__contacts-address span {
  display: inline-block;
  margin-top: 6px;
}

@media (min-width: 1366px) {
  .footer__contacts-tel {
    margin-top: 18px;
  }
}
.footer__search {
  grid-column: 4 span;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .footer__search {
    grid-column: 5/4 span;
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .footer__search {
    grid-column: 10/3 span;
  }
}
.footer__search-input {
  position: relative;
}

.footer__search-input .input--filled .input__label {
  left: 18px;
}

.footer__search-input .input--filled .input__field {
  padding: 12px 18px;
  padding-right: 36px;
}

.footer__search-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}

@media (min-width: 1366px) {
  .footer__social {
    gap: 14px;
  }
}
.footer__social a {
  text-decoration: underline;
}

.footer__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  gap: 24px;
  margin-top: 64px;
}

@media (min-width: 768px) {
  .footer__bottom {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 40px;
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.footer__nav {
  grid-column: 1/4 span;
}

@media (min-width: 1366px) {
  .footer__nav {
    max-width: 200px;
  }
}
@media (min-width: 1366px) {
  .footer__nav .dropdown__caption .dropdown__expand {
    display: none;
  }
}
.footer__nav-title {
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
}

@media (hover: hover) {
  .footer__nav-title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__nav-title:hover {
    color: var(--f-orange);
  }
}
.footer__nav-list {
  list-style: none;
  margin-top: 14px;
}

@media (min-width: 1366px) {
  .footer__nav-list {
    display: block;
  }
}
.footer__nav-list li:not(:first-child) {
  margin-top: 14px;
}

.footer__nav-list li a {
  font-size: 14px;
  color: var(--f-grey);
}

@media (hover: hover) {
  .footer__nav-list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__nav-list li a:hover {
    color: var(--f-orange);
  }
}
.footer__rights {
  color: rgba(114, 114, 113, 0.1882352941);
  margin-top: 40px;
}

@media (min-width: 1366px) {
  .footer__rights {
    margin-top: 56px;
  }
}
.header {
  background: var(--bg-white);
  position: relative;
  z-index: 10;
}

.header.header-mobile--show {
  position: fixed;
  background: var(--bg-white);
  inset: 0;
  height: 100dvh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header.header-mobile--show .header__wrapper {
  background: var(--bg-white);
  z-index: 10;
  position: relative;
  grid-template-rows: auto auto 1fr;
}

.header.header-mobile--show .header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-mobile--show .header__mobile .header__contacts li:last-child {
  display: block;
}

.header__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}

@media (min-width: 768px) {
  .header__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .header__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .header__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.header__logo {
  grid-row: 2;
  grid-column: 2 span;
  width: 108px;
  height: 44px;
}

@media (min-width: 768px) {
  .header__logo {
    width: 133px;
    height: 55px;
  }
}
@media (min-width: 1366px) {
  .header__logo {
    grid-row: 1/2 span;
  }
}
.header__top {
  grid-column: 4 span;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 12px;
}

@media (min-width: 768px) {
  .header__top {
    grid-column: 8 span;
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .header__top {
    grid-column: 3/10 span;
    margin-bottom: 18px;
  }
}
.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-align: start;
}

.header__location span {
  font-size: 14px;
  color: var(--f-orange);
}

.header__contacts {
  display: grid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 8px;
}

@media (min-width: 768px) {
  .header__contacts {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 32px;
  }
}
@media (min-width: 1366px) {
  .header__contacts {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.header__contacts li {
  padding: 0;
}

.header__contacts li:before {
  content: none;
}

.header__contacts li:last-child {
  display: none;
}

@media (min-width: 768px) {
  .header__contacts li:last-child {
    display: block;
    grid-column: 2;
  }
}
@media (min-width: 1366px) {
  .header__contacts li:last-child {
    grid-column: initial;
  }
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column: 3/2 span;
}

@media (min-width: 768px) {
  .header__bottom {
    grid-column: 3/6 span;
  }
}
@media (min-width: 1366px) {
  .header__bottom {
    grid-column: 3/10 span;
  }
}
.header__nav {
  display: none;
}

@media (min-width: 1366px) {
  .header__nav {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1366px) {
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
.header__nav ul li {
  padding: 0;
}

.header__nav ul li:before {
  content: none;
}

.header__nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--f-grey);
  font-weight: 700;
}

@media (hover: hover) {
  .header__nav ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav ul li a:hover {
    color: var(--f-orange);
  }
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-left: 32px;
}

.header__btns button {
  width: 38px;
  height: 38px;
  place-items: center;
  background-color: #f5f5f5;
}

.header__btns button svg {
  display: block;
}

.header__btns button:not(.header__burger) {
  display: grid;
  position: relative;
}

.header__contact {
  font-size: 12px;
  color: var(--f-orange);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  display: none;
}

@media (min-width: 1366px) {
  .header__contact {
    margin-left: 16px;
    display: block;
  }
}
.header__docs {
  display: none;
}

@media (min-width: 768px) {
  .header__docs {
    display: block;
  }
}
@media (min-width: 1366px) {
  .header__docs {
    margin-left: 16px;
  }
}
.header__docs .dropdown.active .dropdown__caption {
  color: var(--bg-white);
  background-color: var(--bg-orange);
  border-color: var(--bg-orange);
}

.header__docs .dropdown.active .dropdown__caption svg path {
  stroke: var(--bg-white);
}

.header__docs .dropdown__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--f-grey);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__docs .dropdown__caption svg {
  width: 12px;
  height: 12px;
}

.header__docs .dropdown__caption svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: var(--f-grey);
}

.header__docs .dropdown__content {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  -webkit-box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--bg-white);
}

.header__docs .dropdown__content ul {
  padding: 24px;
}

.header__docs .dropdown__content ul li:not(:first-child) {
  margin-top: 14px;
}

.header__docs .dropdown__content ul li a {
  font-size: 14px;
  color: var(--f-grey);
  text-decoration: underline;
  white-space: nowrap;
}

@media (hover: hover) {
  .header__docs .dropdown__content ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__docs .dropdown__content ul li a:hover {
    color: var(--f-orange);
  }
}
.header__burger {
  display: grid;
}

@media (min-width: 1366px) {
  .header__burger {
    display: none;
  }
}
.header__mobile {
  display: none;
  grid-column: 4 span;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 40px 30px;
  padding-inline: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .header__mobile {
    grid-column: 8 span;
    padding-block: 70px 80px;
    padding-inline: 40px;
  }
}
.header__mobile .header__nav {
  display: block;
}

@media (min-width: 768px) {
  .header__mobile .header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.header__mobile .header__nav li:not(:first-child) {
  margin-top: 32px;
}

.header__mobile .header__docs {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

@media (min-width: 768px) {
  .header__mobile .header__docs {
    display: none;
  }
}
.header__mobile .header__contact {
  display: block;
}

.header__mobile-contacts {
  margin-top: 16px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__mobile-contacts .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.notfound {
  margin-block: 40px;
}

@media (min-width: 768px) {
  .notfound {
    margin-block: 60px;
  }
}
@media (min-width: 1366px) {
  .notfound {
    margin-block: 120px;
  }
}
.notfound__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  row-gap: 32px;
}

@media (min-width: 768px) {
  .notfound__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .notfound__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .notfound__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.notfound__content {
  grid-column: 4 span;
}

@media (min-width: 1366px) {
  .notfound__content {
    grid-column: 6 span;
  }
}
.notfound__desc {
  margin-top: 24px;
}

.notfound__link {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 32px;
  text-transform: uppercase;
  border: 1px solid rgba(114, 114, 113, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  color: var(--f-grey);
  font-weight: 700;
}

.notfound__img {
  grid-column: 4 span;
  grid-row: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .notfound__img {
    grid-row: initial;
  }
}
@media (min-width: 1366px) {
  .notfound__img {
    grid-column: 6 span;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .pagination {
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
  }
}
.pagination ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.pagination ul li {
  width: 32px;
  height: 32px;
}

.pagination ul li.pagination--current a {
  background: var(--f-orange);
  color: var(--f-white);
}

.pagination a {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 16px;
  color: var(--f-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.pagination a:first-of-type {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pagination a:last-of-type {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.pagination a:not(li > a) {
  padding: 6px 12px;
}

@media (hover: hover) {
  .pagination a:hover {
    background: rgba(243, 243, 243, 0.4);
    color: var(--f-orange);
  }
}
.popup {
  background-color: var(--bg-white);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.popup.popup--show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.popup__close {
  display: block;
  position: absolute;
  right: 24px;
  top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1407_6975' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1407_6975)'%3E%3Cpath d='M6.40156 18.6516L5.35156 17.6016L10.9516 12.0016L5.35156 6.40156L6.40156 5.35156L12.0016 10.9516L17.6016 5.35156L18.6516 6.40156L13.0516 12.0016L18.6516 17.6016L17.6016 18.6516L12.0016 13.0516L6.40156 18.6516Z' fill='%23B9B9B8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 24px;
  height: 24px;
}

.popup__wrapper {
  padding: 40px 24px;
}

.popup__title {
  font-size: 18px;
  color: #342F2A;
  font-weight: 700;
  text-transform: uppercase;
}

.popup__inner {
  margin-top: 24px;
}

@media (min-width: 1366px) {
  .popup__inner {
    margin-top: 32px;
  }
}
.product {
  background-color: rgba(243, 243, 243, 0.4);
}

.product__img {
  position: relative;
  width: 100%;
  aspect-ratio: 313/186;
  overflow: hidden;
}

.product__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product__content {
  padding: 20px 24px;
}

.product__title {
  font-size: 20px;
  color: var(--f-black);
}

.product__article {
  margin-top: 4px;
  font-size: 16px;
  color: var(--f-grey);
  opacity: 0.5;
}

.product > .product-price {
  margin-top: 24px;
}

.product__amount span {
  color: var(--f-orange);
}

.product__cart {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.product__cart.added .product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__cart-link {
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.product__quantity {
  display: none;
}

.product__quantity-input {
  width: 40px;
  height: 40px;
  border: 1px solid #F2F2F2;
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
  text-align: center;
}

.product-detail {
  margin-block: 40px 70px;
}

@media (min-width: 768px) {
  .product-detail {
    margin-block: 40px;
  }
}
@media (min-width: 1366px) {
  .product-detail {
    margin-block: 40px 140px;
  }
}
.product-detail__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .product-detail__wrapper {
    --padding: 40px;
  }
}
.product-detail__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .product-detail__inner {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .product-detail__inner {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.product-detail__title {
  margin-top: 24px;
  text-wrap: balance;
}

.product-detail__article {
  margin-top: 8px;
}

.product-detail__gallery {
  position: relative;
  display: grid;
  padding-bottom: 24px;
  gap: 24px;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .product-detail__gallery {
    grid-template-rows: 1fr 88px;
    grid-row: 2 span;
  }
}
@media (min-width: 1366px) {
  .product-detail__gallery {
    grid-row: initial;
    grid-template-columns: 88px 1fr;
    grid-column: 5 span;
    max-height: 360px;
  }
}
.product-detail__gallery .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  top: auto;
  bottom: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .product-detail__gallery .swiper-pagination {
    display: none;
  }
}
.product-detail__gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--f-grey);
  border-radius: 0;
  width: 8px;
  height: 4px;
}

.product-detail__gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-orange);
}

.product-detail__thumbs {
  position: relative;
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) {
  .product-detail__thumbs {
    display: block;
  }
}
@media (min-width: 1366px) {
  .product-detail__thumbs {
    grid-row: 1/2 span;
  }
}
.product-detail__thumbs-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

@media (min-width: 1366px) {
  .product-detail__thumbs-img {
    max-width: 88px;
  }
}
.product-detail__thumbs-img.swiper-slide-thumb-active:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--bg-orange);
  z-index: 1;
}

.product-detail__thumbs-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-detail__slider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 335/342;
}

@media (min-width: 1366px) {
  .product-detail__slider {
    aspect-ratio: 422/358;
    grid-column: 2;
  }
}
.product-detail__slider-img {
  position: relative;
  overflow: hidden;
}

.product-detail__slider-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-detail__chars {
  grid-column: 4 span;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .product-detail__chars {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .product-detail__chars {
    grid-column: 3 span;
  }
}
.product-detail__status {
  padding: 2px 8px;
  font-size: 14px;
  color: var(--bg-white);
  background-color: var(--bg-blue);
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-detail__list {
  margin-top: 24px;
  overflow: hidden;
}

.product-detail__list li {
  font-size: 12px;
}

.product-detail__list li:before {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  float: left;
  width: 0;
  white-space: nowrap;
}

.product-detail__list li:not(:first-child) {
  margin-top: 14px;
}

.product-detail__list li span {
  background-color: var(--bg-white);
}

.product-detail__list li span:first-child {
  padding-right: 15px;
  color: var(--f-grey);
}

.product-detail__list li span:last-child {
  float: right;
  padding-left: 15px;
  color: var(--f-black);
}

.product-detail__buy {
  z-index: 1;
  padding-block: 18px;
  grid-column: 4 span;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  opacity: 1;
  visibility: visible;
}

.product-detail__buy.sticky {
  background: #fafafa;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}

.product-detail__buy.hide {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .product-detail__buy {
    background: #fafafa;
    position: static;
    padding: 30px 20px;
  }
}
@media (min-width: 1366px) {
  .product-detail__buy {
    grid-column: -4/3 span;
  }
}
.product-detail__delivery {
  display: none;
}

@media (min-width: 768px) {
  .product-detail__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
}
@media (min-width: 1366px) {
  .product-detail__delivery {
    margin-top: 24px;
  }
}
.product-detail__cart {
  padding: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .product-detail__cart {
    margin-top: 32px;
  }
}
.product-detail__felials {
  grid-column: 4 span;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .product-detail__felials {
    grid-column: 8 span;
    margin-top: 0;
  }
}
.felials__wrapper {
  margin-top: 32px;
}

.felial__city {
  font-size: 16px;
  color: var(--f-orange);
  font-weight: 700;
}

@media (min-width: 1366px) {
  .felial__city {
    font-size: 18px;
  }
}
.felial__inner {
  margin-top: 24px;
}

.felial__item:not(:first-child) {
  margin-top: 60px;
}

.felial__item-title {
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 1366px) {
  .felial__item-title {
    font-size: 18px;
  }
}
.felial__item-desc {
  margin-top: 24px;
}

.product-related {
  margin-top: 80px;
}

@media (min-width: 1366px) {
  .product-related {
    margin-top: 140px;
  }
}
.product-related__wrapper {
  overflow: hidden;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .product-related__wrapper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.product-related__nav {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  display: none;
}

@media (min-width: 768px) {
  .product-related__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.request {
  margin-block: 80px;
}

.request__wrapper {
  background-image: url("../img/assets/request/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  padding-block: 70px;
}

@media (min-width: 768px) {
  .request__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .request__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .request__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
@media (min-width: 768px) {
  .request__wrapper {
    padding-top: 96px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1366px) {
  .request__wrapper {
    padding-top: 96px;
    padding-bottom: 126px;
  }
}
.request__title {
  grid-column: 4 span;
  color: var(--f-white);
}

@media (min-width: 768px) {
  .request__title {
    grid-column: 1/5 span;
  }
}
@media (min-width: 1366px) {
  .request__title {
    grid-column: 1/6 span;
  }
}
.request__desc {
  margin-top: 24px;
  color: var(--f-white);
  grid-column: 1/4 span;
}

@media (min-width: 768px) {
  .request__desc {
    grid-column: 1/5 span;
  }
}
@media (min-width: 1366px) {
  .request__desc {
    grid-column: 1/6 span;
  }
}
.request__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--f-white);
  font-size: 16px;
  color: var(--bg-white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 32px;
  margin-top: 32px;
  grid-column: 1/4 span;
}

@media (min-width: 1366px) {
  .request__btn {
    margin-top: 0;
    grid-row: 1/2 span;
    justify-self: center;
    align-self: center;
    grid-column: 10/3 span;
  }
}
.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 3 span;
}

@media (min-width: 768px) {
  .catalog-sort {
    grid-column: 7 span;
  }
}
@media (min-width: 1366px) {
  .catalog-sort {
    grid-column: 4/9 span;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
  }
}
.catalog-sort__inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-left: 24px;
}

@media (min-width: 1366px) {
  .catalog-sort__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.catalog-sort__inner .dropdown__caption {
  gap: 12px;
}

@media (min-width: 1366px) {
  .catalog-sort__inner .dropdown__caption {
    display: none;
  }
}
.catalog-sort__inner .dropdown__caption span {
  padding: 7px 12px;
  border-radius: 800px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  color: var(--f-white);
  background-color: var(--f-orange);
}

.catalog-sort__inner .dropdown__caption svg {
  width: 12px;
  height: 16px;
}

.catalog-sort__inner .dropdown__content {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  -webkit-box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--bg-white);
  z-index: 1;
  padding: 24px;
  display: none;
}

@media (min-width: 1366px) {
  .catalog-sort__inner .dropdown__content {
    display: contents;
  }
}
.catalog-sort__item {
  background-color: #f5f5f5;
  color: var(--f-black);
  padding: 7px 12px;
  border-radius: 800px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.catalog-sort__item.active {
  color: var(--f-white);
  background-color: var(--f-orange);
  display: none;
}

@media (min-width: 1366px) {
  .catalog-sort__item.active {
    display: block;
  }
}
.catalog-sort__item:not(:first-child) {
  margin-top: 5px;
}

@media (hover: hover) {
  .catalog-sort__item:hover {
    color: var(--f-white);
    background-color: var(--f-orange);
  }
}
@media (hover: none) {
  .catalog-sort__item:active {
    color: var(--f-white);
    background-color: var(--f-orange);
  }
}
.catalog-sort__expand {
  margin-left: 12px;
  grid-column: 2;
}

.catalog-filters {
  grid-column: 4 span;
  position: fixed;
  inset: 0;
  background-color: var(--bg-grey);
  display: none;
  padding: 40px 20px;
  z-index: 11;
}

@media (min-width: 768px) {
  .catalog-filters {
    grid-column: 8 span;
    padding: 40px;
  }
}
@media (min-width: 1366px) {
  .catalog-filters {
    position: static;
    display: block;
    grid-column: 1/3 span;
    padding: 32px 24px;
  }
}
.catalog-filters.show {
  display: block;
}

.catalog-filters__expand {
  justify-self: flex-end;
}

@media (min-width: 1366px) {
  .catalog-filters__expand {
    display: none;
  }
}
.catalog-filters__expand-hide {
  display: none;
  font-size: 14px;
  color: var(--f-blue);
  text-transform: uppercase;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  padding-top: 45px;
  padding-right: 40px;
}

@media (max-width: 1365px) {
  .catalog-filters__form {
    height: calc(100dvh - 170px);
    overflow-y: auto;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .catalog-filters__form {
    margin-top: 50px;
    height: calc(100dvh - 120px);
  }
}
.catalog-filters__title {
  font-size: 20px;
  color: var(--f-grey);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1366px) {
  .catalog-filters__title {
    display: none;
  }
}
.filter-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-switch__title {
  font-size: 16px;
  color: var(--f-black);
  text-transform: uppercase;
}

.filter-switch__input {
  margin-left: 16px;
}

.catalog-filter {
  border-top: 1px solid #b6b6b6;
  padding-top: 18px;
}

.catalog-filter:not(:first-child) {
  margin-top: 24px;
}

.catalog-filter__title {
  font-size: 18px;
  color: var(--f-black);
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-filter__inputs {
  margin-top: 12px;
}

.catalog-filter__reset {
  margin-top: 32px;
  text-decoration: none;
  background-color: rgba(228, 100, 20, 0.2);
  width: 100%;
}

.catalog-filter__reset.button {
  padding: 12px;
}

.search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
}

.search.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1366px) {
  .search__wrapper {
    --padding: 20px;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
}
@media (min-width: 1366px) and (min-width: 768px) {
  .search__wrapper {
    --padding: 40px;
  }
}
.search__inner {
  background-color: var(--bg-white);
}

.search__container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 28px;
}

@media (min-width: 768px) {
  .search__container {
    gap: 24px;
    padding: 28px 46px;
  }
}
@media (min-width: 1366px) {
  .search__container {
    padding: 28px 56px;
  }
}
.search__input.input--filled {
  background: transparent;
}

.search__input.input--filled .input__label {
  left: 0;
}

.search__input.input--filled .input__field {
  width: 100%;
  padding: 0;
}

.search__result {
  border-top: 1px solid var(--f-grey);
  padding: 24px 20px 32px;
}

@media (min-width: 768px) {
  .search__result {
    padding: 24px 95px 40px;
  }
}
@media (min-width: 1366px) {
  .search__result {
    padding: 24px 104px 40px;
  }
}
.search__result-list li:not(:first-child) {
  margin-top: 12px;
}

.search__result-all {
  display: inline-block;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .search__result-all {
    margin-top: 24px;
  }
}
.main-banner {
  padding-top: 80px;
  padding-bottom: 24px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .main-banner {
    padding-top: 150px;
    padding-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .main-banner {
    background-position: center;
    padding-top: 180px;
  }
}
.main-banner__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .main-banner__wrapper {
    --padding: 40px;
  }
}
.main-banner__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}

@media (min-width: 768px) {
  .main-banner__inner {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .main-banner__inner {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.main-banner__title {
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .main-banner__title {
    grid-column: 6 span;
  }
}
@media (min-width: 1366px) {
  .main-banner__title {
    grid-column: 9 span;
  }
}
.main-banner__title h1 {
  color: var(--f-white);
  text-transform: uppercase;
}

.main-banner__desc {
  margin-top: 24px;
  font-size: 16px;
  color: var(--f-white);
  font-weight: 400;
  line-height: 130%;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .main-banner__desc {
    grid-column: 7 span;
  }
}
@media (min-width: 1366px) {
  .main-banner__desc {
    grid-column: 5 span;
  }
}
.main-calc {
  margin-block: 80px;
}

@media (min-width: 1366px) {
  .main-calc {
    margin-block: 90px 140px;
  }
}
.main-calc__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .main-calc__wrapper {
    --padding: 40px;
  }
}
.main-calc__headtitle {
  text-align: center;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .main-calc__headtitle {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .main-calc__headtitle {
    grid-column: 12 span;
  }
}
.main-calc__headdesc {
  text-align: center;
  grid-column: 4 span;
  margin-top: 14px;
  max-width: 600px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .main-calc__headdesc {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .main-calc__headdesc {
    grid-column: 12 span;
    margin-top: 18px;
  }
}
.main-calc__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .main-calc__inner {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .main-calc__inner {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.main-calc__inputs {
  -webkit-box-shadow: 0 4px 35px 0 rgba(40, 43, 44, 0.1);
  box-shadow: 0 4px 35px 0 rgba(40, 43, 44, 0.1);
  padding: 30px 20px;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .main-calc__inputs {
    grid-column: 1/5 span;
  }
}
@media (min-width: 1366px) {
  .main-calc__inputs {
    padding: 30px 56px;
    grid-column: 2/5 span;
  }
}
.main-calc__inputs .input__field {
  color: #80807F;
}

.main-calc__input-size {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.main-calc__input-rods {
  margin-top: 20px;
}

.main-calc__input-rods__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-calc__input-rods__title span {
  font-size: 16px;
  color: var(--f-grey);
  font-weight: 700;
}

.main-calc__input-rods__title svg {
  cursor: pointer;
}

.main-calc__input-rods__title-hover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 6px);
  white-space: nowrap;
  padding: 10px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(5, 40, 106, 0.08);
  box-shadow: 0 4px 7px 0 rgba(5, 40, 106, 0.08);
  background-color: var(--bg-white);
}

.main-calc__input-rods__title.active svg circle {
  fill: var(--bg-blue);
}

.main-calc__input-rods__title.active svg path {
  fill: var(--bg-white);
}

.main-calc__input-rods__title.active .main-calc__input-rods__title-hover {
  opacity: 1;
  visibility: visible;
}

.main-calc__input-rods__wrapper {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.main-calc__input-rods__wrapper .input:first-child:before {
  position: absolute;
  right: -10px;
  bottom: -10px;
  color: #80807F;
  content: "/";
}

.main-calc__input-rods__wrapper .input:first-child:after {
  position: absolute;
  right: 0;
  color: #80807F;
  content: "продольные";
}

.main-calc__input-rods__wrapper .input:last-child:after {
  position: absolute;
  right: 0;
  color: #80807F;
  content: "поперечные";
}

.main-calc__input-rods__wrapper .input__field {
  width: 50%;
}

.main-calc__input-wire {
  margin-top: 28px;
}

.main-calc__input-quantity {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.main-calc__input-quantity .input:not(:first-child) {
  position: relative;
  border-color: var(--bg-orange);
  grid-row: 2;
}

.main-calc__input-quantity .input:not(:first-child) .input__field {
  width: 50%;
}

.main-calc__input-quantity .input:nth-child(1) {
  grid-column: 2 span;
}

@media (min-width: 768px) {
  .main-calc__input-quantity .input:nth-child(1) {
    grid-column: 1;
  }
}
.main-calc__input-quantity .input:nth-child(2):after {
  position: absolute;
  right: 0;
  color: var(--f-orange);
  content: "кв. м. сетки";
}

@media (max-width: 370px) {
  .main-calc__input-quantity .input:nth-child(2):after {
    font-size: 12px;
  }
}
.main-calc__input-quantity .input:nth-child(3):after {
  position: absolute;
  right: 0;
  color: var(--f-orange);
  content: "куб. м. сетки";
}

@media (max-width: 370px) {
  .main-calc__input-quantity .input:nth-child(3):after {
    font-size: 12px;
  }
}
.main-calc__inputs-reset {
  width: 100%;
  margin-top: 32px;
  padding: 20px;
}

.main-calc__results {
  background-color: var(--bg-grey);
  grid-column: 4 span;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .main-calc__results {
    grid-column: 6/3 span;
  }
}
@media (min-width: 1366px) {
  .main-calc__results {
    padding: 30px;
    grid-column: 7/5 span;
  }
}
.main-calc__results-title {
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1366px) {
  .main-calc__results-title {
    font-size: 18px;
  }
}
.main-calc__results-list {
  margin-top: 16px;
}

@media (min-width: 1366px) {
  .main-calc__results-list {
    margin-top: 32px;
  }
}
.main-calc__results-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--f-grey);
}

.main-calc__results-list li:not(:first-child) {
  margin-top: 16px;
}

.main-calc__results-list li span {
  text-transform: uppercase;
  color: var(--f-blue);
}

.main-calc__results-list li span:last-child {
  font-weight: 700;
  font-size: 16px;
}

.main-clients {
  background-color: var(--bg-grey);
  padding: 60px 0;
}

@media (min-width: 768px) {
  .main-clients {
    padding: 80px 0;
  }
}
@media (min-width: 1366px) {
  .main-clients {
    padding: 140px 0;
  }
}
.main-clients__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .main-clients__wrapper {
    --padding: 40px;
  }
}
.main-clients__items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

@media (min-width: 768px) {
  .main-clients__items {
    margin-top: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1366px) {
  .main-clients__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-clients__item {
  background-color: var(--bg-white);
  padding: 10px;
  display: grid;
  place-items: center;
}

.main-detail--border .main-detail__item:first-child {
  border-top: 1px solid rgba(114, 114, 113, 0.1254901961);
  margin-top: 80px;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .main-detail--border .main-detail__item:first-child {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1366px) {
  .main-detail--border .main-detail__item:first-child {
    margin-top: 140px;
  }
}
.main-detail__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .main-detail__wrapper {
    --padding: 40px;
  }
}
.main-detail__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  row-gap: 24px;
}

@media (min-width: 768px) {
  .main-detail__item {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .main-detail__item {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
@media (min-width: 768px) {
  .main-detail__item {
    row-gap: 0;
  }
}
@media (min-width: 1366px) {
  .main-detail__item {
    margin: 80px 0;
  }
}
@media (min-width: 1366px) {
  .main-detail__item:has(img) {
    margin: 140px 0;
  }
}
.main-detail__item:has(img) .main-detail__left {
  grid-row: 2;
}

@media (min-width: 768px) {
  .main-detail__item:has(img) .main-detail__left {
    grid-row: initial;
  }
}
@media (min-width: 768px) {
  .main-detail__item:has(img) .main-detail__right {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .main-detail__item:has(> *:nth-child(3n)) {
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 1366px) {
  .main-detail__item:has(> *:nth-child(3n)) {
    row-gap: 24px;
  }
}
@media (min-width: 768px) {
  .main-detail__item:has(> *:nth-child(3n)) .main-detail__left,
  .main-detail__item:has(> *:nth-child(3n)) .main-detail__right {
    grid-row: 2;
  }
}
.main-detail__item:not(:first-child) {
  margin-block: 60px;
}

@media (min-width: 768px) {
  .main-detail__item:not(:first-child) {
    margin-block: 80px;
  }
}
.main-detail__left, .main-detail__right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  grid-column: 4 span;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .main-detail__left, .main-detail__right {
    row-gap: 0;
  }
}
@media (min-width: 1366px) {
  .main-detail__left, .main-detail__right {
    grid-column: 6 span;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 24px;
  }
}
.main-detail__img {
  position: relative;
  aspect-ratio: 335/313;
  grid-column: 4 span;
}

@media (min-width: 1366px) {
  .main-detail__img {
    aspect-ratio: 648/400;
  }
}
@media (min-width: 1366px) {
  .main-detail__img {
    grid-column: 6 span;
  }
}
@media (min-width: 768px) {
  .main-detail__img + .main-detail__text {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.main-detail__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-detail__title {
  text-transform: uppercase;
  grid-column: 4 span;
}

@media (min-width: 1366px) {
  .main-detail__title {
    grid-column: 6 span;
  }
}
.main-detail__title + .main-detail__desc {
  margin-top: 16px;
}

.main-detail__subtitle {
  grid-column: 1/4 span;
}

@media (min-width: 768px) {
  .main-detail__subtitle {
    grid-column: 1/3 span;
  }
}
@media (min-width: 1366px) {
  .main-detail__subtitle {
    grid-column: 1/4 span;
  }
}
.main-detail__desc {
  line-height: 130%;
  margin-top: 14px;
  grid-column: 4 span;
}

@media (min-width: 768px) {
  .main-detail__desc {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .main-detail__desc {
    grid-column: 5 span;
  }
}
.main-detail__listtitle {
  grid-column: 1/4 span;
}

@media (min-width: 1366px) {
  .main-detail__listtitle {
    grid-column: 1/6 span;
  }
}
.main-detail__list {
  grid-column: 1/4 span;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .main-detail__list {
    grid-column: 1/3 span;
  }
}
@media (min-width: 1366px) {
  .main-detail__list {
    grid-column: 1/4 span;
  }
}
.main-detail__list li {
  position: relative;
  padding-left: 30px;
}

.main-detail__list li:before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--bg-orange);
}

.main-detail__list li:not(:first-child) {
  margin-top: 24px;
}

.main-form {
  background-color: var(--bg-orange);
  background-image: url("../img/content/main-form.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 60px 0;
  margin: 80px 0;
}

@media (min-width: 1366px) {
  .main-form {
    margin: 140px 0;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.main-form__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}

@media (min-width: 768px) {
  .main-form__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .main-form__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .main-form__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.main-form__text {
  grid-column: 4 span;
}

@media (min-width: 1366px) {
  .main-form__text {
    grid-column: 5 span;
  }
}
.main-form__title {
  color: var(--f-white);
}

.main-form__desc {
  font-size: 14px;
  color: var(--f-white);
  font-weight: 400;
  line-height: 130%;
  max-width: 370px;
}

@media (min-width: 1366px) {
  .main-form__desc {
    font-size: 16px;
    margin-top: 18px;
  }
}
.main-form__tel {
  margin-top: 40px;
  font-size: 16px;
  color: var(--f-white);
  font-weight: 400;
  line-height: 130%;
}

@media (min-width: 1366px) {
  .main-form__tel {
    margin-top: 50px;
  }
}
.main-form__tel a {
  color: var(--f-white);
  text-decoration: underline;
}

.main-form__inner {
  grid-column: 4 span;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .main-form__inner {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .main-form__inner {
    grid-column: 7/4 span;
  }
}
.main-form__inner .input {
  color: var(--f-white);
}

.main-form__inner .input:not(:first-child) {
  margin-top: 24px;
}

.main-form__btn {
  width: 100%;
  margin-top: 24px;
  padding: 20px;
}

.main-form__policy {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.3764705882);
}

.main-form__policy a {
  padding-left: 5px;
  color: var(--f-white);
}

.main-products {
  background-color: var(--bg-grey);
  padding: 80px 0;
}

@media (min-width: 768px) {
  .main-products {
    padding-top: 110px;
    padding-bottom: 84px;
  }
}
@media (min-width: 1366px) {
  .main-products {
    padding-top: 230px;
    padding-bottom: 140px;
  }
}
.main-products__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 768px) {
  .main-products__wrapper {
    --padding: 40px;
  }
}
.main-products__headtitle {
  text-align: center;
}

@media (min-width: 1366px) {
  .main-products__headtitle {
    text-align: start;
  }
}
.main-products__items {
  display: grid;
  gap: 4px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .main-products__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .main-products__items {
    margin-top: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-products__item {
  background-color: var(--bg-white);
}

@media (max-width: 1365px) {
  .main-products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .main-products__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-products__item:hover {
    -webkit-box-shadow: 0px 4px 35px 0px rgba(40, 43, 44, 0.2);
    box-shadow: 0px 4px 35px 0px rgba(40, 43, 44, 0.2);
  }
  .main-products__item:hover .main-products__link {
    opacity: 1;
    visibility: visible;
  }
}
.main-products__img {
  position: relative;
  height: 60px;
}

@media (min-width: 1366px) {
  .main-products__img {
    height: 90px;
  }
}
.main-products__img:before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2509803922);
}

.main-products__img img {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-products__content {
  padding: 24px 20px;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1366px) {
  .main-products__content {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 24px;
  }
}
.main-products__title {
  font-size: 18px;
  color: var(--f-black);
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1366px) {
  .main-products__title {
    grid-column: 1;
  }
}
.main-products__title:has(+ .main-products__link) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-products__link {
  font-size: 14px;
  color: var(--f-white);
  padding: 20px;
  background-color: var(--bg-orange);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 32px;
}

@media (min-width: 1366px) {
  .main-products__link {
    margin-top: 0;
    font-size: 16px;
    color: var(--f-orange);
    padding: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    grid-column: 2;
    text-align: end;
    text-transform: initial;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (hover: hover) {
  .main-products__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.main-products__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .main-products__variants {
    margin-top: 24px;
  }
}
@media (min-width: 1366px) {
  .main-products__variants {
    grid-column: 2 span;
    margin-top: 32px;
  }
}
.main-products__variants + .main-products__variants {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.062745098);
}

.main-products__variants:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-products__variant {
  padding: 8px 16px;
  border-radius: 24px;
  background-color: var(--bg-blue);
  font-size: 14px;
  color: var(--f-white);
  text-align: center;
}

@media (hover: hover) {
  .main-products__variant {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-products__variant:hover {
    background-color: var(--bg-cyan);
  }
}
.product-slider {
  margin: 60px 0;
}

@media (min-width: 768px) {
  .product-slider {
    margin: 80px 0;
  }
}
@media (min-width: 1366px) {
  .product-slider {
    margin: 140px 0;
  }
}
.product-slider__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .product-slider__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .product-slider__wrapper {
    grid-template-columns: 1fr auto;
  }
}
.product-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-row: 3;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .product-slider__nav {
    margin-top: 0;
    gap: 40px;
    grid-row: initial;
  }
}
.product-slider__inner {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .product-slider__inner {
    margin-top: 40px;
    grid-column: 2 span;
  }
}
@media (min-width: 1366px) {
  .product-slider__inner {
    margin-top: 56px;
  }
}
.product-slider__item {
  cursor: -webkit-grab;
  cursor: grab;
}

.product-slider__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.product-slider__item-img {
  position: relative;
  aspect-ratio: 227/167;
}

@media (min-width: 1366px) {
  .product-slider__item-img {
    aspect-ratio: 327/241;
  }
}
.product-slider__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-slider__content {
  background-color: var(--bg-grey);
  padding: 18px 16px;
}

@media (min-width: 1366px) {
  .product-slider__content {
    padding: 32px 24px;
  }
}
.product-slider__desc {
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 1366px) {
  .product-slider__desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .choose-city__popup {
    inset: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.choose-city__result {
  margin-top: 32px;
}

.choose-city__input.input--filled {
  border: 1px solid rgba(114, 114, 113, 0.1);
  color: #B9B9B8;
  background: transparent;
}

.choose-city__input.input--filled .input__field {
  width: 100%;
}

.choose-city__notfound {
  font-size: 16px;
  color: var(--f-red);
}

.choose-city__list {
  margin-top: 24px;
  max-height: 350px;
  overflow-y: auto;
}

.choose-city__list li:not(:first-child) {
  margin-top: 24px;
}

.choose-city__list li a {
  font-size: 16px;
  color: var(--f-grey);
}

@media (hover: hover) {
  .choose-city__list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .choose-city__list li a:hover {
    color: var(--f-orange);
  }
}
.callback__popup {
  max-width: 430px;
}

@media (max-width: 767px) {
  .callback__popup {
  }
}
.callback__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.callback__send {
  margin-top: 40px;
  padding: 12px;
  width: 100%;
}

.callback__policy {
  margin-top: 12px;
}

.callback__policy a {
  padding-left: 5px;
  text-decoration: underline;
}

.product-price {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px 25px;
}

.product-price-title {
  grid-column: 2 span;
}

.product-price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--f-black);
}

.product-price-card span {
  font-size: 36px;
  color: var(--f-orange);
  font-weight: 700;
}

.product-price-metr {
  position: relative;
  font-size: 16px;
  color: var(--f-black);
  font-weight: 700;
  grid-row: 2;
  grid-column: 2;
  align-self: center;
}

.product-price-metr:before {
  position: absolute;
  content: "";
  top: 0;
  left: -8px;
  height: 100%;
  width: 1px;
  background-color: #342f2a;
  opacity: 0.1;
}

.product-price-metr span {
  font-weight: 700;
}

.button {
  text-transform: uppercase;
  text-align: center;
}

.button--white {
  background-color: var(--bg-white);
}

.button--blue {
  background-color: var(--bg-blue);
  color: var(--f-white);
}

.button--orange {
  background-color: var(--bg-orange);
  color: var(--f-white);
}

.checkbox + .checkbox {
  margin-top: 14px;
}

.checkbox__control {
  position: relative;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 16px;
}

.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid var(--f-grey);
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  cursor: pointer;
}

.checkbox input[type=checkbox]::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--bg-orange);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.499L9.00026 14.9993L17.0005 6.99902' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox input[type=checkbox]:checked::before {
  opacity: 1;
  visibility: visible;
}

.input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 370px) {
  .input {
    font-size: 12px;
  }
}
.input--standart {
  border-bottom: 1px solid currentColor;
}

.input--standart .input__field {
  padding-bottom: 12px;
}

.input--standart.input--focused .input__label {
  font-size: 0.75em;
  top: -10px;
}

.input--outlined {
  border: 1px solid rgba(114, 114, 113, 0.1);
}

.input--outlined .input__label {
  color: var(--f-grey);
  left: 16px;
}

.input--outlined .input__field {
  padding: 16px;
}

.input--outlined.input--focused .input__label {
  font-size: 0.75em;
  top: 14px;
}

.input--outlined.input--focused .input__field {
  padding: 25px 16px 8px;
  color: #B9B9B8;
}

.input--filled {
  background-color: rgba(114, 114, 113, 0.062745098);
}

.input--filled.input--focused .input__label {
  opacity: 0;
  visibility: hidden;
}

.input--filled .input__label {
  left: 20px;
}

.input--filled .input__field {
  padding: 20px;
}

.input__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.input__field {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: currentColor;
}

.input__field::-webkit-outer-spin-button, .input__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input__field[required] + .input__label:not(:empty):after {
  content: "*";
  padding-left: 2px;
  color: var(--f-red);
}

.input__field[required].invalid {
  border: 1px solid var(--f-red);
}

.input__field[required].invalid ~ .input__alert {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.input__alert {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  font-size: 12px;
  color: var(--f-red);
  top: calc(100% + 6px);
}

.select {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--f-grey);
}

@media (max-width: 370px) {
  .select {
    font-size: 12px;
  }
}
.select.selected .select-styled__subtitle {
  position: absolute;
  top: -18px;
  font-size: 12px;
}

.select.selected .select-styled__title {
  color: var(--f-blue);
}

.select-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.select-styled {
  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: left;
  -ms-flex-align: left;
  align-items: left;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.select-styled::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.99902L9.00026 12.9993L17.0005 4.99902' stroke='%232B2A29'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.select-styled.active::after {
  -webkit-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}

.select-styled__title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-styled__subtitle {
  color: #80807F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-options {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  border: 1px solid var(--f-blue);
  -webkit-box-shadow: 0 4px 7px 0 rgba(5, 40, 106, 0.08);
  box-shadow: 0 4px 7px 0 rgba(5, 40, 106, 0.08);
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  padding: 20px 10px;
}

.select-options.open {
  opacity: 1;
  visibility: visible;
}

.select-options li {
  margin: 0;
  cursor: pointer;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  color: var(--f-grey);
}

.select-options li:not(:first-child) {
  margin-top: 14px;
}

.select-options li.active {
  color: red;
}

.select-options li:hover {
  color: var(--bg-blue);
}

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 32px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch__slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--f-grey);
  border-radius: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch__slider:before {
  position: absolute;
  content: "";
  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;
  height: 27px;
  width: 27px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--bg-white);
  border-radius: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch input:checked + .switch__slider {
  background: var(--bg-orange);
}

.switch input:checked + .switch__slider:before {
  -webkit-transform: translateY(-50%) translateX(17px);
  transform: translateY(-50%) translateX(17px);
}

.main-profit {
  margin-top: 114px;
}

@media (min-width: 768px) {
  .main-profit {
    position: relative;
    margin-top: 52px;
    bottom: -28px;
  }
}
@media (min-width: 1366px) {
  .main-profit {
    margin-top: 40px;
    bottom: -80px;
  }
}
.main-profit__headtitle {
  font-size: 20px;
  color: var(--f-white);
  font-weight: 700;
  text-transform: uppercase;
}

.main-profit__items {
  margin-top: 24px;
  display: grid;
  gap: 8px;
}

@media (min-width: 768px) {
  .main-profit__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
@media (min-width: 1366px) {
  .main-profit__items {
    margin-top: 32px;
  }
}
.main-profit__item {
  background: var(--bg-white);
  padding: 20px;
}

@media (min-width: 768px) {
  .main-profit__item {
    padding: 32px 20px;
  }
}
@media (min-width: 1366px) {
  .main-profit__item {
    padding: 32px;
  }
}
@media (hover: hover) {
  .main-profit__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-profit__item .main-profit__title:after {
    content: "";
  }
  .main-profit__item:hover {
    margin-top: -2px;
  }
  .main-profit__item:hover .main-profit__title:after {
    opacity: 1;
    visibility: visible;
  }
}
.main-profit__item:not(:first-child) {
  border-left: 0.5px solid rgba(0, 0, 0, 0.062745098);
}

.main-profit__item:not(:last-child) {
  border-right: 0.5px solid rgba(0, 0, 0, 0.062745098);
}

.main-profit__title {
  position: relative;
  font-size: 18px;
  color: var(--f-black);
  font-weight: 700;
}

@media (min-width: 1366px) {
  .main-profit__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    padding-right: 12px;
  }
}
.main-profit__title:after {
  position: absolute;
  content: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17L13.0003 8.99974L5 0.999476' stroke='%232B2A29'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.main-profit__list {
  display: none;
}

@media (min-width: 768px) {
  .main-profit__list {
    display: block;
    margin-top: 16px;
  }
}
@media (min-width: 1366px) {
  .main-profit__list {
    margin-top: 32px;
  }
}
.main-profit__list li {
  position: relative;
  font-size: 16px;
  color: var(--f-grey);
  padding-left: 30px;
}

.main-profit__list li:before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--bg-orange);
}

.main-profit__list li:not(:first-child) {
  margin-top: 12px;
}

.news-page__list {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .news-page__list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .news-page__list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.news-page__list .list__item {
  height: 472px;
  width: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 968px) {
  .news-page__list .list__item {
    width: calc(50% - 2px);
    height: 332px;
  }
}
@media (max-width: 768px) {
  .news-page__list .list__item {
    width: 100%;
    height: 332px;
  }
}
.news-page__list .list__item-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  cursor: pointer;
  transition: background 100ms linear, opacity 100ms linear, visibility 100ms linear;
}
.news-page__list .list__item-front svg {
  margin-left: auto;
  margin-top: 48px;
}
.news-page__list .list__item-front_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.news-page__list .list__item-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  padding: 48px 32px;
  color: #2B2A29;
  background: #F3F3F3;
  transition: background 100ms linear, opacity 100ms linear, visibility 100ms linear;
}
.news-page__list .list__item-back a {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}
.news-page__list .list__item-back a svg {
  margin-left: 6px;
}
.news-page__list .list__item-back_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-top: 31px;
}
.news-page__list .list__item-back_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #727271;
  margin-top: 24px;
}
.news-page__list .list__item:hover .list__item-front {
  visibility: hidden;
  opacity: 0;
}
.news-page__list .list__item:hover .list__item-back {
  visibility: visible;
  opacity: 1;
}

.list__load {
  margin-top: 80px;
  margin-bottom: 140px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .list__load {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.list__load a {
  border: 1px solid rgba(43, 42, 41, 0.4);
  text-transform: uppercase;
  width: 173px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  padding-top: 19px;
  padding-bottom: 19px;
  color: #2B2A29;
  display: block;
}

.news-page__wrapper {
  --padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}

@media (min-width: 768px) {
  .news-page__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .news-page__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .news-page__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.news-page__title {
  grid-column: 4 span;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .news-page__title {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .news-page__title {
    grid-column: 12 span;
  }
}
.cart-page__wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cart-page__wrapper {
    --padding: 40px;
  }
}
@media (min-width: 768px) {
  .cart-page__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1366px) {
  .cart-page__wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.cart-page__title {
  grid-column: 4 span;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .cart-page__title {
    grid-column: 8 span;
  }
}
@media (min-width: 1366px) {
  .cart-page__title {
    grid-column: 12 span;
  }
}
.cart-page {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .cart-page {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .cart-page {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cart-page .empty_cart {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 141px;
}
.cart-page .product-related__title {
  margin-bottom: 40px;
}
.cart-page .product-related__lay {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cart-page .product-related__lay .product {
  width: calc(25% - 25px);
}
@media (max-width: 1320px) {
  .cart-page .product-related__lay .product {
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .cart-page .product-related__lay .product {
    width: 100%;
  }
}
.cart-page .cart-page__lay {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}
@media (max-width: 1320px) {
  .cart-page .cart-page__lay {
    flex-direction: column;
  }
}
.cart-page .cart-page__list {
  width: 80%;
}
@media (max-width: 1320px) {
  .cart-page .cart-page__list {
    width: 100%;
  }
}
.cart-page .cart-page__list .list__count {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page .cart-page__list .list__count a {
  color: #E46414;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: right;
}
.cart-page .cart-list__item {
  margin-bottom: 24px;
  background: #F3F3F3;
  display: flex;
  align-items: start;
  gap: 24px;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item {
    height: 246px;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item {
    height: auto;
    display: block;
  }
}
.cart-page .cart-list__item .item-img {
  height: 178px;
  min-width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .item-img {
    height: 246px;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item .item-img {
    height: 116px;
  }
}
.cart-page .cart-list__item .product__quantity {
  display: flex;
  padding-top: 24px;
}
.cart-page .cart-list__item .product__quantity input {
  background: transparent;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .product__quantity {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item .product__quantity {
    padding-left: 18px;
  }
}
.cart-page .cart-list__item .item_bl-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .item_bl-info {
    display: block;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item .item_bl-info {
    position: relative;
  }
}
.cart-page .cart-list__item .item_bl-price {
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.cart-page .cart-list__item .item-info {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 288px;
  min-height: 130px;
}
@media (max-width: 968px) {
  .cart-page .cart-list__item .item-info {
    justify-content: start;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item .item-info {
    padding-left: 18px;
  }
}
.cart-page .cart-list__item .item-info__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B2A29;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .item-info__title {
    font-size: 20px;
    line-height: 23px;
  }
}
.cart-page .cart-list__item .item-info__sku {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #727271;
}
.cart-page .cart-list__item .item-info__stock {
  font-size: 16px;
  color: #727271;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page .cart-list__item .item-info__stock span {
  color: #E46414;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .item-info__stock {
    margin-top: 32px;
  }
}
.cart-page .cart-list__item .item-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #E46414;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .item-price {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item .item-price {
    padding-right: 18px;
  }
}
.cart-page .cart-list__item .item-delete {
  margin-top: 24px;
  margin-right: 24px;
  display: block;
  padding: 11px;
  background: #fff;
  height: 24px;
}
@media (max-width: 992px) {
  .cart-page .cart-list__item .item-delete {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-list__item .item-delete {
    position: absolute;
    right: 18px;
    top: 0;
    margin-right: 0;
  }
}
.cart-page .cart-page__summary {
  width: 424px;
  margin-top: 32px;
}
.cart-page .cart-page__summary > div {
  background: #F3F3F3;
  padding: 24px;
}
@media (max-width: 1320px) {
  .cart-page .cart-page__summary {
    width: unset;
    margin-top: 0;
  }
}
.cart-page .cart-page__summary .summary-top {
  padding-bottom: 16px;
  border-bottom: 1px solid #B6B6B6;
}
.cart-page .cart-page__summary .summary-top b {
  color: #2B2A29;
}
.cart-page .cart-page__summary .summary-info,
.cart-page .cart-page__summary .summary-delivery {
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cart-page .cart-page__summary .summary-info,
  .cart-page .cart-page__summary .summary-delivery {
    display: block;
  }
}
.cart-page .cart-page__summary .summary-info__title,
.cart-page .cart-page__summary .summary-delivery__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  min-width: 124px;
}
@media (max-width: 768px) {
  .cart-page .cart-page__summary .summary-info__title,
  .cart-page .cart-page__summary .summary-delivery__title {
    margin-bottom: 18px;
  }
}
.cart-page .cart-page__summary .summary-info__desc,
.cart-page .cart-page__summary .summary-delivery__desc {
  color: #2B2A29;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page .cart-page__summary .summary-info__desc ol,
.cart-page .cart-page__summary .summary-delivery__desc ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.cart-page .cart-page__summary .summary-info__desc ol ul,
.cart-page .cart-page__summary .summary-delivery__desc ol ul {
  margin-left: 15px;
  list-style-type: disc;
}
.cart-page .cart-page__summary .summary-info__desc p,
.cart-page .cart-page__summary .summary-delivery__desc p {
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-page .cart-page__summary .summary-info__desc a,
.cart-page .cart-page__summary .summary-delivery__desc a {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page .cart-page__summary .summary-info {
  justify-content: start;
}
.cart-page .cart-page__summary .summary-info .summary-delivery__title {
  width: 122px;
}
.cart-page .cart-page__summary .summary-bottom {
  color: #2B2A29;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
}
.cart-page .cart-page__summary .summary-bottom > div:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page .cart-page__summary .summary-bottom > div:last-child {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: right;
}
.cart-page .cart-page__summary .summary-btn {
  background: #E46414;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1320px) {
  .cart-page .cart-page__summary .summary-btn {
    width: 254px;
  }
}
@media (max-width: 992px) {
  .cart-page .cart-page__summary .summary-btn {
    width: 100%;
  }
}
.cart-page .cart-page__summary .summary-policy {
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page .cart-page__summary .summary-policy a {
  text-decoration: underline;
}
.cart-page.checkout-page .cart-page__summary {
  margin-top: 0;
  min-width: 424px;
}
@media (max-width: 768px) {
  .cart-page.checkout-page .cart-page__summary {
    min-width: unset;
  }
}
.cart-page.checkout-page .cart-page__form {
  width: 100%;
}
.cart-page.checkout-page .cart-page__form .delivery__address,
.cart-page.checkout-page .cart-page__form .form_order-info {
  background: #F3F3F3;
  padding: 24px 32px;
  padding-bottom: 16px;
}
.cart-page.checkout-page .cart-page__form .delivery__address .order-info__title,
.cart-page.checkout-page .cart-page__form .form_order-info .order-info__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
  color: #2B2A29;
}
.cart-page.checkout-page .cart-page__form .hr {
  background: #B6B6B6;
  height: 1px;
  margin-bottom: 18px;
}
.cart-page.checkout-page .cart-page__form .form_order-row {
  margin-bottom: 16px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.cart-page.checkout-page .cart-page__form .form_order-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cart-page.checkout-page .cart-page__form .form_order-row {
    flex-direction: column;
  }
}
.cart-page.checkout-page .cart-page__form .input_bl {
  width: calc(50% - 12px);
  position: relative;
}
@media (max-width: 768px) {
  .cart-page.checkout-page .cart-page__form .input_bl {
    width: 100%;
  }
}
.cart-page.checkout-page .cart-page__form .input_bl textarea,
.cart-page.checkout-page .cart-page__form .input_bl input {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
  outline: none;
  height: 39px;
  width: -webkit-fill-available;
  padding-top: 12px;
}
.cart-page.checkout-page .cart-page__form .input_bl textarea {
  height: 100px;
}
.cart-page.checkout-page .cart-page__form .input_bl span {
  position: absolute;
  left: 16px;
  top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
.cart-page.checkout-page .cart-page__form .input_bl span i {
  color: red;
}
.cart-page.checkout-page .set_delivery {
  margin-top: 24px;
}
.cart-page.checkout-page .set_delivery label {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 24px;
}
.cart-page.checkout-page .set_delivery label > div {
  border: 1px solid #D8D8D8;
  border-radius: 0;
  height: 20px;
  width: 20px;
}
.cart-page.checkout-page .set_delivery label span {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B2A29;
}
.cart-page.checkout-page .set_delivery .di_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page.checkout-page .set_delivery .di_checkbox svg {
  display: none;
}
.cart-page.checkout-page .set_delivery #set_delivery:checked ~ div label .di_checkbox {
  background: #E46414;
  border-color: #fff;
}
.cart-page.checkout-page .set_delivery #set_delivery:checked ~ div label .di_checkbox svg {
  display: block;
}
.cart-page.checkout-page .set_delivery #set_delivery:checked ~ div div.delivery__address {
  display: block !important;
}

.empty_cart__popup,
.delete__popup {
  width: 424px;
}
@media (max-width: 768px) {
  .empty_cart__popup,
  .delete__popup {
    width: 335px;
  }
}
.empty_cart__popup .popup__title,
.delete__popup .popup__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 16px;
}
.empty_cart__popup .p__delete-body .p_desc,
.delete__popup .p__delete-body .p_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 192px;
  margin-right: auto;
  margin-left: auto;
}
.empty_cart__popup .delete_item,
.delete__popup .delete_item {
  width: 272px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.success__popup,
.get_order__popup {
  width: 424px;
}
@media (max-width: 992px) {
  .success__popup,
  .get_order__popup {
    width: 335px;
  }
}
.success__popup .p_order__icon,
.get_order__popup .p_order__icon {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 32px;
}
.success__popup .popup__title,
.get_order__popup .popup__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 16px;
}
.success__popup .p_desc,
.get_order__popup .p_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 24px;
  max-width: 212px;
  margin-left: auto;
  margin-right: auto;
  color: #727271;
}
.success__popup .p_order__number,
.get_order__popup .p_order__number {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #727271;
  margin-bottom: 40px;
}
.success__popup .p_order__link,
.get_order__popup .p_order__link {
  padding: 12px;
  text-transform: uppercase;
  width: 265px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.success__popup .p_order__info,
.get_order__popup .p_order__info {
  font-family: HeliosCond;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 273px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #2B2A29;
}

.success__popup {
  background: #FAF9F8;
}

.b_container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .b_container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .b_container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.news-single__header {
  height: 460px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.news-single__header > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-single__header h1 {
  color: #fff;
}
.news-single__header .breadcrumbs li:before {
  color: #fff;
}
.news-single__header .breadcrumbs a {
  color: #fff;
}

.single_article__lay {
  padding-top: 32px;
  padding-bottom: 140px;
}
.single_article__lay .single__tags {
  margin-bottom: 45px;
}
.single_article__lay .single__tags a {
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-right: 24px;
  background: #E46414;
  border-radius: 800px;
}
.single_article__lay .single__content h2 {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.single_article__lay .single__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #727271;
}
.single_article__lay .single_article__bl {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1020px) {
  .single_article__lay .single_article__bl {
    flex-direction: column;
  }
}
.single_article__lay .single_article__bl .single__content {
  width: 100%;
  max-width: 772px;
  margin-bottom: 140px;
}
@media (max-width: 1020px) {
  .single_article__lay .single_article__bl .single__content {
    margin-bottom: 80px;
    max-width: unset;
  }
}
.single_article__lay .single_article__bl .single__content a {
  color: #727271;
  text-decoration: underline;
}
.single_article__lay .single_article__bl .single__content p:has(+ h2) {
  margin-bottom: 60px;
}
.single_article__lay .single_article__bl .single__content p:has(+ h3) {
  margin-bottom: 60px;
}
.single_article__lay .single_article__bl .single__content p:has(+ h4) {
  margin-bottom: 60px;
}
.single_article__lay .single_article__bl .single__content p:has(+ h5) {
  margin-bottom: 60px;
}
.single_article__lay .single_article__bl .single__aut {
  min-width: 312px;
}
.single_article__lay .single_article__bl .single__aut-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B2A29;
  margin-bottom: 24px;
}
.single_article__lay .single_article__bl .single__aut-ava {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 40px;
}
.single_article__lay .single_article__bl .single__aut-ava img {
  margin-right: 24px;
}
.single_article__lay .single_article__bl .single__aut-ava_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  color: #2B2A29;
}
.single_article__lay .single_article__bl .single__aut-ava_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B2A29;
}
.single_article__lay .single_article__bl .single__aut .share__link {
  font-family: HeliosCond;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #727271;
  border: 1px solid #727271;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
}
.single_article__lay .single_article__bl .single__aut .social__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_article__lay .single_article__bl .single__aut .social__btns > div:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B2A29;
}
.single_article__lay .single_article__bl .single__aut .social__btns .hr {
  height: 1px;
  width: 24px;
  background: #2B2A29;
  margin-left: 35px;
}
.single_article__lay .single_article__bl .single__aut .social__btns .social_btns-bl a {
  margin-right: 14px;
}
.single_article__lay .single_article__bl .single__aut .social__btns .social_btns-bl a:last-child {
  margin-right: 0;
}
.single_article__lay .product-related__lay {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.single_article__lay .product-related__lay .product {
  width: calc(25% - 25px);
}
@media (max-width: 1320px) {
  .single_article__lay .product-related__lay .product {
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .single_article__lay .product-related__lay .product {
    width: 100%;
  }
}
.single_article__lay .product-related__title {
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .single_article__lay .cust_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single_article__lay .cust_flex .share__link {
    max-width: 248px;
    margin-bottom: 0 !important;
  }
  .single_article__lay .cust_flex .social__btns {
    width: 50%;
    justify-content: end !important;
  }
  .single_article__lay .cust_flex .social__btns .hr {
    margin-right: 24px;
  }
}
@media (max-width: 1020px) {
  .single_article__lay .cust_flex {
    flex-direction: column;
    align-items: start;
  }
  .single_article__lay .cust_flex .share__link {
    margin-bottom: 32px !important;
  }
  .single_article__lay .cust_flex .social__btns {
    width: 100%;
    justify-content: start !important;
  }
}

.subscribe__popup {
  width: 424px;
  background: #FAF9F8;
}
@media (max-width: 768px) {
  .subscribe__popup {
    width: 335px;
  }
}
.subscribe__popup .popup__title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
}
.subscribe__popup .input_bl {
  position: relative;
  margin-left: 53px;
}
@media (max-width: 768px) {
  .subscribe__popup .input_bl {
    margin-left: 10px;
  }
}
.subscribe__popup .input_bl textarea,
.subscribe__popup .input_bl input {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
  outline: none;
  height: 39px;
  width: -webkit-fill-available;
  padding-top: 12px;
  width: 241px;
}
.subscribe__popup .input_bl textarea {
  height: 100px;
}
.subscribe__popup .input_bl span {
  position: absolute;
  left: 16px;
  top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
.subscribe__popup .input_bl span i {
  color: red;
}
.subscribe__popup .subscribe__inputs-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #727271;
  margin-bottom: 32px;
  max-width: 268px;
  margin-right: auto;
  margin-left: auto;
}
.subscribe__popup .button--orange {
  width: 272px;
  height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 12px;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-left: 53px;
}
@media (max-width: 768px) {
  .subscribe__popup .button--orange {
    margin-left: 10px;
  }
}

.header__cart .cart_count{
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 14px;
  height: 14px;
  background: #E46414;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
