@charset "UTF-8";
@font-face {
  font-family: "Arial";
  src: local("Arial"), local("Arial"), url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Arial";
  src: local("Arial Bold"), local("Arial-Bold"), url("../fonts/Arial-Bold.woff2") format("woff2"), url("../fonts/Arial-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CenturyGothic";
  src: local("CenturyGothic"), local("CenturyGothic"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CenturyGothic";
  src: local("CenturyGothic Bold"), local("CenturyGothic-Bold"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }
  html:before, html:after,
  body:before,
  body:after,
  div:before,
  div:after,
  span:before,
  span:after,
  object:before,
  object:after,
  iframe:before,
  iframe:after,
  h1:before,
  h1:after,
  h2:before,
  h2:after,
  h3:before,
  h3:after,
  h4:before,
  h4:after,
  h5:before,
  h5:after,
  h6:before,
  h6:after,
  p:before,
  p:after,
  blockquote:before,
  blockquote:after,
  pre:before,
  pre:after,
  abbr:before,
  abbr:after,
  address:before,
  address:after,
  cite:before,
  cite:after,
  code:before,
  code:after,
  del:before,
  del:after,
  dfn:before,
  dfn:after,
  em:before,
  em:after,
  img:before,
  img:after,
  ins:before,
  ins:after,
  kbd:before,
  kbd:after,
  q:before,
  q:after,
  samp:before,
  samp:after,
  small:before,
  small:after,
  strong:before,
  strong:after,
  var:before,
  var:after,
  b:before,
  b:after,
  i:before,
  i:after,
  dl:before,
  dl:after,
  dt:before,
  dt:after,
  dd:before,
  dd:after,
  ol:before,
  ol:after,
  ul:before,
  ul:after,
  li:before,
  li:after,
  fieldset:before,
  fieldset:after,
  form:before,
  form:after,
  label:before,
  label:after,
  legend:before,
  legend:after,
  article:before,
  article:after,
  aside:before,
  aside:after,
  canvas:before,
  canvas:after,
  details:before,
  details:after,
  figcaption:before,
  figcaption:after,
  figure:before,
  figure:after,
  footer:before,
  footer:after,
  header:before,
  header:after,
  hgroup:before,
  hgroup:after,
  menu:before,
  menu:after,
  nav:before,
  nav:after,
  section:before,
  section:after,
  summary:before,
  summary:after,
  time:before,
  time:after,
  mark:before,
  mark:after,
  audio:before,
  audio:after,
  video:before,
  video:after,
  button:before,
  button:after {
    box-sizing: border-box; }

sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; }
  sub:before, sub:after,
  sup:before,
  sup:after {
    box-sizing: border-box; }

a:before, a:after {
  box-sizing: border-box; }

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: none; }

q:before, q:after {
  content: none; }

:focus {
  outline: 0; }

input[type='text'],
textarea {
  -webkit-appearance: none; }
  input[type='text']::-ms-clear,
  textarea::-ms-clear {
    display: none; }

input,
textarea {
  border-radius: 0;
  box-sizing: border-box; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #959595; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #959595; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #959595; }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent; }
  input:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }

textarea {
  resize: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  word-wrap: break-word; }

:root {
  --full-screen: 100 dvh;
  --height-footer: 630px;
  --height-header: 160px;
  --gl-indent: 24px;
  --border-radius: 2px;
  --white: #ffffff;
  --black: #2d2926;
  --text: #959595;
  --red: #c8102e;
  --yellow: #FF7222;
  --green: #009541;
  --gray: #CACACA;
  --gray-2: #F2F2F2;
  --gray-3: #828282;
  --gray-4: #BDBDBD;
  --gray-5: #8B8B8B;
  --gray-6: #E0E0E0;
  --stroke: #E3E3E3;
  --stroke-2: #F5F5F5;
  --stroke-3: #FAFAFA;
  --error: #F80404; }

::-webkit-input-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus,
button,
button:focus,
textarea {
  outline: none; }

button {
  background-color: transparent;
  border: none; }

html {
  height: 100%;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.25; }

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  height: 100%;
  font-size: 16px;
  color: var(--black);
  font-family: "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fafafa;
  scrollbar-color: var(--red) var(--stroke);
  scrollbar-width: thin; }
  body::-webkit-scrollbar {
    width: 8px;
    border-radius: 2px;
    background-color: var(--stroke); }
  body::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  body::-webkit-scrollbar-track {
    background: var(--stroke); }
  body::-webkit-scrollbar-track-piece {
    background: var(--stroke); }
  body::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 4px; }
  @supports (display: grid) {
    body {
      display: block; } }
  body.search-opened, body.body-menu-open, body.fancybox-active, body.filter-menu-open {
    overflow: hidden;
    scrollbar-gutter: stable; }
  body.body-menu-open, body.filter-active {
    overflow: hidden; }
  @media (any-hover: hover) {
    body.modal-open {
      padding-right: 8px !important; } }

section.section:first-child {
  padding-top: 0; }

@media (min-width: 992px) {
  section.section {
    padding: 50px 0; } }

@media (max-width: 991.98px) {
  section.section {
    padding: 40px 0; } }

.wrapper {
  position: relative;
  padding-top: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden !important;
  will-change: transform; }
  @media (min-width: 992px) {
    .wrapper {
      padding-bottom: 50px; } }
  @media (max-width: 991.98px) {
    .wrapper {
      padding-bottom: 40px;
      padding-top: 125px;
      width: 100dvw; } }

.container {
  max-width: 1326px;
  width: 100%;
  margin: 0 auto; }

.section-title {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 1; }
  .section-title:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .section-title:not(:last-child) {
        margin-bottom: 24px; } }
  .section-title ~ .section-text {
    margin-top: -16px; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 24px; } }

.section-text {
  color: var(--gray-3);
  font-size: 24px;
  font-weight: 400;
  line-height: 1; }
  .section-text:not(:last-child) {
    margin-bottom: 24px; }
  .section-text.style-mod {
    max-width: 810px;
    font-size: 16px;
    line-height: 1.25; }
    @media (max-width: 991.98px) {
      .section-text.style-mod {
        margin-top: -10px;
        font-size: 14px;
        line-height: 1.42; } }
  @media (max-width: 991.98px) {
    .section-text {
      font-size: 16px; } }

img {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  color: currentColor;
  transition: color 0.3s ease; }
  a:hover, a:focus {
    text-decoration: none;
    color: var(--red); }

.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.pagination-inner {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px; }

.pagination {
  margin: 32px 0 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px; }
  .pagination.flex-column-mod {
    flex-direction: column;
    gap: 24px 4px; }
  @media (max-width: 991.98px) {
    .pagination {
      margin: 24px 0 0; } }
  .pagination .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
    .pagination .page-item:last-child {
      width: auto; }
      .pagination .page-item:last-child .page-link {
        width: auto;
        min-width: 40px;
        border-radius: 50px; }
    .pagination .page-item:first-child .page-link {
      border-radius: 50%; }
  .pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: color 0.3s ease, background 0.3s ease; }
    .pagination .page-link:hover, .pagination .page-link.active {
      color: var(--white);
      background: var(--red); }
    .pagination .page-link span {
      display: flex;
      align-items: center;
      justify-content: center; }
  .pagination .pagination__wrap {
    display: flex;
    align-items: center;
    gap: 4px; }
  .pagination .pagination__arrow {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    font-size: 16px;
    line-height: 0.7;
    transition: color 0.3s ease; }
    .pagination .pagination__arrow:hover {
      color: var(--black); }
  .pagination .pagination__list {
    display: flex;
    align-items: center;
    gap: 4px; }
    .pagination .pagination__list .pagination__item {
      flex-shrink: 0;
      width: 40px;
      height: 40px; }
    .pagination .pagination__list .pagination__link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      color: var(--black);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      transition: color 0.3s ease, background 0.3s ease; }
    .pagination .pagination__list a.pagination__link:hover, .pagination .pagination__list a.pagination__link.active {
      color: var(--white);
      background: var(--red); }
  .pagination .btn-load-more:hover .ic-clockwise {
    color: var(--red); }
  .pagination .btn-load-more .ic-clockwise {
    font-size: 18px;
    line-height: 0.7;
    transition: color 0.3s ease; }

.description .text-formatted {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 16px;
  scrollbar-color: var(--red) var(--stroke);
  scrollbar-width: thin; }
  .description .text-formatted::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
    background-color: var(--stroke-2); }
  .description .text-formatted::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .description .text-formatted::-webkit-scrollbar-track {
    background: var(--stroke-2); }
  .description .text-formatted::-webkit-scrollbar-track-piece {
    background: var(--stroke-2); }
  .description .text-formatted::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 4px; }

.h1, .h1, .h2, .h3, .h4 {
  line-height: 1.2;
  font-weight: 700; }
  .h1:not(:last-child), .h1:not(:last-child), .h2:not(:last-child), .h3:not(:last-child), .h4:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .h1:not(:last-child), .h1:not(:last-child), .h2:not(:last-child), .h3:not(:last-child), .h4:not(:last-child) {
        margin-bottom: 16px; } }

.h1 {
  font-size: 40px; }
  @media (max-width: 991.98px) {
    .h1 {
      font-size: 24px; } }

.h2 {
  font-size: 32px; }
  @media (max-width: 991.98px) {
    .h2 {
      font-size: 20px; } }

.h3 {
  font-size: 24px; }
  @media (max-width: 991.98px) {
    .h3 {
      font-size: 16px; } }

.h4 {
  font-size: 16px;
  line-height: 1.2; }
  .h4 + p {
    margin-top: 0 !important; }

.text-formatted {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black); }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 14px; } }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  .text-formatted .text-title {
    font-weight: 400;
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title {
        font-size: 20px; } }
    .text-formatted .text-title:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .text-formatted .text-title:not(:last-child) {
          margin-bottom: 16px; } }
  .text-formatted .text-sub-title {
    font-weight: 400;
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title {
        font-size: 16px; } }
    .text-formatted .text-sub-title:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .text-formatted .text-sub-title:not(:last-child) {
          margin-bottom: 16px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4) {
    line-height: 1.2;
    font-weight: 700; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4):not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4):not(:last-child) {
          margin-bottom: 16px; } }
  .text-formatted strong {
    color: #272727; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 40px; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 24px; } }
  .text-formatted h2, .text-formatted .h2 {
    font-size: 32px; }
    @media (max-width: 991.98px) {
      .text-formatted h2, .text-formatted .h2 {
        font-size: 20px; } }
  .text-formatted h3, .text-formatted .h3 {
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px;
    line-height: 1.2; }
    .text-formatted h4 + p, .text-formatted .h4 + p {
      margin-top: 0 !important; }
  .text-formatted a {
    position: relative;
    line-height: normal;
    transition: color 0.3s ease;
    text-decoration: underline;
    color: var(--gray-3); }
    @media (any-hover: hover) {
      .text-formatted a:hover, .text-formatted a:focus {
        color: var(--red); } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 20px; }
  .text-formatted ul, .text-formatted ol, .text-formatted p {
    color: #7e7e7e; }
  .text-formatted p {
    position: relative;
    color: var(--gray-3);
    line-height: 1.25; }
    .text-formatted p:empty {
      display: none; }
    .text-formatted p:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 575.98px) {
        .text-formatted p:not(:last-child) {
          margin-bottom: 16px; } }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid var(--gray-3);
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 1em; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    border-radius: var(--br) 0;
    vertical-align: unset;
    margin-bottom: 24px; }
    .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]) {
      display: block; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      padding-left: 24px;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        position: absolute;
        top: 0;
        left: 6px;
        content: counters(step-counter, ".") ".";
        display: inline-block;
        transition: 0.3s ease;
        font-size: 1em;
        font-weight: 400; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "●";
      display: inline-block;
      min-width: 0.6em;
      transition: 0.3s ease;
      margin-right: 0.4em;
      color: var(--gray-3); }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 12px;
    line-height: 133%; }
    .text-formatted table img {
      margin: auto; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold;
      border-bottom: 1px solid; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.icon-dawn {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 0.7;
  color: var(--white);
  transform: rotate(90deg);
  transition: all 0.3s ease; }

.data {
  color: var(--gray-4);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.js-tab-content {
  display: none; }
  .js-tab-content.tab-content-active {
    display: block; }

.empty-text {
  color: var(--text);
  font-size: 32px; }
  .empty-text:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .empty-text:not(:last-child) {
        margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .empty-text {
      font-size: 20px; } }

.section-info .section-info__wrap {
  display: flex;
  margin-right: -24px; }

.section-info .section-info__images {
  width: 50%;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  height: fit-content;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .section-info .section-info__images {
      display: none; } }

.section-info .section-info__img:nth-child(3n + 3) {
  grid-column: span 2; }

@media (min-width: 992px) {
  .section-info .section-info__text {
    width: 50%;
    padding-right: 24px; } }

@media (max-width: 991.98px) {
  .section-info .section-info__text {
    width: 100%; } }

.section-info .text-formatted h3:not(:last-child) {
  margin-bottom: 16px; }

[data-acordeon-wrap].acordeon-open .accordion-arrow {
  transform: rotate(-90deg); }

[data-acordeon-wrap] .accordion-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  transform: rotate(90deg);
  color: var(--black);
  font-size: 20px;
  line-height: 0.7;
  transition: transform 0.3s ease; }
  @media (min-width: 992px) {
    [data-acordeon-wrap] .accordion-arrow {
      display: none; } }

.copy-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 0.7;
  color: var(--white);
  border-radius: var(--border-radius);
  background: var(--red);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--red); }
  @media (any-hover: hover) {
    .copy-icon:hover, .copy-icon:focus {
      color: var(--red);
      background: var(--white); } }

.successful-information-copy-number {
  position: relative;
  transition: 0.3s; }
  .successful-information-copy-number::before {
    content: "Copied!";
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    width: fit-content;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    transform: translateX(-50%);
    background-color: var(--red);
    border-radius: 8px; }

.alert-success {
  background: rgba(200, 16, 46, 0.2);
  color: var(--black); }

.btn,
.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 12px 24px;
  text-align: center;
  white-space: nowrap;
  font-family: "Arial", sans-serif;
  border-radius: var(--border-radius);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    outline: none !important; }
  .btn:active, .btn:target {
    outline: none;
    border: none;
    box-shadow: none; }

.btn.btn-red {
  height: 48px;
  padding: 12px 32px;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: var(--white); }
  .btn.btn-red .ic-basket {
    font-size: 20px;
    line-height: 0.7; }
  @media (any-hover: hover) {
    .btn.btn-red:hover, .btn.btn-red:focus {
      background-color: var(--white);
      color: var(--black); } }

.btn.btn-red-border {
  height: 40px;
  border: 1px solid var(--red);
  padding: 5px 24px;
  color: var(--black); }
  @media (any-hover: hover) {
    .btn.btn-red-border:hover, .btn.btn-red-border:focus {
      background-color: var(--red);
      color: var(--white); } }

.btn.btn-white {
  height: 44px;
  padding: 8px 28px;
  background-color: var(--white);
  color: var(--black); }
  @media (any-hover: hover) {
    .btn.btn-white:hover, .btn.btn-white:focus {
      background-color: var(--red);
      color: var(--white); } }

.btn.btn-gray {
  height: 48px;
  padding: 8px 32px;
  background-color: var(--stroke-3);
  color: var(--black); }
  @media (any-hover: hover) {
    .btn.btn-gray:hover, .btn.btn-gray:focus {
      background-color: var(--red);
      color: var(--white); } }

.btn-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--red);
  transition: opacity 0.3s ease, color 0.3s ease; }
  .btn-link [class^="ic-"] {
    line-height: 0.7; }
  @media (any-hover: hover) {
    .btn-link:hover, .btn-link:focus {
      opacity: 0.8;
      color: var(--red);
      text-decoration: none; } }

.btn-basket {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  font-size: 20px;
  line-height: 0.7;
  color: var(--white);
  background: var(--red);
  transition: background 0.3s ease, color 0.3s ease; }
  @media (any-hover: hover) {
    .btn-basket:hover, .btn-basket:focus {
      background-color: var(--black); } }

.btn-remove {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  font-size: 16px;
  line-height: 0.7;
  color: var(--black);
  background: var(--stroke-3);
  transition: background 0.3s ease, color 0.3s ease; }
  @media (any-hover: hover) {
    .btn-remove:hover, .btn-remove:focus {
      background-color: var(--black);
      color: var(--white); } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000; }
  @media (max-width: 991.98px) {
    .header {
      width: 100dvw; } }
  @media (min-width: 992px) {
    .header.sticky-header .header__menu {
      transform: translateY(-100%);
      visibility: hidden; } }
  .header.sticky-header .header__search-mobile {
    transform: translateY(-100%);
    visibility: hidden; }
  .header .header__top {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: #000000;
    backdrop-filter: blur(100px);
    min-height: 96px;
    padding: 23px 0 16px; }
    @media (max-width: 991.98px) {
      .header .header__top {
        min-height: 64px;
        padding: 16px 0 12px; } }
    .header .header__top .container {
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .header .header__top .container {
          justify-content: space-between; } }
  .header .header__menu {
    display: flex;
    align-items: center;
    padding: 8px 0;
    background: #1e1d1c;
    backdrop-filter: blur(100px);
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .header .header__menu {
        min-height: 64px; } }
    @media (max-width: 991.98px) {
      .header .header__menu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100dvw;
        height: 100dvh;
        flex-direction: column;
        padding: 16px 16px 32px;
        transform: translateX(-100%);
        opacity: 0;
        transition: all 0.3s ease;
        background: #000000;
        overflow: hidden; } }
    .header .header__menu.open-mobile-menu {
      transform: translateY(0);
      opacity: 1; }
    .header .header__menu .container {
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .header .header__menu .container {
          flex-direction: column; } }
  .header .header__menu-wrap {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (min-width: 992px) {
      .header .header__menu-wrap {
        gap: 10px; } }
    @media (max-width: 991.98px) {
      .header .header__menu-wrap {
        flex-direction: column;
        padding-top: 24px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%; } }
  .header .header__catalog:not(:last-child) {
    margin-right: 24px; }
  @media (max-width: 991.98px) {
    .header .header__catalog {
      display: none; } }
  .header .header__catalog-mobile {
    width: 100%; }
    .header .header__catalog-mobile:not(:last-child) {
      margin-bottom: 8px; }
    @media (min-width: 992px) {
      .header .header__catalog-mobile {
        display: none; } }
  .header .header__search-desktop {
    flex: 1 1 auto; }
    .header .header__search-desktop:not(:last-child) {
      margin-right: 16px; }
    @media (max-width: 991.98px) {
      .header .header__search-desktop {
        display: none; } }
  .header .header__search-mobile {
    min-height: 48px;
    padding: 8px 16px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #000000;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .header .header__search-mobile {
        display: none; } }
  .header .header__work-time {
    flex-shrink: 0;
    color: var(--gray-4);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .header .header__work-time {
        display: none; } }
    .header .header__work-time strong {
      color: var(--white);
      font-weight: 700; }
  .header .header__nav {
    flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      .header .header__nav:not(:last-child) {
        margin-bottom: 32px; } }
    @media (max-width: 991.98px) {
      .header .header__nav {
        width: 100%; } }
  .header .header__contacts {
    width: 100%; }
    @media (max-width: 991.98px) {
      .header .header__contacts:not(:last-child) {
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .header .header__contacts {
        display: none; } }
    .header .header__contacts .header__contacts-title {
      color: var(--white);
      font-size: 20px;
      font-weight: 400;
      line-height: 1; }
      .header .header__contacts .header__contacts-title:not(:last-child) {
        margin-bottom: 24px; }
  .header .header__social {
    width: 100%;
    padding: 24px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08); }
    @media (min-width: 992px) {
      .header .header__social {
        display: none; } }
  .header .header__call-me .btn {
    color: var(--white);
    min-height: 48px; }
    @media (max-width: 575.98px) {
      .header .header__call-me .btn {
        width: 100%; } }
  .header .header__call-me .ic-phone {
    font-size: 24px;
    line-height: 1; }
  @media (max-width: 991.98px) {
    .header .header__call-me {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .header .header__buttons {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .header .header__buttons {
        display: none; } }
  .header .header__button {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
    cursor: pointer;
    font-size: 22px;
    line-height: 0.7;
    color: var(--white);
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .header .header__button {
        width: 36px;
        height: 36px;
        font-size: 20px; } }
    .header .header__button:hover {
      background: var(--red); }
      .header .header__button:hover.header__button--basket {
        box-shadow: inset 0 0 0 1px var(--red);
        background: transparent; }
    .header .header__button.header__button--basket {
      background: var(--red); }
    .header .header__button .head-qty {
      position: absolute;
      top: -6px;
      right: -6px;
      padding: 0 3px;
      min-width: 20px;
      min-height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--black);
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase;
      border-radius: 50px;
      background-color: var(--white); }
      .header .header__button .head-qty:empty {
        display: none; }

.header-logo {
  width: 20%; }
  @media (min-width: 992px) {
    .header-logo:not(:last-child) {
      margin-right: 22px; } }
  @media (max-width: 991.98px) {
    .header-logo {
      width: 100%;
      max-width: 174px;
      flex-shrink: 0;
      padding: 0 4px;
      margin: 0 auto; } }
  .header-logo .header-logo-img {
    width: 100%;
    height: auto;
    object-fit: scale-down; }

.header-social .header-social__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px; }
  .header-social .header-social__row:not(:last-child) {
    margin-bottom: 12px; }

