@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #5F4BB6;
  --theme-color-second: #07BEB8;
  --main-color: #5F4BB6;
  --accent-color: #07BEB8;
  --accent-hover-color: #18E4DE;
  --accent-click-color: #18E4DE;
  --color-text: #071013;
  --black-color: #071013;
  --black-blue: #251E42;
  --light-blue: #D9FFF7;
  --second-color: #636363;
  --grey-color: #747373;
  --light-gray: #B6B6B6;
  --white-color: #ffffff;
  --main300:#B1B5F0;
  --main200:#D3E2F2;
  --main100:#E7F0F8;
  --main50:#F2F7FB;
  --super-light: #F7FBFF;
  --green-color: #00D921;
  --yellow-color: #FFC43D;
  --red-color: #FB3640;
  --bg: #F2F7FB;
  --price-color: #071013;
  --price-old: #747373;
  --price-new: #FB3640;
  --color-link: #07BEB8;
  --color-link-hovered: #18E4DE;
  --color-title-link: #071013;
  --color-title-link-hovered: #5F4BB6; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: var(--bg);
  scroll-behavior: smooth; }
  @media (min-width: 992px) {
    html, html * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    html::-webkit-scrollbar,
    html *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    html::-webkit-scrollbar-button,
    html *::-webkit-scrollbar-button {
      display: none; }
    html::-webkit-scrollbar-track,
    html *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    html::-webkit-scrollbar-track-piece,
    html *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    html::-webkit-scrollbar-thumb,
    html *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    html::-webkit-scrollbar-corner,
    html *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

body {
  background: var(--bg);
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Nunito", serif; }
  @media (max-width: 991.98px) {
    body {
      font-size: 14px; } }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

body.filter-mobile-active {
  overflow: hidden; }
  body.filter-mobile-active .category-page-aside {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1; }
  body.filter-mobile-active #page-footer,
  body.filter-mobile-active #page-header {
    z-index: 20; }

picture {
  display: block; }

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

figure.media {
  display: block; }

svg.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important; }

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

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

a,
[js-href] {
  color: var(--color-link);
  text-decoration: none;
  cursor: pointer; }
  a, a:hover, a:active, a:focus,
  [js-href],
  [js-href]:hover,
  [js-href]:active,
  [js-href]:focus {
    outline: none; }
  @media (any-hover: hover) {
    a:hover,
    [js-href]:hover {
      color: var(--color-link-hovered);
      text-decoration: underline; } }
  a:focus,
  [js-href]:focus {
    color: var(--color-link-hovered);
    text-decoration: underline; }

.clearfix {
  clear: both; }

.clear-after:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body #page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#page-header {
  position: relative;
  z-index: 35; }

#page-content {
  position: relative;
  z-index: 25;
  padding-top: 112px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    #page-content {
      padding-top: 60px;
      padding-bottom: 40px; } }
  #page-content:after {
    content: "";
    clear: both; }

#page-footer {
  position: relative;
  z-index: 30; }

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

section.section-block {
  position: relative;
  z-index: 3; }

.page-delivery .page-title:not(:last-child),
.page-regular .page-title:not(:last-child) {
  margin-bottom: 20px; }

.page-delivery .page-description:not(:last-child),
.page-regular .page-description:not(:last-child) {
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .page-delivery .page-description:not(:last-child),
    .page-regular .page-description:not(:last-child) {
      margin-bottom: 20px; } }

.regular-wrap {
  background: var(--white-color);
  padding: 32px;
  border-radius: 32px; }
  @media (max-width: 991.98px) {
    .regular-wrap {
      padding: 24px 12px;
      border-radius: 16px; } }

a.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px; }
  a.phone .quote {
    font-weight: 500; }

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .date {
      font-size: 12px; } }

[js-copy-text] {
  position: relative;
  cursor: pointer; }

.fnx-tooltip {
  --br: 4px;
  --bg: white;
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: var(--br);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 4px 15px;
  margin-bottom: 10px;
  font-size: 12px;
  pointer-events: none; }
  .fnx-tooltip:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--bg);
    border-radius: var(--br); }
  .fnx-tooltip:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    background: var(--bg);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.status-mark {
  position: relative;
  padding-left: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .status-mark:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 100%;
    background: #000000; }
  .status-mark-green:before {
    background: #2ed513; }
  .status-mark-green-dark:before {
    background: #02351c; }
  .status-mark-yellow:before {
    background: #deab3b; }
  .status-mark-orange:before {
    background: #ff7a00; }
  .status-mark-gray:before {
    background: #d3d3d3; }
  .status-mark-red:before {
    background: #b80c09; }
  .status-mark-blue:before {
    background: #1b52c7; }

.icon-arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: rgba(7, 190, 184, 0.08);
  color: var(--accent-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .icon-arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 6px; }
  .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic {
    --swiper-pagination-bottom: 0; }
    .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; }
      .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
        opacity: 1 !important;
        visibility: visible;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><path d="M10.0253 8.37748C9.47829 7.85949 8.7536 7.5708 8.00027 7.5708C7.24694 7.5708 6.52225 7.85949 5.97527 8.37748L3.53277 10.6875C2.13277 11.96 3.14277 14.3925 5.03277 14.2975C6.05777 14.27 6.89027 13.745 7.99777 13.765C9.14527 13.745 9.99777 14.2075 11.0278 14.2975C12.8853 14.34 13.8453 11.935 12.4653 10.6875L10.0253 8.37748Z" fill="%23BCD0E5"/><path d="M14.2336 4.98266C13.2786 4.79516 12.5486 5.85766 12.3586 6.77266C11.7886 9.60516 14.5336 10.1452 15.1761 7.39766C15.4386 6.22016 15.0236 5.15766 14.2336 4.98266Z" fill="%23BCD0E5"/><path d="M10.1809 6.51259C11.1309 6.51259 11.9034 5.43259 11.9034 4.10759C11.8084 0.917588 8.55344 0.917588 8.46094 4.10759C8.46094 5.43259 9.23344 6.51259 10.1809 6.51259Z" fill="%23BCD0E5"/><path d="M3.64577 6.7726C3.45827 5.8576 2.72577 4.7951 1.77077 4.9826C0.000772655 5.4301 0.750773 9.2026 2.48077 9.2126C3.46077 9.1801 3.91327 8.0426 3.64577 6.7726Z" fill="%23BCD0E5"/><path d="M5.82016 6.51259C6.76766 6.51259 7.54016 5.43259 7.54016 4.10759C7.44766 0.917588 4.19266 0.917588 4.09766 4.10759C4.09766 5.43259 4.87016 6.51259 5.82016 6.51259Z" fill="%23BCD0E5"/></svg>') center no-repeat;
        background-size: contain; }
      .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><path d="M10.0253 8.37748C9.47829 7.85949 8.7536 7.5708 8.00027 7.5708C7.24694 7.5708 6.52225 7.85949 5.97527 8.37748L3.53277 10.6875C2.13277 11.96 3.14277 14.3925 5.03277 14.2975C6.05777 14.27 6.89027 13.745 7.99777 13.765C9.14527 13.745 9.99777 14.2075 11.0278 14.2975C12.8853 14.34 13.8453 11.935 12.4653 10.6875L10.0253 8.37748Z" fill="%235F4BB6"/><path d="M14.2336 4.98266C13.2786 4.79516 12.5486 5.85766 12.3586 6.77266C11.7886 9.60516 14.5336 10.1452 15.1761 7.39766C15.4386 6.22016 15.0236 5.15766 14.2336 4.98266Z" fill="%235F4BB6"/><path d="M10.1809 6.51259C11.1309 6.51259 11.9034 5.43259 11.9034 4.10759C11.8084 0.917588 8.55344 0.917588 8.46094 4.10759C8.46094 5.43259 9.23344 6.51259 10.1809 6.51259Z" fill="%235F4BB6"/><path d="M3.64577 6.7726C3.45827 5.8576 2.72577 4.7951 1.77077 4.9826C0.000772655 5.4301 0.750773 9.2026 2.48077 9.2126C3.46077 9.1801 3.91327 8.0426 3.64577 6.7726Z" fill="%235F4BB6"/><path d="M5.82016 6.51259C6.76766 6.51259 7.54016 5.43259 7.54016 4.10759C7.44766 0.917588 4.19266 0.917588 4.09766 4.10759C4.09766 5.43259 4.87016 6.51259 5.82016 6.51259Z" fill="%235F4BB6"/></svg>') center no-repeat; }
      .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
        opacity: 0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><path d="M10.0253 8.37748C9.47829 7.85949 8.7536 7.5708 8.00027 7.5708C7.24694 7.5708 6.52225 7.85949 5.97527 8.37748L3.53277 10.6875C2.13277 11.96 3.14277 14.3925 5.03277 14.2975C6.05777 14.27 6.89027 13.745 7.99777 13.765C9.14527 13.745 9.99777 14.2075 11.0278 14.2975C12.8853 14.34 13.8453 11.935 12.4653 10.6875L10.0253 8.37748Z" fill="%23BCD0E5"/><path d="M14.2336 4.98266C13.2786 4.79516 12.5486 5.85766 12.3586 6.77266C11.7886 9.60516 14.5336 10.1452 15.1761 7.39766C15.4386 6.22016 15.0236 5.15766 14.2336 4.98266Z" fill="%23BCD0E5"/><path d="M10.1809 6.51259C11.1309 6.51259 11.9034 5.43259 11.9034 4.10759C11.8084 0.917588 8.55344 0.917588 8.46094 4.10759C8.46094 5.43259 9.23344 6.51259 10.1809 6.51259Z" fill="%23BCD0E5"/><path d="M3.64577 6.7726C3.45827 5.8576 2.72577 4.7951 1.77077 4.9826C0.000772655 5.4301 0.750773 9.2026 2.48077 9.2126C3.46077 9.1801 3.91327 8.0426 3.64577 6.7726Z" fill="%23BCD0E5"/><path d="M5.82016 6.51259C6.76766 6.51259 7.54016 5.43259 7.54016 4.10759C7.44766 0.917588 4.19266 0.917588 4.09766 4.10759C4.09766 5.43259 4.87016 6.51259 5.82016 6.51259Z" fill="%23BCD0E5"/></svg>') center no-repeat;
    background-size: contain; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><path d="M10.0253 8.37748C9.47829 7.85949 8.7536 7.5708 8.00027 7.5708C7.24694 7.5708 6.52225 7.85949 5.97527 8.37748L3.53277 10.6875C2.13277 11.96 3.14277 14.3925 5.03277 14.2975C6.05777 14.27 6.89027 13.745 7.99777 13.765C9.14527 13.745 9.99777 14.2075 11.0278 14.2975C12.8853 14.34 13.8453 11.935 12.4653 10.6875L10.0253 8.37748Z" fill="%235F4BB6"/><path d="M14.2336 4.98266C13.2786 4.79516 12.5486 5.85766 12.3586 6.77266C11.7886 9.60516 14.5336 10.1452 15.1761 7.39766C15.4386 6.22016 15.0236 5.15766 14.2336 4.98266Z" fill="%235F4BB6"/><path d="M10.1809 6.51259C11.1309 6.51259 11.9034 5.43259 11.9034 4.10759C11.8084 0.917588 8.55344 0.917588 8.46094 4.10759C8.46094 5.43259 9.23344 6.51259 10.1809 6.51259Z" fill="%235F4BB6"/><path d="M3.64577 6.7726C3.45827 5.8576 2.72577 4.7951 1.77077 4.9826C0.000772655 5.4301 0.750773 9.2026 2.48077 9.2126C3.46077 9.1801 3.91327 8.0426 3.64577 6.7726Z" fill="%235F4BB6"/><path d="M5.82016 6.51259C6.76766 6.51259 7.54016 5.43259 7.54016 4.10759C7.44766 0.917588 4.19266 0.917588 4.09766 4.10759C4.09766 5.43259 4.87016 6.51259 5.82016 6.51259Z" fill="%235F4BB6"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px; } }
  @media (max-width: 991.98px) {
    .swiper-pagination {
      --swiper-pagination-bullet-horizontal-gap: 4px; } }

.swiper-watch-progress {
  position: relative;
  overflow: visible !important; }
  .swiper-watch-progress .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .swiper-watch-progress .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 12px;
  margin-top: -20px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--white);
  border-radius: 100px;
  background: var(--main-color);
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus {
    background: var(--light-blue); }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after,
    .swiper-button-prev:hover::after,
    .swiper-button-prev:focus::after {
      color: var(--accent-color); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: var(--white-color);
    font-weight: 800; }

.swiper-button-prev {
  left: 0 !important; }
  .swiper-button-prev::after {
    left: calc(50% - 1px); }

.swiper-button-next {
  right: 0 !important; }

.swiper-pagination-fraction {
  --swiper-pagination-fraction-color: var(--white);
  min-width: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; }
  .swiper-pagination-fraction .swiper-pagination-current {
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px; }

.swiper-nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding-top: 24px; }
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    position: relative;
    margin-top: 0 !important; }
  @media (max-width: 991.98px) {
    .swiper-nav {
      padding-top: 28px; }
      .swiper-nav .swiper-button-next,
      .swiper-nav .swiper-button-prev {
        display: none; }
      .swiper-nav .swiper-pagination {
        --swiper-pagination-bottom: 0; } }

[js-show-more-wrap] {
  position: relative; }
  [js-show-more-wrap]:not(.no-active) {
    max-height: 428px;
    overflow: hidden;
    padding-bottom: 104px !important; }
    @media (max-width: 991.98px) {
      [js-show-more-wrap]:not(.no-active) {
        padding-bottom: 68px !important; } }
  [js-show-more-wrap].no-active::before {
    display: none; }
  [js-show-more-wrap].no-active [js-btn-show-more] {
    display: none; }
  [js-show-more-wrap]::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 168px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(38%, rgba(255, 255, 255, 0.9)), color-stop(40%, white), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 38%, white 40%, white 100%);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (max-width: 991.98px) {
      [js-show-more-wrap]::before {
        height: 108px; } }
  [js-show-more-wrap] [js-btn-show-more] {
    position: absolute;
    z-index: 100;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 992px) {
      [js-show-more-wrap] [js-btn-show-more] {
        width: calc(100% - 64px); } }
    @media (max-width: 991.98px) {
      [js-show-more-wrap] [js-btn-show-more] {
        width: calc(100% - 24px);
        bottom: 16px;
        font-size: 14px;
        min-height: 40px; } }
  [js-show-more-wrap].active {
    max-height: 100%; }
    [js-show-more-wrap].active::before {
      opacity: 0; }
    [js-show-more-wrap].active [js-btn-show-more] .show {
      display: none; }
    [js-show-more-wrap].active [js-btn-show-more] .hide {
      display: block; }
    [js-show-more-wrap].active [js-btn-show-more] .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

html {
  scroll-padding-top: 20px; }

body.catalog-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.catalog-opened #page-header {
    padding-right: var(--scrollbar-width); }
    body.catalog-opened #page-header::before {
      opacity: 1; }
    body.catalog-opened #page-header .header-menu-mobile {
      z-index: 1000; }
      @media (max-width: 991.98px) {
        body.catalog-opened #page-header .header-menu-mobile {
          z-index: 0;
          pointer-events: none !important;
          -webkit-transform: translateX(-100%) !important;
              -ms-transform: translateX(-100%) !important;
                  transform: translateX(-100%) !important; } }
    @media (max-width: 991.98px) {
      body.catalog-opened #page-header .header-bottom {
        opacity: 0;
        pointer-events: none; } }
  body.catalog-opened .catalog-drop {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    @media (max-width: 991.98px) {
      body.catalog-opened .catalog-drop {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

body.menu-opened {
  overflow: hidden; }
  body.menu-opened #mobile-nav {
    z-index: 1; }
  body.menu-opened #page-header .header-top::after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  body.menu-opened #page-header .header-menu-mobile {
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }

#page-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #page-header::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #page-header.checkout-header {
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--main-color); }
    @media (max-width: 991.98px) {
      #page-header.checkout-header {
        min-height: 60px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    #page-header.checkout-header::before {
      display: none; }
    #page-header.checkout-header > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .logo-wrap {
        max-width: 140px; } }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap {
        display: block; } }
    #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
      color: var(--white);
      margin-right: 4px; }
      @media (max-width: 991.98px) {
        #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
          width: 12px;
          height: 12px; } }
    #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown {
        right: 0;
        left: auto;
        -webkit-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
                transform: translate(0, -10px); }
        #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--accent-color);
      margin-left: 9px; }
      #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-icon .ic {
        color: var(--white-color);
        margin-left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    #page-header.checkout-header .cellphones-dropdown-wrap .phone {
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      color: var(--white); }
      @media (max-width: 991.98px) {
        #page-header.checkout-header .cellphones-dropdown-wrap .phone {
          font-size: 14px;
          line-height: 1.4; } }
  #page-header.header-scroll .header-top {
    margin-top: -40px; }
  #page-header .header-top {
    width: 100%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background: var(--bg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991.98px) {
      #page-header .header-top {
        position: relative; }
        #page-header .header-top::after {
          content: "";
          position: absolute;
          z-index: 101;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: var(--white-color);
          -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%);
          pointer-events: none;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; } }
    @media (max-width: 991.98px) {
      #page-header .header-top {
        display: none; } }
    #page-header .header-top > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px; }
  #page-header .header-bottom {
    width: 100%;
    background: var(--main-color); }
    @media (max-width: 991.98px) {
      #page-header .header-bottom {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    #page-header .header-bottom > .container {
      position: relative;
      min-height: 72px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 8px;
      padding-bottom: 8px;
      gap: 28px; }
      @media (max-width: 991.98px) {
        #page-header .header-bottom > .container {
          padding-top: 10px;
          padding-bottom: 10px;
          gap: 8px;
          min-height: 60px; } }
    @media (max-width: 991.98px) {
      #page-header .header-bottom .header-actions {
        display: none; } }
  #page-header .header-location {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 24px;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
    #page-header .header-location .icon {
      width: 16px;
      height: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: var(--main-color); }
    #page-header .header-location::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 12px;
      border-radius: 8px;
      background: #d9d9d9;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 222px; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        margin-right: auto;
        max-width: 172px; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -4px;
    right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 22px;
    min-width: 22px;
    padding: 2px 3px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    background: var(--accent-color); }
    @media (max-width: 991.98px) {
      #page-header .head-qty {
        top: 12px;
        right: 16px;
        height: 16px;
        min-width: 16px;
        font-size: 10px; } }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-btn {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color); }
    #page-header .header-btn:focus {
      background: var(--accent-color); }
    #page-header .header-btn .icon,
    #page-header .header-btn .ic {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        background: var(--accent-color); } }
    #page-header .header-btn .head-qty {
      border: none;
      background: var(--accent-color);
      color: var(--white-color); }
    @media (max-width: 991.98px) {
      #page-header .header-btn {
        min-width: 72px;
        width: 72px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 6px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 0;
        color: var(--main-color); }
        #page-header .header-btn::after {
          content: attr(data-value);
          display: block;
          color: var(--main-color);
          text-align: center;
          font-size: 12px;
          font-weight: 400;
          line-height: 1.4; }
        #page-header .header-btn.active {
          color: var(--accent-color); }
          #page-header .header-btn.active::after {
            color: var(--accent-color); } }
  #page-header .header-actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  #page-header .catalog-btn {
    min-width: 160px;
    min-height: 48px;
    padding: 12px 24px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    text-transform: none;
    border: none;
    line-height: 1.4;
    background: var(--accent-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #page-header .catalog-btn .icon {
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #page-header .catalog-btn.active .icon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        min-height: 46px;
        padding: 10px 16px;
        border-radius: 12px; } }
    @media (any-hover: hover) {
      #page-header .catalog-btn:hover {
        background: var(--accent-hover-color); } }
    #page-header .catalog-btn:focus {
      background: var(--accent-click-color); }
  #page-header .header-search {
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      #page-header .header-search {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }
    @media (max-width: 991.98px) {
      #page-header .header-search {
        margin-left: auto;
        width: auto; } }
    @media (max-width: 991.98px) {
      #page-header .header-search .search-form {
        display: none; } }
  #page-header .header-search-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 100px;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }
    @media (min-width: 992px) {
      #page-header .header-search-btn {
        display: none; } }
    #page-header .header-search-btn .icon {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: var(--white-color); }
    #page-header .header-search-btn.btn-search-active {
      background: var(--accent-color); }
      #page-header .header-search-btn.btn-search-active .icon {
        color: var(--white-color); }
  @media (min-width: 992px) {
    #page-header .header-catalog.main-page {
      display: none; } }
  @media (max-width: 991.98px) {
    #page-header .header-languages.desktop,
    #page-header .header-pages.desktop,
    #page-header .header-catalog.desktop {
      display: none; } }
  @media (min-width: 992px) {
    #page-header .header-languages.mobile,
    #page-header .header-pages.mobile,
    #page-header .header-catalog.mobile {
      display: none; } }

#mobile-nav {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: var(--white-color);
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav .home-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  #mobile-nav .catalog-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    #mobile-nav .catalog-wrapper .catalog-btn {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.4;
      text-transform: none;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 16px 0;
      gap: 6px;
      min-width: 72px;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      background: transparent;
      color: var(--main-color);
      border: none; }
      #mobile-nav .catalog-wrapper .catalog-btn .icon {
        position: static;
        width: 24px;
        height: 24px;
        padding: 1px;
        color: var(--main-color); }
  #mobile-nav .btn-cart {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  #mobile-nav .btn-favorites {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  #mobile-nav .profile-header {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

@media (min-width: 992px) {
  .profile-header {
    position: relative; }
    .profile-header::before {
      content: "";
      position: fixed;
      z-index: 105;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 100vh;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.24);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }

.profile-header.active::before {
  opacity: 1; }

.profile-header.active .header-btn {
  z-index: 110 !important;
  color: var(--accent-color) !important;
  background: rgba(255, 255, 255, 0.1) !important; }

.profile-header.active .account-aside {
  opacity: 1;
  pointer-events: initial; }
  @media (min-width: 992px) {
    .profile-header.active .account-aside {
      -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); } }
  @media (max-width: 991.98px) {
    .profile-header.active .account-aside {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.profile-header .account-aside {
  z-index: 1000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none; }
  @media (min-width: 992px) {
    .profile-header .account-aside {
      position: absolute;
      top: calc(100% + 4px);
      left: 50%;
      width: 324px;
      border-radius: 24px;
      -webkit-transform: translateX(-50%) translateY(-10px);
          -ms-transform: translateX(-50%) translateY(-10px);
              transform: translateX(-50%) translateY(-10px); } }
  @media (max-width: 991.98px) {
    .profile-header .account-aside {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      width: 100dvw;
      height: 100dvh;
      max-height: 100dvh;
      overflow-y: auto;
      padding: 72px 12px 24px; } }
  .profile-header .account-aside .account-aside-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    padding: 12px;
    background: var(--main-color); }
    @media (min-width: 992px) {
      .profile-header .account-aside .account-aside-top {
        display: none; } }
  .profile-header .account-aside .account-aside-head {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2; }
  .profile-header .account-aside .account-aside-close {
    position: relative;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .profile-header .account-aside .account-aside-close:hover, .profile-header .account-aside .account-aside-close:focus {
      background: var(--accent-color); }
    .profile-header .account-aside .account-aside-close::before, .profile-header .account-aside .account-aside-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      border-radius: 0.5em;
      background-color: var(--light-gray); }
      @media (max-width: 991.98px) {
        .profile-header .account-aside .account-aside-close::before, .profile-header .account-aside .account-aside-close::after {
          width: 18px;
          background-color: var(--white-color); } }
    .profile-header .account-aside .account-aside-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .profile-header .account-aside .account-aside-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .profile-header .account-aside .account-aside-close .icon {
      display: none; }

.header-menu-mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  scrollbar-color: var(--theme-color-main) var(--bg);
  scrollbar-width: thin; }
  @media (min-width: 992px) {
    .header-menu-mobile {
      display: none; } }
  .header-menu-mobile::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: var(--main-color); }
  .header-menu-mobile .header-menu-mobile-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    padding: 60px 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-menu-mobile-top {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px; }
    .header-menu-mobile .header-menu-mobile-top::after, .header-menu-mobile .header-menu-mobile-top::before {
      content: "";
      position: absolute;
      left: 50%;
      width: calc(100% + 24px);
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.2); }
    .header-menu-mobile .header-menu-mobile-top::before {
      top: 0; }
    .header-menu-mobile .header-menu-mobile-top::after {
      bottom: 0; }
  .header-menu-mobile .catalog-btn {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .header-menu-mobile .special-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 16px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 12px;
    background: var(--red-color); }
    .header-menu-mobile .special-offers::before {
      content: "";
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 18px;
      height: 18px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M16.5627 7.1303L16.054 6.6214C15.9317 6.49935 15.8347 6.3544 15.7684 6.19483C15.7022 6.03526 15.6681 5.8642 15.668 5.69142V4.97176C15.6673 4.27163 15.3888 3.60039 14.8938 3.10533C14.3988 2.61026 13.7277 2.33182 13.0277 2.33109H12.3083C12.1353 2.33304 11.9637 2.29983 11.8038 2.23349C11.644 2.16714 11.4993 2.06903 11.3785 1.9451L10.8697 1.4364C9.84341 0.410035 8.168 0.410035 7.13288 1.4364L6.62417 1.9453C6.50335 2.06922 6.35865 2.16732 6.19882 2.23367C6.03899 2.30001 5.86736 2.33323 5.69431 2.33129H4.97503C4.27499 2.33201 3.60382 2.61045 3.10881 3.10552C2.6138 3.60058 2.33539 4.27183 2.33466 4.97197V5.69163C2.33658 5.8647 2.30337 6.03635 2.23703 6.1962C2.17068 6.35606 2.07258 6.50078 1.94868 6.6216L1.43992 7.1303C0.945554 7.62648 0.667969 8.29839 0.667969 8.99886C0.667969 9.69932 0.945554 10.3712 1.43992 10.8674L1.94868 11.3763C2.07257 11.4972 2.17065 11.6419 2.237 11.8017C2.30334 11.9616 2.33657 12.1332 2.33466 12.3063V13.0255C2.33534 13.7257 2.61374 14.397 3.10875 14.8921C3.60376 15.3872 4.27496 15.6657 4.97503 15.6664H5.69431C5.86736 15.6645 6.03899 15.6977 6.19882 15.7641C6.35865 15.8304 6.50335 15.9285 6.62417 16.0524L7.13288 16.5614C7.62907 17.0557 8.30092 17.3333 9.0013 17.3333C9.70168 17.3333 10.3735 17.0557 10.8697 16.5614L11.3785 16.0527C11.4993 15.9287 11.644 15.8306 11.8038 15.7643C11.9637 15.6979 12.1353 15.6647 12.3083 15.6667H13.0277C13.7277 15.6659 14.3989 15.3875 14.8939 14.8923C15.3889 14.3972 15.6673 13.726 15.668 13.0258V12.3063C15.6681 12.1335 15.7022 11.9624 15.7684 11.8029C15.8347 11.6433 15.9317 11.4983 16.054 11.3763L16.5627 10.8674C17.057 10.3712 17.3346 9.69928 17.3346 8.99882C17.3346 8.29835 17.057 7.62648 16.5627 7.1303ZM6.80834 5.70898C7.0252 5.70898 7.2372 5.7733 7.41752 5.8938C7.59784 6.0143 7.73838 6.18558 7.82137 6.38596C7.90436 6.58635 7.92608 6.80685 7.88377 7.01958C7.84146 7.2323 7.73703 7.42771 7.58368 7.58108C7.43033 7.73444 7.23495 7.83889 7.02225 7.8812C6.80955 7.92352 6.58908 7.9018 6.38872 7.8188C6.18836 7.7358 6.01711 7.59524 5.89663 7.41489C5.77614 7.23455 5.71183 7.02253 5.71183 6.80563C5.71194 6.51482 5.8275 6.23594 6.03311 6.03031C6.23872 5.82467 6.51756 5.70909 6.80834 5.70898ZM11.1943 12.2888C10.9774 12.2888 10.7654 12.2245 10.5851 12.104C10.4048 11.9835 10.2642 11.8122 10.1812 11.6118C10.0982 11.4114 10.0765 11.1909 10.1188 10.9782C10.1611 10.7655 10.2656 10.5701 10.4189 10.4167C10.5723 10.2633 10.7676 10.1589 10.9803 10.1166C11.1931 10.0742 11.4135 10.096 11.6139 10.179C11.8142 10.262 11.9855 10.4025 12.106 10.5829C12.2265 10.7632 12.2908 10.9752 12.2908 11.1921C12.2907 11.4829 12.1751 11.7618 11.9695 11.9675C11.7639 12.1731 11.485 12.2887 11.1943 12.2888ZM12.2557 6.98982L6.99255 12.2537C6.8257 12.4159 6.60244 12.5071 6.36973 12.5081C6.13735 12.5055 5.91468 12.4145 5.74695 12.2537C5.58258 12.088 5.49034 11.8641 5.49034 11.6308C5.49034 11.3974 5.58258 11.1736 5.74695 11.0079L11.0101 5.7441C11.0919 5.66231 11.189 5.59742 11.2958 5.55315C11.4027 5.50888 11.5172 5.4861 11.6329 5.48609C11.7485 5.48609 11.8631 5.50887 11.9699 5.55314C12.0768 5.59741 12.1739 5.66229 12.2557 5.74408C12.3375 5.82588 12.4023 5.92298 12.4466 6.02986C12.4909 6.13673 12.5137 6.25127 12.5137 6.36695C12.5137 6.48263 12.4909 6.59717 12.4466 6.70404C12.4024 6.81092 12.3375 6.90803 12.2557 6.98982Z" fill="white"/></svg>') center no-repeat; }
  .header-menu-mobile .cellphones-dropdown-title,
  .header-menu-mobile .header-menu-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2; }
    .header-menu-mobile .cellphones-dropdown-title:not(:last-child),
    .header-menu-mobile .header-menu-title:not(:last-child) {
      margin-bottom: 12px; }
  .header-menu-mobile .cellphones-dropdown {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
    .header-menu-mobile .cellphones-dropdown .cellphones-dropdown-title {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      margin-bottom: 4px; }
    .header-menu-mobile .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 42px;
      padding: 4px 10px;
      color: var(--white-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 12px;
      white-space: nowrap;
      background: rgba(255, 255, 255, 0.1); }
      .header-menu-mobile .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        background-size: contain; }
      .header-menu-mobile .cellphones-dropdown .phone.po-hotline::before {
        border-radius: 50%;
        background: #07beb8 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><g clip-path="url(%23clip0_955_33205)"><path d="M11.6725 9.30679L9.99788 7.63215C9.39979 7.03407 8.38305 7.27333 8.14382 8.05081C7.96439 8.58911 7.3663 8.88815 6.82803 8.76852C5.63186 8.46947 4.01703 6.91445 3.71799 5.65848C3.53857 5.12018 3.89742 4.52209 4.43569 4.34269C5.2132 4.10346 5.45244 3.08671 4.85435 2.48863L3.17972 0.813994C2.70125 0.395335 1.98355 0.395335 1.56489 0.813994L0.428528 1.95035C-0.707832 3.14652 0.548145 6.31637 3.35914 9.12737C6.17014 11.9384 9.33998 13.2542 10.5362 12.058L11.6725 10.9216C12.0912 10.4432 12.0912 9.72545 11.6725 9.30679Z" fill="white"/></g><defs><clipPath id="clip0_955_33205"><rect width="12" height="12" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat; }
      .header-menu-mobile .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      .header-menu-mobile .cellphones-dropdown .phone.po-kyivstar::before {
        border-radius: 50%;
        background: #00a0ff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M9 2.81427V6.54284V2.81427Z" fill="black"/><path d="M9 2.81427V6.54284" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M15.6602 7.78937L12.2126 8.94156L15.6602 7.78937Z" fill="black"/><path d="M15.6602 7.78937L12.2126 8.94156" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M13.1172 15.8392L10.9865 12.8227L13.1172 15.8392Z" fill="black"/><path d="M13.1172 15.8392L10.9865 12.8227" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M4.88672 15.8392L7.01744 12.8227L4.88672 15.8392Z" fill="black"/><path d="M4.88672 15.8392L7.01744 12.8227" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M2.34375 7.78937L5.79133 8.94156L2.34375 7.78937Z" fill="black"/><path d="M2.34375 7.78937L5.79133 8.94156" stroke="white" stroke-width="2.5" stroke-linecap="round"/></svg>') center no-repeat; }
      .header-menu-mobile .cellphones-dropdown .phone.po-vodafone::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g clip-path="url(%23clip0_956_33223)"><path d="M12.0004 24.5008C18.628 24.5008 24.0008 19.128 24.0008 12.5004C24.0008 5.87276 18.628 0.5 12.0004 0.5C5.37276 0.5 0 5.87276 0 12.5004C0 19.128 5.37276 24.5008 12.0004 24.5008Z" fill="%23E60000"/><path d="M12.0956 19.1506C8.81896 19.1613 5.4092 16.365 5.39457 11.8738C5.38533 8.90356 6.98708 6.04182 9.03525 4.34848C11.0365 2.69439 13.7697 1.63298 16.252 1.62451C16.5714 1.62451 16.9054 1.64991 17.1102 1.71918C14.9396 2.16946 13.2124 4.18915 13.2201 6.48055C13.2199 6.54548 13.2248 6.61034 13.2347 6.67451C16.8662 7.55889 18.5149 9.75331 18.5249 12.7821C18.5349 15.8108 16.1411 19.1367 12.0956 19.1506Z" fill="white"/></g><defs><clipPath id="clip0_956_33223"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat; }
  .header-menu-mobile .header-contacts {
    position: relative;
    padding-top: 16px;
    margin-top: auto; }
    .header-menu-mobile .header-contacts::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(100% + 24px);
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.2); }
  .header-menu-mobile .header-languages {
    position: relative;
    padding-top: 16px; }
    .header-menu-mobile .header-languages::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(100% + 24px);
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.2); }
  .header-menu-mobile::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .header-menu-mobile::-webkit-scrollbar-track {
    background: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-track-piece {
    background: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-thumb {
    background: var(--theme-color-main);
    border-radius: 4px; }

.hamburger {
  position: relative;
  z-index: 102;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }
  .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
    height: 2px; }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 1), .hamburger.trigger-active .hamburger-line:nth-child(3n + 1) {
      -webkit-transform: translateY(7px) rotate(-45deg);
          -ms-transform: translateY(7px) rotate(-45deg);
              transform: translateY(7px) rotate(-45deg); }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 2), .hamburger.trigger-active .hamburger-line:nth-child(3n + 2) {
      opacity: 0;
      left: 100%; }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 3), .hamburger.trigger-active .hamburger-line:nth-child(3n + 3) {
      -webkit-transform: translateY(-7px) rotate(45deg);
          -ms-transform: translateY(-7px) rotate(45deg);
              transform: translateY(-7px) rotate(45deg); }
  .hamburger .hamburger-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 0.2em;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hamburger .hamburger-line:nth-child(3n + 1) {
      top: 2px; }
    .hamburger .hamburger-line:nth-child(3n + 2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .hamburger .hamburger-line:nth-child(3n + 3) {
      bottom: 2px; }

.catalog-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  width: auto;
  min-width: 324px;
  min-height: 554px;
  padding: 8px;
  background: var(--white-color);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .catalog-drop {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
      border-radius: 16px; } }
  @media (max-width: 991.98px) {
    .catalog-drop {
      position: fixed;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 16px 12px;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0;
      overflow: hidden;
      background: var(--main-color); } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding-bottom: 16px;
    background: var(--main-color); }
    .catalog-drop .catalog-drop-top::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: calc(100% + 24px);
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.1); }
    .catalog-drop .catalog-drop-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-top {
        display: none; } }
  .catalog-drop .catalog-drop-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--white-color);
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    text-overflow: ellipsis; }
  .catalog-drop .header-menu-close {
    top: -4px;
    right: 0; }
  .catalog-drop .nav-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-drop .catalog-drop-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4px 0;
    border-bottom: 1px solid #f2f2f2; }
    @media (max-width: 1199.98px) {
      .catalog-drop .catalog-drop-item {
        width: 33.333%; } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-item {
        width: 50%;
        padding: 0;
        border-bottom: none; }
        .catalog-drop .catalog-drop-item:not(:last-child) {
          margin-bottom: 4px; } }
    @media (max-width: 767.98px) {
      .catalog-drop .catalog-drop-item {
        width: 100%; } }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .catalog-drop-item.sub-in:hover > .sub-list-wrap, .catalog-drop .catalog-drop-item.sub-in:focus > .sub-list-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-item.sub-in.active > .sub-list-wrap {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        left: 0; } }
    .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-link > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media (min-width: 992px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 991.98px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(0deg) !important;
          -ms-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; } }
  .catalog-drop .sub-item.sub-in.accordion-open > a > .icon {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .catalog-drop .catalog-drop-link {
    position: relative;
    z-index: 100;
    width: 100%;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    padding: 12px 16px 12px 12px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 8px;
    background: transparent;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .catalog-drop .catalog-drop-link img {
      width: 24px;
      height: 24px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
      @media (max-width: 991.98px) {
        .catalog-drop .catalog-drop-link img {
          width: 20px;
          height: 20px; } }
    .catalog-drop .catalog-drop-link .icon-arrow {
      margin-left: auto;
      z-index: 1000; }
    .catalog-drop .catalog-drop-link:hover, .catalog-drop .catalog-drop-link:focus {
      text-decoration: none;
      color: var(--white-color); }
      .catalog-drop .catalog-drop-link:hover::before, .catalog-drop .catalog-drop-link:focus::before {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .catalog-drop .catalog-drop-link:hover .icon-arrow, .catalog-drop .catalog-drop-link:focus .icon-arrow {
        background: var(--accent-color);
        color: var(--white-color); }
      @media (max-width: 991.98px) {
        .catalog-drop .catalog-drop-link:hover, .catalog-drop .catalog-drop-link:focus {
          color: var(--black-color); } }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background: var(--main-color);
        opacity: 0;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .catalog-drop .catalog-drop-link::after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0;
        left: 100%;
        width: 50px;
        height: 100%; } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-link {
        min-height: 44px;
        padding: 10px 16px;
        gap: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        border-radius: 12px;
        background: var(--white-color); }
        .catalog-drop .catalog-drop-link .icon-arrow::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 44px;
          height: 44px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .catalog-drop .sub-list-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    min-height: 52px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 0;
    padding: 8px 0;
    text-transform: none; }
    .catalog-drop .sub-list-btn::before {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6 11L0.999999 6L6 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list-btn {
        display: none; } }
  .catalog-drop .sub-list-wrap {
    position: absolute;
    top: 0;
    left: calc(100% + 4px);
    height: 100%;
    width: 100%;
    padding: 8px;
    background: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list-wrap {
        border-radius: 16px;
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px); } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-wrap {
        position: fixed;
        z-index: 10000;
        top: 56px;
        padding: 0 12px;
        height: calc(100% - 56px);
        left: 100%;
        background: var(--main-color); } }
    .catalog-drop .sub-list-wrap .sub-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 100%; }
      @media (max-width: 991.98px) {
        .catalog-drop .sub-list-wrap .sub-list {
          row-gap: 4px;
          max-height: calc(100% - 52px);
          padding-bottom: 16px; } }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .sub-list-wrap.lv-2 li:hover .sub-list-wrap.lv-3, .catalog-drop .sub-list-wrap.lv-2 li:focus .sub-list-wrap.lv-3 {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-wrap.lv-2 li.active > .sub-list-wrap {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        left: 0; } }
    .catalog-drop .sub-list-wrap .accordion-open > a .icon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .catalog-drop .sub-list-wrap .sub-in > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .sub-list-wrap li:hover .sub-list-wrap.lv-2, .catalog-drop .sub-list-wrap li:focus .sub-list-wrap.lv-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-wrap li.active > .sub-list-wrap {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        left: 0; } }

