@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;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Tahoma", sans-serif;
  --content-width: 1640px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white: #fff;
  --black: #000;
  --orange: #f1861a;
  --dark: #3e3e3e;
  --gray-light: #e9e9e9;
  --text-color: #333;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 370px;
  min-height: 100%;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #f7f5f2;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

.btn-orange {
  background: var(--orange);
  padding: 24px;
  border-radius: 12px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: opacity;
}
@media (any-hover: hover) {
  .btn-orange:hover {
    opacity: 0.7;
  }
}

input[type="checkbox"] {
  accent-color: var(--orange);
}

.btn-border {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #242424;
  border: 1px solid #f1861a;
  border-radius: 4px;
  padding: 14px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .btn-border:hover {
    background: var(--orange);
    border-color: transparent;
    color: var(--white);
  }
}

.section-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 36px);
  color: #242424;
  margin-bottom: 30px;
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--orange) !important;
}

input {
  outline: none;
}

.header__top {
  background-color: var(--gray-light);
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.header__nav-list a {
  color: var(--text-color);
  text-decoration: none;
}
.header__nav-list a:hover {
  color: var(--orange);
}
.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header__callback {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 11px;
  background-color: var(--orange);
  color: var(--white);
}
.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__socials svg {
  width: 24px;
  height: 24px;
}
.header__phone {
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
}
.header__middle {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-light);
}
.header__catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.header__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 40px;
  position: relative;
}
.header__search input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--orange);
  border-radius: 30px;
}
.header__search button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__search button svg {
  width: 20px;
  height: 20px;
  fill: var(--orange);
}
.header__user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__user-actions svg {
  width: 24px;
  height: 24px;
  fill: var(--dark);
}
.header__bottom {
  background-color: var(--orange);
  padding: 15px 0;
}
.header__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__main-list a {
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.header__scrap-btn {
  background-color: var(--dark);
  color: var(--white);
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.cart {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--orange);
  border-radius: 50px;
}
.cart svg {
  width: 18px;
  height: 18px;
}
.cart .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--white);
  color: var(--orange);
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
}

.hero-catalog {
  padding: 50px 0 0 0;
  margin-bottom: 70px;
}
.hero-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
  margin-bottom: 40px;
}
.hero-catalog__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.hero-catalog__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.hero-catalog__item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hero-catalog__item--large {
  grid-column: 2/4;
  grid-row: 1/3;
}
.hero-catalog__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-catalog__info p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 14px;
  color: var(--text-color);
}
.hero-catalog__info p:last-child {
  margin-bottom: 0;
}

.hero-catalog__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  z-index: 1;
}

.features {
  padding: 60px 0;
  background-color: #f9f8f6;
}
.features__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.features__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #333;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.features__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.features__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--black);
}
.features__item-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
  margin: 0 0 10px 0;
}
.features__item-text {
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  margin: 0;
}

@media (max-width: 992px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}
.offers {
  padding: 60px 0;
}
.offers__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--gray-light);
  padding-bottom: 10px;
}
.offers__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.offers__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.offers__tab {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}
.offers__tab--active {
  color: var(--black);
}
.offers__tab--active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--orange);
}
.offers__tab:hover {
  color: var(--orange);
}
.offers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}

.product-card {
  background-color: #f9f9f9;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition:
    box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.product-card .product-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product-card__image {
  position: relative;
  background-color: var(--white);
  padding: 30px;
  width: 100%;
  overflow: hidden;
}
.product-card__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--white);
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 1px solid #eee;
}
.product-card__content {
  padding: 15px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-card__title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.4;
  color: var(--black);
}
.product-card__price {
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
  margin: 0;
}