.header-social .header-social__title {
  color: var(--white); }

.header-social .header-social__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; }

.header-social .header-social__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: opacity 0.3s ease; }
  .header-social .header-social__icon:hover {
    opacity: 0.8; }
  .header-social .header-social__icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down; }

.menu-header-top {
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  @media (min-width: 992px) {
    .menu-header-top {
      display: none; } }
  .menu-header-top .menu-header-top__logo {
    width: 100%;
    max-width: 166px;
    flex-shrink: 0;
    margin-right: auto; }
  .menu-header-top .menu-header-top__close {
    position: relative;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.08); }
    .menu-header-top .menu-header-top__close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      transform: translate(-50%, -50%);
      background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.134 10.8282C10.3294 11.0233 10.6462 11.0233 10.8416 10.8282C11.037 10.6331 11.037 10.3167 10.8416 10.1216L6.70272 5.98832L10.8416 1.85506C11.037 1.65993 11.037 1.34356 10.8416 1.14843C10.6462 0.953302 10.3294 0.953302 10.134 1.14843L5.99513 5.28169L1.85414 1.14635C1.65874 0.951217 1.34194 0.951218 1.14655 1.14635C0.951152 1.34148 0.951152 1.65784 1.14655 1.85297L5.28754 5.98832L1.14655 10.1237C0.951151 10.3188 0.951151 10.6352 1.14655 10.8303C1.34194 11.0254 1.65874 11.0254 1.85414 10.8303L5.99513 6.69494L10.134 10.8282Z" fill="%23727272"/><path d="M10.8416 10.8282L11.1949 11.182L11.1949 11.182L10.8416 10.8282ZM10.134 10.8282L10.4873 10.4744V10.4744L10.134 10.8282ZM10.8416 10.1216L11.1949 9.76778V9.76778L10.8416 10.1216ZM6.70272 5.98832L6.34941 5.63452C6.25549 5.72831 6.20272 5.85559 6.20272 5.98832C6.20272 6.12104 6.25549 6.24832 6.34941 6.34211L6.70272 5.98832ZM10.8416 1.85506L11.1949 2.20885L11.1949 2.20885L10.8416 1.85506ZM10.8416 1.14843L11.1949 0.794637L11.1949 0.794637L10.8416 1.14843ZM10.134 1.14843L9.78072 0.794637V0.794637L10.134 1.14843ZM5.99513 5.28169L5.64182 5.63549C5.83702 5.83043 6.15323 5.83043 6.34844 5.63549L5.99513 5.28169ZM1.85414 1.14635L1.50082 1.50014V1.50014L1.85414 1.14635ZM1.14655 1.14635L0.793236 0.792552L1.14655 1.14635ZM1.14655 1.85297L1.49986 1.49918V1.49918L1.14655 1.85297ZM5.28754 5.98832L5.64085 6.34211C5.73477 6.24832 5.78754 6.12104 5.78754 5.98832C5.78754 5.85559 5.73477 5.72831 5.64085 5.63452L5.28754 5.98832ZM1.14655 10.1237L0.793235 9.76986H0.793235L1.14655 10.1237ZM1.14655 10.8303L1.49986 10.4765L1.49986 10.4765L1.14655 10.8303ZM1.85414 10.8303L1.50082 10.4765L1.85414 10.8303ZM5.99513 6.69494L6.34844 6.34114C6.15323 6.1462 5.83702 6.1462 5.64182 6.34114L5.99513 6.69494ZM10.4883 10.4744H10.4873L9.78072 11.182C10.1713 11.5721 10.8043 11.5721 11.1949 11.182L10.4883 10.4744ZM10.4883 10.4754L10.4883 10.4744L11.1949 11.182C11.5859 10.7915 11.5859 10.1582 11.1949 9.76778L10.4883 10.4754ZM6.34941 6.34211L10.4883 10.4754L11.1949 9.76778L7.05603 5.63452L6.34941 6.34211ZM10.4883 1.50126L6.34941 5.63452L7.05603 6.34211L11.1949 2.20885L10.4883 1.50126ZM10.4883 1.50223V1.50126L11.1949 2.20885C11.5859 1.8184 11.5859 1.18508 11.1949 0.794637L10.4883 1.50223ZM10.4873 1.50223H10.4883L11.1949 0.794637C10.8043 0.404567 10.1713 0.404567 9.78072 0.794637L10.4873 1.50223ZM6.34844 5.63549L10.4873 1.50223L9.78072 0.794637L5.64182 4.9279L6.34844 5.63549ZM1.50082 1.50014L5.64182 5.63549L6.34844 4.9279L2.20745 0.792552L1.50082 1.50014ZM1.49986 1.50014H1.50082L2.20745 0.792552C1.81685 0.402482 1.18384 0.402483 0.793236 0.792552L1.49986 1.50014ZM1.49986 1.49918V1.50014L0.793236 0.792552C0.402256 1.183 0.402255 1.81632 0.793235 2.20677L1.49986 1.49918ZM5.64085 5.63452L1.49986 1.49918L0.793235 2.20677L4.93423 6.34211L5.64085 5.63452ZM1.49986 10.4775L5.64085 6.34211L4.93423 5.63452L0.793235 9.76986L1.49986 10.4775ZM1.49986 10.4765L1.49986 10.4775L0.793235 9.76986C0.402255 10.1603 0.402255 10.7936 0.793235 11.1841L1.49986 10.4765ZM1.50082 10.4765L1.49986 10.4765L0.793234 11.1841C1.18384 11.5741 1.81685 11.5741 2.20745 11.1841L1.50082 10.4765ZM5.64182 6.34114L1.50082 10.4765L2.20745 11.1841L6.34844 7.04873L5.64182 6.34114ZM10.4873 10.4744L6.34844 6.34114L5.64182 7.04873L9.78072 11.182L10.4873 10.4744Z" fill="white"/></svg>') center no-repeat; }

@media (min-width: 992px) {
  .catalog-header {
    position: relative; }
    .catalog-header::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: transparent;
      opacity: 0;
      visibility: hidden; }
    .catalog-header:hover::after, .catalog-header:focus::after {
      opacity: 1;
      visibility: visible; }
    .catalog-header:hover .catalog-header__nav, .catalog-header:focus .catalog-header__nav {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); } }

@media (max-width: 991.98px) {
  .catalog-header {
    display: flex;
    align-items: center;
    justify-content: center; } }

.catalog-header .catalog-header__title {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }

.catalog-header .catalog-header__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  gap: 8px;
  padding: 8px 25px;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  background: var(--white);
  border-radius: var(--border-radius);
  transition: all 0.3s ease; }
  .catalog-header .catalog-header__btn:hover, .catalog-header .catalog-header__btn:focus {
    background-color: var(--red);
    color: var(--white); }
    .catalog-header .catalog-header__btn:hover .ic-list, .catalog-header .catalog-header__btn:focus .ic-list {
      color: var(--white); }
  .catalog-header .catalog-header__btn .ic-list {
    color: var(--red);
    transition: color 0.3s ease; }
  @media (max-width: 575.98px) {
    .catalog-header .catalog-header__btn {
      width: 100%; } }

@media (min-width: 992px) {
  .catalog-header .catalog-header__top {
    display: none; } }

.catalog-header .catalog-header__top:not(:last-child) {
  margin-bottom: 16px; }

.catalog-header .catalog-header__nav {
  position: absolute;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); }
  .catalog-header .catalog-header__nav.catalog-header-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  @media (min-width: 992px) {
    .catalog-header .catalog-header__nav {
      top: calc(100% + 4px);
      width: 200%;
      max-width: 395px;
      height: fit-content;
      padding: 8px 12px;
      border-radius: var(--border-radius);
      background: var(--white);
      opacity: 0;
      transform: translateY(-10px);
      visibility: hidden; } }
  @media (max-width: 991.98px) {
    .catalog-header .catalog-header__nav {
      top: 0;
      width: 100dvw;
      height: 100dvh;
      padding: 80px 16px 24px;
      transform: translateX(100%);
      visibility: hidden;
      background: #000000; } }

.btn-go-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px 8px 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1; }
  .btn-go-back:not(:last-child) {
    margin-bottom: 16px; }
  .btn-go-back.btn-go-back--position {
    position: absolute;
    z-index: 100;
    bottom: 16px;
    left: 16px; }
  .btn-go-back .ic-arrow-next {
    transform: rotate(180deg); }

@media (max-width: 991.98px) {
  .nav-catalog {
    max-height: calc(100% - 120px);
    overflow-y: auto;
    overflow-x: hidden; } }

.nav-catalog .nav-catalog__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px; }

.nav-catalog .nav-catalog__item {
  display: flex;
  align-items: center;
  width: 100%;
  transition: border 0.3s ease; }
  @media (min-width: 992px) {
    .nav-catalog .nav-catalog__item:not(:last-child) {
      border-bottom: 1px solid var(--gray-2); }
    .nav-catalog .nav-catalog__item:hover {
      border-color: var(--red); } }

.nav-catalog .nav-catalog__link {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px 16px;
  gap: 12px;
  transition: color 0.3s ease; }
  .nav-catalog .nav-catalog__link:hover {
    color: var(--red);
    border-color: var(--red); }
  @media (max-width: 991.98px) {
    .nav-catalog .nav-catalog__link {
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(25px);
      color: var(--gray-4); } }

.nav-catalog .nav-catalog__link-img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: scale-down; }

.nav-menu .nav-menu__list {
  display: flex; }
  @media (min-width: 992px) {
    .nav-menu .nav-menu__list {
      gap: 12px 24px;
      align-items: center;
      flex-wrap: wrap; } }
  @media (max-width: 991.98px) {
    .nav-menu .nav-menu__list {
      flex-direction: column;
      align-items: flex-start; } }

@media (min-width: 992px) {
  .nav-menu .nav-menu__item {
    position: relative; }
    .nav-menu .nav-menu__item::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 18px;
      background-color: transparent;
      opacity: 0;
      visibility: hidden; }
    .nav-menu .nav-menu__item:hover::after {
      opacity: 1;
      visibility: visible; }
    .nav-menu .nav-menu__item:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }
    .nav-menu .nav-menu__item:hover .icon-dawn {
      transform: rotate(0); } }

@media (max-width: 991.98px) {
  .nav-menu .nav-menu__item {
    width: 100%; }
    .nav-menu .nav-menu__item.acordeon-open .icon-dawn {
      transform: rotate(0); }
    .nav-menu .nav-menu__item.acordeon-open .nav-menu__link::after {
      opacity: 0; } }

.nav-menu .nav-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: color 0.3s ease; }
  .nav-menu .nav-menu__link:hover {
    color: var(--red); }
    .nav-menu .nav-menu__link:hover .icon-dawn {
      background: var(--red); }
  @media (max-width: 991.98px) {
    .nav-menu .nav-menu__link {
      position: relative;
      padding: 16px 0;
      width: 100%;
      justify-content: space-between; }
      .nav-menu .nav-menu__link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.08);
        transition: opacity 0.3s ease; } }

@media (min-width: 992px) {
  .sub-menu {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 18px);
    left: 50%;
    width: 100%;
    min-width: 174px;
    height: fit-content;
    padding: 4px;
    border-radius: var(--border-radius);
    background: var(--white);
    opacity: 0;
    transform: translate(-50%, -10px);
    visibility: hidden;
    transition: all 0.3s ease; } }

@media (max-width: 991.98px) {
  .sub-menu {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); } }

.sub-menu .sub-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px; }

.sub-menu .sub-menu__item {
  width: 100%; }

.sub-menu .sub-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  min-height: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s ease, background 0.3s ease; }
  @media (min-width: 992px) {
    .sub-menu .sub-menu__link {
      background: var(--gray-2);
      border-radius: var(--border-radius); } }
  @media (max-width: 991.98px) {
    .sub-menu .sub-menu__link {
      justify-content: flex-start;
      font-size: 16px;
      color: var(--white);
      padding: 8px 0; } }
  .sub-menu .sub-menu__link:hover {
    color: var(--white);
    background: var(--red); }

.lang {
  position: relative; }
  .lang::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden; }
  .lang:hover::after {
    opacity: 1;
    visibility: visible; }
  .lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .lang .lang__current {
    width: 59px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
    cursor: pointer;
    transition: background 0.3s ease; }
    .lang .lang__current .ic-arrow-next {
      transform: rotate(90deg); }
    .lang .lang__current:hover, .lang .lang__current.focus {
      background: var(--red); }
    @media (max-width: 991.98px) {
      .lang .lang__current {
        display: none; } }
  .lang .lang__list {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .lang .lang__list {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        z-index: 1000;
        width: 100%;
        height: fit-content;
        padding: 4px;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        box-shadow: 0 0 5px var(--gray-4);
        border-radius: var(--border-radius);
        background: var(--white);
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(-10px);
        visibility: hidden; } }
    @media (max-width: 991.98px) {
      .lang .lang__list {
        gap: 4px; } }
  .lang .lang__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 991.98px) {
      .lang .lang__item {
        width: fit-content;
        flex-shrink: 0; } }
  .lang .language-select {
    width: 100%;
    padding: 4px;
    font-size: 14px;
    color: var(--black);
    border-radius: var(--border-radius);
    background: var(--gray-2);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    .lang .language-select.active {
      background: var(--red);
      color: var(--white); }
      @media (max-width: 991.98px) {
        .lang .language-select.active {
          color: var(--white);
          background: rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 0 0 1px var(--white); } }
    .lang .language-select:hover, .lang .language-select.focus {
      background: var(--red);
      color: var(--white); }
    @media (max-width: 991.98px) {
      .lang .language-select {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 20px;
        color: var(--gray-5);
        background: rgba(255, 255, 255, 0.08); } }

.burger-btn {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  border: 1px solid var(--white); }
  @media (min-width: 992px) {
    .burger-btn {
      display: none; } }
  .burger-btn .burger-btn__line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M0.416748 2.9165H19.5834V5.4165H0.416748V2.9165Z" fill="white"/><path d="M0.416748 8.75H19.5834V11.25H0.416748V8.75Z" fill="white"/><path d="M0.416748 14.583H19.5834V17.083H0.416748V14.583Z" fill="white"/></svg>') center no-repeat; }

.header-checkout {
  display: flex;
  align-items: center;
  height: 96px;
  background: #000000;
  backdrop-filter: blur(100px); }
  @media (max-width: 767.98px) {
    .header-checkout {
      height: 68px; } }
  .header-checkout .header-checkout__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px; }
  .header-checkout .header__call-me {
    width: fit-content; }
  @media (max-width: 767.98px) {
    .header-checkout .btn.btn-header-checkout {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      min-height: 36px;
      padding: 6px;
      border: 1px solid var(--white); }
      .header-checkout .btn.btn-header-checkout .ic-phone {
        font-size: 20px; }
      .header-checkout .btn.btn-header-checkout span {
        display: none; } }

footer {
  padding-top: 60px;
  background: #101010; }
  @media (max-width: 991.98px) {
    footer {
      padding-top: 40px; } }

@media (max-width: 767.98px) {
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center; } }

.footer-logo .logo {
  max-width: 257px; }
  @media (max-width: 991.98px) {
    .footer-logo .logo {
      max-width: 184px; } }

.footer-logo:not(:last-child) {
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .footer-logo:not(:last-child) {
      margin-bottom: 24px; } }

.footer-center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  transition: border 0.3s ease; }
  @media (min-width: 768px) {
    .footer-center {
      gap: 20px; } }
  @media (max-width: 767.98px) {
    .footer-center {
      width: 100%;
      padding: 16px 0 40px;
      border-color: rgba(255, 255, 255, 0.08); } }

.footer-col {
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .footer-col:nth-child(3n + 1) {
      width: 267px; }
    .footer-col:nth-child(3n + 2) {
      width: 242px; }
    .footer-col:nth-child(3n + 3) {
      width: 447px; } }
  @media (max-width: 767.98px) {
    .footer-col {
      width: 100%; } }

.acordeon-open .footer-title-icon {
  transform: rotate(90deg); }

.acordeon-open .footer-title[data-acordeon-title] {
  border-color: transparent; }

.acordeon-open .footer-nav-catalog .footer-list {
  border-color: rgba(255, 255, 255, 0.08); }

.footer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: border 0.3s ease; }
  .footer-title:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .footer-title[data-acordeon-title] {
      padding: 16px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .footer-title[data-acordeon-title]:not(:last-child) {
      margin-bottom: 24px; } }

.footer-title-icon {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  font-size: 12px;
  line-height: 0.7;
  color: var(--white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease; }
  @media (min-width: 768px) {
    .footer-title-icon {
      display: none; } }

.footer-nav-page {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .footer-nav-page {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding-bottom: 24px; } }
  @media (min-width: 768px) {
    .footer-nav-page:not(:last-child) {
      margin-bottom: 14px; } }
  @media (min-width: 768px) {
    .footer-nav-page ul li:not(:last-child) {
      margin-bottom: 28px; } }
  .footer-nav-page ul li a {
    transition: color 0.3s ease; }
    .footer-nav-page ul li a:hover {
      color: var(--red); }
  @media (max-width: 767.98px) {
    .footer-nav-page ul li {
      padding: 14px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); } }

@media (max-width: 767.98px) {
  .footer-nav-catalog .footer-list {
    transition: border 0.3s ease;
    padding-bottom: 16px;
    border-bottom: 1px solid transparent; } }

.footer-nav-catalog .footer-item:not(:last-child) {
  margin-bottom: 13px; }

.footer-nav-catalog .footer-link {
  color: var(--white);
  transition: color 0.3s ease; }
  .footer-nav-catalog .footer-link:hover {
    color: var(--red); }

.footer-contacts .footer-contacts__elem {
  display: flex;
  align-items: center;
  gap: 12px; }
  .footer-contacts .footer-contacts__elem:not(:last-child) {
    padding-bottom: 9px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    @media (max-width: 991.98px) {
      .footer-contacts .footer-contacts__elem:not(:last-child) {
        padding-bottom: 14px;
        margin-bottom: 14px; } }

.footer-contacts .footer-contacts__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 22px;
  line-height: 70%;
  color: var(--white); }