body.favorites-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.favorites-opened #page-header {
    padding-right: var(--scrollbar-width); }
  body.favorites-opened #favoritesModal {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
    body.favorites-opened #favoritesModal::before {
      opacity: 1;
      visibility: visible; }
    body.favorites-opened #favoritesModal .favorites-modal-body {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      pointer-events: initial;
      visibility: visible;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  body.favorites-opened.fancybox-active #favoritesModal {
    z-index: 100; }

#favoritesModal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  #favoritesModal::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  #favoritesModal .favorites-modal-body {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 748px;
    margin-left: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    height: 100%;
    padding: 24px 32px;
    background: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    visibility: hidden; }
    @media (max-width: 991.98px) {
      #favoritesModal .favorites-modal-body {
        padding: 0 12px 16px;
        max-width: 100%;
        row-gap: 16px; } }
  #favoritesModal .modal-heading {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      #favoritesModal .modal-heading {
        margin: 0 -12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 56px;
        background: var(--main-color);
        padding: 16px 12px;
        color: var(--white-color);
        font-size: 20px;
        line-height: 1.2; } }
  #favoritesModal .modal-content {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 16px;
    border-radius: 24px;
    background: var(--bg);
    border: none; }
    @media (max-width: 991.98px) {
      #favoritesModal .modal-content {
        border-radius: 16px; } }
  #favoritesModal .modal-img {
    width: 100px;
    height: 100px; }
    #favoritesModal .modal-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  #favoritesModal .modal-title {
    max-width: 360px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      #favoritesModal .modal-title {
        font-size: 20px; } }
  #favoritesModal .modal-text {
    max-width: 360px;
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      #favoritesModal .modal-text {
        font-size: 14px; } }
  #favoritesModal .btn {
    min-width: 240px;
    padding: 12px 40px;
    min-height: 56px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      #favoritesModal .btn {
        min-height: 48px;
        padding: 12px 24px; } }
    @media (max-width: 575.98px) {
      #favoritesModal .btn {
        width: 100%; } }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 12px; } }
  @media (max-width: 991.98px) {
    .header-pages-nav .nav-item:has(.special-offers) {
      display: none; } }
  .header-pages-nav .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 0;
    text-align: center;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .header-pages-nav .nav-link.cooperation::before {
      content: "";
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px;
      margin-right: 4px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.00025 5C6.00025 3.897 6.89725 3 8.00025 3C9.10325 3 10.0002 3.897 10.0002 5C10.0002 6.103 9.10325 7 8.00025 7C6.89725 7 6.00025 6.103 6.00025 5ZM12.5002 8.5C13.4653 8.5 14.2502 7.715 14.2502 6.75C14.2502 5.785 13.4653 5 12.5002 5C11.5352 5 10.7502 5.785 10.7502 6.75C10.7502 7.715 11.5352 8.5 12.5002 8.5ZM3.00025 12C3.00025 10.898 3.36275 9.882 3.96875 9.0545C3.82025 9.0315 3.66875 9.016 3.51375 9.016C1.86925 9.016 0.53125 10.353 0.53125 11.996C0.53125 12.272 0.75475 12.496 1.03125 12.496H3.09125C3.03625 12.34 3.00025 12.1745 3.00025 12ZM3.50025 8.5C4.46525 8.5 5.25025 7.715 5.25025 6.75C5.25025 5.785 4.46525 5 3.50025 5C2.53525 5 1.75025 5.785 1.75025 6.75C1.75025 7.715 2.53525 8.5 3.50025 8.5ZM12.5138 9.016C12.3503 9.016 12.1912 9.0335 12.0347 9.059C12.6388 9.8855 13.0002 10.9 13.0002 12C13.0002 12.1745 12.9648 12.34 12.9093 12.496H14.9957C15.2722 12.496 15.4957 12.272 15.4957 11.996C15.4957 10.353 14.1578 9.016 12.5138 9.016ZM8.00025 8C5.79475 8 4.00025 9.7945 4.00025 12C4.00025 12.276 4.22375 12.5 4.50025 12.5H11.5002C11.7767 12.5 12.0002 12.276 12.0002 12C12.0002 9.7945 10.2057 8 8.00025 8Z" fill="%2307BEB8"/></svg>') center no-repeat; }
    .header-pages-nav .nav-link.special-offers {
      padding: 4px 12px;
      border-radius: 100px;
      background: var(--red-color);
      color: var(--white-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .header-pages-nav .nav-link.special-offers:hover {
          background: var(--main-color);
          color: var(--white-color); } }
      .header-pages-nav .nav-link.special-offers:focus {
        background: var(--main-color);
        color: var(--white-color); }
    .header-pages-nav .nav-link:focus {
      color: var(--main-color); }
    @media (any-hover: hover) {
      .header-pages-nav .nav-link:hover {
        color: var(--main-color); } }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link {
        color: var(--white-color);
        padding: 0; }
        .header-pages-nav .nav-link:hover, .header-pages-nav .nav-link:focus {
          color: var(--accent-color); } }

#page-header .cellphones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px; }
  #page-header .cellphones-list .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: var(--theme-color-second); }

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 99;
  margin-left: auto; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    color: var(--main-color); }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 16px;
      height: 16px; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (min-width: 992px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover::before, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        background: transparent; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphones-dropdown, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphones-dropdown {
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphone-main-icon, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphone-main-icon {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 8px;
      height: 8px;
      cursor: pointer;
      margin-left: 6px;
      color: var(--accent-color); }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphone-main {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .phone .sup,
    #page-header .cellphones-dropdown-wrap .phone .quote,
    #page-header .cellphones-dropdown-wrap .phone .nums {
      font-weight: 400; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover {
        color: var(--accent-hover-color); } }
    #page-header .cellphones-dropdown-wrap .phone:focus {
      color: var(--accent-hover-color); }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 0;
    left: 50%;
    min-width: 212px;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    background: var(--white-color);
    -webkit-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: auto;
        right: 0;
        margin-top: 30px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .cellphones-dropdown-title {
      color: var(--black-color);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 12px;
        background-size: contain; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-hotline::before {
        border-radius: 50%;
        background: #5F4BB6 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><g clip-path="url(%23clip0_955_33205)"><path d="M11.6725 9.30679L9.99788 7.63215C9.39979 7.03407 8.38305 7.27333 8.14382 8.05081C7.96439 8.58911 7.3663 8.88815 6.82803 8.76852C5.63186 8.46947 4.01703 6.91445 3.71799 5.65848C3.53857 5.12018 3.89742 4.52209 4.43569 4.34269C5.2132 4.10346 5.45244 3.08671 4.85435 2.48863L3.17972 0.813994C2.70125 0.395335 1.98355 0.395335 1.56489 0.813994L0.428528 1.95035C-0.707832 3.14652 0.548145 6.31637 3.35914 9.12737C6.17014 11.9384 9.33998 13.2542 10.5362 12.058L11.6725 10.9216C12.0912 10.4432 12.0912 9.72545 11.6725 9.30679Z" fill="white"/></g><defs><clipPath id="clip0_955_33205"><rect width="12" height="12" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-kyivstar::before {
        border-radius: 50%;
        background: #00A0FF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M9 2.81427V6.54284V2.81427Z" fill="black"/><path d="M9 2.81427V6.54284" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M15.6602 7.78937L12.2126 8.94156L15.6602 7.78937Z" fill="black"/><path d="M15.6602 7.78937L12.2126 8.94156" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M13.1172 15.8392L10.9865 12.8227L13.1172 15.8392Z" fill="black"/><path d="M13.1172 15.8392L10.9865 12.8227" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M4.88672 15.8392L7.01744 12.8227L4.88672 15.8392Z" fill="black"/><path d="M4.88672 15.8392L7.01744 12.8227" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M2.34375 7.78937L5.79133 8.94156L2.34375 7.78937Z" fill="black"/><path d="M2.34375 7.78937L5.79133 8.94156" stroke="white" stroke-width="2.5" stroke-linecap="round"/></svg>') center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g clip-path="url(%23clip0_956_33223)"><path d="M12.0004 24.5008C18.628 24.5008 24.0008 19.128 24.0008 12.5004C24.0008 5.87276 18.628 0.5 12.0004 0.5C5.37276 0.5 0 5.87276 0 12.5004C0 19.128 5.37276 24.5008 12.0004 24.5008Z" fill="%23E60000"/><path d="M12.0956 19.1506C8.81896 19.1613 5.4092 16.365 5.39457 11.8738C5.38533 8.90356 6.98708 6.04182 9.03525 4.34848C11.0365 2.69439 13.7697 1.63298 16.252 1.62451C16.5714 1.62451 16.9054 1.64991 17.1102 1.71918C14.9396 2.16946 13.2124 4.18915 13.2201 6.48055C13.2199 6.54548 13.2248 6.61034 13.2347 6.67451C16.8662 7.55889 18.5149 9.75331 18.5249 12.7821C18.5349 15.8108 16.1411 19.1367 12.0956 19.1506Z" fill="white"/></g><defs><clipPath id="clip0_956_33223"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover {
          color: var(--main-color); } }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
        color: var(--main-color); }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 2px 2px;
    gap: 2px;
    background: var(--white-color);
    border: 2px solid var(--theme-color-main);
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 100%; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: var(--theme-color-main);
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }

#page-header .nav-languages-inline-wrap .nav-languages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  @media (min-width: 992px) {
    #page-header .nav-languages-inline-wrap .nav-languages {
      padding-left: 18px; }
      #page-header .nav-languages-inline-wrap .nav-languages::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 12px;
        border-radius: 8px;
        background: #d9d9d9;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-inline-wrap .nav-languages {
      gap: 8px; } }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-inline-wrap .nav-languages-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: calc(50% - 4px);
      min-height: 38px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.1);
      font-size: 16px;
      font-weight: 500;
      color: var(--white-color); } }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: var(--grey-color); }
  @media (any-hover: hover) {
    #page-header .nav-languages-inline-wrap .nav-languages-link:hover {
      color: var(--accent-hover-color); } }
  #page-header .nav-languages-inline-wrap .nav-languages-link:focus {
    color: var(--accent-hover-color); }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-inline-wrap .nav-languages-link {
      color: var(--white-color); } }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--accent-color);
  cursor: default; }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-inline-wrap .nav-languages-active {
      color: rgba(255, 255, 255, 0.3); } }

#page-footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background-size: cover; }
  @media (min-width: 992px) {
    #page-footer {
      background: var(--main-color) url("/front/img/bg-footer.png") center no-repeat; } }
  @media (max-width: 991.98px) {
    #page-footer {
      padding-top: 12px;
      padding-bottom: 90px;
      background: var(--main-color); } }
  #page-footer.checkout-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--main-color); }
    #page-footer.checkout-footer > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 12px 8px; }
    @media (max-width: 991.98px) {
      #page-footer.checkout-footer .fenix-copyright .text {
        max-width: 110px;
        font-size: 12px; } }
  #page-footer .footer-top {
    padding-bottom: 48px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-top {
        padding-bottom: 16px; } }
  #page-footer .footer-logo-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 12px;
    margin-bottom: 4px; }
    #page-footer .footer-logo-mobile::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100vw;
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      #page-footer .footer-logo-mobile {
        display: none; } }
  @media (max-width: 991.98px) {
    #page-footer .footer-logo-desktop {
      display: none; } }
  #page-footer .footer-logo-desktop:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 992px) {
    #page-footer .logo-wrap {
      max-width: 310px; } }
  @media (max-width: 991.98px) {
    #page-footer .logo-wrap {
      max-width: 205px; } }
  #page-footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 0; } }
  #page-footer .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 991.98px) {
      #page-footer .footer-col {
        width: 100%; } }
    #page-footer .footer-col:nth-child(3n + 1) {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 34.6%; }
      @media (max-width: 991.98px) {
        #page-footer .footer-col:nth-child(3n + 1) {
          width: 100%; } }
    #page-footer .footer-col:nth-child(3n + 3) {
      width: 381px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        #page-footer .footer-col:nth-child(3n + 3) {
          width: 100%; } }
  #page-footer .footer-nav-categories .nav-item {
    position: relative; }
    @media (min-width: 992px) {
      #page-footer .footer-nav-categories .nav-item {
        padding-bottom: 8px; }
        #page-footer .footer-nav-categories .nav-item:not(:last-child) {
          margin-bottom: 8px; }
          #page-footer .footer-nav-categories .nav-item:not(:last-child)::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.32)), to(rgba(255, 255, 255, 0)));
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 100%); } }
    @media (max-width: 991.98px) {
      #page-footer .footer-nav-categories .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  #page-footer .footer-nav-categories .nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    padding: 8px 12px;
    color: var(--white-color);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    #page-footer .footer-nav-categories .nav-link img {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        #page-footer .footer-nav-categories .nav-link img {
          width: 24px;
          height: 24px;
          -o-object-fit: scale-down;
             object-fit: scale-down; } }
    @media (any-hover: hover) {
      #page-footer .footer-nav-categories .nav-link:hover::before {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
    #page-footer .footer-nav-categories .nav-link:focus::before {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    @media (min-width: 992px) {
      #page-footer .footer-nav-categories .nav-link::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -12px;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
    @media (max-width: 991.98px) {
      #page-footer .footer-nav-categories .nav-link {
        padding: 12px 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1; } }
  #page-footer .footer-nav-wrap.accordion-open .footer-nav-title .icon-arrow {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  #page-footer .footer-nav-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase; }
    #page-footer .footer-nav-title:not(:last-child) {
      margin-bottom: 8px; }
    #page-footer .footer-nav-title .icon-arrow {
      background: var(--light-blue); }
      @media (min-width: 992px) {
        #page-footer .footer-nav-title .icon-arrow {
          display: none; } }
    @media (max-width: 991.98px) {
      #page-footer .footer-nav-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 12px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: 800;
        line-height: 1.2;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        #page-footer .footer-nav-title:not(:last-child) {
          margin-bottom: 0; } }
  #page-footer .footer-nav-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 991.98px) {
      #page-footer .footer-nav-pages {
        display: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
    #page-footer .footer-nav-pages .nav-link {
      padding: 8px 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--white-color);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #page-footer .footer-nav-pages .nav-link:hover {
          color: var(--accent-color); } }
      #page-footer .footer-nav-pages .nav-link:focus {
        color: var(--accent-click-color); }
  @media (max-width: 991.98px) {
    #page-footer .footer-contacts {
      padding-top: 16px; } }
  #page-footer .footer-contacts .info-icon {
    background: var(--accent-color); }
  #page-footer .footer-contacts .info-title {
    color: #cccccc; }
  #page-footer .footer-contacts .info-content {
    color: var(--white-color);
    font-weight: 400; }
    #page-footer .footer-contacts .info-content a {
      color: var(--white-color); }
      #page-footer .footer-contacts .info-content a .sup,
      #page-footer .footer-contacts .info-content a .quote,
      #page-footer .footer-contacts .info-content a .nums {
        font-weight: 400; }
      @media (any-hover: hover) {
        #page-footer .footer-contacts .info-content a:hover {
          text-decoration: none;
          color: var(--accent-color); } }
      #page-footer .footer-contacts .info-content a:focus {
        text-decoration: none;
        color: var(--accent-color); }
  @media (max-width: 991.98px) {
    #page-footer .socials-wrap:not(:last-child) {
      padding-bottom: 0;
      border: none; } }
  @media (max-width: 991.98px) {
    #page-footer .socials-wrap nav {
      width: 100%; } }
  #page-footer .socials-wrap .social-link {
    background: rgba(255, 255, 255, 0.1); }
    @media (any-hover: hover) {
      #page-footer .socials-wrap .social-link:hover {
        background: var(--accent-color); } }
    #page-footer .socials-wrap .social-link:focus {
      background: var(--accent-color); }
    @media (max-width: 575.98px) {
      #page-footer .socials-wrap .social-link {
        width: calc(50% - 4px); } }
  #page-footer .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px; }
    @media (max-width: 767.98px) {
      #page-footer .footer-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #page-footer .footer-buttons .btn {
          width: 100%; } }
  #page-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-bottom {
        position: relative;
        border-top: none;
        padding-top: 12px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 12px; }
        #page-footer .footer-bottom::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          width: calc(100% + 24px);
          height: 1px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: rgba(255, 255, 255, 0.2); } }
  #page-footer .copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 991.98px) {
      #page-footer .copyright {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        max-width: 130px;
        font-size: 12px; } }
  #page-footer .payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    #page-footer .payments-list img {
      height: 24px; }
    @media (max-width: 991.98px) {
      #page-footer .payments-list {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
        #page-footer .payments-list img {
          height: 18px; } }
  #page-footer .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media (max-width: 991.98px) {
      #page-footer .fenix-copyright {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        gap: 4px;
        font-size: 12px; } }
    @media (max-width: 991.98px) {
      #page-footer .fenix-copyright .text {
        max-width: 110px; } }
    #page-footer .fenix-copyright a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #page-footer .fenix-copyright a:hover {
          color: var(--accent-color); }
          #page-footer .fenix-copyright a:hover svg {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); } }
      #page-footer .fenix-copyright a:focus {
        color: var(--accent-color); }
        #page-footer .fenix-copyright a:focus svg {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      @media (max-width: 991.98px) {
        #page-footer .fenix-copyright a {
          max-width: 110px;
          font-size: 12px; } }
    #page-footer .fenix-copyright svg {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      #page-footer .fenix-copyright svg path {
        fill: var(--white-color); }

.form-style-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: var(--white-color);
  padding: 32px;
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .form-style-box {
      padding: 16px 12px;
      border-radius: 16px; } }

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
  color: var(--black-color) !important;
  -webkit-text-fill-color: var(--black-color);
  -webkit-box-shadow: 0 0 0 1000px var(--white-color) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.form-style .form-title {
  color: var(--black-color);
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; }
  .form-style .form-title:not(:last-child) {
    margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    .form-style .form-title {
      font-size: 20px; } }

.form-style .form-note {
  color: var(--grey-color);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; }
  .form-style .form-note:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .form-style .form-note:not(:last-child) {
        margin-bottom: 12px; } }

.form-style .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-style .form-wrap:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .form-style .form-wrap:not(:last-child) {
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .form-style .form-wrap .form-group:nth-child(1),
    .form-style .form-wrap .form-group:nth-child(2) {
      width: calc(50% - 8px); } }

.form-style .form-alert {
  margin-bottom: 10px; }

.form-style .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 0; }
  .form-style .form-group.deliveries .title {
    display: block;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px; }

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .form-style .form-group:not(:last-child),
    .form-style .form-row-group:not(:last-child) {
      margin-bottom: 12px; } }

.form-style .form-label {
  display: block;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px; }

.form-style .required {
  color: red;
  font-weight: normal; }

.form-style .form-control:not(.jq-selectbox) {
  min-height: 46px;
  padding: 4px 15px;
  background: var(--white-color);
  border: 1px solid #d3e2f2;
  border-radius: 12px;
  color: var(--black-color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      font-size: 14px; } }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #5f4bb6; }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: var(--grey-color); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: var(--grey-color); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: var(--grey-color); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: var(--grey-color); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: var(--grey-color); }

.form-style textarea.form-control {
  height: 100px !important;
  resize: none;
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.form-style .form-error {
  display: block;
  margin: 0;
  padding: 2px 0;
  color: red;
  font-size: 12px; }

.form-style .btn-submit {
  margin: 16px auto 0;
  width: 100%;
  color: var(--white-color);
  background: var(--theme-color-main);
  border: 1px solid var(--theme-color-main);
  text-transform: uppercase;
  letter-spacing: 1px; }
  .form-style .btn-submit:focus {
    color: var(--theme-color-main);
    background: var(--white-color); }
  @media (pointer: fine) {
    .form-style .btn-submit:hover {
      color: var(--theme-color-main);
      background: var(--white-color); } }
  @media (max-width: 991.98px) {
    .form-style .btn-submit {
      margin: 12px auto 0; } }

.form-style a {
  color: var(--theme-color-second);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form-style a:focus, .form-style a.current, .form-style a.active {
    color: var(--theme-color-main); }
  @media (pointer: fine) {
    .form-style a:hover {
      color: var(--theme-color-main); } }

.form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.form-style .iti--separate-dial-code .iti__selected-flag,
.form-style .iti__country.iti__highlight {
  background-color: transparent !important; }

.form-style .iti {
  position: relative;
  z-index: 1;
  width: 100%; }
  .form-style .iti .iti__selected-flag {
    position: absolute;
    top: -46px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 46px; }
  .form-style .iti .iti__flag {
    scale: 1.333;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset; }
  .form-style .iti .iti__arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff; }
  .form-style .iti .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #ffffff; }
  .form-style .iti.iti--allow-dropdown .iti__flag-container,
  .form-style .iti.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
    top: 100%; }
  .form-style .iti .iti__flag-box {
    margin-right: 15px; }
  .form-style .iti .iti__selected-dial-code {
    font-size: 16px;
    margin-left: 14px; }
  .form-style .iti .iti--separate-dial-code .iti__selected-dial-code, .form-style .iti .iti__arrow {
    margin-left: 11px; }
  .form-style .iti .form-control.input-tel {
    padding-left: 130px !important; }
  .form-style .iti .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 0 0 0 23px;
    padding: 14px;
    padding-top: 23px;
    margin-top: -23px;
    white-space: normal; }

.form-style .jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.form-style .jq-selectbox .jq-selectbox__trigger {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-style .jq-selectbox.form-control {
  height: 46px; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 46px;
    min-height: 46px;
    width: 100%;
    padding: 4px 40px 4px 15px;
    background: var(--white-color);
    border: 1px solid #d3e2f2;
    border-radius: 12px;
    color: var(--black-color);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    border: 1px solid #d3e2f2;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }

.form-style .btn + .custom-checkbox {
  margin-top: 20px; }

.form-style .custom-checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 12px;
  margin: 0;
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 6px;
    background: var(--white-color);
    border: 1px solid #D3E2F2; }
  .form-style .custom-checkbox .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .form-style .custom-checkbox .text {
        font-size: 14px; } }
  .form-style .custom-checkbox .form-error {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--main-color);
    border-color: var(--main-color);
    background-image: 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="M15.5827 6C15.2494 5.66667 14.7493 5.66667 14.416 6L8.16602 12.25L5.58268 9.66667C5.24935 9.33333 4.74935 9.33333 4.41602 9.66667C4.08268 10 4.08268 10.5 4.41602 10.8333L7.58268 14C7.74935 14.1667 7.91602 14.25 8.16602 14.25C8.41602 14.25 8.58268 14.1667 8.74935 14L15.5827 7.16667C15.916 6.83333 15.916 6.33333 15.5827 6Z" fill="white"/></svg>'); }

.form-style .form-group.confirm-group {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding-left: 20px; }
  .form-style .form-group.confirm-group a {
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    .form-style .form-group.confirm-group {
      padding-left: 0;
      font-size: 12px;
      line-height: 150%; } }

.iti-mobile .iti--container {
  z-index: 199992;
  inset: 21px; }
  .iti-mobile .iti--container .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 16px;
    padding: 14px;
    white-space: normal; }

.form-style-popup {
  width: 100%; }
  @media (min-width: 992px) {
    .form-style-popup .form-wrap .form-group:nth-child(1),
    .form-style-popup .form-wrap .form-group:nth-child(2) {
      width: 100%; } }

body.fancybox-active {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.fancybox-active #page-header {
    padding-right: var(--scrollbar-width); }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

.fancybox-inner {
  z-index: 0; }

.fancybox-slide--html .fancybox-close-small {
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  padding: 0; }
  .fancybox-slide--html .fancybox-close-small::after, .fancybox-slide--html .fancybox-close-small::before {
    background: var(--grey-color); }
  .fancybox-slide--html .fancybox-close-small .ic {
    width: 16px;
    height: 16px;
    color: var(--grey-color); }

.fancybox-container.form-popup .fancybox-content {
  padding: 32px;
  border-radius: 24px;
  width: 100%;
  max-width: 400px; }
  .fancybox-container.form-popup .fancybox-content .btn {
    min-height: 56px;
    border-radius: 100px; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 24px 16px;
      border-radius: 16px; }
      .fancybox-container.form-popup .fancybox-content .btn {
        min-height: 48px; } }

.fancybox-container.form-popup .form-text {
  text-align: center;
  color: var(--grey-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; }
  .fancybox-container.form-popup .form-text:not(:last-child) {
    margin-bottom: 16px; }

.fancybox-container.form-popup .btn-default {
  width: 100%; }

.auth-form-container {
  max-width: 400px;
  margin: 100px auto; }

.form-style .additional-chose {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-style .additional-chose:not(:last-child) {
    margin-bottom: 16px; }
  .form-style .additional-chose a {
    color: var(--main-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .form-style .additional-chose a:hover {
        color: var(--accent-color); } }
    .form-style .additional-chose a:focus {
      color: var(--accent-color); }

.form-style .login-by-social {
  margin-top: 16px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: var(--grey-color);
      background: white;
      padding: 0 18px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #d3e2f2;
      height: 1px;
      width: 100%; }
  .form-style .login-by-social .sign-in-socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-top: 16px; }
    .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      min-height: 56px;
      padding: 7px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      text-decoration: none;
      border-radius: 80px;
      background: var(--main50);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        color: var(--black-blue); }
      @media (any-hover: hover) {
        .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social:hover {
          background: var(--main100); } }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social:focus {
        background: var(--main100); }

.password-view-wrap {
  position: relative; }
  .password-view-wrap .form-control {
    padding-right: 50px; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 14px;
    color: #B6B6B6;
    cursor: pointer; }
    .password-view-wrap .password-view-toggle svg.ic {
      width: 20px;
      height: 20px; }
  .password-view-wrap .form-control[type=text] ~ .password-view-toggle {
    color: green; }

body:not(.search-modal-opened) #search-modal,
body:not(.search-modal-opened) .search-modal-overlay {
  visibility: hidden;
  pointer-events: none;
  z-index: -100000;
  opacity: 0; }

body.search-modal-opened {
  overflow: hidden;
  padding-right: var(--scrollbar-width); }
  body.search-modal-opened #page-header .search-form {
    position: relative;
    z-index: 999999999999; }