@media (max-width: 1200px) {
  .offers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .offers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offers__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .offers__grid {
    grid-template-columns: 1fr;
  }
}
.cta {
  padding: 60px 0;
  background-color: var(--white);
  text-align: center;
}
.cta__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cta__subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.cta__buttons {
  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: 15px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.cta__btn {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta__btn:hover {
  opacity: 0.9;
}
.cta__btn--primary {
  background-color: #ff8c00;
  color: var(--white);
}
.cta__btn--secondary {
  background-color: #ffb347;
  color: var(--white);
}
.cta__btn--tertiary {
  background-color: #ffd180;
  color: var(--white);
}
.cta__footer {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}

.contacts {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.contacts__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contacts__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contacts__list {
  margin-bottom: 30px;
}
.contacts__item {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.contacts__item strong {
  display: block;
  margin-bottom: 5px;
}
.contacts__social-block {
  margin-bottom: 25px;
}
.contacts__social-block p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.contacts__social-link {
  width: 40px;
  height: 40px;
  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;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.contacts__social-link:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.contacts__social-link svg {
  fill: var(--white);
}
.contacts__social-link.youtube {
  background-color: #ff0000;
}
.contacts__social-link.vk {
  background-color: #4c75a3;
}
.contacts__map {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  height: 450px;
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__map {
    width: 100%;
  }
}
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 0 30px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 60px;
}
.footer__logo {
  display: block;
  margin-bottom: 20px;
}
.footer__logo img {
  width: 150px;
}
.footer__desc {
  font-size: 13px;
  line-height: 1.6;
  color: #999;
  margin-bottom: 20px;
}
.footer__requisites {
  font-size: 12px;
  color: #666;
}
.footer__requisites p {
  margin-bottom: 5px;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer__list li {
  margin-bottom: 12px;
}
.footer__list li a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__list li a:hover {
  color: var(--orange);
}
.footer__contact-item {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 15px;
  line-height: 1.4;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.footer__socials .social-link {
  width: 32px;
  height: 32px;
  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;
  border-radius: 4px;
}
.footer__socials .social-link svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.footer__socials .social-link.whatsapp {
  background-color: #25d366;
}
.footer__socials .social-link.telegram {
  background-color: #0088cc;
}
.footer__socials .social-link.email {
  background-color: #f1861a;
}
.footer__btn {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
}
.footer__bottom-row {
  border-top: 1px solid #333;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer__contacts-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.footer__contact-block {
  background-color: #222;
  padding: 20px;
  border-radius: 4px;
}
.footer__contact-block p {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}
.footer__contact-block a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
.footer__contact-block a:hover {
  color: var(--orange);
}
.footer__copyright {
  text-align: right;
  font-size: 12px;
  color: #555;
}
.footer__copyright a {
  color: #777;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer__copyright a:hover {
  color: #999;
}

@media (max-width: 1200px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__col--info,
  .footer__col--contacts {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .footer__col--info,
  .footer__col--contacts {
    grid-column: span 1;
  }
  .footer__bottom-row {
    -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: 30px;
  }
  .footer__contacts-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .footer__copyright {
    text-align: center;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup.popup--active {
  opacity: 1;
  visibility: visible;
}
.popup__container {
  max-width: 750px;
  background: var(--white);
  position: relative;
  padding: 40px;
  width: 100%;
}
.popup__close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.popup__title {
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: 10px;
  color: var(--black);
  font-weight: bold;
  font-family: var(--font-family);
}
.popup__desc {
  font-size: 14px;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.1;
}
.popup .form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.popup .form-popup input {
  outline: none;
  padding: 16px;
  border: 1px solid #ddd;
  font-family: var(--font-family);
  font-size: 18px;
  color: #000;
}
.popup .form-popup__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  
}

.popup .form-popup__policy:first-child {
	margin-top: 20px;
}
.popup .form-popup__policy span {
  font-size: 14px;
  color: #000;
}
.popup .form-popup__policy span a {
  color: inherit;
}

.business-hero {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.business-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.business-hero__card {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.business-hero__icon {
  margin-bottom: 20px;
}
.business-hero__icon img {
  width: 80px;
}
.business-hero__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 15px;
  line-height: 1.4;
}
.business-hero__subtitle {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 25px;
}
.business-hero__btn {
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 700;
}

.special-conditions {
  padding: 80px 0;
}
.special-conditions__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
}
.special-conditions__subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 60px;
}
.special-conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}
.special-conditions__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.special-conditions__item:last-child {
  margin-bottom: 0;
}
.special-conditions__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.special-conditions__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.special-conditions__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.special-conditions__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.special-conditions__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--orange);
}
.special-conditions__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.special-conditions__item-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}
.special-conditions__btn {
  padding: 10px 25px;
  border: 1px solid var(--orange);
  color: var(--orange);
  border-radius: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.special-conditions__btn:hover {
  background-color: var(--orange);
  color: var(--white);
}

.business-footer {
  padding: 60px 0;
  text-align: center;
}
.business-footer__intro {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.business-footer__banner {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 60px;
  position: relative;
}
.business-footer__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.business-footer__card {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
}
.business-footer__logo {
  width: 120px;
  margin-bottom: 20px;
}
.business-footer__card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 15px;
}
.business-footer__card-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
.business-footer__actions h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.business-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.business-footer__btns button {
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .special-conditions__item,
  .special-conditions__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .business-footer__btns {
    -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;
  }
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 60px 0;
}

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.sidebar__block {
  background-color: var(--white);
  padding: 20px;
  border: 1px solid #eee;
}
.sidebar__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--orange);
}
.sidebar__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar__product-img {
  width: 60px;
  height: 60px;
}
.sidebar__product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar__product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.sidebar__product-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
}

.about-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-section {
  margin-bottom: 50px;
}
.about-section__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--black);
}
.about-section__text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.about-section__text p {
  margin-bottom: 20px;
}
.about-section__text ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.about-section__text ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.about-section__text strong {
  font-weight: 700;
}