.footer-contacts .footer-contacts__title {
  color: var(--gray-3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal; }
  .footer-contacts .footer-contacts__title:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .footer-contacts .footer-contacts__title {
      font-size: 14px; } }

.footer-contacts .footer-contacts__text {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; }
  .footer-contacts .footer-contacts__text span {
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .footer-contacts .footer-contacts__text span {
        display: block;
        font-size: 14px; } }
  .footer-contacts .footer-contacts__text div {
    display: block; }
  @media (max-width: 991.98px) {
    .footer-contacts .footer-contacts__text {
      font-size: 18px; } }

@media (max-width: 767.98px) {
  .footer-social-desktop {
    display: none; } }

.footer-social-mobile {
  padding: 20px 0 32px; }
  @media (min-width: 768px) {
    .footer-social-mobile {
      display: none; } }

.footer-social .footer-social__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px; }
  .footer-social .footer-social__row:not(:last-child) {
    margin-bottom: 12px; }

.footer-social .footer-social__title {
  color: var(--white);
  text-transform: uppercase; }

.footer-social .footer-social__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; }

.footer-social .footer-social__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: opacity 0.3s ease; }
  .footer-social .footer-social__icon:hover {
    opacity: 0.8; }
  .footer-social .footer-social__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 991.98px) {
    .footer-social .footer-social__icon {
      width: 32px;
      height: 32px; } }

.footer-copyright {
  position: relative;
  padding: 20px 0; }
  @media (max-width: 991.98px) {
    .footer-copyright {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 16px; } }
  .footer-copyright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100dvw;
    height: 100%;
    transform: translateX(-50%);
    background: #1e1d1c; }
  .footer-copyright .footer-copyright__text {
    position: relative;
    z-index: 2;
    color: var(--gray-4);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .footer-copyright .footer-copyright__text {
        width: 100%;
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 14px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08); } }
  @media (min-width: 992px) {
    .footer-copyright .footer-copyright__img {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 991.98px) {
    .footer-copyright .footer-copyright__img {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; } }

.footer-checkout {
  padding: 0; }
  .footer-checkout .footer-copyright::before {
    display: none; }

.breadcrumb {
  background: transparent;
  padding: 24px 0 16px;
  margin: 0; }
  @media (max-width: 991.98px) {
    .breadcrumb .breadcrumb__slider {
      overflow: hidden; } }
  .breadcrumb .breadcrumb__slider:not(:last-child) {
    margin-bottom: 16px; }
  .breadcrumb .breadcrumb__slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    align-items: center; }
  .breadcrumb .breadcrumb__item {
    width: fit-content;
    display: flex;
    align-items: center; }
    .breadcrumb .breadcrumb__item:last-child .breadcrumb__link {
      color: var(--gray); }
      .breadcrumb .breadcrumb__item:last-child .breadcrumb__link::after {
        display: none; }
    .breadcrumb .breadcrumb__item:first-child .breadcrumb__link {
      color: var(--red); }
      .breadcrumb .breadcrumb__item:first-child .breadcrumb__link::after {
        background-color: var(--red); }
  .breadcrumb .breadcrumb__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 12px;
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-wrap: nowrap; }
    .breadcrumb .breadcrumb__link::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 4px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      transform: translateY(-50%);
      background-color: var(--text); }

.breadcrumb > li + li:before {
  display: none; }

.modal {
  height: 100dvh;
  width: 100dvw; }
  @media (min-width: 768px) {
    .modal:not(.modal.cart-modal) .modal-content {
      padding: 12px;
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.27);
      backdrop-filter: blur(2px); } }
  .modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    width: 100dvw;
    margin: 0; }
  .modal .modal-content {
    width: 100%;
    height: fit-content;
    max-width: 556px; }
  .modal .modal-body {
    padding: 32px 48px;
    border-radius: var(--border-radius);
    background: var(--white); }
    @media (max-width: 767.98px) {
      .modal .modal-body {
        padding: 40px 16px; } }
  .modal .modal-title {
    color: var(--black);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%; }
    .modal .modal-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .modal .modal-title:not(:last-child) {
          margin-bottom: 12px; } }
    @media (max-width: 767.98px) {
      .modal .modal-title {
        font-size: 20px; } }
  .modal .modal-text {
    color: var(--text);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; }
    .modal .modal-text:not(:last-child) {
      margin-bottom: 24px; }
  .modal .modal-form .form {
    align-items: center;
    justify-content: center; }
  .modal .modal-form .form__input {
    padding: 10px 24px; }
  .modal .modal-form .form__group:not(:last-child) {
    margin-bottom: 8px; }

.btn-close {
  position: absolute;
  z-index: 100;
  top: 28px;
  right: 28px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fafafa;
  color: #727272;
  font-size: 12px;
  line-height: 0.7;
  transition: color 0.3s ease, background 0.3s ease; }
  .btn-close:hover {
    color: var(--white);
    background: var(--red); }
  @media (max-width: 767.98px) {
    .btn-close {
      top: 12px;
      right: 28px; } }

.form {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .form .form__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 36px;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(2px); }
    .form .form__body .btn {
      position: relative;
      z-index: 5; }
    @media (min-width: 992px) {
      .form .form__body {
        position: relative; }
        .form .form__body::after {
          content: "";
          position: absolute;
          z-index: 1;
          top: 10px;
          left: 12px;
          right: 12px;
          bottom: 10px;
          border-radius: var(--border-radius);
          background: rgba(255, 255, 255, 0.8);
          backdrop-filter: blur(6px); } }
    @media (max-width: 991.98px) {
      .form .form__body {
        justify-content: flex-start;
        min-height: 378px;
        padding: 16px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(6px); } }
  .form .form__grid {
    position: relative;
    z-index: 5;
    gap: 12px; }
    .form .form__grid:not(:last-child) {
      margin-bottom: 16px; }
    .form .form__grid .form__group {
      width: 100%; }
      .form .form__grid .form__group:not(:last-child) {
        margin-bottom: 0px; }
    @media (min-width: 768px) {
      .form .form__grid {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767.98px) {
      .form .form__grid {
        display: flex;
        flex-direction: column;
        width: 100%; } }
  .form .form__wrap {
    width: 100%; }
    .form .form__wrap:not(:last-child) {
      margin-bottom: 24px; }
  .form .form__group {
    display: flex;
    flex-direction: column; }
    .form .form__group:not(:last-child) {
      margin-bottom: 16px; }
    .form .form__group.feedback-comment {
      grid-column: span 2; }
  .form .form__label {
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
    line-height: 1; }
    .form .form__label:not(:last-child) {
      margin-bottom: 12px; }
  .form .form__input {
    height: 48px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid var(--stroke);
    background: var(--white);
    transition: border 0.3s ease; }
    .form .form__input:hover {
      border-color: var(--red); }
    .form .form__input.error {
      border-color: var(--error); }
  .form label.error {
    font-size: 12px;
    color: var(--error);
    line-height: 1.2;
    font-weight: 400; }
  .form .form__textarea {
    min-height: 48px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid var(--stroke);
    background: var(--white);
    transition: border 0.3s ease; }
    .form .form__textarea:hover {
      border-color: var(--red); }
    .form .form__textarea.error {
      border-color: var(--error); }
    @media (max-width: 991.98px) {
      .form .form__textarea {
        min-height: 96px; } }
  .form .form__info {
    color: var(--text);
    font-size: 12px;
    font-weight: 400;
    line-height: 1; }

.required-field {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: var(--red); }

.search {
  position: relative;
  width: 100%; }
  .search .search__group {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 4px 50px 4px 24px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.3s ease;
    color: var(--black);
    background: var(--white);
    border-radius: var(--border-radius); }
    .search .search__group:hover {
      box-shadow: 0 0 5px 2px var(--red); }
    @media (max-width: 991.98px) {
      .search .search__group {
        height: 40px; } }
  .search .search__input {
    flex: 100%;
    height: 100%; }
    .search .search__input::placeholder {
      color: var(--gray-4); }
  .search .search__icon {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    background-color: var(--red);
    font-size: 22px;
    line-height: 0.7;
    color: var(--white);
    transition: all 0.3s ease; }
    .search .search__icon:hover, .search .search__icon:focus {
      color: var(--red);
      background: var(--white);
      box-shadow: 0 0 0 1px var(--red); }
    @media (max-width: 991.98px) {
      .search .search__icon {
        width: 36px;
        height: 36px; } }

.search-panel {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 24px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  border-radius: var(--border-radius);
  background: var(--white);
  transition: all 0.3s ease;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); }
  @media (max-width: 767.98px) {
    .search-panel {
      position: fixed;
      border-radius: 0; } }
  .search-panel.opened {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }
  .search-panel .search-panel__wrap:not(:last-child) {
    margin-bottom: 24px; }
  .search-panel .search-panel__title-products {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--stroke-2); }
  .search-panel .search-panel__title-categories {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1; }
    .search-panel .search-panel__title-categories:not(:last-child) {
      margin-bottom: 16px; }
  .search-panel .search-panel__products {
    max-height: 321px;
    overflow-y: auto;
    scrollbar-color: var(--red) var(--stroke);
    scrollbar-width: thin;
    /* або auto */ }
    .search-panel .search-panel__products::-webkit-scrollbar {
      width: 4px;
      border-radius: 4px;
      background-color: var(--stroke); }
    .search-panel .search-panel__products::-webkit-scrollbar-button {
      width: 0;
      height: 0; }
    .search-panel .search-panel__products::-webkit-scrollbar-track {
      background: var(--stroke); }
    .search-panel .search-panel__products::-webkit-scrollbar-track-piece {
      background: var(--stroke); }
    .search-panel .search-panel__products::-webkit-scrollbar-thumb {
      background: var(--red);
      border-radius: 4px; }
    .search-panel .search-panel__products li {
      display: flex;
      align-items: center;
      padding: 16px 4px 16px 0;
      gap: 16px;
      border-bottom: 1px solid var(--stroke-2); }
      .search-panel .search-panel__products li .search-link-img {
        flex-shrink: 0;
        width: 74px;
        height: 74px; }
        @media (max-width: 767.98px) {
          .search-panel .search-panel__products li .search-link-img {
            width: 104px;
            height: 104px; } }
        .search-panel .search-panel__products li .search-link-img img {
          width: 100%;
          height: 100%;
          object-fit: scale-down; }
      .search-panel .search-panel__products li .search-content-wrap {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        gap: 8px; }
        @media (max-width: 767.98px) {
          .search-panel .search-panel__products li .search-content-wrap {
            flex-wrap: wrap; } }
      .search-panel .search-panel__products li .search-content {
        flex: 1 1 auto; }
      .search-panel .search-panel__products li .sku {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        color: var(--black); }
        .search-panel .search-panel__products li .sku:not(:last-child) {
          margin-bottom: 12px; }
          @media (max-width: 767.98px) {
            .search-panel .search-panel__products li .sku:not(:last-child) {
              margin-bottom: 4px; } }
        @media (max-width: 991.98px) {
          .search-panel .search-panel__products li .sku {
            font-size: 14px;
            line-height: 16px; } }
        .search-panel .search-panel__products li .sku .sku-label {
          color: var(--text); }
      .search-panel .search-panel__products li .title {
        color: var(--black);
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-word;
        transition: color 0.3s ease; }
        .search-panel .search-panel__products li .title:hover {
          color: var(--red); }
      .search-panel .search-panel__products li .highlight {
        color: var(--red); }
      .search-panel .search-panel__products li .price-block {
        flex-shrink: 0; }
        @media (min-width: 768px) {
          .search-panel .search-panel__products li .price-block {
            margin-left: auto; } }
      .search-panel .search-panel__products li .price-old {
        color: var(--text);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-decoration: line-through; }
        .search-panel .search-panel__products li .price-old span {
          margin-left: 4px; }
      .search-panel .search-panel__products li .price-new {
        color: var(--red); }
      .search-panel .search-panel__products li .price {
        color: var(--black); }
      .search-panel .search-panel__products li .price-new,
      .search-panel .search-panel__products li .price {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; }
        .search-panel .search-panel__products li .price-new span,
        .search-panel .search-panel__products li .price span {
          margin-left: 4px;
          font-size: 12px; }
        @media (max-width: 991.98px) {
          .search-panel .search-panel__products li .price-new,
          .search-panel .search-panel__products li .price {
            font-size: 18px;
            line-height: 24px; } }
  .search-panel .search-panel__categories li:not(:last-child) {
    margin-bottom: 12px; }
  .search-panel .search-panel__categories li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transition: color 0.3s ease; }
    .search-panel .search-panel__categories li a:hover {
      color: var(--red); }
  .search-panel .search-panel__categories li img {
    display: none; }
  .search-panel .search-panel__link {
    position: relative;
    height: 18px;
    width: fit-content;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    padding-right: 16px;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--red);
    transition: color 0.3s ease; }
    .search-panel .search-panel__link:hover {
      color: var(--text); }
    .search-panel .search-panel__link .search-panel__link-arrow {
      position: absolute;
      bottom: 1px;
      right: 0;
      line-height: 0.7; }

#product-search {
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    #product-search {
      padding-bottom: 80px; } }
  #product-search .product-list-search {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -16px -16px 0; }
  #product-search .product-search-top:not(:last-child) {
    margin-bottom: 24px; }
  #product-search .product-search-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px; }
  #product-search .product-search-col {
    width: 40%; }
    @media (max-width: 991.98px) {
      #product-search .product-search-col {
        width: 50%; } }
    @media (max-width: 767.98px) {
      #product-search .product-search-col {
        width: auto;
        flex: 1 1 auto; } }
    @media (max-width: 575.98px) {
      #product-search .product-search-col {
        width: 100%; } }
    #product-search .product-search-col .form-control {
      height: 48px;
      width: 100%;
      padding: 10px 20px;
      border-radius: 4px;
      border: 1px solid var(--stroke);
      background: var(--white);
      transition: border 0.3s ease;
      color: var(--text);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2; }
      @media (any-hover: hover) {
        #product-search .product-search-col .form-control:hover, #product-search .product-search-col .form-control:focus {
          border-color: var(--red); } }
  #product-search .control-label:not(:last-child) {
    margin-bottom: 8px; }
  #product-search #button-search {
    flex-shrink: 0;
    min-width: 160px; }
    @media (max-width: 767.98px) {
      #product-search #button-search {
        min-width: 100px; } }
    @media (max-width: 575.98px) {
      #product-search #button-search {
        width: 100%; } }
  #product-search .product-search-pagination {
    position: relative;
    margin-top: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px; }
    @media (max-width: 767.98px) {
      #product-search .product-search-pagination {
        margin-top: 24px;
        justify-content: center; } }
  #product-search .product-search-in-text {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--text); }
    @media (max-width: 767.98px) {
      #product-search .product-search-in-text {
        font-size: 14px; } }

.cart-modal .cart-modal__content {
  max-width: 1116px; }
  @media (max-width: 991.98px) {
    .cart-modal .cart-modal__content {
      position: fixed;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0;
      bottom: 0;
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .cart-modal .cart-modal__body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%; } }

.cart-modal .btn-close {
  top: 16px;
  right: 16px; }
  @media (max-width: 991.98px) {
    .cart-modal .btn-close {
      width: 36px;
      height: 36px;
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.08);
      color: var(--white); } }

@media (max-width: 991.98px) {
  .cart-modal .cart-modal__top {
    padding: 22px 16px;
    background: #000000; } }

.cart-modal .cart-modal__bottom {
  padding-top: 24px;
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  gap: 12px; }
  @media (min-width: 992px) {
    .cart-modal .cart-modal__bottom {
      position: relative;
      padding-right: 26px; }
      .cart-modal .cart-modal__bottom::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% + 96px);
        height: 1px;
        transform: translateX(-50%);
        border-radius: 4px;
        background: var(--stroke-2); } }
  @media (max-width: 991.98px) {
    .cart-modal .cart-modal__bottom {
      margin-top: auto;
      padding: 24px 16px 32px;
      flex-direction: column;
      row-gap: 24px; } }

.cart-modal .cart-modal__form {
  display: flex;
  flex-direction: column; }
  @media (max-width: 991.98px) {
    .cart-modal .cart-modal__form .btn-link {
      margin-top: auto; } }
  @media (min-width: 992px) {
    .cart-modal .cart-modal__form {
      width: 52%;
      min-height: 100%;
      padding-right: 19px; } }
  @media (max-width: 991.98px) {
    .cart-modal .cart-modal__form {
      flex: 1 1 auto;
      order: 2; } }

.cart-modal .cart-modal__total {
  flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .cart-modal .cart-modal__total {
      order: 1; } }

.cart-modal .cart-modal__form-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }
  .cart-modal .cart-modal__form-title:not(:last-child) {
    margin-bottom: 8px; }

.cart-modal .cart-modal__title {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; }
  @media (min-width: 992px) {
    .cart-modal .cart-modal__title:not(:last-child) {
      margin-bottom: 16px; } }
  @media (min-width: 992px) {
    .cart-modal .cart-modal__title {
      padding-bottom: 16px;
      border-bottom: 1px solid var(--stroke-2); } }
  @media (max-width: 991.98px) {
    .cart-modal .cart-modal__title {
      font-size: 24px;
      color: var(--white); } }

#emptyCartMessage {
  padding: 32px 48px;
  height: 441px; }
  @media (max-width: 767.98px) {
    #emptyCartMessage {
      padding: 0;
      height: 100%;
      width: 100%; } }
  #emptyCartMessage .empty-cart-title {
    padding-bottom: 16px;
    color: var(--black);
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    border-bottom: 1px solid #f5f5f5; }
    @media (max-width: 767.98px) {
      #emptyCartMessage .empty-cart-title {
        padding: 22px 16px;
        background: #000000;
        font-size: 24px;
        border: none;
        color: var(--white); } }
  #emptyCartMessage .empty-cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%; }
    @media (max-width: 767.98px) {
      #emptyCartMessage .empty-cart-content {
        padding: 16px; } }
  #emptyCartMessage .empty-cart-text {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%; }
    #emptyCartMessage .empty-cart-text:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      #emptyCartMessage .empty-cart-text {
        font-size: 20px; } }
  #emptyCartMessage .empty-cart-icon {
    width: 65px;
    height: 56px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="65" height="56" viewBox="0 0 65 56" fill="none"><path d="M62.0547 25.5712H2.94488C1.6096 25.5712 0.51709 24.4787 0.51709 23.1434V19.712C0.51709 18.3767 1.6096 17.2842 2.94488 17.2842H62.0547C63.39 17.2842 64.4825 18.3767 64.4825 19.712V23.1434C64.4825 24.4787 63.39 25.5712 62.0547 25.5712Z" fill="%23EDEDED"/><path d="M32.4999 25.5713H4.53125L11.135 56.0002H32.4999H53.8649L60.4686 25.5713H32.4999ZM20.2758 47.438C20.2758 48.5597 19.3581 49.4774 18.2364 49.4774C17.1147 49.4774 16.197 48.5597 16.197 47.438V34.1335C16.197 33.0118 17.1147 32.0941 18.2364 32.0941C19.3581 32.0941 20.2758 33.0118 20.2758 34.1335V47.438ZM29.7848 47.438C29.7848 48.5597 28.8671 49.4774 27.7454 49.4774C26.6238 49.4774 25.706 48.5597 25.706 47.438V34.1335C25.706 33.0118 26.6238 32.0941 27.7454 32.0941C28.8671 32.0941 29.7848 33.0118 29.7848 34.1335V47.438ZM39.2938 47.438C39.2938 48.5597 38.3761 49.4774 37.2545 49.4774C36.1328 49.4774 35.2151 48.5597 35.2151 47.438V34.1335C35.2151 33.0118 36.1328 32.0941 37.2545 32.0941C38.3761 32.0941 39.2938 33.0118 39.2938 34.1335V47.438ZM48.8029 47.438C48.8029 48.5597 47.8851 49.4774 46.7635 49.4774C45.6418 49.4774 44.7241 48.5597 44.7241 47.438V34.1335C44.7241 33.0118 45.6418 32.0941 46.7635 32.0941C47.8851 32.0941 48.8029 33.0118 48.8029 34.1335V47.438Z" fill="%23EDEDED"/><path d="M4.53125 25.5713L5.29839 29.1061H59.6227L60.4686 25.5713H4.53125Z" fill="%23D5D5D5"/><path d="M11.3402 22.1331L10.7251 21.8973C9.68064 21.4969 9.15366 20.3148 9.554 19.2704L16.4403 1.30515C16.8406 0.260708 18.0227 -0.266272 19.0672 0.134082L19.6823 0.369877C20.7267 0.770217 21.2537 1.95232 20.8534 2.99675L13.9671 20.962C13.5668 22.0064 12.3847 22.5334 11.3402 22.1331Z" fill="%23D5D5D5"/><path d="M12.8757 20.0001C13.0036 19.4586 12.6683 18.9159 12.1267 18.788C11.5852 18.6601 11.0425 18.9955 10.9146 19.537C10.7868 20.0786 11.1221 20.6212 11.6637 20.7491C12.2052 20.877 12.7479 20.5416 12.8757 20.0001Z" fill="%23C8102E"/><path d="M53.6595 22.1331L54.2746 21.8973C55.319 21.4969 55.846 20.3148 55.4457 19.2704L48.5594 1.30515C48.159 0.260708 46.9769 -0.266272 45.9325 0.134082L45.3174 0.369877C44.2729 0.770217 43.7459 1.95232 44.1463 2.99675L51.0326 20.962C51.4329 22.0064 52.615 22.5334 53.6595 22.1331Z" fill="%23D5D5D5"/><path d="M53.3342 20.7393C53.8758 20.6114 54.2111 20.0688 54.0833 19.5272C53.9554 18.9857 53.4127 18.6504 52.8712 18.7782C52.3296 18.9061 51.9943 19.4488 52.1222 19.9903C52.25 20.5319 52.7927 20.8672 53.3342 20.7393Z" fill="%23C8102E"/></svg>') center no-repeat; }
    #emptyCartMessage .empty-cart-icon:not(:last-child) {
      margin-bottom: 32px; }

