@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #24084e;
  --theme-color-second: #6337a6;
  --theme-color-third: #24084e;
  --color-text: #181818;
  --color-decore: #24084e;
  --grey-color: #7F7F7F;
  --white-color: #ffffff;
  --bg: #FAFAFA;
  --price-color: #151515;
  --price-old: #888888;
  --price-new: #dc4b47;
  --color-link: #24084e;
  --color-link-hovered: #6337a6;
  --color-title-link: #181818;
  --color-title-link-hovered: #24084e;
  --color-black: #171614;
  --color-dark-gray: #1A2227;
  --color-steel-gray: #879799;
  --color-dark-slate: #2A343C;
  --color-midnight-blue: #141B21;
  --color-charcoal: #1E262B;
  --color-red: #E7271D;
  --color-cloud-white: #F5F7FA;
  --color-light-gray: #ECECEC;
  --color-gray: #64737A; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: var(--white-color);
  scroll-behavior: smooth;
  scroll-padding-top: 130px; }

body {
  background: var(--color-cloud-white);
  color: var(--color-text);
  font-size: 0.875rem;
  font-family: "Inter", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

body.catalog-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.catalog-opened .header-menu-mobile {
    z-index: 1000; }
  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.catalog-opened::before {
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(26, 34, 39, 0.7);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10000; }
  @media (min-width: 991.98px) {
    body.catalog-opened #page-header,
    body.catalog-opened #page-content {
      pointer-events: none; } }

html:has(.menu-opened) {
  overflow: hidden !important; }

body.menu-opened {
  overflow: hidden; }
  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; }

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] {
  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-red);
      text-decoration: none; } }
  a:focus,
  [js-href]:focus {
    color: var(--color-red);
    text-decoration: none; }

.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-bottom: 60px;
  padding-top: 194px; }
  @media (max-width: 1199.98px) {
    #page-content {
      padding-top: 180px; } }
  @media (max-width: 991.98px) {
    #page-content {
      padding-top: 92px; } }
  @media (max-width: 767.98px) {
    #page-content {
      padding-top: 80px;
      padding-bottom: 40px; } }
  #page-content:after {
    content: "";
    clear: both; }

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

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

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(--color-dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 767.98px) {
    .date {
      font-size: 14px;
      line-height: 20px; } }

[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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .status-mark:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000000;
    margin-right: 8px; }
  .status-mark-green:before {
    background: #1FC37C; }
  .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: 24px;
  height: 24px;
  border-radius: 100px;
  color: var(--theme-color-main);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .icon-arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .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: 20px;
      height: 21px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.99881 14.8962L6.54048 16.9795C6.3877 17.0767 6.22798 17.1184 6.06131 17.1045C5.89464 17.0906 5.74881 17.035 5.62381 16.9378C5.49881 16.8406 5.40159 16.7192 5.33214 16.5737C5.2627 16.4281 5.24881 16.2648 5.29048 16.0837L6.20714 12.1462L3.14464 9.50033C3.00575 9.37533 2.91909 9.23283 2.88464 9.07283C2.8502 8.91283 2.86048 8.75671 2.91548 8.60449C2.97048 8.45227 3.05381 8.32727 3.16548 8.22949C3.27714 8.13171 3.42992 8.06921 3.62381 8.04199L7.66548 7.68783L9.22798 3.97949C9.29742 3.81283 9.4052 3.68783 9.55131 3.60449C9.69742 3.52116 9.84659 3.47949 9.99881 3.47949C10.151 3.47949 10.3002 3.52116 10.4463 3.60449C10.5924 3.68783 10.7002 3.81283 10.7696 3.97949L12.3321 7.68783L16.3738 8.04199C16.5683 8.06977 16.721 8.13227 16.8321 8.22949C16.9433 8.32671 17.0266 8.45171 17.0821 8.60449C17.1377 8.75727 17.1483 8.91366 17.1138 9.07366C17.0794 9.23366 16.9924 9.37588 16.853 9.50033L13.7905 12.1462L14.7071 16.0837C14.7488 16.2642 14.7349 16.4275 14.6655 16.5737C14.596 16.7198 14.4988 16.8412 14.3738 16.9378C14.2488 17.0345 14.103 17.09 13.9363 17.1045C13.7696 17.1189 13.6099 17.0773 13.4571 16.9795L9.99881 14.8962Z' fill='%23F1C117'/%3E%3C/svg%3E") center no-repeat;
      background-size: cover; }
      .rating .rating-stars .star-icon.disabled {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.99881 14.8962L6.54048 16.9795C6.3877 17.0767 6.22798 17.1184 6.06131 17.1045C5.89464 17.0906 5.74881 17.035 5.62381 16.9378C5.49881 16.8406 5.40159 16.7192 5.33214 16.5737C5.2627 16.4281 5.24881 16.2648 5.29048 16.0837L6.20714 12.1462L3.14464 9.50033C3.00575 9.37533 2.91909 9.23283 2.88464 9.07283C2.8502 8.91283 2.86048 8.75671 2.91548 8.60449C2.97048 8.45227 3.05381 8.32727 3.16548 8.22949C3.27714 8.13171 3.42992 8.06921 3.62381 8.04199L7.66548 7.68783L9.22798 3.97949C9.29742 3.81283 9.4052 3.68783 9.55131 3.60449C9.69742 3.52116 9.84659 3.47949 9.99881 3.47949C10.151 3.47949 10.3002 3.52116 10.4463 3.60449C10.5924 3.68783 10.7002 3.81283 10.7696 3.97949L12.3321 7.68783L16.3738 8.04199C16.5683 8.06977 16.721 8.13227 16.8321 8.22949C16.9433 8.32671 17.0266 8.45171 17.0821 8.60449C17.1377 8.75727 17.1483 8.91366 17.1138 9.07366C17.0794 9.23366 16.9924 9.37588 16.853 9.50033L13.7905 12.1462L14.7071 16.0837C14.7488 16.2642 14.7349 16.4275 14.6655 16.5737C14.596 16.7198 14.4988 16.8412 14.3738 16.9378C14.2488 17.0345 14.103 17.09 13.9363 17.1045C13.7696 17.1189 13.6099 17.0773 13.4571 16.9795L9.99881 14.8962Z' fill='%23ECECEC'/%3E%3C/svg%3E") center no-repeat;
        background-size: cover; }
      @media (max-width: 767.98px) {
        .rating .rating-stars .star-icon {
          width: 16px;
          height: 16px; } }
  .rating .comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      .rating .comment-wrap {
        display: none; } }
  .rating .comment-icon {
    display: block;
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M0.999927 7.24978L1.03005 7.15006L1.01785 7.04661C1.0064 6.94953 1.00049 6.85056 1.00049 6.75V4.75C1.00049 3.36929 2.11978 2.25 3.50049 2.25H9.50049C10.8812 2.25 12.0005 3.36929 12.0005 4.75V6.75C12.0005 8.13071 10.8812 9.25 9.50049 9.25H4.73985C4.14307 9.25 3.56598 9.46348 3.11287 9.85186L1 11.6629V7.25L0.999927 7.24978Z' stroke='%23879799'/%3E%3C/svg%3E") center no-repeat; }
  .rating .count {
    color: var(--color-steel-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 4px; }
  .rating .rating-text-link {
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: 9%;
    text-underline-offset: 20%;
    text-underline-position: from-font;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .rating .rating-text-link:hover {
        color: var(--color-red); } }

.stock-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; }
  .stock-status .in-stock {
    color: #1FC37C; }
  .stock-status .not-in-stock {
    color: var(--color-red); }
  @media (max-width: 767.98px) {
    .stock-status {
      font-size: 12px;
      margin-top: 8px; } }
  @media (max-width: 767.98px) {
    .stock-status img {
      width: 12px;
      height: 12px; } }

.carousel-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px; }
  @media (max-width: 767.98px) {
    .carousel-nav {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  @media (max-width: 767.98px) {
    .carousel-nav .empty-item {
      display: none; } }
  .carousel-nav .swiper-pagination {
    margin: 0 auto; }
  .carousel-nav .btn {
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .carousel-nav .btn {
        margin: 20px auto 0;
        width: 60%;
        padding: 10px 10px 10px 16px;
        color: var(--white-color);
        background-color: var(--color-red); }
        .carousel-nav .btn span {
          color: var(--white-color); }
        .carousel-nav .btn .icon-wrapp {
          background-color: #EC574F;
          width: 20px;
          min-width: 20px;
          height: 20px; }
          .carousel-nav .btn .icon-wrapp .ic {
            width: 12px;
            height: 12px; } }
    @media (max-width: 575.98px) {
      .carousel-nav .btn {
        width: 100%; } }
  .carousel-nav:has(.swiper-pagination-lock) {
    display: none; }
  .carousel-nav:has(.swiper-pagination:empty) {
    display: none; }

.swiper:not(.swiper-initialized) .swiper-button-next,
.swiper:not(.swiper-initialized) .swiper-button-prev {
  display: none; }

.swiper-pagination {
  position: static !important;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  margin: 0 12px; }
  .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px;
    min-width: 10px;
    height: 10px;
    background: #D7E2E3;
    opacity: 1;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    margin: 0 6px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--color-red) !important; }
    @media (max-width: 767.98px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        min-width: 8px;
        height: 8px;
        margin: 0 4px !important; } }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 37% !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !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(--color-dark-gray);
  border-radius: 100px;
  border: none;
  -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(--color-red); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "" !important;
    width: 17px;
    height: 14px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  @media (max-width: 991.98px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none !important; } }

.swiper-button-prev {
  left: -18px !important; }
  .swiper-button-prev::after {
    background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20711 13.7071C7.81658 14.0976 7.18342 14.0976 6.79289 13.7071L0.792894 7.70711C0.402369 7.31658 0.402369 6.68342 0.792894 6.29289L6.79289 0.292893C7.18342 -0.0976323 7.81658 -0.0976322 8.20711 0.292893C8.59763 0.683417 8.59763 1.31658 8.20711 1.70711L3.91421 6L15.5 6C16.0523 6 16.5 6.44772 16.5 7C16.5 7.55228 16.0523 8 15.5 8L3.91421 8L8.20711 12.2929C8.59763 12.6834 8.59763 13.3166 8.20711 13.7071Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") center no-repeat; }

.swiper-button-next {
  right: -18px !important; }
  .swiper-button-next::after {
    background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.79289 0.292893C9.18342 -0.0976311 9.81658 -0.0976311 10.2071 0.292893L16.2071 6.29289C16.5976 6.68342 16.5976 7.31658 16.2071 7.70711L10.2071 13.7071C9.81658 14.0976 9.18342 14.0976 8.79289 13.7071C8.40237 13.3166 8.40237 12.6834 8.79289 12.2929L13.0858 8H1.5C0.947715 8 0.5 7.55228 0.5 7C0.5 6.44772 0.947715 6 1.5 6H13.0858L8.79289 1.70711C8.40237 1.31658 8.40237 0.683417 8.79289 0.292893Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") center no-repeat; }

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

.block-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .block-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }

.content-wrapper {
  background-color: var(--white-color);
  padding: 32px;
  border-radius: 12px; }
  @media (max-width: 991.98px) {
    .content-wrapper {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .content-wrapper {
      padding: 16px;
      margin: 0 -16px; } }

.section-spacing {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .section-spacing {
      margin-bottom: 40px; } }

.section-seo {
  max-width: 980px;
  max-height: 450px;
  margin: 60px 0 0 auto;
  padding-right: 14px;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .section-seo, .section-seo * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .section-seo::-webkit-scrollbar,
    .section-seo *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .section-seo::-webkit-scrollbar-button,
    .section-seo *::-webkit-scrollbar-button {
      display: none; }
    .section-seo::-webkit-scrollbar-track,
    .section-seo *::-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%); }
    .section-seo::-webkit-scrollbar-track-piece,
    .section-seo *::-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%); }
    .section-seo::-webkit-scrollbar-thumb,
    .section-seo *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    .section-seo::-webkit-scrollbar-corner,
    .section-seo *::-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) {
    .section-seo {
      max-width: 100%;
      margin: 40px 0 0; } }
  @media (max-width: 767.98px) {
    .section-seo {
      max-height: 520px; } }

.swiper-style {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .swiper-style:not(.swiper-initialized) .swiper-button-next, .swiper-style:not(.swiper-initialized) .swiper-button-prev {
    display: none; }
  .swiper-style .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .swiper-style .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

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

#page-header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 991.98px) {
    #page-header {
      height: 72px; } }
  @media (max-width: 767.98px) {
    #page-header {
      height: 64px; } }
  #page-header.checkout-header {
    position: static;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    height: auto; }
    #page-header.checkout-header .header-top {
      display: block !important;
      height: auto; }
      @media (max-width: 767.98px) {
        #page-header.checkout-header .header-top {
          background-color: var(--color-dark-gray); } }
      #page-header.checkout-header .header-top > .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: 767.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap {
        display: block; }
        #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main a,
        #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main .ic {
          color: var(--white-color); }
        #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main .arrow-wrapp {
          background-color: var(--color-dark-slate); } }
    #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  #page-header.header-scroll .header-top {
    margin-top: -74px; }
  #page-header .header-top {
    height: 74px;
    background: var(--white-color);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s 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: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 20px;
      padding-bottom: 20px;
      gap: 27px; }
      @media (max-width: 767.98px) {
        #page-header .header-top > .container {
          padding-top: 12px;
          padding-bottom: 12px; } }
    #page-header .header-top .header-pages-nav {
      gap: 0; }
      #page-header .header-top .header-pages-nav .nav-link {
        color: var(--color-dark-gray);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 0 16px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (pointer: fine) {
          #page-header .header-top .header-pages-nav .nav-link:hover {
            color: var(--color-red); } }
    #page-header .header-top .header-languages {
      margin-left: 14px; }
  @media (max-width: 991.98px) {
    #page-header .header-languages {
      margin-top: auto; } }
  #page-header .header-bottom {
    top: 0;
    background: var(--color-dark-gray); }
    #page-header .header-bottom > .container {
      position: relative;
      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: 22px;
      padding-bottom: 22px;
      gap: 20px; }
      @media (max-width: 1199.98px) {
        #page-header .header-bottom > .container {
          padding-top: 16px;
          padding-bottom: 16px; } }
      @media (max-width: 991.98px) {
        #page-header .header-bottom > .container {
          padding-top: 12px;
          padding-bottom: 12px; } }
  #page-header .logo-wrap {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: auto; }
    @media (max-width: 1199.98px) {
      #page-header .logo-wrap {
        max-width: 300px; } }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        margin-right: auto; }
        #page-header .logo-wrap img {
          display: block;
          height: 40px; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -3px;
    right: -7px;
    height: 22px;
    min-width: 22px;
    padding: 2px 3px;
    border-radius: 999px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    text-align: center; }
    #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: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid transparent;
    background: var(--color-dark-slate);
    color: var(--white-color); }
    #page-header .header-btn .ic {
      width: 22px;
      height: 22px; }
      @media (max-width: 767.98px) {
        #page-header .header-btn .ic {
          width: 20px;
          min-width: 20px;
          height: 20px; } }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        color: var(--white-color);
        background-color: var(--color-red); } }
    @media (max-width: 991.98px) {
      #page-header .header-btn {
        width: 48px;
        min-width: 48px;
        height: 48px; } }
    @media (max-width: 767.98px) {
      #page-header .header-btn {
        width: 40px;
        min-width: 40px;
        height: 40px; } }
    #page-header .header-btn .head-qty {
      background: var(--white-color);
      color: var(--theme-color-main); }
  #page-header .btn-cart {
    background-color: var(--color-red); }
    @media (pointer: fine) {
      #page-header .btn-cart:hover {
        color: var(--color-red);
        background-color: var(--white-color); } }
  #page-header .header-actions-wrap {
    width: 100%; }
    @media (max-width: 991.98px) {
      #page-header .header-actions-wrap {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px; } }
    @media (max-width: 767.98px) {
      #page-header .header-actions-wrap {
        gap: 8px; } }
  #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: 20px;
    padding-right: 17px; }
    @media (max-width: 991.98px) {
      #page-header .header-actions {
        padding: 0; } }
    @media (max-width: 767.98px) {
      #page-header .header-actions {
        gap: 8px; } }
  #page-header .header-search {
    position: relative;
    width: 100%; }
    @media (max-width: 991.98px) {
      #page-header .header-search {
        position: static;
        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;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (min-width: 991.98px) {
      #page-header .header-search-btn {
        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; } }

.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: white;
  -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; }
  @media (min-width: 992px) {
    .header-menu-mobile {
      display: none; } }
  .header-menu-mobile .header-menu-mobile-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-menu-mobile-top {
    padding: 16px;
    background-color: var(--color-dark-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-menu-mobile .header-menu-mobile-top .header-menu-mobile-title {
      color: var(--white-color);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase; }
    .header-menu-mobile .header-menu-mobile-top .close-menu {
      background-color: transparent;
      border: none;
      outline: none; }
      .header-menu-mobile .header-menu-mobile-top .close-menu .ic {
        color: var(--color-steel-gray);
        width: 18px;
        height: 18px; }
  .header-menu-mobile .catalog-btn {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    border: none;
    padding: 20px 16px;
    width: 100%; }
    .header-menu-mobile .catalog-btn:hover .icon-wrapp {
      background-color: transparent !important; }
    .header-menu-mobile .catalog-btn:hover .ic {
      color: var(--color-red) !important; }
    .header-menu-mobile .catalog-btn::after {
      content: "";
      display: block;
      margin-left: auto;
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23F5F7FA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.97668 8.69987C8.97668 8.33168 9.27516 8.0332 9.64335 8.0332H15.3002C15.6684 8.0332 15.9669 8.33168 15.9669 8.69987V14.3567C15.9669 14.7249 15.6684 15.0234 15.3002 15.0234C14.932 15.0234 14.6335 14.7249 14.6335 14.3567V10.3093L9.17195 15.7709C8.9116 16.0313 8.48949 16.0313 8.22914 15.7709C7.96879 15.5106 7.96879 15.0885 8.22914 14.8281L13.6907 9.36654H9.64335C9.27516 9.36654 8.97668 9.06806 8.97668 8.69987Z' fill='%23879799'/%3E%3C/svg%3E%0A") center no-repeat;
      width: 24px;
      height: 24px; }
    .header-menu-mobile .catalog-btn .icon-wrapp {
      width: auto;
      min-width: auto;
      height: auto;
      border-radius: 0;
      margin-right: 8px; }
  .header-menu-mobile .header-pages {
    padding: 20px 16px;
    border-top: 1px solid var(--color-light-gray); }
    .header-menu-mobile .header-pages .header-pages-nav {
      gap: 16px; }
    .header-menu-mobile .header-pages .nav-link {
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      padding: 0; }
  .header-menu-mobile .header-contacts {
    padding: 20px 16px;
    border-top: 1px solid var(--color-light-gray); }
    .header-menu-mobile .header-contacts .contacts-info:not(:last-child) {
      margin-bottom: 16px; }
    .header-menu-mobile .header-contacts .info-title {
      color: var(--color-steel-gray);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase; }
    .header-menu-mobile .header-contacts .info-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4px;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .header-menu-mobile .header-contacts .info-content a {
        color: var(--color-dark-gray); }

.hamburger {
  display: none !important;
  position: relative;
  z-index: 102;
  cursor: pointer;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .hamburger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media (any-hover: hover) {
    .hamburger:hover .hamburger-line {
      background-color: var(--white); } }
  .hamburger:focus .hamburger-line {
    background-color: var(--white); }
  .menu-opened .hamburger, .hamburger.trigger-active {
    background: var(--theme-color-second);
    border-color: var(--theme-color-second); }
    .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
      background: var(--white);
      height: 2px; }
      .menu-opened .hamburger .hamburger-line:nth-child(3n + 1), .hamburger.trigger-active .hamburger-line:nth-child(3n + 1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
            -ms-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) 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(-6px) rotate(45deg);
            -ms-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) 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%); }
    @media (max-width: 991.98px) {
      .hamburger .hamburger-wrap {
        width: 18px;
        height: 18px; } }
  .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: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  max-width: 408px;
  width: 100%;
  padding: 0 0 20px;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1199.98px) {
    .catalog-drop {
      max-width: 340px; } }
  @media (min-width: 768px) {
    .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); } }
  @media (max-width: 991.98px) {
    .catalog-drop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 0;
      max-width: 100%;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0; } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-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: 8px;
    padding: 22px 20px;
    background-color: white;
    border-bottom: 1px solid var(--color-light-gray); }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-top {
        border: none;
        padding: 16px;
        background-color: var(--color-dark-gray);
        height: 56px; } }
    .catalog-drop .catalog-drop-top .header-menu-close {
      position: static;
      background: transparent; }
      .catalog-drop .catalog-drop-top .header-menu-close .icon {
        width: 18px;
        height: 18px; }
      @media (pointer: fine) {
        .catalog-drop .catalog-drop-top .header-menu-close:hover .icon {
          color: var(--color-red); } }
  .catalog-drop .modal-close {
    width: 24px;
    height: 24px; }
  .catalog-drop .catalog-drop-title {
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-title {
        color: var(--white-color);
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .catalog-drop .catalog-drop-title {
        font-size: 14px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        text-overflow: ellipsis; } }
  .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;
    overflow-y: auto;
    height: calc(100vh - 74px); }
    @media (min-width: 992px) {
      .catalog-drop .nav-catalog-list, .catalog-drop .nav-catalog-list * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .catalog-drop .nav-catalog-list::-webkit-scrollbar,
      .catalog-drop .nav-catalog-list *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .catalog-drop .nav-catalog-list::-webkit-scrollbar-button,
      .catalog-drop .nav-catalog-list *::-webkit-scrollbar-button {
        display: none; }
      .catalog-drop .nav-catalog-list::-webkit-scrollbar-track,
      .catalog-drop .nav-catalog-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-drop .nav-catalog-list::-webkit-scrollbar-track-piece,
      .catalog-drop .nav-catalog-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-drop .nav-catalog-list::-webkit-scrollbar-thumb,
      .catalog-drop .nav-catalog-list *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      .catalog-drop .nav-catalog-list::-webkit-scrollbar-corner,
      .catalog-drop .nav-catalog-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%); } }
    @media (max-width: 991.98px) {
      .catalog-drop .nav-catalog-list {
        height: 100%; } }
  .catalog-drop .catalog-drop-item {
    width: auto;
    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) {
      .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;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
  @media (max-width: 991.98px) {
    .catalog-drop .catalog-drop-item.active > .sub-list-wrap,
    .catalog-drop .sub-item.active > .sub-list-wrap {
      opacity: 1;
      visibility: visible;
      pointer-events: initial;
      left: 0; } }
  .catalog-drop .catalog-drop-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 10px 20px;
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 767.98px) {
      .catalog-drop .catalog-drop-link {
        padding: 10px 16px; } }
    .catalog-drop .catalog-drop-link .icon-wrapper {
      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: 48px;
      min-width: 48px;
      height: 48px;
      margin-right: 6px; }
      .catalog-drop .catalog-drop-link .icon-wrapper svg [style*=fill],
      .catalog-drop .catalog-drop-link .icon-wrapper svg [fill]:not([fill="none"]) {
        fill: var(--theme-color-main) !important;
        -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; }
      .catalog-drop .catalog-drop-link .icon-wrapper svg [style*=stroke],
      .catalog-drop .catalog-drop-link .icon-wrapper svg [stroke]:not([stroke="none"]) {
        stroke: var(--theme-color-main) !important;
        -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; }
    .catalog-drop .catalog-drop-link .icon-wrap {
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: auto;
      width: 24px;
      min-width: 24px;
      height: 24px;
      background-color: var(--color-cloud-white);
      border-radius: 50%;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .catalog-drop .catalog-drop-link .icon-wrap .ic {
        color: var(--color-steel-gray);
        width: 10px;
        height: 10px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
    .catalog-drop .catalog-drop-link:hover, .catalog-drop .catalog-drop-link:focus {
      color: var(--color-red);
      text-decoration: none; }
      .catalog-drop .catalog-drop-link:hover .icon-wrap, .catalog-drop .catalog-drop-link:focus .icon-wrap {
        background-color: var(--color-red); }
        .catalog-drop .catalog-drop-link:hover .icon-wrap .ic, .catalog-drop .catalog-drop-link:focus .icon-wrap .ic {
          color: var(--white-color);
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [style*=fill],
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [fill]:not([fill="none"]), .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [style*=fill],
      .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [fill]:not([fill="none"]) {
        fill: var(--theme-color-second) !important; }
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [style*=stroke],
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [stroke]:not([stroke="none"]), .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [style*=stroke],
      .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [stroke]:not([stroke="none"]) {
        stroke: var(--theme-color-second) !important; }
  .catalog-drop .sub-list-wrap {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .catalog-drop .sub-list-wrap {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        padding: 0 0 20px;
        background: var(--white);
        border-left: 1px solid var(--color-light-gray);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-wrap {
        position: fixed;
        z-index: 10000;
        top: 56px;
        width: 100%;
        height: calc(100% - 56px);
        right: 0;
        background: var(--white-color);
        opacity: 0;
        visibility: hidden;
        padding: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    .catalog-drop .sub-list-wrap .catalog-drop-link {
      width: 100%; }
    .catalog-drop .sub-list-wrap.lv-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

@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;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
      .catalog-drop .sub-list-wrap.lv-2 .catalog-drop-link {
        padding: 22px 20px; }

@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;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    @media (min-width: 768px) {
      .catalog-drop .sub-list-wrap .sub-list {
        overflow-y: auto;
        height: 100vh; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-wrap .sub-list.lv-2 {
        overflow-y: auto;
        pointer-events: all; } }
  .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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    width: 100%;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid var(--color-light-gray);
    border-radius: 0;
    padding: 20px 16px;
    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,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 11L0.999999 6L6 1' stroke='%23E7271D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list-btn {
        display: none; } }

.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;
  margin: 0 auto;
  gap: 4px; }
  @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: 8px; } }
  .header-pages-nav .nav-link {
    padding: 2px 10px;
    text-align: center; }
    .header-pages-nav .nav-link.special-offers {
      border: 1px solid #dc4b47;
      background: #dc4b47;
      color: white;
      border-radius: 3px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover.special-offers {
        background: white;
        color: #dc4b47; } }

#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;
  padding-right: 10px; }
  @media (max-width: 1199.98px) {
    #page-header .cellphones-dropdown-wrap {
      padding-right: 0; } }
  #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: 12px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: grey;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
        display: none; } }
  #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;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer; }
    #page-header .cellphones-dropdown-wrap .cellphone-main a {
      color: var(--color-dark-gray);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        #page-header .cellphones-dropdown-wrap .cellphone-main a:hover {
          color: var(--color-red); } }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic-cellphone {
      color: var(--color-dark-gray);
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin-right: 4px; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .arrow-wrapp {
      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: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: var(--color-cloud-white);
      margin-left: 8px; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .arrow-wrapp.active .ic {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1); }
      #page-header .cellphones-dropdown-wrap .cellphone-main .arrow-wrapp .ic {
        color: var(--color-red);
        width: 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
    @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: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover, #page-header .cellphones-dropdown-wrap .phone:focus {
        color: var(--theme-color-second); } }
  #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: 100%;
    right: 0;
    min-width: 220px;
    gap: 16px;
    padding: 28px;
    margin-top: 8px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.06), -6px -6px 10px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.06), -6px -6px 10px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-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: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .info-title {
      color: var(--color-steel-gray);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase; }
    #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(--color-dark-gray);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      margin-top: 4px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        display: none; }
      #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 {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgBpZZLaBRBEIb/nQTRoCB5ETcbsyjRgxAVHyBRFDEKKgqCFy+CF0/xKIgGfEAu3gVFBS+C4kVExEO8RJQNGhKQgA8SzfoAH3gQRbNx1q93ZsLOTM8+8Iemu6u7/qqpqq7dlKrgg9SVkjazXOVK2QbJnZNmitIY68lOKV9Jv7ECcR/ToCNtg6zJyFir6M3jjE7W3R+ldgzfy0gTqgUvpMWfpFsYcFEuBoP9T8alKUjNPe5kGVPBOetr09LCKF+qfPNeakGQY6wsl+Ppk0XSkWbpnU/ehuw5y64I3wS6/cukL4HACRZI0myeWshvEOe+gNyXHbeQG6zlbISkNMcMkLghpp6Iwt20dMxCdFDJWE3yz4YMYHE7lo8q7HmecYIvci0kVxnPlIwBv0g8Aw2e9yFAfIXQzNi0+arLjE040K+y0EX0z5Xmz1LHXClvIRRQTmPgq6rgm5T5Q9xZZiNHP2YJl1OQ9lv0crWQG7RQfH7So1iyQNpiQtQbPUHhpeoA4RqWxSF4eo2B7uhBqqyOawH3/zI9thwtNwZci+V21Y8YjyF3sP5WcY+2qk6kSpGKWcwbI5OW+z1U1zrVCFpMhq/eGJVDPuo0eQmKOUTpXixGelUSeEcDindm09ZfOUvpiGzGLHq7eBwXVAV00kM4cjIqx7MRmtXr0kumBAYT9E/z5K+bEEQPIG2E/AzLmzZFOE/5hjzg7X2U9touIy9wcZh5lHnWr++dzK22+9y5Q8s+HDKAp60o5VBaof/DNHndQOi/m818uzatgaTskaVs6yEnNLsD8pABA5LyhmkHX/FQdQKd27/pPT7HPBLLkJAdwPoQimtUATymHE3tfJv0IOX9J1BNBgLwrdlf0j6I1jeUIikXFn7fNc7+UYdX5on4B/9KufeiyIeAAAAAAElFTkSuQmCC") center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover, #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
          color: var(--color-red); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0; }
    #page-header .nav-languages-dropdown-wrap .current-language.active .arrow-wrapp .ic {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
    #page-header .nav-languages-dropdown-wrap .current-language .arrow-wrapp {
      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: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: var(--color-cloud-white);
      margin-left: 8px; }
      #page-header .nav-languages-dropdown-wrap .current-language .arrow-wrapp .ic {
        color: var(--color-red);
        width: 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    padding: 12px;
    gap: 2px;
    margin-top: 10px;
    background: var(--white-color);
    border-radius: 12px;
    -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.06), -6px -6px 10px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.06), -6px -6px 10px 0px rgba(0, 0, 0, 0.06);
    -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;
    color: var(--color-dark-gray);
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      color: var(--color-red); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        color: var(--color-red); } }