.about-contacts {
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(241, 134, 26, 0.05);
  border-left: 4px solid var(--orange);
}
.about-contacts p {
  margin-bottom: 10px !important;
  font-size: 15px;
}

@media (max-width: 992px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
.shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 60px 0;
}

.shop-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}
.shop-sidebar__block {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}
.shop-sidebar__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.shop-categories li {
  margin-bottom: 15px;
}
.shop-categories li:last-child {
  margin-bottom: 0;
}
.shop-categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-categories li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-categories li a:hover {
  color: var(--orange);
}

.filter-group {
  margin-bottom: 30px;
}
.filter-group:last-child {
  margin-bottom: 0;
}
.filter-group__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.filter-price__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.filter-price__inputs input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
}
.filter-price__range {
  height: 4px;
  background-color: #eee;
  position: relative;
  margin: 0 10px;
}

/* noUiSlider styles */
.noUi-target {
  background: #eee;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background: var(--orange);
}

.noUi-handle {
  width: 18px !important;
  height: 18px !important;
  right: -9px !important;
  top: -7px !important;
  border-radius: 50%;
  background: var(--orange);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

.filter-checkboxes .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter-checkboxes .checkbox input {
  cursor: pointer;
}

.shop-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shop-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.shop-toolbar__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.shop-toolbar__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.shop-toolbar__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666;
}
.shop-toolbar__show-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.shop-toolbar__show-list button {
  background: none;
  border: none;
  padding: 2px 5px;
  cursor: pointer;
  font-weight: 600;
  color: #999;
}
.shop-toolbar__show-list button.active {
  color: var(--orange);
}
.shop-toolbar__show-list button:hover {
  color: var(--orange);
}
.shop-toolbar__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shop-toolbar__view button {
  padding: 5px;
  color: #ccc;
}
.shop-toolbar__view button.active {
  color: var(--orange);
}
.shop-toolbar__view button:hover {
  color: var(--orange);
}
.shop-toolbar__view button svg {
  fill: currentColor;
}
.shop-toolbar__sort select {
  padding: 8px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-bottom: 50px;
}