#search-modal {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 600px;
  padding: 32px;
  border-radius: 24px;
  background: var(--white-color);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 992px) {
    #search-modal .search-modal-header,
    #search-modal .search-form {
      display: none; } }
  @media (max-width: 991.98px) {
    #search-modal {
      border-radius: 0; } }
  @media (max-width: 991.98px) {
    #search-modal {
      position: fixed;
      z-index: 99999999;
      top: 50%;
      width: 100%;
      min-width: 100%;
      height: 100dvh;
      padding: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #search-modal .search-form {
        display: block !important; } }
  @media (max-width: 991.98px) {
    #search-modal .search-results {
      max-height: calc(100dvh - 120px);
      overflow-y: auto;
      overflow-x: hidden;
      padding: 16px 12px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    #search-modal .search-results, #search-modal .search-results * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    #search-modal .search-results::-webkit-scrollbar,
    #search-modal .search-results *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    #search-modal .search-results::-webkit-scrollbar-button,
    #search-modal .search-results *::-webkit-scrollbar-button {
      display: none; }
    #search-modal .search-results::-webkit-scrollbar-track,
    #search-modal .search-results *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    #search-modal .search-results::-webkit-scrollbar-track-piece,
    #search-modal .search-results *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    #search-modal .search-results::-webkit-scrollbar-thumb,
    #search-modal .search-results *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    #search-modal .search-results::-webkit-scrollbar-corner,
    #search-modal .search-results *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  @media (max-width: 991.98px) {
      #search-modal .search-results .result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        #search-modal .search-results .result.result-history, #search-modal .search-results .result.result-categories {
          padding-top: 16px;
          margin: 0 -12px; }
          #search-modal .search-results .result.result-history .result-title, #search-modal .search-results .result.result-categories .result-title {
            padding: 0 12px; } }
  @media (min-width: 992px) {
    #search-modal .search-results .result-products {
      max-height: 336px;
      overflow: auto;
      padding-right: 10px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    #search-modal .search-results .result-products, #search-modal .search-results .result-products * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    #search-modal .search-results .result-products::-webkit-scrollbar,
    #search-modal .search-results .result-products *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    #search-modal .search-results .result-products::-webkit-scrollbar-button,
    #search-modal .search-results .result-products *::-webkit-scrollbar-button {
      display: none; }
    #search-modal .search-results .result-products::-webkit-scrollbar-track,
    #search-modal .search-results .result-products *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    #search-modal .search-results .result-products::-webkit-scrollbar-track-piece,
    #search-modal .search-results .result-products *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    #search-modal .search-results .result-products::-webkit-scrollbar-thumb,
    #search-modal .search-results .result-products *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    #search-modal .search-results .result-products::-webkit-scrollbar-corner,
    #search-modal .search-results .result-products *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #search-modal .search-results .result-products:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      #search-modal .search-results .result-products:not(:last-child) {
        margin-bottom: 16px; } }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      #search-modal .result-title {
        font-size: 14px;
        margin-bottom: 6px; } }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 24px; }
  #search-modal .result-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    row-gap: 16px; }
    @media (max-width: 991.98px) {
      #search-modal .result-message {
        background: var(--bg);
        border-radius: 24px;
        padding: 24px; } }
    #search-modal .result-message .result-message-img {
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 991.98px) {
        #search-modal .result-message .result-message-img {
          width: 100px;
          height: 100px; } }
      #search-modal .result-message .result-message-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    #search-modal .result-message > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .title {
      max-width: 400px;
      color: var(--main-color);
      text-align: center;
      font-size: 20px;
      font-weight: 800;
      line-height: 1; }
    #search-modal .result-message .description {
      max-width: 400px;
      color: var(--black-color);
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        #search-modal .result-message .description {
          max-width: 240px;
          font-size: 14px;
          font-weight: 700; } }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  #search-modal .result-products .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px; }
  #search-modal .product-search-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr minmax(104px, auto);
    grid-template-columns: 80px 1fr minmax(104px, auto);
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--black-color);
    padding: 14px 0;
    border-bottom: 1px solid var(--main100);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #search-modal .product-search-card:hover {
        color: var(--main-color); } }
    #search-modal .product-search-card:focus {
      color: var(--main-color); }
    #search-modal .product-search-card:first-child {
      border-top: 1px solid var(--main100); }
    #search-modal .product-search-card .title,
    #search-modal .product-search-card .description {
      -ms-grid-column: 2;
      grid-column: 2; }
    #search-modal .product-search-card img {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card .price-wrap {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card img {
      border-radius: 12px;
      width: 80px;
      height: 80px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    #search-modal .product-search-card .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
      margin-top: auto; }
    #search-modal .product-search-card .sku {
      font-size: 12px;
      line-height: 1.4;
      color: var(--grey-color);
      margin-bottom: auto; }
    #search-modal .product-search-card .price-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  #search-modal .result-history:not(:last-child),
  #search-modal .result-categories:not(:last-child) {
    margin-bottom: 12px; }
  #search-modal .result-history .result-list,
  #search-modal .result-categories .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 991.98px) {
      #search-modal .result-history .result-list,
      #search-modal .result-categories .result-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 12px;
        gap: 4px;
        max-width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        #search-modal .result-history .result-list::-webkit-scrollbar,
        #search-modal .result-categories .result-list::-webkit-scrollbar {
          display: none; } }
  #search-modal .category-search-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 32px;
    border-radius: 100px;
    background: var(--main50);
    color: var(--black-color);
    text-decoration: none;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      #search-modal .category-search-card:hover {
        background: var(--accent-color);
        color: var(--white-color); } }
    #search-modal .category-search-card:focus {
      background: var(--accent-color);
      color: var(--white-color); }
    @media (max-width: 991.98px) {
      #search-modal .category-search-card {
        font-size: 12px; } }
  #search-modal .search-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px; }
    #search-modal .search-modal-header .title {
      font-size: 24px;
      line-height: 28px; }
    @media (max-width: 991.98px) {
      #search-modal .search-modal-header {
        padding: 12px;
        background: var(--main-color);
        margin-bottom: 16px; }
        #search-modal .search-modal-header .title {
          font-size: 20px;
          line-height: 1.2;
          color: var(--white-color); } }
  #search-modal .close-modal {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="%23ffffff"/></svg>');
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #search-modal .close-modal:after {
      display: none; }
    #search-modal .close-modal:focus {
      background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="white"/></svg>');
      background-color: var(--theme-color-main);
      -webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4); }
  @media (min-width: 992px) {
    #search-modal .search-form {
      margin-bottom: 20px; } }
  #search-modal .search-modal-header {
    display: none; }
  @media (max-width: 991.98px) {
    #search-modal {
      inset: 0;
      border-radius: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #search-modal .result-products .result-list {
        margin-top: 0; }
      #search-modal .result-message {
        font-size: 14px;
        line-height: 20px;
        height: calc(100dvh - 180px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-height: 100%; }
        #search-modal .result-message > .icon {
          font-size: 56px;
          margin-bottom: 16px; }
      #search-modal .product-search-card {
        padding: 8px 0;
        -ms-grid-columns: 60px 1fr;
        grid-template-columns: 60px 1fr;
        gap: 4px 8px; }
        #search-modal .product-search-card img {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 3;
          grid-row: 1 / 4;
          width: 60px;
          height: 60px;
          -ms-grid-row-align: start;
              align-self: start; }
        #search-modal .product-search-card .price-wrap {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 3;
          grid-row: 3; }
        #search-modal .product-search-card .sku {
          font-size: 10px; }
        #search-modal .product-search-card .title {
          font-size: 12px;
          font-weight: 400;
          line-height: 1.4; }
        #search-modal .product-search-card .price-wrap {
          line-height: 1; }
          #search-modal .product-search-card .price-wrap .old-price {
            margin-bottom: 2px; } }

.search-modal-overlay {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer; }

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 40px; }
  @media (max-width: 991.98px) {
    .search-form {
      padding: 0 12px; } }
  .search-form input {
    border: none;
    border-radius: 40px;
    height: 48px;
    width: 100%;
    padding-left: 48px;
    padding-right: 20px;
    outline: none; }
    .search-form input:focus {
      -webkit-box-shadow: inset 0 0 6px 3px rgba(95, 75, 182, 0.1);
              box-shadow: inset 0 0 6px 3px rgba(95, 75, 182, 0.1); }
    .search-form input::-webkit-input-placeholder {
      color: #64646a; }
    .search-form input::-moz-placeholder {
      color: #64646a; }
    .search-form input:-ms-input-placeholder {
      color: #64646a; }
    .search-form input::-ms-input-placeholder {
      color: #64646a; }
    .search-form input::placeholder {
      color: #64646a; }
    @media (max-width: 991.98px) {
      .search-form input {
        padding-left: 40px;
        padding-right: 16px;
        border: 2px solid var(--main-color); } }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    background: none; }
    .search-form .btn-search .ic {
      color: var(--accent-color);
      font-size: 20px; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        height: 46px;
        left: 16px; }
        .search-form .btn-search .ic {
          font-size: 16px; } }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--theme-color-main); }

.search-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 24px;
  padding: 40px;
  border-radius: 16px;
  background: var(--white-color); }
  .search-empty:not(:last-child) {
    margin-bottom: 77px; }
  @media (max-width: 991.98px) {
    .search-empty {
      border-radius: 12px;
      padding: 32px 24px;
      row-gap: 16px; }
      .search-empty:not(:last-child) {
        margin-bottom: 40px; } }
  .search-empty .section-title {
    max-width: 780px;
    text-align: center; }
    .search-empty .section-title:not(:last-child) {
      margin-bottom: 0; }
  .search-empty .search-empty-text {
    max-width: 450px;
    color: var(--second-color);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .search-empty .search-empty-text {
        font-size: 16px; } }
  .search-empty .search-empty-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px; }
  .search-empty .btn {
    font-size: 16px;
    min-width: 242px;
    min-height: 56px; }
    @media (max-width: 991.98px) {
      .search-empty .btn {
        min-height: 48px; } }
    @media (max-width: 575.98px) {
      .search-empty .btn {
        width: 100%; } }

#page-breadcrumbs {
  --gap: 8px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 8px; }
  @media (max-width: 991.98px) {
    #page-breadcrumbs {
      padding-top: 12px;
      padding-bottom: 4px; } }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap); }
  #page-breadcrumbs .breadcrumb-scroll-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #page-breadcrumbs .breadcrumb-scroll-wrap::-webkit-scrollbar {
      display: none; }
    #page-breadcrumbs .breadcrumb-scroll-wrap.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  #page-breadcrumbs .breadcrumb-inner {
    position: absolute;
    top: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    direction: ltr; }
  #page-breadcrumbs .breadcrumbs-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--black-blue); }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 8px;
      height: 8px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none"><g clip-path="url(%23clip0_861_39639)"><path d="M1.97583 7.55328L5.26883 4.26028C5.32966 4.1969 5.36363 4.11246 5.36363 4.02461C5.36363 3.93677 5.32966 3.85232 5.26883 3.78894L1.97783 0.497944L2.44917 0.0266112L5.74017 3.31761C5.92199 3.50815 6.02344 3.7614 6.02344 4.02478C6.02344 4.28815 5.92199 4.5414 5.74017 4.73194L2.44717 8.02461L1.97583 7.55328Z" fill="%23251E42"/></g><defs><clipPath id="clip0_861_39639"><rect width="8" height="8" fill="white"/></clipPath></defs></svg>');
      background-repeat: no-repeat;
      background-position: center; }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--theme-color-main); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--theme-color-main); } }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: var(--light-gray); }

@media (max-width: 991.98px) {
  :root {
    --breadcrumbs-height: 30px; } }

.btn,
.btn:focus,
.btn:hover,
button {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

button[disabled] {
  pointer-events: none;
  opacity: 0.8;
  color: var(--grey-color);
  background: var(--bg); }

a:target,
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  background-color: initial;
  -webkit-filter: none;
          filter: none;
  cursor: pointer; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn .btn-text {
    vertical-align: middle; }

.btn {
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 100px; }

.btn-default {
  padding: 12px 32px;
  min-height: 56px;
  background: var(--main-color);
  color: var(--white-color);
  border: none; }
  .btn-default:hover, .btn-default:focus {
    background: var(--accent-click-color);
    color: var(--white-color); }
  @media (max-width: 991.98px) {
    .btn-default {
      padding: 10px 24px;
      min-height: 48px; } }

.btn-default-border {
  min-height: 48px;
  padding: 10px 32px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  background: var(--white-color);
  border-radius: 100px;
  border: 1px solid var(--main-color); }
  .btn-default-border:hover, .btn-default-border:focus {
    background: var(--main-color);
    color: var(--white-color); }

.btn-accent {
  min-height: 48px;
  border-radius: 100px;
  padding: 8px 24px;
  background: var(--accent-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  text-transform: uppercase; }
  .btn-accent .icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .btn-accent:hover, .btn-accent:focus {
    background: var(--accent-hover-color);
    color: var(--white-color); }

.btn-gray {
  background: #a6a6a6;
  color: #000000;
  border: 2px solid #a6a6a6; }
  @media (pointer: fine) {
    .btn-gray:hover {
      border-color: #000000; } }
  .btn-gray:focus {
    border-color: #000000; }

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: transparent;
  border: 0 none;
  outline: none !important;
  padding: 0 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .btn-link:hover, .btn-link:focus {
    color: var(--accent-color); }

.btn-show-more {
  width: 100%;
  min-height: 48px;
  padding: 8px 24px;
  gap: 10px;
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 100px;
  border: 1px solid var(--main100); }
  .btn-show-more .hide {
    display: none; }
  .btn-show-more .icon {
    color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn-show-more:focus {
    background: var(--white-color);
    color: var(--black-color); }
  .btn-show-more:hover {
    border-color: var(--main-color); }

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

.loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .loader span {
    display: block;
    width: 8px;
    height: 40px;
    border-radius: 2px;
    background-color: var(--main-color); }
    .loader span:not(:last-child) {
      margin-right: 5px; }
    .loader span:nth-child(1) {
      -webkit-animation: loader-grow 1s ease-in-out infinite;
              animation: loader-grow 1s ease-in-out infinite; }
    .loader span:nth-child(2) {
      -webkit-animation: loader-grow 1s ease-in-out 0.15s infinite;
              animation: loader-grow 1s ease-in-out 0.15s infinite; }
    .loader span:nth-child(3) {
      -webkit-animation: loader-grow 1s ease-in-out 0.30s infinite;
              animation: loader-grow 1s ease-in-out 0.30s infinite; }
    .loader span:nth-child(4) {
      -webkit-animation: loader-grow 1s ease-in-out 0.45s infinite;
              animation: loader-grow 1s ease-in-out 0.45s infinite; }

@-webkit-keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

.map-iframe-wrap iframe {
  width: 100%;
  height: 500px; }

#messageDialog {
  padding: 32px;
  border-radius: 24px;
  width: 100%;
  max-width: 400px; }
  #messageDialog .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #messageDialog .popup-title {
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2; }
    #messageDialog .popup-title:not(:last-child) {
      margin-bottom: 12px; }
  #messageDialog .popup-message {
    text-align: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    #messageDialog .popup-message:not(:last-child) {
      margin-bottom: 12px; }

.pagination-wrap {
  margin: 30px 0; }
  .pagination-wrap .load-more {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .load-more [disabled] {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
    @media (max-width: 991.98px) {
      .pagination-wrap .load-more {
        width: 100%; } }
  @media (max-width: 1199.98px) {
    .pagination-wrap {
      margin: 25px 0; } }
  @media (max-width: 991.98px) {
    .pagination-wrap {
      margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .pagination-wrap {
      margin: 20px 0; }
      .pagination-wrap .load-more {
        padding-bottom: 15px; } }

@media (max-width: 991.98px) {
  .pagination .load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; } }

.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px; }
  .pagination:not(:first-child) {
    margin-top: 24px; }
  .pagination:not(:last-child) {
    margin-bottom: 32px; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .pagination ul {
        gap: 6px; } }
  .pagination li.page-gap span {
    display: inline-block;
    cursor: default;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px; }
  .pagination li.disabled a {
    pointer-events: none;
    cursor: default; }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--main-color);
    color: var(--white-color); }
  .pagination li.prev.disable, .pagination li.next.disable {
    pointer-events: none;
    opacity: 0.6; }
  .pagination li.prev a, .pagination li.next a {
    background: transparent; }
    @media (any-hover: hover) {
      .pagination li.prev a:hover, .pagination li.next a:hover {
        text-decoration: none;
        background: var(--main-color);
        color: var(--white-color); }
        .pagination li.prev a:hover .ic, .pagination li.next a:hover .ic {
          color: var(--white-color); } }
    .pagination li.prev a:focus, .pagination li.next a:focus {
      text-decoration: none;
      background: var(--main-color);
      color: var(--white-color); }
      .pagination li.prev a:focus .ic, .pagination li.next a:focus .ic {
        color: var(--white-color); }
  .pagination li a {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--black-blue);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pagination li a .ic {
      width: 20px;
      height: 20px;
      color: var(--main-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: var(--main-color);
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: var(--main-color);
      color: var(--white-color); }
      .pagination li a:focus .ic {
        color: var(--white-color); }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 54px;
      height: 54px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

.btn-load-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 100px;
  background: var(--white-color);
  color: var(--black-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 575.98px) {
    .btn-load-more {
      width: 100%; } }
  .btn-load-more .icon {
    color: var(--main-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .btn-load-more .bullet-icon {
    width: 20px;
    height: 20px; }
  .btn-load-more .arrow-down {
    width: 10px;
    height: 10px; }
  .btn-load-more:hover {
    color: var(--white-color);
    background: var(--accent-color); }
    .btn-load-more:hover .icon {
      color: var(--white-color); }
    .btn-load-more:hover .bullet-icon {
      -webkit-animation: wave-animation 2s ease-in-out infinite;
              animation: wave-animation 2s ease-in-out infinite;
      -webkit-transform-origin: 50% 80%;
          -ms-transform-origin: 50% 80%;
              transform-origin: 50% 80%; }

@-webkit-keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  40% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  40% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 992px) {
  body, * {
    scrollbar-color: var(--theme-color-main) var(--white-color);
    scrollbar-width: thin; } }

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--theme-color-main);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

@-moz-document url-prefix() {
  @media (min-width: 992px) {
    body,
    *,
    .thin-scrollbar,
    .thin-scrollbar * {
      scrollbar-color: black #f2f2f2 !important;
      scrollbar-width: thin !important; } } }

.section-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  font-family: "Nunito", serif; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 40px;
      line-height: 1.2; } }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 24px; } }

.page-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  font-family: "Nunito", serif; }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 40px;
      line-height: 1.2; } }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 28px; } }

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

.page-title:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .page-title:not(:last-child) {
      margin-bottom: 12px; } }

.text-scroll {
  max-height: 242px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 16px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  @media (max-width: 991.98px) {
    .text-scroll {
      max-height: 414px;
      padding-right: 8px; } }

.h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px; }
  @media (max-width: 991.98px) {
    .h1 {
      font-size: 40px;
      line-height: 1.2; } }
  @media (max-width: 767.98px) {
    .h1 {
      font-size: 28px; } }

.h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .h2 {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    .h2 {
      font-size: 24px; } }

.h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .h3 {
      font-size: 20px; } }

.h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .h4 {
      font-size: 18px; } }

.h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1; }
  @media (max-width: 991.98px) {
    .h5 {
      font-size: 16px; } }

.text-formatted {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Nunito", serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 14px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 800; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 16px; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 16px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 16px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 16px; }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    line-height: 1.2; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 40px;
        line-height: 1.2; } }
    @media (max-width: 767.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 28px; } }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 20px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 18px; } }
  .text-formatted h5, .text-formatted .h5 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .text-formatted h5, .text-formatted .h5 {
        font-size: 16px; } }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    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;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br) 0;
    vertical-align: unset; }
    .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;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .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: 14px; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      content: "";
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 8px;
      background: var(--accent-color); }
  .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%; }
    .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 tr {
      border-bottom: 1px solid #e7f0f8; }
      .text-formatted table tr:first-child {
        border-top: 1px solid #e7f0f8; }
      .text-formatted table tr td {
        color: var(--second-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4; }
        @media (max-width: 991.98px) {
          .text-formatted table tr td {
            font-size: 14px; } }
        .text-formatted table tr td:last-child {
          color: var(--black-color); }
    .text-formatted table th,
    .text-formatted table td {
      padding: 12px 12px 12px 0;
      text-align: left;
      border: none; }
      @media (max-width: 991.98px) {
        .text-formatted table th:last-child,
        .text-formatted table td:last-child {
          padding-right: 0;
          text-align: right; } }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold; }
    .text-formatted table tfoot td {
      font-weight: bold; }
    .text-formatted table a {
      color: var(--main-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .text-formatted table a:hover {
          color: var(--accent-color); } }
      .text-formatted table a:focus {
        color: var(--accent-color); }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.section-comparison-scrollbar {
  position: sticky;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #f3f7ff; }
  .section-comparison-scrollbar .compare-scroll {
    width: 100%;
    overflow: hidden;
    height: 1px; }
  .section-comparison-scrollbar .compare-scroll-wrap {
    overflow: auto; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-track {
      background: #ffffff;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-thumb {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }

.compare-bottom-scroll-hide {
  position: relative;
  width: 100%; }
  .compare-bottom-scroll-hide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #f3f7ff;
    height: 30px;
    left: 0;
    width: 100%;
    bottom: 100%; }

.section-comparison {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--bootstrap-container);
  padding: var(--bootstrap-padding);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  .section-comparison.touch:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-comparison .compare-product-head {
    margin-bottom: 40px; }
  .section-comparison .compare-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .compare-warning p {
      margin: 0 0 16px;
      font-size: 15px;
      line-height: 18px;
      color: #333333; }
  .section-comparison .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .product-main .product-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 16px 0 0;
      max-width: 104px; }
      .section-comparison .product-main .product-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .section-comparison .product-main .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 120px); }
      .section-comparison .product-main .product-info .product-title {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: #333333;
        max-width: 300px;
        margin: 0 0 10px;
        padding-right: 30px; }
      .section-comparison .product-main .product-info .rating {
        margin: 0 0 13px; }
      .section-comparison .product-main .product-info .price {
        font-size: 25px;
        line-height: 29px;
        font-weight: 700; }
      .section-comparison .product-main .product-info .product-footer {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .section-comparison .product-main .js-close {
      position: absolute;
      right: 17px;
      top: 17px; }
  .section-comparison .compare-attribute-row {
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-top: 32px;
    margin-bottom: 32px; }
    .section-comparison .compare-attribute-row span {
      display: inline-block;
      position: sticky;
      left: 0; }
  .section-comparison .compare-product {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 16px; }
  .section-comparison .compare-value {
    font-size: 14px;
    line-height: 17px;
    color: #333333; }

.comparison-heading .comparison-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.comparison-heading .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comparison-heading .buttons-wrap .btn-show-differences {
    margin-left: 30px; }

.comparison-heading .add-model {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .comparison-heading .add-model:hover, .comparison-heading .add-model:focus {
      text-decoration: none; }
      .comparison-heading .add-model:hover .text, .comparison-heading .add-model:focus .text {
        color: var(--theme-color-second); }
      .comparison-heading .add-model:hover .add-model-icon, .comparison-heading .add-model:focus .add-model-icon {
        color: var(--theme-color-second); } }
  .comparison-heading .add-model .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .comparison-heading .add-model .add-model-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 2px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .comparison-heading .add-model .add-model-icon .icon {
      width: 100%;
      height: 100%; }

.comparison-heading .btn-show-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .comparison-heading .btn-show-differences .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    min-width: 130px;
    text-align: right; }
  .comparison-heading .btn-show-differences .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2px;
    border-radius: 30px;
    height: 34px;
    padding: 0 2px;
    border: 1px solid; }
  .comparison-heading .btn-show-differences .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background: var(--theme-color-second);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .comparison-heading .btn-show-differences:not(.active) .text._differences {
    display: none; }
  .comparison-heading .btn-show-differences:not(.active) .icon._differences {
    background: white;
    border-color: var(--white-color); }
  .comparison-heading .btn-show-differences:not(.active) .icon._all {
    border-color: var(--theme-color-second);
    background: var(--theme-color-second); }
  .comparison-heading .btn-show-differences.active .text._all {
    display: none; }
  .comparison-heading .btn-show-differences.active .icon._all {
    background: white;
    border-color: var(--white-color); }
  .comparison-heading .btn-show-differences.active .icon._differences {
    border-color: var(--theme-color-second);
    background: var(--theme-color-second); }

.comparison-nav {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .comparison-nav .nav-toggle {
    padding: 10px 15px;
    text-transform: none;
    border: 1px solid rgba(51, 51, 51, 0.2);
    min-height: 45px;
    font-size: 22px;
    line-height: 1.3; }
    .comparison-nav .nav-toggle .count {
      margin-left: 10px;
      color: #1561ff; }
    .comparison-nav .nav-toggle.sub-in:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/blue-arr-down.svg") no-repeat center;
      background-size: 20px;
      margin-left: 10px; }
  .comparison-nav .nav-menu {
    display: none;
    background: white;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: -1px; }
    .comparison-nav .nav-menu .nav-item {
      display: block;
      padding: 10px 0;
      margin: 0 15px;
      font-size: 16px; }
      .comparison-nav .nav-menu .nav-item:not(:last-child) {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
      @media (pointer: fine) {
        .comparison-nav .nav-menu .nav-item:hover {
          color: var(--color-link-hovered); } }
  .comparison-nav.active .nav-toggle.sub-in:after {
    background: url("../img/close-ico.svg") no-repeat center;
    background-size: 18px; }
  .comparison-nav.active .nav-menu {
    display: block; }
  @media (max-width: 767px) {
    .comparison-nav .nav-toggle {
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-comparison .viewport-padding {
  min-width: calc((100% - 1170px) / 2); }

.section-comparison .compare-attribute-row span {
  left: calc((100% - 1170px) / 2);
  max-width: 1170px; }

.section-comparison .compare-row > * {
  width: 570px; }
  .section-comparison .compare-row > *:not(:first-child) {
    margin-left: 30px; }

@media (max-width: 1229px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 930px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 930px) / 2);
    max-width: 930px; }
  .section-comparison .compare-row > * {
    width: 450px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 30px; } }

@media (max-width: 991px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 690px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 690px) / 2);
    max-width: 690px; }
  .section-comparison .compare-row > * {
    width: 335px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 20px; } }

@media (max-width: 767px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 510px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 510px) / 2);
    max-width: 510px; }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 575px) {
  .section-comparison .viewport-padding {
    min-width: 15px; }
  .section-comparison .compare-attribute-row span {
    left: 15px;
    max-width: calc(100vw - 30px); }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 991px) {
  .section-comparison .product-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-comparison .product-main .product-image {
      height: 103px;
      margin: 0 0 24px; }
    .section-comparison .product-main .product-info {
      width: 100%; }
      .section-comparison .product-main .product-info .product-title {
        padding-right: 0; }
  .section-comparison .compare-attribute-row {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
  .comparison-heading .comparison-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comparison-heading .buttons-wrap {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-comparison-scrollbar {
    display: none; } }

@media (max-width: 767px) {
  .section-comparison .product-main {
    padding: 39px 6px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-comparison .product-main .product-info .product-title {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 17px;
      min-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .section-comparison .product-main .product-info .rating {
      margin: 0 0 9px; }
    .section-comparison .product-main .product-info .price {
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 8px; }
    .section-comparison .product-main .product-info .product-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .section-comparison .product-main .product-info .product-footer .btn-default btn-small {
        width: 100%; }
    .section-comparison .product-main .js-close {
      right: 9px;
      top: 9px; }
      .section-comparison .product-main .js-close img {
        max-width: 14px; }
  .section-comparison .compare-warning {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 6px 10px; }
    .section-comparison .compare-warning .btn-default btn-small {
      width: 100%; }
    .section-comparison .compare-warning p {
      text-align: center;
      margin: 0 0 121px; }
  .section-comparison .compare-attribute-row {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-comparison .compare-product {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  .comparison-heading .buttons-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .comparison-heading .buttons-wrap .add-model {
      margin: 0 0 15px; }
    .comparison-heading .buttons-wrap .btn-show-differences {
      margin: 0; } }

.section-top-brands {
  padding-top: 56px;
  padding-bottom: 56px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .section-top-brands {
      padding-top: 28px;
      padding-bottom: 28px; } }
  .section-top-brands .brands-grid:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .section-top-brands .brands-grid:not(:last-child) {
        margin-bottom: 16px; } }
  .section-top-brands .brand-card {
    background: var(--super-light); }
  .section-top-brands .btn-load-more {
    background: var(--main50); }
    @media (max-width: 767.98px) {
      .section-top-brands .btn-load-more {
        width: 100%; } }
    .section-top-brands .btn-load-more:focus {
      background: var(--main50); }
    .section-top-brands .btn-load-more:hover {
      background: var(--accent-color); }
  .section-top-brands .brands-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (max-width: 767.98px) {
  .page-special-offer .category-page-grid .catalog-top,
  .page-search .category-page-grid .catalog-top,
  .page-brand .category-page-grid .catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-special-offer .category-page-grid .catalog-top:not(:last-child),
    .page-search .category-page-grid .catalog-top:not(:last-child),
    .page-brand .category-page-grid .catalog-top:not(:last-child) {
      margin-bottom: 1px; }
    .page-special-offer .category-page-grid .catalog-top .product-count,
    .page-search .category-page-grid .catalog-top .product-count,
    .page-brand .category-page-grid .catalog-top .product-count {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 12px;
      border-radius: 12px 12px 0 0;
      background: var(--white-color); }
    .page-special-offer .category-page-grid .catalog-top .catalog-sorting-wrap,
    .page-search .category-page-grid .catalog-top .catalog-sorting-wrap,
    .page-brand .category-page-grid .catalog-top .catalog-sorting-wrap {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media (max-width: 767.98px) {
  .page-special-offer .category-page-grid .catalog-top .product-count,
  .page-search .category-page-grid .catalog-top .product-count,
  .page-brand .category-page-grid .catalog-top .product-count {
    margin: 0 -12px; } }

.page-brands-list {
  position: relative; }
  .page-brands-list .brands-list .brand-group {
    margin-bottom: 40px; }
  .page-brands-list .brands-list .brand-group-letter {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2; }
    .page-brands-list .brands-list .brand-group-letter:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 576px) {
      .page-brands-list .brands-list .brand-group-letter {
        font-size: 20px; }
        .page-brands-list .brands-list .brand-group-letter:not(:last-child) {
          margin-bottom: 8px; } }

.section-top-brands {
  margin: 40px 0; }
  .section-top-brands .btn-more {
    margin-top: 20px; }

.brands-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  .brands-search:not(:last-child) {
    margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .brands-search {
      row-gap: 12px; }
      .brands-search:not(:last-child) {
        margin-bottom: 16px; } }
  .brands-search .fast-search-brands,
  .brands-search .brands-alphabet-filter-widget {
    padding: 24px;
    border-radius: 16px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .brands-search .fast-search-brands,
      .brands-search .brands-alphabet-filter-widget {
        padding: 16px 12px; } }
  .brands-search .fast-search-title,
  .brands-search .brand-alphabet-filter-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
    .brands-search .fast-search-title:not(:last-child),
    .brands-search .brand-alphabet-filter-title:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .brands-search .fast-search-title:not(:last-child),
        .brands-search .brand-alphabet-filter-title:not(:last-child) {
          margin-bottom: 12px; } }
  .brands-search .form-group:not(:last-child) {
    margin-bottom: 8px; }
  .brands-search .popular-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .brands-search .popular-brands {
        gap: 4px 8px; } }
    .brands-search .popular-brands .popular-title {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        .brands-search .popular-brands .popular-title {
          width: 100%;
          font-size: 12px; } }
    .brands-search .popular-brands .popular-item {
      color: var(--main-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      cursor: pointer;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .brands-search .popular-brands .popular-item:hover {
          text-decoration: underline; } }
      .brands-search .popular-brands .popular-item:focus {
        text-decoration: underline; }
      @media (max-width: 991.98px) {
        .brands-search .popular-brands .popular-item {
          font-size: 12px; } }
  .brands-search .numbers,
  .brands-search .cyrillic,
  .brands-search .latin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .brands-search .numbers,
      .brands-search .cyrillic,
      .brands-search .latin {
        gap: 6px; } }
    .brands-search .numbers .number-item,
    .brands-search .numbers .alphabet-item,
    .brands-search .cyrillic .number-item,
    .brands-search .cyrillic .alphabet-item,
    .brands-search .latin .number-item,
    .brands-search .latin .alphabet-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 46px;
      height: 46px;
      border-radius: 100px;
      border: 1px solid var(--main200);
      background-color: var(--white-color);
      color: var(--black-color);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .brands-search .numbers .number-item:hover,
      .brands-search .numbers .alphabet-item:hover,
      .brands-search .cyrillic .number-item:hover,
      .brands-search .cyrillic .alphabet-item:hover,
      .brands-search .latin .number-item:hover,
      .brands-search .latin .alphabet-item:hover {
        border-color: var(--main-color); }
      .brands-search .numbers .number-item.active,
      .brands-search .numbers .alphabet-item.active,
      .brands-search .cyrillic .number-item.active,
      .brands-search .cyrillic .alphabet-item.active,
      .brands-search .latin .number-item.active,
      .brands-search .latin .alphabet-item.active {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: var(--white-color); }

.brands-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 991.98px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 767.98px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 8px; } }
  @media (max-width: 575.98px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

.brand-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  padding: 26px 28px;
  border-radius: 16px;
  background: var(--white-color);
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--black-color);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .brand-card {
      padding: 16px;
      border-radius: 12px; } }
  .brand-card .brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 991.98px) {
    .brand-card .brand-title {
      display: none; } }
  @media (pointer: fine) {
    .brand-card:hover {
      text-decoration: none;
      background: var(--white-color);
      color: var(--main-color);
      -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
              box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); } }
  .brand-card:focus {
    text-decoration: none;
    background: var(--white-color);
    color: var(--main-color);
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); }

.brands-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 24px;
  border-radius: 16px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .brands-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 12px;
      padding: 16px 12px; } }
  .brands-top:not(:last-child) {
    margin-bottom: 16px; }
  .brands-top .brands-top-img {
    max-width: 187px; }
    .brands-top .brands-top-img img {
      width: 100%;
      height: auto; }
  .brands-top .brands-top-text {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .brands-top .brands-top-text {
        font-size: 14px; } }

.content-block .content-block-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 24px;
  border-radius: 24px;
  background: var(--main-color) url("/front/img/bg-decor.png") center no-repeat; }
  @media (max-width: 991.98px) {
    .content-block .content-block-inner {
      padding: 32px 16px;
      border-radius: 24px; } }
  .content-block .content-block-inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: var(--accent-color); }
    @media (max-width: 991.98px) {
      .content-block .content-block-inner::before {
        top: -4px;
        right: -4px;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        border-radius: 28px; } }
  .content-block .content-block-inner:has(.content-block-list) {
    padding: 48px 28px; }
    @media (min-width: 992px) {
      .content-block .content-block-inner:has(.content-block-list) {
        padding-bottom: 50px;
        margin-bottom: 172px; } }
    @media (max-width: 991.98px) {
      .content-block .content-block-inner:has(.content-block-list) {
        padding: 32px 0 16px; }
        .content-block .content-block-inner:has(.content-block-list) .content-block-wrap {
          padding: 0 16px; } }
    .content-block .content-block-inner:has(.content-block-list) .content-block-text::after {
      content: "";
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 30px;
      height: 30px;
      margin-left: 6px;
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px);
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_899_29899)"><path d="M17.4845 16.0301C16.8931 15.0673 15.9551 14.3676 14.8636 14.0752C13.7722 13.7827 12.6101 13.9196 11.6165 14.4578L7.18075 16.8565C4.65828 18.1567 5.17729 22.0732 7.95258 22.6693C9.44836 23.0274 10.8584 22.5899 12.4553 23.0489C14.1256 23.4654 15.1812 24.4665 16.6387 24.9968C19.3135 25.7795 21.6381 22.6676 20.1229 20.3243L17.4845 16.0301Z" fill="white"/><path d="M24.8955 12.7435C23.5846 12.1011 22.1145 13.3572 21.4839 14.6091C19.5584 18.4918 23.326 20.3399 25.3235 16.6085C26.161 15.0044 25.9722 13.3038 24.8955 12.7435Z" fill="white"/><path d="M18.4372 13.3891C19.8136 13.7579 21.3522 12.493 21.8666 10.5732C22.9674 5.91437 18.2513 4.65069 16.8788 9.23673C16.3644 11.1565 17.0644 13.0212 18.4372 13.3891Z" fill="white"/><path d="M8.86476 11.2279C8.94832 9.82934 8.2995 8.00552 6.84302 7.90642C4.10476 7.86764 3.72683 13.6247 6.22953 14.3109C7.66205 14.6442 8.75929 13.1718 8.86476 11.2279Z" fill="white"/><path d="M12.1127 11.6945C13.4855 12.0623 15.0241 10.7974 15.5385 8.87765C16.6429 4.21978 11.9267 2.9561 10.5507 7.54117C10.0363 9.46095 10.7362 11.3257 12.1127 11.6945Z" fill="white"/></g><defs><clipPath id="clip0_899_29899"><rect width="24" height="24" fill="white" transform="translate(6.21191) rotate(15)"/></clipPath></defs></svg>'); }
      @media (max-width: 991.98px) {
        .content-block .content-block-inner:has(.content-block-list) .content-block-text::after {
          width: 16px;
          height: 16px;
          margin-left: 3px;
          -webkit-transform: translateY(4px);
              -ms-transform: translateY(4px);
                  transform: translateY(4px); } }