@media (max-width: 991.98px) {
  #page-header .nav-languages-inline-wrap {
    border-top: 1px solid var(--color-light-gray); } }

#page-header .nav-languages-inline-wrap .nav-languages {
  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; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  width: 50%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-steel-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase; }
  #page-header .nav-languages-inline-wrap .nav-languages-item::before {
    content: "";
    display: block;
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-steel-gray);
    margin-right: 7px; }
  #page-header .nav-languages-inline-wrap .nav-languages-item:last-child {
    border-left: 1px solid var(--color-light-gray); }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--color-dark-gray); }
  #page-header .nav-languages-inline-wrap .nav-languages-active::before {
    background-color: var(--color-red); }

#page-footer .footer-top {
  background-color: var(--color-dark-gray);
  overflow: hidden; }
  #page-footer .footer-top .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 41% 1fr;
    grid-template-columns: 41% 1fr; }
    @media (max-width: 991.98px) {
      #page-footer .footer-top .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

#page-footer .logo-wrap {
  position: relative;
  display: block;
  background-color: var(--color-red);
  z-index: 2; }
  @media (max-width: 991.98px) {
    #page-footer .logo-wrap {
      max-width: 400px;
      margin: 0 auto;
      padding: 30px 0; }
      #page-footer .logo-wrap::before, #page-footer .logo-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: var(--color-red);
        pointer-events: none;
        width: 100vw;
        z-index: 1; }
      #page-footer .logo-wrap::before {
        left: -100vw; }
      #page-footer .logo-wrap::after {
        right: -100vw; } }
  #page-footer .logo-wrap img {
    width: 100%; }

#page-footer .footer-left {
  position: relative;
  background-color: var(--color-charcoal);
  margin-left: -20px; }
  @media (max-width: 991.98px) {
    #page-footer .footer-left {
      margin: 0 -16px; }
      #page-footer .footer-left::before, #page-footer .footer-left::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: var(--color-charcoal);
        pointer-events: none;
        width: 100vw;
        z-index: 1; }
      #page-footer .footer-left::before {
        left: -100vw; }
      #page-footer .footer-left::after {
        right: -100vw; } }

#page-footer .address-wrap {
  padding: 60px 60px 60px 20px; }
  @media (max-width: 1199.98px) {
    #page-footer .address-wrap {
      padding: 60px 40px 60px 20px; } }
  @media (max-width: 991.98px) {
    #page-footer .address-wrap {
      padding: 32px 16px; } }
  #page-footer .address-wrap .address-wrap-title {
    color: var(--color-steel-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase; }
  #page-footer .address-wrap .info-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    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(--color-red);
    margin-right: 16px; }
    #page-footer .address-wrap .info-icon .ic {
      color: var(--white-color);
      width: 20px;
      height: 20px; }
  #page-footer .address-wrap .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #page-footer .address-wrap .info-content {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; }
    @media (max-width: 767.98px) {
      #page-footer .address-wrap .info-content {
        font-size: 16px;
        line-height: 24px; } }
  #page-footer .address-wrap .contacts-info {
    margin-top: 40px; }
    @media (max-width: 991.98px) {
      #page-footer .address-wrap .contacts-info {
        margin-top: 20px; } }
    #page-footer .address-wrap .contacts-info:first-child {
      margin-top: 20px; }
  #page-footer .address-wrap .link-how_find {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 8px 8px 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 100px;
    background-color: var(--color-midnight-blue);
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }
    @media (pointer: fine) {
      #page-footer .address-wrap .link-how_find:hover .arrow-wrapp {
        background-color: var(--color-red); } }
    #page-footer .address-wrap .link-how_find .arrow-wrapp {
      width: 24px;
      height: 24px;
      background-color: var(--color-charcoal);
      border-radius: 50%;
      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;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (max-width: 991.98px) {
        #page-footer .address-wrap .link-how_find .arrow-wrapp {
          background-color: var(--color-red); } }
      #page-footer .address-wrap .link-how_find .arrow-wrapp .ic {
        color: var(--white-color);
        width: 12px;
        height: 12px; }

#page-footer .footer-right {
  padding: 66px 0 60px 130px; }
  @media (max-width: 1300px) {
    #page-footer .footer-right {
      padding: 60px 0 60px 60px; } }
  @media (max-width: 1199.98px) {
    #page-footer .footer-right {
      padding: 60px 0 60px 40px; } }
  @media (max-width: 991.98px) {
    #page-footer .footer-right {
      padding: 32px 0; } }
  #page-footer .footer-right .socials-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-dark-slate); }
    @media (max-width: 991.98px) {
      #page-footer .footer-right .socials-wrap {
        display: block; } }
    #page-footer .footer-right .socials-wrap .socials-title {
      color: var(--color-steel-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      max-width: 270px; }
      @media (max-width: 991.98px) {
        #page-footer .footer-right .socials-wrap .socials-title {
          margin-bottom: 16px; } }
    #page-footer .footer-right .socials-wrap nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      @media (max-width: 575.98px) {
        #page-footer .footer-right .socials-wrap nav {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #page-footer .footer-right .socials-wrap nav .separator,
      #page-footer .footer-right .socials-wrap nav .text {
        display: none; }
    #page-footer .footer-right .socials-wrap .social-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: 44px;
      min-width: 44px;
      height: 44px;
      border-radius: 100px;
      background-color: var(--color-midnight-blue);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        #page-footer .footer-right .socials-wrap .social-link:hover {
          background-color: var(--color-red); } }
  #page-footer .footer-right .footer-columns {
    padding-top: 39px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-right .footer-columns {
        padding-top: 24px; } }
    @media (max-width: 575.98px) {
      #page-footer .footer-right .footer-columns {
        -webkit-column-count: unset;
           -moz-column-count: unset;
                column-count: unset;
        display: -ms-grid;
        display: grid;
        gap: 21px; } }
  #page-footer .footer-right .footer-columns-nav,
  #page-footer .footer-right .footer-contacts {
    page-break-inside: avoid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px; }
    @media (max-width: 575.98px) {
      #page-footer .footer-right .footer-columns-nav,
      #page-footer .footer-right .footer-contacts {
        gap: 21px; } }
  @media (max-width: 575.98px) {
    #page-footer .footer-right .footer-contacts {
      gap: 31px; } }
  #page-footer .footer-right .info-title,
  #page-footer .footer-right .footer-nav-title {
    color: var(--color-steel-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase; }
  #page-footer .footer-right .nav-link {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none; }
    @media (pointer: fine) {
      #page-footer .footer-right .nav-link:hover {
        color: var(--color-red); } }
    @media (max-width: 767.98px) {
      #page-footer .footer-right .nav-link {
        padding: 8px 0; } }
  #page-footer .footer-right .footer-nav {
    padding-top: 10px; }
  #page-footer .footer-right .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal; }
    #page-footer .footer-right .info-content a {
      color: var(--white-color);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      text-decoration: none; }
      @media (pointer: fine) {
        #page-footer .footer-right .info-content a:hover {
          color: var(--color-red); } }
    #page-footer .footer-right .info-content .email {
      word-break: break-word; }

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

#page-footer .footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--color-midnight-blue); }
  @media (max-width: 767.98px) {
    #page-footer .footer-bottom {
      padding-top: 16px;
      padding-bottom: 16px; } }
  #page-footer .footer-bottom > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      #page-footer .footer-bottom > .container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

#page-footer .copyright {
  color: var(--color-steel-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 767.98px) {
    #page-footer .copyright {
      font-size: 12px;
      line-height: 16px;
      -ms-grid-row: 2;
      grid-row: 2; } }

#page-footer .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  #page-footer .payments-list img {
    height: 24px; }
  @media (max-width: 767.98px) {
    #page-footer .payments-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid var(--color-charcoal);
      width: 100%; } }

#page-footer .fenix-copyright {
  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;
  gap: 12px;
  color: var(--color-steel-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  @media (max-width: 767.98px) {
    #page-footer .fenix-copyright {
      -ms-grid-row: 2;
      grid-row: 2; } }
  #page-footer .fenix-copyright a {
    color: var(--color-steel-gray);
    text-decoration: none; }
  #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(--color-steel-gray); }
  #page-footer .fenix-copyright:focus {
    text-shadow: 0 0 0; }
    #page-footer .fenix-copyright:focus svg {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media (pointer: fine) {
    #page-footer .fenix-copyright:hover {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:hover svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
  @media (max-width: 767.98px) {
    #page-footer .fenix-copyright {
      gap: 8px;
      font-size: 12px;
      line-height: 16px; } }
  @media (max-width: 767.98px) {
    #page-footer .fenix-copyright .text {
      width: 60px; } }

.form-style-box {
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: var(--white-color);
  padding: 20px;
  border-radius: 10px; }

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.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(--color-text) !important;
  -webkit-text-fill-color: var(--color-text);
  -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(--color-black);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .form-style .form-title {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 575.98px) {
    .form-style .form-title {
      font-size: 16px;
      margin-bottom: 8px; } }

.form-style .form-note {
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .form-style .form-note {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; } }

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

.form-style .form-group {
  position: relative;
  margin-bottom: 1.25rem; }

.form-style .form-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

.form-style .form-label {
  display: block;
  color: var(--color-dark-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #D2E1E5;
  background: var(--white-color);
  padding: 4px 16px;
  color: var(--color-dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: var(--color-steel-gray); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: var(--color-steel-gray); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: var(--color-steel-gray); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: var(--color-steel-gray); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: var(--color-steel-gray); }
  @media (max-width: 575.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      font-size: 14px;
      line-height: 20px; } }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--color-dark-slate); }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: var(--color-red); }

.form-style textarea.form-control {
  height: 88px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 575.98px) {
    .form-style .btn-submit {
      width: 100%; } }

.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: -48px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 48px; }
  .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 24px;
    padding: 14px;
    padding-top: 24px;
    margin-top: -24px;
    white-space: normal; }

.form-style .jq-selectbox.form-control {
  height: 48px; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 48px;
    min-height: 48px;
    width: 100%;
    padding: 4px 16px;
    background: var(--white-color);
    border: 1px solid #D2E1E5;
    border-radius: 12px;
    color: var(--color-dark-gray);
    -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 .btn + .custom-checkbox {
  margin-top: 20px; }

.form-style .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  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: transparent;
    border: 1px solid #D2E1E5; }
  .form-style .custom-checkbox .text {
    color: var(--color-dark-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .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;
    border-color: var(--color-red);
    background-color: var(--color-red);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.0202 15.657C8.7771 15.657 8.54398 15.5604 8.37211 15.3885L4.85211 11.8685C4.76456 11.7839 4.69473 11.6828 4.64669 11.5709C4.59865 11.4591 4.57336 11.3388 4.5723 11.2171C4.57124 11.0954 4.59444 10.9747 4.64053 10.862C4.68662 10.7494 4.75468 10.647 4.84075 10.5609C4.92682 10.4749 5.02917 10.4068 5.14182 10.3607C5.25448 10.3146 5.37518 10.2914 5.4969 10.2925C5.61861 10.2935 5.7389 10.3188 5.85073 10.3669C5.96257 10.4149 6.06372 10.4847 6.14828 10.5723L9.0202 13.4442L15.8521 6.6123C16.025 6.44532 16.2565 6.35293 16.4969 6.35502C16.7372 6.3571 16.9672 6.45351 17.1371 6.62347C17.3071 6.79342 17.4035 7.02333 17.4056 7.26368C17.4077 7.50403 17.3153 7.73558 17.1483 7.90847L9.66828 15.3885C9.49641 15.5604 9.26329 15.657 9.0202 15.657Z' fill='white'/%3E%3C/svg%3E%0A"); }

.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%; }

.fancybox-container.form-popup .fancybox-content {
  padding: 32px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 480px; }
  @media (max-width: 767.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 24px; } }

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  background: rgba(26, 34, 39, 0.7); }

.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: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }

.form-style .login-by-social {
  margin-top: 12px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center;
    font-size: 1rem; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: #696969;
      background: white;
      padding: 0 10px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #696969;
      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;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    margin-top: 13px; }
    .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;
      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 #696969;
      background: var(--white-color); }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: var(--color-text); }

.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: 10px;
    right: 10px;
    color: #696969;
    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; }
    body.search-modal-opened #page-header .search-form input {
      color: var(--color-dark-gray);
      background-color: var(--white-color);
      -webkit-touch-callout: none;
      -webkit-user-select: text;
      -webkit-text-size-adjust: none;
      -webkit-tap-highlight-color: transparent;
      text-decoration: none; }
    body.search-modal-opened #page-header .search-form .btn-search .ic {
      color: var(--color-red); }

#search-modal {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 920px;
  width: 100%;
  border-radius: 32px;
  padding: 20px;
  margin-top: 4px;
  background: var(--white-color);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 991.98px) {
    #search-modal .search-modal-header,
    #search-modal .search-form {
      display: none; } }
  @media (max-width: 991.98px) {
    #search-modal {
      position: fixed;
      margin: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100vh;
      max-width: 100%; }
      #search-modal .search-form {
        display: block !important; } }
  #search-modal .search-results {
    max-height: calc(100dvh - 180px); }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: grey;
    margin-bottom: 8px; }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 20px; }
  #search-modal .result-message {
    text-align: center; }
    #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: 80px;
      line-height: 1;
      margin: 0 auto 24px; }
      @media (max-width: 767.98px) {
        #search-modal .result-message > .icon {
          font-size: 64px;
          margin: 0 auto 16px; } }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .result-message-title {
      color: var(--color-dark-gray);
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        #search-modal .result-message .result-message-title {
          font-size: 16px; } }
      #search-modal .result-message .result-message-title .text-red {
        color: var(--color-red);
        font-weight: 600; }
      #search-modal .result-message .result-message-title span {
        display: block;
        color: #656565;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-transform: none;
        margin-top: 12px; }
        @media (max-width: 767.98px) {
          #search-modal .result-message .result-message-title span {
            color: var(--color-steel-gray);
            font-size: 14px;
            line-height: 20px;
            margin-top: 8px; } }
      #search-modal .result-message .result-message-title p {
        margin: 0; }
    #search-modal .result-message .message-title {
      color: var(--color-dark-gray);
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        #search-modal .result-message .message-title {
          font-size: 16px;
          line-height: 24px; } }
    #search-modal .result-message .message-description {
      color: var(--color-gray);
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      max-width: 420px;
      margin: 8px auto 0; }
      @media (max-width: 767.98px) {
        #search-modal .result-message .message-description {
          font-size: 14px;
          line-height: 20px; } }
    #search-modal .result-message .btn {
      margin: 24px auto 0; }
      @media (max-width: 767.98px) {
        #search-modal .result-message .btn {
          margin: 16px auto 0; } }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  @media (max-width: 991.98px) {
    #search-modal .result-empty,
    #search-modal .result-start-search {
      border-radius: 12px;
      background-color: #F5F7FA; } }
  @media (min-width: 991.98px) {
    #search-modal .result-start-search {
      padding: 12px 0; } }
  #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;
    overflow: auto;
    max-height: 520px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      #search-modal .result-products .result-list, #search-modal .result-products .result-list * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #search-modal .result-products .result-list::-webkit-scrollbar,
      #search-modal .result-products .result-list *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #search-modal .result-products .result-list::-webkit-scrollbar-button,
      #search-modal .result-products .result-list *::-webkit-scrollbar-button {
        display: none; }
      #search-modal .result-products .result-list::-webkit-scrollbar-track,
      #search-modal .result-products .result-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%); }
      #search-modal .result-products .result-list::-webkit-scrollbar-track-piece,
      #search-modal .result-products .result-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%); }
      #search-modal .result-products .result-list::-webkit-scrollbar-thumb,
      #search-modal .result-products .result-list *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      #search-modal .result-products .result-list::-webkit-scrollbar-corner,
      #search-modal .result-products .result-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%); } }
    @media (max-width: 991.98px) {
      #search-modal .result-products .result-list {
        overflow: unset;
        max-height: none;
        padding: 0; } }
  #search-modal .product-search-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72px 1fr minmax(104px, auto);
    grid-template-columns: 72px 1fr minmax(104px, auto);
    gap: 4px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--theme-color-main);
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0; }
    #search-modal .product-search-card:first-child {
      padding-top: 0; }
      @media (max-width: 767.98px) {
        #search-modal .product-search-card:first-child {
          border-top: 1px solid #F0F0F0;
          padding-top: 16px; } }
    #search-modal .product-search-card:last-child {
      border-bottom: none;
      padding-bottom: 10px; }
    #search-modal .product-search-card .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4px;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; }
    #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 {
      width: 72px;
      height: 72px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    #search-modal .product-search-card .title {
      overflow: hidden;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-top: auto; }
      @media (max-width: 767.98px) {
        #search-modal .product-search-card .title {
          font-size: 14px;
          line-height: 20px; } }
    #search-modal .product-search-card .sku {
      color: var(--color-dark-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: auto; }
      @media (max-width: 767.98px) {
        #search-modal .product-search-card .sku {
          font-size: 12px;
          line-height: 16px; } }
      #search-modal .product-search-card .sku .sku-label {
        color: var(--color-steel-gray); }
    #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;
      font-size: 20px; }
      #search-modal .product-search-card .price-wrap .price {
        font-weight: 600; }
  #search-modal .btn-border {
    width: 100%;
    height: 52px; }
    @media (max-width: 767.98px) {
      #search-modal .btn-border {
        font-size: 16px;
        line-height: normal;
        padding: 15px 20px; } }
  #search-modal .result-categories .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px; }
  #search-modal .category-search-card {
    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: 32px;
    border-radius: 999px;
    background: white;
    border: 1px solid #ededed;
    color: var(--theme-color-main);
    text-decoration: none;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      #search-modal .category-search-card:hover {
        background: var(--theme-color-main);
        border-color: var(--theme-color-main);
        color: var(--white-color); } }
    #search-modal .category-search-card:focus {
      background: var(--theme-color-main);
      border-color: var(--theme-color-main);
      color: var(--white-color); }
  #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;
    padding: 16px;
    margin: -16px -16px 0;
    background-color: var(--color-dark-gray); }
    #search-modal .search-modal-header .title {
      color: var(--white-color);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase; }
  #search-modal .close-modal {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 4L12.5161 12.5161' stroke='%23879799' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 12.5156L12.5161 3.9995' stroke='%23879799' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: cover;
    -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,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 4L12.5161 12.5161' stroke='%23E7271D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 12.5156L12.5161 3.9995' stroke='%23E7271D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  #search-modal .search-form {
    margin: 20px 0; }
  #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;
      padding: 16px 16px 32px; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #search-modal .result-title {
        margin-bottom: 12px; }
      #search-modal .result-products .result-list {
        margin-top: 12px; }
      #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;
        padding: 16px; }
      #search-modal .search-results {
        padding-right: 0;
        overflow-y: auto; }
      #search-modal .product-search-card {
        grid-column-gap: 12px; }
        #search-modal .product-search-card .content {
          -ms-grid-column: 2;
          -ms-grid-column-span: 2;
          grid-column: 2/4;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-row: 1/2; }
        #search-modal .product-search-card .price-wrap {
          -ms-grid-row: 2;
          grid-row: 2;
          margin-left: auto; } }

.search-modal-overlay {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(26, 34, 39, 0.5);
  cursor: pointer; }

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 100px; }
  .search-form input {
    border-radius: 100px;
    height: 52px;
    width: 100%;
    padding-left: 56px;
    padding-right: 20px;
    outline: none;
    border: none;
    background-color: var(--color-dark-slate);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .search-form input:focus {
      border-color: var(--color-red); }
    .search-form input::-webkit-input-placeholder {
      color: var(--color-steel-gray); }
    .search-form input::-moz-placeholder {
      color: var(--color-steel-gray); }
    .search-form input:-ms-input-placeholder {
      color: var(--color-steel-gray); }
    .search-form input::-ms-input-placeholder {
      color: var(--color-steel-gray); }
    .search-form input::placeholder {
      color: var(--color-steel-gray); }
    @media (max-width: 991.98px) {
      .search-form input {
        border: 1px solid var(--color-light-gray);
        padding-left: 44px; } }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 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;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        left: 16px; } }
    .search-form .btn-search .ic {
      color: var(--white-color);
      width: 24px;
      height: 24px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

:root {
  --breadcrumbs-height: 44px; }

#page-breadcrumbs {
  --gap: 7px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }
  #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;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    z-index: 1; }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 7px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%231A2227' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      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(--color-red); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--color-red); } }
  #page-breadcrumbs .breadcrumbs-nav-item-main {
    color: var(--color-dark-gray); }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    color: var(--color-steel-gray);
    cursor: default; }

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

.btn {
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important; }

.btn-default {
  background: var(--theme-color-main);
  color: var(--white-color);
  border: 2px solid var(--theme-color-main); }
  @media (pointer: fine) {
    .btn-default:hover {
      background: var(--white-color);
      color: var(--theme-color-main); } }
  .btn-default:focus {
    background: var(--white-color);
    color: var(--theme-color-main);
    -webkit-box-shadow: 0 0 0 0.25rem fade(var(--theme-color-main), 40%);
            box-shadow: 0 0 0 0.25rem fade(var(--theme-color-main), 40%); }

.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(--theme-color-main);
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  border: 0 none;
  outline: none !important;
  padding: 0; }

.btn-main {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 14px 32px;
  border-radius: 100px;
  background-color: var(--color-red);
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (pointer: fine) {
    .btn-main:hover {
      color: var(--color-red);
      background-color: var(--white-color);
      border: 1px solid var(--color-steel-gray); } }
  .btn-main:focus {
    color: var(--color-red);
    background-color: var(--white-color);
    border: 1px solid var(--color-steel-gray); }
  .btn-main--small {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px; }

.btn-border {
  color: var(--color-dark-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: block;
  border-radius: 80px;
  border: 1px solid var(--color-red);
  background-color: var(--white-color);
  padding: 12px 24px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-border:has(.ic), .btn-border:has(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;
    gap: 8px; }
  @media (max-width: 767.98px) {
    .btn-border img {
      width: 16px; } }
  @media (pointer: fine) {
    .btn-border:hover {
      color: var(--white-color);
      background-color: var(--color-red); } }
  .btn-border.btn-border-light {
    color: var(--color-red);
    border: 1px solid var(--color-light-gray);
    padding: 13px 24px; }
    @media (pointer: fine) {
      .btn-border.btn-border-light:hover {
        color: var(--white-color); } }
  @media (max-width: 767.98px) {
    .btn-border {
      padding: 10px 20px; } }

.btn-more {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  border: 1px solid var(--color-red);
  background-color: var(--white-color);
  padding: 10px 10px 10px 22px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-more .icon-wrapp {
    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: 30px;
    min-width: 30px;
    height: 30px;
    background-color: var(--color-red);
    border-radius: 50%;
    margin-left: 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .btn-more .icon-wrapp .ic {
      color: var(--white-color);
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .btn-more span {
    color: var(--color-dark-gray);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  @media (pointer: fine) {
    .btn-more:hover {
      background-color: var(--color-red); }
      .btn-more:hover span {
        color: var(--white-color); }
      .btn-more:hover .icon-wrapp {
        background-color: var(--white-color); }
        .btn-more:hover .icon-wrapp .ic {
          color: var(--color-red); } }
  .btn-more.btn-more-color {
    background-color: var(--color-red); }
    .btn-more.btn-more-color span {
      color: var(--white-color); }
    .btn-more.btn-more-color .icon-wrapp {
      background-color: #EC574F; }
    @media (pointer: fine) {
      .btn-more.btn-more-color:hover .icon-wrapp {
        background-color: var(--white-color); }
        .btn-more.btn-more-color:hover .icon-wrapp .ic {
          color: var(--color-red); } }
  @media (max-width: 767.98px) {
    .btn-more {
      padding: 4px 4px 4px 14px;
      font-size: 14px;
      line-height: normal; } }

.catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: var(--color-red);
  padding: 9px 24px 9px 10px;
  border: 1px solid var(--color-red);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .catalog-btn .icon-wrapp {
    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;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--white-color);
    margin-right: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .catalog-btn .icon-wrapp .ic {
      color: var(--color-red);
      width: 20px;
      height: 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  @media (pointer: fine) {
    .catalog-btn:hover {
      color: var(--color-red);
      background-color: var(--white-color); }
      .catalog-btn:hover .icon-wrapp {
        background-color: var(--color-red); }
        .catalog-btn:hover .icon-wrapp .ic {
          color: var(--white-color); } }

.btn-buy {
  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: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  background: rgba(231, 39, 29, 0.06);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-buy .ic {
    color: var(--color-red);
    width: 22px;
    min-width: 22px;
    height: 22px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .btn-buy .ic {
        width: 16px;
        min-width: 16px;
        height: 16px; } }
  @media (pointer: fine) {
    .btn-buy:hover {
      background-color: var(--color-red); }
      .btn-buy:hover .ic {
        color: var(--white-color); } }
  @media (max-width: 767.98px) {
    .btn-buy {
      width: 32px;
      height: 32px; } }

.btn-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px 4px 16px;
  border-radius: 100px;
  background: var(--color-dark-gray);
  border: none;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-dark .arrow-wrap {
    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: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 8px;
    border-radius: 50%;
    background-color: var(--color-dark-slate);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .btn-dark .arrow-wrap .ic {
      color: var(--white-color); }
  @media (pointer: fine) {
    .btn-dark:hover {
      background-color: var(--color-red); } }

.btn-edit-step {
  color: var(--color-dark-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid var(--color-light-gray);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-edit-step .ic {
    color: var(--color-red);
    width: 16px;
    height: 16px; }
    @media (max-width: 575.98px) {
      .btn-edit-step .ic {
        width: 12px;
        height: 12px; } }
  @media (pointer: fine) {
    .btn-edit-step:hover {
      border: 1px solid var(--color-red); } }
  @media (max-width: 575.98px) {
    .btn-edit-step {
      font-size: 12px;
      line-height: 16px;
      padding: 8px 12px; } }

@-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;
    background-color: var(--color-text); }
    .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: 12px;
  width: 100%;
  max-width: 480px; }
  @media (max-width: 767.98px) {
    #messageDialog {
      padding: 24px; } }
  #messageDialog .popup-img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      #messageDialog .popup-img {
        width: 68px; } }
  #messageDialog .popup-title {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px; }
    @media (max-width: 767.98px) {
      #messageDialog .popup-title {
        font-size: 16px;
        line-height: 24px; } }
  #messageDialog .popup-message {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-top: 16px; }
    @media (max-width: 767.98px) {
      #messageDialog .popup-message {
        font-size: 14px;
        line-height: 20px; } }

#reviewModal .modal-content {
  padding: 32px;
  border-radius: 12px;
  width: 100%;
  max-width: 480px; }

#reviewModal .modal-body {
  padding: 0; }

.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: 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; } }

.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: 20px; }
  .pagination:not(:first-child) {
    margin-top: 24px; }
    @media (max-width: 767.98px) {
      .pagination:not(:first-child) {
        margin-top: 24px; } }
  .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; }
  .pagination li a {
    width: 32px;
    height: 32px;
    -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%;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        color: var(--color-red); }
        .pagination li a:hover .ic {
          color: var(--color-red); } }
    .pagination li a:focus {
      color: var(--color-red); }
      .pagination li a:focus .ic {
        color: var(--color-red); }
  .pagination li .ic {
    width: 16px;
    height: 14px; }
  .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.disabled a .ic {
      color: rgba(26, 34, 39, 0.2); }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--color-red);
    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 .page-item a {
      width: 48px;
      height: 48px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(17px);
          -ms-transform: translateY(17px);
              transform: translateY(17px); } }