.shop-pagination {
  text-align: center;
}
.shop-pagination__more {
  padding: 15px 40px;
  border: 1px solid #ddd;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-pagination__more:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

@media (max-width: 1200px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shop-sidebar {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .shop-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-toolbar__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
.wpfFilterVerScroll {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.page-header {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-header__subtitle {
  font-size: 18px;
  color: var(--white);
  opacity: 0.9;
}

.blog {
  padding-bottom: 80px;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.blog-card {
  background-color: var(--white);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-card__image {
  height: 250px;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card__content {
  padding: 30px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__link {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-card__link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog__grid {
    grid-template-columns: 1fr;
  }
  .page-header__title {
    font-size: 32px;
  }
}
.single-product {
  margin-top: 20px;
}
.single-product__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.single-product .single-product__gallery {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.single-product .single-product__gallery .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.single-product .single-product__gallery .thumb {
  height: 100px;
  overflow: hidden;
}
.single-product .single-product__gallery .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.single-product .single-product__gallery .main-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.single-product__inner {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
}
.single-product .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 120%;
  color: #242424;
  margin: 0;
  margin-bottom: 20px;
}
.single-product__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.single-product__options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.single-product__options .option-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #242424;
}
.single-product__options .option-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
}
.single-product__options .option-choice:hover {
  background-color: #f0f0f0;
}
.single-product__options .option-choice input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}
.single-product__options .option-choice:has(input:checked) {
  border: 1px solid var(--orange);
}
.single-product .all-character {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: rgba(36, 36, 36, 0.4);
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.single-product .middle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.single-product .middle-block .price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  color: var(--orange);
}
.single-product .middle-block .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.single-product .middle-block .sale span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-decoration: line-through;
  color: rgba(36, 36, 36, 0.4);
}
.single-product .middle-block .sale .sale-block {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  background: #119642;
}
.single-product .middle-block .in-stock {
  margin-left: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #242424;
}
.single-product .f-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-block: 20px;
}
.single-product .f-block .f-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #242424;
}
.single-product .actions {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
.single-product .actions .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.single-product .actions .counter input {
  width: 100%;
  max-width: 50px;
  text-align: center;
  border: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #242424;
}
.single-product .actions .counter .btn-counter {
  border: 1px solid #dedede;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
}
.single-product .btn-orange {
  padding: 14px;
}
.single-product .description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
@media (any-hover: hover) {
  .single-product .btn-table-sales:hover rect {
    fill: var(--orange);
  }
}
.single-product .bottom-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.single-product .bottom-actions .red {
  border-color: red;
}
.single-product .option-choice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.suppliers-banner {
  margin-bottom: 60px;
}
.suppliers-banner .suppliers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 10px;
}
.suppliers-banner .supplier-item {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #242424;
}

.target-audience {
  padding-bottom: 60px;
}
.target-audience .audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.target-audience .audience-item {
  position: relative;
}
.target-audience .audience-item img {
  width: 100%;
  height: 1005;
}
.target-audience .audience-item h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin: 0;
}

.product-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.product-content .product-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.product-content .product-content__btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #242424;
  border-radius: 4px;
  padding: 8px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-content .product-content__btn.active {
  background: var(--orange);
  color: #fff;
}
.product-content .product-content__tab {
  display: none;
}
.product-content .product-content__tab.active {
  display: block;
}
.product-content .product-content__tab p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #242424;
}

/* Модальное окно */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.modal-content {
  background-color: #fff;
  margin: 50px auto;
  width: 90%;
  max-width: 800px;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-animation: slideIn 0.3s;
  animation: slideIn 0.3s;
}

.modal-header {
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
  font-size: 24px;
  color: #242424;
}

.modal-close {
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.modal-close:hover {
  color: #f1861a;
}

.modal-body {
  padding: 25px;
  max-height: 70vh;
  overflow-y: auto;
}

.characteristics-table {
  margin-bottom: 25px;
}

.char-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.char-row:last-child {
  border-bottom: none;
}

.char-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  font-weight: 600;
  color: #666;
}

.char-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  color: #242424;
}

.chars-subtitle {
  font-size: 18px;
  margin: 20px 0 15px;
  color: #242424;
  font-weight: 600;
}

.full-description {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px solid #f0f0f0;
}

.description-content {
  line-height: 1.6;
  color: #555;
}