.cart-list {
  max-height: 410px;
  overflow-y: auto;
  scrollbar-color: var(--red) var(--stroke);
  scrollbar-width: thin; }
  .cart-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
    background-color: var(--stroke-2); }
  .cart-list::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .cart-list::-webkit-scrollbar-track {
    background: var(--stroke-2); }
  .cart-list::-webkit-scrollbar-track-piece {
    background: var(--stroke-2); }
  .cart-list::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 4px; }
  @media (max-width: 991.98px) {
    .cart-list {
      padding: 0 16px;
      max-height: 100%; } }

.cart-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid var(--stroke-2); }
  @media (max-width: 991.98px) {
    .cart-item {
      flex-direction: column;
      row-gap: 16px; } }
  .cart-item .cart-item__remove {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none"><path d="M8 26C8 27.656 9.343 29 11 29H21C22.656 29 24 27.656 24 26L26 10H6L8 26ZM19 13H21V26H19V13ZM15 13H17V26H15V13ZM11 13H13V26H11V13ZM25.5 6H19C19 6 18.552 4 18 4H14C13.447 4 13 6 13 6H6.5C5.671 6 5 6.671 5 7.5C5 8.329 5 9 5 9H27C27 9 27 8.329 27 7.5C27 6.671 26.328 6 25.5 6Z" fill="%23E3E3E3"/></svg>') center no-repeat;
    transition: background 0.3s ease;
    cursor: pointer; }
    .cart-item .cart-item__remove:hover {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M8 26C8 27.656 9.343 29 11 29H21C22.656 29 24 27.656 24 26L26 10H6L8 26ZM19 13H21V26H19V13ZM15 13H17V26H15V13ZM11 13H13V26H11V13ZM25.5 6H19C19 6 18.552 4 18 4H14C13.447 4 13 6 13 6H6.5C5.671 6 5 6.671 5 7.5C5 8.329 5 9 5 9H27C27 9 27 8.329 27 7.5C27 6.671 26.328 6 25.5 6Z" fill="%23C8102E"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item__remove {
        width: 24px;
        height: 24px;
        right: 0; } }
  .cart-item .cart-item__left {
    width: 54%;
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (min-width: 992px) {
      .cart-item .cart-item__left:not(:last-child) {
        padding-right: 48px; } }
    @media (max-width: 991.98px) {
      .cart-item .cart-item__left {
        gap: 8px;
        width: 100%; } }
  .cart-item .cart-item__right {
    width: 46%;
    display: flex;
    align-items: center;
    gap: 32px; }
    .cart-item .cart-item__right .price-block {
      align-self: end;
      padding-bottom: 4px; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item__right {
        width: 100%;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12px; } }
  .cart-item .cart-item__img {
    width: 104px;
    height: 104px;
    flex-shrink: 0; }
    .cart-item .cart-item__img img {
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
  .cart-item .cart-item__title {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: color 0.3s ease; }
    .cart-item .cart-item__title:hover {
      color: var(--red); }
    @media (max-width: 991.98px) {
      .cart-item .cart-item__title {
        font-size: 16px; } }

.sku {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  .sku:not(:last-child) {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .sku:not(:last-child) {
        margin-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .sku {
      font-size: 14px;
      line-height: 16px; } }
  .sku .sku__label {
    color: var(--text); }

.qty .qty__title {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  .qty .qty__title:not(:last-child) {
    margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .qty .qty__title {
      font-size: 14px; } }

.qty .qty__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid var(--stroke-2);
  background: var(--white); }
  @media (max-width: 991.98px) {
    .qty .qty__wrap {
      gap: 8px; } }

.qty .qty__plus,
.qty .qty__minus {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--red);
  background: var(--white);
  transition: background 0.3s ease; }
  @media (max-width: 991.98px) {
    .qty .qty__plus,
    .qty .qty__minus {
      width: 32px;
      height: 32px; } }
  .qty .qty__plus:hover,
  .qty .qty__minus:hover {
    background: var(--red); }
    .qty .qty__plus:hover::after, .qty .qty__plus:hover::before,
    .qty .qty__minus:hover::after,
    .qty .qty__minus:hover::before {
      background: var(--white); }
  .qty .qty__plus::after,
  .qty .qty__minus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: var(--border-radius);
    transform: translate(-50%, -50%);
    background-color: var(--red);
    transition: background 0.3s ease; }

.qty .qty__input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 40px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .qty .qty__input {
      height: 32px; } }

.qty .qty__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  border-radius: var(--border-radius);
  transform: translate(-50%, -50%);
  background-color: var(--red);
  transition: background 0.3s ease; }

.price-block {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .price-block .price-old {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: line-through; }
    @media (min-width: 992px) {
      .price-block .price-old:not(:last-child) {
        margin-bottom: 4px; } }
    @media (max-width: 991.98px) {
      .price-block .price-old {
        font-size: 12px; } }
  .price-block .price,
  .price-block .price-new {
    font-size: 24px;
    font-weight: 700;
    line-height: 1; }
    .price-block .price span,
    .price-block .price-new span {
      font-size: 14px; }
      @media (max-width: 991.98px) {
        .price-block .price span,
        .price-block .price-new span {
          font-size: 12px; } }
    @media (max-width: 991.98px) {
      .price-block .price,
      .price-block .price-new {
        font-size: 18px; } }
  .price-block .price-new {
    color: var(--red); }
  .price-block .price {
    color: var(--black); }

.fast-order-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px; }
  .fast-order-form:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .fast-order-form {
      flex-direction: column; } }
  .fast-order-form .form__group {
    width: 50%; }
    .fast-order-form .form__group:not(:last-child) {
      margin-bottom: 0px; }
    @media (max-width: 991.98px) {
      .fast-order-form .form__group {
        width: 100%; } }
  .fast-order-form .btn {
    height: 48px;
    flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      .fast-order-form .btn {
        width: 100%; } }

.cart-total .cart-total__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #fafafa; }
  .cart-total .cart-total__wrap:not(:last-child) {
    margin-bottom: 12px; }

.cart-total .cart-total__title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1; }

.cart-total .cart-total__btn {
  width: 100%; }
  .cart-total .cart-total__btn [class^="ic-"] {
    font-size: 24px;
    line-height: 0.7; }

.main-banner__container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.main-banner__slide {
  position: relative; }
  .main-banner__slide .swiper-pagination .swiper-pagination-bullet {
    background: var(--white); }

.main-banner__img {
  width: 100%; }
  .main-banner__img img {
    width: 100%;
    object-fit: cover; }

.main-banner__info {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 12px 40px;
  min-width: 578px;
  height: 55px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--black);
  font-family: "CenturyGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px); }
  .main-banner__info span {
    font-size: 32px;
    margin-left: 6px; }
  @media (max-width: 1449.98px) {
    .main-banner__info {
      min-width: auto; } }
  @media (max-width: 1199.98px) {
    .main-banner__info {
      width: 100%;
      height: 40px;
      font-size: 12px;
      line-height: 26px; }
      .main-banner__info span {
        font-size: 20px; } }

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  border-radius: 2px;
  border: 1px solid var(--gray-2);
  background-color: var(--gray-2);
  background-image: none !important;
  transition: all 0.3s ease; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: var(--red);
    border-color: var(--red); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none; }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 12px;
    transform: translate(-50%, -50%); }
  @media (max-width: 767.98px) {
    .swiper-button-next,
    .swiper-button-prev {
      background-color: var(--red);
      border-color: var(--red); } }

.swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(-180deg);
  background: url('data:image/svg+xml,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5.5C19.2761 5.5 19.5 5.72386 19.5 6C19.5 6.27614 19.2761 6.5 19 6.5V5.5ZM19 6.5H3V5.5H19V6.5Z" fill="%232D2926"/><path d="M2.63746 5.6194L8.64243 0.147039C8.83949 -0.0490131 9.15906 -0.0490131 9.35612 0.147039C9.55317 0.343077 9.55317 0.661169 9.35612 0.857222L3.71322 6.00001L9.35562 11.1428C9.55267 11.3388 9.55267 11.6569 9.35562 11.853C9.15856 12.049 8.83899 12.049 8.64195 11.853L2.63696 6.3806C2.53193 6.27609 2.4869 6.13753 2.49392 6.00051C2.48739 5.86297 2.5324 5.72443 2.63746 5.6194Z" fill="%232D2926"/></svg>') center no-repeat; }

@media (any-hover: hover) {
  .swiper-button-next:hover::before {
    background: url('data:image/svg+xml,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5.5C19.2761 5.5 19.5 5.72386 19.5 6C19.5 6.27614 19.2761 6.5 19 6.5V5.5ZM19 6.5H3V5.5H19V6.5Z" fill="%23ffffff"/><path d="M2.63746 5.6194L8.64243 0.147039C8.83949 -0.0490131 9.15906 -0.0490131 9.35612 0.147039C9.55317 0.343077 9.55317 0.661169 9.35612 0.857222L3.71322 6.00001L9.35562 11.1428C9.55267 11.3388 9.55267 11.6569 9.35562 11.853C9.15856 12.049 8.83899 12.049 8.64195 11.853L2.63696 6.3806C2.53193 6.27609 2.4869 6.13753 2.49392 6.00051C2.48739 5.86297 2.5324 5.72443 2.63746 5.6194Z" fill="%23ffffff"/></svg>') center no-repeat; } }

@media (max-width: 767.98px) {
  .swiper-button-next {
    right: 0 !important; }
    .swiper-button-next::before {
      background: url('data:image/svg+xml,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5.5C19.2761 5.5 19.5 5.72386 19.5 6C19.5 6.27614 19.2761 6.5 19 6.5V5.5ZM19 6.5H3V5.5H19V6.5Z" fill="%23ffffff"/><path d="M2.63746 5.6194L8.64243 0.147039C8.83949 -0.0490131 9.15906 -0.0490131 9.35612 0.147039C9.55317 0.343077 9.55317 0.661169 9.35612 0.857222L3.71322 6.00001L9.35562 11.1428C9.55267 11.3388 9.55267 11.6569 9.35562 11.853C9.15856 12.049 8.83899 12.049 8.64195 11.853L2.63696 6.3806C2.53193 6.27609 2.4869 6.13753 2.49392 6.00051C2.48739 5.86297 2.5324 5.72443 2.63746 5.6194Z" fill="%23ffffff"/></svg>') center no-repeat; } }

.swiper-button-prev::before {
  background: url('data:image/svg+xml,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5.5C19.2761 5.5 19.5 5.72386 19.5 6C19.5 6.27614 19.2761 6.5 19 6.5V5.5ZM19 6.5H3V5.5H19V6.5Z" fill="%232D2926"/><path d="M2.63746 5.6194L8.64243 0.147039C8.83949 -0.0490131 9.15906 -0.0490131 9.35612 0.147039C9.55317 0.343077 9.55317 0.661169 9.35612 0.857222L3.71322 6.00001L9.35562 11.1428C9.55267 11.3388 9.55267 11.6569 9.35562 11.853C9.15856 12.049 8.83899 12.049 8.64195 11.853L2.63696 6.3806C2.53193 6.27609 2.4869 6.13753 2.49392 6.00051C2.48739 5.86297 2.5324 5.72443 2.63746 5.6194Z" fill="%232D2926"/></svg>') center no-repeat; }

@media (any-hover: hover) {
  .swiper-button-prev:hover::before {
    background: url('data:image/svg+xml,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5.5C19.2761 5.5 19.5 5.72386 19.5 6C19.5 6.27614 19.2761 6.5 19 6.5V5.5ZM19 6.5H3V5.5H19V6.5Z" fill="%23ffffff"/><path d="M2.63746 5.6194L8.64243 0.147039C8.83949 -0.0490131 9.15906 -0.0490131 9.35612 0.147039C9.55317 0.343077 9.55317 0.661169 9.35612 0.857222L3.71322 6.00001L9.35562 11.1428C9.55267 11.3388 9.55267 11.6569 9.35562 11.853C9.15856 12.049 8.83899 12.049 8.64195 11.853L2.63696 6.3806C2.53193 6.27609 2.4869 6.13753 2.49392 6.00051C2.48739 5.86297 2.5324 5.72443 2.63746 5.6194Z" fill="%23ffffff"/></svg>') center no-repeat; } }

@media (max-width: 767.98px) {
  .swiper-button-prev {
    left: 0 !important; }
    .swiper-button-prev::before {
      background: url('data:image/svg+xml,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5.5C19.2761 5.5 19.5 5.72386 19.5 6C19.5 6.27614 19.2761 6.5 19 6.5V5.5ZM19 6.5H3V5.5H19V6.5Z" fill="%23ffffff"/><path d="M2.63746 5.6194L8.64243 0.147039C8.83949 -0.0490131 9.15906 -0.0490131 9.35612 0.147039C9.55317 0.343077 9.55317 0.661169 9.35612 0.857222L3.71322 6.00001L9.35562 11.1428C9.55267 11.3388 9.55267 11.6569 9.35562 11.853C9.15856 12.049 8.83899 12.049 8.64195 11.853L2.63696 6.3806C2.53193 6.27609 2.4869 6.13753 2.49392 6.00051C2.48739 5.86297 2.5324 5.72443 2.63746 5.6194Z" fill="%23ffffff"/></svg>') center no-repeat; } }

.swiper-pagination {
  --swiper-pagination-bottom: 16px;
  bottom: var(--swiper-pagination-bottom);
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1199.98px) {
    .swiper-pagination {
      --swiper-pagination-bottom: 52px; } }
  @media (max-width: 991.98px) {
    .swiper-pagination {
      bottom: 56px; } }
  .swiper-pagination .swiper-pagination-bullet {
    background: var(--gray-2);
    opacity: 1; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--red); }

.popular-categories .popular-categories__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px -13px 0; }
  @media (max-width: 767.98px) {
    .popular-categories .popular-categories__list {
      paddinmarging: 0 -16px -16px 0; } }

.popular-categories .popular-categories__item {
  width: 14.28%;
  flex-shrink: 0;
  padding: 0 8px 13px 0; }
  @media (max-width: 1199.98px) {
    .popular-categories .popular-categories__item {
      width: 16.66%; } }
  @media (max-width: 991.98px) {
    .popular-categories .popular-categories__item {
      width: 25%; } }
  @media (max-width: 767.98px) {
    .popular-categories .popular-categories__item {
      padding: 0 16px 16px 0;
      width: 33.333%; } }
  @media (max-width: 575.98px) {
    .popular-categories .popular-categories__item {
      width: 50%; } }

.popular-categories .popular-categories__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center; }
  .popular-categories .popular-categories__item-link:hover .popular-categories__item-title {
    color: var(--red); }

.popular-categories .popular-categories__item-img {
  width: 100%; }
  .popular-categories .popular-categories__item-img:not(:last-child) {
    margin-bottom: 12px; }
  .popular-categories .popular-categories__item-img img {
    width: 100%; }

.popular-categories .popular-categories__item-title {
  text-align: center;
  transition: color 0.3s ease; }

.product-section .product-section__head:not(:last-child) {
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .product-section .product-section__head:not(:last-child) {
      margin-bottom: 24px; } }

.product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -24px -24px 0; }
  @media (max-width: 767.98px) {
    .product-list {
      margin: 0 -16px -16px 0; } }

.product-item {
  width: 25%;
  min-height: 100%;
  flex-shrink: 0;
  padding: 0 24px 24px 0; }
  @media (max-width: 1199.98px) {
    .product-item {
      width: 33.333%; } }
  @media (max-width: 767.98px) {
    .product-item {
      width: 50%;
      padding: 0 16px 16px 0; } }

.product-card {
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--stroke-2);
  background: var(--gray-2);
  transition: box-shadow 0.3s ease; }
  @media (max-width: 991.98px) {
    .product-card {
      padding: 12px; } }
  .product-card:hover {
    box-shadow: 0 0 6px 1px var(--gray-4); }
    .product-card:hover .product-card__img.has-second-img .first-img {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .product-card:hover .product-card__img.has-second-img .second-img {
      opacity: 1;
      visibility: visible; }
  .product-card .product-card__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .product-card .product-card__img:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .product-card .product-card__img:not(:last-child) {
          margin-bottom: 8px; } }
    .product-card .product-card__img img {
      transition: 0.5s ease; }
    .product-card .product-card__img .first-img {
      opacity: 1; }
    .product-card .product-card__img .second-img {
      position: absolute;
      z-index: -1;
      inset: 0;
      opacity: 0;
      visibility: hidden; }
  .product-card .product-card__title {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .product-card .product-card__title {
        font-size: 14px; } }
    .product-card .product-card__title:not(:last-child) {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .product-card .product-card__title:not(:last-child) {
          margin-bottom: 8px; } }
    .product-card .product-card__title a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      word-break: break-word; }
      .product-card .product-card__title a:hover {
        color: var(--red); }
  .product-card .product-card__btn {
    width: 100%;
    height: 48px; }
    @media (max-width: 991.98px) {
      .product-card .product-card__btn {
        height: 40px; } }
    .product-card .product-card__btn .ic-basket {
      color: var(--red);
      font-size: 24px;
      line-height: 1;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .product-card .product-card__btn .ic-basket {
          font-size: 20px; } }
    .product-card .product-card__btn:hover .ic-basket {
      color: var(--white); }