@-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(--color-dark-gray) 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: 3px;
    height: 3px; }
  .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; } } }

.page-title {
  color: var(--color-dark-gray);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  .page-title--with-decor {
    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; }
    .page-title--with-decor::before {
      content: "";
      display: block;
      width: 20px;
      min-width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: var(--color-red);
      margin-right: 12px; }
      @media (max-width: 991.98px) {
        .page-title--with-decor::before {
          width: 16px;
          min-width: 16px;
          height: 16px; } }
      @media (max-width: 767.98px) {
        .page-title--with-decor::before {
          width: 12px;
          min-width: 12px;
          height: 12px;
          margin-right: 8px; } }
  .page-title--light {
    color: var(--white-color); }
  .page-title .text-decorated {
    color: var(--color-red);
    margin-right: 10px; }
  @media (max-width: 1199.98px) {
    .page-title {
      font-size: 36px;
      line-height: 44px; } }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 16px; } }

.section-title {
  color: var(--color-dark-gray);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase; }
  .section-title--with-decor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-title--with-decor::before {
      content: "";
      display: block;
      width: 16px;
      min-width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: var(--color-red);
      margin-right: 12px; }
      @media (max-width: 767.98px) {
        .section-title--with-decor::before {
          width: 12px;
          min-width: 12px;
          height: 12px;
          margin-right: 8px; } }
  .section-title .text-decorated {
    color: var(--color-red);
    margin-right: 6px; }
  @media (max-width: 1199.98px) {
    .section-title {
      font-size: 28px;
      line-height: 34px; } }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 22px;
      line-height: 28px; } }

.text-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 5px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .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%); } }

.text-formatted {
  --br: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-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: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; }
    .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: 1.25rem; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 16px; } }
    @media (max-width: 575.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 12px; } }
    .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: 10px; }
    .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: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px;
    font-weight: 600;
    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: 767.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 20px;
        line-height: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px;
    line-height: 1.2; }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    color: #E7271D;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: none; }
    @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: 5px solid;
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .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: 16px; }
      @media (max-width: 767.98px) {
        .text-formatted ul:not(.list) li,
        .text-formatted ol:not(.list) li {
          margin-bottom: 12px; } }
    .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;
    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: 5px;
    list-style-type: none; }
    @media (max-width: 767.98px) {
      .text-formatted ul:not(.list) > li {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }
    .text-formatted ul:not(.list) > li:before {
      content: "";
      display: inline-block;
      width: 6px;
      min-width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #E7271D;
      margin-right: 0.5em;
      margin-top: 8px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0; }
    .text-formatted table thead tr {
      background: var(--color-decore);
      color: var(--white-color); }
    .text-formatted table tbody:first-child tr:nth-child(odd),
    .text-formatted table thead + tbody tr:nth-child(even) {
      background: #ececec; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.table {
  width: 100% !important; }

.text-formatted {
  color: var(--color-text); }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: var(--color-text); }
  .text-formatted a,
  .text-formatted [js-href] {
    --color-link-text: #24084e;
    --color-link-hovered-text: #6337a6; }
  .text-formatted hr {
    border-bottom-color: var(--color-decore); }
  .text-formatted ol > li:before {
    color: var(--color-decore); }
  .text-formatted ul > li:before {
    color: var(--color-decore); }
  .text-formatted blockquote {
    border-left-color: var(--color-red); }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: var(--color-decore); }

.section-comparison-scrollbar {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 30px; }
  .section-comparison-scrollbar .compare-scrollbar-track {
    position: relative;
    height: 6px;
    background-color: var(--color-light-gray);
    border-radius: 8px; }
    @media (max-width: 767.98px) {
      .section-comparison-scrollbar .compare-scrollbar-track {
        height: 4px; } }
  .section-comparison-scrollbar .compare-scrollbar-thumb {
    position: absolute;
    height: 6px;
    background-color: var(--color-red);
    border-radius: 8px;
    width: 100px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .section-comparison-scrollbar .compare-scrollbar-thumb {
        height: 4px; } }
    .section-comparison-scrollbar .compare-scrollbar-thumb::before {
      content: "";
      position: absolute;
      display: block;
      width: 32px;
      height: 32px;
      background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E7271D'/%3E%3Cg clip-path='url(%23clip0_802_29854)'%3E%3Cpath d='M25.821 15.5236L22.1207 11.8126C21.8757 11.567 21.4783 11.567 21.2334 11.8126C20.9885 12.0582 20.9885 12.4568 21.2334 12.7024L23.8946 15.3711H8.10475L10.766 12.7024C11.0109 12.4568 11.0109 12.0582 10.766 11.8126C10.521 11.567 10.1236 11.567 9.87868 11.8126L6.17834 15.5236C6.04775 15.6548 5.99213 15.8285 6.00089 15.9997C5.99213 16.1715 6.04775 16.3452 6.17834 16.4765L9.8793 20.1874C10.1242 20.433 10.5217 20.433 10.7666 20.1874C11.0115 19.9419 11.0115 19.5432 10.7666 19.2977L8.10475 16.629H23.8946L21.2334 19.2977C20.9885 19.5432 20.9885 19.9419 21.2334 20.1874C21.4783 20.433 21.8757 20.433 22.1206 20.1874L25.8216 16.4765C25.9522 16.3453 26.0079 16.1715 25.9991 15.9997C26.0072 15.8285 25.9516 15.6548 25.821 15.5236Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_802_29854'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
      right: 0;
      top: -14px;
      background-size: contain; }
      @media (max-width: 767.98px) {
        .section-comparison-scrollbar .compare-scrollbar-thumb::before {
          width: 28px;
          height: 28px;
          top: -12px; } }

.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; }
  @media (max-width: 991.98px) {
    .comparison-heading .comparison-container {
      -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; } }

@media (max-width: 991.98px) {
  .comparison-heading .buttons-wrap {
    margin: 16px auto 0;
    width: 100%; } }

.comparison-heading .page-title {
  margin-bottom: 0; }

.comparison-heading .add-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 22px; }
  @media (any-hover: hover) {
    .comparison-heading .add-model:hover .add-model-icon, .comparison-heading .add-model:focus .add-model-icon {
      background-color: var(--white-color); }
      .comparison-heading .add-model:hover .add-model-icon .icon, .comparison-heading .add-model:focus .add-model-icon .icon {
        color: var(--color-red); } }
  @media (max-width: 991.98px) {
    .comparison-heading .add-model {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .comparison-heading .add-model {
      font-size: 12px;
      line-height: 16px;
      padding: 12px 14px; } }
  .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;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    background-color: var(--color-red);
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .comparison-heading .add-model .add-model-icon {
        width: 20px;
        height: 20px; } }
    .comparison-heading .add-model .add-model-icon .icon {
      color: var(--white-color);
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.toggle-wrapp {
  padding: 16px 20px;
  border-top: 1px solid var(--color-light-gray);
  border-bottom: 1px solid var(--color-light-gray);
  background-color: var(--white-color); }
  @media (max-width: 767.98px) {
    .toggle-wrapp {
      padding: 12px 16px; } }

.btn-show-differences {
  position: sticky;
  left: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .btn-show-differences .text {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px; }
    @media (max-width: 767.98px) {
      .btn-show-differences .text {
        font-size: 14px;
        line-height: 20px; } }
  .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: 32px;
    padding: 0 4px;
    background-color: var(--color-light-gray); }
  .btn-show-differences .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 26px;
    height: 26px;
    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;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .btn-show-differences .icon {
        width: 24px;
        height: 24px; } }
  .btn-show-differences:not(.active) .text._differences {
    display: none; }
  .btn-show-differences:not(.active) .icon._differences {
    background-color: transparent; }
  .btn-show-differences:not(.active) .icon._all {
    background: var(--white-color); }
  .btn-show-differences.active .icons {
    background-color: var(--color-red); }
  .btn-show-differences.active .text._all {
    display: none; }
  .btn-show-differences.active .icon._all {
    background-color: transparent; }
  .btn-show-differences.active .icon._differences {
    background: var(--white-color); }

.section-comparison {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--bootstrap-container) - var(--bootstrap-padding) - var(--bootstrap-padding));
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-light-gray);
  border-bottom: none;
  border-radius: 12px; }
  @media (max-width: 767.98px) {
    .section-comparison {
      margin: 0;
      max-width: 100%;
      border-radius: 0; } }
  .section-comparison.touch:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .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 .compare-warning .btn-main {
      margin-top: 12px; }
  .section-comparison .product-main {
    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;
    background: var(--white-color);
    padding: 16px; }
    .section-comparison .product-main .product-main-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 100%; }
      @media (max-width: 767.98px) {
        .section-comparison .product-main .product-main-info {
          -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 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 12px 0 0;
      max-width: 72px; }
      @media (max-width: 767.98px) {
        .section-comparison .product-main .product-image {
          margin: 0 0 12px; } }
      .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;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
      .section-comparison .product-main .product-info .product-title {
        color: var(--color-dark-gray);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        text-overflow: ellipsis;
        min-height: 60px;
        margin-bottom: 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (pointer: fine) {
          .section-comparison .product-main .product-info .product-title:hover {
            color: var(--color-red); } }
        @media (max-width: 767.98px) {
          .section-comparison .product-main .product-info .product-title {
            margin-bottom: 0; } }
      .section-comparison .product-main .product-info .old-price {
        font-size: 12px;
        line-height: 16px; }
      .section-comparison .product-main .product-info .price {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600; }
        @media (max-width: 767.98px) {
          .section-comparison .product-main .product-info .price {
            font-size: 16px;
            line-height: 20px; } }
      .section-comparison .product-main .product-info .product-footer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-top: 24px; }
        @media (max-width: 767.98px) {
          .section-comparison .product-main .product-info .product-footer {
            padding-top: 12px; } }
        .section-comparison .product-main .product-info .product-footer:has(.product-out_of_stock) {
          -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;
          gap: 2px; }
      .section-comparison .product-main .product-info .product-out_of_stock {
        color: var(--color-red); }
    .section-comparison .product-main .js-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 12px; }
      @media (max-width: 767.98px) {
        .section-comparison .product-main .js-close {
          margin-bottom: 8px; } }
      @media (pointer: fine) {
        .section-comparison .product-main .js-close:hover .ic {
          color: var(--color-red); } }
      .section-comparison .product-main .js-close .ic {
        width: 14px;
        height: 14px;
        color: var(--color-steel-gray);
        -webkit-transition: .3s ease;
        transition: .3s ease; }
  .section-comparison .compare-value-row {
    border-top: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray);
    background-color: var(--white-color); }
  .section-comparison .sticky-title {
    left: 16px; }
  .section-comparison .compare-attribute-row {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 20px; }
    @media (max-width: 767.98px) {
      .section-comparison .compare-attribute-row {
        font-size: 14px;
        line-height: 20px; } }
    .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 {
    color: var(--Color-brand-balck, #1A2227);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px; }
    .section-comparison .compare-value:not(:first-child) {
      border-left: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .section-comparison .compare-value {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 16px; } }

.comparison-nav {
  margin: 24px 0 30px;
  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: 767.98px) {
    .comparison-nav {
      margin: 16px 0 28px; } }
  .comparison-nav .nav-toggle {
    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: 80px;
    border: 1px solid var(--color-light-gray);
    background: var(--white-color);
    padding: 16px 24px;
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .comparison-nav .nav-toggle {
        padding: 12px 24px;
        font-size: 12px;
        line-height: 16px; } }
    .comparison-nav .nav-toggle .count {
      color: var(--color-red);
      margin-left: 6px; }
    .comparison-nav .nav-toggle .arrow-icon {
      margin-left: 8px; }
      .comparison-nav .nav-toggle .arrow-icon img {
        display: block;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
  .comparison-nav .nav-menu {
    display: none;
    background: var(--white-color);
    border: 1px solid var(--color-light-gray);
    margin-top: 5px;
    border-radius: 12px; }
    .comparison-nav .nav-menu .nav-item {
      display: block;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      padding: 10px 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .comparison-nav .nav-menu .nav-item:not(:last-child) {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
      @media (max-width: 767.98px) {
        .comparison-nav .nav-menu .nav-item {
          font-size: 14px;
          line-height: 18px; } }
      .comparison-nav .nav-menu .nav-item .count {
        color: var(--color-red); }
      @media (pointer: fine) {
        .comparison-nav .nav-menu .nav-item:hover {
          color: var(--color-red); } }
  .comparison-nav.active .nav-menu {
    display: block; }
  .comparison-nav.active .arrow-icon img {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.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: 330px; }

.section-comparison .compare-row .product-main:not(:first-child) {
  border-left: 1px solid #F0EEEF; }

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

@media (max-width: 767px) {
  .section-comparison .viewport-padding {
    display: none; }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 330px) / 2);
    max-width: 330px; }
  .section-comparison .compare-row > * {
    width: 165px; } }

.page-brands-list {
  position: relative; }
  .page-brands-list .brands-list .brand-group {
    margin-bottom: 79px; }
  .page-brands-list .brands-list .brand-group-letter {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid lightgray; }
    @media (max-width: 576px) {
      .page-brands-list .brands-list .brand-group-letter {
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 32px;
        line-height: 32px; } }

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

.brands-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 24px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .brands-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px; } }
  @media (max-width: 576px) {
    .brands-search {
      padding: 20px 16px; } }
  .brands-search .fast-search-brands {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%; }
    @media (max-width: 1200px) {
      .brands-search .fast-search-brands {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%; } }
    @media (max-width: 992px) {
      .brands-search .fast-search-brands {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }
  .brands-search .fast-search-title,
  .brands-search .brand-alphabet-filter-title {
    color: var(--color-text);
    font-size: 18px;
    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: 8px; }
    .brands-search .popular-brands .popular-title {
      color: gray;
      font-size: 12px;
      line-height: 16px; }
    .brands-search .popular-brands .popular-item {
      color: var(--theme-color-main);
      font-size: 12px;
      line-height: 16px;
      text-decoration-line: underline;
      cursor: pointer; }
  .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: 6px;
    margin-bottom: 6px; }
    .brands-search .numbers:last-child,
    .brands-search .cyrillic:last-child,
    .brands-search .latin:last-child {
      margin-bottom: 0; }
    .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: 28px;
      height: 28px;
      border-radius: 100px;
      border: 1px solid lightgray;
      background-color: var(--white-color);
      color: #313131;
      font-size: 14px;
      line-height: 20px;
      -webkit-transition: .3s ease;
      transition: .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(--theme-color-main); }
      .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(--theme-color-main);
        border-color: var(--theme-color-main);
        color: var(--white-color); }
      @media (max-width: 768px) {
        .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 {
          width: 32px;
          height: 32px;
          font-size: 14px;
          line-height: 16px; } }

.brands-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 23px;
  grid-row-gap: 68px; }
  @media (max-width: 1200px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 30px; } }
  @media (max-width: 992px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px; } }
  @media (max-width: 768px) {
    .brands-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.brand-card {
  display: block;
  text-decoration: none; }
  .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;
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0);
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .brand-card .brand-title {
    position: relative;
    z-index: 2;
    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%;
    max-width: 220px;
    margin: -18px auto 0;
    padding: 8px 15px;
    border-radius: 18px;
    background-color: var(--white-color);
    font-weight: bold;
    text-decoration: none;
    color: var(--color-text);
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (pointer: fine) {
    .brand-card:hover {
      text-decoration: none; }
      .brand-card:hover .brand-image {
        -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:hover .brand-title {
        color: var(--theme-color-main); } }
  .brand-card:focus {
    text-decoration: none; }
    .brand-card:focus .brand-image {
      -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 .brand-title {
      color: var(--theme-color-main); }

section.main-slider-section {
  padding-top: 0;
  padding-bottom: 0; }

.main-slider-section .main-slider {
  position: relative; }
  @media (max-width: 767.98px) {
    .main-slider-section .main-slider {
      margin: 0 -17px; } }
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none; }
  .main-slider-section .main-slider:not(.swiper-initialized) .main-slider-nav {
    display: none; }

.main-slider-section .main-slider-item {
  height: auto !important; }

.main-slider-section .main-slider-img {
  height: 100%; }
  .main-slider-section .main-slider-img picture,
  .main-slider-section .main-slider-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.main-slider-section .main-slider-with-content {
  height: 100%; }

.main-slider-section .main-slider-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 38%;
  z-index: 4; }
  @media (max-width: 1199.98px) {
    .main-slider-section .main-slider-content {
      width: 50%;
      left: 24px;
      bottom: 24px; } }
  @media (max-width: 767.98px) {
    .main-slider-section .main-slider-content {
      width: 64%; } }

.main-slider-section .main-slider-title {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-title {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 767.98px) {
    .main-slider-section .main-slider-title {
      font-size: 24px;
      line-height: 32px; } }

.main-slider-section .main-slider-description {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px; }
  @media (max-width: 1199.98px) {
    .main-slider-section .main-slider-description {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-description {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767.98px) {
    .main-slider-section .main-slider-description {
      font-size: 14px;
      margin-top: 12px; } }
  .main-slider-section .main-slider-description p {
    margin: 0; }
    .main-slider-section .main-slider-description p:not(:last-child) {
      margin-bottom: 10px; }

.main-slider-section .btn {
  margin-top: 24px; }

.main-slider-section .main-slider-nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
  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;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  z-index: 4; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-nav {
      display: none; } }
  .main-slider-section .main-slider-nav .swiper-button-next,
  .main-slider-section .main-slider-nav .swiper-button-prev {
    position: static !important;
    margin-top: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.main-slider-section .swiper-pagination {
  display: none; }
  @media (max-width: 991.98px) {
    .main-slider-section .swiper-pagination {
      display: block;
      position: absolute !important;
      right: 24px;
      left: unset !important;
      bottom: 24px !important;
      margin: 0; } }

.section-error {
  padding-top: 50px; }
  .section-error .section-error-wrap {
    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: 80px 24px;
    border-radius: 24px;
    background: rgba(128, 128, 128, 0.1); }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 40px 16px; } }
  .section-error .section-error-row {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .section-error .section-error-row {
        -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;
        text-align: center;
        row-gap: 16px; } }
  .section-error .section-error-img {
    display: none; }
  .section-error .section-error-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;
    text-align: center; }
  .section-error .section-error-title {
    color: var(--color-red);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1; }
    .section-error .section-error-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 40px; } }
  .section-error .section-error-text {
    max-width: 460px;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
    .section-error .section-error-text:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .section-error .section-error-text:not(:last-child) {
          margin-bottom: 16px; } }

.section-utp-advantages {
  background-color: var(--color-dark-gray); }
  .section-utp-advantages .utp-advantages-title h2 {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media (max-width: 1199.98px) {
      .section-utp-advantages .utp-advantages-title h2 {
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 767.98px) {
      .section-utp-advantages .utp-advantages-title h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px; } }
  .section-utp-advantages .utp-wrapp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 1199.98px) {
      .section-utp-advantages .utp-wrapp {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .section-utp-advantages .utp-wrapp {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    .section-utp-advantages .utp-wrapp .a-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-utp-advantages .utp-wrapp .a-item img {
        display: block;
        width: 64px;
        min-width: 64px;
        margin-right: 12px; }
        @media (max-width: 767.98px) {
          .section-utp-advantages .utp-wrapp .a-item img {
            width: 54px;
            min-width: 54px; } }
      .section-utp-advantages .utp-wrapp .a-item .a-info-title {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .section-utp-advantages .utp-wrapp .a-item .a-info-title {
            font-size: 14px;
            line-height: 20px; } }
      .section-utp-advantages .utp-wrapp .a-item .a-info-content {
        color: var(--color-steel-gray);
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        margin-top: 8px; }
        @media (max-width: 767.98px) {
          .section-utp-advantages .utp-wrapp .a-item .a-info-content {
            margin-top: 4px; } }

.section-utp-delivery .section-title {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .section-utp-delivery .section-title {
      margin-bottom: 12px; } }

.section-utp-delivery .utp-delivery-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  outline: 0.5px solid var(--color-light-gray);
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .section-utp-delivery .utp-delivery-wrap {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .section-utp-delivery .utp-delivery-wrap {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      outline: 1px solid var(--color-light-gray); } }

.section-utp-delivery .utp-delivery-item {
  padding: 20px;
  outline: 0.5px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .section-utp-delivery .utp-delivery-item {
      outline: none;
      padding: 16px; }
      .section-utp-delivery .utp-delivery-item:not(:first-child) {
        border-top: 1px solid var(--color-light-gray); } }
  .section-utp-delivery .utp-delivery-item .item-img {
    width: 48px;
    height: 48px;
    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-bottom: 12px; }
  .section-utp-delivery .utp-delivery-item .item-title {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    min-height: 64px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 8px; }
    @media (max-width: 1199.98px) {
      .section-utp-delivery .utp-delivery-item .item-title {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 767.98px) {
      .section-utp-delivery .utp-delivery-item .item-title {
        font-size: 16px;
        line-height: 24px;
        min-height: auto; } }
  .section-utp-delivery .utp-delivery-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    color: var(--color-dark-slate);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .section-utp-delivery .utp-delivery-item .item-content {
        font-size: 14px;
        line-height: 20px; } }
    .section-utp-delivery .utp-delivery-item .item-content p {
      margin: 0; }
  .section-utp-delivery .utp-delivery-item .link-how-find {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--color-red);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
    @media (pointer: fine) {
      .section-utp-delivery .utp-delivery-item .link-how-find:hover .ic {
        -webkit-transform: scale(1.2) translateY(-3px);
            -ms-transform: scale(1.2) translateY(-3px);
                transform: scale(1.2) translateY(-3px); } }
    @media (max-width: 767.98px) {
      .section-utp-delivery .utp-delivery-item .link-how-find {
        font-size: 14px;
        line-height: 20px; } }
    .section-utp-delivery .utp-delivery-item .link-how-find .ic {
      color: var(--color-red);
      width: 16px;
      height: 16px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.hero-section {
  background-color: var(--white-color);
  margin-top: -28px;
  padding: 24px 0 0; }
  @media (max-width: 767.98px) {
    .hero-section {
      padding: 0;
      margin-top: -24px;
      overflow: hidden; } }
  .hero-section .container {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: 69.3% 1fr;
    grid-template-columns: 69.3% 1fr; }
    @media (max-width: 991.98px) {
      .hero-section .container {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    @media (max-width: 767.98px) {
      .hero-section .container {
        gap: 4px; } }
  .hero-section .main-slider-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    .hero-section .main-slider-img::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 12px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(35.6%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.6%, rgba(0, 0, 0, 0.7) 100%); }
    @media (max-width: 767.98px) {
      .hero-section .main-slider-img {
        border-radius: 0; } }
  .hero-section .right-menu {
    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; }
    @media (max-width: 991.98px) {
      .hero-section .right-menu {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767.98px) {
      .hero-section .right-menu {
        margin: 0 -16px;
        gap: 4px; } }
    .hero-section .right-menu .nav-item {
      position: relative;
      border-radius: 12px;
      overflow: hidden; }
      .hero-section .right-menu .nav-item::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.16%, rgba(0, 0, 0, 0)), color-stop(99.84%, rgba(0, 0, 0, 0.8)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.16%, rgba(0, 0, 0, 0.8) 99.84%);
        pointer-events: none;
        -webkit-transition: .4s ease;
        transition: .4s ease; }
      .hero-section .right-menu .nav-item:hover .btn-more {
        opacity: 1; }
      .hero-section .right-menu .nav-item:hover .nav-item-content {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      @media (max-width: 767.98px) {
        .hero-section .right-menu .nav-item {
          border-radius: 0; } }
      .hero-section .right-menu .nav-item img {
        width: 100%; }
    .hero-section .right-menu .nav-banner {
      height: 100%; }
    .hero-section .right-menu .nav-image {
      display: block;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .hero-section .right-menu .nav-item-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px;
      z-index: 1;
      -webkit-transform: translateY(75px);
          -ms-transform: translateY(75px);
              transform: translateY(75px);
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      @media (max-width: 991.98px) {
        .hero-section .right-menu .nav-item-content {
          -webkit-transform: translateY(65px);
              -ms-transform: translateY(65px);
                  transform: translateY(65px); } }
      @media (max-width: 767.98px) {
        .hero-section .right-menu .nav-item-content {
          -webkit-transform: translateY(55px);
              -ms-transform: translateY(55px);
                  transform: translateY(55px);
          padding: 16px; } }
    .hero-section .right-menu .nav-item-title {
      color: var(--white-color);
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        .hero-section .right-menu .nav-item-title {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 767.98px) {
        .hero-section .right-menu .nav-item-title {
          font-size: 14px;
          line-height: 20px; } }
    .hero-section .right-menu .nav-item-link {
      opacity: 0;
      margin-top: 24px; }
      @media (max-width: 1199.98px) {
        .hero-section .right-menu .nav-item-link {
          margin-top: 16px; } }
      @media (max-width: 767.98px) {
        .hero-section .right-menu .nav-item-link {
          margin-top: 12px; } }

.section-scrolled-row {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px; }
  @media (max-width: 767.98px) {
    .section-scrolled-row {
      gap: 16px; } }
  .section-scrolled-row .scrolled-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    gap: 28px;
    -webkit-animation: scroll 120s linear infinite;
            animation: scroll 120s linear infinite; }
    @media (max-width: 767.98px) {
      .section-scrolled-row .scrolled-wrapper {
        gap: 16px; } }
  .section-scrolled-row .scrolled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    padding: 36px 0;
    text-decoration: none !important; }
    @media (max-width: 767.98px) {
      .section-scrolled-row .scrolled {
        gap: 16px;
        padding: 20px 0; } }
    @media (max-width: 767.98px) {
      .section-scrolled-row .scrolled img {
        -o-object-fit: contain;
           object-fit: contain; } }

@-webkit-keyframes scroll-animation {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes scroll-animation {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px)); } }

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px)); } }