/* Анимации */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Адаптив */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 20px auto;
  }
  .char-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .char-label {
    margin-bottom: 5px;
  }
  .modal-header h2 {
    font-size: 20px;
  }
}
.product-cb {
  margin-bottom: 60px;
}
.product-cb__wrapper {
  background: url("https://inteh.maximusmedia.tech/wp-content/uploads/2026/04/fire-flame-with-sparkle-black-background-1.jpg")
    center/cover no-repeat;
  padding: 20px 40px;
  border-radius: 8px;
}
.product-cb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.product-cb .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}
.product-cb .desc {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.product-cb .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.product-cb .socials span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  max-width: 200px;
}
.product-cb .socials .socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-cb .socials a {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.product-cb .socials a.whatsapp {
  background: #25d366;
}
.product-cb .socials a.telegram {
  background: #2ca5e0;
}
.product-cb .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.product-cb .btn-white {
  background: var(--white);
  color: var(--black);
}

.modal-table {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-table--active {
  opacity: 1;
  visibility: visible;
}
.modal-table .modal-table-container {
  max-width: 720px;
  width: 100%;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.modal-table .modal-table-title {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #242424;
  margin-bottom: 14px;
}
.modal-table .modal-table-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(74, 74, 74, 0.2);
  border-radius: 4px;
}
.modal-table .modal-table-row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr 1fr;
}
.modal-table .modal-table-col {
  padding: 10px;
  border: 1px solid rgba(74, 74, 74, 0.2);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #242424;
}
.modal-table .modal-table-col:not(:first-child) {
  text-align: center;
}

.fe-scrap-page .fe-scrap-hero {
  position: relative;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 1;
}
.fe-scrap-page .fe-scrap-hero__content {
  max-width: 800px;
}
.fe-scrap-page .fe-scrap-hero__title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}
.fe-scrap-page .fe-scrap-hero__title span {
  color: var(--orange);
}
.fe-scrap-page .fe-scrap-hero__descr {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}
.fe-scrap-page .fe-scrap-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
.fe-scrap-page .fe-scrap-hero__btn {
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.fe-scrap-page .fe-scrap-hero__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border: 1px solid var(--orange);
  border-radius: 4px;
}
.fe-scrap-page .fe-scrap-hero__social-box span {
  font-size: 14px;
  font-weight: 600;
}
.fe-scrap-page .fe-scrap-hero__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.fe-scrap-page .fe-scrap-hero__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.fe-scrap-page .fe-scrap-hero__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.fe-scrap-page .fe-scrap-hero__feature {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.fe-scrap-page .fe-scrap-hero__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--orange);
}
.fe-scrap-page .fe-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.fe-scrap-page .fe-accept-section {
  padding: 80px 0;
}
.fe-scrap-page .fe-accept-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.fe-scrap-page .fe-accept-card {
  background: #fcfcfc;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.fe-scrap-page .fe-accept-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.fe-scrap-page .fe-accept-card__img {
  height: 200px;
}
.fe-scrap-page .fe-accept-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fe-scrap-page .fe-accept-card__title {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.fe-scrap-page .fe-scrap-price {
  padding-bottom: 80px;
}
.fe-scrap-page .fe-price-table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.fe-scrap-page .fe-price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.fe-scrap-page .fe-price-table th {
  background-color: var(--orange);
  color: #fff;
  text-align: left;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
}
.fe-scrap-page .fe-price-table th:first-child {
  border-radius: 8px 0 0 0;
}
.fe-scrap-page .fe-price-table th:last-child {
  border-radius: 0 8px 0 0;
}
.fe-scrap-page .fe-price-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.fe-scrap-page .fe-price-table tr:last-child td {
  border-bottom: none;
}
.fe-scrap-page .fe-price-table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.fe-scrap-page .fe-trust-scrap {
  padding-bottom: 80px;
}
.fe-scrap-page .fe-trust-scrap__block {
  background-color: var(--orange);
  border-radius: 12px;
  padding: 60px 40px;
  color: #fff;
}
.fe-scrap-page .fe-trust-scrap__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
.fe-scrap-page .fe-trust-scrap__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  margin-bottom: 60px;
}
.fe-scrap-page .fe-trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.fe-scrap-page .fe-trust-item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-top: 20px;
}
.fe-scrap-page .fe-trust-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.fe-scrap-page .fe-trust-item__icon svg {
  width: 100%;
  height: 100%;
}
.fe-scrap-page .fe-trust-item__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.fe-scrap-page .fe-trust-item__text {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.8;
  margin: 0;
}
.fe-scrap-page .fe-trust-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fe-scrap-page .fe-trust-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.fe-scrap-page .fe-trust-bottom-item__num {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 38px;
  line-height: 110%;
  color: #fff;
}
.fe-scrap-page .fe-trust-bottom-item__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
}
.fe-scrap-page .fe-trust-bottom-item__text {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.8;
  margin: 0;
}
.fe-scrap-page .fe-scrap-form-section {
  padding-bottom: 80px;
}
.fe-scrap-page .fe-scrap-form-block {
  background-color: #333;
  padding: 60px 40px;
  border-radius: 12px;
  color: #fff;
}
.fe-scrap-page .fe-scrap-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fe-scrap-page .fe-scrap-form-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.fe-scrap-page .fe-scrap-form-title span {
  color: var(--orange);
}
.fe-scrap-page .fe-steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.fe-scrap-page .fe-steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.fe-scrap-page .fe-steps-item p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  opacity: 0.9;
}
.fe-scrap-page .fe-steps-num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
}
.fe-scrap-page .fe-scrap-form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.fe-scrap-page .fe-scrap-form__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
}
.fe-scrap-page .fe-scrap-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fe-scrap-page .fe-scrap-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fe-scrap-page .fe-scrap-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fe-scrap-page .fe-scrap-form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fe-scrap-page .fe-scrap-form__input:focus {
  border-bottom-color: var(--orange);
}
.fe-scrap-page .fe-scrap-form__btn {
  width: 100%;
  padding: 18px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.fe-scrap-page .fe-scrap-form__policies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.fe-scrap-page .fe-scrap-form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.fe-scrap-page .fe-scrap-form__policy input {
  margin-top: 2px;
}
.fe-scrap-page .fe-scrap-form__policy a {
  color: inherit;
  text-decoration: underline;
}
.fe-scrap-page .fe-scrap-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fe-scrap-page .fe-scrap-form__footer p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  opacity: 0.8;
}
.fe-scrap-page .fe-scrap-form__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fe-scrap-page .fe-scrap-form__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.fe-compare-section {
  padding: 80px 0;
}