.price-wrap {
  min-height: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto; }
  .price-wrap:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .price-wrap:not(:last-child) {
        margin-bottom: 12px; } }
  .price-wrap .price,
  .price-wrap .price-new {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .price-wrap .price,
      .price-wrap .price-new {
        font-size: 16px;
        line-height: 1.25; } }
    .price-wrap .price span,
    .price-wrap .price-new span {
      font-size: 12px; }
  .price-wrap .price {
    color: var(--black); }
  .price-wrap .price-new {
    color: var(--red); }
  .price-wrap .price-old {
    color: var(--gray-4);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: strikethrough; }

.sticker {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .sticker {
      top: 4px;
      left: 4px; } }
  .sticker .sticker__item {
    display: block; }
  .sticker .sticker__label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 57%;
    height: 32px;
    padding: 2px 10px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 2px; }
    @media (max-width: 991.98px) {
      .sticker .sticker__label {
        height: 24px;
        min-width: auto;
        font-size: 14px; } }
    .sticker .sticker__label.sticker__label--sale_mod {
      background: var(--red); }
      .sticker .sticker__label.sticker__label--sale_mod::before {
        content: "";
        width: 18px;
        height: 16px;
        margin-right: 2px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAENSURBVHgBrZOxagJBFEVngl0gJKlSpEj6pEyKkCIhX5CPsBAURBsRREGwFUSwEz/BWrAS/AArOwtrFRsLEccjzsJzXcZ18MJhdt+8e5ndmdHKU8aYBsO7KI211inlI8Jq5lRD5SOMRREygYV3IKZ/ETaDF5h6BVrz0po38GfrR4GJCOMbQz4i8wfu7HOODeirmCv5Nm5VQ/3uFYa0sQTqsrKSy3AuMElAR12gmzhNfM4jZEFfJRC1oA59Qp8vDTyqEfDA8GFff2FA7UvFEY1PMBI7Gpy1+/3dFfU1FCBhXAebYk+YyhHzaZhHnyYzCDdXxWTF8RWv5nCHpVbwKZtKsLW01flfcwtN4ckEczsm62+Mv7X5XgAAAABJRU5ErkJggg==") center no-repeat; }
    .sticker .sticker__label.sticker__label--new_mod {
      background: var(--yellow); }
    .sticker .sticker__label.sticker__label--top_mod {
      background: var(--green); }

.top-actions {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .top-actions {
      top: 4px;
      right: 4px; } }
  .top-actions .top-actions-item {
    width: 32px;
    height: 32px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 0.7;
    color: var(--black);
    border-radius: 2px;
    background: #fafafa;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease; }
    .top-actions .top-actions-item:hover {
      color: var(--white);
      background: var(--red); }
    .top-actions .top-actions-item.active {
      color: var(--white);
      background: var(--red); }

@media (min-width: 992px) {
  .about-us .about-us__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; } }

@media (max-width: 991.98px) {
  .about-us .about-us__wrap {
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media (max-width: 991.98px) {
  .about-us .about-us__content:not(:last-child) {
    margin-bottom: 16px; } }

.about-us .about-us__images {
  display: flex;
  align-items: center;
  margin-right: -24px; }
  @media (max-width: 991.98px) {
    .about-us .about-us__images {
      margin-right: -16px; } }

.about-us .about-us__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px; }
  @media (max-width: 991.98px) {
    .about-us .about-us__img {
      padding-right: 16px; } }
  .about-us .about-us__img img {
    width: 100%;
    object-fit: scale-down; }

.advantages .advantages__slider::after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--white); }

.advantages .advantages__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .advantages .advantages__slider:not(.swiper-initialized) .swiper-slide {
    width: 20%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .advantages .advantages__slider:not(.swiper-initialized) .swiper-slide {
    width: 25%; } }

@media (max-width: 767.98px) {
  .advantages .advantages__slider:not(.swiper-initialized) .swiper-slide {
    width: 50%; } }

.advantages .advantages__list {
  flex-direction: row !important;
  align-items: stretch; }
  .advantages .advantages__list:not(:last-child) {
    margin-bottom: 24px; }
  .advantages .advantages__list::after {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white); }

.advantages .advantages__item {
  height: auto !important;
  min-height: 100% !important; }

.advantages .swiper-pagination {
  position: relative !important;
  bottom: 0 !important; }

.advantages .swiper-pagination-bullet {
  background: var(--gray-2); }

.advantages .swiper-pagination-bullet-active {
  background: var(--red); }

.item-advantage {
  height: 100%;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid var(--gray-2);
  border-right: 1px solid var(--gray-2); }
  @media (max-width: 991.98px) {
    .item-advantage {
      padding: 16px; } }
  .item-advantage .item-advantage__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .item-advantage .item-advantage__img:not(:last-child) {
      margin-bottom: 8px; }
  .item-advantage .item-advantage__title {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .item-advantage .item-advantage__title {
        font-size: 16px; } }

.news .news__wrap:not(:last-child) {
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .news .news__wrap:not(:last-child) {
      margin-bottom: 16px;
      overflow: hidden; } }

.news .news__tabs:not(:last-child) {
  margin-bottom: 24px; }

.news .news__tabs:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 8px; }

.news .news__tabs:not(.swiper-initialized) .swiper-slide {
  width: fit-content;
  flex-shrink: 0; }

.news .news__tab {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: var(--border-radius);
  border: 1px solid var(--gray-3);
  background: var(--white);
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  transition: border-color 0.3s ease;
  cursor: pointer; }
  .news .news__tab.tab-trigger-active {
    border-color: var(--red); }
  .news .news__tab:hover {
    border-color: var(--red); }
  @media (max-width: 991.98px) {
    .news .news__tab {
      height: 40px;
      padding: 8px 16px; } }

.news .news__content {
  display: none; }
  .news .news__content.tab-content-active {
    display: block; }

.news .news__btn {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 575.98px) {
    .news .news__btn .btn {
      width: 100%; } }

.news-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media (min-width: 768px) {
    .news-list {
      margin: 0 -24px -24px 0; } }
  @media (max-width: 767.98px) {
    .news-list {
      flex-direction: column; } }
  .news-list .news-list__item {
    min-height: 100%;
    width: 33.333%;
    flex-shrink: 0; }
    @media (max-width: 767.98px) {
      .news-list .news-list__item:not(:last-child) {
        margin-bottom: 16px; } }
    @media (min-width: 768px) {
      .news-list .news-list__item:nth-child(1), .news-list .news-list__item:nth-child(2) {
        width: 50%; }
        .news-list .news-list__item:nth-child(1) .news-item, .news-list .news-list__item:nth-child(2) .news-item {
          width: 100%; }
          .news-list .news-list__item:nth-child(1) .news-item .news-list-item__img, .news-list .news-list__item:nth-child(2) .news-item .news-list-item__img {
            position: relative;
            width: 100%; }
            .news-list .news-list__item:nth-child(1) .news-item .news-list-item__img img, .news-list .news-list__item:nth-child(2) .news-item .news-list-item__img img {
              width: 100%; } }
    .news-list .news-list__item:nth-child(1) .news-item::after, .news-list .news-list__item:nth-child(2) .news-item::after {
      content: "";
      position: absolute;
      z-index: 1;
      pointer-events: none;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 116px;
      background: linear-gradient(180deg, rgba(45, 41, 38, 0) 0%, #2d2926 100%); }
    .news-list .news-list__item:nth-child(1) .news-item:hover .news-list-item__img img, .news-list .news-list__item:nth-child(2) .news-item:hover .news-list-item__img img {
      transform: scale(1.03); }
    .news-list .news-list__item:nth-child(1) .news-list-item__img:not(:last-child), .news-list .news-list__item:nth-child(2) .news-list-item__img:not(:last-child) {
      margin-bottom: 0px; }
    .news-list .news-list__item:nth-child(1) .news-list-item__title, .news-list .news-list__item:nth-child(2) .news-list-item__title {
      position: absolute;
      z-index: 2;
      bottom: 32px;
      left: 32px;
      padding-right: 16px;
      color: var(--white); }
      @media (min-width: 992px) {
        .news-list .news-list__item:nth-child(1) .news-list-item__title, .news-list .news-list__item:nth-child(2) .news-list-item__title {
          font-size: 24px; } }
      @media (max-width: 991.98px) {
        .news-list .news-list__item:nth-child(1) .news-list-item__title, .news-list .news-list__item:nth-child(2) .news-list-item__title {
          bottom: 16px;
          left: 16px; } }
      .news-list .news-list__item:nth-child(1) .news-list-item__title:not(:last-child), .news-list .news-list__item:nth-child(2) .news-list-item__title:not(:last-child) {
        margin-bottom: 0px; }
      .news-list .news-list__item:nth-child(1) .news-list-item__title a:hover, .news-list .news-list__item:nth-child(2) .news-list-item__title a:hover {
        color: var(--white);
        text-decoration: underline; }
    .news-list .news-list__item:nth-child(1) .news-list-item__data, .news-list .news-list__item:nth-child(2) .news-list-item__data {
      display: none; }
    @media (min-width: 768px) {
      .news-list .news-list__item {
        padding: 0 24px 24px 0; } }
    @media (max-width: 991.98px) {
      .news-list .news-list__item {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .news-list .news-list__item {
        width: 100%; } }

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  .news-item .news-list-item__sticker {
    position: absolute;
    z-index: 5;
    top: 16px;
    left: 16px;
    height: 24px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 12px;
    border-radius: var(--border-radius);
    background: var(--red);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2px; }
  .news-item .news-list-item__img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 48%; }
    .news-item .news-list-item__img:not(:last-child) {
      margin-bottom: 12px; }
    .news-item .news-list-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
    .news-item .news-list-item__img:hover img {
      transform: scale(1.03); }
  .news-item .news-list-item__title {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; }
    .news-item .news-list-item__title:not(:last-child) {
      margin-bottom: 12px; }
  .news-item .news-list-item__data {
    margin-top: auto; }

#article-page {
  overflow: hidden; }

.article {
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .article {
      padding-bottom: 40px; } }
  .article .article__img:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .article .article__img:not(:last-child) {
        margin-bottom: 24px; } }
  .article .article__text {
    max-width: 856px;
    margin: 0 auto; }
  .article .article__nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .article .article__next,
  .article .article__prev {
    display: inline-flex;
    align-items: center;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    transition: color 0.3s ease; }
    .article .article__next [class^="ic-"],
    .article .article__prev [class^="ic-"] {
      line-height: 0.7; }
    @media (any-hover: hover) {
      .article .article__next:hover, .article .article__next:focus,
      .article .article__prev:hover,
      .article .article__prev:focus {
        color: var(--red); } }

.news-slider .news-slider__wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px; }
  .news-slider .news-slider__wrap:not(:last-child) {
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .news-slider .news-slider__wrap:not(:last-child) {
        margin-bottom: 36px; } }
  .news-slider .news-slider__wrap .swiper-slide {
    height: auto;
    min-height: 100%; }
  .news-slider .news-slider__wrap:not(.swiper-initialized) {
    overflow: hidden; }
    .news-slider .news-slider__wrap:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      margin: 0 -24px -24px 0; }
    .news-slider .news-slider__wrap:not(.swiper-initialized) .swiper-slide {
      width: 33.333%;
      padding: 0 24px 24px 0; }
      @media (max-width: 767.98px) {
        .news-slider .news-slider__wrap:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .news-slider .news-slider__wrap:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }

.news-slider .news-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center; }

.ready-solutions .ready-solutions__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -24px -24px 0; }
  @media (max-width: 991.98px) {
    .ready-solutions .ready-solutions__list {
      margin: 0 -16px -16px 0; } }

.ready-solutions .ready-solutions__item {
  min-height: 100%;
  padding: 0 24px 24px 0; }
  @media (max-width: 991.98px) {
    .ready-solutions .ready-solutions__item {
      padding: 0 16px 16px 0; } }
  @media (min-width: 992px) {
    .ready-solutions .ready-solutions__item:nth-child(4n + 1), .ready-solutions .ready-solutions__item:nth-child(4n + 4) {
      width: 33%; } }
  @media (min-width: 992px) {
    .ready-solutions .ready-solutions__item:nth-child(4n + 2), .ready-solutions .ready-solutions__item:nth-child(4n + 3) {
      width: 67%; } }
  @media (max-width: 991.98px) {
    .ready-solutions .ready-solutions__item {
      width: 50%; } }
  @media (max-width: 575.98px) {
    .ready-solutions .ready-solutions__item {
      width: 100%; } }

.solution-interest-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px; }

.item-solutions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  .item-solutions .item-solutions__img {
    display: block;
    width: 100%;
    height: 100%; }
    .item-solutions .item-solutions__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .item-solutions .item-solutions__btn {
    position: absolute;
    bottom: 32px;
    right: 32px; }
    @media (max-width: 767.98px) {
      .item-solutions .item-solutions__btn {
        bottom: 16px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        background: var(--red);
        color: var(--white); } }

.mark-solutions {
  opacity: 0; }
  .mark-solutions.init {
    opacity: 1; }
  .mark-solutions.active .mark-solutions__point {
    z-index: 99; }
  .mark-solutions.active .mark-solutions__description {
    opacity: 1;
    pointer-events: initial; }
  .mark-solutions .mark-solutions__point {
    position: absolute;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease; }
    .mark-solutions .mark-solutions__point::after {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--red); }
  .mark-solutions .mark-solutions__description {
    position: absolute;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    max-width: 266px;
    width: 100%;
    padding: 12px;
    border-radius: var(--border-radius);
    background: rgba(217, 217, 217, 0.6);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease; }
  .mark-solutions .mark-solutions__link {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px); }
  .mark-solutions .mark-solutions__name {
    color: var(--black);
    font-family: "CenturyGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .mark-solutions .mark-solutions__name:not(:last-child) {
      margin-bottom: 16px; }
  .mark-solutions .mark-solutions__price {
    color: var(--black);
    font-family: "CenturyGothic", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .mark-solutions .mark-solutions__price span {
      font-size: 12px;
      font-weight: 400; }

.solution-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -24px -24px 0; }
  @media (max-width: 767.98px) {
    .solution-grid {
      margin: 0;
      flex-direction: column; } }
  .solution-grid .solution-grid-item {
    width: 33.333%;
    min-height: 100%;
    flex-shrink: 0;
    padding: 0 24px 24px 0; }
    @media (max-width: 1199.98px) {
      .solution-grid .solution-grid-item {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .solution-grid .solution-grid-item {
        width: 100%;
        padding: 0; }
        .solution-grid .solution-grid-item:not(:last-child) {
          margin-bottom: 24px; } }

.maps .maps__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 12px; }
  .maps .maps__top:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .maps .maps__top:not(:last-child) {
        margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .maps .maps__top {
      flex-direction: column; } }

.maps .maps__select {
  flex: 1 1 auto; }

.maps .maps__type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px; }
  @media (max-width: 991.98px) {
    .maps .maps__type {
      gap: 12px; } }

.maps .maps__type-item {
  height: 48px;
  min-width: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: var(--border-radius);
  border: 1px solid var(--red);
  background: var(--white);
  transition: all 0.3s ease;
  cursor: pointer; }
  .maps .maps__type-item [class^="ic-"] {
    font-size: 20px;
    line-height: 0.7; }
  .maps .maps__type-item:hover, .maps .maps__type-item.active {
    background: var(--red);
    color: var(--white); }
  @media (max-width: 767.98px) {
    .maps .maps__type-item {
      flex: 1 1 auto; } }
  @media (max-width: 575.98px) {
    .maps .maps__type-item {
      width: 100%; } }

.maps .maps__inner {
  overflow: hidden;
  min-height: 653px; }

.maps .maps__content {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  transition: all .3s ease; }
  .maps .maps__content.active {
    transform: translateX(-100%); }

.maps .maps__location {
  position: relative;
  display: block;
  min-width: 100%;
  padding-bottom: 0;
  height: 653px; }
  .maps .maps__location .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .maps .maps__location .marker-icon {
    transition: opacity 0.3s ease; }
    .maps .maps__location .marker-icon:hover, .maps .maps__location .marker-icon:focus {
      opacity: 0.8; }

.maps .maps__listing {
  display: block;
  min-width: 100%; }

.maps #marker-info-box {
  position: absolute;
  display: none; }

#location-info {
  display: none; }

.select-dropdown {
  position: relative;
  width: 100%;
  max-width: 306px; }
  @media (max-width: 767.98px) {
    .select-dropdown {
      max-width: 100%; } }
  .select-dropdown .select-dropdown__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    width: 100%;
    padding: 8px 24px;
    cursor: pointer;
    border: 1px solid var(--gray-6);
    background: var(--white);
    border-radius: var(--border-radius);
    transition: border 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--gray-3); }
    .select-dropdown .select-dropdown__button:hover {
      border-color: var(--red); }
    .select-dropdown .select-dropdown__button:focus {
      outline: none; }
    .select-dropdown .select-dropdown__button .select__toggle-icon {
      position: absolute;
      top: 50%;
      right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: var(--red);
      transform: translateY(-50%) rotate(90deg); }
  .select-dropdown .select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 288px;
    padding: 8px;
    overflow-y: auto;
    opacity: 0;
    background: var(--white);
    border-radius: var(--border-radius);
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out .3s;
    z-index: 2; }
    .select-dropdown .select-dropdown__list, .select-dropdown .select-dropdown__list * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .select-dropdown .select-dropdown__list::-webkit-scrollbar,
    .select-dropdown .select-dropdown__list *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .select-dropdown .select-dropdown__list::-webkit-scrollbar-button,
    .select-dropdown .select-dropdown__list *::-webkit-scrollbar-button {
      display: none; }
    .select-dropdown .select-dropdown__list::-webkit-scrollbar-track,
    .select-dropdown .select-dropdown__list *::-webkit-scrollbar-track {
      background: var(--stroke); }
    .select-dropdown .select-dropdown__list::-webkit-scrollbar-track-piece,
    .select-dropdown .select-dropdown__list *::-webkit-scrollbar-track-piece {
      background: var(--stroke); }
    .select-dropdown .select-dropdown__list::-webkit-scrollbar-thumb,
    .select-dropdown .select-dropdown__list *::-webkit-scrollbar-thumb {
      background: var(--red);
      border-radius: 99px; }
    .select-dropdown .select-dropdown__list::-webkit-scrollbar-corner,
    .select-dropdown .select-dropdown__list *::-webkit-scrollbar-corner {
      background: var(--stroke); }
    .select-dropdown .select-dropdown__list.active {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1, 1); }
  .select-dropdown .select-dropdown__item {
    padding: 8px 24px;
    border-radius: var(--border-radius);
    background: var(--gray-2);
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease;
    cursor: pointer; }
    .select-dropdown .select-dropdown__item:not(:last-child) {
      margin-bottom: 4px; }
    .select-dropdown .select-dropdown__item.error-text {
      color: var(--red); }
      .select-dropdown .select-dropdown__item.error-text.active, .select-dropdown .select-dropdown__item.error-text:hover {
        color: var(--red);
        background: var(--gray-2); }
    .select-dropdown .select-dropdown__item.active, .select-dropdown .select-dropdown__item:hover {
      color: var(--white);
      background: var(--red); }