.section-dual-content {
  background-color: var(--white-color); }
  .section-dual-content .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 48px; }
    @media (max-width: 991.98px) {
      .section-dual-content .container {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
  .section-dual-content .page-title {
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      .section-dual-content .page-title {
        margin-bottom: 20px; } }
  .section-dual-content .dual-content__image {
    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; }
    .section-dual-content .dual-content__image img {
      margin: 0;
      border-radius: 0; }
  .section-dual-content .video-block-link {
    position: relative;
    display: block; }
    .section-dual-content .video-block-link img {
      border-radius: 8px; }
    .section-dual-content .video-block-link .icon-play {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .section-dual-content .video-block-link .icon-play:hover {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
              -ms-transform: translate(-50%, -50%) scale(1.1);
                  transform: translate(-50%, -50%) scale(1.1); } }
      .section-dual-content .video-block-link .icon-play .icon {
        width: 64px;
        height: 64px; }
        @media (max-width: 767.98px) {
          .section-dual-content .video-block-link .icon-play .icon {
            width: 40px;
            height: 40px; } }
  .section-dual-content .dual-content__image-text {
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      .section-dual-content .dual-content__image-text {
        margin-top: 20px; } }
    .section-dual-content .dual-content__image-text .image {
      margin: 0;
      border-radius: 0; }
    .section-dual-content .dual-content__image-text p {
      color: var(--color-dark-gray);
      font-size: 20px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      text-align: center;
      margin: 16px 0 0; }
      @media (max-width: 767.98px) {
        .section-dual-content .dual-content__image-text p {
          font-size: 14px;
          line-height: 20px;
          margin: 12px 0 0; } }
  .section-dual-content .btn-more {
    margin-top: 32px; }
    @media (max-width: 991.98px) {
      .section-dual-content .btn-more {
        margin: 30px auto 0; } }
    @media (max-width: 767.98px) {
      .section-dual-content .btn-more {
        margin: 20px auto 0;
        width: 60%;
        padding: 10px 10px 10px 16px;
        color: var(--white-color);
        background-color: var(--color-red); }
        .section-dual-content .btn-more span {
          color: var(--white-color); }
        .section-dual-content .btn-more .icon-wrapp {
          background-color: #EC574F;
          width: 20px;
          min-width: 20px;
          height: 20px; }
          .section-dual-content .btn-more .icon-wrapp .ic {
            width: 12px;
            height: 12px; } }
    @media (max-width: 575.98px) {
      .section-dual-content .btn-more {
        width: 100%; } }
  .section-dual-content--wide-media .container {
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
    gap: 96px; }
    @media (max-width: 1199.98px) {
      .section-dual-content--wide-media .container {
        -ms-grid-columns: 44% 1fr;
        grid-template-columns: 44% 1fr;
        gap: 20px; } }
    @media (max-width: 991.98px) {
      .section-dual-content--wide-media .container {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
  .section-dual-content--wide-media .text-formatted {
    color: var(--color-gray); }
    @media (max-width: 767.98px) {
      .section-dual-content--wide-media .text-formatted {
        line-height: 20px; } }
    .section-dual-content--wide-media .text-formatted h2 {
      color: var(--color-dark-gray);
      font-size: 28px;
      font-weight: 600;
      line-height: 36px;
      margin-bottom: 16px; }
      @media (max-width: 767.98px) {
        .section-dual-content--wide-media .text-formatted h2 {
          font-size: 20px;
          line-height: 24px; } }
  .section-dual-content--wide-media .dual-content__image img {
    width: 100%; }
  .section-dual-content--wide-media .dual-content__image-text p {
    font-size: 24px; }
    @media (max-width: 1199.98px) {
      .section-dual-content--wide-media .dual-content__image-text p {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .section-dual-content--wide-media .dual-content__image-text p {
        font-size: 14px;
        line-height: 20px; } }

.section-category-links {
  background-color: var(--white-color); }
  .section-category-links .category-links__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media (max-width: 767.98px) {
      .section-category-links .category-links__wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
    .section-category-links .category-links__wrapper .navbar {
      display: block;
      padding: 0; }
      .section-category-links .category-links__wrapper .navbar .nav-item:last-child .nav-link {
        border-bottom: 1px solid var(--color-light-gray); }
    .section-category-links .category-links__wrapper .nav-link {
      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: 10px;
      border-top: 1px solid var(--color-light-gray);
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      padding: 16px 0;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .section-category-links .category-links__wrapper .nav-link:hover {
          color: var(--color-red); }
          .section-category-links .category-links__wrapper .nav-link:hover .icon-wrapp {
            background-color: var(--color-red);
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
            .section-category-links .category-links__wrapper .nav-link:hover .icon-wrapp .ic {
              color: var(--white-color); } }
      @media (max-width: 767.98px) {
        .section-category-links .category-links__wrapper .nav-link {
          font-size: 14px;
          line-height: 20px;
          padding: 12px 0; } }
    .section-category-links .category-links__wrapper .icon-wrapp {
      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: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: var(--color-cloud-white);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .section-category-links .category-links__wrapper .icon-wrapp .ic {
        color: var(--color-gray);
        width: 8px;
        height: 8px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }

.section-gallery-swiper {
  background-color: var(--white-color);
  overflow: hidden; }

.section-three-slides-swiper {
  overflow: hidden; }
  .section-three-slides-swiper .swiper-slide img {
    display: block;
    border-radius: 12px;
    width: 100%; }

.section-text-image .content-wrapp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50.2% 1fr;
  grid-template-columns: 50.2% 1fr;
  gap: 40px; }
  @media (max-width: 991.98px) {
    .section-text-image .content-wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 0; } }

.section-text-image .section-image {
  width: 100%;
  border-radius: 12px; }

@media (max-width: 991.98px) {
  .section-text-image .page-description {
    margin-top: 24px; } }

.section-two-columns-info .content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 0; }
  @media (max-width: 991.98px) {
    .section-two-columns-info .content-wrapper {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  @media (max-width: 767.98px) {
    .section-two-columns-info .content-wrapper {
      margin: 0 -16px; } }

.section-two-columns-info .info-item {
  padding: 32px; }
  .section-two-columns-info .info-item:last-child {
    border-left: 1px solid var(--color-light-gray); }
  @media (max-width: 1199.98px) {
    .section-two-columns-info .info-item {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .section-two-columns-info .info-item {
      padding: 16px; } }

.section-two-columns-info .info-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.section-two-columns-info .info-item__title {
  color: var(--color-dark-gray);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .section-two-columns-info .info-item__title {
      margin-bottom: 12px; } }

.section-two-columns-info .info-item__description {
  margin: 0 0 24px; }
  .section-two-columns-info .info-item__description li {
    margin-bottom: 16px !important; }
    @media (max-width: 767.98px) {
      .section-two-columns-info .info-item__description li {
        margin-bottom: 12px !important; } }
    .section-two-columns-info .info-item__description li:last-child {
      margin-bottom: 0 !important; }

.section-two-columns-info .info-item__image {
  margin-top: auto; }
  @media (max-width: 991.98px) {
    .section-two-columns-info .info-item__image {
      margin: 0 auto; } }

.section-pricing .content-wrapper {
  padding: 0; }

.section-pricing .pricing-wrapp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 991.98px) {
    .section-pricing .pricing-wrapp {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .section-pricing .pricing-wrapp {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.section-pricing .pricing-item {
  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;
  align-items: center;
  padding: 32px; }
  @media (max-width: 991.98px) {
    .section-pricing .pricing-item:last-child {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      border-top: 1px solid var(--color-light-gray); } }
  @media (max-width: 767.98px) {
    .section-pricing .pricing-item:last-child {
      grid-row: unset;
      grid-column: unset;
      border: none; } }
  .section-pricing .pricing-item:not(:first-child) {
    border-left: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .section-pricing .pricing-item:not(:first-child) {
        border-left: 0;
        border-top: 1px solid var(--color-light-gray); } }
  @media (max-width: 1199.98px) {
    .section-pricing .pricing-item {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .section-pricing .pricing-item {
      padding: 24px 32px; } }
  .section-pricing .pricing-item h2 {
    color: var(--color-dark-gray);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .section-pricing .pricing-item h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px; } }
  .section-pricing .pricing-item .pricing-item__title {
    color: var(--color-red);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }
  .section-pricing .pricing-item .pricing-item__description {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 16px 0; }
    @media (max-width: 767.98px) {
      .section-pricing .pricing-item .pricing-item__description {
        margin: 12px 0; } }
    .section-pricing .pricing-item .pricing-item__description p {
      margin: 0; }
  .section-pricing .pricing-item .btn-main {
    margin-top: auto; }

.section-pricing .text-info {
  padding: 32px; }
  @media (max-width: 1199.98px) {
    .section-pricing .text-info {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .section-pricing .text-info {
      padding: 24px 32px; } }
  .section-pricing .text-info .text-info__title {
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase; }
  .section-pricing .text-info .text-info__description {
    color: var(--color-dark-slate);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 12px; }
    @media (max-width: 767.98px) {
      .section-pricing .text-info .text-info__description {
        font-size: 14px;
        line-height: 20px; } }

.section-latest-reviews {
  background-color: var(--color-dark-gray);
  overflow: hidden; }
  .section-latest-reviews .swiper-latest-reviews:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-latest-reviews .swiper-latest-reviews:not(.swiper-initialized) .swiper-slide:not(:nth-child(1)),
  .section-latest-reviews .swiper-latest-reviews:not(.swiper-initialized) .swiper-slide:not(:nth-child(2)) {
    display: block; }
  .section-latest-reviews .swiper-latest-reviews .swiper-button-next,
  .section-latest-reviews .swiper-latest-reviews .swiper-button-prev {
    background-color: var(--color-red); }
    @media (pointer: fine) {
      .section-latest-reviews .swiper-latest-reviews .swiper-button-next:hover,
      .section-latest-reviews .swiper-latest-reviews .swiper-button-prev:hover {
        background-color: var(--white-color); } }
  @media (pointer: fine) {
    .section-latest-reviews .swiper-latest-reviews .swiper-button-prev:hover::after {
      background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20711 13.7071C7.81658 14.0976 7.18342 14.0976 6.79289 13.7071L0.792894 7.70711C0.402369 7.31658 0.402369 6.68342 0.792894 6.29289L6.79289 0.292893C7.18342 -0.0976323 7.81658 -0.0976322 8.20711 0.292893C8.59763 0.683417 8.59763 1.31658 8.20711 1.70711L3.91421 6L15.5 6C16.0523 6 16.5 6.44772 16.5 7C16.5 7.55228 16.0523 8 15.5 8L3.91421 8L8.20711 12.2929C8.59763 12.6834 8.59763 13.3166 8.20711 13.7071Z' fill='%23E7271D'/%3E%3C/svg%3E%0A") center no-repeat; } }
  @media (pointer: fine) {
    .section-latest-reviews .swiper-latest-reviews .swiper-button-next:hover::after {
      background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.79289 0.292893C9.18342 -0.0976311 9.81658 -0.0976311 10.2071 0.292893L16.2071 6.29289C16.5976 6.68342 16.5976 7.31658 16.2071 7.70711L10.2071 13.7071C9.81658 14.0976 9.18342 14.0976 8.79289 13.7071C8.40237 13.3166 8.40237 12.6834 8.79289 12.2929L13.0858 8H1.5C0.947715 8 0.5 7.55228 0.5 7C0.5 6.44772 0.947715 6 1.5 6H13.0858L8.79289 1.70711C8.40237 1.31658 8.40237 0.683417 8.79289 0.292893Z' fill='%23E7271D'/%3E%3C/svg%3E%0A") center no-repeat; } }
  .section-latest-reviews .swiper-button-next.swiper-button-disabled,
  .section-latest-reviews .swiper-button-prev.swiper-button-disabled {
    display: none; }
  .section-latest-reviews .review-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 34% 1fr;
    grid-template-columns: 34% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px 16px 8px 8px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .section-latest-reviews .review-item {
        -ms-grid-columns: 37% 1fr;
        grid-template-columns: 37% 1fr; } }
    @media (max-width: 991.98px) {
      .section-latest-reviews .review-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-radius: 12px; } }

.review-item-block .product-wrap {
  position: relative;
  background-color: var(--white-color);
  padding: 50px 20px 20px 20px;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .review-item-block .product-wrap {
      padding: 30px 20px 20px 20px; } }
  @media (max-width: 991.98px) {
    .review-item-block .product-wrap {
      padding: 20px;
      height: auto;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .review-item-block .product-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px; } }
  .review-item-block .product-wrap .product-image {
    display: block;
    max-height: 140px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .review-item-block .product-wrap .product-image {
        max-width: 80px;
        max-height: none;
        margin: 0 12px 0 0; } }
  @media (max-width: 767.98px) {
    .review-item-block .product-wrap .product-info {
      width: 100%; } }
  .review-item-block .product-wrap .product-title {
    display: block;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    min-height: 34px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .review-item-block .product-wrap .product-title {
        margin-top: 0; } }
  .review-item-block .product-wrap .compare-toggle {
    position: absolute;
    right: 17px;
    top: 16px; }
    @media (max-width: 1199.98px) {
      .review-item-block .product-wrap .compare-toggle {
        right: 10px;
        top: 10px; } }
    @media (max-width: 767.98px) {
      .review-item-block .product-wrap .compare-toggle {
        position: static;
        width: 32px;
        height: 32px;
        padding: 0;
        margin-right: 8px; }
        .review-item-block .product-wrap .compare-toggle .icon {
          width: 16px;
          height: 16px; } }
  .review-item-block .product-wrap .product-meta {
    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: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px; }
  .review-item-block .product-wrap .product-price {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .review-item-block .product-wrap .product-price {
        font-size: 18px;
        line-height: 18px; } }
  .review-item-block .product-wrap .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.review-item-block .product-review-info {
  padding: 40px;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .review-item-block .product-review-info {
      padding: 32px 24px; } }
  @media (max-width: 991.98px) {
    .review-item-block .product-review-info {
      padding: 20px;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .review-item-block .product-review-info {
      padding: 16px; } }
  .review-item-block .product-review-info .review-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; }
  .review-item-block .product-review-info .review-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px; }
  .review-item-block .product-review-info .review-author {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal; }
  .review-item-block .product-review-info .review-date {
    color: var(--color-steel-gray);
    font-size: 12px;
    font-weight: 400;
    line-height: normal; }
  .review-item-block .product-review-info .review-text {
    color: var(--color-cloud-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    text-overflow: ellipsis; }
    @media (max-width: 767.98px) {
      .review-item-block .product-review-info .review-text {
        margin-top: 12px; } }
  .review-item-block .product-review-info .review-read-more {
    display: block;
    color: var(--color-steel-gray);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .review-item-block .product-review-info .review-read-more:hover {
        color: var(--color-red); } }

.popup-review {
  max-width: 820px;
  width: 100%;
  border-radius: 12px;
  padding: 0; }
  .popup-review .fancybox-close-small {
    right: 12px !important;
    top: 12px !important;
    width: auto;
    height: auto; }
    @media (pointer: fine) {
      .popup-review .fancybox-close-small:hover svg path {
        fill: var(--color-red); } }
    .popup-review .fancybox-close-small svg {
      width: 24px;
      height: 24px; }
      .popup-review .fancybox-close-small svg path {
        fill: var(--color-steel-gray);
        -webkit-transition: .3s ease;
        transition: .3s ease; }
  .popup-review .review-item-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27% 1fr;
    grid-template-columns: 27% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      .popup-review .review-item-wrap {
        padding-top: 10px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
  .popup-review .product-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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 54px 20px 20px 20px;
    height: 100%; }
    @media (max-width: 767.98px) {
      .popup-review .product-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 20px 16px; } }
    .popup-review .product-wrap .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
    .popup-review .product-wrap .product-title {
      font-weight: 500;
      line-height: 20px;
      -webkit-line-clamp: unset;
      text-overflow: unset; }
  .popup-review .product-review-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px 48px 32px 32px;
    height: 100%;
    border-left: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .popup-review .product-review-info {
        border-left: none;
        border-top: 1px solid var(--color-light-gray);
        padding: 20px 16px; } }
    .popup-review .product-review-info .review-author {
      color: var(--color-dark-gray); }
    .popup-review .product-review-info .review-date {
      color: var(--color-steel-gray); }
    .popup-review .product-review-info .review-text {
      color: var(--color-dark-slate);
      -webkit-line-clamp: unset;
      text-overflow: unset;
      max-height: 240px;
      overflow-y: auto;
      padding-right: 20px;
      margin-right: -30px; }
      @media (min-width: 992px) {
        .popup-review .product-review-info .review-text, .popup-review .product-review-info .review-text * {
          scrollbar-color: auto;
          scrollbar-width: auto; }
        .popup-review .product-review-info .review-text::-webkit-scrollbar,
        .popup-review .product-review-info .review-text *::-webkit-scrollbar {
          width: 3px;
          height: 3px; }
        .popup-review .product-review-info .review-text::-webkit-scrollbar-button,
        .popup-review .product-review-info .review-text *::-webkit-scrollbar-button {
          display: none; }
        .popup-review .product-review-info .review-text::-webkit-scrollbar-track,
        .popup-review .product-review-info .review-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%); }
        .popup-review .product-review-info .review-text::-webkit-scrollbar-track-piece,
        .popup-review .product-review-info .review-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%); }
        .popup-review .product-review-info .review-text::-webkit-scrollbar-thumb,
        .popup-review .product-review-info .review-text *::-webkit-scrollbar-thumb {
          background: var(--theme-color-main);
          border-radius: 99px; }
        .popup-review .product-review-info .review-text::-webkit-scrollbar-corner,
        .popup-review .product-review-info .review-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 (max-width: 767.98px) {
        .popup-review .product-review-info .review-text {
          margin-right: 0;
          padding-right: 10px; } }

.section-accordion .accordion-list {
  border-radius: 12px;
  border: 1px solid var(--color-light-gray);
  background: var(--white-color); }
  @media (max-width: 767.98px) {
    .section-accordion .accordion-list {
      border-radius: 0;
      margin: 0 -16px; } }

.section-accordion .accordion-item {
  padding: 20px 28px; }
  .section-accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--color-light-gray); }
  .section-accordion .accordion-item.active .icon-wrap::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 12H6' stroke='%231A2227' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat; }
  @media (max-width: 767.98px) {
    .section-accordion .accordion-item {
      padding: 16px; } }

.section-accordion .accordion-item-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;
  cursor: pointer; }
  @media (pointer: fine) {
    .section-accordion .accordion-item-top:hover .accordion-item-title {
      color: var(--color-red); } }
  .section-accordion .accordion-item-top .accordion-item-title {
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1199.98px) {
      .section-accordion .accordion-item-top .accordion-item-title {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 767.98px) {
      .section-accordion .accordion-item-top .accordion-item-title {
        font-size: 14px;
        line-height: 20px; } }
  .section-accordion .accordion-item-top .icon-wrap {
    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;
    min-width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--color-cloud-white);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .section-accordion .accordion-item-top .icon-wrap {
        width: 32px;
        min-width: 32px;
        height: 32px; } }
    .section-accordion .accordion-item-top .icon-wrap::before {
      content: "";
      display: block;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 12.998H13V17.998C13 18.2633 12.8946 18.5176 12.7071 18.7052C12.5196 18.8927 12.2652 18.998 12 18.998C11.7348 18.998 11.4804 18.8927 11.2929 18.7052C11.1054 18.5176 11 18.2633 11 17.998V12.998H6C5.73478 12.998 5.48043 12.8927 5.29289 12.7052C5.10536 12.5176 5 12.2633 5 11.998C5 11.7328 5.10536 11.4785 5.29289 11.2909C5.48043 11.1034 5.73478 10.998 6 10.998H11V5.99805C11 5.73283 11.1054 5.47848 11.2929 5.29094C11.4804 5.1034 11.7348 4.99805 12 4.99805C12.2652 4.99805 12.5196 5.1034 12.7071 5.29094C12.8946 5.47848 13 5.73283 13 5.99805V10.998H18C18.2652 10.998 18.5196 11.1034 18.7071 11.2909C18.8946 11.4785 19 11.7328 19 11.998C19 12.2633 18.8946 12.5176 18.7071 12.7052C18.5196 12.8927 18.2652 12.998 18 12.998Z' fill='%231A2227'/%3E%3C/svg%3E") center no-repeat;
      width: 24px;
      height: 24px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.section-accordion .accordion-item-details {
  display: none; }
  .section-accordion .accordion-item-details .accordion-item-description {
    margin-top: 16px; }
  @media (max-width: 767.98px) {
    .section-accordion .accordion-item-details h2 {
      font-size: 16px;
      line-height: 24px; } }
  .section-accordion .accordion-item-details .btn-main {
    margin-top: 16px; }
    @media (max-width: 575.98px) {
      .section-accordion .accordion-item-details .btn-main {
        width: 100%; } }

.section-categories-popular {
  background-color: var(--white-color); }
  .section-categories-popular .container {
    position: relative; }
  @media (max-width: 767.98px) {
    .section-categories-popular .products-carousel-head {
      margin-bottom: 20px; } }
  .section-categories-popular .popular-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--color-light-gray);
    border: 1px solid var(--color-light-gray);
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .section-categories-popular .popular-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .section-categories-popular .popular-list {
        margin: 0 -16px;
        border-left: none;
        border-right: none;
        border-radius: 0; } }
  .section-categories-popular .category-card {
    background: var(--white-color); }
  .section-categories-popular .category-card-wrap {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px;
    height: 100%;
    text-decoration: none; }
    .section-categories-popular .category-card-wrap::after {
      content: "";
      width: 100%;
      height: 4px;
      background-color: var(--color-red);
      position: absolute;
      bottom: -1px;
      opacity: 0;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    @media (pointer: fine) {
      .section-categories-popular .category-card-wrap:hover::after {
        opacity: 1; }
      .section-categories-popular .category-card-wrap:hover .category-img-wrapp:has(.category-img-hover) .category-img {
        opacity: 0;
        pointer-events: none; }
      .section-categories-popular .category-card-wrap:hover .category-img-hover {
        opacity: 1;
        pointer-events: all;
        visibility: visible; }
      .section-categories-popular .category-card-wrap:hover .category-title {
        color: var(--color-red); }
      .section-categories-popular .category-card-wrap:hover .icon-wrap {
        opacity: 1; } }
    @media (max-width: 991.98px) {
      .section-categories-popular .category-card-wrap {
        padding: 20px; } }
    @media (max-width: 767.98px) {
      .section-categories-popular .category-card-wrap {
        padding: 16px; } }
    .section-categories-popular .category-card-wrap .category-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;
      margin-top: 32px;
      width: 100%; }
      @media (max-width: 767.98px) {
        .section-categories-popular .category-card-wrap .category-bottom {
          margin-top: 12px; } }
    .section-categories-popular .category-card-wrap .category-title {
      display: block;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (max-width: 991.98px) {
        .section-categories-popular .category-card-wrap .category-title {
          font-size: 14px;
          line-height: 20px; } }
    .section-categories-popular .category-card-wrap .icon-wrap {
      opacity: 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: 44px;
      min-width: 44px;
      height: 44px;
      border-radius: 100px;
      background-color: var(--color-red);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .section-categories-popular .category-card-wrap .icon-wrap .ic {
        color: var(--white-color);
        width: 16px;
        height: 16px; }
      @media (max-width: 767.98px) {
        .section-categories-popular .category-card-wrap .icon-wrap {
          display: none; } }
  .section-categories-popular .btn-show-more {
    position: relative;
    margin: -20px auto 0; }
    @media (max-width: 575.98px) {
      .section-categories-popular .btn-show-more {
        width: 100%; } }
  .section-categories-popular .shadow-elem {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 155px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-24.54%, rgba(255, 255, 255, 0)), color-stop(46.63%, #FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -24.54%, #FFF 46.63%);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px); }

.section-catalog-special {
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .section-catalog-special .container {
      padding: 0; } }
  .section-catalog-special .catalog-special__wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%; }
    @media (max-width: 991.98px) {
      .section-catalog-special .catalog-special__wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
  .section-catalog-special .catalog-special-swiper {
    overflow: hidden; }
  .section-catalog-special .catalog-special__title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32px 1fr;
    grid-template-columns: 32px 1fr; }
    @media (max-width: 767.98px) {
      .section-catalog-special .catalog-special__title {
        -ms-grid-columns: 22px 1fr;
        grid-template-columns: 22px 1fr; } }
    .section-catalog-special .catalog-special__title .text-decorated:nth-child(2) {
      color: var(--color-dark-gray) !important;
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 2;
      grid-column: 2; }
  .section-catalog-special .catalog-special__content {
    position: relative;
    background-color: var(--white-color);
    padding: 115px 180px 60px 0; }
    @media (max-width: 1199.98px) {
      .section-catalog-special .catalog-special__content {
        padding: 60px 150px 60px 0; } }
    @media (max-width: 991.98px) {
      .section-catalog-special .catalog-special__content {
        padding: 32px 16px 190px; }
        .section-catalog-special .catalog-special__content::after {
          content: "";
          position: absolute;
          top: 0;
          right: -99vw;
          bottom: 0;
          background-color: var(--white-color);
          pointer-events: none;
          width: 100vw;
          z-index: 2; } }
    .section-catalog-special .catalog-special__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100vw;
      bottom: 0;
      background-color: var(--white-color);
      pointer-events: none;
      width: 100vw;
      z-index: 2; }
    .section-catalog-special .catalog-special__content .catalog-special__title {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px; }
      @media (max-width: 991.98px) {
        .section-catalog-special .catalog-special__content .catalog-special__title {
          margin-bottom: 26px; } }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__content .catalog-special__title {
          margin-bottom: 16px; } }
    .section-catalog-special .catalog-special__content .catalog-special__description {
      color: var(--color-dark-slate);
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 40px; }
      @media (max-width: 991.98px) {
        .section-catalog-special .catalog-special__content .catalog-special__description {
          margin-bottom: 26px; } }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__content .catalog-special__description {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 16px; } }
    .section-catalog-special .catalog-special__content .catalog-special__tabs-title {
      color: var(--color-gray);
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase; }
    .section-catalog-special .catalog-special__content .catalog-special__tabs {
      border: none;
      gap: 8px;
      list-style: none;
      margin-top: 20px; }
      @media (max-width: 991.98px) {
        .section-catalog-special .catalog-special__content .catalog-special__tabs {
          overflow-x: auto;
          scrollbar-width: none;
          white-space: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          margin: 20px -16px 0;
          padding: 0 16px; } }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__content .catalog-special__tabs {
          margin: 8px -16px 0; } }
      .section-catalog-special .catalog-special__content .catalog-special__tabs .nav-item {
        margin: 0; }
      .section-catalog-special .catalog-special__content .catalog-special__tabs .nav-link {
        color: var(--color-gray);
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        border-radius: 100px;
        border: 1px solid var(--color-light-gray);
        background: var(--white-color);
        padding: 14px 20px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        .section-catalog-special .catalog-special__content .catalog-special__tabs .nav-link.active {
          color: var(--color-dark-gray);
          border: 1px solid var(--color-red); }
        @media (pointer: fine) {
          .section-catalog-special .catalog-special__content .catalog-special__tabs .nav-link:hover {
            border: 1px solid var(--color-red); } }
        @media (max-width: 767.98px) {
          .section-catalog-special .catalog-special__content .catalog-special__tabs .nav-link {
            padding: 12px 16px; } }
        @media (max-width: 575.98px) {
          .section-catalog-special .catalog-special__content .catalog-special__tabs .nav-link {
            font-size: 12px;
            line-height: 16px; } }
  .section-catalog-special .special-offer-card__image {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    max-width: 320px;
    pointer-events: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1199.98px) {
      .section-catalog-special .special-offer-card__image {
        max-width: 300px; } }
    @media (max-width: 991.98px) {
      .section-catalog-special .special-offer-card__image {
        max-width: 230px;
        top: 0; } }
    @media (max-width: 575.98px) {
      .section-catalog-special .special-offer-card__image {
        width: 75%; } }
    @media (max-width: 480px) {
      .section-catalog-special .special-offer-card__image {
        width: 90%; } }
    .section-catalog-special .special-offer-card__image.in-center {
      opacity: 1;
      pointer-events: all; }
    .section-catalog-special .special-offer-card__image picture {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      .section-catalog-special .special-offer-card__image picture.is-fading-out {
        opacity: 0; }
  .section-catalog-special .catalog-special__tabs-content {
    background-color: var(--color-dark-gray);
    padding: 115px 0 60px 180px;
    margin: 0 -1px 0 0; }
    @media (max-width: 1199.98px) {
      .section-catalog-special .catalog-special__tabs-content {
        padding: 60px 0 60px 150px; } }
    @media (max-width: 991.98px) {
      .section-catalog-special .catalog-special__tabs-content {
        position: relative;
        padding: 190px 16px 32px;
        margin: 0; } }
    .section-catalog-special .catalog-special__tabs-content::after {
      display: none;
      content: "";
      position: absolute;
      top: 0;
      left: -100vw;
      bottom: 0;
      background-color: var(--color-dark-gray);
      pointer-events: none;
      width: 100vw;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .section-catalog-special .catalog-special__tabs-content::after {
          display: block;
          left: -99vw; } }
    .section-catalog-special .catalog-special__tabs-content::before {
      content: "";
      position: absolute;
      top: 0;
      right: -100vw;
      bottom: 0;
      background-color: var(--color-dark-gray);
      pointer-events: none;
      width: 100vw;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .section-catalog-special .catalog-special__tabs-content::before {
          right: -99vw; } }
    .section-catalog-special .catalog-special__tabs-content .swiper-slide,
    .section-catalog-special .catalog-special__tabs-content .swiper-wrapper {
      position: static; }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__product-title {
      color: var(--white-color);
      font-size: 32px;
      font-weight: 600;
      line-height: normal;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis; }
      @media (max-width: 1199.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__product-title {
          font-size: 26px; } }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__product-title {
          font-size: 24px;
          line-height: 32px; } }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__product-sku {
      color: #AAB1B5;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      margin-top: 12px; }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__product-sku {
          margin-top: 8px; } }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__product-sku * {
      -webkit-touch-callout: none;
      -webkit-user-select: text;
      -webkit-text-size-adjust: none;
      -webkit-tap-highlight-color: transparent;
      color: #AAB1B5;
      text-decoration: none; }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__title {
      color: var(--white-color);
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      margin-top: 20px; }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__title {
          font-size: 14px;
          line-height: 20px;
          margin-top: 8px; } }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__description {
      color: #AAB1B5;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      margin-top: 20px;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      line-clamp: 6;
      text-overflow: ellipsis; }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__description {
          font-size: 14px;
          line-height: 20px;
          margin-top: 16px; } }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__footer {
      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;
      gap: 12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 50px;
      margin-top: 30px;
      border-top: 1px solid var(--color-dark-slate); }
      @media (max-width: 991.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__footer {
          padding-top: 20px;
          margin-top: 20px; } }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__footer {
          padding: 16px 0;
          margin: 0;
          border-top: none;
          border-bottom: 1px solid var(--color-dark-slate); } }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__price-label {
      color: #AAB1B5;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 16px; }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__price-label {
          margin-bottom: 4px; } }
    .section-catalog-special .catalog-special__tabs-content .special-offer-card__price {
      color: var(--white-color);
      font-size: 32px;
      font-weight: 600;
      line-height: normal; }
      @media (max-width: 767.98px) {
        .section-catalog-special .catalog-special__tabs-content .special-offer-card__price {
          font-size: 24px;
          line-height: 28px; } }
  .section-catalog-special .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-top: 24px; }
    @media (max-width: 991.98px) {
      .section-catalog-special .slider-nav {
        display: none; } }
    .section-catalog-special .slider-nav .swiper-button-prev,
    .section-catalog-special .slider-nav .swiper-button-next {
      position: static !important;
      background-color: rgba(255, 255, 255, 0.2);
      -webkit-backdrop-filter: blur(7px);
              backdrop-filter: blur(7px); }
      @media (pointer: fine) {
        .section-catalog-special .slider-nav .swiper-button-prev:hover,
        .section-catalog-special .slider-nav .swiper-button-next:hover {
          background-color: var(--color-red); } }
  .section-catalog-special .swiper-pagination {
    display: none; }
    @media (max-width: 991.98px) {
      .section-catalog-special .swiper-pagination {
        display: block;
        margin: 24px auto 0; } }