.fe-compare-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.fe-compare-title span {
  color: var(--orange);
}

.fe-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.fe-compare-img {
  border-radius: 8px;
  overflow: hidden;
}
.fe-compare-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fe-compare-card {
  padding: 30px;
  background: #fcfcfc;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.fe-compare-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.fe-compare-card--our {
  border-left: 4px solid #25d366;
}
.fe-compare-card--others {
  border-left: 4px solid #ff4b4b;
}

.fe-compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.fe-compare-item {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.fe-compare-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  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;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.fe-compare-item.plus::before {
  content: "+";
  background: #25d366;
}
.fe-compare-item.minus::before {
  content: "—";
  background: #ff4b4b;
}

.fe-eco-form-section {
  padding-bottom: 80px;
}

.fe-eco-form-block {
  position: relative;
  padding: 60px 40px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.fe-eco-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.fe-eco-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--orange);
}

.fe-eco-text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}
.fe-eco-text strong {
  color: var(--orange);
}

.fe-map-section {
  padding-bottom: 80px;
}

.fe-map-container {
  position: relative;
  height: 500px;
  background: #eee;
}
.fe-map-container .container {
  height: 100%;
  pointer-events: none;
}

.fe-map-card {
  position: absolute;
  left: 230px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 385px;
  background: #333;
  padding: 40px;
  border-radius: 8px;
  color: #fff;
  pointer-events: all;
}
@media (max-width: 1760px) {
  .fe-map-card {
    left: 2vw;
  }
}
.fe-map-card__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.fe-map-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 25px;
}
.fe-map-card__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.fe-map-card__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.fe-map-card__socials a svg {
  fill: #fff;
}
.fe-map-card__socials a:hover {
  background: var(--orange);
}
.fe-map-card__btn {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fe-map-card__btn:hover {
  background: #fff;
  color: #333;
}

.fe-photo-section {
  padding-bottom: 80px;
}

.fe-photo-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #333;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}

.fe-photo-content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.fe-photo-content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  height: 100%;
  background: url("https://inteh.maximusmedia.tech/wp-content/uploads/2026/05/group-1.svg")
    no-repeat;
  background-size: contain;
  background-position-x: right;
}

.fe-photo-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 160px;
}
.fe-photo-title span {
  color: var(--orange);
}