.content-block .content-block-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px; }
  @media (max-width: 991.98px) {
    .content-block .content-block-wrap {
      row-gap: 16px; } }

.content-block .content-block-title {
  max-width: 580px;
  color: var(--white-color);
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px; }
  @media (max-width: 991.98px) {
    .content-block .content-block-title {
      font-size: 28px;
      line-height: 1.2; } }

.content-block .content-block-text {
  max-width: 542px;
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .content-block .content-block-text {
      font-size: 14px;
      line-height: 1.4; } }

@media (min-width: 992px) {
  .content-block .btn {
    min-height: 48px; } }

@media (max-width: 575.98px) {
  .content-block .btn {
    width: 100%; } }

.content-block-list {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (min-width: 992px) {
    .content-block-list {
      margin-bottom: -165px;
      margin-top: 24px; } }
  @media (max-width: 991.98px) {
    .content-block-list {
      max-width: 100%;
      overflow-x: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 0 16px;
      gap: 8px;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .content-block-list::-webkit-scrollbar {
        display: none; } }
  .content-block-list .content-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .content-block-list .content-block-item {
        max-width: 220px;
        padding: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 16px; } }
  .content-block-list .content-block-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: #ebfffe;
    color: var(--accent-color); }
    .content-block-list .content-block-item-icon picture,
    .content-block-list .content-block-item-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    .content-block-list .content-block-item-icon .icon {
      width: 32px;
      height: 32px; }
    .content-block-list .content-block-item-icon:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .content-block-list .content-block-item-icon:not(:last-child) {
          margin-bottom: 8px; } }
  .content-block-list .content-block-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 26px; }
    @media (max-width: 991.98px) {
      .content-block-list .content-block-item-title {
        font-size: 16px;
        line-height: 1.2; } }
    .content-block-list .content-block-item-title span {
      color: var(--main-color); }
    .content-block-list .content-block-item-title:not(:last-child) {
      margin-bottom: 8px; }
  .content-block-list .content-block-item-text {
    margin-top: auto;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
    @media (max-width: 991.98px) {
      .content-block-list .content-block-item-text {
        font-size: 12px;
        line-height: 1.4; } }

section.main-slider-section {
  padding-top: 16px;
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    section.main-slider-section {
      padding-top: 12px;
      padding-bottom: 16px;
      overflow: hidden; } }
  section.main-slider-section:has(#nav-catalog:hover) .main-slider {
    z-index: 1; }
  section.main-slider-section:has(#nav-catalog:hover)::before {
    opacity: 1; }
  section.main-slider-section::before {
    content: "";
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  section.main-slider-section .catalog-drop {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: 100%;
    width: 100%;
    min-width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.main-slider-section .main-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px; }
  @media (min-width: 992px) {
    .main-slider-section .main-slider-wrap {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-wrap {
      margin-right: -12px; } }

.main-slider-section .main-slider-categories {
  width: 324px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-categories {
      display: none; } }

.main-slider-section .main-slider-box {
  overflow: hidden;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .main-slider-section .main-slider-box {
      width: calc(100% - 324px);
      margin: 0 -8px; } }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-box {
      width: 100%;
      padding-bottom: 0;
      overflow: visible; } }

.main-slider-section .main-slider {
  z-index: 1000;
  width: 100%;
  overflow: visible; }
  @media (min-width: 992px) {
    .main-slider-section .main-slider {
      padding: 0 8px; } }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider {
      padding-bottom: 26px; } }
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    gap: 16px; }
    @media (max-width: 575.98px) {
      .main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
        gap: 8px; } }
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
    width: calc(33.333% - 16px);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 767.98px) {
      .main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
        width: calc(50% - 16px); } }
    @media (max-width: 575.98px) {
      .main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
        width: calc(53% - 8px); } }
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-button-prev,
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-button-next {
    display: none; }

.main-slider-section .main-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }

.main-slider-section .main-slider-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .main-slider-section .main-slider-link:hover, .main-slider-section .main-slider-link:focus {
    text-decoration: none; }
    .main-slider-section .main-slider-link:hover .btn, .main-slider-section .main-slider-link:focus .btn {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }

.main-slider-section .main-slider-img picture,
.main-slider-section .main-slider-img img {
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-img picture,
    .main-slider-section .main-slider-img img {
      border-radius: 12px; } }

.main-slider-section .btn {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  min-height: 40px;
  -webkit-transform: translate(-50%, 40%);
      -ms-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 991.98px) {
    .main-slider-section .btn {
      display: none; } }

@media (max-width: 991.98px) {
  .main-slider-section .swiper-button-next,
  .main-slider-section .swiper-button-prev {
    display: none; } }

.main-slider-section .swiper-pagination {
  --swiper-pagination-bottom: 0; }
  @media (min-width: 992px) {
    .main-slider-section .swiper-pagination {
      display: none; } }

.section-error {
  padding-top: 60px; }
  .section-error:not(:last-child) {
    margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .section-error {
      padding-top: 30px; }
      .section-error:not(:last-child) {
        margin-bottom: 40px; } }
  .section-error .section-error-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 24px;
    row-gap: 24px;
    border-radius: 16px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        row-gap: 16px;
        padding: 32px 12px; } }
  .section-error .section-error-img {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-error .section-error-img img {
      width: 100%;
      aspect-ratio: 1 / 1;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .section-error .section-error-img {
        width: 160px;
        height: 160px; } }
  .section-error .section-error-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--red-color);
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 24px;
        line-height: 1.2; } }
    .section-error .section-error-title span:last-child {
      color: var(--black-color); }
  .section-error .section-error-text {
    max-width: 460px;
    color: var(--second-color);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .section-error .section-error-text {
        font-size: 16px; } }

.delivery-block:not(:last-child) {
  margin-bottom: 32px; }

.delivery-block .delivery-title {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; }
  .delivery-block .delivery-title:not(:last-child) {
    margin-bottom: 16px; }

.delivery-block .delivery-list {
  gap: 16px; }
  @media (min-width: 992px) {
    .delivery-block .delivery-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 991.98px) {
    .delivery-block .delivery-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--main100);
  background: var(--white-color); }
  .delivery-item .delivery-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .delivery-item .delivery-item-top:not(:last-child) {
      margin-bottom: 16px; }
  .delivery-item .delivery-item-icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .delivery-item .delivery-item-icon:has(.icon) {
      border-radius: 50%;
      background: var(--main-color); }
    .delivery-item .delivery-item-icon .icon {
      width: 16px;
      height: 16px;
      color: var(--white-color); }
    .delivery-item .delivery-item-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .delivery-item .delivery-item-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
  .delivery-item .delivery-item-content {
    font-size: 14px; }
    .delivery-item .delivery-item-content ul:not(:last-child), .delivery-item .delivery-item-content li:not(:last-child) {
      margin-bottom: 8px; }
    .delivery-item .delivery-item-content strong {
      font-weight: 400; }
      .delivery-item .delivery-item-content strong:not(:last-child) {
        margin-bottom: 8px; }
    .delivery-item .delivery-item-content p {
      margin-bottom: 0;
      color: var(--grey-color); }
      .delivery-item .delivery-item-content p:not(:last-child) {
        margin-bottom: 8px; }

.info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 32px;
  border-radius: 24px;
  background: var(--white-color); }
  @media (min-width: 992px) {
    .info-section.revers-block .info-section-img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .info-section.revers-block .info-section-content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: 439px;
      padding-left: 32px;
      padding-right: 0; } }
  @media (max-width: 991.98px) {
    .info-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px;
      padding: 12px;
      border-radius: 16px; } }
  .info-section .info-section-img {
    width: 100%;
    max-width: 745px; }
    .info-section .info-section-img picture,
    .info-section .info-section-img img {
      border-radius: 16px; }
  .info-section .info-section-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    .info-section .info-section-content p:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .info-section .info-section-content p:not(:last-child) {
          margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .info-section .info-section-content {
        width: 100%;
        max-width: 459px;
        padding-right: 32px; }
        .info-section .info-section-content .btn {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
    @media (max-width: 991.98px) {
      .info-section .info-section-content {
        row-gap: 12px; } }
  .info-section .info-section-title {
    color: var(--main-color);
    font-size: 48px;
    font-weight: 800;
    line-height: 56px; }
    @media (max-width: 991.98px) {
      .info-section .info-section-title {
        font-size: 24px;
        line-height: 1.2; } }

@media (min-width: 992px) {
  .section-categories .section-categories-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    gap: 16px; } }

@media (max-width: 991.98px) {
  .section-categories .section-categories-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; } }

.section-categories .categories-item {
  position: relative; }
  @media (min-width: 992px) {
    .section-categories .categories-item:nth-child(1) {
      -ms-grid-column-span: 8;
      grid-column: span 8;
      -ms-grid-row-span: 2;
      grid-row: span 2; }
      .section-categories .categories-item:nth-child(1) .categories-item-title {
        font-size: 56px; }
    .section-categories .categories-item:nth-child(2), .section-categories .categories-item:nth-child(3) {
      -ms-grid-column-span: 4;
      grid-column: span 4;
      -ms-grid-row-span: 1;
      grid-row: span 1; }
      .section-categories .categories-item:nth-child(2) .categories-item-content, .section-categories .categories-item:nth-child(3) .categories-item-content {
        padding: 32px; }
      .section-categories .categories-item:nth-child(2) .categories-item-title, .section-categories .categories-item:nth-child(3) .categories-item-title {
        max-width: 180px;
        font-size: 32px; }
    .section-categories .categories-item:nth-child(3) {
      -ms-grid-column-span: 4;
      grid-column: span 4;
      -ms-grid-row-span: 1;
      grid-row: span 1; }
    .section-categories .categories-item:nth-child(4), .section-categories .categories-item:nth-child(5) {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      -ms-grid-row-span: 1;
      grid-row: span 1; }
      .section-categories .categories-item:nth-child(4) .categories-item-title, .section-categories .categories-item:nth-child(5) .categories-item-title {
        max-width: 310px; } }
  @media (max-width: 991.98px) {
    .section-categories .categories-item {
      width: calc(50% - 4px); }
      .section-categories .categories-item:nth-child(1) {
        width: 100%; }
        .section-categories .categories-item:nth-child(1) .categories-item-title {
          max-width: 180px; } }
  .section-categories .categories-item .categories-item-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-categories .categories-item .categories-item-img picture,
    .section-categories .categories-item .categories-item-img img {
      border-radius: 24px; }
      @media (max-width: 991.98px) {
        .section-categories .categories-item .categories-item-img picture,
        .section-categories .categories-item .categories-item-img img {
          width: 100%;
          border-radius: 12px;
          -o-object-fit: cover;
             object-fit: cover; } }
  .section-categories .categories-item .categories-item-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 40px; }
    @media (max-width: 1199.98px) {
      .section-categories .categories-item .categories-item-content {
        padding: 24px; } }
    @media (max-width: 991.98px) {
      .section-categories .categories-item .categories-item-content {
        padding: 12px;
        row-gap: 4px; } }
  .section-categories .categories-item .categories-item-title {
    font-size: 48px;
    color: var(--black-color);
    font-weight: 800;
    line-height: 1; }
    @media (max-width: 1199.98px) {
      .section-categories .categories-item .categories-item-title {
        font-size: 32px; } }
    @media (max-width: 991.98px) {
      .section-categories .categories-item .categories-item-title {
        max-width: 80px;
        font-size: 14px; } }
  .section-categories .categories-item .categories-item-text {
    color: var(--black-blue);
    font-size: 24px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 1199.98px) {
      .section-categories .categories-item .categories-item-text {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .section-categories .categories-item .categories-item-text {
        max-width: 180px;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.4; } }
  .section-categories .categories-item .categories-item-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 6px;
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .section-categories .categories-item .categories-item-btn .icon-arrow {
      background: var(--main-color); }
      .section-categories .categories-item .categories-item-btn .icon-arrow .icon {
        color: var(--white-color); }
    @media (any-hover: hover) {
      .section-categories .categories-item .categories-item-btn:hover {
        color: var(--main-color); } }
    .section-categories .categories-item .categories-item-btn:focus {
      color: var(--main-color); }
    @media (max-width: 991.98px) {
      .section-categories .categories-item .categories-item-btn span:first-child {
        display: none; }
      .section-categories .categories-item .categories-item-btn .icon-arrow {
        width: 12px;
        height: 12px; }
        .section-categories .categories-item .categories-item-btn .icon-arrow .icon {
          width: 5px;
          height: 5px; } }

.page-special-offers .rubrics-nav .rubric {
  background: transparent;
  border-color: transparent; }

.special-offers-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 16px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .special-offers-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }

.section-offers {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  overflow: hidden;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .section-offers {
      padding-top: 28px;
      padding-bottom: 90px;
      overflow: hidden; } }
  .section-offers .section-offers-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    .section-offers .section-offers-top:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .section-offers .section-offers-top:not(:last-child) {
          margin-bottom: 16px; } }
    .section-offers .section-offers-top .section-title:not(:last-child) {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .section-offers .section-offers-wrap {
      margin: 0 -20px; } }
  @media (max-width: 991.98px) {
    .section-offers .section-offers-wrap {
      margin-right: -12px; } }
  @media (min-width: 992px) {
    .section-offers .section-offers-slider {
      padding: 0 20px; } }
  @media (max-width: 991.98px) {
    .section-offers .section-offers-slider {
      overflow: visible;
      padding-right: 12px; } }
  .section-offers .section-offers-slider:not(.swiper-pagination-lock) {
    padding-bottom: 45px; }
    @media (max-width: 991.98px) {
      .section-offers .section-offers-slider:not(.swiper-pagination-lock) {
        padding-bottom: 20px; } }
  .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    gap: 16px; }
    @media (max-width: 575.98px) {
      .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-wrapper {
        gap: 8px; } }
  .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 16px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 767.98px) {
      .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-slide {
        width: calc(62.5% - 16px); } }
    @media (max-width: 575.98px) {
      .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-slide {
        width: calc(83.33% - 8px); } }
  .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-button-prev,
  .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-button-next,
  .section-offers .section-offers-slider:not(.swiper-initialized) .swiper-pagination {
    display: none; }
  .section-offers .section-offers-slider .swiper-button-prev,
  .section-offers .section-offers-slider .swiper-button-next {
    margin-top: -112px !important; }
    @media (max-width: 991.98px) {
      .section-offers .section-offers-slider .swiper-button-prev,
      .section-offers .section-offers-slider .swiper-button-next {
        display: none; } }
  .section-offers .section-offers-slider .swiper-pagination {
    --swiper-pagination-bottom: 0; }
  .section-offers .btn-load-more {
    background: var(--main50); }
    @media (max-width: 991.98px) {
      .section-offers .btn-load-more {
        position: absolute;
        bottom: 28px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: calc(100% - 24px); } }
    .section-offers .btn-load-more:focus {
      background: var(--main50); }
    .section-offers .btn-load-more:hover {
      background: var(--accent-color); }

.offers-cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .offers-cart .offers-cart-img {
    position: relative;
    width: 100%; }
    .offers-cart .offers-cart-img:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .offers-cart .offers-cart-img:not(:last-child) {
          margin-bottom: 46px; } }
    .offers-cart .offers-cart-img picture,
    .offers-cart .offers-cart-img img {
      width: 100%;
      border-radius: 24px; }
      @media (max-width: 991.98px) {
        .offers-cart .offers-cart-img picture,
        .offers-cart .offers-cart-img img {
          border-radius: 12px; } }
  .offers-cart .offers-cart-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 24px 10px;
    color: var(--white-color);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    border-radius: 0 24px;
    background: var(--red-color); }
    @media (max-width: 991.98px) {
      .offers-cart .offers-cart-label {
        padding: 8px 16px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
        border-radius: 0 12px; } }
  .offers-cart .offers-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    @media (min-width: 992px) {
      .offers-cart .offers-cart-content {
        padding: 0 20px; } }
  .offers-cart .offers-cart-title {
    color: var(--black-blue);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .offers-cart .offers-cart-title:hover {
        color: var(--accent-color); } }
    .offers-cart .offers-cart-title:focus {
      color: var(--accent-color); }
    @media (max-width: 991.98px) {
      .offers-cart .offers-cart-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4; } }
  .offers-cart .offers-cart-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 6px;
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .offers-cart .offers-cart-link .icon-arrow {
      background: var(--main-color); }
      .offers-cart .offers-cart-link .icon-arrow .icon {
        color: var(--white-color); }
    @media (any-hover: hover) {
      .offers-cart .offers-cart-link:hover {
        color: var(--main-color); } }
    .offers-cart .offers-cart-link:focus {
      color: var(--main-color); }
    @media (max-width: 991.98px) {
      .offers-cart .offers-cart-link {
        display: none; } }
  .offers-cart .offer-timer {
    position: absolute;
    left: 16px;
    bottom: -16px; }
    @media (max-width: 991.98px) {
      .offers-cart .offer-timer {
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%); } }

.offer-timer {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 20px;
  background: var(--main-color); }
  @media (max-width: 991.98px) {
    .offer-timer {
      padding: 8px;
      border-radius: 16px; } }
  .offer-timer .offer-timer-title {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4; }
    .offer-timer .offer-timer-title:not(:last-child) {
      margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .offer-timer .offer-timer-title {
        font-size: 12px;
        font-weight: 700; }
        .offer-timer .offer-timer-title:not(:last-child) {
          margin-bottom: 0; } }
  .offer-timer .offer-timer-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 5px; }
  .offer-timer .data-in {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .offer-timer .data-in .data-in-wrap {
      position: relative;
      z-index: 5;
      min-width: 64px;
      height: 56px;
      padding: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 2px;
      text-align: center;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      background: var(--white-color);
      color: var(--black-color);
      border-radius: 12px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .offer-timer .data-in .data-in-wrap {
          padding: 2px 4px;
          row-gap: 0;
          min-width: 46px;
          min-height: 36px;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          font-size: 16px;
          font-weight: 800;
          line-height: 1.2;
          border-radius: 8px; } }
    .offer-timer .data-in span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--grey-color);
      font-size: 12px;
      font-weight: 500;
      line-height: 14px; }
      @media (max-width: 991.98px) {
        .offer-timer .data-in span {
          font-size: 10px;
          font-weight: 400;
          line-height: 1.2;
          text-transform: lowercase; } }

.special-offer {
  margin-top: 12px;
  padding: 32px;
  border-radius: 24px;
  background: var(--white-color); }
  .special-offer:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .special-offer {
      padding: 12px;
      border-radius: 16px; }
      .special-offer:not(:last-child) {
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .special-offer .special-offer-wrap {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 32px; } }
  @media (max-width: 991.98px) {
    .special-offer .special-offer-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .special-offer .special-offer-img {
    position: relative; }
    .special-offer .special-offer-img img {
      border-radius: 20px; }
      @media (max-width: 991.98px) {
        .special-offer .special-offer-img img {
          border-radius: 12px; } }
  .special-offer .special-offer-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 24px 10px;
    color: var(--white-color);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    border-radius: 0 24px;
    background: var(--red-color); }
    @media (max-width: 991.98px) {
      .special-offer .special-offer-label {
        padding: 8px 16px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
        border-radius: 0 12px; } }
  .special-offer .special-offer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 991.98px) {
      .special-offer .special-offer-content {
        row-gap: 12px;
        margin-top: -64px; } }
  .special-offer .special-offer-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (min-width: 992px) {
      .special-offer .special-offer-title:not(:last-child) {
        margin-bottom: 16px; } }
    @media (max-width: 991.98px) {
      .special-offer .special-offer-title {
        font-size: 20px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .special-offer .special-offer-text {
    padding-right: 8px;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 992px) {
      .special-offer .special-offer-text, .special-offer .special-offer-text * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .special-offer .special-offer-text::-webkit-scrollbar,
      .special-offer .special-offer-text *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .special-offer .special-offer-text::-webkit-scrollbar-button,
      .special-offer .special-offer-text *::-webkit-scrollbar-button {
        display: none; }
      .special-offer .special-offer-text::-webkit-scrollbar-track,
      .special-offer .special-offer-text *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      .special-offer .special-offer-text::-webkit-scrollbar-track-piece,
      .special-offer .special-offer-text *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      .special-offer .special-offer-text::-webkit-scrollbar-thumb,
      .special-offer .special-offer-text *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      .special-offer .special-offer-text::-webkit-scrollbar-corner,
      .special-offer .special-offer-text *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
    @media (min-width: 992px) {
      .special-offer .special-offer-text:not(:last-child) {
        margin-bottom: 26px; } }
    @media (max-width: 991.98px) {
      .special-offer .special-offer-text {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  @media (min-width: 992px) {
    .special-offer .offer-timer {
      margin-top: auto;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 26px;
      padding: 12px 12px 12px 24px; } }
  @media (min-width: 992px) {
    .special-offer .offer-timer .offer-timer-title {
      font-size: 20px;
      font-weight: 800;
      line-height: 1; } }
  @media (max-width: 991.98px) {
    .special-offer .offer-timer .offer-timer-title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.section-verified {
  overflow: hidden; }
  .section-verified .verified-slider {
    overflow: visible; }
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      overflow: hidden;
      gap: 16px; }
      @media (max-width: 767.98px) {
        .section-verified .verified-slider:not(.swiper-initialized) .swiper-wrapper {
          gap: 8px; } }
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-slide {
      width: calc(50% - 16px);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767.98px) {
        .section-verified .verified-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-button-prev,
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-button-next,
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-pagination {
      display: none; }
    .section-verified .verified-slider .swiper-slide {
      opacity: 1;
      height: auto !important; }
      .section-verified .verified-slider .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }

.verified-card {
  padding: 16px 24px 16px 16px;
  border-radius: 16px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  min-height: 100%; }
  @media (max-width: 991.98px) {
    .verified-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px;
      padding: 16px;
      border-radius: 20px; } }
  @media (min-width: 992px) {
    .verified-card .verified-card-product {
      width: 194px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .verified-card .product-block {
    --br: 12px;
    --bg: var(--main50);
    padding: 8px; }
    @media (max-width: 991.98px) {
      .verified-card .product-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 70px 1fr;
        grid-template-columns: 70px 1fr;
        gap: 6px 12px; } }
    .verified-card .product-block .product-img-wrap {
      margin-bottom: 8px; }
      .verified-card .product-block .product-img-wrap picture, .verified-card .product-block .product-img-wrap img {
        border-radius: 8px; }
      @media (max-width: 991.98px) {
        .verified-card .product-block .product-img-wrap {
          width: 70px;
          height: 70px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 0;
          -ms-grid-row-span: 2;
          grid-row: span 2; }
          .verified-card .product-block .product-img-wrap picture, .verified-card .product-block .product-img-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
    .verified-card .product-block .product-title {
      font-size: 14px;
      line-height: 16px; }
      @media (max-width: 991.98px) {
        .verified-card .product-block .product-title:not(:last-child) {
          margin-bottom: 0; } }
    .verified-card .product-block .price-wrap {
      font-size: 14px;
      line-height: 18px; }
    .verified-card .product-block .old-price {
      font-size: 12px; }
    @media (max-width: 991.98px) {
      .verified-card .product-block .product-actions {
        gap: 8px; } }
    .verified-card .product-block .action-toggle {
      width: 32px;
      height: 32px;
      background: var(--white-color); }
      .verified-card .product-block .action-toggle .ic {
        width: 16px;
        height: 16px; }
    .verified-card .product-block .btn-buy {
      width: 32px;
      height: 32px;
      min-height: 32px; }
      .verified-card .product-block .btn-buy .icon {
        width: 16px;
        height: 16px; }
  .verified-card .verified-card-review {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .verified-card .review {
    padding: 8px 0;
    border-radius: 0;
    border: none; }
    @media (max-width: 991.98px) {
      .verified-card .review {
        padding: 0; } }
    .verified-card .review .rating {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .verified-card .review .btn-link {
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      padding: 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      text-decoration: underline;
      text-transform: none; }
    @media (min-width: 992px) {
      .verified-card .review .review-name {
        font-weight: 700; }
      .verified-card .review .review-data {
        font-weight: 500;
        line-height: 20px; }
      .verified-card .review .rating {
        padding-bottom: 4px; } }

.utp {
  padding: 32px;
  border-radius: 24px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .utp {
      padding: 16px 12px;
      border-radius: 16px; } }
  .utp .utp-title {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2; }
    .utp .utp-title:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .utp .utp-title {
        font-size: 24px; }
        .utp .utp-title:not(:last-child) {
          margin-bottom: 16px; } }
  .utp ul, .utp li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .utp .utp-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
    @media (max-width: 991.98px) {
      .utp .utp-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .utp .utp-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px; } }
    .utp .utp-list:not(:has(.utp-item:nth-child(4))) {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
      @media (max-width: 991.98px) {
        .utp .utp-list:not(:has(.utp-item:nth-child(4))) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 8px; } }
  .utp .utp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: var(--main50); }
    @media (max-width: 991.98px) {
      .utp .utp-item {
        padding: 12px;
        border-radius: 12px; } }
    .utp .utp-item .utp-item-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 48px;
      height: 48px;
      border-radius: 100px;
      background: var(--main100);
      color: var(--main-color); }
      .utp .utp-item .utp-item-icon:not(:has(img)) {
        width: 30px;
        height: 30px;
        background: var(--main-color);
        color: var(--white-color);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4; }
      .utp .utp-item .utp-item-icon picture,
      .utp .utp-item .utp-item-icon img {
        width: 32px;
        height: 32px;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
      .utp .utp-item .utp-item-icon .icon {
        width: 32px;
        height: 32px; }
      .utp .utp-item .utp-item-icon:not(:last-child) {
        margin-bottom: 16px; }
    .utp .utp-item .utp-item-title {
      color: var(--black-color);
      font-size: 20px;
      font-weight: 800;
      line-height: 1; }
      @media (max-width: 991.98px) {
        .utp .utp-item .utp-item-title {
          font-size: 18px;
          font-weight: 700; } }
      .utp .utp-item .utp-item-title:not(:last-child) {
        margin-bottom: 8px; }
    .utp .utp-item .utp-item-text {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        .utp .utp-item .utp-item-text {
          font-size: 12px; } }

.price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  color: var(--price-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .price-wrap {
      font-size: 18px;
      line-height: 1; } }
  .price-wrap .old-price {
    display: inline-block;
    color: var(--price-old);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through; }
    @media (max-width: 991.98px) {
      .price-wrap .old-price {
        font-size: 12px;
        line-height: 1.4; } }
  .price-wrap .price {
    color: var(--price-color);
    font-weight: 700; }
  .price-wrap .old-price ~ .price {
    color: var(--price-new); }
  .price-wrap .old-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .price-wrap .old-price-wrap ~ .price {
    color: var(--price-new); }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--price-new);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .qty-picker .minus,
  .qty-picker .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    background: var(--main50);
    color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      .qty-picker .minus:hover,
      .qty-picker .plus:hover {
        background: var(--main-color);
        color: var(--white-color); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      background: var(--main-color);
      color: var(--white-color); }
  .qty-picker input {
    height: 42px;
    width: 60px;
    padding: 1px 4px;
    text-align: center;
    outline: none !important;
    background: transparent !important;
    border-radius: 12px;
    border: 1px solid var(--main200);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        border-color: var(--main-color); } }
    .qty-picker input:focus {
      border-color: var(--main-color); }
  .qty-picker input::-webkit-outer-spin-button,
  .qty-picker input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-picker input[type=number] {
    -moz-appearance: textfield; }
  @media (max-width: 991.98px) {
    .qty-picker .minus,
    .qty-picker .plus {
      width: 32px;
      height: 32px; }
    .qty-picker input {
      width: 40px;
      height: 40px;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4; } }

.product-block {
  --br: 16px;
  --bg: white;
  position: relative;
  width: 100%;
  padding: 24px;
  border-radius: var(--br);
  min-height: 100%;
  background: var(--bg); }
  @media (max-width: 1199.98px) {
    .product-block {
      padding: 16px; } }
  @media (max-width: 767.98px) {
    .product-block {
      --br: 0; } }
  .product-block .dropdown-block:empty {
    display: none; }
  .product-block .product-img-wrap {
    display: block;
    margin-bottom: 12px; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
    .product-block .product-img-wrap img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .product-block .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--black-color);
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .product-block .product-title:not(:last-child) {
      margin-bottom: 12px; }
    .product-block .product-title span {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--main-color); } }
    .product-block .product-title:focus {
      color: var(--main-color); }
    @media (max-width: 991.98px) {
      .product-block .product-title {
        font-size: 14px;
        line-height: 1.4; } }
  .product-block .product-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-block .product-head:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .product-block .product-head {
        gap: 8px; } }
  .product-block .product-icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-block .product-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-block .product-sku {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4; }
    .product-block .product-sku:not(:last-child) {
      margin-bottom: 4px; }
  .product-block .product-status:not(:last-child) {
    margin-bottom: 8px; }
  .product-block .rating,
  .product-block .stock-status,
  .product-block .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
    .product-block .rating:not(:last-child),
    .product-block .stock-status:not(:last-child),
    .product-block .product-actions:not(:last-child) {
      margin-bottom: 8px; }
  .product-block .product-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
  .product-block .btn-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 40px;
    width: 40px;
    height: 40px;
    padding: 4px;
    background: var(--main-color);
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-block .btn-buy .icon {
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      .product-block .btn-buy:hover {
        background: var(--accent-hover-color); } }
    .product-block .btn-buy:focus {
      background: var(--accent-hover-color); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product-block.out_of_stock .product-img-wrap img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.section-product {
  padding-bottom: 0;
  padding-top: 0; }
  .section-product:not(:last-child) {
    margin-bottom: 4px; }
  .section-product .product-title {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none; }
    .section-product .product-title:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .section-product .product-title {
        font-size: 20px; }
        .section-product .product-title:not(:last-child) {
          margin-bottom: 12px; } }
  .section-product.out_of_stock .thumb-img img,
  .section-product.out_of_stock .gallery-slide img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .section-product.out_of_stock .product-action-btn {
    display: none; }
  .section-product.out_of_stock .btn-out-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .section-product.out_of_stock .btn-out-stock {
        width: 100%; } }

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 676px 1fr;
  grid-template-columns: 676px 1fr;
  gap: 4px; }
  @media (max-width: 1199.98px) {
    .product-page-grid {
      -ms-grid-columns: 550px 1fr;
      grid-template-columns: 550px 1fr; } }
  @media (max-width: 991.98px) {
    .product-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 4px; } }
  .product-page-grid .product-row {
    padding: 24px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .product-page-grid .product-row {
        padding: 16px 12px; } }
    .product-page-grid .product-row:last-child {
      border-radius: 0 0 16px 16px; }
  .product-page-grid .product-heading {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
    .product-page-grid .product-heading:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-heading {
        font-size: 16px;
        line-height: 1.2; }
        .product-page-grid .product-heading:not(:last-child) {
          margin-bottom: 8px; } }
  @media (max-width: 991.98px) {
    .product-page-grid .product-text {
      font-size: 12px; } }
  @media (min-width: 992px) {
    .product-page-grid .left-side {
      position: sticky;
      z-index: 1;
      top: 116px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 991.98px) {
    .product-page-grid .left-side {
      max-width: 628px;
      width: 100%;
      margin: 0 auto; } }
  .product-page-grid .product-title {
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-title {
        font-size: 24px;
        line-height: 1.1; } }
    .product-page-grid .product-title:not(:last-child) {
      margin-bottom: 12px; }
  .product-page-grid .in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .product-page-grid .in-stock {
        font-size: 14px; } }
    .product-page-grid .in-stock .in-stock {
      color: var(--green-color); }
    .product-page-grid .in-stock .out-stock {
      color: var(--red-color); }
  .product-page-grid .sku {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .product-page-grid .sku {
        font-size: 12px; } }
  .product-page-grid .product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px; }
  .product-page-grid .product-provider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    padding: 16px 24px;
    background: var(--white-color);
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-provider {
        padding: 16px 12px; } }
    .product-page-grid .product-provider .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      color: var(--main-color); }
      .product-page-grid .product-provider .value .icon {
        width: 20px;
        height: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .product-page-grid .top-info:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .product-page-grid .top-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product-page-grid .top-info:not(:last-child) {
        margin-bottom: 12px; } }
  .product-page-grid .top-info .top-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .product-page-grid .top-info .top-info-wrap {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 4px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .product-page-grid .top-info .brand-item {
    height: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-page-grid .top-info .brand-item img {
      width: auto;
      height: 100%; }
    @media (min-width: 992px) {
      .product-page-grid .top-info .brand-item {
        display: none; } }
  .product-page-grid .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px; }
  .product-page-grid .product-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 1199.98px) {
      .product-page-grid .product-actions .action-toggle {
        display: none; } }
  .product-page-grid .product-price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .product-page-grid .action-toggle {
    width: 56px;
    height: 56px;
    background: var(--main50); }
    .product-page-grid .action-toggle .ic {
      width: 24px;
      height: 24px; }
    @media (max-width: 991.98px) {
      .product-page-grid .action-toggle {
        width: 44px;
        height: 44px; }
        .product-page-grid .action-toggle .ic {
          width: 20px;
          height: 20px; } }
  .product-page-grid .qty-picker {
    padding-top: 7px;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .product-page-grid .qty-picker {
        padding-top: 9px; } }
  .product-page-grid .product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 16px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-button {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 12px; } }
  .product-page-grid .product-btn {
    padding: 12px 40px;
    gap: 10px; }
    @media (max-width: 575.98px) {
      .product-page-grid .product-btn {
        width: 100%; } }
    .product-page-grid .product-btn .icon {
      width: 24px;
      height: 24px; }
  @media (max-width: 575.98px) {
    .product-page-grid .btn-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; } }
  .product-page-grid .product-price {
    padding-top: 4px; }
  .product-page-grid .price-wrap {
    font-size: 32px;
    font-weight: 800;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .product-page-grid .price-wrap {
        font-size: 28px;
        line-height: 1.2; } }
    .product-page-grid .price-wrap .price {
      font-weight: 800; }
    .product-page-grid .price-wrap .old-price {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .old-price {
          font-size: 12px;
          font-weight: 400; } }
  .product-page-grid .product-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-order {
        gap: 18px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product-page-grid .product-group {
    position: relative;
    z-index: 99; }

.product-group-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .product-group-buttons {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      max-width: calc(100% + 24px);
      overflow-x: auto;
      gap: 0;
      margin: 0 -12px;
      padding: 0 8px;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .product-group-buttons::-webkit-scrollbar {
        display: none; } }
  .product-group-buttons .product-group-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 20px;
    min-height: 38px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 100px;
    border: 1px solid var(--main100);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .product-group-buttons .product-group-button:hover {
        background: var(--main-color);
        color: var(--white-color);
        border-color: var(--main-color); } }
    .product-group-buttons .product-group-button:focus, .product-group-buttons .product-group-button.selected {
      background: var(--main-color);
      color: var(--white-color);
      border-color: var(--main-color); }
    @media (max-width: 991.98px) {
      .product-group-buttons .product-group-button {
        min-height: 36px;
        font-size: 14px;
        font-weight: 400;
        margin: 0 4px; } }