.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: 3px; }
  .price-wrap .old-price {
    display: inline-block;
    color: var(--color-steel-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through; }
    @media (max-width: 767.98px) {
      .price-wrap .old-price {
        font-size: 12px; } }
  .price-wrap .price {
    color: var(--color-dark-gray); }
  .price-wrap .old-price ~ .price {
    color: var(--color-red); }
  .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(--color-red); }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--color-red);
    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: 4px;
  border-radius: 100px;
  border: 1px solid var(--color-light-gray);
  padding: 7px 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: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    background: transparent;
    color: var(--color-dark-gray);
    -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(--color-red);
        color: var(--white); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      background: var(--color-red);
      color: var(--white); }
  .qty-picker input {
    width: 32px;
    padding: 1px 4px;
    text-align: center;
    outline: none !important;
    background: transparent !important;
    border: none;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    .qty-picker input:focus {
      border-bottom: 1px solid var(--color-red); }
  .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; }

.compare-toggle {
  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;
  background-color: var(--white-color);
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .compare-toggle .icon {
    color: var(--color-steel-gray);
    width: 24px;
    min-width: 24px;
    height: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .compare-toggle .icon {
        width: 16px;
        min-width: 16px;
        height: 16px; } }
  .compare-toggle.choosed .ic,
  .compare-toggle.choosed .icon {
    color: var(--color-red); }
  @media (pointer: fine) {
    .compare-toggle:hover .ic,
    .compare-toggle:hover .icon {
      color: var(--color-red); } }
  @media (max-width: 767.98px) {
    .compare-toggle {
      width: 24px;
      height: 24px;
      padding: 0; } }

.product-block {
  position: relative;
  width: 100%;
  padding: 28px;
  min-height: 100%;
  background-color: var(--white-color);
  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: 1300px) {
    .product-block {
      padding: 24px 20px; } }
  @media (max-width: 991.98px) {
    .product-block {
      padding: 16px; } }
  @media (any-hover: hover) {
    .product-block:hover {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; } }
  .product-block:focus {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .product-block .top-actions {
    position: absolute;
    top: 0;
    width: 100%;
    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; }
    .product-block .top-actions .action-toggle {
      margin-left: auto; }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .product-block .product-img-wrap {
        margin-bottom: 10px; } }
    .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-stickers {
    position: static !important; }
  .product-block .product-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; }
  .product-block .product-sku {
    color: var(--color-steel-gray);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: var(--color-steel-gray) !important;
    text-decoration: none !important;
    -webkit-text-fill-color: var(--color-steel-gray) !important;
    -webkit-text-decoration-color: var(--color-steel-gray) !important;
    -webkit-tap-highlight-color: transparent !important; }
  .product-block .rating,
  .product-block .stock-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 575.98px) {
    .product-block .rating-stars .star-icon {
      width: 14px;
      height: 14px; } }
  .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;
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    margin: 14px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--color-red); } }
    .product-block .product-title:focus {
      color: var(--color-red); }
    @media (max-width: 767.98px) {
      .product-block .product-title {
        font-size: 14px;
        line-height: 140%;
        margin: 8px 0; } }
  .product-block .product-stock {
    margin-top: 14px; }
  .product-block .product-actions {
    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-top: auto; }
  .product-block .price-wrap .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .product-block .price-wrap .price {
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 767.98px) {
      .product-block .price-wrap .price {
        font-size: 18px;
        line-height: 18px; } }

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

.page-product .breadcrumbs-wrap {
  margin-bottom: 20px !important; }
  @media (max-width: 767.98px) {
    .page-product .breadcrumbs-wrap {
      margin-bottom: 16px !important; } }

.page-product:has(.products-carousel-section) {
  padding-bottom: 0 !important; }

.page-product .products-carousel-section:last-of-type {
  background-color: var(--white-color); }

body:has(.page-product) #page-footer {
  z-index: 20; }

.section-product {
  padding-bottom: 0;
  padding-top: 0; }
  .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;
    padding: 12px 24px; }
    @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: 538px 1fr;
  grid-template-columns: 538px 1fr; }
  .product-page-grid.gallery-none {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .product-page-grid.gallery-none .left-side {
      display: none; }
    @media (min-width: 992px) {
      .product-page-grid.gallery-none .top-side {
        grid-area: span 1; } }
  @media (max-width: 1199.98px) {
    .product-page-grid {
      -ms-grid-columns: 50% 1fr;
      grid-template-columns: 50% 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; } }
  @media (max-width: 767.98px) {
    .product-page-grid {
      margin: 0 -16px; } }
  .product-page-grid .product-row {
    padding: 28px;
    background: var(--white);
    border-bottom: 1px solid var(--color-light-gray); }
    .product-page-grid .product-row:last-child {
      border-bottom: none; }
      @media (max-width: 767.98px) {
        .product-page-grid .product-row:last-child {
          border-bottom: 1px solid var(--color-light-gray); } }
    @media (max-width: 1199.98px) {
      .product-page-grid .product-row {
        padding: 20px; } }
    @media (max-width: 767.98px) {
      .product-page-grid .product-row {
        padding: 20px 16px; } }
  .product-page-grid .left-side {
    position: sticky;
    top: 230px;
    background: var(--white);
    z-index: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (max-width: 1199.98px) {
      .product-page-grid .left-side {
        top: 220px; } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side {
        position: static;
        width: 100%;
        margin: 0 auto;
        z-index: 1; } }
  .product-page-grid .right-side {
    border-left: 1px solid var(--color-light-gray);
    border-right: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .product-page-grid .right-side {
        border: none; } }
  @media (min-width: 992px) {
    .product-page-grid .top-side {
      -ms-grid-column: 2;
      grid-area: span 1 / 2; } }
  .product-page-grid .product-title {
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .product-page-grid .product-title {
        font-size: 20px;
        line-height: 24px; } }
  .product-page-grid .top-info-wrapp {
    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; }
    .product-page-grid .top-info-wrapp .product-customer-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      margin-left: auto; }
    .product-page-grid .top-info-wrapp .action-toggle {
      width: 44px;
      height: 44px;
      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;
      border: 1px solid var(--color-light-gray);
      background-color: var(--white-color);
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .product-page-grid .top-info-wrapp .action-toggle .ic,
      .product-page-grid .top-info-wrapp .action-toggle .icon {
        color: var(--color-red);
        width: 22px;
        min-width: 22px;
        height: 22px; }
      .product-page-grid .top-info-wrapp .action-toggle.choosed {
        background-color: var(--color-red); }
        .product-page-grid .top-info-wrapp .action-toggle.choosed .ic,
        .product-page-grid .top-info-wrapp .action-toggle.choosed .icon {
          color: var(--white-color); }
      @media (pointer: fine) {
        .product-page-grid .top-info-wrapp .action-toggle:hover {
          -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
                  transform: scale(1.15);
          border: 1px solid var(--color-red); } }
  .product-page-grid .product-info-stock {
    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: 16px; }
    .product-page-grid .product-info-stock .stock-status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 6px; }
      .product-page-grid .product-info-stock .stock-status .in-stock {
        color: #1FC37C; }
    .product-page-grid .product-info-stock .sku {
      color: var(--color-steel-gray);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
      .product-page-grid .product-info-stock .sku b {
        color: var(--color-dark-gray);
        font-weight: 500; }
  .product-page-grid .product-actions-wrapp {
    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;
    gap: 12px; }
    @media (max-width: 575.98px) {
      .product-page-grid .product-actions-wrapp {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    .product-page-grid .product-actions-wrapp .product-price {
      margin-right: auto; }
      @media (max-width: 575.98px) {
        .product-page-grid .product-actions-wrapp .product-price {
          -ms-grid-row: 1;
          grid-row: 1;
          margin: 0;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-column: 1/2; } }
    .product-page-grid .product-actions-wrapp .price {
      font-size: 32px;
      font-weight: 700;
      line-height: 32px; }
    .product-page-grid .product-actions-wrapp .qty-picker {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto; }
      @media (max-width: 575.98px) {
        .product-page-grid .product-actions-wrapp .qty-picker {
          -ms-grid-row: 1;
          grid-row: 1;
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          grid-column: 2/3; } }
    @media (max-width: 575.98px) {
      .product-page-grid .product-actions-wrapp .btn-main {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .product-page-grid .product-actions-wrapp .btn-border {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        width: 100%; } }
  .product-page-grid .btn-main {
    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: 9px 24px; }
    @media (pointer: fine) {
      .product-page-grid .btn-main:hover {
        background-color: var(--white-color);
        border: 1px solid var(--color-red); } }
    @media (max-width: 767.98px) {
      .product-page-grid .btn-main {
        font-size: 16px; } }
    .product-page-grid .btn-main .icon-wrap {
      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-color: #EC574F;
      width: 32px;
      height: 32px;
      margin-right: 8px; }
      .product-page-grid .btn-main .icon-wrap .ic {
        color: var(--white-color);
        width: 14px;
        height: 14px; }
  .product-page-grid .btn-lower-price {
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 9%;
    text-underline-offset: 20%;
    text-underline-position: from-font;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .product-page-grid .btn-lower-price:hover {
        color: var(--color-red); } }
    @media (max-width: 575.98px) {
      .product-page-grid .btn-lower-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3; } }

.product-gallery {
  position: relative;
  background: var(--white);
  border: 1px solid var(--color-light-gray);
  border-top: none;
  border-right: none; }
  @media (max-width: 991.98px) {
    .product-gallery {
      border-right: 1px solid var(--color-light-gray); } }
  @media (max-width: 767.98px) {
    .product-gallery {
      border: none;
      border-bottom: 1px solid var(--color-light-gray); } }
  .product-gallery .product-stickers {
    top: 28px !important;
    left: 28px !important;
    z-index: 10; }
    @media (max-width: 767.98px) {
      .product-gallery .product-stickers {
        top: 16px !important;
        left: 16px !important; } }
  .product-gallery .product-gallery-slides {
    padding: 28px;
    min-height: 528px;
    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 .product-gallery-slides {
        padding: 16px;
        min-height: 328px; } }
    .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-slide:not(:first-child) {
        display: none; }
    .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 .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 .gallery-slide .video-item {
      display: block;
      position: relative; }
      .product-gallery .gallery-slide .video-item::before {
        content: "";
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='65' viewBox='0 0 64 65' fill='none'%3E%3Cg clip-path='url(%23clip0_802_26615)'%3E%3Ccircle cx='31' cy='31.5' r='23' fill='white'/%3E%3Cpath d='M32 0.5C14.2829 0.5 0 14.7829 0 32.5C0 50.2171 14.2829 64.5 32 64.5C49.7171 64.5 64 50.2171 64 32.5C64 14.7829 49.7171 0.5 32 0.5ZM46.2049 33.9829L24.8976 46.4707C24.6634 46.6268 24.2732 46.7049 24.039 46.7049C23.8049 46.7049 23.4146 46.6268 23.1805 46.4707C22.6341 46.0805 22.322 45.6122 22.322 44.9878V20.0902H22.2439C22.2439 19.4659 22.6341 18.8415 23.1024 18.6073C23.5707 18.3732 24.3512 18.2171 24.8976 18.6073L46.2049 31.0171C46.7512 31.4073 47.0634 31.8756 47.0634 32.5C47.0634 33.1244 46.6732 33.7488 46.2049 33.9829Z' fill='%23E7271D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_802_26615'%3E%3Crect width='64' height='64' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
        background-size: contain; }
    .product-gallery .gallery-slide .image-item img {
      max-height: 482px;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-gallery .product-gallery-thumbs {
    overflow: hidden;
    border-top: 1px solid var(--color-light-gray); }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper > :nth-child(n+6) {
        display: none; }
  .product-gallery .gallery-thumb-slide {
    border: 1px solid var(--color-light-gray);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer; }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      border-color: var(--color-red); }
  .product-gallery .thumb-img {
    width: 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;
    padding: 10px; }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      max-height: 90px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-gallery .thumb-video {
    position: relative; }
    .product-gallery .thumb-video::before {
      content: "";
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_802_30159)'%3E%3Ccircle cx='15.5' cy='15.5' r='11.5' fill='white'/%3E%3Cpath d='M16 0C7.14146 0 0 7.14146 0 16C0 24.8585 7.14146 32 16 32C24.8585 32 32 24.8585 32 16C32 7.14146 24.8585 0 16 0ZM23.1024 16.7415L12.4488 22.9854C12.3317 23.0634 12.1366 23.1024 12.0195 23.1024C11.9024 23.1024 11.7073 23.0634 11.5902 22.9854C11.3171 22.7902 11.161 22.5561 11.161 22.2439V9.79512H11.122C11.122 9.48293 11.3171 9.17073 11.5512 9.05366C11.7854 8.93659 12.1756 8.85854 12.4488 9.05366L23.1024 15.2585C23.3756 15.4537 23.5317 15.6878 23.5317 16C23.5317 16.3122 23.3366 16.6244 23.1024 16.7415Z' fill='%23E7271D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_802_30159'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
      background-size: contain;
      width: 32px;
      height: 32px; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    top: 40% !important; }
    .product-gallery .swiper-button-next.swiper-button-disabled,
    .product-gallery .swiper-button-prev.swiper-button-disabled {
      opacity: 1;
      background-color: var(--color-cloud-white); }
      .product-gallery .swiper-button-next.swiper-button-disabled .ic,
      .product-gallery .swiper-button-prev.swiper-button-disabled .ic {
        color: var(--color-dark-gray); }
  .product-gallery .swiper-button-next {
    right: 28px !important; }
    .product-gallery .swiper-button-next.swiper-button-disabled::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2929 5.29289C12.6834 4.90237 13.3166 4.90237 13.7071 5.29289L19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071L13.7071 18.7071C13.3166 19.0976 12.6834 19.0976 12.2929 18.7071C11.9024 18.3166 11.9024 17.6834 12.2929 17.2929L16.5858 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H16.5858L12.2929 6.70711C11.9024 6.31658 11.9024 5.68342 12.2929 5.29289Z' fill='%231A2227'/%3E%3C/svg%3E"); }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-next {
        right: 16px; } }
  .product-gallery .swiper-button-prev {
    left: 28px !important; }
    .product-gallery .swiper-button-prev.swiper-button-disabled::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 5.29289C11.3166 4.90237 10.6834 4.90237 10.2929 5.29289L4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L10.2929 18.7071C10.6834 19.0976 11.3166 19.0976 11.7071 18.7071C12.0976 18.3166 12.0976 17.6834 11.7071 17.2929L7.41421 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H7.41421L11.7071 6.70711C12.0976 6.31658 12.0976 5.68342 11.7071 5.29289Z' fill='%231A2227'/%3E%3C/svg%3E"); }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-prev {
        left: 16px; } }

#content,
#top,
#product-description,
#product-characteristics,
#product-videos,
#product-reviews,
#all-product {
  scroll-margin-top: 130px; }
  @media (max-width: 767.98px) {
    #content,
    #top,
    #product-description,
    #product-characteristics,
    #product-videos,
    #product-reviews,
    #all-product {
      scroll-margin-top: 100px; } }

body:has(header.header-scroll) .product-anchors,
body:has(header.header-scroll) .article-aside {
  top: 96px; }

body:has(header.header-scroll) .section-details-card,
body:has(header.header-scroll) .product-page-grid .left-side {
  top: 160px; }

@media (max-width: 1199.98px) {
  body:has(header.header-scroll) .product-anchors,
  body:has(header.header-scroll) .article-aside {
    top: 84px; }
  body:has(header.header-scroll) .section-details-card,
  body:has(header.header-scroll) .product-page-grid .left-side {
    top: 148px; } }

@media (max-width: 991.98px) {
  body:has(header.header-scroll) .product-anchors,
  body:has(header.header-scroll) .article-aside {
    top: 72px; }
  body:has(header.header-scroll) .section-details-card,
  body:has(header.header-scroll) .product-page-grid .left-side {
    top: unset; } }

@media (max-width: 767.98px) {
  body:has(header.header-scroll) .product-anchors,
  body:has(header.header-scroll) .article-aside {
    top: 64px; } }

body:has(header.sticky-header) .product-anchors {
  background: var(--white);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-light-gray);
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.04); }
  body:has(header.sticky-header) .product-anchors .product-anchors-slider {
    border: none;
    border-radius: 0px; }

.product-anchors {
  position: sticky;
  top: 170px;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 1199.98px) {
    .product-anchors {
      top: 158px; } }
  @media (max-width: 991.98px) {
    .product-anchors {
      top: 72px; } }
  @media (max-width: 767.98px) {
    .product-anchors {
      top: 64px; } }
  @media (max-width: 767.98px) {
    .product-anchors {
      background: var(--white);
      border: 1px solid transparent;
      border-top: 1px solid var(--color-light-gray);
      border-bottom: 1px solid var(--color-light-gray); } }
  .product-anchors .product-anchors-slider {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--color-light-gray);
    border-radius: 12px 12px 0px 0px;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .product-anchors .product-anchors-slider {
        border-radius: 0;
        border: none;
        margin: 0 -16px; } }
  .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;
    padding: 20px 40px;
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none; }
    .product-anchors .product-anchors-link::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 24px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: var(--color-light-gray); }
    .product-anchors .product-anchors-link::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: var(--color-red);
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      will-change: transform; }
    .product-anchors .product-anchors-link.active {
      color: var(--color-red);
      text-decoration: none; }
      .product-anchors .product-anchors-link.active::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
    @media (any-hover: hover) {
      .product-anchors .product-anchors-link:hover {
        color: var(--color-red);
        text-decoration: none; }
        .product-anchors .product-anchors-link:hover::before {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; } }
    @media (max-width: 1199.98px) {
      .product-anchors .product-anchors-link {
        padding: 20px 30px; } }
    @media (max-width: 767.98px) {
      .product-anchors .product-anchors-link {
        font-size: 14px;
        line-height: 20px;
        padding: 16px; } }
    .product-anchors .product-anchors-link .product-anchors-link-count {
      color: var(--color-red);
      margin-left: 4px; }
  .product-anchors .product-anchors-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-card {
        display: none; } }
  .product-anchors .product-anchors-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .product-anchors .product-anchors-img {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-anchors .product-anchors-img picture,
    .product-anchors .product-anchors-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-anchors .product-anchors-title {
    max-width: 150px;
    color: var(--theme-color-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word; }
  .product-anchors .price-wrap {
    font-size: 16px; }
  .product-anchors .old-price {
    font-size: 12px; }
  .product-anchors .product-anchors-btn {
    padding: 8px 16px;
    min-height: 40px; }

.product-row-title {
  color: var(--color-dark-gray);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .product-row-title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 12px; } }
  .product-row-title::before {
    content: "";
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--color-red);
    margin-right: 8px; }