.fe-photo-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.fe-photo-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fe-photo-btn.whatsapp {
  background: var(--orange);
  color: #fff;
}
.fe-photo-btn.telegram {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.fe-photo-btn:hover {
  opacity: 0.7;
}

.fe-photo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .fe-scrap-page .fe-accept-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fe-scrap-page .fe-compare-grid {
    grid-template-columns: 1fr;
  }
  .fe-scrap-page .fe-compare-img {
    height: 300px;
  }
  .fe-scrap-page .fe-trust-scrap__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .fe-scrap-page .fe-scrap-hero {
    padding: 60px 0;
  }
  .fe-scrap-page .fe-scrap-hero__title {
    font-size: 36px;
  }
  .fe-scrap-page .fe-scrap-hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fe-scrap-page .fe-scrap-hero__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .fe-scrap-page .fe-scrap-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fe-scrap-page .fe-eco-form-grid,
  .fe-scrap-page .fe-photo-block {
    grid-template-columns: 1fr;
  }
  .fe-scrap-page .fe-photo-img {
    height: 300px;
  }
  .fe-scrap-page .fe-map-card {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
  .fe-scrap-page .fe-map-container {
    height: auto;
  }
  .fe-scrap-page .fe-map-container iframe {
    height: 400px;
  }
  .fe-scrap-page .fe-trust-bottom-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .fe-scrap-page .fe-scrap-form__inputs,
  .fe-scrap-page .fe-scrap-form__policies {
    grid-template-columns: 1fr;
  }
  .fe-scrap-page .fe-scrap-form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .fe-scrap-page .fe-accept-grid {
    grid-template-columns: 1fr;
  }
  .fe-scrap-page .fe-scrap-hero__title {
    font-size: 28px;
  }
  .fe-scrap-page .fe-photo-content {
    padding: 30px 20px;
  }
  .fe-scrap-page .fe-photo-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fe-scrap-page .fe-photo-title {
    font-size: 24px;
  }
  .fe-scrap-page .fe-trust-scrap__grid {
    grid-template-columns: 1fr;
  }
}
.contacts-page {
  padding-bottom: 80px;
}
.contacts-page__top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  margin-bottom: 60px;
  border-radius: 12px;
  overflow: hidden;
}
.contacts-page__info {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 4px;
}
.contacts-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.contacts-page__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--orange);
}
.contacts-page__item-title svg {
  fill: var(--orange);
}
.contacts-page__item p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: var(--text-color);
}
.contacts-page__dept {
  margin-bottom: 25px;
}
.contacts-page__dept-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.contacts-page__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contacts-page__link:hover {
  color: var(--orange);
}
.contacts-page__link svg {
  fill: var(--orange);
}
.contacts-page__emails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.contacts-page__emails .separator {
  color: #ccc;
}
.contacts-page__emails .contacts-page__link {
  margin-bottom: 0;
}
.contacts-page__requisites {
  font-size: 13px;
  color: #999;
  margin-top: 30px;
  margin-bottom: 25px;
}
.contacts-page__partner-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  color: var(--black);
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-page__partner-btn:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.contacts-page__map {
  min-height: 400px;
  background: #eee;
}

.docs-section__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.docs-section__block {
  margin-bottom: 50px;
}
.docs-section__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.doc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.doc-card:hover {
  border-color: var(--orange);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.doc-card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.doc-card__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 50px;
  color: var(--text-color);
}
.doc-card__download {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: var(--orange);
  border-radius: 4px;
  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;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.doc-card:hover .doc-card__download {
  background: var(--orange);
}
.doc-card:hover .doc-card__download svg {
  fill: #fff;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #999;
}
.breadcrumbs__list a {
  color: inherit;
}
.breadcrumbs__list a:after {
  content: "/";
  margin-left: 10px;
}

.page-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .docs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .contacts-page__top {
    grid-template-columns: 1fr;
  }
  .docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.trust-section {
  background-color: var(--orange);
  padding: 60px 40px;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 40px;
}
.trust-section__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.trust-item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.trust-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.trust-item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.trust-item__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

.scrap-form-section {
  background-color: #333;
  padding: 60px 40px;
  border-radius: 12px;
  color: #fff;
}

.scrap-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.scrap-form-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.scrap-form-title span {
  color: var(--orange);
}

.steps-list {
  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;
}

.steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 600;
}
.steps-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  font-size: 14px;
  color: var(--white);
}