.product-gallery-sticker {
  position: relative;
  z-index: 1; }
  .product-gallery-sticker .product-stickers {
    z-index: 10; }

.product-gallery {
  position: relative;
  padding: 32px 32px 32px 157px;
  background: var(--white); }
  @media (min-width: 992px) {
    .product-gallery {
      border-radius: 0 0 0 16px; } }
  @media (max-width: 991.98px) {
    .product-gallery {
      padding: 12px 12px 62px; } }
  @media (min-width: 1200px) {
    .product-gallery .action-toggle {
      display: none; } }
  @media (max-width: 1199.98px) {
    .product-gallery .action-toggle {
      position: absolute;
      z-index: 10000;
      right: 12px;
      bottom: 60px; } }
  .product-gallery .product-stickers.stickers-top-left {
    left: 0;
    top: 0; }
  .product-gallery .product-gallery-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 550px; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
        width: 100%; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-prev,
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-next {
        display: none; }
    .product-gallery .product-gallery-slides [role=button] {
      position: absolute;
      z-index: 10; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-slides .swiper-button-prev,
      .product-gallery .product-gallery-slides .swiper-button-next {
        display: none; } }
  .product-gallery .gallery-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-gallery .product-gallery-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 57px 32px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs {
        top: auto;
        z-index: 10;
        bottom: 0;
        height: 50px;
        width: 100%;
        padding: 0;
        border-top: 1px solid var(--main50);
        background: var(--main50); } }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      display: none; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 72px;
        height: 72px;
        padding: 4px;
        border-radius: 8px; }
        @media (max-width: 991.98px) {
          .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
            width: 48px;
            height: 48px;
            border-radius: 4px; } }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
        width: 72px;
        height: 72px; }
        @media (max-width: 991.98px) {
          .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
            width: 48px;
            height: 48px; } }
    .product-gallery .product-gallery-thumbs .swiper-button-next,
    .product-gallery .product-gallery-thumbs .swiper-button-prev {
      width: 40px !important;
      height: 40px !important;
      background: var(--white-color);
      left: 50% !important;
      margin-top: 0 !important; }
      .product-gallery .product-gallery-thumbs .swiper-button-next::after,
      .product-gallery .product-gallery-thumbs .swiper-button-prev::after {
        color: var(--main-color); }
      .product-gallery .product-gallery-thumbs .swiper-button-next:hover, .product-gallery .product-gallery-thumbs .swiper-button-next:focus,
      .product-gallery .product-gallery-thumbs .swiper-button-prev:hover,
      .product-gallery .product-gallery-thumbs .swiper-button-prev:focus {
        background: var(--main-color); }
        .product-gallery .product-gallery-thumbs .swiper-button-next:hover::after, .product-gallery .product-gallery-thumbs .swiper-button-next:focus::after,
        .product-gallery .product-gallery-thumbs .swiper-button-prev:hover::after,
        .product-gallery .product-gallery-thumbs .swiper-button-prev:focus::after {
          color: var(--white-color); }
      @media (max-width: 991.98px) {
        .product-gallery .product-gallery-thumbs .swiper-button-next,
        .product-gallery .product-gallery-thumbs .swiper-button-prev {
          display: none; } }
    .product-gallery .product-gallery-thumbs .swiper-button-next {
      top: auto;
      bottom: 18px;
      -webkit-transform: translateX(-50%) rotate(90deg) !important;
          -ms-transform: translateX(-50%) rotate(90deg) !important;
              transform: translateX(-50%) rotate(90deg) !important; }
    .product-gallery .product-gallery-thumbs .swiper-button-prev {
      top: 18px;
      -webkit-transform: translateX(-50%) rotate(90deg) !important;
          -ms-transform: translateX(-50%) rotate(90deg) !important;
              transform: translateX(-50%) rotate(90deg) !important; }
  .product-gallery .gallery-thumb-slide {
    max-width: 72px;
    height: 72px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--white-color); }
    @media (any-hover: hover) {
      .product-gallery .gallery-thumb-slide:hover {
        border-color: var(--main100); } }
    .product-gallery .gallery-thumb-slide:focus {
      border-color: var(--main100); }
    .product-gallery .gallery-thumb-slide:not(.swiper-slide-thumb-active) {
      border-right: 1px solid var(--main50); }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      border-color: var(--main-color); }
    @media (max-width: 991.98px) {
      .product-gallery .gallery-thumb-slide {
        max-width: 48px;
        height: 48px;
        border-radius: 4px; } }
  .product-gallery .thumb-img {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .product-gallery .thumb-img {
        width: 48px;
        height: 48px; } }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    margin-top: -20px;
    width: 40px !important;
    height: 40px !important;
    background: var(--main50); }
    .product-gallery .swiper-button-next::after,
    .product-gallery .swiper-button-prev::after {
      color: var(--main-color); }
    .product-gallery .swiper-button-next.swiper-button-disabled,
    .product-gallery .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
      visibility: hidden; }
    .product-gallery .swiper-button-next:hover, .product-gallery .swiper-button-next:focus,
    .product-gallery .swiper-button-prev:hover,
    .product-gallery .swiper-button-prev:focus {
      background: var(--main-color); }
      .product-gallery .swiper-button-next:hover::after, .product-gallery .swiper-button-next:focus::after,
      .product-gallery .swiper-button-prev:hover::after,
      .product-gallery .swiper-button-prev:focus::after {
        color: var(--white-color); }
  .product-gallery .swiper-button-next {
    right: 0; }
  .product-gallery .swiper-button-prev {
    left: 0; }

.section-details {
  padding-top: 0; }
  @media (max-width: 991.98px) {
    .section-details {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .section-details .section-details-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 336px;
      grid-template-columns: 1fr 336px;
      gap: 4px; } }
  .section-details .section-details-row {
    background: var(--white);
    padding: 32px; }
    .section-details .section-details-row:first-child {
      border-radius: 16px 0 0 0; }
    .section-details .section-details-row:last-child {
      border-radius: 0 0 0 16px; }
    .section-details .section-details-row:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      .section-details .section-details-row {
        padding: 16px 12px; }
        .section-details .section-details-row:first-child {
          border-radius: 12px 12px 0 0; }
        .section-details .section-details-row:last-child {
          border-radius: 0 0 12px 12px; } }
  .section-details .section-details-card {
    position: sticky;
    top: 116px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .section-details .section-details-card .product-block {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      border-radius: 0 16px 16px 0; }
    @media (max-width: 991.98px) {
      .section-details .section-details-card {
        display: none; } }

body.product-sticky #page-content {
  z-index: 32; }

body.product-sticky #mobile-nav {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none; }

body.product-sticky .product-mobile-sticky {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial; }

.product-mobile-sticky {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  background: var(--white-color);
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none; }
  @media (min-width: 992px) {
    .product-mobile-sticky {
      display: none; } }

#content,
#top,
#description-product,
#characteristics-product,
#all-product {
  scroll-margin-top: 180px; }

.product-anchors {
  position: sticky;
  z-index: 9999;
  top: 112px;
  min-height: 56px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border-radius: 16px 16px 0 0;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 991.98px) {
    .product-anchors {
      border-radius: 12px 12px 0 0;
      padding: 0 12px;
      min-height: 44px;
      top: 60px;
      gap: 16px; } }
  .product-anchors::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .product-anchors.scroll {
    top: 72px; }
    @media (max-width: 991.98px) {
      .product-anchors.scroll {
        top: 60px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06); } }
  @media (max-width: 991.98px) {
    .product-anchors.sticky {
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06); } }
  .product-anchors.sticky::before {
    opacity: 1;
    visibility: visible; }
  .product-anchors:not(:last-child) {
    margin-bottom: 4px; }
  .product-anchors .product-anchors-slider {
    overflow: hidden;
    background: var(--white); }
  .product-anchors .product-anchors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .product-anchors .product-anchors-item {
    width: auto !important; }
    .product-anchors .product-anchors-item:last-child .product-anchors-link:after {
      display: none; }
  .product-anchors .product-anchors-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 16px 0;
    min-height: 54px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--black-color);
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-link {
        padding: 12px 0;
        min-height: 44px;
        font-size: 14px; } }
    .product-anchors .product-anchors-link::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: var(--main-color);
      border-radius: 8px 8px 0 0;
      -webkit-transform: translateY(6px) scale(0.9);
          -ms-transform: translateY(6px) scale(0.9);
              transform: translateY(6px) scale(0.9);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .product-anchors .product-anchors-link .badge {
      width: 22px;
      height: 22px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      border-radius: 100px;
      background: var(--main-color);
      color: var(--white-color);
      font-size: 12px;
      font-weight: 700;
      line-height: normal; }
    @media (any-hover: hover) {
      .product-anchors .product-anchors-link:hover {
        color: var(--main-color);
        text-decoration: none; }
        .product-anchors .product-anchors-link:hover::before {
          -webkit-transform: translateY(0) scale(1);
              -ms-transform: translateY(0) scale(1);
                  transform: translateY(0) scale(1); } }
    .product-anchors .product-anchors-link.active, .product-anchors .product-anchors-link:focus {
      color: var(--main-color);
      text-decoration: none; }
      .product-anchors .product-anchors-link.active::before, .product-anchors .product-anchors-link:focus::before {
        -webkit-transform: translateY(0) scale(1);
            -ms-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1); }
  @media (max-width: 991.98px) {
    .product-anchors .brand-item {
      display: none; } }
  .product-anchors .brand-item a {
    color: var(--black-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .product-anchors .brand-item a:hover {
        color: var(--accent-color); } }
    .product-anchors .brand-item a:focus {
      color: var(--accent-color); }

.product-payment-wrap .product-payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.product-payment-wrap .payment-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  min-height: 32px;
  border-radius: 100px;
  border: 1px solid rgba(128, 128, 128, 0.3);
  color: var(--theme-color-main); }

@media (max-width: 991.98px) {
  .product-payment-wrap .payment-item-title {
    font-size: 14px;
    line-height: 20px; } }

.product-delivery-wrap .product-delivery-table {
  width: 100%; }
  .product-delivery-wrap .product-delivery-table thead {
    border-bottom: 1px solid #e7f0f8; }
  .product-delivery-wrap .product-delivery-table th {
    padding-bottom: 12px;
    color: grey;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .product-delivery-wrap .product-delivery-table th {
        padding-bottom: 8px;
        font-size: 10px; } }
  .product-delivery-wrap .product-delivery-table tr:not(:last-child) {
    border-bottom: 1px solid #e7f0f8; }
  .product-delivery-wrap .product-delivery-table tr:last-child td {
    padding: 20px 16px 0 0; }
    @media (max-width: 991.98px) {
      .product-delivery-wrap .product-delivery-table tr:last-child td {
        padding: 12px 12px 0 0; } }
  .product-delivery-wrap .product-delivery-table td {
    padding: 20px 16px 20px 0;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: top; }
    @media (max-width: 767.98px) {
      .product-delivery-wrap .product-delivery-table td {
        padding: 12px 10px 12px 0;
        font-size: 12px; }
        .product-delivery-wrap .product-delivery-table td:first-child {
          width: 178px; }
        .product-delivery-wrap .product-delivery-table td:nth-child(2) {
          white-space: nowrap; }
        .product-delivery-wrap .product-delivery-table td:last-child {
          padding-right: 0; } }

.product-delivery-wrap .table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .table-item {
      gap: 8px; } }

.product-delivery-wrap .table-item-image {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .table-item-image {
      width: 24px;
      height: 24px; } }
  .product-delivery-wrap .table-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.product-delivery-wrap .table-item-subtitle {
  color: var(--grey-color); }

.product-documentation .product-documentation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -8px -8px 0; }

.product-documentation .product-documentation-item {
  width: 50%;
  min-height: 100%;
  padding: 0 8px 8px 0; }
  @media (max-width: 767.98px) {
    .product-documentation .product-documentation-item {
      width: 100%; } }

.download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(128, 128, 128, 0.3); }
  .download-file .download-file-icon {
    width: 32px;
    height: 32px;
    color: var(--theme-color-main); }
  .download-file .download-file-name {
    color: #424546;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .download-file .download-file-size {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
  .download-file .download-file-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--theme-color-main);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (any-hover: hover) {
      .download-file .download-file-link:hover, .download-file .download-file-link:focus {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        color: red; } }

.action-toggle {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-main);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .action-toggle .ic,
  .action-toggle .icon {
    width: 20px;
    height: 20px; }
  .action-toggle.choosed {
    color: var(--accent-color); }
  @media (any-hover: hover) {
    .action-toggle:hover {
      color: var(--accent-hover-color); } }
  .action-toggle:focus {
    color: var(--accent-click-color); }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .rating:not(.rating-main) {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  .rating:not(:last-child) {
    margin-bottom: 8px; }
  .rating.rating-main {
    gap: 16px; }
    .rating.rating-main:not(:last-child) {
      margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      .rating.rating-main {
        padding-bottom: 12px;
        border-bottom: 1px solid #e7f0f8; }
        .rating.rating-main:not(:last-child) {
          margin-bottom: 12px; } }
    .rating.rating-main .rating-stars {
      gap: 6px; }
      .rating.rating-main .rating-stars .star-icon {
        width: 24px;
        height: 24px; }
      @media (max-width: 991.98px) {
        .rating.rating-main .rating-stars {
          gap: 4px;
          margin-left: auto; }
          .rating.rating-main .rating-stars .star-icon {
            width: 16px;
            height: 16px; } }
  .rating .rating-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .rating .rating-title {
        font-size: 14px; } }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    .rating .rating-stars .star-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      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 24 24" fill="none"><g clip-path="url(%23clip0_822_17167)"><path d="M23.9372 9.20541C23.7792 8.71944 23.3482 8.37538 22.8402 8.32942L15.9121 7.70044L13.1741 1.29017C12.972 0.819219 12.512 0.515259 12 0.515259C11.4881 0.515259 11.0279 0.819219 10.827 1.29017L8.08902 7.70044L1.15982 8.32942C0.651881 8.37629 0.221759 8.72035 0.0628208 9.20541C-0.0952019 9.69138 0.0507356 10.2244 0.434897 10.5613L5.67199 15.1535L4.12783 21.9545C4.01485 22.4546 4.20895 22.9717 4.62387 23.2716C4.8469 23.4337 5.10893 23.5146 5.37187 23.5146C5.59783 23.5146 5.82397 23.4545 6.02593 23.3337L12 19.7616L17.973 23.3337C18.4112 23.5955 18.9622 23.5716 19.3762 23.2716C19.7911 22.9717 19.9852 22.4546 19.8722 21.9545L18.3281 15.1535L23.5652 10.5613C23.9491 10.2244 24.0953 9.69248 23.9372 9.20541Z" fill="%23FFC43D"/></g></svg>') center no-repeat;
      background-size: contain; }
      .rating .rating-stars .star-icon.disabled {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_822_17173)"><path d="M23.9372 9.20541C23.7792 8.71944 23.3482 8.37538 22.8402 8.32942L15.9121 7.70044L13.1741 1.29017C12.972 0.819219 12.512 0.515259 12 0.515259C11.4881 0.515259 11.0279 0.819219 10.827 1.29017L8.08902 7.70044L1.15982 8.32942C0.651881 8.37629 0.221759 8.72035 0.0628208 9.20541C-0.0952019 9.69138 0.0507356 10.2244 0.434897 10.5613L5.67199 15.1535L4.12783 21.9545C4.01485 22.4546 4.20895 22.9717 4.62387 23.2716C4.8469 23.4337 5.10893 23.5146 5.37187 23.5146C5.59783 23.5146 5.82397 23.4545 6.02593 23.3337L12 19.7616L17.973 23.3337C18.4112 23.5955 18.9622 23.5716 19.3762 23.2716C19.7911 22.9717 19.9852 22.4546 19.8722 21.9545L18.3281 15.1535L23.5652 10.5613C23.9491 10.2244 24.0953 9.69248 23.9372 9.20541Z" fill="%23E7F0F8"/></g></svg>') center no-repeat; }
      @media (max-width: 991.98px) {
        .rating .rating-stars .star-icon {
          width: 12px;
          height: 12px; } }
  .rating .rating-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      .rating .rating-count {
        padding-top: 0;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.4; } }

.reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px; }
  @media (min-width: 992px) {
    .reviews-top .btn {
      min-height: 56px; } }
  @media (max-width: 991.98px) {
    .reviews-top .btn {
      min-height: 36px;
      padding: 2px 16px;
      font-size: 14px; } }
  @media (max-width: 991.98px) {
    .reviews-top:not(:last-child) {
      margin-bottom: 12px; } }

.reviews-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .reviews-title .h2 {
    margin-bottom: 0; }

.reviews-count {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .reviews-count {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    .reviews-count {
      font-size: 24px; } }

.reviews .reviews-list:not(:last-child) {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .review {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--main100); }
    .review:not(:last-child) {
      margin-bottom: 10px; } }

@media (max-width: 991.98px) {
  .review:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e7f0f8; } }

.review.answer {
  padding-left: 50px; }

.review .review-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  .review .review-heading:not(:last-child) {
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .review .review-heading:not(:last-child) {
        margin-bottom: 12px; } }

.review .review-user {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 40px auto;
  grid-template-columns: 40px auto;
  gap: 2px 16px; }
  @media (max-width: 991.98px) {
    .review .review-user {
      -ms-grid-columns: 32px auto;
      grid-template-columns: 32px auto;
      gap: 0 8px; } }

.review .review-img {
  width: 40px;
  height: 40px;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  background: #2fe6de;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .review .review-img {
      width: 32px;
      height: 32px; } }
  .review .review-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.review .review-name {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 1; }
  @media (max-width: 991.98px) {
    .review .review-name {
      font-size: 16px;
      line-height: 1.2; } }

.review .review-data {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .review .review-data {
      font-size: 12px; } }

.review .answer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px; }

.modal.verified-modal {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  .modal.verified-modal .modal-dialog {
    max-width: 798px;
    width: 100%; }
  .modal.verified-modal .modal-content {
    border: none;
    border-radius: 20px;
    min-height: 100%; }
  .modal.verified-modal .modal-body {
    padding: 32px; }
    .modal.verified-modal .modal-body .verified-card {
      padding: 0;
      gap: 24px; }
      .modal.verified-modal .modal-body .verified-card .review {
        padding: 0; }
        .modal.verified-modal .modal-body .verified-card .review .btn-link {
          display: none; }
        .modal.verified-modal .modal-body .verified-card .review .review-heading:not(:last-child) {
          margin-bottom: 16px; }
        .modal.verified-modal .modal-body .verified-card .review .review-content {
          padding-right: 6px;
          max-height: 220px;
          overflow-y: auto; }
          @media (min-width: 992px) {
            .modal.verified-modal .modal-body .verified-card .review .review-content, .modal.verified-modal .modal-body .verified-card .review .review-content * {
              scrollbar-color: auto;
              scrollbar-width: auto; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar {
              width: 4px;
              height: 4px; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-button,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-button {
              display: none; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-track,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-track {
              background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
              background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-track-piece,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-track-piece {
              background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
              background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-thumb,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-thumb {
              background: var(--theme-color-main);
              border-radius: 99px; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-corner,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-corner {
              background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
              background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  .modal.verified-modal .modal-close {
    top: 14px;
    right: 14px; }

.modal.review-modal {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  .modal.review-modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .modal.review-modal .modal-dialog {
    max-width: 748px;
    width: 100%;
    margin: 0 0 0 auto;
    min-height: 100vh;
    height: 100%;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  .modal.review-modal .modal-content {
    border: none;
    border-radius: 0;
    min-height: 100%; }
  .modal.review-modal .modal-body {
    padding: 24px 32px; }
    @media (max-width: 991.98px) {
      .modal.review-modal .modal-body {
        padding: 0 0 24px; } }
  .modal.review-modal .rating-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .modal.review-modal .rating-group .form-label {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .modal.review-modal .rating-group:not(:last-child) {
        margin-bottom: 16px; } }
  .modal.review-modal .btn-continue {
    position: absolute;
    left: 32px;
    bottom: 24px; }
    @media (max-width: 991.98px) {
      .modal.review-modal .btn-continue {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        left: 50%;
        bottom: 14px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .modal.review-modal textarea.form-control {
    height: 136px !important; }
  @media (max-width: 991.98px) {
    .modal.review-modal .form-product-add-review {
      padding: 24px 12px; } }
  @media (max-width: 575.98px) {
    .modal.review-modal .form-product-add-review .btn-default {
      width: 100%; } }

.review-title {
  color: var(--black-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 32px; }
  @media (min-width: 992px) {
    .review-title:not(:last-child) {
      margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .review-title {
      padding: 20px 12px;
      background: var(--main-color);
      color: var(--white-color);
      font-size: 18px;
      line-height: 1; } }

.raty-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.raty-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .raty-rating img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain; }

.rating-hint {
  display: none; }

.reviews-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  row-gap: 16px;
  text-align: center; }
  .reviews-empty .reviews-empty-img {
    width: 100px;
    height: 100px; }
    .reviews-empty .reviews-empty-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .reviews-empty .reviews-empty-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
  .reviews-empty .reviews-empty-text {
    max-width: 280px;
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }

.product-fast-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .product-fast-order .form-control {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .product-fast-order .btn-submit {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
    border-radius: 0 4px 4px 0; }
  .product-fast-order .form-error {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 2px 0;
    color: red;
    font-size: 12px; }

.share-friends {
  margin: 20px 0; }
  .share-friends .block-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .share-friends .socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }

.products-sets-wrap {
  margin: 30px 0; }
  .products-sets-wrap .sets-carousel:not(.swiper-initialized) .swiper-slide ~ .swiper-slide {
    display: none; }
  .products-sets-wrap .sets-carousel {
    margin-left: -10px;
    margin-right: -10px; }
    .products-sets-wrap .sets-carousel .swiper-slide {
      padding: 10px; }
  .products-sets-wrap .set-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px auto 320px auto 320px;
    grid-template-columns: 320px auto 320px auto 320px;
    gap: 20px; }
    .products-sets-wrap .set-card .plus-icon,
    .products-sets-wrap .set-card .equal-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .products-sets-wrap .set-card .plus-icon svg,
      .products-sets-wrap .set-card .equal-icon svg {
        width: 50px;
        height: 50px; }
    .products-sets-wrap .set-card .summary-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 2px 3px #bebebe;
              box-shadow: 0 2px 3px #bebebe; }
      .products-sets-wrap .set-card .summary-block .summary-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .products-sets-wrap .set-card .summary-block .set-actions {
        margin-top: auto; }
        .products-sets-wrap .set-card .summary-block .set-actions .btn {
          width: 100%; }

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.products-carousel-section {
  overflow: unset; }

.products-carousel-wrap {
  overflow: hidden; }

.products-carousel {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .products-carousel:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .products-carousel .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .products-carousel .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .products-carousel .products-carousel-list {
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .products-carousel .products-carousel-list .swiper-slide.swiper-slide-active .product-block {
        border-radius: 16px 0 0 16px !important; } }
  .products-carousel .swiper-button-next,
  .products-carousel .swiper-button-prev {
    margin-top: -48px !important; }
    @media (max-width: 991.98px) {
      .products-carousel .swiper-button-next,
      .products-carousel .swiper-button-prev {
        display: none; } }
  .products-carousel .swiper-button-next {
    right: -20px !important; }
    @media (max-width: 1199.98px) {
      .products-carousel .swiper-button-next {
        right: -10px !important; } }
  .products-carousel .swiper-button-prev {
    left: -20px !important; }
    @media (max-width: 1199.98px) {
      .products-carousel .swiper-button-prev {
        left: -10px !important; } }
  .products-carousel .products-carousel-pagination {
    position: relative;
    min-height: 48px; }
    @media (max-width: 991.98px) {
      .products-carousel .products-carousel-pagination {
        min-height: 28px; } }

.products-carousel-tabs-section {
  position: relative;
  z-index: 1; }
  .products-carousel-tabs-section.hovered {
    z-index: 100; }
    .products-carousel-tabs-section.hovered .products-carousel-list {
      z-index: 100; }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  max-width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .products-carousel-tabs .products-carousel-tabs-nav::-webkit-scrollbar {
    display: none; }
  .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .products-carousel-tabs .products-carousel-tabs-nav {
      gap: 4px; }
      .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
        margin-bottom: 16px; } }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 6px 24px;
    border-radius: 100px;
    color: var(--black-color);
    border: 1px solid transparent;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item img {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item img {
          width: 20px;
          height: 20px;
          -o-object-fit: scale-down;
             object-fit: scale-down; } }
    @media (any-hover: hover) {
      .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item:hover {
        background: var(--super-light);
        color: var(--black-color);
        border-color: var(--main300); }
        .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item:hover img {
          -webkit-animation: imgUp 0.5s forwards ease-in-out;
                  animation: imgUp 0.5s forwards ease-in-out; } }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: var(--main-color);
      border-color: var(--main-color);
      color: var(--white-color); }
    @media (max-width: 991.98px) {
      .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
        gap: 8px;
        min-height: 36px;
        padding: 6px 16px;
        font-size: 14px;
        line-height: 1.4; } }

.products-carousel-tabs .products-carousel-tabs-content {
  position: relative;
  z-index: 1; }

.products-carousel-tabs .products-carousel-tab-content {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .products-carousel-tabs .products-carousel-tab-content:not(.active) {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none; }

@media (max-width: 991.98px) {
  .products-carousel-tabs .products-carousel-grid {
    overflow: visible; }
    .products-carousel-tabs .products-carousel-grid:has(.swiper-pagination-lock) {
      padding-bottom: 0 !important; }
    .products-carousel-tabs .products-carousel-grid .swiper-slide {
      opacity: 1;
      height: auto !important; }
      .products-carousel-tabs .products-carousel-grid .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; } }

@media (max-width: 767.98px) {
  .products-carousel-tabs .products-carousel-grid .swiper-slide.swiper-slide-active .product-block {
    border-radius: 16px 0 0 16px !important; } }

.products-carousel-tabs .products-carousel-grid .products-carousel-pagination {
  position: relative;
  min-height: 28px; }
  @media (min-width: 992px) {
    .products-carousel-tabs .products-carousel-grid .products-carousel-pagination {
      display: none; } }

@media (min-width: 992px) {
  .products-carousel-tabs .products-carousel-grid .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 16px; } }

@media (992px: 768px) and (max-width: 1199.98px) {
  .products-carousel-tabs .products-carousel-grid .swiper-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 992px) {
  .products-carousel-tabs .products-carousel-grid .swiper-slide.hidden {
    display: none; } }

@media (max-width: 991.98px) {
  .products-carousel-tabs .products-carousel-grid ~ .pagination {
    display: none; } }

@-webkit-keyframes imgUp {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-transform: translateY(-6px) scale(1.03);
            transform: translateY(-6px) scale(1.03); }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@keyframes imgUp {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-transform: translateY(-6px) scale(1.03);
            transform: translateY(-6px) scale(1.03); }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

.product-stickers {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  .product-stickers.stickers-top-left {
    top: 16px;
    left: 16px; }
  .product-stickers.stickers-top-right {
    top: 16px;
    right: 16px; }
  .product-stickers.stickers-bottom-left {
    bottom: 16px;
    left: 16px; }
  .product-stickers.stickers-bottom-right {
    bottom: 16px;
    right: 16px; }
  .product-stickers .label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2px 12px;
    border-radius: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--white-color); }
    @media (max-width: 991.98px) {
      .product-stickers .label {
        font-size: 12px;
        line-height: 1.4; } }
    .product-stickers .label.label-is_new {
      background: var(--accent-color); }
    .product-stickers .label.label-is_top {
      background: #F96E46; }
    .product-stickers .label.label-is_sale {
      background: var(--red-color); }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

.product-variants-wrap .variant-checker:not(:last-child) {
  margin-bottom: 10px; }

.product-variants-wrap .variant-checker .block-title {
  font-weight: bold; }

.product-variants-wrap .variant-checker-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .product-variants-wrap .variant-checker-buttons .button {
    background: white;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 2px 5px; }
    .product-variants-wrap .variant-checker-buttons .button.selected {
      padding: 1px 4px;
      border-width: 2px;
      border-color: var(--theme-color-second); }

.product-variants-wrap .variant-checker-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .product-variants-wrap .variant-checker-images .button-image {
    border: 1px solid #000000;
    background: white;
    border-radius: 3px;
    padding: 4px; }
    .product-variants-wrap .variant-checker-images .button-image.selected {
      padding: 3px;
      border-width: 2px;
      border-color: var(--theme-color-second); }

.cart-item .variant-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 4px; }
  .cart-item .variant-attributes .variant-attribute {
    line-height: 1; }
  .cart-item .variant-attributes .value {
    font-weight: bold; }

.category-page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .category-page-grid:not(:last-child) {
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .category-page-grid:not(:last-child) {
        margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .category-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 992px) {
    .category-page-grid .category-page-content {
      width: calc(100% - 340px); } }
  .category-page-grid .catalog-top {
    position: relative;
    z-index: 100; }
    .category-page-grid .catalog-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .category-page-grid .catalog-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
        padding: 16px 32px;
        border-radius: 16px;
        background: var(--white-color); } }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-top {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 12px 8px; }
        .category-page-grid .catalog-top:not(:last-child) {
          margin-bottom: 12px; }
        .category-page-grid .catalog-top:has(.catalog-filter-selected):not(:last-child) {
          margin-bottom: 1px; }
        .category-page-grid .catalog-top .sorting-title,
        .category-page-grid .catalog-top .catalog-count {
          display: none; }
        .category-page-grid .catalog-top .sorting-select-wrap {
          width: 100%; } }
  .category-page-grid .product-count,
  .category-page-grid .catalog-count {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .category-page-grid .product-count,
      .category-page-grid .catalog-count {
        font-size: 14px; } }
  .category-page-grid .aside-elem {
    position: relative; }
    .category-page-grid .aside-elem:not(:last-child) {
      padding-bottom: 24px; }
      .category-page-grid .aside-elem:not(:last-child)::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(100% + 64px);
        height: 1px;
        background: #e7f0f8;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      @media (max-width: 991.98px) {
        .category-page-grid .aside-elem:not(:last-child) {
          padding-bottom: 20px; }
          .category-page-grid .aside-elem:not(:last-child)::before {
            width: calc(100% + 40px); } }
    .category-page-grid .aside-elem.accordion-collapsed .arrow-wrap {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .category-page-grid .aside-elem:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .category-page-grid .aside-elem:not(:last-child) {
          margin-bottom: 20px; } }

@media (min-width: 992px) {
  .category-page-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 324px;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (max-width: 991.98px) {
  .category-page-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100dvh;
    background: var(--white);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }

.category-page-aside .category-aside-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding: 16px 12px;
  background: var(--main-color); }
  @media (min-width: 992px) {
    .category-page-aside .category-aside-top {
      display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2; }
  .category-page-aside .category-aside-top .category-aside-top-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); }
    .category-page-aside .category-aside-top .category-aside-top-close .icon {
      width: 14px;
      height: 14px;
      color: var(--white-color); }

.category-page-aside .slider-nav {
  padding-top: 12px;
  padding-bottom: 16px; }
  .category-page-aside .slider-nav .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .category-page-aside .slider-nav .amount:not(:last-child) {
      margin-bottom: 26px; }
  .category-page-aside .slider-nav .amount-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    min-width: 76px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .category-page-aside .slider-nav .amount-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .category-page-aside .slider-nav .amount-item .input-wrap {
          width: 100%; }
          .category-page-aside .slider-nav .amount-item .input-wrap input {
            max-width: 100%; } }
    .category-page-aside .slider-nav .amount-item input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 46px;
      max-width: 76px;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      text-align: center;
      color: var(--black-color);
      border-radius: 12px;
      border: 1px solid var(--main-color);
      background: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .category-page-aside .slider-nav .amount-item input:hover {
          border-color: var(--accent-color); } }
      .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--accent-color); }
      .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--accent-color);
        outline: none; }
  .category-page-aside .slider-nav .ui-slider {
    height: 4px; }
    .category-page-aside .slider-nav .ui-slider:not(:last-child) {
      margin-bottom: 24px; }
  .category-page-aside .slider-nav .ui-widget-content {
    background: var(--white-color);
    height: 4px;
    border-radius: 100px;
    border: none;
    margin: 0 10px; }
    .category-page-aside .slider-nav .ui-widget-content:after {
      content: "";
      display: block;
      position: absolute;
      border-radius: 100px;
      top: 0;
      bottom: 0;
      left: -10px;
      right: -10px;
      background: var(--main100); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
    height: 4px;
    top: 0;
    background: transparent; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--main-color); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    width: 32px;
    height: 32px;
    display: block;
    border: none;
    outline: none;
    background: transparent;
    margin-left: -16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 20px;
      height: 20px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: var(--white-color);
      border: 4px solid var(--main-color);
      cursor: pointer;
      border-radius: 100px; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(1):before {
    right: 50%; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(2):before {
    left: 50%; }
  .category-page-aside .slider-nav .btn-apply {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 64px;
    height: 46px;
    min-height: 46px;
    padding: 4px;
    border-radius: 12px; }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (max-width: 991.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      margin: 0 -12px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 1px; } }
  @media (max-width: 991.98px) {
    .catalog-product-grid:has(.aside-bottom) .category-page-aside-wrap {
      max-height: calc(100dvh - 258px); } }