.utp-product-advantages .product-advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px; }
  @media (max-width: 1199.98px) {
    .utp-product-advantages .product-advantages {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (max-width: 991.98px) {
    .utp-product-advantages .product-advantages {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767.98px) {
    .utp-product-advantages .product-advantages {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 12px; } }

.utp-product-advantages .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .utp-product-advantages .advantages-item.hidden {
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .utp-product-advantages .advantages-item .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;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100px;
    background: rgba(231, 39, 29, 0.06);
    margin-right: 12px; }
    .utp-product-advantages .advantages-item .item-img img {
      width: 28px; }
      @media (max-width: 767.98px) {
        .utp-product-advantages .advantages-item .item-img img {
          width: 24px; } }
    @media (max-width: 767.98px) {
      .utp-product-advantages .advantages-item .item-img {
        width: 48px;
        min-width: 48px;
        height: 48px; } }
  .utp-product-advantages .advantages-item .item-text {
    color: var(--color-dark-slate);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .utp-product-advantages .advantages-item .item-text {
        font-size: 14px;
        line-height: 20px; } }

.utp-product-advantages .btn-show-more {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 16px auto 0;
  background: transparent;
  border: none;
  outline: none; }
  .utp-product-advantages .btn-show-more.active .ic {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (max-width: 767.98px) {
    .utp-product-advantages .btn-show-more {
      margin: 12px auto 0; } }
  .utp-product-advantages .btn-show-more .ic {
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.utp-product-payment .product-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }

.utp-product-payment .payment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .utp-product-payment .payment-item .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;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid var(--color-light-gray);
    margin-right: 12px; }
    .utp-product-payment .payment-item .item-img img {
      width: 28px; }
      @media (max-width: 767.98px) {
        .utp-product-payment .payment-item .item-img img {
          width: 24px; } }
    @media (max-width: 767.98px) {
      .utp-product-payment .payment-item .item-img {
        width: 48px;
        min-width: 48px;
        height: 48px; } }
  .utp-product-payment .payment-item .item-title {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .utp-product-payment .payment-item .item-title {
        font-size: 14px;
        line-height: 20px; } }
  .utp-product-payment .payment-item .item-text {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 767.98px) {
      .utp-product-payment .payment-item .item-text {
        font-size: 12px;
        line-height: 16px; } }

.product-delivery-wrap .product-delivery-table {
  width: 100%; }
  .product-delivery-wrap .product-delivery-table th {
    padding-bottom: 12px;
    color: #879799;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .product-delivery-wrap .product-delivery-table th {
        padding-bottom: 8px;
        font-size: 10px;
        line-height: 16px; } }
  .product-delivery-wrap .product-delivery-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 23% 1fr;
    grid-template-columns: 48% 23% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575.98px) {
      .product-delivery-wrap .product-delivery-table tr {
        -ms-grid-columns: 50% 25% 1fr;
        grid-template-columns: 50% 25% 1fr;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .product-delivery-wrap .product-delivery-table tbody tr {
    border-top: 1px solid #F0F0F0;
    padding: 14px 0; }
    @media (max-width: 575.98px) {
      .product-delivery-wrap .product-delivery-table tbody tr {
        padding: 12px 0; } }
    .product-delivery-wrap .product-delivery-table tbody tr:last-child {
      padding-bottom: 0; }
  .product-delivery-wrap .product-delivery-table td {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .product-delivery-wrap .product-delivery-table td:has(.delivery-item-image) {
      padding-right: 0; }
    @media (max-width: 1199.98px) {
      .product-delivery-wrap .product-delivery-table td {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 575.98px) {
      .product-delivery-wrap .product-delivery-table td {
        font-size: 12px;
        line-height: 140%; } }

.product-delivery-wrap .delivery-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }

.product-delivery-wrap .delivery-item-image img {
  display: block;
  width: 48px;
  min-width: 48px; }
  @media (max-width: 767.98px) {
    .product-delivery-wrap .delivery-item-image img {
      width: 32px;
      min-width: 32px; } }
  @media (max-width: 575.98px) {
    .product-delivery-wrap .delivery-item-image img {
      width: 24px;
      min-width: 24px; } }

.product-delivery-wrap .delivery-item-title {
  font-weight: 500; }

.product-delivery-wrap .delivery-item-subtitle {
  color: var(--color-gray);
  font-size: 14px;
  line-height: 150%; }
  @media (max-width: 575.98px) {
    .product-delivery-wrap .delivery-item-subtitle {
      font-size: 12px;
      line-height: 16px; } }

.utp-product-guarantee .product-guarantee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px; }
  @media (max-width: 1199.98px) {
    .utp-product-guarantee .product-guarantee {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (max-width: 991.98px) {
    .utp-product-guarantee .product-guarantee {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767.98px) {
    .utp-product-guarantee .product-guarantee {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 12px; } }

.utp-product-guarantee .guarantee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.utp-product-guarantee .guarantee-icon {
  margin-right: 12px; }

.utp-product-guarantee .guarantee-title {
  color: var(--color-dark-slate);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 767.98px) {
    .utp-product-guarantee .guarantee-title {
      font-size: 14px;
      line-height: 20px; } }

.section-details {
  padding-top: 0; }
  @media (max-width: 991.98px) {
    .section-details {
      padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .section-details .section-title {
      font-size: 26px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    .section-details .section-details-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 315px;
      grid-template-columns: 1fr 315px;
      margin-bottom: 20px; } }
  .section-details .section-details-content {
    border: 1px solid var(--color-light-gray);
    border-radius: 0px 0px 12px 12px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .section-details .section-details-content {
        margin: 0 -16px;
        border-radius: 0;
        border: none; } }
  .section-details .section-details-row {
    background: var(--white);
    padding: 32px; }
    .section-details .section-details-row:not(:last-child) {
      border-bottom: 1px solid var(--color-light-gray); }
    @media (max-width: 1199.98px) {
      .section-details .section-details-row {
        padding: 24px; } }
    @media (max-width: 767.98px) {
      .section-details .section-details-row {
        padding: 28px 16px; } }
    .section-details .section-details-row .section-title {
      margin-bottom: 24px; }
      @media (max-width: 767.98px) {
        .section-details .section-details-row .section-title {
          margin-bottom: 12px; } }
    .section-details .section-details-row .section-details-row-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;
      margin-bottom: 24px; }
      @media (max-width: 767.98px) {
        .section-details .section-details-row .section-details-row-top {
          margin-bottom: 0; } }
      .section-details .section-details-row .section-details-row-top .section-title {
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .section-details .section-details-row .section-details-row-top .section-title {
            margin-bottom: 12px; } }
  .section-details .section-details-card {
    position: sticky;
    top: 230px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid var(--color-light-gray);
    border-left: none;
    border-radius: 0px 0px 12px 0px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .section-details .section-details-card .product-block {
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }
    @media (max-width: 1199.98px) {
      .section-details .section-details-card {
        top: 220px; } }
    @media (max-width: 991.98px) {
      .section-details .section-details-card {
        position: fixed;
        bottom: -1px;
        left: 0;
        right: 0;
        z-index: 100;
        top: unset;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.04);
                box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.04);
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        pointer-events: none; }
        .section-details .section-details-card .product-block {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding: 12px; }
          .section-details .section-details-card .product-block .product-stickers,
          .section-details .section-details-card .product-block .product-info,
          .section-details .section-details-card .product-block .action-toggle {
            display: none; }
          .section-details .section-details-card .product-block .product-title {
            margin: 0;
            overflow: hidden;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-clamp: 2;
            text-overflow: ellipsis; }
          .section-details .section-details-card .product-block .price-wrap {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            margin-top: 8px; }
            .section-details .section-details-card .product-block .price-wrap .price {
              font-size: 16px; }
          .section-details .section-details-card .product-block .product-actions {
            margin: 0 0 0 auto; }
            .section-details .section-details-card .product-block .product-actions .btn {
              margin-left: 24px; } }
    @media (max-width: 991.98px) {
      .section-details .section-details-card .product-img-wrap {
        margin: 0 12px 0 0;
        width: 80px;
        min-width: 80px; } }
    @media (max-width: 575.98px) {
      .section-details .section-details-card .product-img-wrap {
        width: 60px;
        min-width: 60px; } }
  .section-details .product-description .product-description-content {
    position: relative;
    max-height: 504px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease; }
    .section-details .product-description .product-description-content::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(11.19%, rgba(255, 255, 255, 0)), color-stop(71.19%, rgba(255, 255, 255, 0.9)));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.19%, rgba(255, 255, 255, 0.9) 71.19%);
      left: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .section-details .product-description .product-description-content.expanded {
      max-height: none; }
      .section-details .product-description .product-description-content.expanded::before {
        opacity: 0;
        visibility: hidden;
        height: 0; }
    .section-details .product-description .product-description-content.no-toggle {
      max-height: none;
      overflow: visible; }
      .section-details .product-description .product-description-content.no-toggle::before {
        display: none; }
  .section-details .product-description .btn-show-content {
    position: relative;
    margin: -50px auto 0;
    z-index: 2; }
    @media (max-width: 575.98px) {
      .section-details .product-description .btn-show-content {
        width: 100%;
        margin: -40px auto 0; } }
    .section-details .product-description .btn-show-content.active {
      margin: 24px auto 0; }
      @media (max-width: 575.98px) {
        .section-details .product-description .btn-show-content.active {
          margin: 16px auto 0; } }
  .section-details .product-characteristics .table-wrap {
    margin: 0; }
  .section-details .product-characteristics .attribute {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
    gap: 10px;
    background: transparent !important;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 16px 0; }
    @media (max-width: 767.98px) {
      .section-details .product-characteristics .attribute {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 4px;
        padding: 12px 0; } }
    .section-details .product-characteristics .attribute:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .section-details .product-characteristics .attribute .title,
    .section-details .product-characteristics .attribute .value {
      color: var(--color-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      padding: 0; }
      @media (max-width: 767.98px) {
        .section-details .product-characteristics .attribute .title,
        .section-details .product-characteristics .attribute .value {
          font-size: 14px;
          line-height: 20px; } }
    .section-details .product-characteristics .attribute .value {
      color: var(--color-dark-gray);
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .section-details .product-characteristics .attribute .value {
          font-weight: 400; } }
  .section-details .product-videos .video-gallery {
    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; }
  .section-details .product-videos .video-link {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden; }
    .section-details .product-videos .video-link .video-play-icon {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: url("data:image/svg+xml,%3Csvg width='80' height='58' viewBox='0 0 80 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12.5' y='0.25' width='55' height='55' fill='white'/%3E%3Cpath d='M63.385 0.695312H16.615C7.43877 0.695312 0 8.13408 0 17.3103V40.6904C0 49.8666 7.43877 57.3053 16.615 57.3053H63.385C72.5612 57.3053 80 49.8666 80 40.6904V17.3103C80 8.13408 72.5612 0.695312 63.385 0.695312ZM52.1484 30.1378L30.2726 40.5713C29.6897 40.8493 29.0163 40.4243 29.0163 39.7786V18.2595C29.0163 17.6046 29.7074 17.1801 30.2915 17.4762L52.1673 28.5618C52.8178 28.8913 52.8065 29.8241 52.1484 30.1378Z' fill='%23F61C0D'/%3E%3C/svg%3E%0A") center no-repeat;
      width: 80px;
      height: 58px;
      background-size: contain; }
      @media (max-width: 767.98px) {
        .section-details .product-videos .video-link .video-play-icon {
          width: 40px;
          height: 29px; } }
  .section-details .product-documents {
    padding: 0;
    margin: 0; }
    .section-details .product-documents .document {
      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;
      gap: 30px; }
      .section-details .product-documents .document:not(:last-child) {
        margin-bottom: 10px; }
    .section-details .product-documents .document-text {
      color: var(--color-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .section-details .product-documents .document-link {
      color: var(--color-red);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      padding: 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .section-details .product-documents .document-link:hover {
        text-decoration: underline; }
      @media (max-width: 767.98px) {
        .section-details .product-documents .document-link {
          font-size: 14px;
          line-height: 20px; } }

.product-reviews .reviews-content {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--color-light-gray); }
  .product-reviews .reviews-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11.19%, rgba(255, 255, 255, 0)), color-stop(71.19%, rgba(255, 255, 255, 0.9)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.19%, rgba(255, 255, 255, 0.9) 71.19%);
    left: 0;
    bottom: -2px;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.product-reviews:not(:has(.btn-more-reviews)) .reviews-content::before {
  display: none; }

.product-reviews .rating-general {
  gap: 8px;
  padding: 16px 20px; }
  @media (max-width: 767.98px) {
    .product-reviews .rating-general {
      padding: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .product-reviews .rating-general .rating-general-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .product-reviews .rating-general .rating-general-title {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .product-reviews .rating-general .rating-stars .star-icon {
    width: 24px;
    height: 24px;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .product-reviews .rating-general .rating-stars .star-icon {
        width: 20px;
        height: 20px; } }
  .product-reviews .rating-general .rating-general-mark {
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; }
  .product-reviews .rating-general .rating-general-count {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  @media (max-width: 767.98px) {
    .product-reviews .rating-general .btn-main {
      margin: 0 auto; } }
  @media (max-width: 575.98px) {
    .product-reviews .rating-general .btn-main {
      width: 100%; } }

.product-reviews .review {
  padding: 20px;
  border-top: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .product-reviews .review {
      padding: 16px; } }
  .product-reviews .review.answer {
    padding-left: 50px; }
  .product-reviews .review .review-heading {
    padding: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .product-reviews .review .reviews-name {
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 700;
    line-height: normal; }
  .product-reviews .review .reviews-data {
    color: var(--color-steel-gray);
    font-size: 12px;
    font-weight: 400;
    line-height: normal; }
  .product-reviews .review .rating {
    margin-left: auto; }
  @media (max-width: 767.98px) {
    .product-reviews .review .star-icon {
      width: 20px;
      height: 20px; } }
  .product-reviews .review .review-content {
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; }
  .product-reviews .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; }

.product-reviews .btn-more-reviews {
  position: relative;
  margin: -50px auto 0;
  z-index: 1; }
  @media (max-width: 575.98px) {
    .product-reviews .btn-more-reviews {
      width: 100%;
      margin: -40px auto 0; } }

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

.social-share {
  position: relative; }
  .social-share .social-share-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 5px;
    padding: 10px 0;
    border-radius: 12px;
    background-color: var(--white-color);
    -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.04);
    min-width: 140px;
    z-index: 10; }
  .social-share .share-friends .social {
    padding: 8px 20px; }

.share-friends .social {
  color: var(--color-dark-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .share-friends .social:hover {
      color: var(--color-red);
      background-color: rgba(231, 39, 29, 0.06); }
      .share-friends .social:hover .ic {
        color: var(--color-red); } }
  .share-friends .social .ic {
    color: var(--color-dark-slate);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.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-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;
  gap: 20px;
  margin-bottom: 28px; }
  @media (max-width: 767.98px) {
    .products-carousel-head {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; } }
  .products-carousel-head .products-carousel-title {
    margin-bottom: 0; }
  .products-carousel-head .products-carousel-text {
    color: var(--color-gray);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 660px;
    width: 100%;
    margin-left: auto; }
    .products-carousel-head .products-carousel-text:empty {
      display: none; }
    @media (max-width: 1199.98px) {
      .products-carousel-head .products-carousel-text {
        font-size: 18px;
        line-height: 24px;
        max-width: none;
        width: 50%; } }
    @media (max-width: 991.98px) {
      .products-carousel-head .products-carousel-text {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767.98px) {
      .products-carousel-head .products-carousel-text {
        font-size: 14px;
        width: 100%;
        margin-top: 12px; } }
  .products-carousel-head--light .products-carousel-text {
    color: var(--white-color); }

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

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

.products-carousel {
  position: relative;
  z-index: 1;
  overflow: visible; }
  @media (max-width: 767.98px) {
    .products-carousel {
      margin: 0 -16px; } }
  .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 .swiper-slide:first-child .product-block {
      border-left: none; }
  .products-carousel .products-carousel-list {
    position: relative;
    z-index: 1; }
  .products-carousel .product-block {
    border: 1px solid var(--color-light-gray);
    border-right: none; }
  .products-carousel .swiper-button-next,
  .products-carousel .swiper-button-prev {
    top: 40% !important; }
    .products-carousel .swiper-button-next.swiper-button-disabled,
    .products-carousel .swiper-button-prev.swiper-button-disabled {
      display: none; }
  @media (max-width: 767.98px) {
    .products-carousel .carousel-nav {
      padding: 0 16px; } }

.products-carousel-tabs-section {
  position: relative;
  z-index: 1;
  background-color: var(--white-color); }
  .products-carousel-tabs-section .products-carousel-title {
    margin-bottom: 28px; }
    @media (max-width: 767.98px) {
      .products-carousel-tabs-section .products-carousel-title {
        margin-bottom: 20px; } }
  .products-carousel-tabs-section.hovered {
    z-index: 100; }
    .products-carousel-tabs-section.hovered .products-carousel-list {
      z-index: 100; }
    .products-carousel-tabs-section.hovered .products-carousel-wrap,
    .products-carousel-tabs-section.hovered .products-carousel-list.swiper-wrapper {
      padding-bottom: 500px;
      margin-bottom: -500px; }
  .products-carousel-tabs-section .articles-latest {
    overflow: visible;
    padding-bottom: 0 !important; }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 12px; }
  @media (max-width: 767.98px) {
    .products-carousel-tabs .products-carousel-tabs-nav {
      gap: 8px; } }
  .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
    margin-bottom: 28px; }
    @media (max-width: 767.98px) {
      .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
        margin-bottom: 16px; } }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 14px 20px;
    border: 1px solid var(--color-light-gray);
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      color: var(--color-dark-gray);
      border: 1px solid var(--color-red); }
    @media (pointer: fine) {
      .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item:hover {
        border: 1px solid var(--color-red); } }
    @media (max-width: 767.98px) {
      .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
        font-size: 12px;
        line-height: 16px;
        padding: 12px 16px; } }

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

.product-stickers {
  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;
  gap: 3px; }
  .product-stickers.stickers-top-left {
    top: 0;
    left: 0; }
  .product-stickers.stickers-top-right {
    top: 0;
    right: 0; }
  .product-stickers.stickers-bottom-left {
    bottom: 0;
    left: 0; }
  .product-stickers.stickers-bottom-right {
    bottom: 0;
    right: 0; }
  .product-stickers .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--white-color);
    leading-trim: both;
    text-edge: cap;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase; }
    .product-stickers .label::after, .product-stickers .label::before {
      content: "";
      display: block;
      width: 4px;
      min-width: 4px;
      height: 4px;
      background-color: var(--white-color);
      border-radius: 50%; }
    @media (max-width: 767.98px) {
      .product-stickers .label {
        gap: 4px;
        font-size: 10px; } }
    .product-stickers .label.label-is_new {
      background: #33CDCD; }
    .product-stickers .label.label-is_top {
      background: #2685C9; }
    .product-stickers .label.label-is_sale {
      background: #E7271D; }
    .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: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(280px, 334px) 75%;
  grid-template-columns: minmax(280px, 334px) 75%; }
  @media (max-width: 1199.98px) {
    .category-page-grid {
      -ms-grid-columns: 280px 70%;
      grid-template-columns: 280px 70%; } }
  @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; } }
  .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;
    gap: 8px;
    border-bottom: 1px solid #F0F0F0;
    padding: 20px; }
    @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: 0;
        padding: 0; } }
  .category-page-grid .product-count {
    color: #64737A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .category-page-grid .product-count {
        margin-bottom: 8px; } }
    @media (max-width: 767.98px) {
      .category-page-grid .product-count {
        font-size: 14px;
        line-height: 20px; } }
    .category-page-grid .product-count .text-decorated {
      color: var(--color-dark-gray) !important;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .category-page-grid .product-count .text-decorated {
          font-size: 12px;
          line-height: 16px; } }
  .category-page-grid .aside-elem .catalog-title {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .category-page-grid .aside-elem ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none !important; }
    .category-page-grid .aside-elem ul li {
      color: var(--color-dark-slate);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .category-page-grid .aside-elem ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 8px;
        color: var(--color-dark-slate);
        margin-top: 12px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        .category-page-grid .aside-elem ul li a::before {
          content: '';
          display: block;
          width: 6px;
          min-width: 6px;
          height: 6px;
          border-radius: 50%;
          margin-top: 9px;
          background-color: #D2E1E5;
          -webkit-transition: .3s ease;
          transition: .3s ease; }
          @media (max-width: 767.98px) {
            .category-page-grid .aside-elem ul li a::before {
              display: none; } }
        .category-page-grid .aside-elem ul li a.active {
          color: var(--color-red); }
          .category-page-grid .aside-elem ul li a.active::before {
            background-color: var(--color-red); }
          @media (max-width: 991.98px) {
            .category-page-grid .aside-elem ul li a.active {
              background: rgba(231, 39, 29, 0.06);
              color: var(--color-red) !important; } }
        @media (pointer: fine) {
          .category-page-grid .aside-elem ul li a:hover::before {
            background-color: var(--color-red); } }
  .category-page-grid .aside-elem ul ul {
    padding-left: 0; }
  .category-page-grid .aside-elem .pr-1,
  .category-page-grid .aside-elem .pr-2 {
    display: none; }
  .category-page-grid .aside-elem:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid grey; }
  .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 (min-width: 992px) {
  .category-page-aside {
    border-radius: 12px 0px 0px 12px;
    border: 1px solid #F0F0F0;
    border-right: none;
    background: var(--white-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

@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 {
  padding: 20px;
  border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 991.98px) {
    .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;
      background: var(--color-dark-gray); } }
  .category-page-aside .category-aside-top .category-aside-top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .category-page-aside .category-aside-top .category-aside-top-title {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; } }
    .category-page-aside .category-aside-top .category-aside-top-title .ic {
      color: var(--color-red);
      width: 20px;
      height: 20px;
      margin-right: 6px; }
      @media (max-width: 991.98px) {
        .category-page-aside .category-aside-top .category-aside-top-title .ic {
          display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-close {
    display: none; }
    @media (max-width: 991.98px) {
      .category-page-aside .category-aside-top .category-aside-top-close {
        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%; } }
    .category-page-aside .category-aside-top .category-aside-top-close .icon {
      width: 12px;
      height: 12px;
      color: var(--color-steel-gray); }

.category-page-aside .slider-nav {
  padding-top: 12px; }
  .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: 8px; }
    .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: 8px;
    min-width: 88px;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .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: 48px;
      max-width: 88px;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      border-radius: 12px;
      border: 1px solid #D2E1E5;
      background: var(--white-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .category-page-aside .slider-nav .amount-item input:hover, .category-page-aside .slider-nav .amount-item input:focus {
          border-color: var(--color-dark-gray); } }
      .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--color-dark-gray);
        outline: none; }
  .category-page-aside .slider-nav .ui-slider {
    height: 4px; }
    .category-page-aside .slider-nav .ui-slider:not(:last-child) {
      margin-bottom: 25px; }
  .category-page-aside .slider-nav .ui-widget-content {
    background: transparent;
    height: 4px;
    border-radius: 100px;
    border: none;
    margin: 0 20px; }
    .category-page-aside .slider-nav .ui-widget-content:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 4px;
      left: -20px;
      right: -20px;
      border-radius: 100px;
      background: rgba(231, 39, 29, 0.06); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
    height: 4px;
    background: transparent; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 105%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--color-red); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle {
    top: 2px;
    width: 32px;
    height: 0;
    display: block;
    border: none;
    outline: none;
    margin-left: -16px; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle::before {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      width: 20px;
      height: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 100px;
      border: 6px solid var(--color-red);
      background: var(--white-color);
      cursor: pointer; }
  .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 {
    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;
    width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 100px;
    background: rgba(231, 39, 29, 0.06);
    color: var(--color-red);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .category-page-aside .slider-nav .btn-apply:hover {
        color: var(--white-color);
        background-color: var(--color-red); } }

.category-page-inner {
  border: 1px solid #F0F0F0;
  border-bottom: none;
  border-radius: 0px 12px 12px 12px;
  background-color: var(--white-color);
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .category-page-inner {
      border-radius: 12px; } }
  @media (max-width: 767.98px) {
    .category-page-inner {
      border-radius: 0;
      margin: 0 -16px; } }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 1199.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  .catalog-product-grid .product-block {
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0; }
    .catalog-product-grid .product-block:nth-child(3n) {
      border-right: none; }
    @media (max-width: 1199.98px) {
      .catalog-product-grid .product-block:nth-child(3n) {
        border-right: 1px solid #F0F0F0; }
      .catalog-product-grid .product-block:nth-child(2n) {
        border-right: none; } }

@media (max-width: 991.98px) {
  .category-page-aside-wrap {
    padding: 56px 0 0;
    overflow-y: auto;
    max-height: 100dvh; } }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: var(--color-dark-gray);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer; }
  .aside-elem-title .arrow-wrap {
    margin-left: auto;
    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(--color-dark-gray);
    -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 {
      width: 14px;
      height: 14px; }

.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;
  margin-right: auto;
  gap: 6px;
  color: var(--color-red);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .btn-filter-mobile {
      padding: 16px 12px;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .btn-filter-mobile {
      font-size: 14px; } }
  .btn-filter-mobile::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.63119 2.25C2.63111 2.25 2.63127 2.25 2.63119 2.25H13.3687C13.6111 2.25008 13.8486 2.32067 14.0517 2.45318C14.2547 2.58568 14.4149 2.77438 14.5126 2.99629C14.6103 3.21819 14.6413 3.46373 14.6019 3.70298C14.5626 3.94164 14.455 4.16376 14.292 4.34243C14.2916 4.34287 14.2912 4.34331 14.2908 4.34375L10.25 8.79055V12.2285C10.2512 12.4365 10.2002 12.6413 10.1018 12.8244C10.0036 13.0073 9.8612 13.1625 9.68765 13.2762L7.6875 14.6076C7.49995 14.7312 7.28255 14.8018 7.0582 14.8123C6.83385 14.8228 6.61085 14.7726 6.4126 14.6671C6.21435 14.5616 6.0482 14.4046 5.9316 14.2127C5.815 14.0208 5.75225 13.8009 5.75 13.5764L5.74995 13.5688V8.79055L1.70908 4.34375C1.70873 4.34336 1.70838 4.34298 1.70803 4.3426C1.54495 4.1639 1.43723 3.94171 1.39794 3.70298C1.35857 3.46373 1.38963 3.2182 1.48733 2.99629C1.58504 2.77438 1.74517 2.58568 1.94823 2.45318C2.15096 2.32088 2.38774 2.2503 2.6298 2.25M3.19633 3.75L6.92105 7.8489C7.13425 8.07945 7.25185 8.38245 7.24995 8.69655V13.0969L8.74995 12.0985V8.69655C8.74805 8.38245 8.86565 8.07945 9.07885 7.8489L12.8035 3.75H3.19633Z' fill='%23E7271D'/%3E%3C/svg%3E") center no-repeat;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .btn-filter-mobile::before {
        width: 16px;
        height: 16px; } }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }

.bottom-actions-mob {
  display: none; }
  @media (max-width: 991.98px) {
    .bottom-actions-mob {
      position: sticky;
      bottom: 0;
      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;
      gap: 5px;
      padding: 12px 16px;
      -webkit-box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.04);
              box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.04);
      background-color: var(--white-color); } }
  @media (max-width: 575.98px) {
    .bottom-actions-mob .btn-main {
      width: 100%; } }

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

.subcategory-wrapper {
  position: relative;
  overflow: hidden; }
  .subcategory-wrapper .subcategory-slider {
    border: 1px solid var(--color-light-gray);
    background-color: var(--white-color);
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .subcategory-wrapper .subcategory-slider {
        border-radius: 0;
        margin: 0 -16px 24px; } }
    .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) {
      width: 100%; }
      .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }
        .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% / 6);
                  flex: 0 0 calc(100% / 6); }
        @media (max-width: 1199.98px) {
          .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% / 5);
                    flex: 0 0 calc(100% / 5); } }
        @media (max-width: 991.98px) {
          .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% / 4);
                    flex: 0 0 calc(100% / 4); } }
        @media (max-width: 767.98px) {
          .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% / 3);
                    flex: 0 0 calc(100% / 3); } }
        @media (max-width: 575.98px) {
          .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% / 2);
                    flex: 0 0 calc(100% / 2); } }
      .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-button-next,
      .subcategory-wrapper .subcategory-slider:not(.swiper-initialized) .swiper-button-prev {
        display: none; }
    .subcategory-wrapper .subcategory-slider .swiper-button-next, .subcategory-wrapper .subcategory-slider .swiper-button-prev {
      width: 32px !important;
      height: 32px !important;
      top: 40% !important; }
    .subcategory-wrapper .subcategory-slider .swiper-button-prev {
      left: 6px !important; }
    .subcategory-wrapper .subcategory-slider .swiper-button-next {
      right: 6px !important; }
    .subcategory-wrapper .subcategory-slider .swiper-slide {
      height: auto !important; }
    .subcategory-wrapper .subcategory-slider .subcategory-item:not(:first-child) {
      border-left: 1px solid var(--color-light-gray); }
    .subcategory-wrapper .subcategory-slider .subcategory-item .subcategory-link {
      display: block;
      padding: 20px;
      border-radius: 12px;
      background-color: var(--white-color);
      height: 100%;
      text-decoration: none !important; }
      @media (max-width: 767.98px) {
        .subcategory-wrapper .subcategory-slider .subcategory-item .subcategory-link {
          padding: 12px; } }
    @media (pointer: fine) {
      .subcategory-wrapper .subcategory-slider .subcategory-item:hover .subcategory-link-title {
        color: var(--color-red); }
      .subcategory-wrapper .subcategory-slider .subcategory-item:hover .category-img-wrapp:has(.category-img-hover) .category-img {
        opacity: 0;
        pointer-events: none; }
      .subcategory-wrapper .subcategory-slider .subcategory-item:hover .category-img-hover {
        opacity: 1;
        pointer-events: all;
        visibility: visible; } }
    .subcategory-wrapper .subcategory-slider .subcategory-item .category-img-wrapp img {
      width: 80px;
      height: 80px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      aspect-ratio: 1/1;
      -o-object-fit: contain;
         object-fit: contain; }
    .subcategory-wrapper .subcategory-slider .subcategory-item .subcategory-link-title {
      display: block;
      color: var(--color-dark-gray);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis;
      margin-top: 8px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (max-width: 575.98px) {
        .subcategory-wrapper .subcategory-slider .subcategory-item .subcategory-link-title {
          font-size: 12px;
          line-height: 16px; } }
    .subcategory-wrapper .subcategory-slider .carousel-nav {
      display: none; }
      @media (max-width: 991.98px) {
        .subcategory-wrapper .subcategory-slider .carousel-nav .empty-item {
          display: none; } }
      @media (max-width: 991.98px) {
        .subcategory-wrapper .subcategory-slider .carousel-nav {
          display: block;
          background-color: var(--white-color);
          padding: 12px 16px;
          border-top: 1px solid var(--color-light-gray);
          margin: 0; } }

.catalog-gallery-section {
  padding: 20px;
  border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .catalog-gallery-section {
      padding: 16px; } }
  .catalog-gallery-section .catalog-gallery-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none; }
  .catalog-gallery-section .catalog-gallery-img img {
    border-radius: 12px;
    -o-object-fit: contain;
       object-fit: contain; }
  .catalog-gallery-section .carousel-nav {
    margin-top: 16px; }
    @media (max-width: 767.98px) {
      .catalog-gallery-section .carousel-nav {
        margin-top: 10px; } }