.maps-list {
  max-height: 653px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 8px; }
  .maps-list, .maps-list * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .maps-list::-webkit-scrollbar,
  .maps-list *::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .maps-list::-webkit-scrollbar-button,
  .maps-list *::-webkit-scrollbar-button {
    display: none; }
  .maps-list::-webkit-scrollbar-track,
  .maps-list *::-webkit-scrollbar-track {
    background: var(--stroke); }
  .maps-list::-webkit-scrollbar-track-piece,
  .maps-list *::-webkit-scrollbar-track-piece {
    background: var(--stroke); }
  .maps-list::-webkit-scrollbar-thumb,
  .maps-list *::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 99px; }
  .maps-list::-webkit-scrollbar-corner,
  .maps-list *::-webkit-scrollbar-corner {
    background: var(--stroke); }
  .maps-list .maps-list-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-radius: var(--border-radius);
    background: #fafafa;
    border-bottom: 1px solid var(--gray-6); }
  .maps-list .maps-list-item__content {
    flex: 1 1 auto; }
  .maps-list .maps-list-item__icon {
    font-size: 16px;
    line-height: 0.7; }
  .maps-list .maps-list-item__city {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--red); }
    .maps-list .maps-list-item__city:not(:last-child) {
      margin-bottom: 4px; }
  .maps-list .maps-list-item__name {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    .maps-list .maps-list-item__name:not(:last-child) {
      margin-bottom: 12px; }
    @media (max-width: 767.98px) {
      .maps-list .maps-list-item__name {
        font-size: 16px; } }
  .maps-list .maps-list-item__description {
    color: var(--text);
    display: flex;
    flex-direction: column;
    gap: 8px; }
    @media (max-width: 767.98px) {
      .maps-list .maps-list-item__description {
        font-size: 14px; } }
  .maps-list .maps-list-item__img {
    width: 200px; }
    .maps-list .maps-list-item__img img {
      width: 100%;
      object-fit: scale-down; }

.gm-style .gm-style-iw-c h3 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--red);
  margin-bottom: 4px;
  text-transform: uppercase; }
  .gm-style .gm-style-iw-c h3::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 42 56" fill="none"><path d="M20.616 0C9.2489 0 0 9.24889 0 20.6172C0 23.5824 0.606926 26.4136 1.80301 29.0328C6.95759 40.3122 16.8403 52.2209 19.7472 55.6017C19.965 55.8544 20.2825 56 20.6166 56C20.9507 56 21.2682 55.8544 21.486 55.6017C24.3917 52.2215 34.2744 40.3133 39.4307 29.0328C40.6274 26.4136 41.2337 23.5824 41.2337 20.6172C41.2326 9.24889 31.9837 0 20.616 0ZM20.616 31.3258C14.7112 31.3258 9.90683 26.5214 9.90683 20.6166C9.90683 14.7112 14.7112 9.90683 20.616 9.90683C26.5208 9.90683 31.3252 14.7112 31.3252 20.6166C31.3258 26.5214 26.5214 31.3258 20.616 31.3258Z" fill="%23C8102E"/></svg>') center no-repeat; }

.gm-style .gm-style-iw-c p {
  font-size: 12px;
  line-height: 1.2;
  color: var(--black); }
  .gm-style .gm-style-iw-c p:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px; }

.gm-style .gm-style-iw-d {
  padding: 0;
  overflow: auto !important; }

.gm-style .gm-style-iw {
  padding: 16px !important;
  max-width: 300px !important;
  min-width: 160px !important;
  overflow: visible !important; }

.product-category .product-category__wrap {
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .product-category .product-category__wrap {
      padding-bottom: 80px; } }

@media (min-width: 992px) {
  .product-category .product-category__grid {
    display: grid;
    grid-template-columns: 306px 1fr;
    gap: 24px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-category .product-category__grid {
    gap: 16px;
    grid-template-columns: 288px 1fr; } }

.product-category .product-category__grid #column-left {
  width: 100%;
  padding: 0; }

.product-category .product-category__grid .hidden-xs {
  display: block !important; }

.product-category .product-category__col:not(:last-child) {
  margin-bottom: 24px; }

.product-category .product-category__list:not(:last-child) {
  margin-bottom: 100px; }

.product-category .product-category__list .product-list {
  margin: 0 -16px -16px 0; }

.product-category .product-category__list .product-item {
  padding: 0 16px 16px 0; }

.product-category .product-category__list .product-card {
  padding: 16px; }

.product-category .product-category__list .top-actions {
  top: 8px;
  right: 8px; }

.product-category .product-category__list .sticker {
  top: 8px;
  left: 8px; }

.product-category .product-category__list .product-card__title:not(:last-child) {
  margin-bottom: 8px; }

.product-category .product-category__list .product-card__price:not(:last-child) {
  margin-bottom: 12px; }

.product-category .product-category__list .product-card__btn {
  height: 40px; }

.category-slider:not(:last-child) {
  margin-bottom: 32px; }

.category-slider .category-slider__wrap {
  position: relative;
  overflow: hidden; }
  .category-slider .category-slider__wrap:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; }
  .category-slider .category-slider__wrap:not(.swiper-initialized) .swiper-navigation {
    display: none; }

.category-slider .category-slider__list:not(:last-child) {
  margin-bottom: 44px; }
  @media (max-width: 767.98px) {
    .category-slider .category-slider__list:not(:last-child) {
      margin-bottom: 65px; } }

.category-slider .swiper-pagination {
  position: static !important; }

.category-slider .swiper-pagination-bullet {
  background: var(--gray-2); }
  .category-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red); }

.category-slider .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.category-slider .swiper-button-next,
.category-slider .swiper-button-prev {
  border: 1px solid #000000;
  background: transparent; }
  @media (any-hover: hover) {
    .category-slider .swiper-button-next:hover, .category-slider .swiper-button-next:focus,
    .category-slider .swiper-button-prev:hover,
    .category-slider .swiper-button-prev:focus {
      background: var(--red);
      border-color: var(--red); } }
  .category-slider .swiper-button-next.swiper-button-disabled,
  .category-slider .swiper-button-prev.swiper-button-disabled {
    pointer-events: initial !important; }
    @media (any-hover: hover) {
      .category-slider .swiper-button-next.swiper-button-disabled:hover, .category-slider .swiper-button-next.swiper-button-disabled:focus,
      .category-slider .swiper-button-prev.swiper-button-disabled:hover,
      .category-slider .swiper-button-prev.swiper-button-disabled:focus {
        background: transparent;
        border-color: #000000; } }
  @media (max-width: 767.98px) {
    .category-slider .swiper-button-next,
    .category-slider .swiper-button-prev {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      flex-shrink: 0;
      background: var(--red);
      border-color: var(--red); } }

.category-slider .swiper-button-next {
  right: 4px; }

.category-slider .swiper-button-prev {
  left: 4px; }

.category-slider-item .category-slider-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (any-hover: hover) {
    .category-slider-item .category-slider-item__link:hover .category-slider-item__title, .category-slider-item .category-slider-item__link:focus .category-slider-item__title {
      color: var(--red); } }

.category-slider-item .category-slider-item__img {
  width: 100%; }
  .category-slider-item .category-slider-item__img img {
    width: 100%;
    object-fit: cover; }
  .category-slider-item .category-slider-item__img:not(:last-child) {
    margin-bottom: 12px; }

.category-slider-item .category-slider-item__title {
  transition: color 0.3s ease; }

.category-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--stroke-3); }
  @media (max-width: 767.98px) {
    .category-sorting {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      padding: 12px; } }
  .category-sorting:not(:last-child) {
    margin-bottom: 16px; }
  .category-sorting .category-sorting__left {
    display: flex;
    align-items: center;
    gap: 4px; }
    @media (max-width: 767.98px) {
      .category-sorting .category-sorting__left {
        width: 100%;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--stroke-2); } }
  .category-sorting .category-sorting__title {
    color: var(--text); }
    @media (max-width: 991.98px) {
      .category-sorting .category-sorting__title {
        font-size: 14px; } }
  .category-sorting .category-sorting__right {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 767.98px) {
      .category-sorting .category-sorting__right {
        justify-content: space-between;
        width: 100%; } }
  .category-sorting .category-sorting__select {
    width: 248px;
    flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .category-sorting .category-sorting__select {
        width: fit-content; } }

.select-sorting {
  width: 100%;
  position: relative; }
  .select-sorting select {
    display: none; }
  .select-sorting .select-sorting-selected {
    display: flex;
    align-items: center;
    height: 40px;
    min-width: 200px;
    border-radius: 4px;
    background: var(--white);
    padding: 10px 39px 10px 16px;
    color: var(--black);
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    z-index: 99;
    transition: box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .select-sorting .select-sorting-selected:hover, .select-sorting .select-sorting-selected:focus {
        box-shadow: 0 0 0 1px var(--red); } }
    .select-sorting .select-sorting-selected::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23C8102E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
      transition: transform 0.3s ease; }
    .select-sorting .select-sorting-selected.selected-active::after {
      transform: translateY(-50%) rotate(180deg); }
    @media (max-width: 991.98px) {
      .select-sorting .select-sorting-selected {
        font-size: 14px; } }
  .select-sorting .select-sorting-list {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    z-index: 100;
    max-height: 300px;
    padding: 4px;
    overflow-y: auto;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); }
  .select-sorting .select-sorting-item {
    padding: 8px 16px;
    border-radius: var(--border-radius);
    background: var(--gray-2);
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease;
    cursor: pointer; }
    .select-sorting .select-sorting-item:not(:last-child) {
      margin-bottom: 4px; }
    .select-sorting .select-sorting-item.active, .select-sorting .select-sorting-item:hover {
      color: var(--white);
      background: var(--red); }
  .select-sorting .select-list-hide {
    display: none; }

.category-filter .category-filter__top {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-radius: 4px;
  background: var(--stroke-3); }

.category-filter .category-filter__title {
  position: relative;
  padding-left: 36px;
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; }
  .category-filter .category-filter__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_795_5926)"><path d="M22 2.75H2C1.66848 2.75 1.35054 2.8817 1.11612 3.11612C0.881696 3.35054 0.75 3.66848 0.75 4C0.75 4.33152 0.881696 4.64946 1.11612 4.88388C1.35054 5.1183 1.66848 5.25 2 5.25H22C22.3315 5.25 22.6495 5.1183 22.8839 4.88388C23.1183 4.64946 23.25 4.33152 23.25 4C23.25 3.66848 23.1183 3.35054 22.8839 3.11612C22.6495 2.8817 22.3315 2.75 22 2.75Z" fill="%23C11F32"/><path d="M22 10.75H2C1.66848 10.75 1.35054 10.8817 1.11612 11.1161C0.881696 11.3505 0.75 11.6685 0.75 12C0.75 12.3315 0.881696 12.6495 1.11612 12.8839C1.35054 13.1183 1.66848 13.25 2 13.25H22C22.3315 13.25 22.6495 13.1183 22.8839 12.8839C23.1183 12.6495 23.25 12.3315 23.25 12C23.25 11.6685 23.1183 11.3505 22.8839 11.1161C22.6495 10.8817 22.3315 10.75 22 10.75Z" fill="%23C11F32"/><path d="M22 18.75H2C1.66848 18.75 1.35054 18.8817 1.11612 19.1161C0.881696 19.3505 0.75 19.6685 0.75 20C0.75 20.3315 0.881696 20.6495 1.11612 20.8839C1.35054 21.1183 1.66848 21.25 2 21.25H22C22.3315 21.25 22.6495 21.1183 22.8839 20.8839C23.1183 20.6495 23.25 20.3315 23.25 20C23.25 19.6685 23.1183 19.3505 22.8839 19.1161C22.6495 18.8817 22.3315 18.75 22 18.75Z" fill="%23C11F32"/><path d="M17 7.75C19.0711 7.75 20.75 6.07107 20.75 4C20.75 1.92893 19.0711 0.25 17 0.25C14.9289 0.25 13.25 1.92893 13.25 4C13.25 6.07107 14.9289 7.75 17 7.75Z" fill="%23C11F32"/><path d="M10 15.75C12.0711 15.75 13.75 14.0711 13.75 12C13.75 9.92893 12.0711 8.25 10 8.25C7.92893 8.25 6.25 9.92893 6.25 12C6.25 14.0711 7.92893 15.75 10 15.75Z" fill="%23C11F32"/><path d="M17 23.75C19.0711 23.75 20.75 22.0711 20.75 20C20.75 17.9289 19.0711 16.25 17 16.25C14.9289 16.25 13.25 17.9289 13.25 20C13.25 22.0711 14.9289 23.75 17 23.75Z" fill="%23C11F32"/></g><defs><clipPath id="clip0_795_5926"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; }

.filter-btn-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--stroke-3);
  cursor: pointer; }
  @media (min-width: 992px) {
    .filter-btn-mobile {
      display: none; } }
  .filter-btn-mobile .filter-btn-mobile__title {
    position: relative;
    padding-left: 36px;
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%; }
    .filter-btn-mobile .filter-btn-mobile__title::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 24px;
      height: 24px;
      transform: translateY(-50%);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_795_5926)"><path d="M22 2.75H2C1.66848 2.75 1.35054 2.8817 1.11612 3.11612C0.881696 3.35054 0.75 3.66848 0.75 4C0.75 4.33152 0.881696 4.64946 1.11612 4.88388C1.35054 5.1183 1.66848 5.25 2 5.25H22C22.3315 5.25 22.6495 5.1183 22.8839 4.88388C23.1183 4.64946 23.25 4.33152 23.25 4C23.25 3.66848 23.1183 3.35054 22.8839 3.11612C22.6495 2.8817 22.3315 2.75 22 2.75Z" fill="%23C11F32"/><path d="M22 10.75H2C1.66848 10.75 1.35054 10.8817 1.11612 11.1161C0.881696 11.3505 0.75 11.6685 0.75 12C0.75 12.3315 0.881696 12.6495 1.11612 12.8839C1.35054 13.1183 1.66848 13.25 2 13.25H22C22.3315 13.25 22.6495 13.1183 22.8839 12.8839C23.1183 12.6495 23.25 12.3315 23.25 12C23.25 11.6685 23.1183 11.3505 22.8839 11.1161C22.6495 10.8817 22.3315 10.75 22 10.75Z" fill="%23C11F32"/><path d="M22 18.75H2C1.66848 18.75 1.35054 18.8817 1.11612 19.1161C0.881696 19.3505 0.75 19.6685 0.75 20C0.75 20.3315 0.881696 20.6495 1.11612 20.8839C1.35054 21.1183 1.66848 21.25 2 21.25H22C22.3315 21.25 22.6495 21.1183 22.8839 20.8839C23.1183 20.6495 23.25 20.3315 23.25 20C23.25 19.6685 23.1183 19.3505 22.8839 19.1161C22.6495 18.8817 22.3315 18.75 22 18.75Z" fill="%23C11F32"/><path d="M17 7.75C19.0711 7.75 20.75 6.07107 20.75 4C20.75 1.92893 19.0711 0.25 17 0.25C14.9289 0.25 13.25 1.92893 13.25 4C13.25 6.07107 14.9289 7.75 17 7.75Z" fill="%23C11F32"/><path d="M10 15.75C12.0711 15.75 13.75 14.0711 13.75 12C13.75 9.92893 12.0711 8.25 10 8.25C7.92893 8.25 6.25 9.92893 6.25 12C6.25 14.0711 7.92893 15.75 10 15.75Z" fill="%23C11F32"/><path d="M17 23.75C19.0711 23.75 20.75 22.0711 20.75 20C20.75 17.9289 19.0711 16.25 17 16.25C14.9289 16.25 13.25 17.9289 13.25 20C13.25 22.0711 14.9289 23.75 17 23.75Z" fill="%23C11F32"/></g><defs><clipPath id="clip0_795_5926"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; }

.filter-panel {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--stroke-2);
  background: var(--white); }
  @media (max-width: 991.98px) {
    .filter-panel {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      border-radius: 0;
      border: 0;
      transform: translateX(-100%);
      visibility: hidden;
      transition: all 0.3s ease; }
      .filter-panel.filter-panel-open {
        transform: translateX(0);
        visibility: visible; } }
  .filter-panel .filter-panel__heading {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    border-radius: 4px;
    background: var(--stroke-3); }
    @media (max-width: 991.98px) {
      .filter-panel .filter-panel__heading {
        gap: 10px;
        justify-content: space-between;
        background: #000000;
        backdrop-filter: blur(100px);
        border-radius: 0; } }
  .filter-panel .filter-panel__title {
    position: relative;
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%; }
    @media (min-width: 992px) {
      .filter-panel .filter-panel__title {
        padding-left: 36px; }
        .filter-panel .filter-panel__title::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 24px;
          height: 24px;
          transform: translateY(-50%);
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_795_5926)"><path d="M22 2.75H2C1.66848 2.75 1.35054 2.8817 1.11612 3.11612C0.881696 3.35054 0.75 3.66848 0.75 4C0.75 4.33152 0.881696 4.64946 1.11612 4.88388C1.35054 5.1183 1.66848 5.25 2 5.25H22C22.3315 5.25 22.6495 5.1183 22.8839 4.88388C23.1183 4.64946 23.25 4.33152 23.25 4C23.25 3.66848 23.1183 3.35054 22.8839 3.11612C22.6495 2.8817 22.3315 2.75 22 2.75Z" fill="%23C11F32"/><path d="M22 10.75H2C1.66848 10.75 1.35054 10.8817 1.11612 11.1161C0.881696 11.3505 0.75 11.6685 0.75 12C0.75 12.3315 0.881696 12.6495 1.11612 12.8839C1.35054 13.1183 1.66848 13.25 2 13.25H22C22.3315 13.25 22.6495 13.1183 22.8839 12.8839C23.1183 12.6495 23.25 12.3315 23.25 12C23.25 11.6685 23.1183 11.3505 22.8839 11.1161C22.6495 10.8817 22.3315 10.75 22 10.75Z" fill="%23C11F32"/><path d="M22 18.75H2C1.66848 18.75 1.35054 18.8817 1.11612 19.1161C0.881696 19.3505 0.75 19.6685 0.75 20C0.75 20.3315 0.881696 20.6495 1.11612 20.8839C1.35054 21.1183 1.66848 21.25 2 21.25H22C22.3315 21.25 22.6495 21.1183 22.8839 20.8839C23.1183 20.6495 23.25 20.3315 23.25 20C23.25 19.6685 23.1183 19.3505 22.8839 19.1161C22.6495 18.8817 22.3315 18.75 22 18.75Z" fill="%23C11F32"/><path d="M17 7.75C19.0711 7.75 20.75 6.07107 20.75 4C20.75 1.92893 19.0711 0.25 17 0.25C14.9289 0.25 13.25 1.92893 13.25 4C13.25 6.07107 14.9289 7.75 17 7.75Z" fill="%23C11F32"/><path d="M10 15.75C12.0711 15.75 13.75 14.0711 13.75 12C13.75 9.92893 12.0711 8.25 10 8.25C7.92893 8.25 6.25 9.92893 6.25 12C6.25 14.0711 7.92893 15.75 10 15.75Z" fill="%23C11F32"/><path d="M17 23.75C19.0711 23.75 20.75 22.0711 20.75 20C20.75 17.9289 19.0711 16.25 17 16.25C14.9289 16.25 13.25 17.9289 13.25 20C13.25 22.0711 14.9289 23.75 17 23.75Z" fill="%23C11F32"/></g><defs><clipPath id="clip0_795_5926"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; } }
    @media (max-width: 991.98px) {
      .filter-panel .filter-panel__title {
        font-size: 20px;
        color: var(--white); } }
  .filter-panel .filter-panel__btn-close {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.08); }
    @media (min-width: 992px) {
      .filter-panel .filter-panel__btn-close {
        display: none; } }
    .filter-panel .filter-panel__btn-close .ic-close {
      font-size: 14px;
      line-height: 0.7;
      color: var(--white); }
  .filter-panel .filter-panel__list {
    padding: 16px; }
    @media (max-width: 991.98px) {
      .filter-panel .filter-panel__list {
        overflow-y: auto;
        height: calc(100% - 76px);
        padding-bottom: 80px;
        scrollbar-color: var(--red) var(--stroke);
        scrollbar-width: thin; }
        .filter-panel .filter-panel__list::-webkit-scrollbar-button {
          width: 0;
          height: 0; }
        .filter-panel .filter-panel__list::-webkit-scrollbar-track {
          background: var(--stroke); }
        .filter-panel .filter-panel__list::-webkit-scrollbar-track-piece {
          background: var(--stroke); }
        .filter-panel .filter-panel__list::-webkit-scrollbar-thumb {
          background: var(--red);
          border-radius: 2px; } }
  .filter-panel .filter-panel__footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background: var(--white); }
    @media (min-width: 992px) {
      .filter-panel .filter-panel__footer {
        display: none; } }
    .filter-panel .filter-panel__footer::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(100% - 32px);
      height: 1px;
      transform: translateX(-50%);
      background-color: var(--stroke-2); }
    .filter-panel .filter-panel__footer .btn-link {
      padding: 10px 16px; }