.category-page-aside-wrap {
  padding: 32px;
  border-radius: 16px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .category-page-aside-wrap {
      padding: 20px;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: calc(100dvh - 157px); } }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer; }
  .aside-elem-title .arrow-wrap {
    margin-left: auto;
    margin-right: -6px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black-color);
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .aside-elem-title .arrow-wrap .ic,
    .aside-elem-title .arrow-wrap .icon {
      width: 12px;
      height: 12px; }

.btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 33px;
  gap: 4px;
  padding: 6px 24px;
  border-radius: 12px;
  background: var(--main-color);
  border: none;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none; }
  .btn-filter-mobile::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12px;
    height: 13px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><g clip-path="url(%23clip0_957_42606)"><path d="M0.773455 1.27505V2.22504C0.772457 2.34214 0.814746 2.45547 0.892204 2.54329L4.57344 6.68053V11.725C4.57218 11.9056 4.67342 12.0712 4.83469 12.1525C4.90127 12.1848 4.97446 12.201 5.04844 12.2C5.15121 12.2 5.25122 12.1667 5.33344 12.105L7.23343 10.68C7.35304 10.5903 7.42343 10.4495 7.42343 10.3V6.68052L11.1047 2.54329C11.1821 2.45547 11.2244 2.34214 11.2234 2.22504V1.27505C11.2234 1.01271 11.0107 0.800049 10.7484 0.800049H1.24845C0.986119 0.800049 0.773455 1.01271 0.773455 1.27505Z" fill="white"/></g><defs><clipPath id="clip0_957_42606"><rect width="12" height="12" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }

.catalog-aside-nav {
  padding-top: 12px;
  padding-bottom: 12px; }
  .catalog-aside-nav ul, .catalog-aside-nav li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-aside-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalog-aside-nav .nav-item:not(:last-child) {
      margin-bottom: 12px; }
  .catalog-aside-nav .nav-link {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--theme-color-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .catalog-aside-nav .nav-link.active {
      color: grey; }
    @media (any-hover: hover) {
      .catalog-aside-nav .nav-link:hover {
        color: grey; } }
    .catalog-aside-nav .nav-link:focus {
      color: grey; }

.catalog-aside-nav-categories {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main50); }
  .catalog-aside-nav-categories ul, .catalog-aside-nav-categories li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-aside-nav-categories .catalog-aside-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 96px;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 992px) {
      .catalog-aside-nav-categories .catalog-aside-nav-list, .catalog-aside-nav-categories .catalog-aside-nav-list * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .catalog-aside-nav-categories .catalog-aside-nav-list::-webkit-scrollbar,
      .catalog-aside-nav-categories .catalog-aside-nav-list *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .catalog-aside-nav-categories .catalog-aside-nav-list::-webkit-scrollbar-button,
      .catalog-aside-nav-categories .catalog-aside-nav-list *::-webkit-scrollbar-button {
        display: none; }
      .catalog-aside-nav-categories .catalog-aside-nav-list::-webkit-scrollbar-track,
      .catalog-aside-nav-categories .catalog-aside-nav-list *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      .catalog-aside-nav-categories .catalog-aside-nav-list::-webkit-scrollbar-track-piece,
      .catalog-aside-nav-categories .catalog-aside-nav-list *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      .catalog-aside-nav-categories .catalog-aside-nav-list::-webkit-scrollbar-thumb,
      .catalog-aside-nav-categories .catalog-aside-nav-list *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      .catalog-aside-nav-categories .catalog-aside-nav-list::-webkit-scrollbar-corner,
      .catalog-aside-nav-categories .catalog-aside-nav-list *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  .catalog-aside-nav-categories .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalog-aside-nav-categories .nav-item:not(:last-child) {
      margin-bottom: 12px; }
  .catalog-aside-nav-categories .nav-link {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .catalog-aside-nav-categories .nav-link.active {
      color: var(--main-color); }
    @media (any-hover: hover) {
      .catalog-aside-nav-categories .nav-link:hover {
        color: var(--main-color); } }

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  @media (min-width: 992px) {
    .catalog-filter-selected {
      width: 100%;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid var(--main50); } }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      margin: 0 -12px;
      -ms-grid-column-span: 2;
      grid-column: span 2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 12px;
      row-gap: 8px;
      border-radius: 12px 12px 0 0;
      background: var(--white-color); } }
  @media (min-width: 992px) {
    .catalog-filter-selected .catalog-count {
      display: none; } }
  @media (max-width: 991.98px) {
    .catalog-filter-selected .catalog-count {
      display: block !important; } }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-wrap {
        position: relative; } }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-items {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        gap: 4px;
        padding-bottom: 28px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        .catalog-filter-selected .filter-selected-items::-webkit-scrollbar {
          display: none; } }
  .catalog-filter-selected .filter-selected {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 16px;
    gap: 12px;
    min-height: 36px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 24px;
    border: 1px solid var(--main200);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected b {
      font-weight: 400; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      width: 16px;
      height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--main200);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        border-color: var(--main-color);
        text-decoration: none; }
        .catalog-filter-selected .filter-selected:hover .icon-wrap {
          color: var(--main-color); } }
    .catalog-filter-selected .filter-selected:focus {
      border-color: var(--main-color);
      text-decoration: none; }
      .catalog-filter-selected .filter-selected:focus .icon-wrap {
        color: var(--main-color); }
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 24px;
    padding: 6px 0;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-clear {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 14px;
        padding: 0; } }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover {
        color: var(--accent-color); } }
    .catalog-filter-selected .filter-selected-clear:focus {
      color: var(--accent-color); }

.subcategory-slider-wrap {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 48px; }
  @media (max-width: 991.98px) {
    .subcategory-slider-wrap {
      padding-bottom: 24px; } }
  .subcategory-slider-wrap .subcategory-slider {
    position: relative; }
    @media (max-width: 991.98px) {
      .subcategory-slider-wrap .subcategory-slider {
        padding-bottom: 43px; } }
    .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) {
      width: 100%; }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        max-height: 120px;
        overflow: hidden; }
        @media (max-width: 1199.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
            gap: 16px; } }
        @media (max-width: 991.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr); } }
        @media (max-width: 767.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
        @media (max-width: 575.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-button-next,
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-button-prev {
        display: none; }
    .subcategory-slider-wrap .subcategory-slider .subcategory-image {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image:not(:last-child) {
        margin-bottom: 12px; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image img, .subcategory-slider-wrap .subcategory-slider .subcategory-image picture {
        display: block; }
    .subcategory-slider-wrap .subcategory-slider .subcategory-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--theme-color-main);
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-title span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-word; }
      @media (max-width: 991.98px) {
        .subcategory-slider-wrap .subcategory-slider .subcategory-title {
          font-size: 18px; } }
    @media (min-width: 768px) {
      .subcategory-slider-wrap .subcategory-slider .swiper-pagination {
        display: none; } }
    .subcategory-slider-wrap .subcategory-slider .swiper-button-next.swiper-button-disabled,
    .subcategory-slider-wrap .subcategory-slider .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
      visibility: hidden; }
    @media (max-width: 767.98px) {
      .subcategory-slider-wrap .subcategory-slider .swiper-button-next,
      .subcategory-slider-wrap .subcategory-slider .swiper-button-prev {
        display: none; } }

.aside-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border-radius: 16px;
  background: var(--white-color); }
  @media (min-width: 992px) {
    .aside-info:not(:last-child) {
      margin-bottom: 16px; } }
  @media (max-width: 991.98px) {
    .aside-info {
      padding: 68px 12px 12px;
      border-radius: 0;
      border-bottom: 1px solid var(--main50); } }
  .aside-info .aside-info-wrap {
    width: 100%; }
    @media (min-width: 992px) {
      .aside-info .aside-info-wrap {
        max-width: 230px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        row-gap: 8px; } }
    @media (max-width: 991.98px) {
      .aside-info .aside-info-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40px 1fr;
        grid-template-columns: 40px 1fr;
        gap: 4px 12px;
        position: relative;
        padding: 12px 40px 12px 12px;
        border-radius: 16px;
        background: var(--main50); } }
  .aside-info .aside-info-img {
    width: 32px;
    height: 32px; }
    .aside-info .aside-info-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .aside-info .aside-info-img {
        -ms-grid-row-span: 2;
        grid-row: span 2;
        width: 40px;
        height: 40px; } }
  .aside-info .aside-info-title {
    color: var(--black-color);
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .aside-info .aside-info-title {
        text-align: left;
        color: var(--main-color); } }
  .aside-info .aside-info-text {
    color: var(--black-color);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .aside-info .aside-info-text {
        text-align: left;
        font-size: 10px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        text-overflow: ellipsis; } }
  .aside-info .btn .icon-arrow {
    background: var(--main-color);
    color: var(--white-color); }
    .aside-info .btn .icon-arrow .icon {
      width: 8px;
      height: 8px; }
  @media (min-width: 992px) {
    .aside-info .btn .icon-arrow {
      display: none; } }
  @media (max-width: 991.98px) {
    .aside-info .btn {
      position: absolute;
      top: 50%;
      right: 0;
      background: transparent;
      border-radius: 0;
      padding: 6px 12px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .aside-info .btn .text {
        display: none; } }

@media (min-width: 992px) {
  .aside-bottom {
    display: none; } }

@media (max-width: 991.98px) {
  .aside-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    background: var(--white-color);
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06); } }

.aside-bottom .btn {
  width: 100%; }

.aside-bottom .aside-selected-clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  color: var(--grey-color);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4; }
  .aside-bottom .aside-selected-clear .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.category-slider {
  margin: 0 -8px; }
  .category-slider:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .category-slider {
      margin: 0 -12px; }
      .category-slider:not(:last-child) {
        margin-bottom: 12px; } }
  .category-slider .swiper {
    padding: 0 8px; }
    @media (max-width: 991.98px) {
      .category-slider .swiper {
        padding: 0 12px; } }
    .category-slider .swiper:not(.swiper-initialized) {
      overflow: hidden; }
      .category-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .category-slider .swiper:not(.swiper-initialized) .swiper-slide {
        width: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .category-slider .swiper:not(.swiper-initialized) .swiper-button-next,
      .category-slider .swiper:not(.swiper-initialized) .swiper-button-prev {
        opacity: 0; }
  .category-slider .category-slider-img picture, .category-slider .category-slider-img img {
    border-radius: 16px; }
    @media (max-width: 991.98px) {
      .category-slider .category-slider-img picture, .category-slider .category-slider-img img {
        border-radius: 12px; } }
  .category-slider .swiper-button-next,
  .category-slider .swiper-button-prev {
    margin-top: -16px !important;
    width: 32px !important;
    height: 32px !important; }
    @media (max-width: 991.98px) {
      .category-slider .swiper-button-next,
      .category-slider .swiper-button-prev {
        --swiper-navigation-size: 6px;
        background: transparent; }
        .category-slider .swiper-button-next::before,
        .category-slider .swiper-button-prev::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 16px;
          height: 16px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: var(--main-color);
          border-radius: 50%; } }

.category-empty {
  padding: 40px;
  color: var(--black-blue);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 16px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .category-empty {
      padding: 16px;
      font-size: 24px; } }

.favorites-page-content .favorites-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 16px 32px;
  border-radius: 16px;
  background: var(--white-color); }
  .favorites-page-content .favorites-top:not(:last-child) {
    margin-bottom: 16px; }

.favorites-page-content .favorites-count {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }

.favorites-page-content .favorites-empty {
  padding: 40px;
  color: var(--black-blue);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 16px;
  background: var(--white-color); }

.favorites-page-content .favorites-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .favorites-page-content .favorites-grid {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991.98px) {
    .favorites-page-content .favorites-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .favorites-page-content .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 1px; } }

.page-special-offer .category-page-grid .category-page-content,
.page-search .category-page-grid .category-page-content {
  width: 100%; }

.page-search-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .page-search-grid {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991.98px) {
    .page-search-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .page-search-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      margin: 0 -12px; } }

.section-categories-navigation {
  margin-bottom: 50px; }

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px; }
  @media (max-width: 991.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .categories-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 8px; } }
  .categories-navigation .category-card {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid var(--main50);
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .categories-navigation .category-card {
        padding: 16px;
        border-radius: 20px; } }
    .categories-navigation .category-card .category-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; }
      .categories-navigation .category-card .category-head:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #e7f0f8; }
      @media (any-hover: hover) {
        .categories-navigation .category-card .category-head:hover .category-title {
          color: var(--accent-color); } }
      .categories-navigation .category-card .category-head:focus .category-title {
        color: var(--accent-color); }
      @media (max-width: 991.98px) {
        .categories-navigation .category-card .category-head {
          row-gap: 16px; }
          .categories-navigation .category-card .category-head:not(:last-child) {
            padding-bottom: 12px;
            margin-bottom: 12px; } }
    .categories-navigation .category-card .category-img {
      display: block;
      position: relative;
      border-radius: 16px; }
      .categories-navigation .category-card .category-img img, .categories-navigation .category-card .category-img picture {
        display: block;
        border-radius: 16px; }
    .categories-navigation .category-card .category-title {
      color: var(--black-color);
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .categories-navigation .category-card .category-sub-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px; }
      .categories-navigation .category-card .category-sub-navigation:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #e7f0f8; }
      @media (max-width: 991.98px) {
        .categories-navigation .category-card .category-sub-navigation {
          gap: 12px; }
          .categories-navigation .category-card .category-sub-navigation:not(:last-child) {
            padding-bottom: 12px;
            margin-bottom: 12px; } }
      .categories-navigation .category-card .category-sub-navigation a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: var(--black-blue);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        @media (any-hover: hover) {
          .categories-navigation .category-card .category-sub-navigation a:hover {
            color: var(--accent-color); } }
        .categories-navigation .category-card .category-sub-navigation a:focus {
          color: var(--accent-color); }
        @media (max-width: 991.98px) {
          .categories-navigation .category-card .category-sub-navigation a {
            font-size: 14px; } }
    .categories-navigation .category-card .btn-link {
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      gap: 6px;
      padding: 0;
      color: var(--black-color);
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      text-decoration: none; }
      .categories-navigation .category-card .btn-link .icon-arrow {
        background: var(--main-color);
        color: var(--white-color); }
      @media (any-hover: hover) {
        .categories-navigation .category-card .btn-link:hover {
          color: var(--accent-color); }
          .categories-navigation .category-card .btn-link:hover .icon-arrow {
            background: rgba(7, 190, 184, 0.08);
            color: var(--accent-color); } }
      .categories-navigation .category-card .btn-link:focus {
        color: var(--accent-color); }
        .categories-navigation .category-card .btn-link:focus .icon-arrow {
          background: rgba(7, 190, 184, 0.08);
          color: var(--accent-color); }

.catalog-filter .aside-elem:not(:last-child) {
  margin-bottom: 24px; }

.catalog-filter .aside-elem-title .arrow-wrap {
  margin-left: auto; }

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 12px; }
  .catalog-filter .filter-search-wrap input {
    height: 46px;
    padding: 10px 32px 10px 16px;
    border-radius: 12px;
    border: 1px solid #D3E2F2;
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; }
    .catalog-filter .filter-search-wrap input::-webkit-input-placeholder {
      color: #64646A; }
    .catalog-filter .filter-search-wrap input::-moz-placeholder {
      color: #64646A; }
    .catalog-filter .filter-search-wrap input:-ms-input-placeholder {
      color: #64646A; }
    .catalog-filter .filter-search-wrap input::-ms-input-placeholder {
      color: #64646A; }
    .catalog-filter .filter-search-wrap input::placeholder {
      color: #64646A; }
  .catalog-filter .filter-search-wrap .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--main-color); }

.catalog-filter .aside-elem-list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }

.catalog-filter .aside-elem-list {
  overflow: auto;
  max-height: 204px;
  padding-right: 5px; }

.catalog-filter .aside-elem-list.colors-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  overflow: unset;
  max-height: unset;
  padding-right: 0; }

.catalog-filter .color-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer; }
  .catalog-filter .color-value.checked {
    border-color: green; }
  .catalog-filter .color-value:focus, .catalog-filter .color-value:hover {
    -webkit-box-shadow: 0 0 6px 0 #000000;
            box-shadow: 0 0 6px 0 #000000; }

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  color: var(--black-blue);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #D3E2F2;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .catalog-filter .attribute-checkbox .items {
    color: var(--grey-color); }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: 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="M15.5846 6C15.2513 5.66667 14.7513 5.66667 14.418 6L8.16797 12.25L5.58464 9.66667C5.2513 9.33333 4.7513 9.33333 4.41797 9.66667C4.08464 10 4.08464 10.5 4.41797 10.8333L7.58464 14C7.7513 14.1667 7.91797 14.25 8.16797 14.25C8.41797 14.25 8.58464 14.1667 8.7513 14L15.5846 7.16667C15.918 6.83333 15.918 6.33333 15.5846 6Z" fill="white"/></svg>');
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--main-color); }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      color: var(--main-color); }
      .catalog-filter .attribute-checkbox:hover .checkmark {
        border-color: var(--main-color); } }

.catalog-filter .toggle-elem-list {
  margin-top: 10px;
  font-weight: bolder;
  color: var(--color-link);
  text-decoration: underline;
  cursor: pointer; }
  .catalog-filter .toggle-elem-list .open {
    display: block; }
  .catalog-filter .toggle-elem-list .hide {
    display: none; }
  .catalog-filter .toggle-elem-list.active .open {
    display: none; }
  .catalog-filter .toggle-elem-list.active .hide {
    display: block; }

.catalog-sorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .catalog-sorting-wrap .sorting-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--black-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    .catalog-sorting-wrap .sorting-title .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--accent-color); }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap .jq-selectbox {
      width: 100%; } }
  .catalog-sorting-wrap .jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .catalog-sorting-wrap .jq-selectbox .sorting-select {
    border: none; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    min-height: 22px;
    width: 100%;
    padding: 0 20px 0 0;
    background: var(--white);
    border: none;
    color: var(--black-blue);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
        padding: 4px 16px;
        min-height: 33px;
        border-radius: 12px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: var(--black-blue);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:hover {
          color: var(--accent-color); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:focus {
        color: var(--accent-color); }
      @media (max-width: 991.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-size: 12px;
          gap: 4px; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text::before {
            content: "";
            display: block;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 13px;
            height: 13px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><g clip-path="url(%23clip0_957_42609)"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.86365 8.95895L9.18623 11.2815C9.41299 11.5083 9.78058 11.5083 10.0073 11.2815L12.3299 8.95895C12.5567 8.73219 12.5567 8.3646 12.3299 8.13784C12.1032 7.91108 11.7356 7.91108 11.5088 8.13784L10.1774 9.46915V1.58065C10.1774 1.25997 9.91746 1 9.59679 1C9.27612 1 9.01614 1.25997 9.01614 1.58065V9.46915L7.68476 8.13784C7.458 7.91108 7.09041 7.91108 6.86365 8.13784C6.63689 8.3646 6.63689 8.73219 6.86365 8.95895ZM3.81381 1.17007C3.58705 0.943313 3.2194 0.943313 2.99265 1.17007L0.670065 3.49265C0.443312 3.71941 0.443312 4.08705 0.670065 4.31381C0.896819 4.54056 1.26447 4.54056 1.49122 4.31381L2.82258 2.98245V10.871C2.82258 11.1917 3.08255 11.4516 3.40323 11.4516C3.72391 11.4516 3.98388 11.1917 3.98388 10.871V2.98245L5.31526 4.31381C5.54202 4.54056 5.90961 4.54056 6.13637 4.31381C6.36313 4.08705 6.36313 3.71941 6.13637 3.49265L3.81381 1.17007Z" fill="%235F4BB6"/></g><defs><clipPath id="clip0_957_42609"><rect width="12" height="12" fill="white" transform="translate(0.5 0.5)"/></clipPath></defs></svg>') center no-repeat; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
    width: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
    margin-top: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--main-color) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M7 1.5L4 4.5L1 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
        position: static;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 9px;
        height: 5px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M7.5 1L4.5 4L1.5 1" stroke="%235F4BB6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
    left: 50% !important;
    min-width: 200px;
    border-radius: 8px;
    border: 1px solid var(--main100);
    background: var(--white-color);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
        right: 0 !important;
        left: auto !important;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      list-style: none; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      padding: 10px 20px;
      color: var(--second-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:focus, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li.sel {
        background: var(--main50);
        color: var(--black-color); }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
          background: var(--main50);
          color: var(--black-color); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        background: var(--main50);
        color: var(--black-color); }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  cursor: pointer; }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    font-weight: bold;
    text-decoration: underline; }

.per-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  .per-page-wrap:not(:last-child) {
    margin-bottom: 16px; }
  .per-page-wrap .per-page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .per-page-wrap .per-page-item.active {
    font-weight: 700; }

.top-categories {
  position: relative;
  padding: 32px 30px 0;
  border-radius: 16px;
  background: var(--white-color);
  overflow: hidden;
  max-height: 300px; }
  .top-categories:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .top-categories {
      padding: 12px 0 12px 12px;
      border-radius: 12px;
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content; }
      .top-categories:not(:last-child) {
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .top-categories:has(.top-categories-btn)::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 72px;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(white));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, white 100%);
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; } }
  .top-categories.active {
    max-height: 100%; }
    .top-categories.active::before {
      opacity: 0; }
    .top-categories.active .top-categories-btn .show {
      display: none; }
    .top-categories.active .top-categories-btn .hide {
      display: block; }
    .top-categories.active .top-categories-btn .arrow-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media (min-width: 992px) {
    .top-categories:has(.top-categories-item:nth-child(9)) .top-categories-list {
      padding-bottom: 76px; } }
  @media (min-width: 992px) {
    .top-categories .top-categories-list {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
      justify-items: center;
      gap: 24px 36px;
      padding-bottom: 32px; } }
  @media (max-width: 991.98px) {
    .top-categories .top-categories-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      overflow-x: auto;
      max-width: 100%;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .top-categories .top-categories-list::-webkit-scrollbar {
        display: none; } }
  .top-categories .top-categories-item {
    width: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 991.98px) {
      .top-categories .top-categories-item {
        width: 88px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 12px; } }
  .top-categories .top-categories-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 16px;
    color: var(--black-blue);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .top-categories .top-categories-link:hover {
        color: var(--accent-color); } }
    .top-categories .top-categories-link:focus {
      color: var(--accent-color); }
    @media (max-width: 991.98px) {
      .top-categories .top-categories-link {
        row-gap: 4px;
        font-size: 12px;
        letter-spacing: -0.02em; } }
  .top-categories .top-categories-link-img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden; }
    .top-categories .top-categories-link-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 991.98px) {
      .top-categories .top-categories-link-img {
        width: 88px;
        height: 88px; } }
  .top-categories .top-categories-btn {
    position: absolute;
    z-index: 100;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--main50); }
    .top-categories .top-categories-btn .arrow-icon {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .top-categories .top-categories-btn .hide {
      display: none; }
    .top-categories .top-categories-btn:focus {
      background: var(--main50);
      color: var(--black-color); }
      .top-categories .top-categories-btn:focus .icon {
        color: var(--main-color); }
    .top-categories .top-categories-btn:hover {
      background: var(--main-color);
      color: var(--white-color); }
      .top-categories .top-categories-btn:hover .icon {
        color: var(--white-color); }
    @media (max-width: 991.98px) {
      .top-categories .top-categories-btn {
        display: none; } }

.page-post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 439px;
  grid-template-columns: 1fr 439px;
  gap: 14px; }
  @media (max-width: 1199.98px) {
    .page-post-grid {
      -ms-grid-columns: 1fr 380px;
      grid-template-columns: 1fr 380px; } }
  @media (max-width: 991.98px) {
    .page-post-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }

.page-post-card {
  padding: 32px;
  border-radius: 32px;
  background: var(--white-color); }
  @media (min-width: 992px) {
    .page-post-card {
      position: sticky;
      top: 116px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 991.98px) {
    .page-post-card {
      padding: 12px 12px 16px 12px;
      border-radius: 16px; } }
  .page-post-card .article-aside-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    .page-post-card .article-aside-title:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .page-post-card .article-aside-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1; }
        .page-post-card .article-aside-title:not(:last-child) {
          margin-bottom: 12px; } }
  .page-post-card .article-img:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .page-post-card .article-img:not(:last-child) {
      margin-bottom: 12px; } }
  .page-post-card .article-card .article-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .page-post-card .article-card .article-title {
        font-size: 20px; }
        .page-post-card .article-card .article-title:not(:last-child) {
          margin-bottom: 8px; } }

.article-content .article-content-img picture, .article-content .article-content-img img {
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .article-content .article-content-img picture, .article-content .article-content-img img {
      border-radius: 12px; } }

.article-content .nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: 32px; }
  @media (max-width: 991.98px) {
    .article-content .nav-buttons {
      margin-top: 16px; } }
  .article-content .nav-buttons .nav-link-item {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 0;
    border: none;
    gap: 10px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .article-content .nav-buttons .nav-link-item {
        font-size: 12px;
        gap: 4px; } }
    .article-content .nav-buttons .nav-link-item .ic {
      width: 10px;
      height: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: var(--main-color); }
    @media (any-hover: hover) {
      .article-content .nav-buttons .nav-link-item:hover {
        color: var(--main-color); } }
    .article-content .nav-buttons .nav-link-item:focus {
      color: var(--main-color); }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto; }

.article-section-youtube .preview {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden; }
  .article-section-youtube .preview::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: var(--white-color);
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 991.98px) {
      .article-section-youtube .preview::before {
        width: 30px;
        height: 30px; } }
  .article-section-youtube .preview .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 116px;
    height: 80px; }
    @media (max-width: 991.98px) {
      .article-section-youtube .preview .play-btn {
        width: 76px;
        height: 40px; } }

.article-header {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .article-header {
      margin: 12px 0;
      gap: 14px; } }
  .article-header .article-rubric-badge {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: underline;
    padding: 0;
    background: transparent; }
    @media (max-width: 991.98px) {
      .article-header .article-rubric-badge {
        font-size: 14px; } }

.article-aside-sticky {
  position: sticky;
  top: 20px;
  max-height: calc(100dvh - 20px - 20px);
  overflow: auto;
  margin: -15px;
  padding: 15px; }

.article-aside-nav {
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: white;
  margin-bottom: 30px; }
  .article-aside-nav .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; }
  .article-aside-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }

.articles-latest {
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 56px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .articles-latest {
      padding-top: 28px;
      padding-bottom: 22px; } }
  .articles-latest .btn-load-more {
    background: var(--main50); }
    @media (max-width: 767.98px) {
      .articles-latest .btn-load-more {
        width: 100%; } }
    .articles-latest .btn-load-more:focus {
      background: var(--main50); }
    .articles-latest .btn-load-more:hover {
      background: var(--accent-color); }
  .articles-latest .articles-latest-bottom {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .articles-latest .articles-latest-bottom {
        margin-top: 16px; } }
    @media (max-width: 575.98px) {
      .articles-latest .articles-latest-bottom .btn {
        width: 100%; } }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  overflow: visible !important; }
  .articles-latest-text-slider:has(.swiper-pagination-lock),
  .articles-latest-video-slider:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .articles-latest-text-slider .swiper-slide:not(.swiper-slide-visible),
    .articles-latest-video-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .articles-latest-text-slider:not(.swiper-initialized),
  .articles-latest-video-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-right: -16px; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      width: 33.333%;
      padding-right: 16px; }
      @media (max-width: 991.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
  .articles-latest-text-slider .swiper-button-prev,
  .articles-latest-text-slider .swiper-button-next,
  .articles-latest-video-slider .swiper-button-prev,
  .articles-latest-video-slider .swiper-button-next {
    margin-top: -74px !important; }
    @media (max-width: 991.98px) {
      .articles-latest-text-slider .swiper-button-prev,
      .articles-latest-text-slider .swiper-button-next,
      .articles-latest-video-slider .swiper-button-prev,
      .articles-latest-video-slider .swiper-button-next {
        display: none; } }
  .articles-latest-text-slider .swiper-button-prev,
  .articles-latest-video-slider .swiper-button-prev {
    left: -16px !important; }
  .articles-latest-text-slider .swiper-button-next,
  .articles-latest-video-slider .swiper-button-next {
    right: -16px !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }

@media (max-width: 991.98px) {
  .rubrics-wrap {
    margin: 0 -12px; } }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .rubrics-nav::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .rubrics-nav {
      gap: 4px;
      margin-bottom: 16px;
      padding: 0 12px; } }
  .rubrics-nav .rubric {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 24px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 100px;
    border: 1px solid var(--main100);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .rubrics-nav .rubric {
        padding: 4px 20px;
        min-height: 38px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4px; } }
    .rubrics-nav .rubric img {
      width: 32px;
      height: 32px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 12px; }
    .rubrics-nav .rubric.active {
      background: var(--main-color);
      color: var(--white-color);
      border-color: var(--main-color); }
    @media (any-hover: hover) {
      .rubrics-nav .rubric:hover {
        border-color: var(--main-color); } }
    .rubrics-nav .rubric:focus {
      border-color: var(--main-color); }

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px; }
  @media (max-width: 991.98px) {
    .articles-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .articles-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; }
      .articles-grid .article-card .article-img img {
        border-radius: 16px; }
      .articles-grid .article-card .article-title {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2; }
        .articles-grid .article-card .article-title:not(:last-child) {
          margin-bottom: 10px; }
      .articles-grid .article-card .article-date {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4; } }

.article-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }
  .article-card .article-card-img-wrap {
    position: relative; }
    .article-card .article-card-img-wrap:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .article-card .article-card-img-wrap:not(:last-child) {
          margin-bottom: 12px; } }
  .article-card .article-rubrics-wrap {
    position: absolute;
    top: 16px;
    left: 16px; }
    @media (max-width: 991.98px) {
      .article-card .article-rubrics-wrap {
        top: 12px;
        left: 12px; } }
  .article-card .article-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .article-card .article-img img {
      border-radius: 16px; }
      @media (max-width: 991.98px) {
        .article-card .article-img img {
          border-radius: 12px; } }
  .article-card .article-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .article-card .article-title span {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    .article-card .article-title:not(:last-child) {
      margin-bottom: 8px; }
    @media (any-hover: hover) {
      .article-card .article-title:hover {
        color: var(--main-color); } }
    .article-card .article-title:focus {
      color: var(--main-color); }
    @media (max-width: 991.98px) {
      .article-card .article-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4; }
        .article-card .article-title:not(:last-child) {
          margin-bottom: 4px; } }
  .article-card .article-date {
    margin-top: auto; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 12px;
  border-radius: 100px;
  background: var(--accent-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .article-rubric-badge:hover {
      background: var(--main-color);
      color: var(--white-color); } }
  .article-rubric-badge:focus {
    background: var(--main-color);
    color: var(--white-color); }
  @media (max-width: 991.98px) {
    .article-rubric-badge {
      font-size: 12px; } }

.article-card.article-card-video .article-img {
  position: relative; }
  .article-card.article-card-video .article-img::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--white-color); }
  .article-card.article-card-video .article-img:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 58px;
    height: 40px;
    background: url('data:image/svg+xml,<svg class="play-btn" width="116" height="81" viewBox="0 0 116 81" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.2857 57.8571L76.3136 40.5L46.2857 23.1429V57.8571ZM113.169 12.555C113.921 15.2743 114.441 18.9193 114.789 23.5479C115.194 28.1764 115.367 32.1686 115.367 35.64L115.714 40.5C115.714 53.1707 114.789 62.4857 113.169 68.445C111.722 73.6521 108.366 77.0079 103.159 78.4543C100.44 79.2064 95.4643 79.7271 87.8271 80.0743C80.3057 80.4793 73.4207 80.6529 67.0564 80.6529L57.8571 81C33.615 81 18.5143 80.0743 12.555 78.4543C7.34786 77.0079 3.99214 73.6521 2.54571 68.445C1.79357 65.7257 1.27286 62.0807 0.925715 57.4521C0.520715 52.8236 0.347143 48.8314 0.347143 45.36L0 40.5C0 27.8293 0.925715 18.5143 2.54571 12.555C3.99214 7.34786 7.34786 3.99214 12.555 2.54571C15.2743 1.79357 20.25 1.27286 27.8871 0.925713C35.4086 0.520713 42.2936 0.347143 48.6579 0.347143L57.8571 0C82.0993 0 97.2 0.925715 103.159 2.54571C108.366 3.99214 111.722 7.34786 113.169 12.555Z" fill="red"></path></svg>') no-repeat center;
    background-size: contain; }

.page-contacts .section-title:not(:last-child) {
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .page-contacts .section-title:not(:last-child) {
      margin-bottom: 12px; } }

.page-contacts .page-contacts-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  .page-contacts .page-contacts-row:not(:last-child) {
    margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }

.page-contacts .page-contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-contacts .page-contacts-col:first-child {
    padding: 32px;
    border-radius: 24px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-col:first-child {
        padding: 12px;
        border-radius: 16px; } }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }

.page-contacts .h4:not(:last-child) {
  margin-bottom: 16px; }

@media (max-width: 991.98px) {
  .page-contacts .h4 {
    font-size: 20px; }
    .page-contacts .h4:not(:last-child) {
      margin-bottom: 12px; } }

.page-contacts .work-time:not(:last-child),
.page-contacts .contacts-block:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7f0f8; }
  @media (max-width: 991.98px) {
    .page-contacts .work-time:not(:last-child),
    .page-contacts .contacts-block:not(:last-child) {
      margin-bottom: 12px;
      padding-bottom: 12px; } }