.empty-category {
  color: var(--color-red);
  font-size: 16px;
  text-align: center;
  padding: 20px; }

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-radius: 12px;
  border: 1px solid var(--color-light-gray);
  background-color: var(--white-color);
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.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; } }
  .categories-navigation .category-card {
    padding: 20px 20px 8px;
    border-right: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray); }
    .categories-navigation .category-card:nth-child(4n) {
      border-right: none; }
    @media (max-width: 1199.98px) {
      .categories-navigation .category-card:nth-child(4n) {
        border-right: 1px solid var(--color-light-gray); }
      .categories-navigation .category-card:nth-child(3n) {
        border-right: none; } }
    @media (max-width: 991.98px) {
      .categories-navigation .category-card:nth-child(3n) {
        border-right: 1px solid var(--color-light-gray); }
      .categories-navigation .category-card:nth-child(2n) {
        border-right: none; } }
    @media (max-width: 575.98px) {
      .categories-navigation .category-card {
        border: none !important;
        border-top: 1px solid var(--color-light-gray) !important; }
        .categories-navigation .category-card:first-child {
          border-top: none !important; } }
    @media (pointer: fine) {
      .categories-navigation .category-card:hover .category-img-wrapp:has(.category-img-hover) .category-img {
        opacity: 0;
        pointer-events: none; }
      .categories-navigation .category-card:hover .category-img-hover {
        opacity: 1;
        pointer-events: all;
        visibility: visible; } }
    .categories-navigation .category-card .category-head {
      text-decoration: none !important; }
      @media (pointer: fine) {
        .categories-navigation .category-card .category-head:hover .category-title {
          color: var(--color-red); } }
    .categories-navigation .category-card .category-img-wrapp {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px; }
      .categories-navigation .category-card .category-img-wrapp:has(.category-img-hover) .category-img-hover {
        position: absolute; }
    .categories-navigation .category-card .category-img {
      display: block;
      position: relative; }
      .categories-navigation .category-card .category-img img, .categories-navigation .category-card .category-img picture {
        display: block; }
    .categories-navigation .category-card .category-img-hover {
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .categories-navigation .category-card .category-title {
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      margin-top: 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      height: 48px;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
      @media (max-width: 767.98px) {
        .categories-navigation .category-card .category-title {
          -webkit-line-clamp: unset;
          height: auto; } }
    .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;
      margin-top: 20px; }
    .categories-navigation .category-card .sub-item {
      color: var(--color-dark-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      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: 12px 0;
      border-top: 1px solid var(--color-light-gray);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .categories-navigation .category-card .sub-item:hover {
          color: var(--color-red); }
          .categories-navigation .category-card .sub-item:hover .icon-wrapp {
            background-color: var(--color-red);
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
            .categories-navigation .category-card .sub-item:hover .icon-wrapp .ic {
              color: var(--white-color); } }
      .categories-navigation .category-card .sub-item .icon-wrapp {
        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: 24px;
        min-width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: var(--color-cloud-white);
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        .categories-navigation .category-card .sub-item .icon-wrapp .ic {
          color: var(--color-gray);
          width: 8px;
          height: 8px;
          -webkit-transition: .3s ease;
          transition: .3s ease; }

.category-img-wrapp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .category-img-wrapp:has(.category-img-hover) .category-img-hover {
    position: absolute; }

.category-img {
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.category-img-hover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  inset: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.catalog-filter .aside-elem {
  padding: 20px;
  margin: 0 !important; }
  .catalog-filter .aside-elem:not(:last-child) {
    border-bottom: 1px solid var(--color-light-gray); }
  .catalog-filter .aside-elem.attribute-range .slider-nav {
    padding-bottom: 16px; }

.catalog-filter .aside-elem-title {
  text-transform: uppercase; }

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 10px; }
  .catalog-filter .filter-search-wrap::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 20px;
    top: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.97325 15.2502C7.73217 15.2502 6.51896 14.8822 5.48704 14.1927C4.45512 13.5032 3.65084 12.5231 3.1759 11.3765C2.70096 10.2299 2.5767 8.96824 2.81882 7.75101C3.06094 6.53378 3.65858 5.41568 4.53615 4.5381C5.41372 3.66053 6.53182 3.06289 7.74905 2.82077C8.96628 2.57865 10.228 2.70291 11.3746 3.17785C12.5212 3.65279 13.5012 4.45708 14.1907 5.48899C14.8802 6.52091 15.2482 7.73412 15.2482 8.9752C15.2482 9.79924 15.0859 10.6152 14.7706 11.3765C14.4552 12.1379 13.993 12.8296 13.4103 13.4123C12.8277 13.995 12.1359 14.4572 11.3746 14.7725C10.6133 15.0879 9.79729 15.2502 8.97325 15.2502ZM8.97325 3.95853C7.98434 3.95853 7.01764 4.25178 6.19539 4.80118C5.37315 5.35059 4.73229 6.13148 4.35385 7.04511C3.97541 7.95875 3.87639 8.96408 4.06932 9.93398C4.26224 10.9039 4.73845 11.7948 5.43771 12.4941C6.13697 13.1933 7.02789 13.6695 7.99779 13.8625C8.9677 14.0554 9.97303 13.9564 10.8867 13.5779C11.8003 13.1995 12.5812 12.5586 13.1306 11.7364C13.68 10.9141 13.9732 9.94744 13.9732 8.95853C13.9732 7.63245 13.4465 6.36068 12.5088 5.423C11.5711 4.48532 10.2993 3.95853 8.97325 3.95853Z' fill='%23E7271D'/%3E%3Cpath d='M16.6683 17.2916C16.5861 17.2919 16.5048 17.2759 16.4289 17.2444C16.3531 17.213 16.2843 17.1666 16.2266 17.1082L12.7849 13.6666C12.6745 13.5481 12.6144 13.3914 12.6173 13.2295C12.6201 13.0675 12.6857 12.913 12.8002 12.7985C12.9148 12.684 13.0692 12.6184 13.2312 12.6156C13.3931 12.6127 13.5498 12.6728 13.6683 12.7832L17.1099 16.2249C17.227 16.3421 17.2927 16.5009 17.2927 16.6666C17.2927 16.8322 17.227 16.991 17.1099 17.1082C17.0522 17.1666 16.9834 17.213 16.9076 17.2444C16.8317 17.2759 16.7504 17.2919 16.6683 17.2916Z' fill='%23E7271D'/%3E%3C/svg%3E") center no-repeat;
    width: 20px;
    height: 20px; }
  .catalog-filter .filter-search-wrap input {
    width: 100%;
    height: 44px;
    padding: 4px 20px;
    border-radius: 100px;
    border: 1px solid var(--color-light-gray);
    background-color: var(--white-color);
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .catalog-filter .filter-search-wrap input:focus {
      border: 1px solid var(--color-red); }

.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: 10px; }

.catalog-filter .aside-elem-list {
  overflow: auto;
  max-height: 170px;
  padding-right: 5px; }
  @media (min-width: 992px) {
    .catalog-filter .aside-elem-list, .catalog-filter .aside-elem-list * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-button,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-button {
      display: none; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-track,
    .catalog-filter .aside-elem-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-filter .aside-elem-list::-webkit-scrollbar-track-piece,
    .catalog-filter .aside-elem-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-filter .aside-elem-list::-webkit-scrollbar-thumb,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-corner,
    .catalog-filter .aside-elem-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-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;
  color: var(--color-dark-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .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 #D2E1E5;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.0202 15.6569C8.7771 15.6569 8.54398 15.5603 8.37211 15.3883L4.85211 11.8683C4.76456 11.7838 4.69473 11.6826 4.64669 11.5708C4.59865 11.459 4.57336 11.3387 4.5723 11.217C4.57124 11.0952 4.59444 10.9745 4.64053 10.8619C4.68662 10.7492 4.75468 10.6469 4.84075 10.5608C4.92682 10.4747 5.02917 10.4067 5.14182 10.3606C5.25448 10.3145 5.37518 10.2913 5.4969 10.2924C5.61861 10.2934 5.7389 10.3187 5.85073 10.3668C5.96257 10.4148 6.06372 10.4846 6.14828 10.5722L9.0202 13.4441L15.8521 6.61218C16.025 6.4452 16.2565 6.3528 16.4969 6.35489C16.7372 6.35698 16.9672 6.45339 17.1371 6.62334C17.3071 6.7933 17.4035 7.02321 17.4056 7.26356C17.4077 7.50391 17.3153 7.73546 17.1483 7.90834L9.66828 15.3883C9.49641 15.5603 9.26329 15.6569 9.0202 15.6569Z' fill='white'/%3E%3C/svg%3E");
    background-color: var(--color-red);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--color-red); }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      color: var(--color-red); }
      .catalog-filter .attribute-checkbox:hover .checkmark {
        border-color: var(--color-red); } }
  .catalog-filter .attribute-checkbox .items {
    color: var(--color-steel-gray); }

.catalog-filter .toggle-elem-list {
  display: none; }

.catalog-filter-selected {
  padding: 20px;
  border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .catalog-filter-selected {
      padding: 16px; } }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .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: 767.98px) {
      .catalog-filter-selected .filter-selected-items {
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .catalog-filter-selected .filter-selected {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 20px;
    border-radius: 100px;
    background-color: var(--color-cloud-white);
    border: 1px solid var(--color-cloud-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected b {
      color: var(--color-dark-gray);
      font-weight: 400; }
    .catalog-filter-selected .filter-selected .ic {
      color: var(--color-dark-gray);
      width: 16px;
      height: 16px;
      stroke-width: 1px;
      margin-left: 8px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        background-color: var(--white-color);
        border: 1px solid var(--color-red); }
        .catalog-filter-selected .filter-selected:hover .ic {
          color: var(--color-red); } }
    @media (max-width: 767.98px) {
      .catalog-filter-selected .filter-selected {
        padding: 8px 16px; } }
    @media (max-width: 575.98px) {
      .catalog-filter-selected .filter-selected {
        font-size: 12px;
        line-height: 16px; } }

.filter-selected-clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-red);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .filter-selected-clear .ic {
    width: 16px;
    height: 16px;
    stroke-width: 1px; }
  @media (any-hover: hover) {
    .filter-selected-clear:hover {
      color: var(--color-dark-gray); } }
  .filter-selected-clear:focus {
    color: var(--color-dark-gray); }

.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 16px 12px;
      border-left: 1px solid var(--color-light-gray);
      margin-left: -1px; } }
  .catalog-sorting-wrap .ic-sorting {
    width: 16px;
    height: 16px; }
  .catalog-sorting-wrap .sorting-title {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .sorting-title {
        display: none; } }
  .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;
    pointer-events: 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;
    width: 100%;
    padding: 0;
    background: var(--white);
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .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%;
      font-family: "Inter", sans-serif;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      -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: grey; } }
      @media (max-width: 767.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px; } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:focus {
        color: grey; }
  .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;
    width: 20px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
        display: none; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
    position: static;
    margin: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23F5F7FA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4413 12.9419C10.1972 13.186 9.80148 13.186 9.55741 12.9419L5.39074 8.77527C5.14666 8.5312 5.14666 8.13547 5.39074 7.89139C5.63482 7.64731 6.03055 7.64731 6.27462 7.89139L9.99935 11.6161L13.7241 7.89139C13.9682 7.64731 14.3639 7.64731 14.608 7.89139C14.852 8.13547 14.852 8.5312 14.608 8.77528L10.4413 12.9419Z' fill='%23E7271D'/%3E%3C/svg%3E%0A") center no-repeat; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
    left: unset !important;
    min-width: 200px;
    border: 1px solid #F0F0F0;
    overflow: hidden;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    border-radius: 8px;
    background: var(--white-color);
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
        min-width: 160px; } }
    .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 {
      font-family: "Inter", sans-serif;
      padding: 10px 16px;
      color: #1D1D1D;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 767.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
          font-size: 14px;
          line-height: 20px;
          padding: 8px 12px; } }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
          color: var(--color-red); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        color: var(--color-red); }

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

.page-post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 430px;
  grid-template-columns: 1fr 430px;
  gap: 4px; }
  @media (max-width: 1199.98px) {
    .page-post-grid {
      -ms-grid-columns: 1fr 300px;
      grid-template-columns: 1fr 300px; } }
  @media (max-width: 991.98px) {
    .page-post-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0; } }
  .page-post-grid .page-image {
    width: 100%;
    border-radius: 12px; }
  .page-post-grid .content-wrapper {
    border-radius: 12px 0 12px 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: 40px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #F0F0F0; }
  @media (max-width: 767.98px) {
    .article-content .nav-buttons {
      margin-top: 20px;
      padding-top: 20px; } }
  .article-content .nav-buttons .nav-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .article-content .nav-buttons .nav-link-item:hover {
        color: var(--color-red); } }
    @media (max-width: 767.98px) {
      .article-content .nav-buttons .nav-link-item {
        font-size: 14px;
        line-height: 20px; } }
    .article-content .nav-buttons .nav-link-item img {
      min-width: 32px; }
  .article-content .nav-buttons .nav-link-item-prev {
    text-align: right; }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    text-align: left; }

.article-section-youtube .preview {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden; }
  .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; }

.article-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: 20px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .article-header {
      margin: 16px 0;
      padding-bottom: 12px; } }
  .article-header .author-wrap {
    display: none; }
  .article-header .article-rubric-badge {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    min-height: 29px; }
    @media (max-width: 767.98px) {
      .article-header .article-rubric-badge {
        font-size: 12px;
        line-height: 12px;
        min-height: 20px; } }
    @media (max-width: 575.98px) {
      .article-header .article-rubric-badge {
        font-size: 10px;
        line-height: 10px; } }

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

.article-aside {
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 170px;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 1199.98px) {
    .article-aside {
      top: 158px; } }
  @media (max-width: 991.98px) {
    .article-aside {
      top: 72px; } }
  @media (max-width: 767.98px) {
    .article-aside {
      top: 64px; } }

.article-aside-nav {
  padding: 24px;
  border-radius: 0px 12px 12px 0px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .article-aside-nav {
      display: none; } }
  .article-aside-nav .title {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .article-aside-nav .title {
        font-size: 20px;
        line-height: 26px; } }
  .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: 12px; }
    .article-aside-nav nav a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      color: var(--color-dark-slate);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .article-aside-nav nav a:hover {
          color: var(--color-red); }
          .article-aside-nav nav a:hover::before {
            background-color: var(--color-red); } }
      @media (max-width: 1199.98px) {
        .article-aside-nav nav a {
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          font-size: 14px;
          line-height: 18px; } }
      .article-aside-nav nav a::before {
        content: "";
        width: 6px;
        min-width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #D2E1E5;
        margin-right: 8px;
        margin-top: 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }

.articles-latest {
  overflow: hidden;
  background-color: var(--white-color); }

.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: 25%;
      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-next, .articles-latest-text-slider .swiper-button-prev,
  .articles-latest-video-slider .swiper-button-next,
  .articles-latest-video-slider .swiper-button-prev {
    top: 75px !important; }
    .articles-latest-text-slider .swiper-button-next.swiper-button-disabled, .articles-latest-text-slider .swiper-button-prev.swiper-button-disabled,
    .articles-latest-video-slider .swiper-button-next.swiper-button-disabled,
    .articles-latest-video-slider .swiper-button-prev.swiper-button-disabled {
      display: none; }

.page-post-video .page-post-grid {
  display: block; }

@media (min-width: 991.98px) {
  .page-post-text h2::before,
  .page-post-text h3::before,
  .page-post-text h4::before,
  .page-post-video h2::before,
  .page-post-video h3::before,
  .page-post-video h4::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden; } }

.page-post-text:has(.articles-latest),
.page-post-video:has(.articles-latest) {
  padding-bottom: 0 !important; }

@media (max-width: 767.98px) {
  .page-post-text .page-title,
  .page-post-video .page-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px; } }

.page-post-text .articles-latest,
.page-post-video .articles-latest {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 60px 0; }
  @media (max-width: 767.98px) {
    .page-post-text .articles-latest,
    .page-post-video .articles-latest {
      margin-top: 40px;
      padding: 40px 0; } }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .rubrics-nav {
      gap: 8px;
      overflow-x: auto;
      white-space: nowrap;
      scrollbar-width: none;
      margin-bottom: 16px; } }
  .rubrics-nav .rubric {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 14px 20px;
    border-radius: 100px;
    border: 1px solid var(--color-light-gray);
    background-color: var(--white-color);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .rubrics-nav .rubric:hover {
        color: var(--color-red); } }
    .rubrics-nav .rubric.active {
      color: var(--color-dark-gray);
      border: 1px solid var(--color-red); }
    @media (max-width: 767.98px) {
      .rubrics-nav .rubric {
        padding: 12px 16px; } }
    @media (max-width: 575.98px) {
      .rubrics-nav .rubric {
        font-size: 12px;
        line-height: 16px; } }

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px; }
  @media (max-width: 1199.98px) {
    .articles-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991.98px) {
    .articles-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 16px; } }
  @media (max-width: 575.98px) {
    .articles-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .articles-grid .article-card:not(.article-card-video) .article-img {
    display: block; }
    .articles-grid .article-card:not(.article-card-video) .article-img img {
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover; }

.page-videos-root .articles-grid {
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991.98px) {
    .page-videos-root .articles-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 16px; } }
  @media (max-width: 767.98px) {
    .page-videos-root .articles-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.article-card {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (pointer: fine) {
    .article-card:hover .article-title {
      color: var(--color-red); } }
  .article-card .article-card-img-wrap {
    position: relative;
    margin-bottom: 12px; }
  .article-card .article-img {
    display: block; }
    .article-card .article-img img {
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      border-radius: 12px; }
  .article-card .article-rubric-badge {
    position: absolute;
    top: 12px;
    left: 12px; }
  .article-card .article-title {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    min-height: 48px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    @media (max-width: 767.98px) {
      .article-card .article-title {
        font-size: 14px;
        line-height: 140%;
        min-height: 40px; } }
    @media (max-width: 575.98px) {
      .article-card .article-title {
        font-size: 14px;
        line-height: 140%;
        min-height: auto; } }
  .article-card .article-date {
    color: var(--color-steel-gray);
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }

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

.article-rubric-badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background-color: var(--color-red);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  border: 1px solid transparent;
  color: var(--white-color) !important;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .article-rubric-badge::before, .article-rubric-badge::after {
    content: "";
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--white-color);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  @media (pointer: fine) {
    .article-rubric-badge:hover {
      background-color: var(--white-color);
      color: var(--color-red) !important;
      border: 1px solid var(--color-red); }
      .article-rubric-badge:hover::before, .article-rubric-badge:hover::after {
        background-color: var(--color-red); } }

.article-card.article-card-video .article-img {
  position: relative; }
  .article-card.article-card-video .article-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_802_29015)'%3E%3Ccircle cx='19.373' cy='19.375' r='14.375' fill='white'/%3E%3Cpath d='M19.998 0C8.92488 0 -0.00195312 8.92683 -0.00195312 20C-0.00195312 31.0732 8.92488 40 19.998 40C31.0712 40 39.998 31.0732 39.998 20C39.998 8.92683 31.0712 0 19.998 0ZM28.8761 20.9268L15.559 28.7317C15.4127 28.8293 15.1688 28.878 15.0224 28.878C14.8761 28.878 14.6322 28.8293 14.4859 28.7317C14.1444 28.4878 13.9493 28.1951 13.9493 27.8049V12.2439H13.9005C13.9005 11.8537 14.1444 11.4634 14.4371 11.3171C14.7298 11.1707 15.2176 11.0732 15.559 11.3171L28.8761 19.0732C29.2176 19.3171 29.4127 19.6098 29.4127 20C29.4127 20.3902 29.1688 20.7805 28.8761 20.9268Z' fill='%23E7271D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_802_29015'%3E%3Crect width='40' height='40' fill='white' transform='translate(-0.00195312)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    background-size: contain; }

@media (max-width: 767.98px) {
  .page-contacts .page-title {
    margin-bottom: 16px; } }

.page-contacts .contacts {
  border-radius: 12px;
  background-color: var(--white-color);
  padding: 32px;
  margin-bottom: 20px; }
  @media (max-width: 1199.98px) {
    .page-contacts .contacts {
      padding: 24px; } }
  @media (max-width: 991.98px) {
    .page-contacts .contacts {
      margin-bottom: 16px; } }
  @media (max-width: 767.98px) {
    .page-contacts .contacts {
      border-radius: 12px;
      padding: 20px 16px;
      margin: 0 -16px 16px; } }
  .page-contacts .contacts .section-title {
    margin-bottom: 8px; }

.page-contacts a {
  text-decoration: none !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .page-contacts a:hover {
      color: var(--color-red) !important; } }

.page-contacts .contacts__description {
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts__description {
      font-size: 14px;
      line-height: 20px; } }

.page-contacts .contacts__list {
  border-radius: 12px;
  border: 1px solid var(--color-light-gray); }
  .page-contacts .contacts__list .contacts__list-inner {
    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: 28px;
    padding: 20px 24px; }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__list .contacts__list-inner {
        padding: 20px 16px;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .page-contacts .contacts__list .socials-wrap {
    padding: 20px 24px;
    border-top: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__list .socials-wrap {
        padding: 20px 16px; } }
    .page-contacts .contacts__list .socials-wrap nav {
      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-contacts .contacts__list .socials-wrap nav {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
          gap: 16px; } }
      @media (max-width: 575.98px) {
        .page-contacts .contacts__list .socials-wrap nav {
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
      .page-contacts .contacts__list .socials-wrap nav .social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px; }
        @media (pointer: fine) {
          .page-contacts .contacts__list .socials-wrap nav .social-link:hover svg path {
            fill: var(--color-red); }
          .page-contacts .contacts__list .socials-wrap nav .social-link:hover .text {
            color: var(--color-red); } }
        @media (max-width: 991.98px) {
          .page-contacts .contacts__list .socials-wrap nav .social-link {
            padding: 0; } }
        .page-contacts .contacts__list .socials-wrap nav .social-link svg path {
          fill: var(--color-dark-slate);
          -webkit-transition: .3s ease;
          transition: .3s ease; }
        .page-contacts .contacts__list .socials-wrap nav .social-link .text {
          color: var(--color-dark-gray);
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          text-transform: uppercase;
          margin-left: 10px;
          -webkit-transition: .3s ease;
          transition: .3s ease; }
      .page-contacts .contacts__list .socials-wrap nav .separator {
        width: 1px;
        min-width: 1px;
        height: 24px;
        background-color: var(--color-light-gray); }
        .page-contacts .contacts__list .socials-wrap nav .separator:last-child {
          display: none; }
        @media (max-width: 991.98px) {
          .page-contacts .contacts__list .socials-wrap nav .separator {
            display: none; } }

.page-contacts .contacts__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .page-contacts .contacts__items {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 12px; } }
  @media (max-width: 767.98px) {
    .page-contacts .contacts__items {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.page-contacts .contacts__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-contacts .contacts__item-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: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--color-red);
  margin-right: 12px; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts__item-icon {
      width: 32px;
      min-width: 32px;
      height: 32px; } }
  .page-contacts .contacts__item-icon .ic {
    color: var(--white-color);
    width: 20px;
    height: 20px; }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__item-icon .ic {
        width: 16px;
        height: 16px; } }

.page-contacts .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts__item {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .page-contacts .contacts__item .contacts__item-title {
    color: var(--color-steel-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
  .page-contacts .contacts__item .contacts__item-value {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    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;
    margin-top: 4px; }
    .page-contacts .contacts__item .contacts__item-value a {
      color: var(--color-dark-gray); }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__item .contacts__item-value {
        font-size: 14px;
        line-height: 20px; } }

.page-contacts .contacts__item--work-time .contacts__item-value {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts__item--work-time .contacts__item-value {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page-contacts .contacts__map-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .page-contacts .contacts__map-wrapper {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0;
      margin-bottom: 0; } }
  .page-contacts .contacts__map-wrapper .section-title {
    margin: 0; }
  .page-contacts .contacts__map-wrapper .contacts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 26px 0 24px; }
  .page-contacts .contacts__map-wrapper .contacts__map-iframe iframe {
    border-radius: 12px;
    width: 100%; }

.page-contacts .contacts__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: var(--white-color);
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts__form {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0;
      margin: 0 -16px; } }
  .page-contacts .contacts__form .contacts__form-header {
    padding: 32px; }
    @media (max-width: 1199.98px) {
      .page-contacts .contacts__form .contacts__form-header {
        padding: 24px; } }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__form .contacts__form-header {
        padding: 20px 16px 0; } }
  .page-contacts .contacts__form .contacts__form-header-text {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px; }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__form .contacts__form-header-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px; } }
  @media (max-width: 991.98px) {
    .page-contacts .contacts__form .form-wrap {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0; } }
  .page-contacts .contacts__form .form-contacts-callback {
    padding: 32px;
    border-left: 1px solid var(--color-light-gray);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
    @media (max-width: 1199.98px) {
      .page-contacts .contacts__form .form-contacts-callback {
        padding: 24px; } }
    @media (max-width: 767.98px) {
      .page-contacts .contacts__form .form-contacts-callback {
        padding: 20px 16px; } }
    .page-contacts .contacts__form .form-contacts-callback .form-title,
    .page-contacts .contacts__form .form-contacts-callback .form-note {
      display: none; }
    .page-contacts .contacts__form .form-contacts-callback .btn-main {
      width: 100%; }

.checkout-grid-one-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  gap: 30px;
  padding-bottom: 30px; }

.page-checkout {
  padding-top: 20px !important; }
  @media (max-width: 767.98px) {
    .page-checkout {
      padding-top: 16px !important;
      padding-bottom: 0 !important; } }
  .page-checkout .section-title {
    margin-bottom: 24px; }
  .page-checkout .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;
    border-radius: 12px;
    border: 1px solid var(--color-light-gray);
    background-color: var(--white-color); }
    @media (max-width: 767.98px) {
      .page-checkout .left-side {
        border-radius: 0;
        margin: 0 -16px;
        border: none;
        border-top: 1px solid var(--color-light-gray); } }
  @media (max-width: 460px) {
    .page-checkout .custom-checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .page-checkout .right-side {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 10px; }
    @media (max-width: 1199.98px) {
      .page-checkout .right-side {
        position: static; } }
    .page-checkout .right-side .right-side-title {
      color: var(--white-color);
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 20px; }
      @media (max-width: 767.98px) {
        .page-checkout .right-side .right-side-title {
          font-size: 20px;
          line-height: 24px;
          padding-bottom: 16px; } }
    .page-checkout .right-side .order-card {
      padding: 32px 28px;
      border-radius: 12px;
      background: var(--color-dark-slate); }
      @media (max-width: 767.98px) {
        .page-checkout .right-side .order-card {
          margin: 0 -16px;
          border-radius: 0;
          padding: 20px 16px; } }
      .page-checkout .right-side .order-card .custom-checkbox-agreement {
        font-size: 14px;
        line-height: 1.3;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .page-checkout .right-side .order-card .btn-main {
        margin-top: 20px; }
        @media (max-width: 767.98px) {
          .page-checkout .right-side .order-card .btn-main {
            margin-top: 16px; } }
    .page-checkout .right-side .order-totals-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-checkout .right-side .order-totals-block .total-item {
        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;
        gap: 10px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        @media (max-width: 767.98px) {
          .page-checkout .right-side .order-totals-block .total-item {
            padding: 16px 0; } }
        .page-checkout .right-side .order-totals-block .total-item:first-child {
          border-bottom: none;
          padding-bottom: 0; }
        .page-checkout .right-side .order-totals-block .total-item .total-item-title {
          color: rgba(255, 255, 255, 0.7);
          font-size: 16px;
          font-weight: 400;
          line-height: 24px; }
          @media (max-width: 767.98px) {
            .page-checkout .right-side .order-totals-block .total-item .total-item-title {
              font-size: 14px;
              line-height: 20px; } }
        .page-checkout .right-side .order-totals-block .total-item .price {
          color: var(--white-color);
          font-size: 16px;
          font-weight: 500;
          line-height: 24px; }
          @media (max-width: 767.98px) {
            .page-checkout .right-side .order-totals-block .total-item .price {
              font-size: 14px;
              line-height: 20px; } }
        .page-checkout .right-side .order-totals-block .total-item .price-text {
          color: var(--white-color);
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          text-align: right; }
          @media (max-width: 767.98px) {
            .page-checkout .right-side .order-totals-block .total-item .price-text {
              font-size: 14px;
              line-height: 20px; } }
        .page-checkout .right-side .order-totals-block .total-item .price-wrap .old-price ~ .price {
          color: var(--color-red); }
        .page-checkout .right-side .order-totals-block .total-item.total-item-in-total .price {
          color: var(--white-color);
          font-size: 28px;
          font-weight: 700;
          line-height: 28px; }
          @media (max-width: 767.98px) {
            .page-checkout .right-side .order-totals-block .total-item.total-item-in-total .price {
              font-size: 24px;
              line-height: 24px; } }
    .page-checkout .right-side .custom-checkbox {
      width: 100%; }
      .page-checkout .right-side .custom-checkbox .checkbox {
        display: none; }
      .page-checkout .right-side .custom-checkbox .text {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
        .page-checkout .right-side .custom-checkbox .text a {
          display: block;
          color: rgba(255, 255, 255, 0.7);
          text-decoration: underline; }

.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;
  margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .order-products-table .products-table-head {
      margin-bottom: 0; } }

.order-products-table .products-table-title {
  color: var(--color-dark-gray);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase; }

.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;
  margin: 20px 0;
  border-radius: 12px;
  border: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .delivery-type-list {
      margin: 16px -16px;
      border-radius: 0;
      border: none; } }
  .delivery-type-list .delivery-type {
    padding: 20px; }
    .delivery-type-list .delivery-type:not(:first-child) {
      border-top: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .delivery-type-list .delivery-type {
        padding: 16px;
        border-top: 1px solid var(--color-light-gray); }
        .delivery-type-list .delivery-type:last-child {
          border-bottom: 1px solid var(--color-light-gray); } }
  .delivery-type-list .delivery-type-content {
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .delivery-type-list .delivery-type-content {
        margin-top: 16px; } }
    .delivery-type-list .delivery-type-content .form-group:last-child {
      margin-bottom: 0; }

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 8px; }
  .delivery-field-examples .examples-label {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media (max-width: 767.98px) {
      .delivery-field-examples .examples-label {
        font-size: 12px;
        line-height: 16px; } }
  .delivery-field-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
    .delivery-field-examples .examples-list a {
      color: var(--color-red);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-decoration-line: underline;
      text-decoration-style: solid;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font; }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          text-decoration: none; } }
      @media (max-width: 767.98px) {
        .delivery-field-examples .examples-list a {
          font-size: 12px;
          line-height: 16px; } }
      .delivery-field-examples .examples-list a:focus {
        text-decoration: none; }

[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: 20px 0;
  border-radius: 12px;
  border: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .payment-type-list {
      margin: 16px -16px;
      border-radius: 0;
      border: none; } }
  .payment-type-list .payment-type {
    padding: 20px; }
    .payment-type-list .payment-type:not(:first-child) {
      border-top: 1px solid var(--color-light-gray); }
    @media (max-width: 767.98px) {
      .payment-type-list .payment-type {
        padding: 16px;
        border-top: 1px solid var(--color-light-gray); }
        .payment-type-list .payment-type:last-child {
          border-bottom: 1px solid var(--color-light-gray); } }

.privat24-parts-options {
  margin-top: 20px; }
  .privat24-parts-options .form-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    .privat24-parts-options .form-group .form-label {
      font-size: 16px;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .privat24-parts-options .form-group .form-label {
          font-size: 14px;
          margin-bottom: 6px; } }
    .privat24-parts-options .form-group select {
      opacity: 1; }
    .privat24-parts-options .form-group .form-control {
      width: 50%; }
      @media (max-width: 575.98px) {
        .privat24-parts-options .form-group .form-control {
          width: 100%; } }

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