.js-show-more-list.list-show-active {
  max-height: 100% !important;
  overflow: visible !important; }

.filter-btn-show-more {
  position: relative;
  padding-left: 20px;
  margin-top: 16px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--red);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2; }
  .filter-btn-show-more::after, .filter-btn-show-more::before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: var(--red);
    transform: translateY(-50%);
    transition: transform 0.3s ease-in; }
  .filter-btn-show-more::after {
    width: 1px;
    height: 12px;
    left: 6px; }
  .filter-btn-show-more::before {
    width: 12px;
    height: 1px;
    left: 0; }
  .filter-btn-show-more.d-none {
    display: none; }
  .filter-btn-show-more.show-more-active::after {
    transform: translateY(-50%) rotate(-90deg); }
  .filter-btn-show-more.show-more-active::before {
    transform: translateY(-50%) rotate(-360deg); }
  .filter-btn-show-more.show-more-active .filter-btn-text-hide {
    display: block; }
  .filter-btn-show-more.show-more-active .filter-btn-text-show {
    display: none; }
  .filter-btn-show-more .filter-btn-text-show {
    display: block; }
  .filter-btn-show-more .filter-btn-text-hide {
    display: none; }

.filter-panel-item {
  padding-bottom: 16px; }
  .filter-panel-item:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--stroke-2); }
  .filter-panel-item.acordeon-active .filter-panel-item__arrow {
    transform: rotate(90deg); }
  .filter-panel-item .filter-panel-item__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700; }
  .filter-panel-item .filter-panel-item__arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 0.7;
    color: var(--red);
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
    cursor: pointer; }
  .filter-panel-item .filter-panel-item__wrap {
    padding-top: 16px; }

.filter-checkbox {
  cursor: pointer; }
  .filter-checkbox:not(:last-child) {
    margin-bottom: 12px; }
  @media (any-hover: hover) {
    .filter-checkbox:hover label, .filter-checkbox:focus label {
      color: var(--red); }
    .filter-checkbox:hover .checkmark, .filter-checkbox:focus .checkmark {
      border-color: var(--red); } }
  .filter-checkbox label {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    transition: color 0.3s ease;
    cursor: pointer; }
  .filter-checkbox .checkmark {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-align: center;
    flex-shrink: 0;
    border-radius: var(--border-radius);
    border: 1px solid var(--stroke);
    background: var(--white);
    transition: all 0.3s ease; }
    .filter-checkbox .checkmark::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 9px;
      transform: translate(-50%, -50%);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M4 9L0 5.17021L1.4 3.82979L4 6.31915L10.6 0L12 1.34043L4 9Z" fill="white"/></svg>') center no-repeat;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease; }
  .filter-checkbox input:checked ~ .checkmark {
    border-color: var(--red);
    background: var(--red); }
    .filter-checkbox input:checked ~ .checkmark::after {
      opacity: 1;
      visibility: visible; }

.range-slider {
  padding-bottom: 16px; }
  .range-slider .range-slider__top {
    display: flex;
    align-items: center;
    gap: 12px; }
    .range-slider .range-slider__top:not(:last-child) {
      margin-bottom: 30px; }
  .range-slider .range-slider__group {
    display: flex;
    align-items: center;
    gap: 15px; }
  .range-slider .range-slider__text {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
  .range-slider .range-slider-btn {
    width: 36px;
    flex-shrink: 0;
    height: 36px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 2px;
    text-transform: uppercase;
    border: 1px solid var(--red);
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .range-slider .range-slider-btn:hover, .range-slider .range-slider-btn:focus {
        color: var(--white);
        background: var(--red); } }
  .range-slider input[type="number"]::-webkit-inner-spin-button,
  .range-slider input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .range-slider .range-slider__value {
    height: 36px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    -moz-appearance: textfield;
    border-radius: var(--border-radius);
    border: 1px solid var(--stroke);
    background: var(--white);
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .range-slider .range-slider__value:hover, .range-slider .range-slider__value:focus {
        border-color: var(--red); } }
  .range-slider .ui-slider {
    border-radius: 1px;
    background: transparent;
    height: 2px;
    border: none;
    margin-right: 12px; }
    .range-slider .ui-slider::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% + 12px);
      height: 100%;
      background-color: var(--stroke-2); }
  .range-slider .ui-slider-range {
    top: -1px;
    border-radius: 2px;
    background: var(--black);
    height: 4px; }
  .range-slider .ui-slider-handle {
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--red);
    border: none;
    transform: translateY(-50%);
    transition: background 0.3s ease; }
    @media (any-hover: hover) {
      .range-slider .ui-slider-handle:hover, .range-slider .ui-slider-handle:focus {
        background: #970a21; } }

.product-page {
  padding-top: 160px;
  background: var(--white); }
  @media (min-width: 992px) {
    .product-page {
      width: 100vw; } }
  @media (max-width: 991.98px) {
    .product-page {
      width: 100dvw;
      padding-top: 125px; } }

.product.section {
  padding-top: 0; }

.product .product-title {
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .product .product-title {
      font-size: 20px; } }

.product .product-view {
  position: relative;
  gap: 14px 24px; }
  @media (min-width: 992px) {
    .product .product-view {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 991.98px) {
    .product .product-view {
      display: flex;
      flex-direction: column; } }

.product .product-gallery {
  overflow: hidden;
  position: relative;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid var(--stroke);
  background: var(--gray-2); }
  @media (max-width: 991.98px) {
    .product .product-gallery {
      padding: 24px 16px; } }
  @media (min-width: 992px) {
    .product .product-gallery {
      position: sticky;
      top: 116px;
      height: fit-content; } }
  @media (max-width: 991.98px) {
    .product .product-gallery {
      max-width: 636px;
      width: 100%;
      margin: 0 auto; } }

.product .sticker {
  top: 16px;
  left: 32px; }
  @media (max-width: 991.98px) {
    .product .sticker {
      left: 16px; } }

.product .top-actions {
  top: 16px;
  right: 32px; }
  @media (max-width: 991.98px) {
    .product .top-actions {
      right: 16px; } }

.product-info {
  display: flex;
  flex-direction: column; }
  .product-info .product-info-title:not(:last-child) {
    margin-bottom: 12px; }
  .product-info .product-info__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px; }
    .product-info .product-info__top:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .product-info .product-info__top:not(:last-child) {
          margin-bottom: 24px; } }
  .product-info .product-info__wrap {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--stroke-2); }
    .product-info .product-info__wrap:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .product-info .product-info__wrap:not(:last-child) {
          margin-bottom: 16px; } }
    @media (max-width: 991.98px) {
      .product-info .product-info__wrap {
        padding-bottom: 16px; } }
  .product-info .product-info__body {
    display: flex;
    align-items: stretch;
    gap: 12px; }
    .product-info .product-info__body:not(:last-child) {
      margin-bottom: 14px; }
  .product-info .product-info__prices {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 200px; }
  .product-info .product-info__prices-title {
    color: var(--text); }
    .product-info .product-info__prices-title:not(:last-child) {
      margin-bottom: 8px; }
  .product-info .price-block:not(:last-child) {
    margin-bottom: 28px; }
  .product-info .price-pack {
    margin-top: auto; }
  .product-info .product-info__buy {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 12px; }
  .product-info .product-info__qty {
    display: flex;
    gap: 12px 16px; }
    @media (min-width: 1200px) {
      .product-info .product-info__qty {
        align-items: flex-end; } }
    @media (max-width: 1199.98px) {
      .product-info .product-info__qty {
        flex-direction: column; } }
    .product-info .product-info__qty .qty {
      width: 50%; }
      .product-info .product-info__qty .qty .qty__input {
        width: 50px; }
      @media (max-width: 1199.98px) {
        .product-info .product-info__qty .qty {
          width: 100%; } }
  .product-info .product-info__btn {
    padding: 12px 10px;
    flex: 1 1 auto; }
    .product-info .product-info__btn [class^="ic-"] {
      font-size: 24px;
      line-height: 0.7; }
    @media (max-width: 1199.98px) {
      .product-info .product-info__btn {
        width: 100%; } }
  .product-info .product-info__form {
    display: flex;
    align-items: center; }
  .product-info .product-info__mobile-form:not(:last-child) {
    margin-bottom: 24px; }
  @media (min-width: 1200px) {
    .product-info .product-info__mobile-form {
      display: none; } }
  @media (max-width: 1199.98px) {
    .product-info .product-info__mobile-form {
      padding-bottom: 16px;
      border-bottom: 1px solid var(--stroke-2); } }
  .product-info .product-info__warning {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2; }
    .product-info .product-info__warning span {
      color: var(--red); }

.gallery-top {
  position: relative;
  overflow: hidden; }
  .gallery-top .gallery-top-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
    .gallery-top .gallery-top-slide.swiper-slide {
      opacity: 0; }
      .gallery-top .gallery-top-slide.swiper-slide.swiper-slide-active {
        opacity: 1; }
  .gallery-top .gallery-top-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 414px;
    padding-bottom: 100%;
    border-radius: 4px;
    background: var(--gray-2); }
    .gallery-top .gallery-top-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down;
      border-radius: 4px; }
  .gallery-top .swiper-slide {
    opacity: 0; }
    .gallery-top .swiper-slide.swiper-slide-fully-visible {
      opacity: 1; }

.gallery-thumbs {
  position: relative;
  overflow: hidden; }
  .gallery-thumbs .gallery-thumbs-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid transparent; }
    .gallery-thumbs .gallery-thumbs-slide.swiper-slide-thumb-active {
      border: 1px solid var(--red); }
  .gallery-thumbs .gallery-thumbs-img {
    display: flex;
    align-items: center;
    justify-content: center; }
    .gallery-thumbs .gallery-thumbs-img img {
      border-radius: 4px; }

.product-characteristics:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .product-characteristics:not(:last-child) {
      margin-bottom: 40px; } }

.product-characteristics .product-characteristics__item {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 20px;
  border-radius: 4px;
  background: var(--stroke-3); }
  .product-characteristics .product-characteristics__item:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .product-characteristics .product-characteristics__item {
      padding: 10px 16px;
      font-size: 14px; } }

.product-characteristics .product-characteristics__key {
  width: 50%;
  color: var(--text);
  padding-right: 10px; }

.product-characteristics .product-characteristics__value {
  width: 50%; }

.product-availability:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .product-availability:not(:last-child) {
      margin-bottom: 40px; } }

.product-availability .select-dropdown {
  max-width: 100%; }
  .product-availability .select-dropdown .select-dropdown__button {
    width: 100%;
    border-radius: 4px;
    background: var(--stroke-3);
    border: none; }
  .product-availability .select-dropdown:not(:last-child) {
    margin-bottom: 16px; }

.product-availability .product-availability__wrap:not(:last-child) {
  margin-bottom: 8px; }

.product-availability .product-availability__item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 4px;
  background: var(--stroke-3);
  font-weight: 700; }
  .product-availability .product-availability__item:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .product-availability .product-availability__item {
      padding: 10px 16px;
      font-size: 14px; } }

.product-availability .product-availability__info {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; }

.product-calc:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .product-calc:not(:last-child) {
      margin-bottom: 40px; } }

.product-calc .product-calc__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -12px -8px 0; }

.product-calc .product-calc__item {
  width: 50%;
  min-height: 100%;
  padding: 0 12px 8px 0;
  display: flex; }

.product-calc .product-calc__group {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 20px;
  border-radius: 4px;
  background: var(--stroke-3); }
  @media (max-width: 991.98px) {
    .product-calc .product-calc__group {
      padding: 10px 16px;
      font-size: 14px; } }
  .product-calc .product-calc__group::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--red);
    transition: opacity 0.3s ease; }
  .product-calc .product-calc__group.focus::after {
    opacity: 1;
    visibility: visible; }
  .product-calc .product-calc__group label {
    width: 32%;
    font-weight: 400;
    color: var(--text); }

.product-calc .product-calc__input {
  background: var(--stroke-3);
  width: 70%;
  padding-left: 8px; }

.product-calc .product-calc__res {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 4px;
  min-height: 1005;
  width: 100%;
  height: 100%; }
  .product-calc .product-calc__res::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--red); }

[lang="uk"] .product-description .product-info-title:empty::before {
  content: "Опис товару"; }

[lang="ru"] .product-description .product-info-title:empty::before {
  content: "Описание товара"; }

.product-description .text-formatted p {
  color: var(--black); }

.in-stock {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: var(--green);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  .in-stock .in-stock__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--green);
    color: var(--white);
    font-size: 10px;
    line-height: 0.7; }
  @media (max-width: 991.98px) {
    .in-stock {
      font-size: 14px; } }

.out-stock {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: var(--red); }
  .out-stock .in-stock__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    font-size: 10px;
    line-height: 0.7; }
  @media (max-width: 991.98px) {
    .out-stock {
      font-size: 14px; } }

.price-pack {
  font-size: 24px;
  font-weight: 700;
  line-height: 1; }
  .price-pack span {
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .price-pack span {
        font-size: 12px; } }
  @media (max-width: 991.98px) {
    .price-pack {
      font-size: 18px; } }

.price-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--text); }
  .price-info .price-old {
    margin-top: 0; }
  .price-info span {
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .price-info span {
        font-size: 12px; } }
  @media (min-width: 992px) {
    .price-info:not(:last-child) {
      margin-bottom: 4px; } }
  @media (max-width: 991.98px) {
    .price-info {
      font-size: 18px; } }

.product-slider .product-slider__wrap {
  position: relative;
  padding-bottom: 64px; }
  @media (max-width: 991.98px) {
    .product-slider .product-slider__wrap {
      overflow: hidden; } }
  .product-slider .product-slider__wrap:not(.swiper-initialized) {
    overflow: hidden; }
    .product-slider .product-slider__wrap:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      align-items: center; }
    @media (min-width: 992px) {
      .product-slider .product-slider__wrap:not(.swiper-initialized) .swiper-slide {
        width: 25%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .product-slider .product-slider__wrap:not(.swiper-initialized) .swiper-slide {
        width: 33.333%; } }
    @media (max-width: 767.98px) {
      .product-slider .product-slider__wrap:not(.swiper-initialized) .swiper-slide {
        width: 50%; } }

.product-slider .swiper-slide {
  height: auto !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  .product-slider .swiper-slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: initial; }

.swiper-navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px; }
  @media (max-width: 991.98px) {
    .swiper-navigation {
      width: 100%;
      justify-content: space-between; } }
  .swiper-navigation .swiper-button-next,
  .swiper-navigation .swiper-button-prev {
    position: relative !important;
    flex-shrink: 0;
    margin-top: 0; }
  .swiper-navigation .swiper-button-prev {
    left: 0; }
  .swiper-navigation .swiper-button-next {
    right: 0; }
  .swiper-navigation .swiper-pagination {
    position: static !important; }
    .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
      background: var(--gray-2); }
      .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--red); }
  .swiper-navigation .swiper-button-disabled {
    pointer-events: initial !important; }

.section-delivery.section {
  padding-top: 0; }

.section-delivery .section-delivery__wrap {
  position: relative;
  display: flex;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .section-delivery .section-delivery__wrap {
      flex-direction: column; } }

@media (min-width: 992px) {
  .section-delivery .section-delivery__btn {
    display: none; } }

@media (max-width: 991.98px) {
  .section-delivery .section-delivery__btn {
    position: relative;
    height: 48px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--stroke);
    background: var(--white);
    border-radius: 4px;
    font-weight: 700; }
    .section-delivery .section-delivery__btn.btn-tabs-active::after {
      transform: translateY(-50%) rotate(-180deg); }
    .section-delivery .section-delivery__btn::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23C8102E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }

.section-delivery .section-delivery__list {
  width: 306px;
  flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .section-delivery .section-delivery__list {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .section-delivery .section-delivery__list {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 10;
      padding: 8px 4px;
      border-radius: 4px;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
      background-color: #fafafa;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s ease; } }
  .section-delivery .section-delivery__list.nav-tabs-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.section-delivery .section-delivery__item {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 20px;
  border-radius: 4px;
  background: var(--stroke-3);
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--stroke-3); }
  .section-delivery .section-delivery__item:not(:last-child) {
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .section-delivery .section-delivery__item:not(:last-child) {
        margin-bottom: 4px; } }
  @media (any-hover: hover) {
    .section-delivery .section-delivery__item:hover, .section-delivery .section-delivery__item:focus {
      border-color: var(--red); } }
  .section-delivery .section-delivery__item.tab-trigger-active {
    background: var(--white);
    border-color: var(--red); }
    @media (max-width: 991.98px) {
      .section-delivery .section-delivery__item.tab-trigger-active {
        background: var(--red);
        color: var(--white); } }
  @media (max-width: 991.98px) {
    .section-delivery .section-delivery__item {
      padding: 4px 16px;
      background: var(--gray-2); } }

.section-delivery .section-delivery__content {
  flex: 1 1 auto; }

.content-delivery .content-delivery__item:not(:last-child) {
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .content-delivery .content-delivery__item:not(:last-child) {
      margin-bottom: 16px; } }

.content-delivery .content-delivery__top {
  display: flex;
  align-items: center;
  gap: 16px; }
  .content-delivery .content-delivery__top:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .content-delivery .content-delivery__top:not(:last-child) {
        margin-bottom: 12px; } }
  @media (max-width: 991.98px) {
    .content-delivery .content-delivery__top {
      gap: 12px; } }

.content-delivery .content-delivery__img {
  width: 48px;
  height: 48px;
  flex-shrink: 0; }
  .content-delivery .content-delivery__img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down; }

.content-delivery .content-delivery__title {
  font-weight: 700; }

.main-form .main-form__wrap {
  position: relative;
  padding: 48px;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .main-form .main-form__wrap {
      flex-direction: column;
      row-gap: 24px;
      padding: 40px 16px;
      margin: 0 -15px; } }

.main-form .main-form__bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%); }
  .main-form .main-form__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.main-form .main-form__col {
  position: relative;
  z-index: 5;
  width: 50%; }
  @media (min-width: 992px) {
    .main-form .main-form__col:first-child {
      padding-right: 24px; } }
  @media (max-width: 991.98px) {
    .main-form .main-form__col {
      width: 100%; } }

.main-form .main-form__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; }
  .main-form .main-form__title:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .main-form .main-form__title {
      font-size: 24px; } }

@media (max-width: 991.98px) {
  .main-form .main-form__text {
    font-size: 14px; } }

.contacts-block:not(:last-child) {
  margin-bottom: 24px; }

.contacts-block .contacts-block__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--stroke-2); }
  @media (max-width: 991.98px) {
    .contacts-block .contacts-block__list {
      padding-bottom: 16px; } }
  .contacts-block .contacts-block__list:not(:last-child) {
    margin-bottom: 24px; }

.contacts-block .contacts-block__item {
  display: flex;
  align-items: center;
  gap: 12px; }

.contacts-block .contacts-block__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--stroke-3);
  border-radius: 50%;
  font-size: 22px;
  line-height: 0.7;
  color: var(--black); }

.contacts-block .contacts-block__heading {
  color: var(--gray-3); }
  .contacts-block .contacts-block__heading:not(:last-child) {
    margin-bottom: 4px; }

.contacts-block .contacts-block__desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 20px;
  line-height: 1.2; }

.solution-products .solution-products__title:not(:last-child) {
  margin-bottom: 20px; }