.page-contacts .form-style-box {
  min-height: 100%; }
  @media (max-width: 991.98px) {
    .page-contacts .form-style-box .form-title {
      max-width: 280px; } }
  .page-contacts .form-style-box .form-note {
    max-width: 380px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    .page-contacts .form-style-box .form-note:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .page-contacts .form-style-box .form-note {
        font-size: 14px; }
        .page-contacts .form-style-box .form-note:not(:last-child) {
          margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .page-contacts .form-style-box .btn {
      padding: 10px 40px;
      min-height: 56px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }

.page-contacts .socials-wrap nav {
  width: 100%; }

@media (max-width: 991.98px) {
  .page-contacts .socials-wrap .social-link {
    width: calc(50% - 4px); } }

.required-text {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .required-text {
      font-size: 12px;
      font-weight: 400; } }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-block:not(:last-child) {
    margin-bottom: 16px; }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .contacts-block .contacts-info:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .contacts-block .contacts-info:not(:last-child) {
          margin-bottom: 12px; } }
    .contacts-block .contacts-info.phones .info-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .contacts-block .info-icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--white); }
    .contacts-block .info-icon .ic {
      width: 16px;
      height: 16px; }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .contacts-block .info-title {
        font-size: 10px; } }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 12px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4; }
    .contacts-block .info-content a {
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 500; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover {
          text-decoration: none;
          color: var(--main-color); } }
      .contacts-block .info-content a:focus {
        text-decoration: none;
        color: var(--main-color); }
    @media (max-width: 991.98px) {
      .contacts-block .info-content {
        font-size: 14px;
        font-weight: 400; }
        .contacts-block .info-content a .sup,
        .contacts-block .info-content a .quote,
        .contacts-block .info-content a .nums {
          font-weight: 400; } }

.messengers:not(:last-child) {
  margin-bottom: 20px; }

.messengers .messengers-title:not(:last-child) {
  margin-bottom: 16px; }

.messengers .messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px; }

.messengers .messengers-item {
  position: relative;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .messengers .messengers-item:hover {
      color: var(--accent-color); }
      .messengers .messengers-item:hover .messengers-item-img {
        background: var(--accent-hover-color); } }
  .messengers .messengers-item .ic {
    width: 16px;
    height: 16px; }
  .messengers .messengers-item .messengers-item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    color: var(--white);
    background: var(--accent-color); }
    .messengers .messengers-item .messengers-item-img img {
      width: 16px;
      height: 16px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -webkit-filter: invert(1);
              filter: invert(1); }

.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  .socials-wrap nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .socials-wrap:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .socials-wrap .social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 20px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 80px;
    background: var(--main-color);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (any-hover: hover) {
      .socials-wrap .social-link:hover {
        background: var(--accent-color); } }
    .socials-wrap .social-link:focus {
      background: var(--accent-color); }
  .socials-wrap .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .socials-wrap .social-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }

@media (max-width: 991.98px) {
  #page-content.page-checkout {
    padding-top: 76px; } }

.checkout-grid-one-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 4fr;
  grid-template-columns: 8fr 4fr;
  gap: 16px; }
  .checkout-grid-one-step .right-side {
    margin-top: 58px; }

.page-checkout .tab-pane {
  padding: 20px 0; }

.page-checkout .form-section {
  margin-bottom: 30px; }
  .page-checkout .form-section .form-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
    .page-checkout .form-section .form-section-title .number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      background: var(--theme-color-second);
      color: var(--white-color);
      font-size: 16px;
      font-weight: bold; }

.page-checkout #order-delivery-picker .jq-selectbox {
  height: 46px; }
  .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__select {
    border-radius: 12px;
    border-color: var(--main-color); }
  .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__trigger {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 42px; }
  .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--main200);
    background: var(--white-color);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05); }
    .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown ul, .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown li {
      list-style: none; }
    .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown li {
      padding: 10px 20px;
      color: var(--second-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown li:focus, .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown li.sel {
        background: var(--main50);
        color: var(--black-color); }
      @media (any-hover: hover) {
        .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
          background: var(--main50);
          color: var(--black-color); } }
      .page-checkout #order-delivery-picker .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        background: var(--main50);
        color: var(--black-color); }

.page-checkout #order-delivery-picker .form-group:not(:last-child) {
  margin-bottom: 16px; }

.page-checkout #order-delivery-picker .ui-autocomplete.ui-widget {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--main200);
  background: var(--white-color);
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05); }
  .page-checkout #order-delivery-picker .ui-autocomplete.ui-widget ul, .page-checkout #order-delivery-picker .ui-autocomplete.ui-widget li {
    list-style: none; }
  .page-checkout #order-delivery-picker .ui-autocomplete.ui-widget li {
    padding: 10px 20px;
    color: var(--second-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .page-checkout #order-delivery-picker .ui-autocomplete.ui-widget li:hover {
        background: var(--main50);
        color: var(--black-color); } }
    .page-checkout #order-delivery-picker .ui-autocomplete.ui-widget li.ua-state-focus, .page-checkout #order-delivery-picker .ui-autocomplete.ui-widget li:focus {
      background: var(--main50);
      color: var(--black-color); }

.delivery-type-content-list:not(:last-child) {
  margin-bottom: 16px; }

.order-products-table .products-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .order-products-table .products-table-head:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .order-products-table .products-table-head:not(:last-child) {
        margin-bottom: 12px; } }

.order-products-table .products-table-title {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .order-products-table .products-table-title {
      font-size: 20px; } }

.delivery-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .delivery-type-list .delivery-type-content {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey; }
    .delivery-type-list .delivery-type-content .form-group:last-child {
      margin-bottom: 0; }
  .delivery-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .delivery-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .delivery-type-list .jq-selectbox {
    height: 46px; }
    .delivery-type-list .jq-selectbox.opened .jq-selectbox__trigger {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .delivery-type-list .jq-selectbox .jq-selectbox__trigger {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 42px; }
    .delivery-type-list .jq-selectbox .jq-selectbox__select {
      height: 46px;
      min-height: 46px;
      width: 100%;
      padding: 4px 40px 4px 15px;
      background: var(--white-color);
      border: 1px solid var(--main-color);
      border-radius: 12px;
      color: var(--black-color);
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .delivery-type-list .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
    .delivery-type-list .jq-selectbox .jq-selectbox__dropdown {
      overflow: hidden;
      border-radius: 12px;
      border: 1px solid var(--main200);
      background: var(--white-color);
      -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05); }
      .delivery-type-list .jq-selectbox .jq-selectbox__dropdown ul, .delivery-type-list .jq-selectbox .jq-selectbox__dropdown li {
        list-style: none; }
      .delivery-type-list .jq-selectbox .jq-selectbox__dropdown li {
        padding: 10px 20px;
        color: var(--second-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .delivery-type-list .jq-selectbox .jq-selectbox__dropdown li:focus, .delivery-type-list .jq-selectbox .jq-selectbox__dropdown li.sel {
          background: var(--main50);
          color: var(--black-color); }
        @media (any-hover: hover) {
          .delivery-type-list .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
            background: var(--main50);
            color: var(--black-color); } }
        .delivery-type-list .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
          background: var(--main50);
          color: var(--black-color); }

.my-address {
  margin-top: 16px; }
  .my-address .form-section-sub-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4; }

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 8px; }
  .delivery-field-examples:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .delivery-field-examples:not(:last-child) {
        margin-bottom: 16px; } }
  .delivery-field-examples .examples-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
  .delivery-field-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px; }
    .delivery-field-examples .examples-list a {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      color: var(--main-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          color: var(--accent-color); } }
      .delivery-field-examples .examples-list a:focus {
        color: var(--accent-color); }

.order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 32px;
  background: var(--white-color); }
  @media (max-width: 1199.98px) {
    .order-card {
      padding: 16px; } }
  @media (max-width: 991.98px) {
    .order-card {
      padding: 16px 12px; } }
  .order-card:first-child {
    border-radius: 16px 16px 0 0; }
  .order-card:last-child {
    border-radius: 0 0 16px 16px; }
  .order-card.order-card-totals {
    padding: 32px;
    border-radius: 16px;
    background: var(--main-color);
    color: var(--white-color); }
    @media (max-width: 1199.98px) {
      .order-card.order-card-totals {
        padding: 16px; } }
    @media (max-width: 991.98px) {
      .order-card.order-card-totals {
        padding: 16px 12px; } }
    .order-card.order-card-totals .btn-accent {
      width: 100%;
      min-height: 56px;
      font-size: 16px; }
      .order-card.order-card-totals .btn-accent[disabled] {
        opacity: 0.6;
        color: var(--white-color);
        background: var(--accent-color); }
  .order-card.order-tabs {
    padding: 0 32px; }
  .order-card .custom-checkbox-agreement {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    .order-card .custom-checkbox-agreement:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .order-card .custom-checkbox-agreement {
        font-size: 14px; }
        .order-card .custom-checkbox-agreement:not(:last-child) {
          margin-bottom: 16px; } }
    .order-card .custom-checkbox-agreement a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      text-decoration: underline;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .order-card .custom-checkbox-agreement a {
          font-size: 14px; } }
      @media (any-hover: hover) {
        .order-card .custom-checkbox-agreement a:hover {
          color: var(--accent-color); } }
      .order-card .custom-checkbox-agreement a:focus {
        color: var(--accent-color); }

.right-side-title {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 1; }
  .right-side-title:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .right-side-title:not(:last-child) {
        margin-bottom: 16px; } }

[js-order-tooltip] {
  position: relative; }

.payment-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px; }
  .payment-type-list .payment-type {
    border-bottom: 1px solid var(--main100);
    padding-top: 12px;
    padding-bottom: 11px; }
    .payment-type-list .payment-type:first-child {
      border-top: 1px solid var(--main100); }
  .payment-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24px auto;
    grid-template-columns: 24px auto;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .payment-type-list .radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
    @media (max-width: 991.98px) {
      .payment-type-list .radio-wrap {
        gap: 16px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 992px) {
    .payment-type-list .radio-content {
      min-width: 225px; } }

.payment-picker .payment-details {
  border: 1px solid darkorange;
  border-radius: 10px;
  padding: 10px;
  background: #ffc1070f; }
  .payment-picker .payment-details > :last-child {
    margin-bottom: 0; }

.custom-radio {
  cursor: pointer;
  margin: 0; }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: var(--white-color);
    border: 1px solid var(--main200);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 6px;
      background: var(--white-color);
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    background: var(--main-color);
    border-color: var(--main-color); }

.order-totals-block {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  color: var(--white-color); }
  @media (max-width: 991.98px) {
    .order-totals-block {
      row-gap: 12px;
      margin-bottom: 12px; } }
  .order-totals-block .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
    .order-totals-block .total-item .total-item-title {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item .total-item-title {
          font-size: 14px; } }
    .order-totals-block .total-item .price-wrap {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      color: var(--white-color); }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item .price-wrap {
          font-size: 14px; } }
      .order-totals-block .total-item .price-wrap .price {
        color: var(--white-color); }
      .order-totals-block .total-item .price-wrap .old-price {
        font-size: 12px; }
        @media (max-width: 991.98px) {
          .order-totals-block .total-item .price-wrap .old-price {
            font-size: 10px; } }
      .order-totals-block .total-item .price-wrap .price-wrap .old-price ~ .price {
        color: var(--white-color); }
    .order-totals-block .total-item.total-item-in-total {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .order-totals-block .total-item.total-item-in-total .price-wrap {
        font-size: 32px;
        font-weight: 800;
        line-height: 1.2;
        color: var(--white-color); }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item.total-item-in-total {
          padding-top: 12px;
          padding-bottom: 12px; }
          .order-totals-block .total-item.total-item-in-total .price-wrap {
            font-size: 24px; } }

.totals-bottom .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
  background-color: var(--accent-color);
  border-color: var(--accent-color); }

@media (min-width: 992px) {
  .checkout-grid-by-steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 4fr;
    grid-template-columns: 8fr 4fr;
    gap: 16px; } }

@media (max-width: 991.98px) {
  .checkout-grid-by-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; } }

.checkout-grid-by-steps .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }

@media (min-width: 992px) {
  .checkout-grid-by-steps .right-side {
    position: sticky;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 84px; } }

.checkout-grid-by-steps .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none; }
  .checkout-grid-by-steps .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: 0; }
  .checkout-grid-by-steps .nav-tabs .nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: var(--black-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    border: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .checkout-grid-by-steps .nav-tabs .nav-link::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100%;
      height: 3px;
      border-radius: 2px 2px 0 0;
      background: var(--main-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0;
      -webkit-transform: translateX(-50%) scale(0.6);
          -ms-transform: translateX(-50%) scale(0.6);
              transform: translateX(-50%) scale(0.6); }
    @media (any-hover: hover) {
      .checkout-grid-by-steps .nav-tabs .nav-link:hover {
        color: var(--main-color); } }
    .checkout-grid-by-steps .nav-tabs .nav-link.active {
      color: var(--main-color); }
      .checkout-grid-by-steps .nav-tabs .nav-link.active::before {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
            -ms-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1); }

.step-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .step-card-head .step-card-title {
    margin-right: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }

.step-card {
  position: relative; }
  .step-card:has(.products-table) .step-title {
    display: none; }
  .step-card:has(.products-table) .products-table {
    padding-top: 12px; }
  .step-card .step-completed-info:has(.btn-edit-step) .step-title {
    padding-right: 80px; }
  .step-card .step-title {
    width: 100%;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .step-card .step-title {
        font-size: 20px; } }
    .step-card .step-title div:first-child {
      padding-right: 86px; }
      @media (max-width: 991.98px) {
        .step-card .step-title div:first-child {
          padding-right: 76px; } }
    .step-card .step-title .value {
      margin-top: 4px;
      color: var(--second-color);
      font-size: 12px;
      font-weight: 400;
      line-height: 1.4; }
      .step-card .step-title .value b {
        font-weight: 700;
        color: var(--black-color); }
  .step-card .form-style {
    width: 100%; }
    .step-card .form-style .form-group {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .step-card .form-fio-grid {
      margin-top: 16px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 16px; } }
  @media (max-width: 991.98px) {
    .step-card .form-fio-grid {
      margin-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .step-card .form-fio-grid:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .step-card .form-fio-grid:not(:last-child) {
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .step-card .form-contacts-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px; } }
  @media (max-width: 991.98px) {
    .step-card .form-contacts-grid {
      margin-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .step-card .form-contacts-grid:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .step-card .form-contacts-grid:not(:last-child) {
        margin-bottom: 12px; } }
  .step-card .order-comment-field:not(:last-child) {
    margin-bottom: 16px; }

.step-completed-info {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .step-completed-info .info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 16px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .step-completed-info .info-details {
        font-size: 14px; } }
    .step-completed-info .info-details .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }

.cart-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .cart-products-list {
      gap: 8px; } }
  .cart-products-list .cart-product,
  .cart-products-list .cart-product-set {
    position: relative; }
    .cart-products-list .cart-product .cart-product-qty,
    .cart-products-list .cart-product-set .cart-product-qty {
      position: absolute;
      z-index: 2;
      top: -6px;
      right: -6px;
      height: 22px;
      min-width: 22px;
      padding: 2px 3px;
      border-radius: 999px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      background: var(--accent-color);
      color: var(--white-color); }
      @media (max-width: 991.98px) {
        .cart-products-list .cart-product .cart-product-qty,
        .cart-products-list .cart-product-set .cart-product-qty {
          top: -3px;
          right: -3px;
          height: 14px;
          min-width: 14px;
          font-size: 10px; } }
      .cart-products-list .cart-product .cart-product-qty:empty,
      .cart-products-list .cart-product-set .cart-product-qty:empty {
        display: none; }
  .cart-products-list .cart-product-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-products-list .cart-product-set .plus-icon {
      z-index: 2;
      position: relative;
      margin: 0 -10px; }
      .cart-products-list .cart-product-set .plus-icon svg {
        width: 30px;
        height: 30px;
        color: var(--theme-color-second); }
  .cart-products-list .cart-product-img {
    border: 1px solid var(--main100);
    border-radius: 8px;
    display: block;
    width: 100px;
    height: 100px;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .cart-products-list .cart-product-img {
        width: 80px;
        height: 80px; } }
    @media (any-hover: hover) {
      .cart-products-list .cart-product-img:hover {
        border-color: var(--accent-color); } }
    .cart-products-list .cart-product-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center;
      border-radius: 8px; }

.btn-next-step {
  margin-top: 16px;
  min-height: 48px;
  padding: 6px 24px; }
  @media (max-width: 575.98px) {
    .btn-next-step {
      width: 100%; } }

.btn-edit-step {
  position: absolute;
  top: 24px;
  right: 32px;
  min-height: 29px;
  border: none;
  padding: 0;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--main-color); }
  .btn-edit-step .ic {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .btn-edit-step:hover, .btn-edit-step:focus {
    color: var(--accent-color); }
  @media (max-width: 991.98px) {
    .btn-edit-step {
      min-height: 24px;
      top: 16px;
      right: 12px;
      color: var(--black-color);
      text-transform: capitalize; }
      .btn-edit-step .ic {
        color: var(--main-color); } }

.order-comment {
  margin-bottom: 10px; }
  .order-comment .btn-show-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .order-comment .btn-show-comment svg.ic {
      font-size: 18px;
      margin-left: 2px; }
  .order-comment .order-comment-field {
    display: none;
    gap: 30px; }
    .order-comment .order-comment-field .field-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
  .order-comment.open {
    margin-bottom: 20px; }
    .order-comment.open .btn-show-comment {
      display: none; }
    .order-comment.open .order-comment-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@media (max-width: 991.98px) {
  #page-content.page-checkout-success {
    padding-top: 76px; } }

.checkout-success-wrap {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .checkout-success-wrap {
      margin-bottom: 40px; } }

.checkout-success-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 4px; }
  .checkout-success-grid:not(:last-child) {
    margin-bottom: 32px; }
  .checkout-success-grid.accordion-open .order-info-message {
    border-radius: 16px 16px 0 0; }
  .checkout-success-grid.accordion-open .success-message-btn .show-text {
    display: block; }
  .checkout-success-grid.accordion-open .success-message-btn .hide-text {
    display: none; }
  .checkout-success-grid.accordion-open .success-message-btn .icon-arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  @media (max-width: 991.98px) {
    .checkout-success-grid:not(:last-child) {
      margin-bottom: 24px; } }
  .checkout-success-grid .side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 4px; }
  .checkout-success-grid .top-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    @media (max-width: 991.98px) {
      .checkout-success-grid .top-side {
        row-gap: 12px; } }
  .checkout-success-grid .left-side, .checkout-success-grid .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 2px); }
    @media (max-width: 991.98px) {
      .checkout-success-grid .left-side, .checkout-success-grid .right-side {
        width: 100%; } }
  .checkout-success-grid .left-side {
    padding: 32px;
    background: var(--white-color);
    border-radius: 0 0 0 16px; }
    @media (max-width: 991.98px) {
      .checkout-success-grid .left-side {
        padding: 16px 12px;
        border-radius: 0 0 16px 16px; } }
    .checkout-success-grid .left-side .order-card {
      padding: 0; }
      .checkout-success-grid .left-side .order-card:last-child {
        border-radius: 0 0 0 16px; }
      .checkout-success-grid .left-side .order-card:not(:last-child) {
        padding-bottom: 8px; }
  .checkout-success-grid .right-side {
    min-height: 100%; }
    @media (min-width: 992px) {
      .checkout-success-grid .right-side .order-card {
        height: 100%; }
        .checkout-success-grid .right-side .order-card:last-child {
          border-radius: 0 0 16px 0; } }
    @media (max-width: 991.98px) {
      .checkout-success-grid .right-side .order-card {
        border-radius: 0; } }
  .checkout-success-grid .order-info-card:first-child {
    border-radius: 0; }
  .checkout-success-grid .cart-item:first-child {
    border-top: 1px solid var(--main100); }
  @media (max-width: 991.98px) {
    .checkout-success-grid .cart-item .cart-item-qty {
      padding-left: 0 !important; } }
  .checkout-success-grid .order-totals-block {
    margin-bottom: 0; }
    .checkout-success-grid .order-totals-block .total-item-in-total {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 0; }
      @media (max-width: 991.98px) {
        .checkout-success-grid .order-totals-block .total-item-in-total {
          padding-bottom: 0; } }
      .checkout-success-grid .order-totals-block .total-item-in-total .total-item-title {
        color: var(--grey-color);
        font-size: 24px;
        font-weight: 400;
        line-height: 32px; }
        @media (max-width: 991.98px) {
          .checkout-success-grid .order-totals-block .total-item-in-total .total-item-title {
            font-size: 18px;
            line-height: 1.2; } }
      .checkout-success-grid .order-totals-block .total-item-in-total .price-wrap {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: var(--black-color); }
        @media (max-width: 991.98px) {
          .checkout-success-grid .order-totals-block .total-item-in-total .price-wrap {
            font-size: 20px;
            line-height: 1.2; } }
        .checkout-success-grid .order-totals-block .total-item-in-total .price-wrap .price {
          color: var(--black-color); }

.order-info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .order-info-message {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 12px;
      row-gap: 12px; } }
  .order-info-message .success-message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .order-info-message .success-message-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
  .order-info-message .success-message-img {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .order-info-message .success-message-img {
        display: none; } }
    .order-info-message .success-message-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .order-info-message .success-message-heading {
    color: var(--main-color);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .order-info-message .success-message-heading {
        font-size: 20px; } }
    .order-info-message .success-message-heading:not(:last-child) {
      margin-bottom: 12px; }
  .order-info-message .success-message-error {
    color: var(--red-color);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .order-info-message .success-message-error {
        font-size: 20px; } }
    .order-info-message .success-message-error:not(:last-child) {
      margin-bottom: 12px; }
  .order-info-message .success-message-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--second-color); }
    @media (max-width: 991.98px) {
      .order-info-message .success-message-text {
        font-size: 14px;
        color: var(--black-color); } }
  .order-info-message .success-message-btn {
    border: none;
    background: none;
    padding: 0;
    min-height: auto;
    margin-top: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 6px;
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .order-info-message .success-message-btn .show-text {
      display: none; }
    .order-info-message .success-message-btn .icon-arrow {
      background: var(--main-color);
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .order-info-message .success-message-btn .icon-arrow .icon {
        color: var(--white-color); }
    @media (any-hover: hover) {
      .order-info-message .success-message-btn:hover {
        color: var(--main-color); } }
    .order-info-message .success-message-btn:focus {
      color: var(--main-color); }
  .order-info-message .success-message-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    @media (min-width: 1200px) {
      .order-info-message .success-message-buttons {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 1199.98px) {
      .order-info-message .success-message-buttons {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 991.98px) {
      .order-info-message .success-message-buttons {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        row-gap: 12px; } }
    .order-info-message .success-message-buttons .btn {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 992px) {
        .order-info-message .success-message-buttons .btn {
          padding: 8px 40px;
          min-height: 56px; } }
      @media (max-width: 991.98px) {
        .order-info-message .success-message-buttons .btn {
          padding: 8px 24px; } }
      @media (max-width: 575.98px) {
        .order-info-message .success-message-buttons .btn {
          width: 100%; } }

.checkout-success-grid .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (min-width: 1200px) {
    .checkout-success-grid .btn-action-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (max-width: 1199.98px) {
    .checkout-success-grid .btn-action-wrap {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 991.98px) {
    .checkout-success-grid .btn-action-wrap {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      row-gap: 12px; } }

.ajax-payment-details {
  position: relative; }
  .ajax-payment-details > .order-info-message {
    gap: 0;
    width: 100%;
    padding: 0;
    border-radius: 0; }
    .ajax-payment-details > .order-info-message .success-message-content {
      display: none; }
  @media (min-width: 992px) {
    .ajax-payment-details .payment-buttons .btn {
      min-width: 280px;
      padding: 8px 24px; } }

.order-info-card:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--main100); }
  @media (max-width: 991.98px) {
    .order-info-card:not(:last-child) {
      padding-bottom: 12px;
      margin-bottom: 12px; } }

.order-info-card .info-flex-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .order-info-card .info-flex-row picture, .order-info-card .info-flex-row img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.order-info-card .order-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }
  .order-info-card .order-number b {
    font-weight: 700; }
  .order-info-card .order-number .icon-copy {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--main50); }
  .order-info-card .order-number svg.ic {
    width: 12px;
    height: 12px;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (pointer: fine) {
    .order-info-card .order-number:hover svg.ic {
      color: var(--theme-color-second); } }

.order-info-title {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; }
  .order-info-title:not(:last-child) {
    margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    .order-info-title {
      font-size: 20px; }
      .order-info-title:not(:last-child) {
        margin-bottom: 6px; } }

table.order-info-table {
  width: 100%; }
  @media (max-width: 991.98px) {
    table.order-info-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 4px; }
      table.order-info-table tr:not(:last-child) {
        margin-bottom: 12px; } }
  table.order-info-table th {
    width: 41%;
    color: var(--second-color); }
    @media (max-width: 991.98px) {
      table.order-info-table th {
        width: 100%; } }
  table.order-info-table th, table.order-info-table td {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      table.order-info-table th, table.order-info-table td {
        padding: 0;
        width: 100%; } }
  table.order-info-table td {
    color: var(--black-color); }
    @media (min-width: 992px) {
      table.order-info-table td {
        padding-left: 8px; } }

body.cart-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.cart-opened .cart-modal-inner {
    pointer-events: initial; }
    body.cart-opened .cart-modal-inner .overlay {
      opacity: 1;
      visibility: visible; }
  body.cart-opened #cartModal {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  body.cart-opened #page-header {
    padding-right: var(--scrollbar-width); }

.cart-modal-inner {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none; }
  .cart-modal-inner .overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }

#cartModal {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 748px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: var(--white-color);
  -webkit-transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  overflow: auto; }
  @media (max-width: 991.98px) {
    #cartModal {
      max-width: 100%; } }

/*
.cart-modal-inner {
    display: none;

    .overlay {
        display: none;
    }
}
.fancybox-container.form-popup .fancybox-content#cartModal {
    max-width: 900px; // <<--- cart width
}
*/
#cartModal {
  --px: 32px;
  overflow: hidden; }
  #cartModal .cart-top {
    padding: 24px var(--px) 0; }
  #cartModal .cart-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px; }
  #cartModal .cart-items-heading {
    margin-top: 12px; }
  #cartModal .cart-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100%; }
  #cartModal .cart-items {
    padding: 0 calc(22px - 5px) 32px var(--px);
    margin-right: 5px;
    overflow-y: auto; }
    @media (min-width: 992px) {
      #cartModal .cart-items, #cartModal .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #cartModal .cart-items::-webkit-scrollbar,
      #cartModal .cart-items *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20; }
  #cartModal .message-limit {
    font-weight: bold;
    color: var(--white-color);
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 20px var(--px);
    background: var(--white);
    border-top: 1px solid var(--main100); }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: var(--px);
        gap: 10px;
        -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06);
                box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06); } }
    @media (max-width: 575.98px) {
      #cartModal .bottom-row .btn {
        width: 100%; } }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px; }
    #cartModal .total-block .total-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.2;
      -ms-flex-item-align: end;
          align-self: flex-end;
      color: var(--grey-color); }
      @media (max-width: 991.98px) {
        #cartModal .total-block .total-title {
          font-size: 18px; } }
    #cartModal .total-block .price-wrap {
      line-height: 1; }
      #cartModal .total-block .price-wrap .price {
        font-size: 24px;
        font-weight: 800; }
      @media (max-width: 991.98px) {
        #cartModal .total-block .price-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          gap: 8px; }
          #cartModal .total-block .price-wrap .old-price {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            font-size: 12px;
            line-height: 20px; }
          #cartModal .total-block .price-wrap .price {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            font-size: 20px; } }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 12px; }
      #cartModal .cart-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 56px;
        background: var(--main-color);
        padding: 16px var(--px); }
      #cartModal .cart-title {
        color: var(--white-color);
        font-size: 20px;
        line-height: 1.2; }
      #cartModal .cart-items {
        padding: 0 calc(var(--px) - 5px) 32px var(--px); } }
  #cartModal .cart-empty {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    padding: 24px 32px; }
    @media (max-width: 991.98px) {
      #cartModal .cart-empty {
        padding: 16px 12px;
        row-gap: 32px; }
        #cartModal .cart-empty::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 56px;
          background: var(--main-color); }
        #cartModal .cart-empty .cart-title {
          position: relative;
          z-index: 5; } }
    #cartModal .cart-empty .empty-content {
      padding: 24px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 16px;
      border-radius: 24px;
      background: var(--bg); }
      @media (max-width: 991.98px) {
        #cartModal .cart-empty .empty-content {
          border-radius: 16px; } }
    #cartModal .cart-empty .empty-img {
      width: 100px;
      height: 100px; }
      #cartModal .cart-empty .empty-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    #cartModal .cart-empty .title {
      text-align: center;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        #cartModal .cart-empty .title {
          font-size: 20px; } }
    #cartModal .cart-empty .description {
      max-width: 360px;
      color: var(--grey-color);
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        #cartModal .cart-empty .description {
          font-size: 14px; } }
    #cartModal .cart-empty .btn {
      min-width: 250px;
      padding: 12px 40px;
      min-height: 56px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        #cartModal .cart-empty .btn {
          min-height: 48px;
          padding: 12px 24px; } }
      @media (max-width: 575.98px) {
        #cartModal .cart-empty .btn {
          width: 100%; } }

.btn-continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--black-color);
  text-transform: none;
  text-decoration: none;
  min-height: unset;
  background-color: transparent;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: auto; }
  .btn-continue .icon,
  .btn-continue svg.ic {
    color: var(--main-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 10px;
    line-height: 20px; }
  @media (any-hover: hover) {
    .btn-continue:hover {
      color: var(--main-color); }
      .btn-continue:hover svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; } }
  .btn-continue:focus {
    color: var(--main-color); }
    .btn-continue:focus svg.ic {
      -webkit-animation: moveArrow 0.8s forwards;
              animation: moveArrow 0.8s forwards; }
  @media (max-width: 991.98px) {
    .btn-continue {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 0.5em;
    background-color: var(--light-gray); }
    @media (max-width: 991.98px) {
      .modal-close::before, .modal-close::after {
        width: 18px;
        background-color: var(--white-color); } }
  .modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .modal-close .ic,
  .modal-close .icon {
    width: 16px;
    height: 16px;
    color: var(--light-gray);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: none; }
  @media (any-hover: hover) {
    .modal-close:hover {
      background: var(--main-color);
      color: var(--white); }
      .modal-close:hover::before, .modal-close:hover::after {
        background-color: var(--white); }
      .modal-close:hover .ic,
      .modal-close:hover .icon {
        color: var(--white); } }
  .modal-close:focus {
    background: var(--main-color);
    color: var(--white); }
    .modal-close:focus::before, .modal-close:focus::after {
      background-color: var(--white); }
    .modal-close:focus .ic,
    .modal-close:focus .icon {
      color: var(--white); }
  @media (max-width: 991.98px) {
    .modal-close {
      top: 12px;
      right: 12px;
      background-color: rgba(255, 255, 255, 0.1) !important; }
      .modal-close .ic,
      .modal-close .icon {
        width: 14px;
        height: 14px;
        color: var(--white-color); } }

.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.cart-items-heading,
.cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr 174px 107px 32px;
  grid-template-columns: 80px 1fr 174px 107px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 16px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 64px 1fr 174px 1fr;
      grid-template-columns: 64px 1fr 174px 1fr;
      gap: 8px; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 64px 1fr;
      grid-template-columns: 64px 1fr; } }

.cart-item-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 172px 120px 32px;
  grid-template-columns: 1fr 172px 120px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6; }
  .cart-item-set .set-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    gap: 15px; }

.products-table.products-table-no-edit .cart-items-heading,
.products-table.products-table-no-edit .cart-item {
  -ms-grid-columns: 80px 1fr 136px 95px;
  grid-template-columns: 80px 1fr 136px 95px; }
  @media (max-width: 991.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 64px 1fr;
      grid-template-columns: 64px 1fr; } }
  .products-table.products-table-no-edit .cart-items-heading .cart-item-qty,
  .products-table.products-table-no-edit .cart-item .cart-item-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px; }
  .products-table.products-table-no-edit .cart-items-heading .cart-item-qty .qty-text,
  .products-table.products-table-no-edit .cart-item .cart-item-qty .qty-text {
    height: 40px;
    min-width: 52px;
    background: var(--main50);
    border-color: var(--main50); }

.products-table.products-table-no-edit .cart-item-set {
  -ms-grid-columns: 1fr 120px 120px 120px;
  grid-template-columns: 1fr 120px 120px 120px; }
  .products-table.products-table-no-edit .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }

.cart-items-heading {
  color: var(--grey-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--main100); }
  .cart-items-heading .cart-heading-qty {
    padding-left: 10px; }
  @media (max-width: 991.98px) {
    .cart-items-heading {
      display: none; } }

.cart-item {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid var(--main100); }
  @media (max-width: 991.98px) {
    .cart-item {
      padding: 12px 0; } }
  .cart-item .cart-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-info {
      -ms-grid-column-span: 3;
      grid-column: span 3;
      padding-right: 32px; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-info {
      -ms-grid-column-span: 1;
      grid-column: span 1;
      padding-right: 20px; } }
  .cart-item .product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--black-color);
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    .cart-item .product-title .text {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis; }
    @media (any-hover: hover) {
      .cart-item .product-title:hover {
        color: var(--main-color);
        text-decoration: none; } }
    .cart-item .product-title:focus {
      color: var(--main-color);
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .cart-item .product-title {
        font-size: 14px;
        font-weight: 400; } }
  .cart-item .product-sku {
    color: var(--grey-color);
    line-height: 1.4;
    font-weight: 400;
    font-size: 12px;
    margin-top: 8px; }
    @media (max-width: 991.98px) {
      .cart-item .product-sku {
        margin-top: 4px;
        font-size: 10px; } }
  .cart-item .product-provider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--grey-color); }
    @media (max-width: 991.98px) {
      .cart-item .product-provider {
        font-size: 10px; } }
  .cart-item .variant-attributes {
    font-size: 13px;
    margin-top: 8px; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-qty {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }
  .cart-item .cart-item-qty .qty-text {
    height: 42px;
    min-width: 60px;
    padding: 2px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--main200);
    background: var(--white); }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-qty .qty-text {
        min-width: 40px; } }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
  .cart-item .price-wrap {
    font-size: 20px;
    font-weight: 800; }
    .cart-item .price-wrap .old-price {
      font-size: 14px; }
    @media (max-width: 991.98px) {
      .cart-item .price-wrap {
        font-size: 16px; }
        .cart-item .price-wrap .old-price {
          font-size: 12px; } }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }

.cart-item-set {
  margin: 20px 0; }
  .cart-item-set + .cart-item-set {
    margin-top: 0; }
  .cart-item-set:not(:last-child) {
    border-bottom: 1px solid #cfcfcf; }
  .cart-item-set .cart-item-set-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-align: center;
    background: var(--theme-color-second);
    color: var(--white-color);
    border-radius: 4px; }
  .cart-item-set .plus-icon {
    z-index: 2;
    position: relative;
    margin: -8px 0 -8px 28px; }
    .cart-item-set .plus-icon svg {
      width: 30px;
      height: 30px;
      color: var(--theme-color-second); }