.order-comment {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .order-comment {
      margin-bottom: 16px; } }
  .order-comment .btn-show-comment {
    color: var(--color-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .order-comment .btn-show-comment svg.ic {
      color: var(--color-red);
      width: 24px;
      height: 24px; }
  .order-comment .order-comment-field {
    display: none;
    gap: 30px; }
    .order-comment .order-comment-field .field-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;
      margin-bottom: 4px; }
      .order-comment .order-comment-field .field-wrap .form-label {
        margin-bottom: 0; }
    @media (pointer: fine) {
      .order-comment .order-comment-field .close-wrap:hover .ic {
        color: var(--color-red); } }
    .order-comment .order-comment-field .close-wrap .ic {
      color: var(--color-steel-gray);
      width: 12px;
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .order-comment.open {
    margin-bottom: 20px; }
    .order-comment.open .btn-show-comment {
      display: none; }
    .order-comment.open .order-comment-field {
      display: block; }

.no-callback-checkbox {
  margin-bottom: 0 !important; }

.custom-radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0; }
  @media (max-width: 767.98px) {
    .custom-radio {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .custom-radio input[type="radio"] {
    display: none; }
  @media (pointer: fine) {
    .custom-radio:hover .checkmark {
      border: 1px solid var(--color-red); } }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #D2E1E5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 3px;
      background: white;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border: 7px solid var(--color-red); }
  .custom-radio .radio-image {
    display: none; }
  .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; }
    .custom-radio .radio-content .name {
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 2px; }
    .custom-radio .radio-content .description {
      color: var(--color-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
      @media (max-width: 575.98px) {
        .custom-radio .radio-content .description {
          font-size: 12px;
          line-height: 16px; } }

.checkout-grid-by-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 3fr;
  grid-template-columns: 6fr 3fr;
  gap: 20px; }
  @media (max-width: 1199.98px) {
    .checkout-grid-by-steps {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  @media (max-width: 767.98px) {
    .checkout-grid-by-steps {
      gap: 0; } }

.step-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .step-card-head {
      margin-bottom: 16px; } }
  .step-card-head .step-card-title {
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: auto; }
    @media (max-width: 767.98px) {
      .step-card-head .step-card-title {
        font-size: 16px; } }

.step-card {
  padding: 32px; }
  .step-card:not(:last-child) {
    border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 1199.98px) {
    .step-card {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .step-card {
      padding: 20px 16px; } }
  .step-card .step-title-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; }
  .step-card .step-title {
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .step-card .step-title {
        font-size: 16px; } }
  .step-card .form-fio-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      .step-card .form-fio-grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0;
        margin-top: 16px; } }
  .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: 575.98px) {
      .step-card .form-contacts-grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }

.form-required-fields-note {
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.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: 20px;
  color: var(--color-dark-slate);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 767.98px) {
    .step-completed-info .info-details {
      gap: 8px;
      margin-top: 16px;
      font-size: 14px;
      line-height: 20px; } }
  .step-completed-info .info-details .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .step-completed-info .info-details .info-details-img {
    display: none; }

.cart-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .cart-products-list {
      gap: 8px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      white-space: nowrap;
      padding-top: 4px; } }
  .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: -3px;
      right: -3px;
      height: 20px;
      min-width: 20px;
      padding: 0;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: center;
      border: 1px solid var(--color-red);
      background: var(--color-red);
      color: var(--white-color); }
      .cart-products-list .cart-product .cart-product-qty:empty,
      .cart-products-list .cart-product-set .cart-product-qty:empty {
        display: none; }
      @media (max-width: 767.98px) {
        .cart-products-list .cart-product .cart-product-qty,
        .cart-products-list .cart-product-set .cart-product-qty {
          height: 16px;
          min-width: 16px;
          font-size: 10px;
          line-height: 14px; } }
  .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(--color-light-gray);
    border-radius: 8px;
    display: block;
    width: 104px;
    height: 104px;
    padding: 5px; }
    @media (max-width: 767.98px) {
      .cart-products-list .cart-product-img {
        width: 72px;
        height: 72px;
        border-radius: 4px; } }
    .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: 10px; }

.btn-next-step {
  margin-top: 20px; }
  @media (max-width: 575.98px) {
    .btn-next-step {
      margin-top: 16px;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.page-checkout-success .page-title {
  padding-right: 20px; }

.page-checkout-success .success-section {
  border-radius: 12px;
  border: 1px solid var(--color-light-gray);
  background-color: var(--white-color); }
  @media (max-width: 767.98px) {
    .page-checkout-success .success-section {
      border-radius: 0;
      margin: 0 -16px; } }
  .page-checkout-success .success-section .success-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 32px;
    border-bottom: 1px solid var(--color-light-gray); }
    @media (max-width: 1199.98px) {
      .page-checkout-success .success-section .success-block {
        padding: 24px; } }
    @media (max-width: 767.98px) {
      .page-checkout-success .success-section .success-block {
        padding: 20px 16px;
        -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;
        text-align: center; } }
    .page-checkout-success .success-section .success-block .success-icon img {
      display: block; }
      @media (max-width: 767.98px) {
        .page-checkout-success .success-section .success-block .success-icon img {
          width: 58px; } }
    .page-checkout-success .success-section .success-block .success-title {
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .page-checkout-success .success-section .success-block .success-title {
          font-size: 20px;
          line-height: 24px; } }
    .page-checkout-success .success-section .success-block .success-message {
      color: var(--color-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .page-checkout-success .success-section .success-block .success-message {
          font-size: 14px;
          line-height: 20px; } }
    .page-checkout-success .success-section .success-block .btn-main {
      margin-left: auto;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .page-checkout-success .success-section .success-block .btn-main {
          margin: 0 auto; } }

.page-checkout-success .checkout-success-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1199.98px) {
    .page-checkout-success .checkout-success-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .page-checkout-success .checkout-success-grid .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;
    padding: 12px 32px; }
    @media (max-width: 1199.98px) {
      .page-checkout-success .checkout-success-grid .left-side {
        padding: 12px 24px; } }
    @media (max-width: 767.98px) {
      .page-checkout-success .checkout-success-grid .left-side {
        padding: 4px 16px; } }
  .page-checkout-success .checkout-success-grid .info-message {
    font-size: 16px;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .page-checkout-success .checkout-success-grid .info-message {
        font-size: 14px; } }
  .page-checkout-success .checkout-success-grid .right-side {
    padding: 32px;
    border-left: 1px solid var(--color-light-gray); }
    @media (max-width: 1199.98px) {
      .page-checkout-success .checkout-success-grid .right-side {
        padding: 24px;
        border-top: 1px solid var(--color-light-gray);
        border-left: none; } }
    @media (max-width: 767.98px) {
      .page-checkout-success .checkout-success-grid .right-side {
        padding: 20px 16px; } }
  .page-checkout-success .checkout-success-grid .btn-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-checkout-success .checkout-success-grid .btn-action-wrap .btn {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }

.page-checkout-success .actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 10px 0; }
  @media (max-width: 575.98px) {
    .page-checkout-success .actions-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px; } }
  .page-checkout-success .actions-wrap .btn {
    font-size: 16px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .page-checkout-success .actions-wrap .btn {
        font-size: 14px; } }

.page-checkout-success .ajax-payment-details {
  position: relative; }
  .page-checkout-success .ajax-payment-details .payment-buttons {
    margin-top: 30px; }

.page-checkout-success .order-info-card {
  padding: 20px 0; }
  .page-checkout-success .order-info-card:first-child {
    padding-top: 0; }
  .page-checkout-success .order-info-card:not(:last-child) {
    border-bottom: 1px solid var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .page-checkout-success .order-info-card {
      padding: 16px 0px; } }
  .page-checkout-success .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; }
    .page-checkout-success .order-info-card .info-flex-row picture, .page-checkout-success .order-info-card .info-flex-row img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .page-checkout-success .order-info-card .order-number b {
    font-weight: 600; }
  .page-checkout-success .order-info-card .order-number svg.ic {
    color: var(--color-red);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (pointer: fine) {
    .page-checkout-success .order-info-card .order-number:hover svg.ic {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); } }
  .page-checkout-success .order-info-card.comment .order-info-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .page-checkout-success .order-info-card.comment .order-info-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; } }

.page-checkout-success .order-info-title {
  color: var(--color-dark-gray);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media (max-width: 767.98px) {
    .page-checkout-success .order-info-title {
      font-size: 16px;
      line-height: 24px; } }

.page-checkout-success .products-table .cart-items-heading,
.page-checkout-success .products-table .cart-item {
  -ms-grid-columns: 80px 47% 75px 1fr !important;
  grid-template-columns: 80px 47% 75px 1fr !important;
  gap: 12px; }
  @media (max-width: 575.98px) {
    .page-checkout-success .products-table .cart-items-heading,
    .page-checkout-success .products-table .cart-item {
      -ms-grid-columns: 72px 47% 1fr !important;
      grid-template-columns: 72px 47% 1fr !important; } }

.page-checkout-success .products-table .cart-items {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -10px; }
  @media (min-width: 992px) {
    .page-checkout-success .products-table .cart-items, .page-checkout-success .products-table .cart-items * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .page-checkout-success .products-table .cart-items::-webkit-scrollbar,
    .page-checkout-success .products-table .cart-items *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .page-checkout-success .products-table .cart-items::-webkit-scrollbar-button,
    .page-checkout-success .products-table .cart-items *::-webkit-scrollbar-button {
      display: none; }
    .page-checkout-success .products-table .cart-items::-webkit-scrollbar-track,
    .page-checkout-success .products-table .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%); }
    .page-checkout-success .products-table .cart-items::-webkit-scrollbar-track-piece,
    .page-checkout-success .products-table .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%); }
    .page-checkout-success .products-table .cart-items::-webkit-scrollbar-thumb,
    .page-checkout-success .products-table .cart-items *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    .page-checkout-success .products-table .cart-items::-webkit-scrollbar-corner,
    .page-checkout-success .products-table .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%); } }

.page-checkout-success table.order-info-table {
  width: 100%; }
  .page-checkout-success table.order-info-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }
    .page-checkout-success table.order-info-table tr:not(:last-child) {
      margin-bottom: 12px; }
  .page-checkout-success table.order-info-table .order-info-name {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .page-checkout-success table.order-info-table .order-info-name {
        font-size: 14px;
        line-height: 20px; } }
  .page-checkout-success table.order-info-table .order-info-value {
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-dark-gray) !important;
    text-decoration: none !important;
    -webkit-text-fill-color: var(--color-dark-gray) !important;
    -webkit-text-decoration-color: var(--color-dark-gray) !important;
    -webkit-tap-highlight-color: transparent !important; }
    @media (max-width: 767.98px) {
      .page-checkout-success table.order-info-table .order-info-value {
        font-size: 14px;
        line-height: 20px; } }

.page-checkout-success .order-totals-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0 0 auto; }
  @media (max-width: 767.98px) {
    .page-checkout-success .order-totals-block {
      margin: 20px 0 0 auto; } }
  .page-checkout-success .order-totals-block .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .page-checkout-success .order-totals-block .total-item-title {
    color: var(--color-steel-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 4px; }
  .page-checkout-success .order-totals-block .price {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px; }
    @media (max-width: 767.98px) {
      .page-checkout-success .order-totals-block .price {
        font-size: 24px;
        line-height: 32px; } }

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

.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.7); }

#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: 800px;
  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: white;
  -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; }

/*
.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 .modal-close {
    width: auto;
    height: auto;
    background-color: transparent !important;
    right: 32px;
    top: 28px; }
    @media (max-width: 767.98px) {
      #cartModal .modal-close {
        right: 16px;
        top: 20px; } }
    #cartModal .modal-close .ic {
      width: 16px;
      height: 16px; }
      @media (max-width: 767.98px) {
        #cartModal .modal-close .ic {
          width: 14px;
          height: 14px; } }
    @media (pointer: fine) {
      #cartModal .modal-close:hover .ic {
        color: var(--color-red); } }
  #cartModal .cart-top {
    padding: 20px var(--px) 0; }
    @media (max-width: 767.98px) {
      #cartModal .cart-top {
        padding: 16px;
        background-color: var(--color-dark-gray); } }
  #cartModal .cart-title {
    color: var(--color-dark-gray);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      #cartModal .cart-title {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; } }
  #cartModal .cart-items-heading {
    border: none;
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f1f1; }
  #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%; }
    @media (max-width: 991.98px) {
      #cartModal .cart-body::before {
        -webkit-transition: .4s ease;
        transition: .4s ease; }
      #cartModal .cart-body:has(.fast-order-open)::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(26, 34, 39, 0.5); }
      #cartModal .cart-body:has(.fast-order-open) .cart-items {
        position: relative;
        z-index: -1; } }
  #cartModal .cart-items {
    padding: 0 calc(var(--px) - 5px) 30px 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: 3px;
        height: 3px; }
      #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%); } }
    @media (max-width: 767.98px) {
      #cartModal .cart-items {
        padding: 5px 16px 20px;
        margin-right: 0; } }
  #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: 24px;
    padding: 20px var(--px);
    background: var(--white);
    border-top: 1px solid var(--color-light-gray);
    -webkit-box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.04); }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        padding: 15px var(--px);
        gap: 15px; } }
    @media (max-width: 767.98px) {
      #cartModal .bottom-row {
        padding: 16px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 575.98px) {
      #cartModal .bottom-row {
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-top: 1px solid var(--color-light-gray); } }
    @media (max-width: 767.98px) {
      #cartModal .bottom-row .btn-continue {
        display: none; } }
    #cartModal .bottom-row .btn-more {
      min-height: 56px; }
      @media (max-width: 575.98px) {
        #cartModal .bottom-row .btn-more {
          font-size: 16px;
          width: 100%;
          padding: 10px 10px 10px 22px; } }
  #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 {
      color: var(--color-steel-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    #cartModal .total-block .price-wrap {
      font-size: 28px;
      font-weight: 600;
      line-height: 28px; }
      @media (max-width: 575.98px) {
        #cartModal .total-block .price-wrap {
          font-size: 24px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 8px; } }
  #cartModal .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: 8px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    min-height: unset;
    background-color: transparent;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: auto; }
    #cartModal .btn-continue svg.ic {
      color: var(--color-red);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 12px; }
    @media (any-hover: hover) {
      #cartModal .btn-continue:hover {
        color: var(--color-red); }
        #cartModal .btn-continue:hover svg.ic {
          -webkit-animation: moveArrow 0.8s forwards;
                  animation: moveArrow 0.8s forwards; } }
    #cartModal .btn-continue:focus {
      color: var(--color-red); }
      #cartModal .btn-continue:focus svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; }
  #cartModal .cart-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 32px;
    height: 100%; }
    @media (max-width: 767.98px) {
      #cartModal .cart-empty {
        padding: 0; } }
    #cartModal .cart-empty .cart-top {
      padding: 0; }
      @media (max-width: 767.98px) {
        #cartModal .cart-empty .cart-top {
          padding: 16px; } }
    #cartModal .cart-empty .empty-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      align-items: center;
      height: 100%;
      border-radius: 12px;
      background-color: var(--color-cloud-white);
      padding: 40px;
      margin-top: 20px; }
      @media (max-width: 767.98px) {
        #cartModal .cart-empty .empty-content {
          margin: 20px 16px 0;
          padding: 20px; } }
    #cartModal .cart-empty .cart-empty-img {
      margin-bottom: 24px; }
      @media (max-width: 767.98px) {
        #cartModal .cart-empty .cart-empty-img {
          width: 68px; } }
    #cartModal .cart-empty .cart-empty-title {
      color: var(--color-dark-gray);
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        #cartModal .cart-empty .cart-empty-title {
          font-size: 20px;
          line-height: 28px; } }
    #cartModal .cart-empty .description {
      color: var(--color-steel-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      max-width: 360px;
      width: 100%;
      margin-top: 24px; }
      @media (max-width: 767.98px) {
        #cartModal .cart-empty .description {
          font-size: 14px;
          line-height: 20px;
          margin-top: 8px; } }
    #cartModal .cart-empty .catalog-btn {
      margin-top: 24px; }
    #cartModal .cart-empty .btn-continue {
      margin-top: 20px; }
      @media (max-width: 767.98px) {
        #cartModal .cart-empty .btn-continue {
          padding: 24px;
          margin: 0; } }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  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: var(--color-cloud-white);
  border: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close .ic,
  .modal-close .icon {
    width: 10px;
    height: 10px;
    color: var(--color-steel-gray);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--color-red); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--white); } }

.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 38% 158px 105px 32px;
  grid-template-columns: 80px 38% 158px 105px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 20px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr;
      gap: 12px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 1fr;
      grid-template-columns: 80px 1fr 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 120px 120px;
  grid-template-columns: 80px 1fr 120px 120px;
  gap: 12px; }
  @media (max-width: 575.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 72px 1fr 120px;
      grid-template-columns: 72px 1fr 120px; } }

.products-table.products-table-no-edit .cart-items-heading {
  padding-bottom: 12px; }

.products-table.products-table-no-edit .cart-item {
  border-bottom: 1px solid var(--color-light-gray); }

.products-table.products-table-no-edit .cart-item-info {
  max-width: 388px; }

.products-table.products-table-no-edit .cart-item-qty {
  text-align: unset !important; }

.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(--color-steel-gray);
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1; }
  @media (max-width: 991.98px) {
    .cart-items-heading {
      display: none; } }

.cart-item {
  position: relative;
  padding: 16px 0; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid var(--color-light-gray); }
  .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;
      max-width: 90%; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-info {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    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, .cart-item .product-title:focus {
        color: var(--color-red);
        text-decoration: none; } }
  .cart-item .product-sku {
    color: var(--color-dark-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    color: var(--color-dark-gray) !important;
    text-decoration: none !important;
    -webkit-text-fill-color: var(--color-dark-gray) !important;
    -webkit-text-decoration-color: var(--color-dark-gray) !important;
    -webkit-tap-highlight-color: transparent !important; }
    @media (max-width: 767.98px) {
      .cart-item .product-sku {
        font-size: 12px;
        line-height: 16px; } }
    .cart-item .product-sku b {
      color: var(--color-steel-gray);
      font-weight: 400; }
  .cart-item .variant-attributes {
    font-size: 13px;
    margin-top: 8px; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-qty {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .cart-item .cart-item-qty .qty-text {
    color: var(--color-dark-gray);
    font-size: 16px;
    line-height: 24px;
    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;
    background: var(--white); }
    @media (max-width: 767.98px) {
      .cart-item .cart-item-qty .qty-text {
        font-size: 14px;
        line-height: 20px; } }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
  .cart-item .price-wrap {
    font-size: 20px;
    font-weight: 600;
    line-height: normal; }
    .cart-item .price-wrap .old-price {
      font-size: 14px;
      line-height: normal; }
  @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; } }
  @media (max-width: 991.98px) {
    .cart-item .qty-picker {
      gap: 12px; } }
  @media (max-width: 767.98px) {
    .cart-item .qty-picker {
      padding: 6px; } }
  @media (max-width: 767.98px) {
    .cart-item .qty-picker .minus,
    .cart-item .qty-picker .plus {
      width: 28px;
      height: 28px; } }

.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(--color-steel-gray);
  -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: 0;
      top: 17px;
      width: auto;
      height: auto; } }
  .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; }
  .cart-item-remove .remove:focus svg.ic,
  .cart-item-set-remove .remove:focus svg.ic {
    color: var(--color-red); }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: var(--color-red); } }

#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: -45px; }
  #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: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 45px;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 13px 13px 0 0;
    background: var(--color-cloud-white);
    cursor: pointer; }
    #cart-fast-order .fast-order-form-title .icon-arrow {
      width: 20px;
      height: 20px;
      background: var(--color-red);
      -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 .ic {
        color: var(--white-color);
        width: 10px;
        height: 10px; }
  #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: 20px;
    background: var(--color-cloud-white);
    padding: 20px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-wrap {
        padding: 16px;
        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: 270px;
    color: var(--color-dark-slate);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-notice {
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      #cart-fast-order .fast-order-form-notice {
        font-size: 16px;
        line-height: 24px;
        text-align: center; } }
  #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 {
      border-radius: 12px;
      border: 1px solid var(--color-light-gray);
      background: var(--white-color);
      height: 52px;
      padding: 5px 20px;
      color: var(--color-dark-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: var(--color-red); }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: var(--color-steel-gray); }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: var(--color-steel-gray); }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: var(--color-steel-gray); }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: var(--color-steel-gray); }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: var(--color-steel-gray); }
      @media (any-hover: hover) {
        #cart-fast-order .form-wrap .form-control:hover {
          border-color: var(--color-dark-slate); } }
      #cart-fast-order .form-wrap .form-control:focus {
        border-color: var(--color-dark-slate); }
    #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 {
          z-index: 1;
          top: 100%;
          left: 0;
          right: 0; } }
  #cart-fast-order .btn {
    font-size: 16px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 56px; }
    @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; }

.account-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 40px; }
  .account-grid .account-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    background-color: var(--white-color); }

.account-nav-wrap .btn-account-logout {
  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-second);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  margin-top: 20px; }
  @media (pointer: fine) {
    .account-nav-wrap .btn-account-logout:hover {
      color: var(--theme-color-main); } }
  .account-nav-wrap .btn-account-logout .ic {
    display: block;
    margin-right: 4px;
    width: 20px;
    height: 20px; }

.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: 10px; }
  .account-nav-wrap .account-nav .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .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 22px;
              flex: 0 0 22px;
      width: 22px;
      height: 22px; }
    @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.active {
      color: var(--white-color);
      background-color: var(--theme-color-second); }

.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 {
  margin: 0 0 21px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  white-space: nowrap;
  overflow-x: scroll;
  list-style: none; }
  .account-orders .order-nav::-webkit-scrollbar {
    display: none; }
  .account-orders .order-nav .order-nav-item.active a {
    color: var(--white-color);
    background-color: BLUE; }
  .account-orders .order-nav a {
    display: block;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 4px 12px;
    border-radius: 56px;
    background-color: #FAFAFA;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-nav a:hover {
        color: var(--white-color);
        background-color: BLUE; } }

.account-orders .order-headers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 1fr;
  padding: 0 20px 12px; }
  @media (max-width: 1200px) {
    .account-orders .order-headers {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-headers .order-title {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 15px 0 0;
    margin: 0; }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.status {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.address {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }

.account-orders .order-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  border-radius: 16px;
  background-color: #FAFAFA;
  padding: 11px 20px;
  margin-bottom: 4px; }
  @media (max-width: 1200px) {
    .account-orders .order-item {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-item .order-item-value {
    padding-right: 15px; }
  .account-orders .order-item .order-number {
    color: #2F80ED;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-number:hover {
        color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-date {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
  .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(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    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; }
    @media (max-width: 1200px) {
      .account-orders .order-item .status_paid {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-price {
    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: 1200px) {
      .account-orders .order-item .order-price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-price .price {
      color: var(--color-text);
      font-size: 14px;
      font-weight: 700;
      line-height: 18px; }
    .account-orders .order-item .order-price .cashback {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
      .account-orders .order-item .order-price .cashback img {
        width: 16px; }
  .account-orders .order-item .order-delivery {
    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: 1200px) {
      .account-orders .order-item .order-delivery {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .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,
  .account-orders .order-item .order-ttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-address,
      .account-orders .order-item .order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .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); } }
  .account-orders .order-item .arrow-wrap {
    width: 24px;
    height: 24px;
    background-color: #70629B;
    border-radius: 50%;
    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: .3s ease;
    transition: .3s ease;
    margin-left: auto; }
    @media (pointer: fine) {
      .account-orders .order-item .arrow-wrap:hover {
        background-color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .arrow-wrap {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3; } }
    .account-orders .order-item .arrow-wrap .ic {
      color: var(--white-color);
      width: 9px;
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px; }
  .profile-grid .profile-info,
  .profile-grid .profile-access {
    margin-bottom: 30px; }
  .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 .title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: var(--grey-color);
        height: 1px;
        width: 100%; }
    .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;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1fr;
                flex: 1 0 1fr;
        width: 100%;
        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;
  gap: 20px;
  margin: 20px 0; }
  .user-address .address-item {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 1fr;
    grid-template-columns: 20px 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 15px; }
    .user-address .address-item .custom-radio {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1/4;
      -ms-grid-row-align: center;
          align-self: center; }
    .user-address .address-item .title {
      font-weight: bold;
      font-size: 18px; }
    .user-address .address-item .address-title-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 15px;
      padding-right: 90px; }
    .user-address .address-item .actions {
      position: absolute;
      top: 20px;
      right: 20px; }
    .user-address .address-item .btn-action {
      padding: 3px !important;
      min-height: 30px;
      min-width: 30px;
      color: var(--theme-color-second);
      border-radius: 4px; }
      @media (pointer: fine) {
        .user-address .address-item .btn-action:hover {
          background: var(--theme-color-main);
          color: var(--white-color); } }
      .user-address .address-item .btn-action:focus {
        background: var(--theme-color-main);
        color: var(--white-color);
        -webkit-box-shadow: 0 0 0 0.25rem fade(var(--theme-color-main), 40%);
                box-shadow: 0 0 0 0.25rem fade(var(--theme-color-main), 40%); }

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

.page-delivery .page-description {
  margin: 20px 0; }

@media (min-width: 992px) {
  .page-search .category-page-aside {
    padding: 24px; } }

.page-search .category-dropdown-toggle {
  display: none; }
  .page-search .category-dropdown-toggle .arrow-wrap {
    width: 20px;
    min-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;
    background-color: var(--color-red);
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .page-search .category-dropdown-toggle .arrow-wrap .ic {
      color: var(--white-color);
      width: 12px;
      height: 12px; }

@media (max-width: 991.98px) {
  .page-search .category-page-aside {
    position: relative;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    height: auto;
    opacity: 1;
    visibility: visible;
    background-color: transparent; }
  .page-search .category-dropdown-toggle {
    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;
    background-color: var(--white-color);
    padding: 12px 24px;
    border-radius: 80px;
    border: 1px solid var(--color-light-gray); }
    .page-search .category-dropdown-toggle.active .arrow-wrap {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .page-search .catalog-aside {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    border-radius: 12px;
    background-color: var(--white-color);
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 12px 0; }
    .page-search .catalog-aside .aside-elem {
      max-height: 400px;
      overflow-y: auto; } }
    @media (max-width: 991.98px) and (min-width: 992px) {
      .page-search .catalog-aside .aside-elem, .page-search .catalog-aside .aside-elem * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .page-search .catalog-aside .aside-elem::-webkit-scrollbar,
      .page-search .catalog-aside .aside-elem *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .page-search .catalog-aside .aside-elem::-webkit-scrollbar-button,
      .page-search .catalog-aside .aside-elem *::-webkit-scrollbar-button {
        display: none; }
      .page-search .catalog-aside .aside-elem::-webkit-scrollbar-track,
      .page-search .catalog-aside .aside-elem *::-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%); }
      .page-search .catalog-aside .aside-elem::-webkit-scrollbar-track-piece,
      .page-search .catalog-aside .aside-elem *::-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%); }
      .page-search .catalog-aside .aside-elem::-webkit-scrollbar-thumb,
      .page-search .catalog-aside .aside-elem *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      .page-search .catalog-aside .aside-elem::-webkit-scrollbar-corner,
      .page-search .catalog-aside .aside-elem *::-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) {
  .page-search ul {
    padding: 0 !important;
    list-style: none; }
    .page-search ul li {
      list-style: none; }
    .page-search ul a {
      margin: 0 !important;
      padding: 6px 16px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .page-search ul a:focus, .page-search ul a:hover {
        background: rgba(231, 39, 29, 0.06);
        color: var(--color-red) !important; }
  .page-search .category-page-content {
    margin-top: 16px; }
    .page-search .category-page-content .product-count {
      padding: 16px 12px;
      margin: 0; } }

.page-search .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;
  text-align: center;
  padding: 60px 24px;
  border-radius: 16px;
  background-color: var(--white-color);
  margin-top: 24px; }
  .page-search .search-empty .icon {
    display: block;
    width: 96px;
    height: 96px;
    margin-bottom: 32px; }
  .page-search .search-empty .text {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px; }
  .page-search .search-empty .btn-main {
    display: block;
    margin-top: 24px; }

@media (max-width: 767.98px) {
  .page-search .search-empty {
    padding: 32px 16px; }
    .page-search .search-empty .icon {
      width: 60px;
      height: 60px;
      margin-bottom: 16px; }
    .page-search .search-empty .text {
      font-size: 14px;
      line-height: 20px; }
    .page-search .search-empty .btn-main {
      margin-top: 16px; } }

@media (max-width: 575.98px) {
  .page-search {
    font-size: 12px; } }

#page-content:has(.section-main) {
  padding-bottom: 0 !important; }

.page-main .articles-latest {
  padding-bottom: 60px;
  margin-bottom: 0; }

.page-about {
  padding-bottom: 0 !important; }
  .page-about .banner-image {
    width: 100%; }
