

/* Start:/local/templates/domproem/assets/css/main.css?1786471765137713*/
@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html.menu-open {
  overflow: hidden;
}
html.cart-open {
  overflow: hidden;
}
html.favorites-open {
  overflow: hidden;
}

body {
  min-width: 320px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 400;
  overflow-x: hidden;
}
body.menu-open {
  height: 100dvh;
  overflow: hidden;
}
body.cart-open {
  overflow: hidden;
}
body.favorites-open {
  overflow: hidden;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

h1 {
  font-size: clamp(32px, 6vw, 72px);
}

h2 {
  font-size: clamp(28px, 2.8vw, 40px);
}

h3 {
  font-size: clamp(22px, 2vw, 28px);
}

p {
  margin: 0;
}

ul,
ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: clamp(18px, 2vw, 24px);
}

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

a[class*=_button] {
  text-decoration: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper .section-header {
  background: #202020;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 40px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 25px;
  }
}

.section-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-header {
    padding: 0 20px;
  }
}
.section-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  background: #202020;
}
.section-header_row {
  min-height: 110px;
}
.section-header_search-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.section-header_topbar {
  min-height: 50px;
  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;
  gap: 24px;
  color: #b7b7b7;
  font-size: clamp(11px, 1.1vw, 18px);
}
.section-header_top-nav, .section-header_details, .section-header_nav, .section-header_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header_top-nav {
  gap: clamp(14px, 1.8vw, 25px);
}
.section-header_top-nav a:hover {
  color: #d8aa77;
}
.section-header a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.section-header a:hover {
  color: #d8aa77;
}
.section-header_details {
  gap: clamp(16px, 2vw, 30px);
  white-space: nowrap;
}
.section-header_details a {
  color: #d8aa77;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 600;
}
.section-header_phone, .section-header_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header_phone {
  gap: 8px;
  color: #d8aa77;
  font-weight: 400;
  line-height: 1;
}
.section-header_phone:hover {
  color: #ffffff;
}
.section-header_phone img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-header_details .section-header_phone:hover {
  color: #ffffff;
}
.section-header_socials {
  gap: 10px;
}
.section-header_socials a {
  display: grid;
  width: 24px;
  height: 24px;
}
.section-header_socials img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-header_main {
  position: relative;
  min-height: 60px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 4vw, 68px);
}
.section-header_logo {
  display: block;
  width: 160px;
}
.section-header_logo img {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-header_nav {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(18px, 2.8vw, 42px);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 300;
  white-space: nowrap;
}
.section-header_nav-item {
  position: relative;
}
.section-header_nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
.section-header_nav-item:hover > a, .section-header_nav-item:focus-within > a {
  color: #d8aa77;
}
.section-header_nav-item:hover .section-header_submenu, .section-header_nav-item:focus-within .section-header_submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.section-header_submenu {
  position: absolute;
  z-index: 3;
  top: calc(100% + 12px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: #161616;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.section-header_submenu a {
  display: block;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.55;
  white-space: nowrap;
}
.section-header_submenu a:last-child {
  border-bottom: 0;
}
.section-header_submenu a:hover, .section-header_submenu a:focus-visible {
  background: #232323;
  color: #d8aa77;
}
.section-header_mobile-nav, .section-header_mobile-submenu, .section-header_mobile-contacts {
  display: none;
}
.section-header_actions {
  gap: 17px;
}
.section-header_actions a,
.section-header_actions label,
.section-header_actions button {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
}
.section-header_actions svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.section-header_search-button {
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.section-header_search-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.section-header_search {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(28px, 3vw, 48px) 40px;
  visibility: hidden;
  background: #161616;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.section-header_search-toggle:checked ~ .section-header_search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-header_search-form {
  display: grid;
  grid-template-columns: minmax(0, 780px) 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 980px;
  margin: 0 auto;
}
.section-header_search-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 0 clamp(18px, 2vw, 28px);
  background: #ffffff;
}
.section-header_search-field svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #d8aa77;
  stroke-linecap: round;
  stroke-width: 1.4;
}
.section-header_search-field input {
  width: 100%;
  min-width: 0;
  padding-right: 36px;
  border: 0;
  outline: 0;
  color: #161616;
  font: inherit;
  font-size: clamp(14px, 1.2vw, 16px);
}
.section-header_search-field input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.section-header_search-field input::-moz-placeholder {
  color: #b7b7b7;
}
.section-header_search-field input:-ms-input-placeholder {
  color: #b7b7b7;
}
.section-header_search-field input::-ms-input-placeholder {
  color: #b7b7b7;
}
.section-header_search-field input::placeholder {
  color: #b7b7b7;
}
.section-header_search-field input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.section-header_search-field input::-ms-clear {
  display: none;
}
.section-header_search-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eeeeee;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.section-header_search-clear--visible {
  opacity: 1;
  pointer-events: auto;
}
.section-header_search-clear span {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 18px;
  height: 1px;
  background: #d8aa77;
}
.section-header_search-clear span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-header_search-clear span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-header_search-close {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.section-header_search-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8aa77;
}
.section-header_search-close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-header_search-close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-header_action {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.section-header_action[data-count]:not([data-count="0"])::after {
  content: attr(data-count);
  position: absolute;
  right: -5px;
  bottom: -3px;
  display: grid;
  min-width: 15px;
  height: 15px;
  place-items: center;
  padding: 0 clamp(3px, 0.3vw, 4px);
  border-radius: 50px;
  background: #ff1010;
  color: #ffffff;
  font-size: clamp(6px, 0.8vw, 8px);
  font-weight: 600;
  line-height: 1;
}
.section-header_burger {
  display: none;
  width: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.section-header_burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}
.section-header_toggle {
  display: none;
}
.section-header_backdrop {
  display: none;
}
@media (max-width: 1200px) {
  .section-header_main {
    gap: 24px;
  }
  .section-header_nav {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .section-header {
    position: relative;
    background: #161616;
  }
  .section-header::before {
    display: none;
  }
  .section-header_row {
    min-height: 64px;
  }
  .section-header_topbar {
    display: none;
  }
  .section-header_main {
    min-height: 64px;
    grid-template-columns: 1fr auto auto;
  }
  .section-header_toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .section-header_backdrop {
    position: fixed;
    z-index: 9;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .section-header_nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    display: grid;
    width: min(78vw, 380px);
    height: 100dvh;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(auto, 1fr);
    row-gap: 40px;
    padding: clamp(88px, 12vw, 128px) clamp(28px, 5vw, 68px) clamp(24px, 4vw, 48px);
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    background: #121212;
    -webkit-box-shadow: -16px 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: -16px 0 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  }
  .section-header_toggle:checked ~ .section-header_nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_nav-item {
    display: none;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-nav,
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-contacts {
    display: grid;
    width: 100%;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-nav {
    gap: clamp(24px, 3vw, 44px);
    font-size: clamp(18px, 2.2vw, 28px);
    font-weight: 300;
    line-height: 1.35;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-nav-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-nav-link--submenu::after {
    content: "›";
    font-size: 1.5em;
    line-height: 0.7;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-nav-item {
    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;
    gap: 20px;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-nav-item > a {
    min-width: 0;
  }
  .section-header_toggle:checked ~ .section-header_nav.section-header_nav--submenu-open .section-header_mobile-nav {
    display: none;
  }
  .section-header_toggle:checked ~ .section-header_nav.section-header_nav--submenu-open .section-header_mobile-submenu--active {
    display: grid;
    width: 100%;
    gap: clamp(18px, 3vw, 28px);
    font-size: clamp(18px, 2.2vw, 28px);
    font-weight: 300;
    line-height: 1.35;
  }
  .section-header_toggle:checked ~ .section-header_nav.section-header_nav--submenu-open .section-header_mobile-submenu-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: clamp(15px, 1.8vw, 20px);
    text-align: left;
    cursor: pointer;
    opacity: 0.6;
  }
  .section-header_toggle:checked ~ .section-header_nav.section-header_nav--submenu-open .section-header_mobile-submenu-back::before {
    content: "‹";
    font-size: 1.5em;
    line-height: 0.7;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-contacts {
    -ms-flex-item-align: end;
        align-self: end;
    gap: clamp(18px, 3vw, 28px);
    margin-top: 0;
    padding-top: 0;
    color: #b7b7b7;
    font-size: clamp(15px, 1.7vw, 20px);
    line-height: 1.4;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-phone {
    color: #ffffff;
    font-size: clamp(17px, 1.8vw, 22px);
    font-weight: 600;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-socials a {
    display: block;
    width: 32px;
    height: 32px;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-socials img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-button {
    display: grid;
    min-height: 58px;
    place-items: center;
    padding: 12px 20px;
    border: 1px solid #d8aa77;
    border-radius: 6px;
    color: #d8aa77;
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 500;
    text-align: center;
  }
  .section-header_toggle:checked ~ .section-header_nav .section-header_mobile-button--accent {
    background: #d8aa77;
    color: #161616;
  }
  .section-header_toggle:checked ~ .section-header_backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .section-header_toggle:checked ~ .section-header_burger {
    position: fixed;
    z-index: 11;
    top: 26px;
    right: clamp(20px, 4vw, 48px);
    width: 34px;
    height: 34px;
  }
  .section-header_toggle:checked ~ .section-header_burger span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .section-header_toggle:checked ~ .section-header_burger span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .section-header_toggle:checked ~ .section-header_burger span:nth-child(2) {
    opacity: 0;
  }
  .section-header_toggle:checked ~ .section-header_burger span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .section-header_burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-header_main {
    gap: 18px;
  }
  .section-header_search {
    padding: clamp(28px, 3vw, 48px) 20px;
  }
  .section-header_search-form {
    gap: 20px;
  }
  .section-header_actions {
    gap: 12px;
  }
}

.section-hero {
  min-height: 0;
  height: 100dvh;
  background: #161616;
  color: #ffffff;
  overflow: hidden;
}
.section-hero_row {
  position: relative;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.section-hero_image, .section-hero_overlay {
  position: absolute;
}
.section-hero_image {
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero_overlay {
  z-index: 1;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #161616;
  opacity: 0.8;
}
.section-hero_content {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin-left: 40px;
  padding: 120px 0;
}
.section-hero_title {
  max-width: 77%;
}
.section-hero_title span {
  color: #d8aa77;
}
.section-hero_advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 90px;
  margin-top: 18px;
  font-size: clamp(14px, 2vw, 22px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-hero_advantages div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-hero_advantages div::before {
  content: "✓";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  color: #d8aa77;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1;
}
.section-hero_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 47px;
}
.section-hero_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(10px, 1vw, 12px) clamp(20px, 2vw, 28px);
  border: 1px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.section-hero_button--accent {
  min-width: 310px;
  background: #d8aa77;
}
.section-hero_button--accent:hover {
  border-color: #161616;
  background: transparent;
  color: #d8aa77;
}
.section-hero_button--outline {
  min-width: 310px;
  border-color: #d8aa77;
  color: #d8aa77;
}
.section-hero_button--outline:hover {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-hero {
    height: calc(100dvh - 64px);
  }
  .section-hero_row {
    min-height: 0;
    height: 100%;
  }
  .section-hero_title {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .section-hero {
    min-height: 0;
  }
  .section-hero_row {
    min-height: 0;
    height: 100%;
  }
  .section-hero_image {
    top: 0;
    left: calc(50% - 675px);
    width: 1400px;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    -o-object-position: center;
       object-position: center;
  }
  .section-hero_content {
    margin-left: 20px;
  }
  .section-hero_title {
    max-width: 90%;
    line-height: 1.15;
  }
  .section-hero_advantages {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }
  .section-hero_buttons {
    -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: 12px;
    margin-top: 30px;
  }
  .section-hero_button {
    min-height: 46px;
    min-width: 200px;
    padding: 10px 20px;
  }
}
@media (min-width: 1920px) {
  .section-hero {
    height: 83.3333333333dvh;
  }
}

@media (min-width: 1920px) {
  .wrapper {
    zoom: 1.2;
  }
}
.section-intro {
  min-height: 240px;
  padding: 80px 40px;
  background: #161616;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-intro {
    padding: 40px 20px;
  }
}
.section-intro .container {
  max-width: none;
  padding: 0 40px;
}
.section-intro_row {
  display: grid;
  grid-template-columns: minmax(0, 1.207fr) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
.section-intro_title {
  font-size: clamp(22px, 4vw, 80px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
@media (min-width: 1920px) {
  .section-intro_title {
    font-size: clamp(22px, 3vw, 80px);
  }
}
@media (max-width: 1200px) {
  .section-intro_title {
    font-size: clamp(24px, 3.7vw, 80px);
  }
}
.section-intro_text {
  font-size: clamp(16px, 2vw, 42px);
  font-weight: 300;
  line-height: 1.55;
}
@media (min-width: 1920px) {
  .section-intro_text {
    font-size: clamp(16px, 1.7vw, 42px);
  }
}
@media (max-width: 1200px) {
  .section-intro_text {
    font-size: clamp(16px, 1.8vw, 42px);
  }
}
@media (max-width: 768px) {
  .section-intro_row {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}

.section-header_main--fixed {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 40px;
  background: rgba(32, 32, 32, 0.6);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .section-header_main--fixed {
    padding: 0 20px;
  }
}

.section-categories {
  padding: clamp(30px, 3vw, 60px) 0 clamp(40px, 4vw, 60px);
  background: #161616;
}
.section-categories .container {
  max-width: 1540px;
  padding: 0 20px;
}
.section-categories_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .section-categories_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
.section-categories_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}
.section-categories_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.3), rgba(0, 0, 0, 0.3));
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.section-categories_card:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.section-categories_card:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.section-categories_card img {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.section-categories_card span {
  position: relative;
  z-index: 1;
  padding: 20px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .section-categories_card {
    height: clamp(220px, 78vw, 360px);
  }
  .section-categories_card span {
    padding: 16px;
  }
}

.section-catalog {
  padding: clamp(40px, 4.7vw, 90px) 0;
  background: #ffffff;
}
.section-catalog .container {
  max-width: 1200px;
}
.section-catalog_title {
  margin-bottom: clamp(24px, 3vw, 40px);
}
.section-catalog_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3.3vw, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section-catalog_card {
  display: grid;
  height: 100%;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  align-self: stretch;
  color: #000000;
  text-decoration: none;
}
.section-catalog_card:hover .section-catalog_image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.section-catalog_image {
  display: block;
  width: 100%;
  height: 100%;
}
.section-catalog_image img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.section-catalog_image-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 10px;
}
.section-catalog_favorite {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: grid;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  cursor: pointer;
}
.section-catalog_favorite svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: currentColor;
  stroke-width: 1.8;
  -webkit-transition: fill 0.2s ease, color 0.2s ease;
  transition: fill 0.2s ease, color 0.2s ease;
}
.section-catalog_favorite:hover, .section-catalog_favorite:focus-visible {
  color: #000000;
}
.section-catalog_favorite:hover svg, .section-catalog_favorite:focus-visible svg {
  fill: currentColor;
}
.section-catalog_favorite--active {
  color: #000000;
}
.section-catalog_favorite--active svg {
  fill: currentColor;
}
.section-catalog_hit {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 6px 12px;
  border-radius: 7px;
  background: #ff6245;
  color: #ffffff;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.section-catalog_name {
  margin-top: 20px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
.section-catalog_price {
  margin-top: 0;
  padding-top: 8px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.section-catalog_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 8px 20px;
  border: 1px solid #242424;
  border-radius: 4px;
  background: #242424;
  color: #ffffff;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-catalog_button:hover, .section-catalog_button:focus-visible {
  background: transparent;
  color: #000000;
}
.section-catalog_button--active {
  border-color: #868686;
  background: #868686;
  color: #ffffff;
}
.section-catalog_load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: clamp(180px, 18vw, 240px);
  min-height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(30px, 5vw, 80px) auto 0;
  padding: clamp(10px, 1vw, 14px) clamp(20px, 2vw, 30px);
  border: 1px solid #242424;
  border-radius: 4px;
  background: #242424;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(12px, 1vw, 14px);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-catalog_load-more:hover, .section-catalog_load-more:focus-visible {
  background: transparent;
  color: #242424;
}
@media (max-width: 1200px) {
  .section-catalog_row {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .section-catalog_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media (max-width: 768px) {
  .section-catalog_name {
    margin-top: 12px;
  }
  .section-catalog_price {
    margin-top: 6px;
  }
  .section-catalog_button {
    min-height: 38px;
    margin-top: 14px;
  }
}

.section-installation {
  padding: clamp(40px, 5vw, 60px) 0;
  background: #161616;
  color: #ffffff;
}
.section-installation .container {
  max-width: 1240px;
}
.section-installation_row {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2fr);
  gap: clamp(32px, 7.8vw, 100px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section-installation_content {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
}
.section-installation_title {
  font-size: clamp(32px, 3.75vw, 48px);
  line-height: 1.05;
}
.section-installation_text {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.5;
}
.section-installation_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: min(293px, 100%);
  min-height: 53px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border: 1px solid #d8aa77;
  border-radius: 6px;
  background: #d8aa77;
  color: #000000;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-installation_button:hover, .section-installation_button:focus-visible {
  background: transparent;
  color: #d8aa77;
}
.section-installation_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.section-installation_card {
  position: relative;
  min-height: 258px;
  overflow: hidden;
  border-radius: 10px;
  background: #161616;
}
.section-installation_card-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-installation_card-content {
  position: relative;
  z-index: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 20px;
}
.section-installation_icon {
  width: 56px;
  height: 56px;
  padding: 13px;
  border-radius: 50%;
  background: #595959;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-installation_card-title {
  width: 100%;
  margin-top: auto;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.3;
}
.section-installation_card-text {
  width: 100%;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1200px) {
  .section-installation_row {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }
  .section-installation_content {
    max-width: 600px;
  }
  .section-installation_text {
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .section-installation_cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .section-installation_card {
    min-height: 235px;
  }
}

.section-faq {
  padding: clamp(40px, 5vw, 60px) 0;
  background: #161616;
  color: #ffffff;
}
.section-faq .container {
  padding: 0 clamp(20px, 2vw, 26px);
}
.section-faq_row {
  display: grid;
  gap: clamp(30px, 4.2vw, 50px);
}
.section-faq_title {
  font-size: clamp(32px, 3.75vw, 48px);
  line-height: 0.95;
}
.section-faq_list {
  display: grid;
  gap: 10px;
}
.section-faq_item {
  background: #2e2e2e;
}
.section-faq_trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  width: 100%;
  min-height: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: clamp(14px, 2vw, 18px) clamp(20px, 2.5vw, 30px);
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}
.section-faq_trigger:hover .section-faq_icon, .section-faq_trigger:focus-visible .section-faq_icon {
  background: #6d6d6d;
}
.section-faq_trigger:hover .section-faq_icon::before, .section-faq_trigger:hover .section-faq_icon::after, .section-faq_trigger:focus-visible .section-faq_icon::before, .section-faq_trigger:focus-visible .section-faq_icon::after {
  background: #ffffff;
}
.section-faq_trigger[aria-expanded=true] .section-faq_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.section-faq_icon {
  position: relative;
  justify-self: end;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.section-faq_icon::before, .section-faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #6d6d6d;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.section-faq_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.section-faq_answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 clamp(20px, 2.5vw, 30px);
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.5;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.section-faq_answer > div {
  padding-bottom: clamp(20px, 2.5vw, 30px);
}
@media (max-width: 1200px) {
  .section-faq_row {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .section-faq_trigger {
    min-height: 76px;
  }
}
@media (max-width: 768px) {
  .section-faq .container {
    padding: 0 20px;
  }
  .section-faq_trigger {
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 68px;
    gap: 16px;
    padding: 16px 20px;
  }
  .section-faq_icon {
    width: 38px;
    height: 38px;
  }
  .section-faq_answer {
    padding: 0 20px;
  }
  .section-faq_answer > div {
    padding-bottom: 20px;
  }
}

.section-consultation {
  padding: 0 0 clamp(0px, 1.7vw, 20px);
  background: #161616;
  color: #ffffff;
}
.section-consultation .container {
  max-width: 1200px;
  padding: 0 20px;
}
.section-consultation_row {
  display: grid;
  min-height: 775px;
  place-items: center;
  padding: clamp(80px, 12.5vw, 150px) clamp(20px, 3.4vw, 40px);
  border-radius: 20px;
  background-image: url("/local/templates/domproem/assets/css/../../img/consultation-background.webp"), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: url("/local/templates/domproem/assets/css/../../img/consultation-background.webp"), linear-gradient(0turn, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-consultation_content {
  display: grid;
  width: min(100%, 853px);
  gap: clamp(20px, 4.2vw, 30px);
  text-align: center;
}
.section-consultation_title {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.95;
}
.section-consultation_text {
  width: min(100%, 618px);
  margin: 0 auto;
  font-size: clamp(14px, 1.84vw, 22px);
  line-height: 1.5;
}
.section-consultation_form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 160px;
  gap: 20px;
}
.section-consultation_field {
  min-width: 0;
}
.section-consultation_field input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  outline: 0;
  background: #ffffff;
  color: #000000;
  font: inherit;
  font-size: 16px;
}
.section-consultation_field input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.section-consultation_field input::-moz-placeholder {
  color: #b2b2b2;
}
.section-consultation_field input:-ms-input-placeholder {
  color: #b2b2b2;
}
.section-consultation_field input::-ms-input-placeholder {
  color: #b2b2b2;
}
.section-consultation_field input::placeholder {
  color: #b2b2b2;
}
.section-consultation_field input:focus {
  border-color: #d8aa77;
}
.section-consultation_button {
  min-height: 60px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #d8aa77;
  color: #000000;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.section-consultation_button:hover, .section-consultation_button:focus-visible {
  border-color: #d8aa77;
  background: transparent;
  color: #d8aa77;
}
.section-consultation_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/-1;
  justify-self: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}
.section-consultation_consent input {
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin: 1px 0 0;
  accent-color: #d8aa77;
}
.section-consultation_consent a {
  color: #d8aa77;
}
@media (max-width: 1200px) {
  .section-consultation_row {
    min-height: 730px;
    padding: 120px 40px;
  }
}
@media (max-width: 991px) {
  .section-consultation_row {
    min-height: 730px;
  }
  .section-consultation_content {
    width: min(100%, 600px);
  }
  .section-consultation_form {
    grid-template-columns: minmax(0, 1fr);
  }
  .section-consultation_button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-consultation {
    padding-top: 20px;
  }
  .section-consultation .container {
    padding: 0;
  }
  .section-consultation_row {
    min-height: 640px;
    padding: 80px 20px;
    border-radius: 0;
  }
  .section-consultation_content {
    gap: 40px;
  }
  .section-consultation_form {
    gap: 15px;
  }
  .section-consultation_field input {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
  .section-consultation_button {
    min-height: 45px;
    font-size: 12px;
  }
  .section-consultation_consent {
    font-size: 10px;
  }
}

.section-contacts {
  padding: clamp(40px, 6.7vw, 80px) clamp(20px, 3.4vw, 40px);
  background: #f5f5f4;
  color: #161616;
}
.section-contacts_row {
  display: grid;
  margin: 0 auto;
  grid-template-columns: minmax(320px, 403px) minmax(0, 1fr);
  gap: clamp(20px, 3.4vw, 40px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-contacts_info, .section-contacts_form-wrap {
  border-radius: 15px;
  background: #ffffff;
}
.section-contacts_info {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  padding: clamp(28px, 3.5vw, 42px);
}
.section-contacts_list {
  display: grid;
  gap: 25px;
}
.section-contacts_item {
  display: grid;
  gap: 8px;
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.55;
}
.section-contacts_item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.section-contacts_item a:hover {
  color: #979797;
}
.section-contacts_label {
  font-size: clamp(18px, 1.85vw, 22px);
  font-weight: 600;
  line-height: 1.55;
}
.section-contacts_max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 345px);
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: 1px solid #282828;
  border-radius: 6px;
  background: #282828;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-contacts_max:hover, .section-contacts_max:focus-visible {
  background: #ffffff;
  color: #282828;
}
.section-contacts_max:hover img, .section-contacts_max:focus-visible img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (max-width: 768px) {
  .section-contacts_max {
    width: 100%;
    min-height: 45px;
    font-size: 12px;
  }
}
.section-contacts_max img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.section-contacts_form-wrap {
  padding: clamp(28px, 3.5vw, 42px);
}
.section-contacts_form-title {
  margin-bottom: 8px;
}
.section-contacts_form-text {
  max-width: 570px;
  margin-bottom: clamp(20px, 2.1vw, 25px);
  color: #000000;
  font-size: clamp(14px, 1.3vw, 15px);
  line-height: 1.5;
}
.section-contacts_form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .section-contacts_form {
    grid-template-columns: 1fr;
  }
}
.section-contacts_field {
  display: block;
}
.section-contacts_field--wide {
  grid-column: 1/-1;
}
.section-contacts_field input,
.section-contacts_field textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  outline: 0;
  background: #ffffff;
  color: #3e3e3e;
  font: inherit;
  font-size: 14px;
}
.section-contacts_field input::-webkit-input-placeholder, .section-contacts_field textarea::-webkit-input-placeholder {
  color: #3e3e3e;
}
.section-contacts_field input::-moz-placeholder, .section-contacts_field textarea::-moz-placeholder {
  color: #3e3e3e;
}
.section-contacts_field input:-ms-input-placeholder, .section-contacts_field textarea:-ms-input-placeholder {
  color: #3e3e3e;
}
.section-contacts_field input::-ms-input-placeholder, .section-contacts_field textarea::-ms-input-placeholder {
  color: #3e3e3e;
}
.section-contacts_field input::placeholder,
.section-contacts_field textarea::placeholder {
  color: #3e3e3e;
}
.section-contacts_field input:focus,
.section-contacts_field textarea:focus {
  border-color: #d8aa77;
}
.section-contacts_field input {
  height: 50px;
  padding: 0 16px;
}
.section-contacts_field textarea {
  min-height: 96px;
  padding: 14px 16px;
  resize: vertical;
}
.section-contacts_button {
  width: min(100%, 345px);
  min-height: 50px;
  grid-column: 1/-1;
  border: 1px solid #282828;
  border-radius: 6px;
  background: #282828;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-contacts_button:hover, .section-contacts_button:focus-visible {
  background: #ffffff;
  color: #282828;
}
.section-contacts_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/-1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 1.35;
}
.section-contacts_consent input {
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin: 1px 0 0;
  accent-color: #282828;
}
.section-contacts_consent a {
  color: inherit;
}
@media (max-width: 1200px) {
  .section-contacts_row {
    grid-template-columns: minmax(280px, 300px) minmax(0, 1fr);
    gap: 60px;
  }
  .section-contacts_info {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .section-contacts_row {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .section-contacts_info {
    min-height: auto;
  }
  .section-contacts_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .section-contacts {
    padding: 40px 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-contacts_row {
    gap: 20px;
  }
  .section-contacts_form-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .section-contacts_info, .section-contacts_form-wrap {
    border-radius: 10px;
    padding: 20px;
  }
  .section-contacts_list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }
  .section-contacts_label, .section-contacts_form-title {
    font-size: 16px;
  }
  .section-contacts_item {
    font-size: 14px;
  }
  .section-contacts_form {
    gap: 15px;
  }
  .section-contacts_form-text {
    font-size: 13px;
  }
  .section-contacts_button {
    width: 100%;
    min-height: 45px;
    font-size: 12px;
  }
  .section-contacts_consent {
    font-size: 10px;
  }
}

.section-footer {
  padding: clamp(45px, 5vw, 60px) 40px;
  background: #161616;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-footer {
    padding: clamp(55px, 7.5vw, 80px) 40px;
  }
}
@media (max-width: 768px) {
  .section-footer {
    padding: clamp(45px, 10vw, 80px) 20px;
  }
}
.section-footer_row {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(360px, 1.35fr) minmax(175px, 0.65fr);
  gap: clamp(45px, 8.3vw, 100px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1200px) {
  .section-footer_row {
    grid-template-columns: minmax(230px, 1fr) minmax(330px, 1.25fr) minmax(175px, 0.65fr);
    gap: 45px;
  }
}
@media (max-width: 991px) {
  .section-footer_row {
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1fr);
    gap: 40px clamp(60px, 9vw, 90px);
  }
}
@media (max-width: 768px) {
  .section-footer_row {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.section-footer_brand, .section-footer_link-group, .section-footer_contacts {
  display: grid;
  justify-items: start;
}
.section-footer_brand {
  gap: 12px;
}
@media (max-width: 768px) {
  .section-footer_brand {
    display: contents;
    gap: 9px;
  }
}
.section-footer_logo {
  display: block;
  width: min(100%, 213px);
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .section-footer_logo {
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section-footer_logo img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-footer_copyright, .section-footer_legal, .section-footer_link-group a, .section-footer_contacts > div:last-child {
  color: #7b7b7b;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
}
@media (max-width: 768px) {
  .section-footer_copyright {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.section-footer_legal {
  display: grid;
  gap: 5px;
}
@media (max-width: 768px) {
  .section-footer_legal {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.section-footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.section-footer a:hover, .section-footer a:focus-visible {
  color: #a7a7a7;
}
.section-footer_links {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(110px, 0.6fr);
  gap: clamp(45px, 7vw, 85px);
}
@media (max-width: 991px) {
  .section-footer_links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .section-footer_links {
    grid-template-columns: 1fr;
    gap: 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.section-footer_link-group {
  gap: 5px;
}
.section-footer_link-title {
  margin-bottom: 8px;
  color: #7b7b7b;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.55;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-footer_link-title {
    margin-bottom: 4px;
  }
}
.section-footer_contacts {
  gap: 5px;
}
@media (max-width: 991px) {
  .section-footer_contacts {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .section-footer_contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-footer_phone {
  font-size: clamp(14px, 1.3vw, 20px);
  line-height: 1.55;
}

.section-cookie {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.section-cookie--visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.section-cookie_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 855px);
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin: 0 auto;
  padding: 15px clamp(20px, 2.7vw, 32px);
  border-radius: 6px;
  background: #161616;
  -webkit-box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1);
          box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1);
  color: #b7b7b7;
}
@media (max-width: 768px) {
  .section-cookie_row {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
  }
}
.section-cookie_text {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.45;
}
.section-cookie_button {
  min-width: 122px;
  min-height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 8px 20px;
  border: 1px solid #d8aa77;
  border-radius: 6px;
  background: #d8aa77;
  color: #282828;
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 1.3vw, 16px);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-cookie_button:hover, .section-cookie_button:focus-visible {
  background: transparent;
  color: #d8aa77;
}
@media (max-width: 768px) {
  .section-cookie_button {
    width: 100%;
  }
}

.section-quick-contact {
  position: fixed;
  z-index: 21;
  right: clamp(15px, 4.5vw, 65px);
  bottom: clamp(15px, 3.5vw, 50px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .section-quick-contact {
    right: 15px;
    bottom: 15px;
  }
}
.section-quick-contact .container {
  padding: 0;
}
.section-quick-contact_row {
  position: relative;
  width: 60px;
  height: 60px;
  pointer-events: auto;
}
.section-quick-contact_toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.section-quick-contact_toggle:focus-visible ~ .section-quick-contact_button {
  outline: 2px solid #161616;
  outline-offset: 3px;
}
.section-quick-contact_toggle:checked ~ .section-quick-contact_link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.section-quick-contact_toggle:checked ~ .section-quick-contact_link--telegram {
  -webkit-transform: translate(-50%, -72px);
          transform: translate(-50%, -72px);
}
.section-quick-contact_toggle:checked ~ .section-quick-contact_link--phone {
  -webkit-transform: translate(-50%, -134px);
          transform: translate(-50%, -134px);
}
.section-quick-contact_toggle:checked ~ .section-quick-contact_button {
  background: #ffffff;
  -webkit-animation: none;
          animation: none;
}
.section-quick-contact_toggle:checked ~ .section-quick-contact_button .section-quick-contact_message {
  opacity: 0;
  -webkit-transform: scale(0.65) rotate(-45deg);
          transform: scale(0.65) rotate(-45deg);
}
.section-quick-contact_toggle:checked ~ .section-quick-contact_button .section-quick-contact_close {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.section-quick-contact_link, .section-quick-contact_button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section-quick-contact_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.22), 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.22), 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.section-quick-contact_link img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-quick-contact_link--telegram {
  grid-row: 1;
  background: #1d98dc;
}
.section-quick-contact_link--phone {
  grid-row: 2;
  background: #000000;
}
.section-quick-contact_link--phone img {
  width: 28px;
  height: 28px;
}
.section-quick-contact_button {
  position: relative;
  display: grid;
  place-items: center;
  background: #d8aa77;
  cursor: pointer;
  -webkit-animation: section-quick-contact-pulse 2s ease-out infinite;
          animation: section-quick-contact-pulse 2s ease-out infinite;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.22), 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.22), 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.section-quick-contact_button:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.32), 0 3px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.32), 0 3px 14px rgba(0, 0, 0, 0.25);
}
.section-quick-contact_message, .section-quick-contact_close {
  position: absolute;
  width: 28px;
  height: 26px;
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.section-quick-contact_close {
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.65) rotate(45deg);
          transform: scale(0.65) rotate(45deg);
}

@-webkit-keyframes section-quick-contact-pulse {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes section-quick-contact-pulse {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.section-cart-notice {
  position: fixed;
  z-index: 22;
  right: clamp(15px, 2.1vw, 30px);
  bottom: clamp(15px, 2.1vw, 30px);
  width: calc(100% - 30px);
  max-width: 350px;
  pointer-events: none;
}
.section-cart-notice .container {
  max-width: none;
  padding: 0;
}
.section-cart-notice_row {
  display: grid;
  gap: 5px;
}
.section-cart-notice_item {
  position: relative;
  min-height: 84px;
  padding: clamp(15px, 1.6vw, 25px) clamp(28px, 2.5vw, 30px) clamp(15px, 1.6vw, 25px) clamp(15px, 2.1vw, 30px);
  border-radius: 6px;
  background: #161616;
  -webkit-box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
          box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.section-cart-notice_item--visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-cart-notice_text {
  font-size: clamp(12px, 1.075vw, 17px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
.section-cart-notice_close {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8aa77;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.section-cart-notice_close:hover, .section-cart-notice_close:focus-visible {
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-cart-notice {
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .section-cart-notice_row {
    gap: 4px;
  }
  .section-cart-notice_item {
    min-height: 0;
    padding: 13px 24px 13px 13px;
    border-radius: 4px;
  }
  .section-cart-notice_text {
    font-size: clamp(12px, 3.5vw, 17px);
  }
}

.section-cart {
  position: fixed;
  z-index: 30;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0s linear 0.3s;
  transition: visibility 0s linear 0.3s;
}
.section-cart--open {
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.section-cart--open .section-cart_backdrop {
  opacity: 1;
}
.section-cart--open .section-cart_panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-cart .container {
  max-width: none;
  height: 100%;
  padding: 0;
}
.section-cart_row {
  height: 100%;
}
.section-cart_backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.section-cart_panel {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 560px;
  height: 100%;
  padding: clamp(40px, 4.2vw, 70px) clamp(10px, 1.5vw, 20px);
  background: #ffffff;
  color: #191919;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -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;
}
.section-cart_close {
  position: absolute;
  top: clamp(22px, 2vw, 35px);
  right: clamp(22px, 2vw, 35px);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.section-cart_close span {
  position: absolute;
  top: 16px;
  left: 1px;
  width: 32px;
  height: 2px;
  background: #191919;
}
.section-cart_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-cart_close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-cart_title {
  padding-right: 45px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.section-cart_empty {
  margin-top: clamp(45px, 4vw, 50px);
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.section-cart_order {
  width: 100%;
  min-height: 65px;
  margin-top: 26px;
  border: 0;
  border-radius: 9px;
  background: #a2a2a2;
  color: #ffffff;
  font: inherit;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 500;
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .section-cart_panel {
    width: 100%;
    max-width: 560px;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .section-cart_panel {
    width: 100%;
    max-width: none;
    padding: 40px 25px;
  }
  .section-cart_empty {
    margin-top: 40px;
  }
  .section-cart_order {
    min-height: 58px;
  }
}
.section-cart_list {
  display: none;
  gap: clamp(20px, 2.5vw, 32px);
  margin-top: clamp(32px, 3.5vw, 45px);
}
.section-cart_list--active {
  display: grid;
}
.section-cart_item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) -webkit-max-content -webkit-max-content 22px;
  grid-template-columns: 80px minmax(0, 1fr) max-content max-content 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: clamp(10px, 1.5vw, 12px);
}
.section-cart_image {
  width: 95px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 7px;
}
.section-cart_content {
  min-width: 0;
  width: 100%;
  justify-self: stretch;
}
.section-cart_name {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.section-cart_characteristics {
  margin-top: 10px;
  color: #696969;
  font-size: clamp(10px, 0.9vw, 12px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.section-cart_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
  justify-self: center;
}
.section-cart_quantity button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background: transparent;
  color: #191919;
  cursor: pointer;
  font: inherit;
  font-size: 21px;
  line-height: 1;
}
.section-cart_price {
  min-width: 84px;
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: -0.04em;
  white-space: nowrap;
  justify-self: end;
  text-align: right;
}
.section-cart_remove {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background: transparent;
  color: #777777;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  line-height: 18px;
  justify-self: center;
}
.section-cart_summary {
  display: none;
  margin-top: clamp(30px, 3vw, 40px);
  padding-top: clamp(20px, 2.5vw, 30px);
  border-top: 1px solid #cfcfcf;
  text-align: right;
  font-size: clamp(18px, 1.7vw, 25px);
  letter-spacing: -0.04em;
}
.section-cart_summary--active {
  display: block;
}
.section-cart_order--active {
  background: #1d1d1d;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-cart_item {
    grid-template-columns: clamp(60px, 22vw, 140px) -webkit-max-content -webkit-max-content minmax(0, 1fr) 30px;
    grid-template-columns: clamp(60px, 22vw, 140px) max-content max-content minmax(0, 1fr) 30px;
    grid-template-rows: minmax(clamp(92px, 25vw, 140px), auto);
    grid-template-areas: "image content content content remove";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
  .section-cart_image {
    grid-area: image;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: clamp(60px, 22vw, 140px);
    height: clamp(92px, 25vw, 140px);
  }
  .section-cart_content {
    grid-area: content;
    padding-bottom: clamp(38px, 8vw, 48px);
  }
  .section-cart_quantity {
    grid-area: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    gap: 6px;
    justify-self: start;
  }
  .section-cart_quantity button {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
  .section-cart_price {
    grid-area: auto;
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    min-width: 0;
    margin-top: 0;
    justify-self: start;
    text-align: left;
  }
  .section-cart_remove {
    grid-area: remove;
  }
}

.section-favorites {
  position: fixed;
  z-index: 30;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0s linear 0.3s;
  transition: visibility 0s linear 0.3s;
}
.section-favorites--open {
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.section-favorites--open .section-favorites_backdrop {
  opacity: 1;
}
.section-favorites--open .section-favorites_panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-favorites .container {
  max-width: none;
  height: 100%;
  padding: 0;
}
.section-favorites_row {
  height: 100%;
}
.section-favorites_backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.section-favorites_panel {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(38.5vw, 560px);
  height: 100%;
  padding: clamp(40px, 4.2vw, 70px) clamp(10px, 1.5vw, 20px);
  background: #ffffff;
  color: #191919;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -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;
}
.section-favorites_close {
  position: absolute;
  top: clamp(22px, 2vw, 35px);
  right: clamp(22px, 2vw, 35px);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.section-favorites_close span {
  position: absolute;
  top: 16px;
  left: 1px;
  width: 32px;
  height: 2px;
  background: #191919;
}
.section-favorites_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-favorites_close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-favorites_title {
  padding-right: 45px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.section-favorites_empty {
  margin-top: clamp(45px, 4vw, 50px);
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.section-favorites_list {
  display: none;
  gap: clamp(28px, 4vw, 55px);
  margin-top: clamp(34px, 4vw, 55px);
}
.section-favorites_list--active {
  display: grid;
}
.section-favorites_item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) -webkit-max-content 40px;
  grid-template-columns: 80px minmax(0, 1fr) max-content 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 2vw, 28px);
}
.section-favorites_image {
  width: 95px;
  height: 120px;
  border-radius: 7px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-favorites_content {
  min-width: 0;
}
.section-favorites_name {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.section-favorites_price, .section-favorites_color {
  margin-top: 12px;
  color: #696969;
  font-size: clamp(10px, 0.9vw, 12px);
  line-height: 1.3;
}
.section-favorites_color {
  margin-top: 6px;
}
.section-favorites_price {
  color: #191919;
  font-size: clamp(16px, 1.5vw, 22px);
}
.section-favorites_add-to-cart, .section-favorites_consultation {
  min-height: 45px;
  padding: 12px clamp(18px, 2.2vw, 24px);
  border: 0;
  border-radius: 8px;
  background: #1d1d1d;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.section-favorites_remove {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background: transparent;
  color: #777777;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  line-height: 18px;
  justify-self: center;
}
.section-favorites_add-to-cart--active {
  border-color: #868686;
  background: #868686;
  color: #ffffff;
}
.section-favorites_consultation {
  width: 100%;
  margin-top: clamp(35px, 4vw, 60px);
  background: #2a2a2a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-favorites_panel {
    width: min(65vw, 660px);
    min-width: 0;
  }
  .section-favorites_item {
    grid-template-columns: 110px minmax(0, 1fr) -webkit-max-content 34px;
    grid-template-columns: 110px minmax(0, 1fr) max-content 34px;
    gap: 16px;
  }
  .section-favorites_image {
    width: 95px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .section-favorites_panel {
    width: min(100%, 500px);
    padding: 40px 25px;
  }
  .section-favorites_item {
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 14px;
  }
  .section-favorites_image {
    width: 72px;
    height: 92px;
  }
  .section-favorites_price, .section-favorites_color {
    margin-top: 7px;
  }
  .section-favorites_add-to-cart {
    grid-column: 2;
    min-height: 50px;
    padding: 8px 18px;
    font-size: 16px;
    justify-self: start;
  }
  .section-favorites_remove {
    grid-column: 3;
    grid-row: 1;
  }
  .section-favorites_consultation {
    min-height: 58px;
    font-size: 16px;
  }
}

.section-breadcrumbs {
  padding: 140px 0px 40px;
  background: #ffffff;
}
.section-breadcrumbs h1 {
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.2;
}
.section-breadcrumbs h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}
.section-breadcrumbs h3 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}
.section-breadcrumbs_row {
  min-width: 0;
}
.section-breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #161616;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.55;
}
.section-breadcrumbs_list a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.section-breadcrumbs_list a:hover, .section-breadcrumbs_list a:focus-visible {
  color: #b7b7b7;
}
.section-breadcrumbs_list a + a::before,
.section-breadcrumbs_list a + .section-breadcrumbs_current::before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
  color: #161616;
}
.section-breadcrumbs_current {
  min-width: 0;
  color: #b7b7b7;
}
@media (max-width: 991px) {
  .section-breadcrumbs {
    padding: 30px 0px;
  }
  .section-breadcrumbs_list, .section-breadcrumbs_current {
    gap: 8px;
  }
}

.section-breadcrumbs_title {
  margin-top: 10px;
}

.section-service-tabs > .container {
  max-width: none;
  padding: 0;
}
.section-service-tabs_controls {
  position: relative;
}
.section-service-tabs_toggle, .section-service-tabs_value {
  display: none;
}
.section-service-tabs_toggle:focus-visible + .section-service-tabs_value {
  outline: 2px solid #2015ff;
  outline-offset: 2px;
}
.section-service-tabs_value {
  position: relative;
  min-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(12px, 1vw, 14px) clamp(42px, 4vw, 44px) clamp(12px, 1vw, 14px) clamp(14px, 2vw, 16px);
  border-radius: 3px;
  background: #222222;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-service-tabs_value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.section-service-tabs_options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section-service-tabs_tab {
  min-width: 0;
  min-height: 48px;
  padding: clamp(12px, 1vw, 14px) clamp(8px, 1.2vw, 16px);
  border: 1px solid #222222;
  border-right-width: 0;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  font: inherit;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-service-tabs_tab:first-child {
  border-radius: 3px 0 0 3px;
}
.section-service-tabs_tab:last-child {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}
.section-service-tabs_tab:hover, .section-service-tabs_tab:focus-visible, .section-service-tabs_tab--active {
  background: #222222;
  color: #ffffff;
}
.section-service-tabs_tab--active {
  font-weight: 600;
}
.section-service-tabs_tab:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid #2015ff;
  outline-offset: 2px;
}
.section-service-tabs_panels {
  padding-top: clamp(34px, 4vw, 60px);
}
.section-service-tabs_panel[hidden] {
  display: none;
}
.section-service-tabs_content {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  min-width: 0;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.section-service-tabs_content strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-service-tabs_toggle {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  .section-service-tabs_toggle:checked + .section-service-tabs_value::after {
    -webkit-transform: translateY(-20%) rotate(225deg);
            transform: translateY(-20%) rotate(225deg);
  }
  .section-service-tabs_toggle:checked ~ .section-service-tabs_options {
    display: grid;
  }
  .section-service-tabs_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-service-tabs_options {
    position: absolute;
    z-index: 3;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: minmax(0, 1fr);
    border: 1px solid #222222;
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
  .section-service-tabs_tab {
    border: 0;
    border-bottom: 1px solid #222222;
    border-radius: 0;
    text-align: left;
  }
  .section-service-tabs_tab:first-child, .section-service-tabs_tab:last-child {
    border-radius: 0;
  }
  .section-service-tabs_tab:last-child {
    border-bottom: 0;
  }
}

.section-categories_row--catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 20px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 20px;
    padding: 0;
  }
}
.pagination_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 34px;
  min-height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
  margin-right: 7px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #000000;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  opacity: 0.4;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.pagination_item:hover, .pagination_item:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.pagination_item:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.pagination_item--active {
  border-color: #161616;
  background: transparent;
  opacity: 1;
  pointer-events: none;
}
.pagination_item--separator {
  cursor: default;
  pointer-events: none;
}
.pagination_arrow {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.catalog-all {
  padding: 0;
}

.section-catalog-description {
  margin-top: clamp(40px, 6.7vw, 80px);
  margin-bottom: -40px;
  padding: clamp(40px, 6.7vw, 80px) 0;
  background: #161616;
  color: #ffffff;
}
.section-catalog-description_row {
  display: grid;
  min-width: 0;
  gap: clamp(15px, 3.4vw, 40px);
}
.section-catalog-description_title {
  min-width: 0;
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.section-catalog-description_content {
  display: grid;
  min-width: 0;
  gap: clamp(18px, 2vw, 22px);
  overflow-wrap: anywhere;
  line-height: 1.4;
}
.section-catalog-description_content strong {
  font-weight: 700;
}

.section-catalog-filter {
  position: relative;
  z-index: 4;
  padding: 0 0 clamp(24px, 3vw, 40px);
}
.section-catalog-filter_row {
  min-width: 0;
}
.section-catalog-filter_controls-wrapper {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 36%);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(20px, 2.5vw, 34px);
}
@media (max-width: 1200px) {
  .section-catalog-filter_controls-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 36%);
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_controls-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-catalog-filter_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.section-catalog-filter_tools {
  display: grid;
  min-width: 0;
  grid-template-columns: 44px minmax(190px, 220px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}
@media (max-width: 768px) {
  .section-catalog-filter_tools {
    grid-template-columns: 44px minmax(190px, 220px);
  }
}
.section-catalog-filter_control {
  position: relative;
  min-width: 0;
}
@media (max-width: 768px) {
  .section-catalog-filter_control--price {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-catalog-filter_control--colors {
    width: 100%;
  }
}
.section-catalog-filter_control--sort {
  width: 100%;
}
.section-catalog-filter_control--sort .section-catalog-filter_trigger {
  width: 100%;
}
.section-catalog-filter_control--sort .section-catalog-filter_dropdown {
  right: 0;
  left: auto;
  width: 100%;
  min-width: 100%;
}
.section-catalog-filter_toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.section-catalog-filter_toggle:focus-visible + .section-catalog-filter_trigger {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-catalog-filter_toggle:checked + .section-catalog-filter_trigger {
  background: #e8e8ea;
}
.section-catalog-filter_toggle:checked + .section-catalog-filter_trigger svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-catalog-filter_toggle:checked ~ .section-catalog-filter_dropdown {
  display: grid;
}
.section-catalog-filter_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
  padding: clamp(11px, 1vw, 13px) clamp(12px, 1vw, 15px);
  border: 0;
  border-radius: 4px;
  background: #f2f2f4;
  color: #161616;
  cursor: pointer;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.section-catalog-filter_trigger:hover {
  background: #e8e8ea;
}
.section-catalog-filter_trigger span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-catalog-filter_trigger svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11px;
  height: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.section-catalog-filter_dropdown {
  position: absolute;
  z-index: 5;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: max(100%, 210px);
  max-width: min(280px, 100vw - 50px);
  max-height: 260px;
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
}
.section-catalog-filter_dropdown--price {
  width: min(260px, 100vw - 50px);
  min-width: min(260px, 100vw - 50px);
  max-width: none;
  max-height: none;
  padding: clamp(12px, 1.4vw, 16px);
  overflow: visible;
}
.section-catalog-filter_dropdown--colors {
  width: min(200px, 100vw - 50px);
  min-width: min(200px, 100vw - 50px);
  max-width: none;
  max-height: none;
  padding: clamp(12px, 1.4vw, 16px);
  overflow: visible;
}
.section-catalog-filter_color-options {
  display: grid;
  grid-template-columns: repeat(4, 32px);
  gap: 12px 10px;
}
.section-catalog-filter_color-option {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.section-catalog-filter_color-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.section-catalog-filter_color-option input:focus-visible + .section-catalog-filter_color-swatch {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-catalog-filter_color-option input:checked + .section-catalog-filter_color-swatch {
  border-color: #161616;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #161616;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #161616;
}
.section-catalog-filter_color-swatch {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: var(--catalog-filter-color, transparent);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.section-catalog-filter_color-swatch:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.section-catalog-filter_price-box {
  display: grid;
  min-width: 0;
  gap: clamp(10px, 1.2vw, 14px);
}
.section-catalog-filter_price-slider {
  --price-min-position: 0%;
  --price-max-position: 100%;
  position: relative;
  height: 24px;
}
.section-catalog-filter_price-track, .section-catalog-filter_price-progress {
  position: absolute;
  top: 50%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-catalog-filter_price-track {
  right: 0;
  left: 0;
  background: #d6d6d6;
}
.section-catalog-filter_price-progress {
  right: calc(100% - var(--price-max-position));
  left: var(--price-min-position);
  background: #161616;
}
.section-catalog-filter_price-range {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  pointer-events: none;
}
.section-catalog-filter_price-range:focus-visible {
  outline: 0;
}
.section-catalog-filter_price-range:focus-visible::-webkit-slider-thumb {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-catalog-filter_price-range:focus-visible::-moz-range-thumb {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-catalog-filter_price-range::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}
.section-catalog-filter_price-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border: 3px solid #d6d6d6;
  border-radius: 50%;
  -webkit-appearance: none;
          appearance: none;
  background: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}
.section-catalog-filter_price-range::-moz-range-track {
  height: 2px;
  background: transparent;
}
.section-catalog-filter_price-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 3px solid #d6d6d6;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}
.section-catalog-filter_price-fields {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.section-catalog-filter_price-field {
  min-width: 0;
}
.section-catalog-filter_price-input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 clamp(9px, 1vw, 12px);
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  outline: 0;
  background: #ffffff;
  color: #161616;
  font: inherit;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1;
}
.section-catalog-filter_price-input:focus {
  border-color: #161616;
}
.section-catalog-filter_price-separator {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1;
}
.section-catalog-filter_option {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}
.section-catalog-filter_option-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.section-catalog-filter_option-input[type=radio] + .section-catalog-filter_option-text::before {
  border-radius: 50%;
}
.section-catalog-filter_option-input:focus-visible + .section-catalog-filter_option-text {
  outline: 2px solid #d8aa77;
  outline-offset: -2px;
}
.section-catalog-filter_option-input:checked + .section-catalog-filter_option-text {
  background: #f2f2f2;
}
.section-catalog-filter_option-input:checked + .section-catalog-filter_option-text::before {
  border-color: #161616;
  background: #161616;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}
.section-catalog-filter_option-text {
  display: grid;
  min-width: 0;
  grid-template-columns: 18px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: clamp(9px, 1vw, 11px);
  border-radius: 3px;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.35;
  overflow-wrap: anywhere;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.section-catalog-filter_option-text::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.section-catalog-filter_option-text:hover {
  background: #f6f6f6;
}
.section-catalog-filter_search-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #f2f2f4;
  color: #161616;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-catalog-filter_search-button:hover, .section-catalog-filter_search-button:focus-visible {
  background: #e8e8ea;
  color: #d8aa77;
}
.section-catalog-filter_search-button:focus-visible {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-catalog-filter_search-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.section-catalog-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  grid-column: 1/-1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: clamp(24px, 4vw, 54px) 0 0;
}
.section-catalog-selected[hidden] {
  display: none;
}
.section-catalog-selected_list {
  display: contents;
}
.section-catalog-selected_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  min-height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: clamp(8px, 0.8vw, 10px) clamp(12px, 1vw, 16px);
  border: 0;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1;
  overflow-wrap: anywhere;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.section-catalog-selected_tag:hover, .section-catalog-selected_tag:focus-visible {
  background: #2b2b2b;
}
.section-catalog-selected_tag:focus-visible {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-catalog-selected_close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: clamp(19px, 1.5vw, 23px);
  font-weight: 300;
  line-height: 0.7;
}
.section-catalog-selected_reset {
  padding: 3px 0;
  border: 0;
  border-bottom: 1px dotted currentColor;
  background: transparent;
  color: #161616;
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.2;
}
.section-catalog-selected_reset:hover, .section-catalog-selected_reset:focus-visible {
  border-bottom-color: transparent;
}
.section-catalog-selected_reset:focus-visible {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}

.section-catalog-filter {
  font-size: clamp(11px, 0.9vw, 13px);
}
.section-catalog-filter_trigger, .section-catalog-filter_price-input, .section-catalog-filter_price-separator, .section-catalog-filter_option-text {
  font-size: inherit;
}
.section-catalog-filter .section-catalog-selected_tag,
.section-catalog-filter .section-catalog-selected_reset {
  font-size: inherit;
}
.section-catalog-filter_control--sort .section-catalog-filter_dropdown {
  max-height: min(360px, 100vh - 80px);
}
.section-catalog-filter_control--sort .section-catalog-filter_option-text {
  overflow-wrap: normal;
  white-space: nowrap;
}

.section-catalog_card[hidden] {
  display: none;
}

.catalog-filter-open {
  overflow: hidden;
}

.section-catalog-filter_mobile-open, .section-catalog-filter_mobile-backdrop, .section-catalog-filter_mobile-header, .section-catalog-filter_mobile-actions, .section-catalog-filter_sort-icon {
  display: none;
}
.section-catalog-filter_panel {
  display: contents;
}
@media (max-width: 991px) {
  .section-catalog-filter_panel {
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    height: auto;
    max-height: calc(100dvh - 40px);
    min-height: 0;
    grid-template-rows: repeat(4, auto);
    -ms-flex-line-pack: start;
        align-content: start;
    padding: clamp(22px, 3vw, 30px);
    border-radius: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 28px) 0 0;
    background: #ffffff;
    -webkit-box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.12);
    opacity: 0.98;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    scrollbar-width: none;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0s linear 0.4s;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
    will-change: transform;
  }
  .section-catalog-filter_panel::-webkit-scrollbar {
    display: none;
  }
}
.section-catalog-filter_filters {
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #161616;
    cursor: pointer;
    font: inherit;
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .section-catalog-filter_mobile-open svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-backdrop {
    position: fixed;
    z-index: 19;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.24);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    grid-row: 1;
    grid-column: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding-bottom: 4px;
    font-size: clamp(19px, 2.2vw, 22px);
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-close {
    position: relative;
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #161616;
    cursor: pointer;
  }
  .section-catalog-filter_mobile-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: currentColor;
  }
  .section-catalog-filter_mobile-close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .section-catalog-filter_mobile-close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_filters {
    display: grid;
    min-height: 0;
    grid-row: 2;
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr);
    -ms-flex-line-pack: start;
        align-content: start;
    gap: 0;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_control {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_control--sort {
    width: 44px;
    border-bottom: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_trigger {
    width: 44px;
    min-height: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    background: transparent;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_trigger span,
  .section-catalog-filter_control--sort .section-catalog-filter_trigger .section-catalog-filter_sort-arrow {
    display: none;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_trigger .section-catalog-filter_sort-icon {
    display: block;
    width: 22px;
    height: 22px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    stroke-width: 1.5;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_dropdown {
    top: calc(100% + 8px);
    width: min(290px, 100vw - 40px);
    min-width: min(290px, 100vw - 40px);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_toggle:checked + .section-catalog-filter_trigger {
    background: transparent;
  }
  .section-catalog-filter_toggle:checked + .section-catalog-filter_trigger svg:not(.section-catalog-filter_sort-icon) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .section-catalog-filter_toggle:checked + .section-catalog-filter_trigger .section-catalog-filter_sort-icon {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_trigger {
    width: 100%;
    min-height: 58px;
    padding: clamp(14px, 1.8vw, 18px) 0;
    border-radius: 0;
    background: transparent;
    font-size: clamp(16px, 1.9vw, 18px);
  }
  .section-catalog-filter_trigger:hover {
    background: transparent;
  }
  .section-catalog-filter_trigger svg:not(.section-catalog-filter_sort-icon) {
    width: 10px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: none;
    padding: 0 0 clamp(12px, 2vw, 18px);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
  .section-catalog-filter_dropdown--price, .section-catalog-filter_dropdown--colors {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0 0 clamp(16px, 2vw, 22px);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_option-text {
    font-size: clamp(13px, 1.6vw, 15px);
  }
}
.section-catalog-filter_tools {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width: 991px) {
  .section-catalog-filter_tools {
    display: grid;
    grid-template-columns: repeat(2, 44px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_search-button {
    border-radius: 0;
    background: transparent;
  }
  .section-catalog-filter_search-button svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-actions {
    display: grid;
    min-width: 0;
    grid-row: 4;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 2vw, 16px);
    padding-top: clamp(16px, 2vw, 22px);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-apply, .section-catalog-filter_mobile-reset {
    min-width: 0;
    min-height: 56px;
    padding: clamp(12px, 1.8vw, 17px);
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #ffffff;
    color: #161616;
    cursor: pointer;
    font: inherit;
    font-size: clamp(15px, 1.9vw, 18px);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_mobile-apply {
    border-color: #1d1d1d;
    background: #1d1d1d;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_controls-wrapper {
    grid-template-columns: minmax(0, 1fr) auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(16px, 3vw, 30px);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter--mobile-open {
    z-index: 30;
  }
  .section-catalog-filter--mobile-open .section-catalog-filter_mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
  .section-catalog-filter--mobile-open .section-catalog-filter_panel {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
  .section-catalog-filter--mobile-open .section-catalog-selected--panel {
    padding: clamp(14px, 2vw, 20px) 0 0;
  }
  .section-catalog-filter--mobile-open .section-catalog-selected--toolbar {
    display: none;
  }
}

.section-catalog-selected {
  grid-row: 2;
}
@media (max-width: 991px) {
  .section-catalog-selected {
    grid-column: 1/-1;
    gap: 8px;
    padding: clamp(20px, 3vw, 32px) 0 0;
  }
}
.section-catalog-selected--panel {
  display: none;
}
@media (max-width: 991px) {
  .section-catalog-selected--panel {
    grid-row: 3;
    grid-column: 1;
  }
  .section-catalog-selected--panel:not([hidden]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .section-catalog-selected_tag {
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 20px;
    font-size: clamp(13px, 1.6vw, 15px);
  }
}
@media (max-width: 991px) {
  .section-catalog-selected_reset {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-catalog-filter_color-options {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_color-option {
    justify-self: center;
  }
}
.section-catalog-filter_sort-header {
  display: none;
}
@media (max-width: 991px) {
  .section-catalog-filter_sort-header {
    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;
    gap: 20px;
    padding: 0 0 clamp(16px, 2vw, 22px);
    font-size: clamp(20px, 2.4vw, 24px);
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_sort-close {
    position: relative;
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #161616;
    cursor: pointer;
  }
  .section-catalog-filter_sort-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: currentColor;
  }
  .section-catalog-filter_sort-close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .section-catalog-filter_sort-close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .section-catalog-filter_control--sort .section-catalog-filter_dropdown {
    position: fixed;
    z-index: 20;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: calc(100dvh - 40px);
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(22px, 3vw, 30px);
    border: 0;
    border-radius: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 28px) 0 0;
    background: #ffffff;
    -webkit-box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.12);
    opacity: 0.98;
    overflow-y: auto;
    pointer-events: none;
    scrollbar-width: none;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0s linear 0.4s;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
    will-change: transform;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_dropdown::-webkit-scrollbar {
    display: none;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_option-text {
    display: block;
    padding: clamp(8px, 1.2vw, 11px) clamp(10px, 1.5vw, 16px);
    background: transparent;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.3;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_option-text::before {
    display: none;
  }
  .section-catalog-filter_control--sort .section-catalog-filter_option-input:checked + .section-catalog-filter_option-text {
    background: transparent;
    color: #999999;
  }
}
@media (max-width: 991px) {
  .section-catalog-filter--sort-open {
    z-index: 30;
  }
  .section-catalog-filter--sort-open .section-catalog-filter_mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
  .section-catalog-filter--sort-open .section-catalog-filter_control--sort .section-catalog-filter_dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
}

.section-product-detailed {
  padding: 0 0 clamp(50px, 7vw, 90px);
  background: #ffffff;
  color: #161616;
}
.section-product-detailed_row {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(36px, 6vw, 78px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 991px) {
  .section-product-detailed_row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-product-detailed_gallery {
  position: sticky;
  top: 90px;
  display: grid;
  min-width: 0;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
}
@media (max-width: 991px) {
  .section-product-detailed_gallery {
    position: static;
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-product-detailed_main-image-wrap {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  min-width: 0;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}
@media (max-width: 991px) {
  .section-product-detailed_main-image-wrap {
    grid-column: 1;
  }
}
.section-product-detailed_main-image {
  padding: 0;
}
.section-product-detailed_badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(7px, 0.8vw, 9px) clamp(12px, 1.4vw, 16px);
  border-radius: 7px;
  background: #ff6245;
  color: #ffffff;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.section-product-detailed_favorite {
  top: clamp(12px, 1.4vw, 18px);
  right: clamp(12px, 1.4vw, 18px);
  width: clamp(26px, 2.4vw, 32px);
  height: clamp(26px, 2.4vw, 32px);
}
.section-product-detailed_thumbs {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 12px;
}
@media (max-width: 991px) {
  .section-product-detailed_thumbs {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, 76px);
  }
}
@media (max-width: 768px) {
  .section-product-detailed_thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.section-product-detailed_thumb {
  display: grid;
  width: 76px;
  aspect-ratio: 3/4;
  padding: 7px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #f5f5f3;
  cursor: pointer;
  opacity: 0.55;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 768px) {
  .section-product-detailed_thumb {
    width: 100%;
    max-width: 90px;
  }
}
.section-product-detailed_thumb img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-product-detailed_thumb:hover, .section-product-detailed_thumb:focus-visible, .section-product-detailed_thumb--active {
  border-color: #161616;
  opacity: 1;
}
.section-product-detailed_info {
  display: grid;
  min-width: 0;
  gap: clamp(24px, 3vw, 36px);
}
.section-product-detailed_heading {
  display: grid;
  gap: 12px;
}
.section-product-detailed_title {
  max-width: 670px;
}
.section-product-detailed_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px clamp(14px, 2vw, 24px);
  color: #777777;
  font-size: clamp(12px, 1vw, 14px);
}
.section-product-detailed_availability {
  color: #45864c;
}
.section-product-detailed_availability::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
}
.section-product-detailed_form {
  display: grid;
  gap: clamp(22px, 2.5vw, 30px);
}
.section-product-detailed_fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}
.section-product-detailed_legend {
  margin-bottom: 14px;
  padding: 0;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
}
.section-product-detailed_legend span {
  font-weight: 400;
}
.section-product-detailed_colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(12px, 1.6vw, 18px);
}
.section-product-detailed_color {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  cursor: pointer;
}
.section-product-detailed_color input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.section-product-detailed_color input:checked + span {
  border-color: #161616;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}
.section-product-detailed_color input:focus-visible + span {
  outline: 2px solid #d8aa77;
  outline-offset: 3px;
}
.section-product-detailed_color span {
  width: 38px;
  height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: var(--product-color);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.section-product-detailed_color small {
  color: #6c6c6c;
  font-size: clamp(10px, 0.9vw, 12px);
}
.section-product-detailed_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.section-product-detailed_option {
  position: relative;
  cursor: pointer;
}
.section-product-detailed_option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.section-product-detailed_option input:checked + span {
  border-color: #161616;
  background: #161616;
  color: #ffffff;
}
.section-product-detailed_option input:focus-visible + span {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.section-product-detailed_option span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(8px, 0.9vw, 10px) clamp(12px, 1.3vw, 16px);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.section-product-detailed_order-time {
  color: #777777;
  font-size: clamp(11px, 0.9vw, 13px);
}
.section-product-detailed_config {
  display: grid;
  gap: 12px;
  padding-top: clamp(18px, 2vw, 24px);
  border-top: 1px solid #e5e5e5;
}
.section-product-detailed_select {
  display: grid;
  grid-template-columns: minmax(90px, 125px) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .section-product-detailed_select {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
}
.section-product-detailed_select > span {
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 600;
}
.section-product-detailed_purchase {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.5vw, 30px);
  border-radius: 8px;
  background: #f5f5f3;
}
.section-product-detailed_prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 32px);
}
@media (max-width: 768px) {
  .section-product-detailed_prices {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}
.section-product-detailed_price {
  display: grid;
  gap: 5px;
}
.section-product-detailed_price span {
  color: #777777;
  font-size: clamp(12px, 1vw, 14px);
}
.section-product-detailed_price strong {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.1;
}
.section-product-detailed_price--total {
  padding-left: clamp(18px, 2.5vw, 30px);
  border-left: 1px solid #d8d8d8;
}
@media (max-width: 768px) {
  .section-product-detailed_price--total {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid #d8d8d8;
    border-left: 0;
  }
}
.section-product-detailed_cart-button {
  width: 100%;
  min-height: 54px;
  margin-top: 0;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 1.2vw, 16px);
}

.section-product-tabs {
  padding: clamp(50px, 7vw, 90px) 0;
  background: #f5f5f3;
  color: #161616;
}
.section-product-tabs_row {
  display: grid;
  gap: clamp(30px, 4vw, 50px);
}
.section-product-tabs_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(22px, 4vw, 56px);
  overflow-x: auto;
  border-bottom: 1px solid #d7d7d4;
  scrollbar-width: none;
}
.section-product-tabs_controls::-webkit-scrollbar {
  display: none;
}
.section-product-tabs_tab {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: clamp(12px, 1.4vw, 17px) 0;
  border: 0;
  background: transparent;
  color: #777777;
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 1.3vw, 17px);
}
.section-product-tabs_tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #161616;
  opacity: 0;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.section-product-tabs_tab:hover, .section-product-tabs_tab:focus-visible, .section-product-tabs_tab--active {
  color: #161616;
}
.section-product-tabs_tab--active::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.section-product-tabs_panels {
  min-width: 0;
}
.section-product-tabs_panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(38px, 7vw, 90px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section-product-tabs_panel[hidden] {
  display: none;
}
@media (max-width: 991px) {
  .section-product-tabs_panel {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-product-tabs_content {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  line-height: 1.65;
}
.section-product-tabs_content p,
.section-product-tabs_content li {
  color: #535353;
}
.section-product-tabs_specs {
  display: grid;
  gap: 0;
  margin: 0;
}
.section-product-tabs_specs div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 0.8fr);
  gap: 18px;
  padding: clamp(12px, 1.4vw, 16px) 0;
  border-bottom: 1px solid #d7d7d4;
}
@media (max-width: 768px) {
  .section-product-tabs_specs div {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
}
.section-product-tabs_specs dt {
  color: #777777;
}
.section-product-tabs_specs dd {
  margin: 0;
  font-weight: 600;
}

.section-product-similar {
  padding: clamp(50px, 7vw, 90px) 0;
  background: #ffffff;
  color: #161616;
}
.section-product-similar_row {
  display: grid;
  gap: clamp(26px, 3vw, 40px);
}
.section-product-similar_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 32px);
}
@media (max-width: 991px) {
  .section-product-similar_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.section-product-similar_card {
  display: grid;
  min-width: 0;
  gap: 10px;
  color: #161616;
  text-align: center;
  text-decoration: none;
}
.section-product-similar_card:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.section-product-similar_card strong {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 600;
}
.section-product-similar_image {
  display: grid;
  aspect-ratio: 3/4;
  margin-bottom: 8px;
  padding: clamp(18px, 2.5vw, 32px);
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f3;
}
.section-product-similar_image img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.section-product-similar_name {
  min-width: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.45;
}

.section-product-detailed_main-image-wrap {
  place-items: center;
}
.section-product-detailed_main-image-wrap .section-catalog_image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.section-product-detailed_main-image {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  place-self: center;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.section-product-detailed_actions {
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: clamp(12px, 1.5vw, 18px);
}
@media (max-width: 768px) {
  .section-product-detailed_actions {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-product-detailed_quantity {
  display: grid;
  gap: 7px;
}
.section-product-detailed_quantity-label {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
}
.section-product-detailed_quantity-controls {
  display: grid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  grid-template-columns: 42px 54px 42px;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
}
.section-product-detailed_quantity-controls button,
.section-product-detailed_quantity-controls input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #161616;
  font: inherit;
  text-align: center;
}
.section-product-detailed_quantity-controls button {
  padding: 0;
  cursor: pointer;
  font-size: clamp(20px, 2vw, 24px);
}
.section-product-detailed_quantity-controls button:hover, .section-product-detailed_quantity-controls button:focus-visible {
  background: #ececea;
}
.section-product-detailed_quantity-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}
.section-product-detailed_quantity-controls input {
  width: 100%;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
}
.section-product-detailed_quantity-controls input::-webkit-inner-spin-button, .section-product-detailed_quantity-controls input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.section-product-detailed_prices {
  gap: 0;
}
@media (max-width: 768px) {
  .section-product-detailed_prices {
    gap: 12px;
  }
}
.section-product-detailed_price {
  padding-right: clamp(18px, 2.5vw, 30px);
}
@media (max-width: 768px) {
  .section-product-detailed_price {
    padding-right: 0;
  }
}
.section-product-detailed_price--total {
  padding-right: 0;
  padding-left: clamp(18px, 2.5vw, 30px);
}
@media (max-width: 768px) {
  .section-product-detailed_price--total {
    padding-left: 0;
  }
}

.section-product-detailed_contacts {
  display: grid;
  gap: 12px;
}
.section-product-detailed_contacts-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #161616;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}
.section-product-detailed_contacts p {
  color: #777777;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.55;
}
.section-product-detailed_contacts-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .section-product-detailed_contacts-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-product-detailed_contacts-actions a {
  display: grid;
  width: 100%;
  min-height: 54px;
  place-items: center;
  margin-top: 0;
  padding: clamp(10px, 1vw, 12px) clamp(18px, 2vw, 24px);
  border: 1px solid #161616;
  border-radius: 4px;
  background: transparent;
  color: #161616;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-product-detailed_contacts-actions a:hover, .section-product-detailed_contacts-actions a:focus-visible {
  background: #161616;
  color: #ffffff;
}

.form-select {
  position: relative;
  min-width: 0;
}
.form-select_toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-select_toggle:focus-visible + .form-select_trigger {
  outline: 2px solid #d8aa77;
  outline-offset: 2px;
}
.form-select_toggle:checked + .form-select_trigger {
  border-color: #161616;
}
.form-select_toggle:checked + .form-select_trigger svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-select_toggle:checked ~ .form-select_dropdown {
  display: grid;
}
.form-select_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 46px;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: clamp(10px, 1vw, 12px) clamp(14px, 1.2vw, 16px);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
  color: #161616;
  cursor: pointer;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.35;
}
.form-select_trigger span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-select_trigger svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11px;
  height: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.form-select_dropdown {
  position: absolute;
  z-index: 10;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  display: none;
  max-height: 260px;
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
}
.form-select_option {
  display: block;
  min-width: 0;
  cursor: pointer;
}
.form-select_option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-select_option input:focus-visible + span {
  outline: 2px solid #d8aa77;
  outline-offset: -2px;
}
.form-select_option input:checked + span {
  background: #f2f2f2;
}
.form-select_option span {
  display: block;
  padding: clamp(9px, 1vw, 12px);
  border-radius: 3px;
  color: #161616;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.35;
}
.form-select_group {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 12px;
}
@media (max-width: 768px) {
  .form-select_group {
    grid-template-columns: minmax(0, 1fr);
  }
}

.form-number {
  display: grid;
  min-width: 0;
  gap: 5px;
}
.form-number > span {
  color: #777777;
  font-size: clamp(11px, 0.9vw, 13px);
  line-height: 1.2;
}
.form-number input {
  width: 100%;
  min-height: 46px;
  padding: clamp(10px, 1vw, 12px) 14px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  outline: 0;
  background: #ffffff;
  color: #161616;
  font: inherit;
  font-size: clamp(12px, 1vw, 14px);
}
.form-number input:focus-visible {
  border-color: #161616;
  -webkit-box-shadow: 0 0 0 2px rgba(22, 22, 22, 0.12);
          box-shadow: 0 0 0 2px rgba(22, 22, 22, 0.12);
}

.section-product-similar .container {
  max-width: 1200px;
}
.section-product-similar_grid {
  gap: clamp(20px, 3.3vw, 40px);
}
.section-product-similar .section-catalog_card {
  grid-template-rows: auto minmax(0, 1fr) auto auto;
}
@media (max-width: 991px) {
  .section-product-similar_grid {
    gap: 30px 20px;
  }
}

@media (max-width: 991px) {
  .section-breadcrumbs_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-breadcrumbs_list a,
  .section-breadcrumbs_list .section-breadcrumbs_current {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .section-breadcrumbs_list a {
    white-space: nowrap;
  }
  .section-breadcrumbs_list .section-breadcrumbs_current {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-product-detailed_gallery {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .section-product-detailed_thumbs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 96px;
    min-height: 0;
    height: auto;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    scrollbar-width: thin;
  }
  .section-product-detailed_thumbs::-webkit-scrollbar {
    width: 0.5px;
  }
  .section-product-detailed_thumbs::-webkit-scrollbar-track {
    background: transparent;
  }
  .section-product-detailed_thumbs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.2;
  }
  .section-product-detailed_thumbs::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}

.section-product-gallery {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: block;
  padding: 0;
  background: #ffffff;
  color: #161616;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.section-product-gallery--open {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.section-product-gallery .container {
  max-width: none;
  height: 100%;
  padding: 0;
}
.section-product-gallery_row {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 24px);
}
.section-product-gallery_media {
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
}
.section-product-gallery_image {
  width: auto;
  max-width: 455px;
  height: auto;
  max-height: calc(100dvh - 181px);
  -o-object-fit: contain;
     object-fit: contain;
}
.section-product-gallery_close, .section-product-gallery_arrow, .section-product-gallery_thumb {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.section-product-gallery_close {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
}
.section-product-gallery_close span {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #161616;
}
.section-product-gallery_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-product-gallery_close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-product-gallery_arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: clamp(42px, 4vw, 56px);
  height: clamp(42px, 4vw, 56px);
  place-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #161616;
}
.section-product-gallery_arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.section-product-gallery_arrow--previous {
  left: clamp(12px, 2vw, 32px);
}
.section-product-gallery_arrow--next {
  right: clamp(12px, 2vw, 32px);
}
.section-product-gallery_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: min(100%, 720px);
  justify-self: center;
  gap: 10px;
  overflow-x: auto;
  padding: 2px;
}
.section-product-gallery_thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  height: 72px;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0.55;
}
.section-product-gallery_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-product-gallery_thumb--active, .section-product-gallery_thumb:hover, .section-product-gallery_thumb:focus-visible {
  border-color: #161616;
  opacity: 1;
}
@media (max-width: 768px) {
  .section-product-gallery_arrow {
    top: calc(50% - 45px);
  }
  .section-product-gallery_thumb {
    -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    height: 62px;
  }
}

.product-gallery-open {
  overflow: hidden;
}

.section-product-detailed_main-image-wrap [data-product-gallery-open] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
/* End */


/* Start:/local/templates/domproem/styles.css?178647067246*/
.section-header--admin{
  padding-top: 60px;
}
/* End */
/* /local/templates/domproem/assets/css/main.css?1786471765137713 */
/* /local/templates/domproem/styles.css?178647067246 */