.solution-products .solution-products__text {
  max-width: 636px;
  line-height: 1.25; }
  .solution-products .solution-products__text:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .solution-products .solution-products__text:not(:last-child) {
        margin-bottom: 16px; } }

.solution-products .solution-products__wrap {
  display: flex;
  align-items: stretch;
  gap: 24px;
  height: 564px; }
  @media (min-width: 992px) {
    .solution-products .solution-products__wrap.solution-products-revers .solution-products__image {
      order: 2; }
    .solution-products .solution-products__wrap.solution-products-revers .solution-products__slider {
      order: 1; } }
  @media (max-width: 991.98px) {
    .solution-products .solution-products__wrap {
      flex-direction: column;
      height: auto; } }

.solution-products .solution-products__slider {
  flex: 1 1 auto;
  height: 100%; }
  @media (max-width: 991.98px) {
    .solution-products .solution-products__slider {
      height: 300px; } }

.solution-products .solution-products__image {
  width: 49%;
  height: 100%;
  flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .solution-products .solution-products__image {
      width: 100%; } }

.slider-solution {
  position: relative;
  padding-right: 12px;
  overflow-y: auto;
  height: 100%;
  scrollbar-color: var(--red) var(--stroke);
  scrollbar-width: thin; }
  .slider-solution::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
    background-color: var(--stroke-2); }
  .slider-solution::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .slider-solution::-webkit-scrollbar-track {
    background: var(--stroke-2); }
  .slider-solution::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 4px; }

.slider-solution-item {
  padding: 15px;
  border: 1px solid var(--stroke-2);
  background: var(--stroke-3);
  transition: border 0.3s ease; }
  .slider-solution-item:not(:last-child) {
    margin-bottom: 4px; }
  .slider-solution-item.solution-item-active {
    border-color: var(--red); }
  @media (max-width: 991.98px) {
    .slider-solution-item {
      padding: 8px; } }
  .slider-solution-item .slider-solution-item__wrap {
    display: flex; }
    .slider-solution-item .slider-solution-item__wrap:not(:last-child) {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .slider-solution-item .slider-solution-item__wrap:not(:last-child) {
          margin-bottom: 20px; } }
  .slider-solution-item .slider-solution-item__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 196px;
    flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .slider-solution-item .slider-solution-item__img {
        width: 132px;
        height: 132px; } }
  .slider-solution-item .slider-solution-item__img-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (any-hover: hover) {
      .slider-solution-item .slider-solution-item__img-link:hover img, .slider-solution-item .slider-solution-item__img-link:focus img {
        transform: scale(1.06); } }
    .slider-solution-item .slider-solution-item__img-link img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
  .slider-solution-item .top-actions {
    top: 4px;
    left: 4px;
    right: auto; }
  .slider-solution-item .slider-solution-item__content {
    flex: 1 1 auto;
    padding-left: 12px; }
  .slider-solution-item .in-stock:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .slider-solution-item .in-stock:not(:last-child) {
        margin-bottom: 4px; } }
  .slider-solution-item .slider-solution-item__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    .slider-solution-item .slider-solution-item__title a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical; }
    .slider-solution-item .slider-solution-item__title:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .slider-solution-item .slider-solution-item__title:not(:last-child) {
          margin-bottom: 8px; } }
    @media (max-width: 991.98px) {
      .slider-solution-item .slider-solution-item__title {
        font-size: 16px; } }
  .slider-solution-item .slider-solution-item__info {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px; }
    @media (max-width: 1199.98px) {
      .slider-solution-item .slider-solution-item__info {
        flex-direction: column; } }
  .slider-solution-item .slider-solution-item__price {
    display: flex;
    flex-direction: column;
    flex-shrink: 0; }
    @media (max-width: 1199.98px) {
      .slider-solution-item .slider-solution-item__price {
        order: 2; } }
  .slider-solution-item .price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    min-height: 38px; }
    @media (max-width: 1199.98px) {
      .slider-solution-item .price-block {
        min-height: 34px; } }
  @media (max-width: 1199.98px) {
    .slider-solution-item .slider-solution-item__qty {
      order: 1; } }
  .slider-solution-item .slider-solution-item__buttons {
    display: flex;
    align-items: center;
    gap: 23px; }
    @media (min-width: 1200px) {
      .slider-solution-item .slider-solution-item__buttons {
        width: 69%;
        padding-left: 12px;
        margin-left: auto; } }
    .slider-solution-item .slider-solution-item__buttons .btn {
      height: 40px; }
      .slider-solution-item .slider-solution-item__buttons .btn:first-child {
        flex: 1 1 auto; }
      .slider-solution-item .slider-solution-item__buttons .btn:last-child {
        width: 50%; }

.price-title {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  .price-title:not(:last-child) {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .price-title:not(:last-child) {
        margin-bottom: 8px; } }
  @media (max-width: 991.98px) {
    .price-title {
      font-size: 14px; } }

.swiper-scrollbar {
  --swiper-scrollbar-right: 0;
  --swiper-scrollbar-sides-offset: 4px;
  --swiper-scrollbar-size: 4px;
  --swiper-scrollbar-bg-color: var(--stroke);
  --swiper-scrollbar-drag-bg-color: var(--red);
  top: 0 !important;
  height: 100% !important;
  z-index: 1;
  border-radius: var(--border-radius) !important; }
  .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 4px !important; }

.product-compare {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .product-compare {
      padding-bottom: 80px; } }
  .product-compare .product-compare__top {
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 4px 4px 0px 0px;
    background: var(--stroke-3); }
  .product-compare .product-compare__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 30 dvh;
    text-align: center; }
  .product-compare .product-compare__wrap {
    position: relative;
    background: var(--white); }
    @media (min-width: 768px) {
      .product-compare .product-compare__wrap {
        display: grid;
        grid-template-columns: 200px 1fr;
        border-radius: 0 0 4px 4px;
        border: 1px solid var(--stroke-2); } }
  .product-compare .product-compare__sidebar {
    border-right: 1px solid var(--stroke-2); }
    @media (max-width: 767.98px) {
      .product-compare .product-compare__sidebar {
        display: none; } }
  .product-compare .product-compare__item {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 0 24px;
    color: var(--text);
    border-bottom: 1px solid var(--stroke-2); }
    .product-compare .product-compare__item.compare-img {
      min-height: 274px; }
    .product-compare .product-compare__item.compare-text {
      min-height: 125px; }
  .product-compare .product-compare__slider {
    overflow: hidden; }

@media (min-width: 768px) {
  .compare-item {
    border-right: 1px solid var(--stroke-2); } }

.compare-item .compare-item__param {
  display: flex;
  align-items: center;
  min-height: 72px; }
  @media (min-width: 768px) {
    .compare-item .compare-item__param {
      padding: 0 16px;
      border-bottom: 1px solid var(--stroke-2); } }
  @media (max-width: 767.98px) {
    .compare-item .compare-item__param {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 767.98px) {
    .compare-item .compare-item__param .in-stock,
    .compare-item .compare-item__param .out-stock {
      position: relative;
      width: 100%;
      background: var(--stroke-3);
      min-height: 56px;
      padding-left: 12px; }
      .compare-item .compare-item__param .in-stock::after,
      .compare-item .compare-item__param .out-stock::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 80%;
        transform: translateY(-50%);
        background-color: var(--stroke-2); } }
  .compare-item .compare-item__param.compare-img {
    min-height: 274px;
    display: flex; }
    @media (min-width: 768px) {
      .compare-item .compare-item__param.compare-img {
        justify-content: center;
        align-items: center;
        padding: 16px; } }
  .compare-item .compare-item__param.compare-text .param-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25; }
    .compare-item .compare-item__param.compare-text .param-item p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      line-clamp: 4;
      box-orient: vertical; }
      @media (max-width: 767.98px) {
        .compare-item .compare-item__param.compare-text .param-item p {
          -webkit-line-clamp: 6;
          line-clamp: 6; } }
    @media (max-width: 767.98px) {
      .compare-item .compare-item__param.compare-text .param-item {
        min-height: 125px;
        font-size: 14px; } }
  @media (min-width: 768px) {
    .compare-item .compare-item__param.compare-text {
      padding: 16px;
      min-height: 125px; } }
  @media (max-width: 767.98px) {
    .compare-item .compare-item__param.compare-text {
      padding: 12px 0; } }

.compare-item .compare-item__img {
  position: relative;
  width: 100%;
  max-width: 242px; }
  @media (max-width: 767.98px) {
    .compare-item .compare-item__img {
      padding: 0 8px; } }
  .compare-item .compare-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.compare-item .compare-item__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .compare-item .compare-item__buttons .btn {
    width: 100%; }
  @media (min-width: 768px) {
    .compare-item .compare-item__buttons {
      padding: 16px; } }
  @media (max-width: 767.98px) {
    .compare-item .compare-item__buttons {
      padding: 16px 8px; } }

.param-item.name {
  font-weight: 700; }

@media (max-width: 767.98px) {
  .param-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    height: 56px;
    width: 100%;
    background: var(--stroke-3);
    font-size: 14px;
    line-height: 18px; }
    .param-item::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 80%;
      transform: translateY(-50%);
      background-color: var(--stroke-2); } }

@media (min-width: 768px) {
  .param-head {
    display: none; } }

@media (max-width: 767.98px) {
  .param-head {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    color: var(--text);
    line-height: 18px; } }

.checkout {
  padding-top: 40px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .checkout {
      padding-top: 24px;
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .checkout .checkout__wrap {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 24px; } }
  @media (max-width: 991.98px) {
    .checkout .checkout__wrap {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 991.98px) {
    .checkout .checkout__col:not(:last-child) {
      margin-bottom: 40px; } }
  .checkout .checkout__col:nth-child(2n + 1) {
    width: 100%; }
    @media (min-width: 992px) {
      .checkout .checkout__col:nth-child(2n + 1) {
        grid-column: span 4; } }
    @media (max-width: 991.98px) {
      .checkout .checkout__col:nth-child(2n + 1) {
        order: 2; } }
  @media (min-width: 992px) {
    .checkout .checkout__col:nth-child(2n + 2) {
      position: sticky;
      top: 25px;
      height: fit-content;
      grid-column: span 8;
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .checkout .checkout__col:nth-child(2n + 2) {
      order: 1; } }
  .checkout .checkout__info:not(:last-child) {
    margin-bottom: 40px; }
  .checkout .checkout__delivery:not(:last-child) {
    margin-bottom: 40px; }
  .checkout .dropdown-menu {
    max-height: 300px;
    padding: 4px;
    overflow-y: auto;
    border-radius: var(--border-radius);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    background: var(--white); }
    .checkout .dropdown-menu li:not(:last-child) {
      margin-bottom: 4px; }
    .checkout .dropdown-menu li a {
      padding: 8px 16px;
      border-radius: var(--border-radius);
      background: var(--gray-2);
      color: var(--black);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      transition: all 0.3s ease;
      cursor: pointer; }
      .checkout .dropdown-menu li a.active, .checkout .dropdown-menu li a:hover {
        color: var(--white);
        background: var(--red); }
  .checkout .checkout__payment:not(:last-child) {
    margin-bottom: 32px; }
  .checkout .checkout__btn {
    width: 100%; }

@media (min-width: 992px) {
  .your-order .your-order__list {
    margin-top: -16px; } }

@media (max-width: 991.98px) {
  .your-order .your-order__list {
    padding-bottom: 40px; } }

.your-order .cart-list:not(:last-child) {
  margin-bottom: 24px; }

@media (max-width: 991.98px) {
  .your-order .cart-list {
    padding: 0; } }

@media (min-width: 992px) {
  .your-order .your-order__total {
    width: fit-content;
    margin-left: auto; } }

@media (max-width: 991.98px) {
  .your-order .your-order__total {
    width: 100%; } }

.your-order .cart-item {
  border-bottom: 1px solid var(--stroke-2); }

@media (min-width: 992px) {
  .your-order .cart-item__img {
    width: 74px;
    height: 74px; } }

@media (min-width: 992px) {
  .your-order .cart-item__title {
    font-size: 16px; } }

@media (min-width: 992px) {
  .your-order .price-new,
  .your-order .price {
    font-size: 20px; } }

@media (min-width: 992px) {
  .your-order .cart-item__remove {
    right: 6px; } }

.checkout-title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-bottom: 1px solid var(--stroke-2); }
  .checkout-title:not(:last-child) {
    margin-bottom: 16px; }
  .checkout-title .checkout-title__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 0.7;
    border-radius: 50%;
    background: var(--stroke-3); }

.payment-method .payment-method__item:not(:last-child) {
  margin-bottom: 12px; }

.payment-method .payment-method__content {
  display: none;
  padding-top: 8px; }

.payment-method .payment-method__text-danger {
  color: var(--error);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .payment-method .payment-method__text-danger:not(:last-child) {
    margin-bottom: 16px; }

.payment-method .payment-method__info:not(:last-child) {
  margin-bottom: 16px; }

.payment-method .payment-method__label {
  font-weight: 700; }
  .payment-method .payment-method__label:not(:last-child) {
    margin-bottom: 10px; }

.payment-method .payment-method__value {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  border: 1px solid var(--stroke-3);
  background: var(--stroke-3);
  color: var(--text); }

.checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 48px;
  padding: 2px 20px;
  margin: 0;
  border-radius: var(--border-radius);
  border: 1px solid var(--stroke);
  background: var(--white);
  cursor: pointer;
  transition: border 0.3s ease; }
  .checkbox.checkbox-checked {
    border-color: var(--red); }
  .checkbox input {
    display: none;
    -moz-appearance: textfield; }
    .checkbox input:checked ~ .checkbox__radio {
      background: var(--red);
      border: 1px solid var(--red); }
      .checkbox input:checked ~ .checkbox__radio::before {
        opacity: 1;
        visibility: visible; }
  .checkbox .checkbox__img {
    width: 32px;
    height: 32px;
    flex-shrink: 0; }
    .checkbox .checkbox__img img {
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
  .checkbox .checkbox__radio {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--stroke);
    cursor: pointer;
    transition: all 0.3s ease; }
    .checkbox .checkbox__radio::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50%;
      background-color: var(--white);
      transform: translate(-50%, -50%);
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease; }
  .checkbox .checkbox__text {
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25; }
    @media (max-width: 991.98px) {
      .checkbox .checkbox__text {
        font-size: 14px; } }

.delivery-option-item:not(:last-child) {
  margin-bottom: 12px; }

.delivery-option-item .delivery-option-item__content {
  display: none;
  padding-top: 12px;
  padding-bottom: 4px; }

.delivery-option-item .checkbox .checkbox__radio {
  display: none; }

.select2-container {
  width: 100% !important;
  display: flex !important; }
  .select2-container.select2-container--open .select2-selection .select2-selection__arrow {
    transform: translateY(-50%) rotate(-180deg) !important; }
  .select2-container .selection {
    width: 100% !important; }
  .select2-container .select2-selection {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    gap: 16px;
    height: 48px !important;
    padding: 2px 20px !important;
    margin: 0 !important;
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--stroke) !important;
    background: var(--white) !important;
    cursor: pointer;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .select2-container .select2-selection:hover, .select2-container .select2-selection:focus {
        border-color: var(--red); } }
    .select2-container .select2-selection .select2-selection__rendered {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
      border: none !important;
      color: var(--text) !important;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25; }
    .select2-container .select2-selection .select2-selection__arrow {
      top: 50% !important;
      right: 16px !important;
      height: 20px !important;
      width: 20px !important;
      transform: translateY(-50%) !important;
      transition: transform 0.3s ease; }
      .select2-container .select2-selection .select2-selection__arrow b {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px !important;
        height: 6px !important;
        transform: translate(-50%, -50%);
        border: none !important;
        margin: 0 !important;
        background: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23C8102E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
  .select2-container .select2-dropdown {
    padding: 4px;
    border: none !important;
    border-radius: var(--border-radius);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    background: var(--white); }
    .select2-container .select2-dropdown .select2-results__option {
      padding: 8px 16px;
      border-radius: var(--border-radius);
      background: var(--gray-2);
      color: var(--black);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      transition: all 0.3s ease;
      cursor: pointer; }
      .select2-container .select2-dropdown .select2-results__option:not(:last-child) {
        margin-bottom: 4px; }
      .select2-container .select2-dropdown .select2-results__option.select2-results__option--selected, .select2-container .select2-dropdown .select2-results__option:hover {
        color: var(--white);
        background: var(--red); }

#select {
  margin-top: 10px; }
  #select select {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 48px;
    padding: 2px 20px;
    margin: 0;
    border-radius: var(--border-radius);
    border: 1px solid var(--stroke);
    background: var(--white);
    cursor: pointer;
    transition: border 0.3s ease; }

.success {
  padding-top: 40px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .success {
      padding-top: 24px;
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .success .success__wrap {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 24px; } }
  @media (max-width: 991.98px) {
    .success .success__wrap {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 991.98px) {
    .success .success__col:not(:last-child) {
      margin-bottom: 40px; } }
  .success .success__col:nth-child(2n + 1) {
    width: 100%; }
    @media (min-width: 992px) {
      .success .success__col:nth-child(2n + 1) {
        grid-column: span 4; } }
    @media (max-width: 991.98px) {
      .success .success__col:nth-child(2n + 1) {
        order: 2; } }
  @media (min-width: 992px) {
    .success .success__col:nth-child(2n + 2) {
      position: sticky;
      top: 25px;
      height: fit-content;
      grid-column: span 8;
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .success .success__col:nth-child(2n + 2) {
      order: 1; } }
  .success .success__inner:not(:last-child) {
    margin-bottom: 32px; }
  .success .success__row:not(:last-child) {
    margin-bottom: 40px; }
  .success .success__btn {
    width: 100%; }

.success-table .success-table__row {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: var(--border-radius);
  background: var(--stroke-3);
  font-size: 14px;
  line-height: 100%; }
  .success-table .success-table__row:not(:last-child) {
    margin-bottom: 2px; }

.success-table .success-table__key {
  width: 50%;
  flex-shrink: 0;
  color: var(--text);
  font-weight: 400;
  padding-right: 10px;
  align-self: start; }

.success-table .success-table__value {
  width: 50%;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--black); }
  .success-table .success-table__value.status-new {
    color: var(--green); }

.success-table .copy-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%); }

.wishlist .wishlist__table {
  width: 100%;
  padding-bottom: 28px;
  overflow-x: auto;
  scrollbar-color: var(--red) var(--stroke);
  scrollbar-width: thin; }
  .wishlist .wishlist__table::-webkit-scrollbar {
    height: 4px;
    border-radius: 4px;
    background-color: var(--stroke); }
  .wishlist .wishlist__table::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .wishlist .wishlist__table::-webkit-scrollbar-track {
    background: var(--stroke);
    border-radius: 4px; }
  .wishlist .wishlist__table::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 4px; }

.wishlist .wishlist__img {
  width: 120px;
  height: 120px;
  margin: 0 auto; }
  .wishlist .wishlist__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wishlist .wishlist__buttons {
  display: flex;
  align-items: center;
  gap: 12px; }

.wishlist table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--stroke-2); }
  .wishlist table th,
  .wishlist table td {
    vertical-align: middle;
    padding: 16px;
    border: 1px solid var(--stroke-2); }
  .wishlist table td {
    white-space: nowrap; }
    .wishlist table td:first-child {
      width: 168px;
      padding-left: 24px;
      padding-right: 24px;
      text-align: center; }
    .wishlist table td:last-child {
      padding-right: 24px; }

.wishlist .price-block .price-old {
  font-size: 12px; }

.wishlist .price-block .price-new,
.wishlist .price-block .price {
  font-size: 16px; }
  .wishlist .price-block .price-new span,
  .wishlist .price-block .price span {
    font-size: 12px;
    margin-left: 2px; }