.cart-item.invalid,
.cart-item-set.invalid {
  background: rgba(255, 0, 0, 0.11); }

.cart-item-remove,
.cart-item-set-remove {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main200);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .cart-item-remove,
    .cart-item-set-remove {
      position: absolute;
      right: -6px;
      top: 6px; } }
  .cart-item-remove .remove,
  .cart-item-set-remove .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cart-item-remove svg,
  .cart-item-set-remove svg {
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .cart-item-remove svg,
      .cart-item-set-remove svg {
        font-size: 16px; } }
  .cart-item-remove .remove:focus svg.ic,
  .cart-item-set-remove .remove:focus svg.ic {
    color: var(--red-color); }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: var(--red-color); } }

#cart-fast-order {
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  #cart-fast-order.fast-order-open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    #cart-fast-order.fast-order-open .fast-order-form-title .icon-arrow {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  #cart-fast-order .fast-order-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -32px; }
  #cart-fast-order .fast-order-form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 36px;
    max-width: 220px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 16px 16px 0 0;
    background: var(--main50);
    cursor: pointer; }
    #cart-fast-order .fast-order-form-title .icon-arrow {
      width: 16px;
      height: 16px;
      background: var(--main-color);
      color: var(--white-color);
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      #cart-fast-order .fast-order-form-title .icon-arrow .icon {
        width: 8px;
        height: 8px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-title {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-height: 32px;
        font-size: 12px;
        -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06);
                box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06); } }
  #cart-fast-order .fast-order-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    background: var(--main50);
    padding: 20px var(--px); }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-wrap {
        padding: var(--px);
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #cart-fast-order .fast-order-form-notice {
    max-width: 202px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-notice {
        max-width: 100%;
        font-size: 12px; } }
  #cart-fast-order .form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #cart-fast-order .form-wrap {
        width: 100%; } }
    #cart-fast-order .form-wrap .form-control {
      height: 46px;
      border-radius: 12px;
      border: 1px solid #D3E2F2;
      background: var(--white);
      color: var(--black-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: red; }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: var(--grey-color); }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: var(--grey-color); }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: var(--grey-color); }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: var(--grey-color); }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: var(--grey-color); }
      @media (any-hover: hover) {
        #cart-fast-order .form-wrap .form-control:hover {
          border-color: var(--main-color); } }
      #cart-fast-order .form-wrap .form-control:focus {
        border-color: var(--main-color); }
    #cart-fast-order .form-wrap .form-error {
      display: block;
      margin: 0;
      padding: 2px 0;
      color: red;
      font-size: 12px; }
      @media (min-width: 992px) {
        #cart-fast-order .form-wrap .form-error {
          position: absolute;
          z-index: 1;
          top: 100%;
          left: 0;
          right: 0; } }
  #cart-fast-order .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 575.98px) {
      #cart-fast-order .btn {
        margin-top: 4px;
        width: 100%; } }

.order-promocode .order-promocode-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }

.order-promocode .fields-group {
  position: relative; }
  .order-promocode .fields-group input {
    padding-right: 146px; }
  .order-promocode .fields-group .btn {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 32px;
    border-radius: 0.25em;
    padding: 2px 10px;
    border-width: 1px; }

.order-promocode .promocode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px; }
  .order-promocode .promocode-wrap .sale-text {
    color: var(--price-new); }
  .order-promocode .promocode-wrap .promocode-code {
    display: inline-block;
    color: var(--white-color);
    background: var(--theme-color-second);
    padding: 2px 10px;
    border-radius: 0.25em;
    text-align: center;
    margin-bottom: 4px; }
  .order-promocode .promocode-wrap .discount-value {
    font-size: 1.2em; }

.order-promocode .order-promocode-error {
  color: red; }

.order-promocode .order-promocode-message {
  color: green; }

body:has(.account-profile) #page-header .btn-profile {
  color: var(--accent-color); }
  @media (min-width: 992px) {
    body:has(.account-profile) #page-header .btn-profile {
      pointer-events: none; } }
  body:has(.account-profile) #page-header .btn-profile:hover, body:has(.account-profile) #page-header .btn-profile:focus {
    color: var(--white-color); }

@media (min-width: 992px) {
  .account-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 324px 1fr;
    grid-template-columns: 324px 1fr;
    gap: 16px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .account-grid {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr; } }

.account-grid .account-aside {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  padding: 12px;
  position: relative;
  background-color: var(--white-color); }
  @media (max-width: 991.98px) {
    .account-grid .account-aside {
      display: none; } }

.account-grid .favorites-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .account-grid .favorites-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 1px; } }
  @media (max-width: 767.98px) {
    .account-grid .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      margin: 0 -12px; } }

.account-grid .favorites-top {
  position: relative;
  z-index: 100; }
  .account-grid .favorites-top:not(:last-child) {
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .account-grid .favorites-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      padding: 16px 32px;
      border-radius: 16px;
      background: var(--white-color); } }
  @media (max-width: 991.98px) {
    .account-grid .favorites-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; }
      .account-grid .favorites-top:not(:last-child) {
        margin-bottom: 1px; }
      .account-grid .favorites-top .sorting-select-wrap {
        width: 100%; }
      .account-grid .favorites-top .sorting-title {
        display: none; }
      .account-grid .favorites-top .favorites-count {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 12px;
        border-radius: 12px 12px 0 0;
        background: var(--white-color); }
      .account-grid .favorites-top .catalog-sorting-wrap {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  @media (max-width: 767.98px) {
    .account-grid .favorites-top .favorites-count {
      margin: 0 -12px; } }

.account-grid .favorites-count {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }

.account-grid .favorites-empty {
  padding: 64px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  border-radius: 32px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .account-grid .favorites-empty {
      padding: 24px;
      border-radius: 16px; } }
  .account-grid .favorites-empty .favorites-img {
    width: 100px;
    height: 100px; }
    .account-grid .favorites-empty .favorites-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .account-grid .favorites-empty .favorites-title {
    color: var(--black-color);
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .account-grid .favorites-empty .favorites-title {
        font-size: 20px; } }
  .account-grid .favorites-empty .favorites-text {
    max-width: 360px;
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .account-grid .favorites-empty .favorites-text {
        font-size: 14px; } }

.account-nav-wrap .btn-account-logout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: var(--color-text);
  background-color: var(--white-color); }
  @media (max-width: 991.98px) {
    .account-nav-wrap .btn-account-logout {
      padding: 12px;
      font-size: 18px; } }
  .account-nav-wrap .btn-account-logout .ic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: var(--main-color);
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .account-nav-wrap .btn-account-logout .icon-arrow {
    margin-left: auto; }
  @media (pointer: fine) {
    .account-nav-wrap .btn-account-logout:hover {
      color: var(--white-color);
      background-color: var(--theme-color-second); }
      .account-nav-wrap .btn-account-logout:hover .ic {
        color: var(--white-color); }
      .account-nav-wrap .btn-account-logout:hover .icon-arrow {
        opacity: 0;
        visibility: hidden; } }

.account-nav-wrap .account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px; }
  .account-nav-wrap .account-nav:not(:last-child) {
    margin-bottom: 8px; }
  .account-nav-wrap .account-nav .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--color-text);
    background-color: var(--white-color); }
    .account-nav-wrap .account-nav .link-item .ic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      width: 24px;
      height: 24px;
      color: var(--main-color);
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    @media (max-width: 991.98px) {
      .account-nav-wrap .account-nav .link-item {
        padding: 12px;
        font-size: 18px; } }
    .account-nav-wrap .account-nav .link-item .icon-arrow {
      margin-left: auto; }
    @media (pointer: fine) {
      .account-nav-wrap .account-nav .link-item:hover {
        color: var(--white-color);
        background-color: var(--theme-color-second); }
        .account-nav-wrap .account-nav .link-item:hover .ic {
          color: var(--white-color); }
        .account-nav-wrap .account-nav .link-item:hover .icon-arrow {
          opacity: 0;
          visibility: hidden; } }
    .account-nav-wrap .account-nav .link-item.active {
      color: var(--white-color);
      background-color: var(--main-color); }
      .account-nav-wrap .account-nav .link-item.active .ic {
        color: var(--white-color); }
      .account-nav-wrap .account-nav .link-item.active .icon-arrow {
        opacity: 0;
        visibility: hidden; }

.user-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 8px 0 8px 20px;
  border-radius: 12px;
  background: var(--main100); }
  @media (max-width: 991.98px) {
    .user-info-wrap {
      padding: 8px 12px; } }
  .user-info-wrap:not(:last-child) {
    margin-bottom: 8px; }
  .user-info-wrap .user-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--main-color); }
    .user-info-wrap .user-icon .icon {
      width: 100%;
      height: 100%; }
  .user-info-wrap .user-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

#usersModal {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  #usersModal .modal-content {
    max-width: 400px;
    border-radius: 24px;
    border: none; }
  #usersModal .modal-body {
    padding: 32px; }
  #usersModal .modal-title {
    color: var(--black-color);
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    #usersModal .modal-title:not(:last-child) {
      margin-bottom: 12px; }
  #usersModal .modal-message {
    color: var(--grey-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
    #usersModal .modal-message:not(:last-child) {
      margin-bottom: 24px; }
  #usersModal .modal-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px; }
  #usersModal .btn {
    width: 100%; }
  #usersModal .modal-close {
    top: 12px;
    right: 12px; }

body.sticky .account-order-top .account-order-btn {
  opacity: 1;
  visibility: visible; }

body.sticky:has(.account-order-top) #page-footer {
  z-index: 24; }

.account-order-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px; }
  .account-order-top:not(:last-child) {
    margin-bottom: 20px; }
  .account-order-top .page-title:not(:last-child) {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .account-order-top .account-order-btn {
      position: fixed;
      z-index: 10000000;
      width: 100%;
      left: 0;
      bottom: 79px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: var(--white-color);
      padding: 12px;
      -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06);
              box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      opacity: 0;
      visibility: hidden; }
      .account-order-top .account-order-btn .btn {
        width: 100%; } }

.account-order-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px; }
  .account-order-grid .left-side,
  .account-order-grid .right-side {
    padding: 32px;
    width: calc(50% - 2px);
    min-height: 100%;
    background: var(--white-color); }
  .account-order-grid .left-side {
    border-radius: 16px 0 0 16px; }
  .account-order-grid .right-side {
    border-radius: 0 16px 16px 0; }
  .account-order-grid .cart-item .product-title {
    font-size: 14px; }
  .account-order-grid .order-card {
    padding: 0 0 8px 0; }
  .account-order-grid .cart-item:first-child {
    border-top: 1px solid var(--main100); }
  @media (max-width: 991.98px) {
    .account-order-grid .cart-item .cart-item-qty {
      padding-left: 0 !important; } }
  .account-order-grid .order-totals-block {
    margin-bottom: 0; }
    .account-order-grid .order-totals-block .total-item-in-total {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 0; }
      @media (max-width: 991.98px) {
        .account-order-grid .order-totals-block .total-item-in-total {
          padding-bottom: 0; } }
      .account-order-grid .order-totals-block .total-item-in-total .total-item-title {
        color: var(--grey-color);
        font-size: 24px;
        font-weight: 400;
        line-height: 32px; }
        @media (max-width: 991.98px) {
          .account-order-grid .order-totals-block .total-item-in-total .total-item-title {
            font-size: 18px;
            line-height: 1.2; } }
      .account-order-grid .order-totals-block .total-item-in-total .price-wrap {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: var(--black-color); }
        @media (max-width: 991.98px) {
          .account-order-grid .order-totals-block .total-item-in-total .price-wrap {
            font-size: 20px;
            line-height: 1.2; } }
        .account-order-grid .order-totals-block .total-item-in-total .price-wrap .price {
          color: var(--black-color); }
  @media (max-width: 1199.98px) {
    .account-order-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .account-order-grid .left-side,
      .account-order-grid .right-side {
        width: 100%; }
      .account-order-grid .left-side {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        border-radius: 0 0 12px 12px; }
      .account-order-grid .right-side {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        border-radius: 12px 12px 0 0; } }
  @media (max-width: 991.98px) {
    .account-order-grid .left-side,
    .account-order-grid .right-side {
      padding: 16px 12px; }
    .account-order-grid .left-side {
      border-radius: 0 0 12px 12px; }
    .account-order-grid .right-side {
      border-radius: 12px 12px 0 0; } }

.profile-favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: var(--white-color);
  padding: 32px;
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .profile-favorites {
      padding: 16px 12px;
      border-radius: 16px; } }
  .profile-favorites:has(.profile-favorites-item) .profile-favorites-text {
    display: none; }
  .profile-favorites.open .js-btn-add-animal {
    display: none; }
  .profile-favorites .profile-favorites-text {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    .profile-favorites .profile-favorites-text:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-text {
        font-size: 16px; }
        .profile-favorites .profile-favorites-text:not(:last-child) {
          margin-bottom: 12px; } }
  .profile-favorites .profile-favorites-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .profile-favorites .profile-favorites-list:has(.profile-favorites-item):not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .profile-favorites .profile-favorites-list:has(.profile-favorites-item):not(:last-child) {
          margin-bottom: 12px; } }
  .profile-favorites .profile-favorites-item {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 56px auto;
    grid-template-columns: 56px auto;
    gap: 4px 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--main100); }
    .profile-favorites .profile-favorites-item:first-child {
      border-top: 1px solid var(--main100); }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-item {
        padding-top: 12px;
        padding-bottom: 12px;
        -ms-grid-columns: 48px auto;
        grid-template-columns: 48px auto; } }
    .profile-favorites .profile-favorites-item:nth-child(even) .profile-favorites-item-icon {
      background: #79cc42; }
  .profile-favorites .profile-favorites-item-icon {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #927def; }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-item-icon {
        width: 48px;
        height: 48px; } }
  .profile-favorites .profile-favorites-item-name {
    padding-right: 20px;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1; }
  .profile-favorites .profile-favorites-item-info {
    padding-right: 20px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    .profile-favorites .profile-favorites-item-info:empty {
      display: none; }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-item-info {
        font-size: 14px; } }
  .profile-favorites .profile-favorites-item-delete {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--main200);
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0; }
    @media (any-hover: hover) {
      .profile-favorites .profile-favorites-item-delete:hover {
        color: var(--red); } }
    .profile-favorites .profile-favorites-item-delete .icon {
      width: 100%;
      height: 100%; }
  .profile-favorites .profile-favorites-form {
    padding-top: 24px;
    display: none; }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-form {
        padding-top: 12px; } }
  .profile-favorites .profile-favorites-radio-wrap {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .profile-favorites .profile-favorites-radio-wrap::-webkit-scrollbar {
      display: none; }
    .profile-favorites .profile-favorites-radio-wrap:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-radio-wrap:not(:last-child) {
        margin-bottom: 12px; } }
  .profile-favorites .profile-favorites-radio {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 24px;
    margin-bottom: 0;
    gap: 12px;
    background: transparent;
    border-radius: 100px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .profile-favorites .profile-favorites-radio {
        padding: 6px 16px;
        gap: 8px;
        font-size: 14px;
        line-height: 1.4; } }
    .profile-favorites .profile-favorites-radio:has(input:checked) {
      color: var(--white-color);
      background: var(--main-color); }
    .profile-favorites .profile-favorites-radio img {
      width: 32px;
      height: 32px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    .profile-favorites .profile-favorites-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
  .profile-favorites .required-text:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .profile-favorites .required-text:not(:last-child) {
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .profile-favorites .form-style .form-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; } }
  @media (max-width: 991.98px) {
    .profile-favorites .form-style .form-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .profile-favorites .form-style .form-group {
    width: 100%;
    margin-bottom: 0; }
  .profile-favorites .form-style .jq-selectbox {
    height: 46px; }
    .profile-favorites .form-style .jq-selectbox.focused .jq-selectbox__select {
      border-color: var(--main-color);
      color: var(--black-color); }
    .profile-favorites .form-style .jq-selectbox.opened .jq-selectbox__trigger {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .profile-favorites .form-style .jq-selectbox .jq-selectbox__select {
      border-radius: 12px;
      border: 1px solid #d3e2f2;
      color: var(--grey-color); }
    .profile-favorites .form-style .jq-selectbox .jq-selectbox__trigger {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .profile-favorites .form-style .jq-selectbox .jq-selectbox__dropdown .disabled {
      display: none; }
  .profile-favorites .form-style .form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .profile-favorites .form-style .form-buttons .btn {
      min-width: 180px;
      min-height: 56px; }
    @media (max-width: 991.98px) {
      .profile-favorites .form-style .form-buttons {
        gap: 4px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .profile-favorites .form-style .form-buttons .btn {
          min-width: -webkit-fit-content;
          min-width: -moz-fit-content;
          min-width: fit-content;
          min-height: 48px;
          width: calc(50% - 2px); } }
  .profile-favorites .js-btn-add-animal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.profile-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: var(--white-color);
  padding: 32px;
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .profile-delivery {
      padding: 16px 12px;
      border-radius: 16px; } }
  .profile-delivery .address:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .profile-delivery .address:not(:last-child) {
        margin-bottom: 12px; } }
  .profile-delivery .btn-default {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 575.98px) {
      .profile-delivery .btn-default {
        width: 100%; } }

.account-order .section-title {
  margin-bottom: 20px; }

.account-order .account-content {
  position: relative; }

.account-order .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .account-order .order-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 992px) {
    .account-order .order-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .account-order .order-header .order-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.account-order .order-return-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .order-return-back:hover {
      color: var(--theme-color-second); } }
  .account-order .order-return-back .arrow-wrap {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--theme-color-second);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .account-order .order-return-back .arrow-wrap .ic {
      width: 6px;
      color: var(--white-color); }
  .account-order .order-return-back.top {
    margin-bottom: 12px; }
  .account-order .order-return-back.bottom {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .account-order .order-return-back.bottom {
        margin: 48px 0 0; } }

.account-order .personal-cashback {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  color: var(--white-color);
  background-color: #9B8BCF;
  padding: 12px 84px 12px 16px; }
  @media (max-width: 1200px) {
    .account-order .personal-cashback {
      margin-left: auto; } }
  @media (max-width: 768px) {
    .account-order .personal-cashback {
      display: none; } }
  .account-order .personal-cashback .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .account-order .personal-cashback .content .text {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
    .account-order .personal-cashback .content .price {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
    .account-order .personal-cashback .content .link {
      color: var(--white-color);
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      text-decoration-line: underline;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .account-order .personal-cashback .content .link:hover {
          color: #f2c4ff; } }
  .account-order .personal-cashback .avatar {
    position: absolute;
    max-width: 62px;
    right: 8%;
    top: -9%; }

.account-order .open-order .order-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 26px;
  margin-bottom: 32px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-info {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .account-order .open-order .order-info .order-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
    @media (max-width: 1200px) {
      .account-order .open-order .order-info .order-info-wrap:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.account-order .open-order .info-block-wrap:has(.comment) {
  height: 100%; }

.account-order .open-order .order-info-title {
  color: var(--theme-color-second);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-info-title {
      font-size: 14px;
      line-height: 20px; } }

.account-order .open-order .info-line {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-bottom: 4px; }
  @media (max-width: 576px) {
    .account-order .open-order .info-line {
      gap: 12px; } }
  .account-order .open-order .info-line .title {
    display: inline-block;
    color: #696969; }
  .account-order .open-order .info-line .value {
    display: inline-block;
    color: var(--color-text); }
    .account-order .open-order .info-line .value .status_bullet {
      display: block;
      width: 10px;
      min-width: 10px;
      height: 10px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 10px; }
    .account-order .open-order .info-line .value.status_paid {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.account-order .open-order .comment {
  border-radius: 8px;
  background: #FAFAFA;
  padding: 10px 16px;
  height: calc(100% - 32px); }

.account-order .open-order .copy-number {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-color-second);
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .open-order .copy-number:hover {
      background-color: var(--theme-color-second); } }
  .account-order .open-order .copy-number .ic {
    fill: var(--white-color);
    width: 20px;
    height: 20px; }

.account-order .open-order .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
  gap: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 48px; } }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap .btn-default {
      width: 100%; } }
  .account-order .open-order .buttons-wrap .btn-default .btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 18px 8px 12px; }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-default .btn-text {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
        gap: 8px; } }
    .account-order .open-order .buttons-wrap .btn-default .btn-text .ic {
      width: 20px;
      height: 18px; }
      @media (max-width: 576px) {
        .account-order .open-order .buttons-wrap .btn-default .btn-text .ic {
          width: 24px;
          height: 24px; } }
  .account-order .open-order .buttons-wrap .btn-cancel {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 56px;
    border: 1px solid gray;
    padding: 8px 16px;
    background-color: transparent;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-order .open-order .buttons-wrap .btn-cancel:hover {
        background-color: var(--theme-color-second);
        color: var(--white-color);
        border: 1px solid var(--theme-color-second); } }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-cancel {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 16px; } }

.account-order .open-order .order-list-wrap .cart-title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-title {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid gray; } }

.account-order .open-order .order-list-wrap .cart-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid gray; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-headers {
      display: none; } }
  .account-order .open-order .order-list-wrap .cart-headers .header-title {
    color: var(--theme-color-second);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .account-order .open-order .order-list-wrap .cart-headers .header-title {
        font-size: 14px;
        line-height: 18px; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 55%;
                  flex: 0 0 55%; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 27%;
              flex: 0 0 27%;
      margin-left: 60px; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          margin-left: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; } }
      @media (max-width: 768px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 28%;
                  flex: 0 0 28%; } }

.account-order .open-order .order-list-wrap .cart-item .plus,
.account-order .open-order .order-list-wrap .cart-item .minus,
.account-order .open-order .order-list-wrap .cart-item .remove {
  display: none; }

.account-order .open-order .order-list-wrap .cart-item input {
  height: 40px;
  width: 50px;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item input {
      margin: 0;
      background-color: transparent; } }

@media (max-width: 992px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.account-order .open-order .order-list-wrap .cart-item .product-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item .product-info {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 3;
      grid-column-end: 4; }
      .account-order .open-order .order-list-wrap .cart-item .product-info .product-name a {
        font-size: 16px;
        line-height: 18px;
        height: 38px; } }

.account-order .open-order .order-list-wrap .cart-item ._qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  margin-left: 60px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      margin-left: 0; } }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      margin-right: 30px; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item ._price-total {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3; } }

.account-order .open-order .order-list-wrap .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .bottom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.account-order .open-order .order-list-wrap .total-block {
  border-radius: 16px;
  background-color: #F9F7FF;
  padding: 16px 24px 16px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .total-block {
      padding: 0;
      background-color: transparent;
      width: 100%; } }
  .account-order .open-order .order-list-wrap .total-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .total {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 8px 16px;
        border-radius: 12px;
        background-color: #F9F7FF;
        width: 100%;
        margin-bottom: 8px; } }
  .account-order .open-order .order-list-wrap .total-block .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 8px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .title {
        font-size: 20px;
        line-height: 24px;
        margin-right: 4px; } }
  .account-order .open-order .order-list-wrap .total-block .price-old,
  .account-order .open-order .order-list-wrap .total-block .old-price {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through; }
  .account-order .open-order .order-list-wrap .total-block .price,
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .price,
      .account-order .open-order .order-list-wrap .total-block .price-discount {
        font-size: 20px;
        line-height: 24px; } }
  .account-order .open-order .order-list-wrap .total-block .price {
    color: var(--color-text); }
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    color: red; }
  .account-order .open-order .order-list-wrap .total-block .cashback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .account-order .open-order .order-list-wrap .total-block .cashback img {
      display: block;
      margin-right: 4px; }

.account-orders .section-title {
  margin-bottom: 13px; }

.account-orders .order-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  max-width: 100%;
  padding: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .account-orders .order-nav::-webkit-scrollbar {
    display: none; }
  .account-orders .order-nav:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .account-orders .order-nav {
      gap: 4px; }
      .account-orders .order-nav:not(:last-child) {
        margin-bottom: 16px; } }
  .account-orders .order-nav li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .account-orders .order-nav .order-nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .account-orders .order-nav .order-nav-item.active a {
      background: var(--main-color);
      color: var(--white-color); }
  .account-orders .order-nav a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    min-height: 48px;
    padding: 6px 24px;
    border-radius: 100px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (pointer: fine) {
      .account-orders .order-nav a:hover {
        background: var(--main-color);
        color: var(--white-color); } }
    @media (max-width: 991.98px) {
      .account-orders .order-nav a {
        padding: 6px 20px;
        min-height: 40px;
        font-size: 16px;
        background: var(--main100); } }

@media (min-width: 992px) {
  .account-orders .orders {
    padding: 24px;
    border-radius: 16px;
    background: var(--white-color); } }

.account-orders .order-headers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 19.5% 19.5% 19.5% 19.5% 1fr 16px;
  grid-template-columns: 19.5% 19.5% 19.5% 19.5% 1fr 16px;
  padding: 0 8px 16px;
  border-bottom: 1px solid var(--main100); }
  @media (max-width: 991.98px) {
    .account-orders .order-headers {
      display: none; } }
  .account-orders .order-headers .order-title {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 15px 0 0;
    margin: 0; }

.account-orders .order-item {
  position: relative;
  border-radius: 16px;
  padding: 24px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--black-color); }
  @media (min-width: 992px) {
    .account-orders .order-item {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-grid-columns: 19.5% 19.5% 19.5% 19.5% 1fr 16px;
      grid-template-columns: 19.5% 19.5% 19.5% 19.5% 1fr 16px;
      border-bottom: 1px solid var(--main100); }
      .account-orders .order-item::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: calc(100% + 24px);
        height: calc(100% - 16px);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 16px;
        background: var(--main50);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden; } }
  @media (max-width: 1199.98px) {
    .account-orders .order-item {
      padding: 24px 0; } }
  @media (max-width: 991.98px) {
    .account-orders .order-item {
      padding: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      border-radius: 12px;
      background: var(--white-color);
      font-size: 14px; }
      .account-orders .order-item:not(:last-child) {
        margin-bottom: 4px; }
      .account-orders .order-item:nth-child(2) {
        border-radius: 12px 12px 0 0; }
      .account-orders .order-item:last-child {
        border-radius: 0 0 12px 12px; } }
  @media (any-hover: hover) {
    .account-orders .order-item:hover::before {
      opacity: 1;
      visibility: visible; }
    .account-orders .order-item:hover .icon-arrow {
      background: var(--main-color);
      color: var(--white-color); } }
  .account-orders .order-item:focus::before {
    opacity: 1;
    visibility: visible; }
  .account-orders .order-item .order-item-value {
    position: relative;
    z-index: 2;
    padding-right: 15px; }
    @media (max-width: 991.98px) {
      .account-orders .order-item .order-item-value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding-right: 0; }
        .account-orders .order-item .order-item-value:not(:last-child) {
          margin-bottom: 12px; }
        .account-orders .order-item .order-item-value::before {
          content: attr(data-value);
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: var(--second-color);
          font-size: 14px;
          font-weight: 400;
          line-height: 1.4; } }
  .account-orders .order-item .order-number {
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-number:hover {
        color: var(--main-color); } }
  .account-orders .order-item .status_paid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    position: relative; }
    .account-orders .order-item .status_paid .status_bullet {
      display: block;
      width: 8px;
      min-width: 8px;
      height: 8px;
      background-color: #ff9900;
      border-radius: 50%;
      margin-right: 8px; }
  .account-orders .order-item .order-price .price {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .account-orders .order-item .order-price .price {
        font-size: 14px; } }
  .account-orders .order-item .order-price .cashback img {
    width: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .account-orders .order-item .order-delivery .delivery-way {
    display: block;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
  .account-orders .order-item .order-delivery .delivery-type {
    display: block;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
  .account-orders .order-item .order-address .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .account-orders .order-item .order-address img,
  .account-orders .order-item .order-ttn img {
    display: block;
    width: 24px; }
  .account-orders .order-item .order-address .address-city,
  .account-orders .order-item .order-ttn .address-city {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 8px; }
  .account-orders .order-item .order-address .address-warehouse,
  .account-orders .order-item .order-address .ttn-number,
  .account-orders .order-item .order-ttn .address-warehouse,
  .account-orders .order-item .order-ttn .ttn-number {
    display: inline-block;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 8px; }
  .account-orders .order-item .order-address .btn-copy,
  .account-orders .order-item .order-ttn .btn-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent; }
    .account-orders .order-item .order-address .btn-copy .ic,
    .account-orders .order-item .order-ttn .btn-copy .ic {
      color: #696969;
      width: 15px;
      height: 17px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-address .btn-copy:hover .ic,
      .account-orders .order-item .order-ttn .btn-copy:hover .ic {
        color: var(--theme-color-second); } }
  @media (max-width: 991.98px) {
    .account-orders .order-item .order-btn {
      width: 100%;
      padding-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 6px;
      border-top: 1px solid var(--main100); } }
  .account-orders .order-item .order-btn .text {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .account-orders .order-item .order-btn .text {
        display: none; } }
  .account-orders .order-item .icon-arrow {
    position: relative;
    z-index: 5; }
    @media (max-width: 991.98px) {
      .account-orders .order-item .icon-arrow {
        background: var(--main-color);
        color: var(--white-color);
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.account-orders .orders-empty {
  padding: 64px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  border-radius: 32px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .account-orders .orders-empty {
      padding: 24px;
      border-radius: 16px; } }
  .account-orders .orders-empty .orders-empty-img {
    width: 100px;
    height: 100px; }
    .account-orders .orders-empty .orders-empty-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .account-orders .orders-empty .orders-empty-title {
    color: var(--black-color);
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .account-orders .orders-empty .orders-empty-title {
        font-size: 20px; } }
  .account-orders .orders-empty .orders-empty-text {
    max-width: 360px;
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .account-orders .orders-empty .orders-empty-text {
        font-size: 14px; } }

.profile-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  .profile-grid .profile-info,
  .profile-grid .profile-access {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .profile-grid .profile-info .form-group:not(:last-child),
    .profile-grid .profile-access .form-group:not(:last-child) {
      margin-bottom: 0; }
    .profile-grid .profile-info .form-group .form-control[disabled],
    .profile-grid .profile-access .form-group .form-control[disabled] {
      border: 1px solid #d3e2f2;
      background: var(--main50);
      color: var(--light-gray); }
    @media (max-width: 575.98px) {
      .profile-grid .profile-info .btn,
      .profile-grid .profile-access .btn {
        width: 100%; } }
  .profile-grid .info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2; }
    .profile-grid .info-title .icon {
      width: 28px;
      height: 28px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: var(--main-color); }
    .profile-grid .info-title:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .profile-grid .info-title {
        gap: 8px;
        font-size: 20px; }
        .profile-grid .info-title .icon {
          width: 24px;
          height: 24px; }
        .profile-grid .info-title:not(:last-child) {
          margin-bottom: 12px; } }
  .profile-grid .info-text {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    .profile-grid .info-text:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .profile-grid .info-text {
        font-size: 14px;
        line-height: 1.4; }
        .profile-grid .info-text:not(:last-child) {
          margin-bottom: 12px; } }
  .profile-grid .form-grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px; }
    .profile-grid .form-grid:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 1199.98px) {
      .profile-grid .form-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 991.98px) {
      .profile-grid .form-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 12px; }
        .profile-grid .form-grid:not(:last-child) {
          margin-bottom: 12px; } }
  .profile-grid .profile-socials-bind {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .profile-grid .profile-socials-bind .title {
      position: relative;
      text-align: center;
      font-size: 1rem; }
      .profile-grid .profile-socials-bind .title span {
        position: relative;
        z-index: 2;
        color: #696969;
        background: var(--white-color);
        padding: 0 10px; }
    .profile-grid .profile-socials-bind .profile-socials-bind-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px;
      margin-top: 13px; }
      .profile-grid .profile-socials-bind .profile-socials-bind-list .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 7px 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 100px;
        border: 1px solid;
        background: var(--white-color); }
        .profile-grid .profile-socials-bind .profile-socials-bind-list .social .text {
          text-align: center;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2;
          color: var(--color-text); }

.user-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .user-address .address-item {
    position: relative;
    z-index: 1;
    padding: 16px 0;
    background: var(--white-color);
    border-bottom: 1px solid var(--main100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .user-address .address-item {
        padding: 12px 0; } }
    .user-address .address-item:first-child {
      border-top: 1px solid var(--main100); }
    .user-address .address-item .custom-radio {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .user-address .address-item .title {
      color: var(--black-color);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
    .user-address .address-item .address-title-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; }
      @media (max-width: 991.98px) {
        .user-address .address-item .address-title-wrap {
          row-gap: 4px; } }
    .user-address .address-item .address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px 8px;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        .user-address .address-item .address {
          font-size: 14px; } }
      .user-address .address-item .address .icon {
        width: 16px;
        height: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        color: var(--main200); }
      .user-address .address-item .address .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
        @media (min-width: 992px) {
          .user-address .address-item .address .item:not(:last-child)::after {
            content: "/";
            color: var(--main200);
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4; } }
        @media (max-width: 991.98px) {
          .user-address .address-item .address .item:last-child {
            width: 100%;
            padding-left: 24px; } }
      .user-address .address-item .address .name {
        display: none; }
      .user-address .address-item .address .value {
        text-decoration: none; }
    .user-address .address-item .actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
      margin-left: auto; }
      @media (min-width: 992px) {
        .user-address .address-item .actions {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 991.98px) {
        .user-address .address-item .actions {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 8px; } }
    .user-address .address-item .btn-action {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-height: 20px;
      padding: 0;
      border: none;
      width: 20px;
      height: 20px;
      color: var(--main200); }
      .user-address .address-item .btn-action .ic {
        width: 100%;
        height: 100%; }
      @media (pointer: fine) {
        .user-address .address-item .btn-action:hover {
          color: var(--main-color); } }
      .user-address .address-item .btn-action:focus {
        color: var(--main-color); }

.main-category {
  font-size: 1.5rem; }

.sub-category {
  font-size: 1rem; }

.sub-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem; }

.sub-list .col-md-4 {
  padding: 0.5rem; }

.seo-pages-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem; }

.seo-pages-list .col-md-6,
.seo-pages-list .col-xl-4 {
  padding: 0.5rem; }

.person-info-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 30px; }
  .person-info-wrap .person-social-list {
    margin-top: 20px; }