.scrap-form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.scrap-form__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}
.scrap-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.scrap-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.scrap-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.scrap-form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.scrap-form__input:focus {
  border-bottom-color: var(--orange);
}
.scrap-form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  cursor: pointer;
}
.scrap-form__policy input {
  margin-top: 3px;
}
.scrap-form__policy a {
  color: inherit;
  text-decoration: underline;
}
.scrap-form__btn {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .scrap-form-grid {
    grid-template-columns: 1fr;
  }
  .trust-section,
  .scrap-form-section {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .scrap-form__inputs {
    grid-template-columns: 1fr;
  }
}

/* Price List Page */
.price-list {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.price-list__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.price-list__title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #242424;
}

.price-list__subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.price-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.price-list__item {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-list__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.price-list__icon {
  margin-bottom: 25px;
  background: rgba(230, 138, 46, 0.1);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.price-list__item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #242424;
}

.price-list__item-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #777;
  margin-bottom: 30px;
  flex-grow: 1;
}

.price-list__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--orange);
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.price-list__btn:hover {
  background-color: #d47a25;
}

@media (max-width: 992px) {
  .price-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .price-list {
    padding: 60px 0;
  }
  .price-list__title {
    font-size: 32px;
  }
  .price-list__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .header__top {
    display: none;
  }

  .header__middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .burger--active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger--active span:nth-child(2) {
    opacity: 0;
  }
  .burger--active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header__catalog-btn,
  .header__search {
    display: none;
  }

  .logo img {
    width: 100px;
    height: auto;
  }

  .header__user-actions {
    gap: 15px;
  }

  .header__bottom {
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: left 0.3s ease;
    padding: 80px 20px 40px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }

  .header__bottom--active {
    left: 0;
  }

  .header__main-nav {
    width: 100%;
    padding-top: 40px;
  }

  .header__main-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header__main-list li {
    width: 100%;
  }

  .header__main-list a {
    font-size: 16px;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #000;
  }

  .header__scrap-btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: block;
    display: none;
  }
}

@media (max-width: 576px) {
  .logo img {
    width: 80px;
  }

  .header__user-actions .header__action-link svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 992px) {
  .hero-catalog__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .hero-catalog__item--large {
    grid-column: auto;
    grid-row: auto;
  }
}

.page-numbers {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	justify-content: center;
	li {
		background: orange;
		color: #fff;
		width: 40px;
		height: 40px;
		display: grid;
		place-items: center;
		border-radius: 4px;
		
		span {
			color: inherit;
		}
		a {
			color: #000;
		}
	}
}

/* ===== Стили секции сопутствующих товаров ===== */
.custom-related-products-section {
    padding: 60px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 60px;
}



.section-header {
    margin-bottom: 50px;
    position: relative;
}

.section-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    margin: 0 auto;
    border-radius: 2px;
	display: none;
}

/* Сетка товаров */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

/* Карточка товара */
.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

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

/* Бейджи */
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.badge-sale {
    background: linear-gradient(135deg, #ff6b6b, #c92a2a);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-stock {
    background: #868e96;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Изображение */
.product-image-link {
    display: block;
    text-decoration: none;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image-wrapper img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.overlay-text {
    color: white;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
}

/* Информация о товаре */
.product-info {
    padding: 20px;
}

.product-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px 0;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
}

.product-title a {
	font-family: 'Montserrat', sans-serif;
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s;
}

.product-title a:hover {
    color: orange;
}

/* Рейтинг */
.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #dee2e6;
    font-size: 16px;
}

.star.filled {
    color: #ffd700;
}

.rating-count {
    font-size: 12px;
    color: #868e96;
}

/* Цена */
.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #F1861A;
    margin-bottom: 20px;
}

.product-price ins {
    text-decoration: none;
    color: #ff6b6b;
}

.product-price del {
    font-size: 16px;
    color: #adb5bd;
    margin-left: 8px;
}

/* Действия с товаром */
.product-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.add-to-cart-btn {
    flex: 1;
    background: #F1861A;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

.cart-icon {
    stroke: white;
}

.out-of-stock-btn {
    flex: 1;
    background: #e9ecef;
    color: #adb5bd;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: not-allowed;
}

.details-link {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.details-link:hover {
    color: #764ba2;
}

/* Адаптивность */
@media (max-width: 768px) {
    .custom-related-products-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .products-grid {
        gap: 20px;
    }
    
    .product-image-wrapper {
        height: 220px;
    }
    
    .product-title {
        font-size: 14px;
        height: 38px;
    }
    
    .product-price {
        font-size: 20px;
    }
    
    .add-to-cart-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* Анимация загрузки */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: fadeIn 0.5s ease-out forwards;
}