@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #24084e;
  --theme-color-second: #6337a6;
  --theme-color-third: #24084e;
  --color-text: #181818;
  --color-decore: #1D1D1D;
  --grey-color: #7F7F7F;
  --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: #1D1D1D;
  --color-black-2: #071013;
  --color-dark-gray: #383838;
  --color-dark-gray-2: #424242;
  --white-color: #ffffff;
  --color-light-gray: #F8F8F8;
  --color-gray: #E9E9E9;
  --color-gray-2: #F0F0F0;
  --color-red: #E80027;
  --color-red-dark: #C51B0F;
  --color-smoky-gray: #6F6F6F; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  background: #ffffff;
  color: var(--color-black);
  font-size: 0.875rem;
  font-family: "Montserrat", 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 {
    display: block;
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    @media (max-width: 991.98px) {
      body.catalog-opened .catalog-drop {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

body.menu-opened {
  overflow: hidden; }
  body.menu-opened #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] {
  color: var(--color-black);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  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: underline; } }
  a:focus,
  [js-href]:focus {
    color: var(--color-red);
    text-decoration: underline; }

.clearfix {
  clear: both; }

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

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

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

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

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

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

.section-seo .page-description {
  max-height: 328px;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .section-seo .page-description, .section-seo .page-description * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .section-seo .page-description::-webkit-scrollbar,
    .section-seo .page-description *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .section-seo .page-description::-webkit-scrollbar-button,
    .section-seo .page-description *::-webkit-scrollbar-button {
      display: none; }
    .section-seo .page-description::-webkit-scrollbar-track,
    .section-seo .page-description *::-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 .page-description::-webkit-scrollbar-track-piece,
    .section-seo .page-description *::-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 .page-description::-webkit-scrollbar-thumb,
    .section-seo .page-description *::-webkit-scrollbar-thumb {
      background: var(--theme-color-main);
      border-radius: 99px; }
    .section-seo .page-description::-webkit-scrollbar-corner,
    .section-seo .page-description *::-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%); } }

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

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-smoky-gray);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px; }

[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; }
  .status-mark-green:before {
    background: #2ed513; }
  .status-mark-green-dark:before {
    background: #02351c; }
  .status-mark-yellow:before {
    background: #deab3b; }
  .status-mark-orange:before {
    background: #ff7a00; }
  .status-mark-gray:before {
    background: #d3d3d3; }
  .status-mark-red:before {
    background: #b80c09; }
  .status-mark-blue:before {
    background: #1b52c7; }

.icon-arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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%); }

.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: 8px;
    min-width: 8px;
    height: 8px;
    background: #F0F0F0;
    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; }

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  margin-top: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px !important;
  height: 32px !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: transparent;
  border: unset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none; }
  .swiper-button-next .ic,
  .swiper-button-prev .ic {
    width: 12px;
    height: 14px; }

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

.title-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;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .title-wrapp {
      margin-bottom: 16px; } }
  .title-wrapp .section-title {
    margin: 0; }

.nav-link-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none !important;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 50px !important;
  cursor: pointer; }
  .nav-link-tab .badge {
    color: var(--white-color);
    background-color: var(--color-red);
    border-radius: 6px; }
  .nav-link-tab .checkmark {
    position: relative;
    display: inline-block;
    width: 0;
    height: 20px;
    background-color: var(--color-red);
    border-radius: 6px; }
  .nav-link-tab.active {
    background-color: var(--white-color);
    border: 2px solid var(--color-red) !important; }
    .nav-link-tab.active .checkmark {
      width: 20px;
      margin-right: 10px; }
      .nav-link-tab.active .checkmark::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        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='M5 10L8.33357 13L15 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat; }

[data-choice-group] .choice-wrapper {
  position: relative; }
  [data-choice-group] .choice-wrapper input[type="checkbox"],
  [data-choice-group] .choice-wrapper input[type="radio"] {
    display: none; }
  [data-choice-group] .choice-wrapper label {
    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-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 50px !important;
    cursor: pointer;
    margin: 0; }
    @media (max-width: 1199.98px) {
      [data-choice-group] .choice-wrapper label {
        padding: 12px 14px; } }
  [data-choice-group] .choice-wrapper .choice-mark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: var(--white-color);
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  [data-choice-group] .choice-wrapper input:checked + label {
    background-color: var(--white-color);
    border: 2px solid var(--color-red) !important;
    padding: 12px 24px; }
  [data-choice-group] .choice-wrapper input:checked + label .choice-mark {
    background-color: var(--color-red);
    border: 2px solid var(--color-red); }
  [data-choice-group] .choice-wrapper input:checked + label .choice-mark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    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='M5 10L8.33357 13L15 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat; }

.custom-checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 8px;
  margin: 0;
  /*input[type="checkbox"]:focus ~ .checkbox {
        box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
    }*/ }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .custom-checkbox .checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 6px;
    background: var(--white-color);
    border: 1px solid #D6D6D6; }
  .custom-checkbox .text {
    color: var(--color-smoky-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
  .custom-checkbox .form-error {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .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='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83301 4L4.61098 6.5L10.1663 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

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

#page-header {
  background: white; }
  @media (max-width: 991.98px) {
    #page-header {
      position: sticky;
      top: 0;
      border-bottom: 1px solid var(--color-gray); } }
  #page-header.checkout-header {
    border-bottom: 1px solid var(--color-gray); }
    #page-header.checkout-header > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap {
        display: block; } }
    @media (max-width: 1199.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap .phone {
        border-color: rgba(255, 255, 255, 0.08); } }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap .phone {
        width: 40px;
        height: 40px; }
        #page-header.checkout-header .cellphones-dropdown-wrap .phone::after {
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_2281_1583)"><path d="M23.347 17.6136L19.9977 14.2643C18.8015 13.0681 16.768 13.5467 16.2896 15.1016C15.9307 16.1782 14.7346 16.7763 13.658 16.537C11.2657 15.9389 8.03602 12.8289 7.43794 10.317C7.07908 9.24035 7.79679 8.04419 8.87334 7.68538C10.4284 7.20691 10.9068 5.17343 9.71066 3.97726L6.36138 0.627988C5.40445 -0.209329 3.96905 -0.209329 3.13173 0.627988L0.859009 2.90071C-1.41371 5.29305 1.09824 11.6327 6.72023 17.2547C12.3422 22.8767 18.6819 25.5083 21.0743 23.116L23.347 20.8432C24.1843 19.8863 24.1843 18.4509 23.347 17.6136Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_2281_1583"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; } }
    #page-header.checkout-header .header-top {
      padding: 16px 0; }
  #page-header .header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 24px 0 8px; }
    @media (max-width: 991.98px) {
      #page-header .header-top {
        position: relative;
        padding: 12px 0;
        gap: 12px; } }
    @media (max-width: 767.98px) {
      #page-header .header-top:has(.header-search-tires) .logo-wrap {
        display: none; } }
  #page-header .header-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;
    padding: 16px 0;
    border-bottom: 2px solid var(--color-red); }
    @media (max-width: 991.98px) {
      #page-header .header-bottom {
        display: none; } }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        margin-right: auto; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -4px;
    right: -4px;
    height: 20px;
    min-width: 20px;
    padding: 0 3px;
    border-radius: 999px;
    border: none;
    color: var(--white);
    text-align: center;
    -webkit-font-feature-settings: 'liga' off, 'clig' off;
            font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 600;
    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: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #page-header .head-qty:empty {
      display: none; }
    @media (max-width: 991.98px) {
      #page-header .head-qty {
        right: 5px;
        height: 14px;
        min-width: 14px;
        font-size: 10px;
        font-weight: 700;
        line-height: 10px; } }
  #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: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid var(--color-light-gray);
    background: var(--color-light-gray);
    color: var(--color-black); }
    #page-header .header-btn:focus {
      background: #EFEFEF; }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        background: #EFEFEF; } }
    @media (max-width: 991.98px) {
      #page-header .header-btn {
        background-color: transparent;
        width: auto;
        height: auto;
        border: none; } }
    #page-header .header-btn .ic {
      width: 24px;
      height: 24px; }
      @media (max-width: 575.98px) {
        #page-header .header-btn .ic {
          width: 20px;
          height: 20px; } }
    #page-header .header-btn .head-qty {
      background: var(--color-red-dark);
      color: var(--white); }
  @media (max-width: 991.98px) {
    #page-header .js-catalog-desktop {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  #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: 10px; }
  #page-header .catalog-btn {
    font-size: 14px;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        display: none; } }
    #page-header .catalog-btn .ic {
      color: var(--color-red);
      width: 20px;
      height: 20px; }
  #page-header .header-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #page-header .header-search-tires .input-wrapp:first-child {
    border-right: 1px solid #e1d9d9; }
  #page-header .header-search-tires .searches-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    background: var(--color-light-gray);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.04) inset;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.04) inset;
    border-color: #e0e0e0; }
  #page-header .header-search-tires .search-input {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px; }
  #page-header .header-search-btn {
    position: relative;
    min-width: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    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;
    padding: 0;
    border-radius: 50px;
    padding: 0 16px;
    border: 1px solid transparent;
    background: var(--color-red);
    cursor: pointer;
    overflow: hidden;
    z-index: 102;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #page-header .header-search-btn:disabled {
      opacity: 0.5;
      pointer-events: none; }
    #page-header .header-search-btn .icon {
      color: var(--white-color);
      width: 20px;
      height: 20px; }
  @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;
  scrollbar-color: var(--theme-color-main) var(--bg);
  scrollbar-width: thin; }
  @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: 100px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-contacts {
    margin-top: auto; }
  .header-menu-mobile::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .header-menu-mobile::-webkit-scrollbar-track {
    background: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-track-piece {
    background: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-thumb {
    background: var(--theme-color-main);
    border-radius: 4px; }

.hamburger {
  position: relative;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid transparent;
  background: var(--color-light-gray);
  cursor: pointer;
  overflow: hidden;
  z-index: 102;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .hamburger:hover {
      border: 1px solid var(--color-red); } }
  .hamburger:focus {
    border: 1px solid var(--color-red); }
  .catalog-opened .hamburger,
  .menu-opened .hamburger, .hamburger.trigger-active {
    background: var(--color-red); }
    .catalog-opened .hamburger .hamburger-line,
    .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
      background: var(--white);
      height: 2px;
      width: 18px !important; }
      .catalog-opened .hamburger .hamburger-line:nth-child(3n + 1),
      .menu-opened .hamburger .hamburger-line:nth-child(3n + 1), .hamburger.trigger-active .hamburger-line:nth-child(3n + 1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
            -ms-transform: translateY(7px) rotate(-45deg);
                transform: translateY(7px) rotate(-45deg); }
      .catalog-opened .hamburger .hamburger-line:nth-child(3n + 2),
      .menu-opened .hamburger .hamburger-line:nth-child(3n + 2), .hamburger.trigger-active .hamburger-line:nth-child(3n + 2) {
        opacity: 0;
        left: 100%; }
      .catalog-opened .hamburger .hamburger-line:nth-child(3n + 3),
      .menu-opened .hamburger .hamburger-line:nth-child(3n + 3), .hamburger.trigger-active .hamburger-line:nth-child(3n + 3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
            -ms-transform: translateY(-7px) rotate(45deg);
                transform: translateY(-7px) rotate(45deg); }
  .hamburger .hamburger-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 0.2em;
    background-color: var(--color-black);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hamburger .hamburger-line:nth-child(3n + 1) {
      top: 2px;
      width: 18px; }
    .hamburger .hamburger-line:nth-child(3n + 2) {
      top: 50%;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      width: 12px; }
    .hamburger .hamburger-line:nth-child(3n + 3) {
      bottom: 2px;
      width: 16px; }

.catalog-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  width: auto;
  min-width: 300px;
  padding: 8px 0;
  background: var(--white);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .catalog-drop {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-box-shadow: 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: 991.98px) {
    .catalog-drop {
      position: fixed;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 0;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0;
      overflow-y: auto; } }
  .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-bottom: 16px;
    background: white;
    border-bottom: 1px solid; }
    .catalog-drop .catalog-drop-top:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .catalog-drop .catalog-drop-top:not(:last-child) {
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-top {
        display: none; } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-top {
        padding: 16px;
        border-bottom: 1px solid var(--color-gray);
        background: var(--color-light-gray);
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .catalog-drop .catalog-drop-top {
        padding: 12px 16px; } }
  .catalog-drop .logo-wrap {
    display: block !important; }
  .catalog-drop .catalog-drop-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }
  .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; }
    @media (max-width: 991.98px) {
      .catalog-drop .nav-catalog-list {
        display: none; } }
  .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: 767.98px) {
      .catalog-drop .catalog-drop-item {
        width: 100%;
        padding-right: 0; } }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .catalog-drop-item.sub-in:hover > .sub-list, .catalog-drop .catalog-drop-item.sub-in:focus > .sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-link > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media (min-width: 992px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 991.98px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(0deg) !important;
          -ms-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; } }
  .catalog-drop .sub-item.sub-in.accordion-open > a > .icon {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .catalog-drop .catalog-drop-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 24px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .catalog-drop .catalog-drop-link .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
      width: 24px;
      height: 24px;
      padding: 7px;
      color: var(--theme-color-main);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
      @media (min-width: 992px) {
        .catalog-drop .catalog-drop-link .icon {
          pointer-events: none;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }
    .catalog-drop .catalog-drop-link:hover, .catalog-drop .catalog-drop-link:focus {
      color: var(--color-red);
      text-decoration: none;
      background-color: #F8F8F8; }
    @media (max-width: 1199.98px) {
      .catalog-drop .catalog-drop-link {
        font-size: 14px;
        line-height: 20px; } }
  .catalog-drop .sub-list {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        padding: 20px 0;
        background: var(--white);
        -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list {
        display: none; } }

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

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .sub-list li:hover .sub-list.lv-2, .catalog-drop .sub-list li:focus .sub-list.lv-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .catalog-drop .sub-list li a {
      font-weight: 400;
      color: var(--theme-color-main);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .catalog-drop .sub-list li a:hover, .catalog-drop .sub-list li a:focus {
        color: var(--theme-color-main); }
  .catalog-drop .header-pages {
    padding: 0 16px 16px;
    overflow-y: auto;
    max-height: calc(100vh - 120px); }
    .catalog-drop .header-pages .header-pages-nav {
      gap: 0; }
    .catalog-drop .header-pages .nav-item {
      width: 100%;
      border-bottom: 1px solid #E9E9E9; }
    .catalog-drop .header-pages .nav-link {
      font-size: 16px;
      line-height: 24px;
      position: relative;
      padding: 16px 0;
      text-align: left;
      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; }
      .catalog-drop .header-pages .nav-link::after {
        content: "";
        display: block;
        background-image: 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='M1 11L6 6L1 1' stroke='%23E80027' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px; }
      .catalog-drop .header-pages .nav-link .toggle-sublist {
        display: none !important; }
    .catalog-drop .header-pages .nav-item.sub-in .nav-link::after {
      display: none; }
    .catalog-drop .header-pages .sub-list {
      display: block;
      padding: 0; }
      .catalog-drop .header-pages .sub-list .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 0; }
        .catalog-drop .header-pages .sub-list .nav-link:first-child {
          padding-top: 0; }
        .catalog-drop .header-pages .sub-list .nav-link:last-child {
          padding-bottom: 16px; }

@media (max-width: 991.98px) {
  .menu-mobile-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.06);
    padding: 16px;
    z-index: 10000;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .menu-mobile-fixed.hidden {
      opacity: 0;
      pointer-events: none; }
    .menu-mobile-fixed .ic-home {
      color: var(--color-red); } }

.sticky-btn-phones {
  display: none; }
  @media (max-width: 991.98px) {
    .sticky-btn-phones {
      position: fixed;
      top: 80px;
      right: 20px;
      z-index: 100; } }
  .sticky-btn-phones .cellphones-dropdown-wrap .cellphone-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .sticky-btn-phones .cellphones-dropdown-wrap .ic-arrow-down,
  .sticky-btn-phones .cellphones-dropdown-wrap .main-phone {
    display: none; }
  .sticky-btn-phones .cellphones-dropdown-wrap .toggle-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;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-red);
    -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); }
    .sticky-btn-phones .cellphones-dropdown-wrap .toggle-wrap .ic {
      color: var(--white-color) !important;
      width: 20px;
      height: 20px; }
  .sticky-btn-phones .cellphones-dropdown-wrap .cellphones-dropdown {
    top: 100% !important;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    margin-top: 5px; }

.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; }
  @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-item:first-child .nav-link {
    padding-left: 0; }
  .header-pages-nav .nav-link {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover {
        color: var(--color-red); } }
    @media (max-width: 1199.98px) {
      .header-pages-nav .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 0 8px; } }
  .header-pages-nav .nav-item.sub-in {
    position: relative; }
    .header-pages-nav .nav-item.sub-in .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; }
      .header-pages-nav .nav-item.sub-in .nav-link .ic {
        color: var(--color-red);
        width: 14px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
    .header-pages-nav .nav-item.sub-in .toggle-sublist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (any-hover: hover) {
      .header-pages-nav .nav-item.sub-in:hover .nav-link, .header-pages-nav .nav-item.sub-in:focus .nav-link {
        color: var(--color-red); }
      .header-pages-nav .nav-item.sub-in:hover .ic, .header-pages-nav .nav-item.sub-in:focus .ic {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }

@media (any-hover: hover) and (min-width: 992px) {
  .header-pages-nav .nav-item.sub-in:hover .sub-list, .header-pages-nav .nav-item.sub-in:focus .sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    @media (any-hover: hover) {
      .header-pages-nav .nav-item.sub-in:hover .sub-list .nav-link, .header-pages-nav .nav-item.sub-in:focus .sub-list .nav-link {
        color: var(--color-black); } }
  .header-pages-nav .sub-list {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .header-pages-nav .sub-list {
        position: absolute;
        top: 100%;
        left: -20px;
        min-width: 300px;
        background: var(--white);
        border-radius: 8px;
        -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);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .header-pages-nav .sub-list {
        display: none; } }
    .header-pages-nav .sub-list .nav-link {
      padding: 10px 24px;
      text-align: left;
      text-transform: none;
      font-weight: 400; }
      @media (pointer: fine) {
        .header-pages-nav .sub-list .nav-link:hover {
          color: var(--color-red) !important;
          background-color: var(--color-light-gray); } }

#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; }
  #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-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    border-radius: 100px;
    border: 1px solid grey;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer; }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        width: 40px;
        height: 40px;
        background: #f7f8ff;
        border-color: #f7f8ff; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active {
      background: grey; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active .icon {
        color: var(--white); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 20px;
      height: 20px;
      color: var(--theme-color-main); }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
          width: 16px;
          height: 16px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    z-index: 5; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic-arrow-down {
      cursor: pointer;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic-arrow-down.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic-phone {
      color: var(--color-red);
      width: 17px;
      height: 17px; }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .cellphone-main .ic-phone {
          width: 15px;
          height: 15px; } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphone-main {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 991.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; }
    #page-header .cellphones-dropdown-wrap .phone .sup,
    #page-header .cellphones-dropdown-wrap .phone .quote,
    #page-header .cellphones-dropdown-wrap .phone .nums {
      font-weight: 400; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover, #page-header .cellphones-dropdown-wrap .phone:focus {
        color: var(--color-red); } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .phone {
        font-size: 14px;
        line-height: 20px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 0;
    right: 0;
    min-width: 100%;
    padding: 20px;
    border-radius: 8px;
    -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);
    background: var(--white);
    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 {
        padding: 16px; } }
    #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;
      pointer-events: all; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .cellphones-dropdown-title {
      color: var(--color-black-2);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .cellphones-dropdown-title {
          font-size: 14px;
          line-height: 20px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone-title {
      color: var(--color-smoky-gray);
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      margin-top: 12px; }
    #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-black);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #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; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 2px 2px;
    gap: 2px;
    background: var(--white-color);
    border: 2px solid var(--theme-color-main);
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 100%; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: var(--theme-color-main);
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }

#page-header .nav-languages-inline-wrap {
  margin: 0 12px; }
  #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;
    gap: 4px; }
    @media (max-width: 991.98px) {
      #page-header .nav-languages-inline-wrap .nav-languages {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 8px; } }
    @media (max-width: 575.98px) {
      #page-header .nav-languages-inline-wrap .nav-languages {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
  #page-header .nav-languages-inline-wrap .nav-languages-item {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 6px;
    text-align: center;
    border-radius: 80px; }
    @media (pointer: fine) {
      #page-header .nav-languages-inline-wrap .nav-languages-item:hover {
        color: var(--color-red); } }
    @media (max-width: 991.98px) {
      #page-header .nav-languages-inline-wrap .nav-languages-item {
        width: 30%;
        padding: 8px 6px;
        border-radius: 12px; } }
    @media (max-width: 575.98px) {
      #page-header .nav-languages-inline-wrap .nav-languages-item {
        width: auto; } }
  #page-header .nav-languages-inline-wrap .nav-languages-active {
    color: var(--color-smoky-gray);
    cursor: default;
    background: var(--color-gray); }
    @media (pointer: fine) {
      #page-header .nav-languages-inline-wrap .nav-languages-active:hover {
        color: var(--color-smoky-gray); } }

#page-footer {
  background-color: var(--color-light-gray); }
  #page-footer .footer-top {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media (max-width: 767.98px) {
      #page-footer .footer-top {
        padding-top: 8px;
        padding-bottom: 24px; } }
  #page-footer .footer-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      #page-footer .footer-row {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
  #page-footer .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767.98px) {
      #page-footer .footer-col {
        border-bottom: 1px solid var(--color-gray);
        padding: 16px 0 8px; }
        #page-footer .footer-col:last-child {
          padding-bottom: 0;
          border: none; } }
  #page-footer .footer-nav-title {
    color: var(--color-dark-gray);
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--color-gray); }
    @media (max-width: 1199.98px) {
      #page-footer .footer-nav-title {
        font-size: 18px;
        padding-bottom: 10px; } }
    @media (max-width: 767.98px) {
      #page-footer .footer-nav-title {
        font-size: 16px;
        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;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
        #page-footer .footer-nav-title.active .ic {
          -webkit-transform: scaleY(-1);
              -ms-transform: scaleY(-1);
                  transform: scaleY(-1); } }
    #page-footer .footer-nav-title .ic {
      display: none; }
      @media (max-width: 767.98px) {
        #page-footer .footer-nav-title .ic {
          display: block;
          width: 14px;
          color: var(--color-smoky-gray);
          -webkit-transition: .3s ease;
          transition: .3s ease; } }
  @media (max-width: 767.98px) {
    #page-footer .footer-nav {
      padding-top: 8px; } }
  #page-footer .nav-link {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      #page-footer .nav-link:hover {
        color: var(--color-red); } }
    @media (max-width: 1199.98px) {
      #page-footer .nav-link {
        font-size: 14px;
        line-height: 20px; } }
  #page-footer .footer-contacts {
    padding-top: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-gray); }
    @media (max-width: 767.98px) {
      #page-footer .footer-contacts {
        padding-top: 16px; } }
  #page-footer .info-content {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 1199.98px) {
      #page-footer .info-content {
        font-size: 14px;
        line-height: 20px; } }
  #page-footer .contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    #page-footer .contacts-info .ic {
      width: 20px;
      height: 20px; }
    #page-footer .contacts-info.email a {
      text-decoration: none !important; }
    #page-footer .contacts-info.email .ic {
      color: var(--color-red); }
    #page-footer .contacts-info .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-black);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-decoration: none !important;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (pointer: fine) {
        #page-footer .contacts-info .phone:hover {
          color: var(--color-red); } }
      #page-footer .contacts-info .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #page-footer .contacts-info .phone.po-life::before {
        background-image: 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=="); }
      #page-footer .contacts-info .phone.po-kyivstar::before {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC"); }
      #page-footer .contacts-info .phone.po-vodafone::before {
        background-image: 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"); }
  #page-footer .socials-wrap {
    margin-top: 16px; }
    #page-footer .socials-wrap nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 16px; }
  #page-footer .btn-main {
    margin-top: 16px; }
  #page-footer .footer-bottom > .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;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--color-gray); }
    @media (max-width: 767.98px) {
      #page-footer .footer-bottom > .container {
        display: -ms-grid;
        display: grid;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        padding-top: 16px;
        padding-bottom: 16px; } }
  #page-footer .payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      #page-footer .payments-list {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 16px; } }
    #page-footer .payments-list img {
      height: 24px; }
  #page-footer .copyright {
    color: var(--color-smoky-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 .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media (max-width: 767.98px) {
      #page-footer .fenix-copyright {
        gap: 7px; } }
    #page-footer .fenix-copyright .text {
      color: var(--color-smoky-gray);
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      text-decoration: none; }
      @media (max-width: 767.98px) {
        #page-footer .fenix-copyright .text {
          font-size: 12px;
          line-height: 16px;
          width: 65px; } }
    #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-smoky-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 {
        -ms-grid-row: 2;
        grid-row: 2; } }
  #page-footer.footer-checkout {
    background-color: var(--white-color);
    border-top: 1px solid var(--color-gray); }
    #page-footer.footer-checkout .footer-bottom > .container {
      border: none; }

.form-style-box {
  width: 100%;
  background: var(--white-color);
  border-radius: 20px;
  border: 1px solid var(--color-gray);
  padding: 32px; }
  @media (max-width: 1199.98px) {
    .form-style-box {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .form-style-box {
      border-radius: 20px;
      padding: 16px; } }

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
  color: var(--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: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .form-style .form-title {
      font-size: 20px;
      line-height: 28px;
      text-align: center; } }

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

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

.form-style .form-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .form-style .form-wrap {
      display: block;
      gap: 0; } }

.form-style .form-group {
  position: relative; }

.form-style .form-label {
  font-weight: bold;
  margin-bottom: 3px; }

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

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

.form-style .form-control:not(.jq-selectbox) {
  border-radius: 80px;
  border: 1px solid var(--color-gray);
  background: var(--white-color);
  padding: 5px 20px;
  height: 48px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--color-red); }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }

.form-style textarea.form-control {
  min-height: 116px;
  resize: none;
  padding: 12px 16px !important;
  border-radius: 12px !important; }

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

.form-style .btn-submit {
  margin: 16px auto 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 767.98px) {
    .form-style .btn-submit {
      margin: 16px auto 0; } }
  @media (max-width: 575.98px) {
    .form-style .btn-submit {
      width: 100%; } }

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

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

.form-style .jq-selectbox.form-control {
  border-radius: 80px;
  border: 1px solid #D6D6D6; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 48px;
    min-height: 48px;
    width: 100%;
    padding: 5px 20px;
    border-radius: 80px;
    background: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
      color: var(--color-black);
      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;
      height: 100%; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    border-radius: 12px;
    border: 1px solid var(--color-gray);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
    padding: 11px 0; }

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

.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: 400px; }
  @media (max-width: 767.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 20px; } }

.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: absolute;
    z-index: 999999999999;
    top: 24px;
    max-width: 1184px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%; }
    body.search-modal-opened #page-header .search-form .search-input {
      background-color: var(--white-color); }

#search-modal {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1184px;
  width: 100%;
  border-radius: 20px;
  padding: 0;
  background: white;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 576px) {
    #search-modal .search-modal-header,
    #search-modal .search-form {
      display: none; } }
  @media (max-width: 1199.98px) {
    #search-modal {
      max-width: 928px; } }
  @media (max-width: 991.98px) {
    #search-modal {
      max-width: 768px; } }
  #search-modal .search-results {
    overflow: auto; }
    @media (min-width: 992px) {
      #search-modal .search-results, #search-modal .search-results * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #search-modal .search-results::-webkit-scrollbar,
      #search-modal .search-results *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #search-modal .search-results::-webkit-scrollbar-button,
      #search-modal .search-results *::-webkit-scrollbar-button {
        display: none; }
      #search-modal .search-results::-webkit-scrollbar-track,
      #search-modal .search-results *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: var(--theme-color-main);
        border-radius: 99px; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #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;
    padding: 32px 20px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto; }
    #search-modal .result-message > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .title {
      color: #0F0F0F;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase;
      margin-top: 12px; }
    #search-modal .result-message .description {
      color: #454545;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 12px; }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  #search-modal .result-start-search .car-search-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid var(--color-gray); }
    #search-modal .result-start-search .car-search-tabs .nav-link-tab {
      padding: 7px 10px;
      border-radius: 8px !important; }
  #search-modal .result-start-search .tab-pane.active {
    padding: 20px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px; }
    #search-modal .result-start-search .tab-pane.active .table {
      margin: 0; }
    #search-modal .result-start-search .tab-pane.active .table-title {
      color: #000;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 10px; }
    #search-modal .result-start-search .tab-pane.active .table-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 22px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #search-modal .result-start-search .tab-pane.active .table-wrap .table-row .table-row-title {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px; }
      #search-modal .result-start-search .tab-pane.active .table-wrap .table-row .table-row-value {
        color: #383838;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 3px 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;
    padding: 8px 20px; }
  #search-modal .product-search-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--theme-color-main);
    padding: 12px 0;
    border-bottom: 1px solid #F0EEEF; }
    #search-modal .product-search-card:last-child {
      border-bottom: none; }
    #search-modal .product-search-card .title,
    #search-modal .product-search-card .description {
      -ms-grid-column: 2;
      grid-column: 2; }
    #search-modal .product-search-card img {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card .price-wrap {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card img {
      border-radius: 12px;
      width: 96px;
      height: 96px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      padding: 8px; }
    #search-modal .product-search-card .title {
      color: var(--color-black);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        #search-modal .product-search-card .title:hover {
          color: var(--color-red); } }
    #search-modal .product-search-card .sku {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: auto;
      color: 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; }
  #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; }
    #search-modal .search-modal-header .title {
      font-size: 24px;
      line-height: 28px; }
  #search-modal .close-modal {
    background-repeat: no-repeat;
    background-position: center;
    background-image: 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='M5 5L15.6452 15.6452' stroke='%23A6A6A6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 15.6453L15.6452 5.0001' stroke='%23A6A6A6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: contain;
    -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 .search-form {
    margin-bottom: 20px; }
  #search-modal .search-modal-header {
    display: none; }
  #search-modal .result-empty .result-message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 575.98px) {
    #search-modal {
      inset: 0;
      border-radius: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 0; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px;
        border-bottom: 1px solid var(--color-gray);
        background: var(--color-light-gray); }
      #search-modal .result-title {
        margin-bottom: 12px; }
      #search-modal .search-form {
        padding: 0 16px; }
        #search-modal .search-form .search-input {
          background-color: var(--white-color);
          border: 1px solid #E9E9E9;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      #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; }
        #search-modal .result-message > .icon {
          font-size: 56px;
          margin-bottom: 16px; }
      #search-modal .search-results {
        max-height: calc(100dvh - 66px);
        padding: 0 16px 20px; }
      #search-modal .product-search-card {
        -ms-grid-columns: 88px 1fr;
        grid-template-columns: 88px 1fr;
        grid-column-gap: 12px; }
        #search-modal .product-search-card img {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 3;
          grid-row: 1 / 4;
          -ms-grid-row-align: start;
              align-self: start; }
        #search-modal .product-search-card .price-wrap {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 3;
          grid-row: 3; }
        #search-modal .product-search-card img {
          width: 88px;
          height: 88px; }
        #search-modal .product-search-card .title {
          line-height: 1.1; }
        #search-modal .product-search-card .price-wrap {
          line-height: 1;
          margin-top: 4px; }
          #search-modal .product-search-card .price-wrap .old-price {
            margin-bottom: 2px; } }

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

.search-form {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 50px; }
  .search-form .input-wrapp {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .search-form input {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 44px;
    width: 100%;
    border-radius: 50px;
    background: var(--color-light-gray);
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.04) inset;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.04) inset;
    padding-left: 20px;
    padding-right: 20px;
    outline: none; }
    .search-form input::-webkit-input-placeholder {
      color: var(--color-smoky-gray); }
    .search-form input::-moz-placeholder {
      color: var(--color-smoky-gray); }
    .search-form input:-ms-input-placeholder {
      color: var(--color-smoky-gray); }
    .search-form input::-ms-input-placeholder {
      color: var(--color-smoky-gray); }
    .search-form input::placeholder {
      color: var(--color-smoky-gray); }
    .search-form input:focus {
      border-color: var(--theme-color-main); }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 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;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0 20px 0 5px; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        padding: 0 14px 0 5px; } }
    .search-form .btn-search .ic {
      color: var(--color-smoky-gray);
      font-size: 20px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--color-red); }

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

#page-breadcrumbs {
  --gap: 10px;
  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: 10px; }
  #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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    direction: ltr; }
  #page-breadcrumbs .breadcrumbs-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    color: var(--color-smoky-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 767.98px) {
      #page-breadcrumbs .breadcrumbs-nav-item {
        font-size: 12px;
        line-height: 16px; } }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 4px;
      min-width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: var(--color-red); }
  #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-last {
    cursor: default;
    color: #A6A6A6; }

button {
  outline: none !important; }

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

.btn.btn-small {
  min-height: 35px;
  font-size: 14px;
  border-width: 1px; }

.btn.btn-big {
  min-height: 55px;
  font-size: 18px; }

.btn.btn-biggest {
  min-height: 65px;
  font-size: 20px; }

.btn:has(svg.ic:first-child) {
  padding-left: 20px; }

.btn:has(svg.ic:last-child) {
  padding-right: 20px; }

@media (max-width: 1199.98px) {
  .btn.btn-small {
    min-height: 25px;
    font-size: 13px; }
  .btn.btn-big {
    min-height: 45px;
    font-size: 16px; }
  .btn.btn-biggest {
    min-height: 55px;
    font-size: 18px; }
  .btn:has(svg.ic:first-child) {
    padding-left: 15px; }
  .btn:has(svg.ic:last-child) {
    padding-right: 15px; } }

.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-default-transparent {
  background: transparent;
  color: var(--theme-color-main);
  border: 2px solid var(--theme-color-main); }
  @media (pointer: fine) {
    .btn-default-transparent:hover {
      background: var(--theme-color-main);
      color: var(--white-color); } }
  .btn-default-transparent: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%); }

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

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  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-link {
  color: var(--theme-color-main); }

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

.btn-main {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 80px;
  border: 1px solid var(--color-gray);
  background-color: var(--white-color);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-main .ic {
    color: var(--color-red);
    width: 20px;
    min-width: 20px;
    height: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  @media (pointer: fine) {
    .btn-main:hover {
      border: 1px solid var(--color-red); }
      .btn-main:hover .ic {
        -webkit-animation: moveArrow 1s;
                animation: moveArrow 1s; } }
  @media (max-width: 1199.98px) {
    .btn-main {
      font-size: 14px;
      line-height: 20px; } }
  .btn-main.border-none {
    border: 1px solid transparent; }

.btn-main-color {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 80px;
  border: 1px solid var(--color-red);
  background-color: var(--color-red);
  text-decoration: none !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .btn-main-color:hover {
      color: var(--color-red);
      background-color: var(--white-color); } }
  .btn-main-color:focus {
    color: var(--color-red);
    background-color: var(--white-color); }
  @media (max-width: 1199.98px) {
    .btn-main-color {
      font-size: 14px;
      line-height: 20px; } }

.btn-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 11px 19px;
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  border-radius: 80px;
  text-decoration: none !important;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-dark .ic {
    width: 17px;
    height: 17px; }
  .btn-dark--bigger {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  @media (pointer: fine) {
    .btn-dark:hover {
      color: var(--color-black);
      background-color: var(--color-white); } }

.btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 80px;
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
  padding: 8px 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-action .ic {
    width: 16px;
    height: 16px; }
  @media (pointer: fine) {
    .btn-action:hover {
      color: var(--color-red);
      background-color: var(--color-white); } }

.btn-border {
  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;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 80px;
  border: 1px solid var(--color-gray);
  background-color: transparent;
  padding: 11px 20px;
  outline: none !important;
  text-decoration: none !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-border .ic {
    width: 20px;
    height: 20px; }
    @media (max-width: 767.98px) {
      .btn-border .ic {
        width: 18px;
        height: 18px; } }
  @media (pointer: fine) {
    .btn-border:hover {
      border: 1px solid var(--color-red); } }
  @media (max-width: 767.98px) {
    .btn-border {
      font-size: 14px;
      line-height: 20px; } }

.btn-black {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 11px 24px;
  border-radius: 80px;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .btn-black:hover {
      color: var(--color-black);
      background-color: var(--white-color); } }

.btn-continue {
  color: var(--color-black);
  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: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: none;
  outline: none !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-continue .ic {
    color: var(--color-red);
    width: 6px; }
  @media (pointer: fine) {
    .btn-continue:hover {
      color: var(--color-red); } }

.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: 20px 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 400px; }
  #messageDialog .popup-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px; }
  #messageDialog .popup-message {
    text-align: center; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 1 !important; }

.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: 16px; }
  .pagination:not(:first-child) {
    margin-top: 32px; }
  .pagination:not(:last-child) {
    margin-bottom: 32px; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    @media (max-width: 767.98px) {
      .pagination ul {
        gap: 8px; } }
  .pagination li a {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
    text-decoration: none;
    color: var(--color-smoky-gray);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        border: 1px solid var(--color-red); } }
    .pagination li a:focus {
      border: 1px solid var(--color-red); }
  .pagination li.page-gap span {
    display: inline-block;
    cursor: default;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px; }
  .pagination li.disabled a {
    pointer-events: none;
    cursor: default; }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--color-red);
    color: var(--white-color); }
  @media (max-width: 767.98px) {
    .pagination .next a,
    .pagination .prev a {
      width: 20px;
      height: 24px;
      border: none !important; } }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 40px;
      height: 40px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

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

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

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

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 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: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 32px; } }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 16px; } }

.section-title {
  color: black;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  @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;
      margin-bottom: 16px; } }

.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 {
  color: var(--color-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 1199.98px) {
    .text-formatted {
      font-size: 14px;
      line-height: 20px; } }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    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: 767.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 16px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 16px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px;
    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: 500;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 767.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 22px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 28px;
    line-height: 32px; }
    @media (max-width: 767.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 20px;
        line-height: 26px; } }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 20px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 1em; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br) 0;
    vertical-align: unset; }
    .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]) {
      display: block; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 1em; }
    .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 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".");
        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: 1.25em;
        height: 1.25em;
        min-width: 1.25em;
        margin-right: 0.7em;
        margin-top: 0.25em;
        font-size: 0.875em;
        line-height: 1.25em;
        color: white;
        background-color: #E80027;
        border-radius: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.2em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      color: #E80027;
      font-size: 12px;
      content: "●";
      display: inline-block;
      min-width: 0.9em;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em; }
  .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 img {
      margin: auto; }
    .text-formatted table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .text-formatted table tr th {
        font-size: 16px;
        line-height: 24px; }
      .text-formatted table tr td {
        color: var(--grey-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 12px 16px;
      text-align: left;
      border: none;
      background-color: #F8F8F8;
      margin: 1px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .text-formatted table thead td,
    .text-formatted table th {
      font-weight: 600; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.text-formatted {
  color: var(--color-black); }
  .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: var(--color-black);
    --color-link-hovered-text: var(--color-black); }
  .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-decore); }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: var(--color-decore); }

#questionModal .modal-dialog,
#reviewModal .modal-dialog,
#answerModal .modal-dialog {
  margin: 0 0 0 auto;
  width: 50%;
  max-width: 100%;
  height: 100%; }
  @media (max-width: 991.98px) {
    #questionModal .modal-dialog,
    #reviewModal .modal-dialog,
    #answerModal .modal-dialog {
      width: 65%; } }
  @media (max-width: 767.98px) {
    #questionModal .modal-dialog,
    #reviewModal .modal-dialog,
    #answerModal .modal-dialog {
      width: 100%; } }

#questionModal .modal-content,
#reviewModal .modal-content,
#answerModal .modal-content {
  border-radius: 0;
  border: none;
  height: 100%; }

#questionModal .modal-body,
#reviewModal .modal-body,
#answerModal .modal-body {
  padding: 24px 32px;
  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) {
    #questionModal .modal-body,
    #reviewModal .modal-body,
    #answerModal .modal-body {
      padding: 0; } }

#questionModal .h3,
#reviewModal .h3,
#answerModal .h3 {
  color: var(--color-black-2);
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    #questionModal .h3,
    #reviewModal .h3,
    #answerModal .h3 {
      font-size: 20px;
      line-height: 24px;
      padding: 16px;
      border-bottom: 1px solid var(--color-gray);
      background: var(--color-light-gray);
      margin: 0; } }

@media (max-width: 767.98px) {
  #questionModal .form-style,
  #reviewModal .form-style,
  #answerModal .form-style {
    padding: 16px; } }

#questionModal .raty-wrap,
#reviewModal .raty-wrap,
#answerModal .raty-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px; }
  #questionModal .raty-wrap .raty-label,
  #reviewModal .raty-wrap .raty-label,
  #answerModal .raty-wrap .raty-label {
    color: var(--color-smoky-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
  #questionModal .raty-wrap .raty-rating img,
  #reviewModal .raty-wrap .raty-rating img,
  #answerModal .raty-wrap .raty-rating img {
    width: 20px;
    height: 20px; }

#questionModal .btn-black,
#reviewModal .btn-black,
#answerModal .btn-black {
  margin-top: 16px; }
  @media (max-width: 767.98px) {
    #questionModal .btn-black,
    #reviewModal .btn-black,
    #answerModal .btn-black {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 16px auto 0; } }
  @media (max-width: 575.98px) {
    #questionModal .btn-black,
    #reviewModal .btn-black,
    #answerModal .btn-black {
      width: 100%; } }

#questionModal .btn-continue,
#reviewModal .btn-continue,
#answerModal .btn-continue {
  margin-top: auto; }
  @media (max-width: 767.98px) {
    #questionModal .btn-continue,
    #reviewModal .btn-continue,
    #answerModal .btn-continue {
      padding: 16px 16px 28px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; } }

.modal .modal-content {
  border-radius: 12px; }

.modal .modal-body {
  padding: 32px; }

.modal .close {
  position: absolute;
  right: 8px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2; }
  .modal .close .ic {
    color: var(--color-smoky-gray);
    width: 22px;
    height: 22px; }

#voteModal .modal-body {
  padding: 48px 32px; }

#voteModal .vote-modal-message {
  text-align: center;
  font-size: 16px; }

.fancybox-content:has(.form-confirmation) {
  padding: 0 !important; }
  @media (max-width: 767.98px) {
    .fancybox-content:has(.form-confirmation) .form-confirmation {
      padding: 32px; } }
  .fancybox-content:has(.form-confirmation) .form-confirmation .btn-confirm-remove.disabled {
    cursor: not-allowed; }
  .fancybox-content:has(.form-confirmation) .form-title {
    text-align: center;
    margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .fancybox-content:has(.form-confirmation) .form-wrap {
      display: -ms-grid;
      display: grid;
      gap: 16px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-brands-list {
  position: relative; }
  .page-brands-list .brands-list .brand-group {
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      .page-brands-list .brands-list .brand-group {
        margin-bottom: 24px; } }
    .page-brands-list .brands-list .brand-group:last-child {
      margin-bottom: 0; }
  .page-brands-list .brands-list .brand-group-letter {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .page-brands-list .brands-list .brand-group-letter {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px; } }
  .page-brands-list .section-top-brands {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .page-brands-list .section-top-brands {
        margin-bottom: 24px; } }
    .page-brands-list .section-top-brands .container {
      overflow: visible;
      padding: 0; }
    .page-brands-list .section-top-brands .section-title {
      margin-bottom: 16px; }
      @media (max-width: 767.98px) {
        .page-brands-list .section-top-brands .section-title {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 12px; } }
  .page-brands-list .brands-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    padding: 30px 20px;
    border-radius: 16px;
    border: 1px solid var(--color-gray);
    background-color: var(--white-color);
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .page-brands-list .brands-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0; } }
    @media (max-width: 767.98px) {
      .page-brands-list .brands-search {
        padding: 16px;
        margin-bottom: 32px; } }
    .page-brands-list .brands-search .fast-search-brands {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 36%;
              flex: 0 0 36%; }
      @media (max-width: 991.98px) {
        .page-brands-list .brands-search .fast-search-brands {
          -webkit-box-flex: 1;
              -ms-flex: auto;
                  flex: auto;
          margin-bottom: 20px; } }
    .page-brands-list .brands-search .fast-search-title,
    .page-brands-list .brands-search .brand-alphabet-filter-title {
      color: var(--color-black);
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase;
      margin-bottom: 12px; }
      @media (max-width: 767.98px) {
        .page-brands-list .brands-search .fast-search-title,
        .page-brands-list .brands-search .brand-alphabet-filter-title {
          font-size: 16px;
          line-height: 24px; } }
    @media (max-width: 767.98px) {
      .page-brands-list .brands-search .fast-search-title {
        margin-bottom: 8px; } }
    .page-brands-list .brands-search .form-group {
      margin-bottom: 12px; }
      @media (max-width: 767.98px) {
        .page-brands-list .brands-search .form-group .form-control {
          font-size: 14px;
          line-height: 20px;
          height: 44px; } }
      .page-brands-list .brands-search .form-group::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='M9.16406 16.6667C13.3062 16.6667 16.6641 13.3089 16.6641 9.16675C16.6641 5.02461 13.3062 1.66675 9.16406 1.66675C5.02193 1.66675 1.66406 5.02461 1.66406 9.16675C1.66406 13.3089 5.02193 16.6667 9.16406 16.6667Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3333 18.3333L15 15' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px; }
        @media (max-width: 767.98px) {
          .page-brands-list .brands-search .form-group::before {
            width: 16px;
            height: 16px; } }
    .page-brands-list .brands-search .popular-brands {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 12px; }
      .page-brands-list .brands-search .popular-brands .popular-item {
        color: var(--color-red);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        cursor: pointer;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        .page-brands-list .brands-search .popular-brands .popular-item:hover {
          color: var(--color-black); }
        @media (max-width: 575.98px) {
          .page-brands-list .brands-search .popular-brands .popular-item {
            font-size: 12px;
            line-height: 16px; } }
    .page-brands-list .brands-search .numbers,
    .page-brands-list .brands-search .cyrillic,
    .page-brands-list .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: 8px;
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .page-brands-list .brands-search .numbers,
        .page-brands-list .brands-search .cyrillic,
        .page-brands-list .brands-search .latin {
          gap: 12px;
          margin-bottom: 12px; } }
      .page-brands-list .brands-search .numbers:last-child,
      .page-brands-list .brands-search .cyrillic:last-child,
      .page-brands-list .brands-search .latin:last-child {
        margin-bottom: 0; }
      .page-brands-list .brands-search .numbers .number-item,
      .page-brands-list .brands-search .numbers .alphabet-item,
      .page-brands-list .brands-search .cyrillic .number-item,
      .page-brands-list .brands-search .cyrillic .alphabet-item,
      .page-brands-list .brands-search .latin .number-item,
      .page-brands-list .brands-search .latin .alphabet-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 100px;
        border: 1px solid #F0EEEF;
        background-color: var(--white-color);
        color: #0F0F0F;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        cursor: pointer; }
        .page-brands-list .brands-search .numbers .number-item:hover,
        .page-brands-list .brands-search .numbers .alphabet-item:hover,
        .page-brands-list .brands-search .cyrillic .number-item:hover,
        .page-brands-list .brands-search .cyrillic .alphabet-item:hover,
        .page-brands-list .brands-search .latin .number-item:hover,
        .page-brands-list .brands-search .latin .alphabet-item:hover {
          border-color: var(--color-red); }
        .page-brands-list .brands-search .numbers .number-item.active,
        .page-brands-list .brands-search .numbers .alphabet-item.active,
        .page-brands-list .brands-search .cyrillic .number-item.active,
        .page-brands-list .brands-search .cyrillic .alphabet-item.active,
        .page-brands-list .brands-search .latin .number-item.active,
        .page-brands-list .brands-search .latin .alphabet-item.active {
          background-color: var(--color-red);
          border-color: var(--color-red);
          color: var(--white-color); }
  .page-brands-list .brands-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px; }
    @media (max-width: 1199.98px) {
      .page-brands-list .brands-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767.98px) {
      .page-brands-list .brands-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 8px; } }
  .page-brands-list .brand-card {
    border-radius: 16px;
    border: 1px solid var(--color-gray);
    background: var(--white-color);
    padding: 16px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .page-brands-list .brand-card:hover {
        border: 1px solid transparent;
        -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
                box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06); } }
    @media (max-width: 767.98px) {
      .page-brands-list .brand-card {
        border-radius: 12px;
        padding: 12px; } }
    .page-brands-list .brand-card .brand-image {
      display: block; }
      .page-brands-list .brand-card .brand-image img {
        display: block;
        width: 100%;
        max-height: 90px;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 767.98px) {
          .page-brands-list .brand-card .brand-image img {
            max-height: 64px; } }
    .page-brands-list .brand-card .brand-title {
      display: block;
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      margin-top: 5px; }
      @media (max-width: 575.98px) {
        .page-brands-list .brand-card .brand-title {
          font-size: 12px;
          line-height: 16px; } }

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

.main-slider-section .container {
  max-width: 1440px;
  padding: 0; }

.main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden; }

.main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.main-slider-section .main-slider:not(.swiper-initialized) .main-slider-nav {
  display: none; }

.main-slider-section .main-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 64px 0 120px;
  height: auto !important; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-item {
      min-height: 560px;
      padding: 46px 0 80px; } }

.main-slider-section .main-slider-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .main-slider-section .main-slider-link:hover, .main-slider-section .main-slider-link:focus {
    text-decoration: none; }

.main-slider-section .main-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .main-slider-section .main-slider-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.56)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.56) 100%); }
  .main-slider-section .main-slider-img picture,
  .main-slider-section .main-slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.main-slider-section .main-slider-content {
  position: relative;
  max-width: 50%;
  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: 5; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-content {
      max-width: 100%;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

.main-slider-section .main-slider-title {
  color: var(--white);
  font-size: 56px;
  font-weight: 600;
  line-height: 56px; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-title {
      font-size: 36px;
      line-height: 40px; } }
  .main-slider-section .main-slider-title:not(:last-child) {
    margin-bottom: 24px; }

.main-slider-section .main-slider-description {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .main-slider-section .main-slider-description p {
    margin: 0; }
    .main-slider-section .main-slider-description p:not(:last-child) {
      margin-bottom: 24px; }
  .main-slider-section .main-slider-description:not(:last-child) {
    margin-bottom: 32px; }

.main-slider-section .btn {
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 991.98px) {
    .main-slider-section .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

.main-slider-section .main-slider-nav {
  position: absolute;
  z-index: 999;
  bottom: 32px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-nav {
      padding: 16px;
      bottom: 0;
      width: 100%; } }

.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: red;
    font-size: 50px;
    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: 32px; } }
  .section-error .section-error-text {
    max-width: 460px;
    color: grey;
    font-size: 14px;
    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 .utps-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (max-width: 991.98px) {
    .section-utp .utps-wrap {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .section-utp .utps-wrap {
      gap: 8px; } }

.section-utp .utp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 24px;
  border-radius: 16px;
  background-color: var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .section-utp .utp-item {
      padding: 20px;
      border-radius: 12px; } }

.section-utp .utp-item-title {
  color: var(--color-red);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .section-utp .utp-item-title {
      font-size: 28px;
      line-height: 28px; } }

.section-utp .utp-item-content {
  display: block;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .section-utp .utp-item-content {
      font-size: 14px;
      line-height: 20px; } }

.section-utp-three-columns .utp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px; }
  @media (max-width: 991.98px) {
    .section-utp-three-columns .utp {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .section-utp-three-columns .utp {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.section-utp-three-columns .utp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--color-gray);
  background: var(--white-color); }

.section-utp-three-columns .image-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: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--color-gray-2); }

.section-utp-three-columns .utp-text {
  display: block;
  color: var(--color-black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 12px; }

.section-utp-advantages {
  overflow: hidden; }
  .section-utp-advantages .utp-advantages-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
  .section-utp-advantages .utp-item {
    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;
    border-radius: 12px;
    background-color: var(--color-dark-gray-2);
    padding: 40px 40px 24px;
    height: auto; }
  .section-utp-advantages .utp-title {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase; }
  .section-utp-advantages .utp-text {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-left: 1px solid var(--color-red);
    padding-left: 20px;
    margin: 12px 0 40px; }
  .section-utp-advantages .image-wrap {
    position: relative;
    margin-top: auto; }
  .section-utp-advantages .utp-text-reversed {
    position: absolute;
    bottom: 24px;
    color: #636363;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left; }

.section-categories-swiper {
  overflow: hidden; }
  .section-categories-swiper .category-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-categories-swiper .category-slider:not(.swiper-initialized) .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc((100% - 16px * (6 - 1)) / 6);
    margin-right: 16px; }
    @media (max-width: 1199.98px) {
      .section-categories-swiper .category-slider:not(.swiper-initialized) .swiper-slide {
        width: calc((100% - 16px * (4 - 1)) / 4); } }
    @media (max-width: 991.98px) {
      .section-categories-swiper .category-slider:not(.swiper-initialized) .swiper-slide {
        width: calc((100% - 16px * (3 - 1)) / 3); } }
    @media (max-width: 767.98px) {
      .section-categories-swiper .category-slider:not(.swiper-initialized) .swiper-slide {
        width: calc((100% - 8px * (2.2 - 1)) / 2.2);
        margin-right: 8px; } }
  .section-categories-swiper .swiper-slide {
    height: auto !important; }
  .section-categories-swiper .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    border-radius: 16px;
    background: var(--color-light-gray);
    padding: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .section-categories-swiper .nav-link:hover {
        -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
                box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06); } }
    @media (max-width: 767.98px) {
      .section-categories-swiper .nav-link {
        border-radius: 12px;
        padding: 12px; } }
  .section-categories-swiper .nav-link-title {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 575.98px) {
      .section-categories-swiper .nav-link-title {
        font-size: 14px;
        line-height: 20px; } }

.section-main-banner {
  position: relative; }
  .section-main-banner .main-banner-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-main-banner .main-banner-slider:not(.swiper-initialized) .swiper-slide {
    width: 100%; }
    .section-main-banner .main-banner-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
      display: none; }
  .section-main-banner .banner-img-wrap {
    border-radius: 16px;
    display: block;
    overflow: hidden; }
    .section-main-banner .banner-img-wrap img {
      display: block;
      width: 100%; }
      @media (max-width: 991.98px) {
        .section-main-banner .banner-img-wrap img {
          min-height: 120px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: left;
             object-position: left; } }
  .section-main-banner .carousel-nav {
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
    bottom: 10px;
    z-index: 1; }

.section-top-brands .container {
  overflow: hidden; }

.section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (max-width: 991.98px) {
    .section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-wrapper {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 575.98px) {
    .section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-wrapper {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; } }

.section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-slide {
  display: block; }
  .section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-slide:nth-child(n + 13) {
    display: none; }
  @media (max-width: 991.98px) {
    .section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-slide:nth-child(n + 10) {
      display: none; } }
  @media (max-width: 575.98px) {
    .section-top-brands .brands-swiper:not(.swiper-initialized) .swiper-slide:nth-child(n + 7) {
      display: none; } }

.section-top-brands .brands-swiper .swiper-slide {
  height: auto !important; }

.section-top-brands .brand-card {
  display: block; }
  .section-top-brands .brand-card img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    will-change: transform;
    image-rendering: auto;
    display: block;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }
  @media (pointer: fine) {
    .section-top-brands .brand-card:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); } }

@media (max-width: 767.98px) {
  .section-top-brands .actions-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;
    gap: 8px;
    margin-top: 16px; } }

@media (max-width: 575.98px) {
  .section-top-brands .actions-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 575.98px) {
  .section-top-brands .actions-wrap .btn {
    width: 100%; } }

@media (max-width: 767.98px) {
  .section-big-image .img-wrap {
    margin: 0 -16px; } }

.section-big-image .img-wrap img {
  display: block;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -o-object-position: top;
     object-position: top; }
  @media (max-width: 767.98px) {
    .section-big-image .img-wrap img {
      border-radius: 0; } }

.section-content_with_image .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px; }
  @media (max-width: 991.98px) {
    .section-content_with_image .content {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0; } }

@media (max-width: 991.98px) {
  .section-content_with_image .text-wrap {
    margin-top: 20px; } }

@media (max-width: 767.98px) {
  .section-content_with_image .img-wrap {
    margin: 0 -16px; } }

.section-content_with_image .img-wrap img {
  display: block;
  border-radius: 16px; }
  @media (max-width: 767.98px) {
    .section-content_with_image .img-wrap img {
      width: 100%;
      border-radius: 0; } }

.section-content_with_image-benefits:nth-child(odd) .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 991.98px) {
    .section-content_with_image-benefits:nth-child(odd) .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.section-content_with_image-benefits .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background: var(--color-light-gray); }
  @media (max-width: 991.98px) {
    .section-content_with_image-benefits .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      border-radius: 12px;
      padding: 16px;
      gap: 0; } }

.section-content_with_image-benefits .text-wrap {
  width: 50%; }
  @media (max-width: 991.98px) {
    .section-content_with_image-benefits .text-wrap {
      width: 100%; } }

.section-content_with_image-benefits .img-wrap {
  width: 50%; }
  @media (max-width: 991.98px) {
    .section-content_with_image-benefits .img-wrap {
      width: 100%;
      margin-bottom: 16px; } }
  .section-content_with_image-benefits .img-wrap picture {
    height: 100%; }
  .section-content_with_image-benefits .img-wrap img {
    display: block;
    border-radius: 8px; }

.section-content_with_image-benefits .btn-action {
  margin-top: 24px; }
  @media (max-width: 575.98px) {
    .section-content_with_image-benefits .btn-action {
      width: 100%;
      margin-top: 16px; } }

.section-search-history-swiper .search-history-swiper {
  overflow: hidden; }
  .section-search-history-swiper .search-history-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
  .section-search-history-swiper .search-history-swiper:not(.swiper-initialized) .swiper-slide {
    width: 15%; }

.section-search-history-swiper .option-card {
  height: auto !important;
  width: auto;
  min-width: 120px; }
  .section-search-history-swiper .option-card a {
    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;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid var(--color-gray);
    text-decoration: none;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .section-search-history-swiper .option-card a:hover {
        color: var(--color-red);
        border: 1px solid var(--color-red); }
        .section-search-history-swiper .option-card a:hover .option-status {
          color: var(--color-red); } }
    @media (max-width: 767.98px) {
      .section-search-history-swiper .option-card a {
        padding: 16px; } }
  .section-search-history-swiper .option-card .option-brand {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
  .section-search-history-swiper .option-card:has(.option-size:not(:empty)) .option-brand {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    text-overflow: ellipsis; }
  .section-search-history-swiper .option-card .option-status {
    color: var(--color-smoky-gray);
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.section-car-search {
  position: relative;
  z-index: 20; }
  .section-car-search .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    border: none; }
    .section-car-search .nav-tabs .nav-link {
      border: 2px solid transparent; }
  .section-car-search .tab-pane {
    padding: 0 !important; }
  .section-car-search .btn-filter-attribute-apply {
    padding: 6px 12px;
    margin-top: 12px;
    width: 100%; }
  .section-car-search .search-section {
    border-radius: 20px;
    background: #EFEFEF;
    height: 100%; }
    .section-car-search .search-section .search-section__header {
      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;
      gap: 16px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--color-gray); }
      @media (max-width: 1199.98px) {
        .section-car-search .search-section .search-section__header {
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 991.98px) {
        .section-car-search .search-section .search-section__header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 4px;
          margin-bottom: 12px; } }
      @media (max-width: 767.98px) {
        .section-car-search .search-section .search-section__header {
          padding: 0;
          border: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 12px; } }
      .section-car-search .search-section .search-section__header .filter-group {
        border: 2px solid var(--color-red); }
    .section-car-search .search-section .select-types .jq-selectbox__select {
      border: 2px solid var(--color-red); }
    .section-car-search .search-section .select-types .jq-selectbox__trigger {
      margin-left: 12px; }
    .section-car-search .search-section .search-section__filters {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
      @media (max-width: 1199.98px) {
        .section-car-search .search-section .search-section__filters {
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 767.98px) {
        .section-car-search .search-section .search-section__filters {
          -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }
    .section-car-search .search-section .car-type-choice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767.98px) {
        .section-car-search .search-section .car-type-choice {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
          gap: 3px;
          width: 100%;
          margin-bottom: 12px; } }
    .section-car-search .search-section .filter-group {
      position: relative;
      padding: 14px 20px;
      border-radius: 80px;
      background: var(--white-color);
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (max-width: 767.98px) {
        .section-car-search .search-section .filter-group {
          width: 100%; } }
      .section-car-search .search-section .filter-group:not(.accordion-collapsed) .arrow-wrap {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .section-car-search .search-section .filter-group .arrow-wrap {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; }
        .section-car-search .search-section .filter-group .arrow-wrap .ic {
          width: 12px;
          height: 12px; }
    .section-car-search .search-section .filter-search-wrap {
      position: relative;
      margin: 0; }
      .section-car-search .search-section .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.33512 15.0001C12.017 15.0001 15.0018 12.0153 15.0018 8.33341C15.0018 4.65152 12.017 1.66675 8.33512 1.66675C4.65323 1.66675 1.66846 4.65152 1.66846 8.33341C1.66846 12.0153 4.65323 15.0001 8.33512 15.0001Z' stroke='%231D1D1D' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3315 18.3333L13.3315 13.3333' stroke='%231D1D1D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
        width: 20px;
        height: 20px; }
      .section-car-search .search-section .filter-search-wrap input {
        height: 48px; }
    .section-car-search .search-section .filters-wrap {
      position: absolute;
      background: var(--white-color);
      border: 1px solid var(--color-gray);
      width: 100%;
      left: 0;
      right: 0;
      top: 100%;
      margin-top: 4px;
      border-radius: 12px;
      padding: 12px;
      z-index: 3;
      min-width: 160px; }
    .section-car-search .search-section .aside-elem-list {
      margin-top: 10px;
      max-height: 407px !important; }
      @media (min-width: 992px) {
        .section-car-search .search-section .aside-elem-list, .section-car-search .search-section .aside-elem-list * {
          scrollbar-color: auto;
          scrollbar-width: auto; }
        .section-car-search .search-section .aside-elem-list::-webkit-scrollbar,
        .section-car-search .search-section .aside-elem-list *::-webkit-scrollbar {
          width: 3px;
          height: 3px; }
        .section-car-search .search-section .aside-elem-list::-webkit-scrollbar-button,
        .section-car-search .search-section .aside-elem-list *::-webkit-scrollbar-button {
          display: none; }
        .section-car-search .search-section .aside-elem-list::-webkit-scrollbar-track,
        .section-car-search .search-section .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%); }
        .section-car-search .search-section .aside-elem-list::-webkit-scrollbar-track-piece,
        .section-car-search .search-section .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%); }
        .section-car-search .search-section .aside-elem-list::-webkit-scrollbar-thumb,
        .section-car-search .search-section .aside-elem-list *::-webkit-scrollbar-thumb {
          background: var(--theme-color-main);
          border-radius: 99px; }
        .section-car-search .search-section .aside-elem-list::-webkit-scrollbar-corner,
        .section-car-search .search-section .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%); } }
    .section-car-search .search-section .aside-elem-list.filter-btn-template {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(60px, auto));
      gap: 4px;
      text-align: center; }
      .section-car-search .search-section .aside-elem-list.filter-btn-template:not(:has(:nth-child(4))) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .section-car-search .search-section .aside-elem-list.filter-btn-template:not(:has(:nth-child(4))) .attribute-checkbox {
          width: 70px; }
      .section-car-search .search-section .aside-elem-list.filter-btn-template .attribute-checkbox {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0;
        border: 1px solid #d6d6d6;
        padding: 4px;
        aspect-ratio: 100 / 60; }
        .section-car-search .search-section .aside-elem-list.filter-btn-template .attribute-checkbox.active {
          background: #000000; }
          .section-car-search .search-section .aside-elem-list.filter-btn-template .attribute-checkbox.active .text {
            color: white; }
      @media (max-width: 767.98px) {
        .section-car-search .search-section .aside-elem-list.filter-btn-template .text {
          margin: 0; } }
      .section-car-search .search-section .aside-elem-list.filter-btn-template .checkmark {
        display: none; }
  .section-car-search .author-section {
    pointer-events: none;
    border-radius: 20px;
    background: #EFEFEF;
    height: 100%; }
    .section-car-search .author-section .author-section__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 12px 16px;
      border-bottom: 1px solid var(--color-gray); }
      @media (max-width: 991.98px) {
        .section-car-search .author-section .author-section__header {
          -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; } }
      @media (max-width: 767.98px) {
        .section-car-search .author-section .author-section__header {
          padding: 0;
          margin-bottom: 12px;
          border: none; } }
    .section-car-search .author-section .search-section__filters {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 1199.98px) {
        .section-car-search .author-section .search-section__filters {
          -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }
    .section-car-search .author-section .author-section__select {
      max-width: 230px;
      width: 100%; }
      @media (max-width: 991.98px) {
        .section-car-search .author-section .author-section__select {
          max-width: none; } }
  .section-car-search .search-section__filters {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    padding: 16px; }
    @media (max-width: 767.98px) {
      .section-car-search .search-section__filters {
        padding: 0;
        gap: 12px; } }
    .section-car-search .search-section__filters .jq-selectbox {
      width: 100%; }
      .section-car-search .search-section__filters .jq-selectbox .jq-selectbox__select,
      .section-car-search .search-section__filters .jq-selectbox select {
        width: 100%; }
  .section-car-search .search-section__title,
  .section-car-search .author-section__title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 16px; }
    @media (max-width: 1199.98px) {
      .section-car-search .search-section__title,
      .section-car-search .author-section__title {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 767.98px) {
      .section-car-search .search-section__title,
      .section-car-search .author-section__title {
        display: none; } }
  .section-car-search .search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 35px;
    background-color: #7a7a7a;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .section-car-search .search-button {
        padding: 12px 20px; } }
    @media (pointer: fine) {
      .section-car-search .search-button:hover {
        background-color: var(--color-black); } }
    .section-car-search .search-button .ic {
      width: 18px;
      height: 18px; }
  .section-car-search .search-wrapp {
    position: relative; }
    .section-car-search .search-wrapp.active .search-button {
      display: none; }
    .section-car-search .search-wrapp.active .search-results {
      display: block; }
    .section-car-search .search-wrapp .search-input-wrap {
      position: relative;
      margin-bottom: 12px; }
      .section-car-search .search-wrapp .search-input-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.33512 15.0001C12.017 15.0001 15.0018 12.0153 15.0018 8.33341C15.0018 4.65152 12.017 1.66675 8.33512 1.66675C4.65323 1.66675 1.66846 4.65152 1.66846 8.33341C1.66846 12.0153 4.65323 15.0001 8.33512 15.0001Z' stroke='%231D1D1D' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3315 18.3333L13.3315 13.3333' stroke='%231D1D1D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
        width: 20px;
        height: 20px; }
      .section-car-search .search-wrapp .search-input-wrap .search-input {
        border-radius: 80px;
        border: 1px solid var(--color-gray);
        background: var(--white-color);
        height: 48px;
        padding: 5px 20px;
        width: 100%;
        outline: none;
        color: var(--color-black);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; }
        .section-car-search .search-wrapp .search-input-wrap .search-input::-webkit-input-placeholder {
          color: #A6A6A6; }
        .section-car-search .search-wrapp .search-input-wrap .search-input::-moz-placeholder {
          color: #A6A6A6; }
        .section-car-search .search-wrapp .search-input-wrap .search-input:-ms-input-placeholder {
          color: #A6A6A6; }
        .section-car-search .search-wrapp .search-input-wrap .search-input::-ms-input-placeholder {
          color: #A6A6A6; }
        .section-car-search .search-wrapp .search-input-wrap .search-input::placeholder {
          color: #A6A6A6; }
        .section-car-search .search-wrapp .search-input-wrap .search-input:focus {
          border: 1px solid var(--color-red); }
    .section-car-search .search-wrapp .search-results {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 12px;
      border: 1px solid var(--color-gray);
      background: var(--white-color);
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
              box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
      padding: 16px;
      z-index: 1000;
      max-height: 500px;
      overflow-y: auto; }
  @media (max-width: 767.98px) {
    .section-car-search .accordion {
      padding: 8px 16px;
      border-radius: 20px;
      border: 1px solid #EFEFEF;
      background: var(--color-light-gray); }
      .section-car-search .accordion .accordion-content {
        border-top: 1px solid var(--color-gray);
        padding-top: 12px;
        margin-top: 12px; }
      .section-car-search .accordion .author-section,
      .section-car-search .accordion .search-section {
        background-color: transparent; } }
  .section-car-search .accordion-head {
    display: none;
    scroll-margin-top: 100px; }
    @media (max-width: 767.98px) {
      .section-car-search .accordion-head {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 35% 1fr 14px;
        grid-template-columns: 35% 1fr 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #333;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px; }
        .section-car-search .accordion-head .icon {
          width: 32px;
          height: 32px; }
        .section-car-search .accordion-head .ic {
          color: var(--color-red);
          width: 12px;
          height: 10px; } }
  @media (max-width: 767.98px) {
    .section-car-search .accordion-content {
      display: none; } }
  @media (max-width: 767.98px) {
    .section-car-search .nav-tabs-desktop {
      display: block; } }
  @media (max-width: 767.98px) {
    .section-car-search .nav-tabs-desktop .nav-item:not(.nav-item__wide-tires) {
      display: none; } }
  .section-car-search .nav-tabs-desktop .nav-item__wide-tires .badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  @media (max-width: 767.98px) {
    .section-car-search .nav-tabs-desktop .nav-item__wide-tires .nav-link-tab {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 35% 1fr 14px;
      grid-template-columns: 35% 1fr 14px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0;
      padding: 0 6px;
      font-size: 18px; } }
  .section-car-search .nav-tabs-mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .section-car-search .nav-tabs-mobile {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60% 1fr;
        grid-template-columns: 60% 1fr;
        gap: 4px; } }
    @media (max-width: 767.98px) {
      .section-car-search .nav-tabs-mobile .nav-link-tab {
        font-size: 14px;
        line-height: 18px;
        padding: 12px 8px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .section-car-search .nav-tabs-mobile .nav-link-tab:focus, .section-car-search .nav-tabs-mobile .nav-link-tab:hover {
          color: var(--color-red); } }
  .section-car-search .tab-content-mobile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 1fr;
    grid-template-columns: 60% 1fr;
    gap: 16px; }
    @media (max-width: 767.98px) {
      .section-car-search .tab-content-mobile {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    @media (min-width: 767.98px) {
      .section-car-search .tab-content-mobile .tab-pane {
        display: block;
        opacity: 1; } }
  @media (max-width: 767.98px) {
    .section-car-search .tab-pane-main {
      display: block;
      opacity: 1; }
      .section-car-search .tab-pane-main:not(:first-child) {
        margin-top: 8px; } }

#infoTextModal .title {
  color: black;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 767.98px) {
    #infoTextModal .title {
      font-size: 22px;
      line-height: 28px; } }

.section-two-text-columns .img-wrap img {
  display: block;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -o-object-position: top;
     object-position: top; }

.product-models-carousel-section .product-models-carousel {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .product-models-carousel-section .product-models-carousel {
      margin: 0 -16px; } }
  .product-models-carousel-section .product-models-carousel:not(.swiper-initialized) .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991.98px) {
      .product-models-carousel-section .product-models-carousel:not(.swiper-initialized) .swiper-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
  .product-models-carousel-section .product-models-carousel:not(.swiper-initialized) .swiper-slide {
    display: block; }
    .product-models-carousel-section .product-models-carousel:not(.swiper-initialized) .swiper-slide:nth-child(n + 7) {
      display: none; }
    @media (max-width: 991.98px) {
      .product-models-carousel-section .product-models-carousel:not(.swiper-initialized) .swiper-slide:nth-child(n + 5) {
        display: none; } }
    @media (max-width: 575.98px) {
      .product-models-carousel-section .product-models-carousel:not(.swiper-initialized) .swiper-slide:nth-child(n + 3) {
        display: none; } }
  .product-models-carousel-section .product-models-carousel .swiper-slide {
    height: auto !important; }

.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;
  gap: 2px; }
  .price-wrap .old-price {
    display: inline-block; }
  .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(--price-new);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  @media (max-width: 767.98px) {
    .qty-picker {
      gap: 4px; } }
  .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: var(--color-light-gray);
    color: var(--theme-color-main);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 16px;
      height: 16px; }
    @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 {
    height: 48px;
    width: 48px;
    padding: 1px 4px;
    font-weight: 600;
    text-align: center;
    outline: none !important;
    background: transparent !important;
    border-radius: 8px;
    border: 1px solid var(--color-gray);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        border-color: var(--color-smoky-gray); } }
    .qty-picker input:focus {
      border-color: var(--color-smoky-gray); }
    @media (max-width: 767.98px) {
      .qty-picker input {
        width: 44px;
        height: 40px; } }
  .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; }

.product-block {
  --bg: white;
  position: relative;
  width: 100%;
  padding: 16px;
  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;
  gap: 16px;
  border: 1px solid var(--color-gray);
  text-decoration: none !important; }
  @media (max-width: 767.98px) {
    .product-block {
      -ms-grid-columns: 42% 1fr;
      grid-template-columns: 42% 1fr;
      gap: 12px; } }
  @media (max-width: 575.98px) {
    .product-block {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  .product-block.product-tire .product-img img {
    -webkit-transform: scale(1.3) translateY(24px);
        -ms-transform: scale(1.3) translateY(24px);
            transform: scale(1.3) translateY(24px); }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
    .product-block .product-img-wrap img {
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
    .product-block .product-img-wrap .action-toggle {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .product-block .product-img-wrap .action-toggle .ic {
        width: 20px;
        height: 20px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        fill: none;
        stroke: var(--color-red); }
        @media (max-width: 767.98px) {
          .product-block .product-img-wrap .action-toggle .ic {
            width: 16px;
            height: 16px; } }
      .product-block .product-img-wrap .action-toggle.choosed .ic {
        fill: var(--color-red); }
    .product-block .product-img-wrap .brand-item {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      padding: 4px 12px;
      border-radius: 8px;
      border: 1px solid var(--color-gray);
      background: var(--white-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 42px; }
      .product-block .product-img-wrap .brand-item img {
        display: block;
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%;
        width: 100%; }
  .product-block .product-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-block .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 8px;
    word-break: break-word;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .product-block .product-title span {
      display: block; }
    .product-block .product-title .product-title__model {
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      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) {
        .product-block .product-title .product-title__model {
          font-size: 16px; } }
    .product-block .product-title:focus {
      color: var(--color-red); }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--color-red); } }
    @media (max-width: 767.98px) {
      .product-block .product-title {
        font-size: 14px;
        line-height: 20px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .product-block .rating,
  .product-block .stock-status,
  .product-block .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .product-block .rating:not(:last-child),
    .product-block .stock-status:not(:last-child),
    .product-block .product-actions:not(:last-child) {
      margin-bottom: 14px; }
      @media (max-width: 767.98px) {
        .product-block .rating:not(:last-child),
        .product-block .stock-status:not(:last-child),
        .product-block .product-actions:not(:last-child) {
          margin-bottom: 8px; } }
  .product-block .price-wrap .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: var(--color-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .product-block .price-wrap .price {
        font-size: 18px;
        line-height: 20px; } }
    .product-block .price-wrap .price span {
      color: var(--color-black);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-transform: none; }
      @media (max-width: 767.98px) {
        .product-block .price-wrap .price span {
          font-size: 12px;
          line-height: 16px; } }
  .product-block .warranty-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--color-black);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 14px; }
    @media (max-width: 767.98px) {
      .product-block .warranty-wrapp {
        margin-top: 8px; } }
    .product-block .warranty-wrapp .warranty-icon {
      width: 16px;
      min-width: 16px;
      height: 16px; }

@-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 .page-title {
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .page-product .page-title {
      margin-bottom: 16px; } }

.page-product .product-gallery-mob {
  display: none; }
  .page-product .product-gallery-mob.is-visible {
    display: block; }

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 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; } }
  .product-page-grid:has(.product-variants-tabs) .favorites-toggle {
    display: none; }
  @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; } }
  .product-page-grid .left-side {
    border: 1px solid var(--color-gray);
    border-right: none;
    border-top: none; }
    @media (min-width: 992px) {
      .product-page-grid .left-side {
        position: sticky;
        z-index: 1;
        top: 52px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side {
        width: 100%;
        border: none; } }
  .product-page-grid .right-side {
    border: 1px solid var(--color-gray);
    border-top: none; }
    @media (max-width: 991.98px) {
      .product-page-grid .right-side {
        border: none; } }
  .product-page-grid .product-info-wrap {
    padding: 24px;
    border-top: 1px solid var(--color-gray); }
    @media (max-width: 991.98px) {
      .product-page-grid .product-info-wrap {
        padding: 16px;
        margin: 0 -16px; } }
  .product-page-grid .product-info-wrap-title {
    color: var(--color-black);
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .product-page-grid .product-info-wrap-title {
        font-size: 24px;
        line-height: normal; } }
    @media (max-width: 767.98px) {
      .product-page-grid .product-info-wrap-title {
        font-size: 18px;
        line-height: 24px; } }
  .product-page-grid .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none; }
    @media (max-width: 991.98px) {
      .product-page-grid .top-info {
        display: none; } }
    .product-page-grid .top-info .warranty-wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .product-page-grid .top-info .warranty-wrapp {
          -ms-grid-row: 1;
          grid-row: 1; } }
    .product-page-grid .top-info .product-own_import {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
      @media (max-width: 767.98px) {
        .product-page-grid .top-info .product-own_import {
          -ms-grid-row: 1;
          grid-row: 1; } }
    .product-page-grid .top-info .sku {
      color: var(--color-smoky-gray);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      margin-left: auto; }
      @media (max-width: 767.98px) {
        .product-page-grid .top-info .sku {
          -ms-grid-row: 2;
          grid-row: 2;
          -ms-grid-column: 2;
          grid-column: 2; } }
  .product-page-grid .in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }

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

.product-gallery {
  position: relative;
  background: var(--white);
  padding: 24px; }
  @media (max-width: 991.98px) {
    .product-gallery {
      padding: 0;
      height: 360px;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .product-gallery {
      height: 280px; } }
  .product-gallery .product-gallery-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 25px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0; } }
  .product-gallery .product-stickers {
    top: 0 !important;
    left: 0 !important; }
  .product-gallery .product-gallery-slides {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 528px; }
      .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 .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; }
    @media (max-width: 767.98px) {
      .product-gallery .gallery-slide {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 15px; } }
  .product-gallery .gallery-button-prev {
    left: 0; }
  .product-gallery .gallery-button-next {
    right: 0; }
  .product-gallery .product-gallery-thumbs-wrapp {
    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; }
    .product-gallery .product-gallery-thumbs-wrapp:not(:has(.swiper-initialized)) .swiper-button-prev,
    .product-gallery .product-gallery-thumbs-wrapp:not(:has(.swiper-initialized)) .swiper-button-next {
      display: none; }
    .product-gallery .product-gallery-thumbs-wrapp:not(:has(.swiper-initialized)) .swiper-slide:not(:first-child) {
      display: none; }
  .product-gallery .product-gallery-thumbs {
    width: 88px;
    max-height: 400px;
    overflow: hidden;
    padding-right: 2px; }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs {
        display: none; } }
  .product-gallery .gallery-thumb-slide {
    padding: 6px;
    border: 1px solid transparent;
    height: auto !important;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      border: 1px solid var(--color-black); }
  .product-gallery .thumb-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  @media (max-width: 991.98px) {
    .product-gallery .swiper-button-next,
    .product-gallery .swiper-button-prev {
      position: absolute !important; } }
  .product-gallery .swiper-button-next .ic,
  .product-gallery .swiper-button-prev .ic {
    color: var(--color-red);
    width: 20px;
    height: 20px; }
  @media (max-width: 991.98px) {
    .product-gallery .swiper-button-prev {
      -webkit-transform: rotate(-90deg) !important;
          -ms-transform: rotate(-90deg) !important;
              transform: rotate(-90deg) !important; } }
  @media (max-width: 991.98px) {
    .product-gallery .swiper-button-next {
      -webkit-transform: rotate(-90deg) !important;
          -ms-transform: rotate(-90deg) !important;
              transform: rotate(-90deg) !important; } }
  .product-gallery .action-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .product-gallery .action-toggle .ic,
    .product-gallery .action-toggle .icon {
      color: var(--color-red);
      width: 100%;
      height: 100%;
      fill: var(--white-color);
      stroke: var(--color-red); }
    .product-gallery .action-toggle.choosed .ic {
      fill: var(--color-red); }
  .product-gallery .warranty-wrapp {
    position: absolute;
    right: 0;
    bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--white-color);
    padding: 3px 6px;
    z-index: 1; }

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

.product-top-wrapp {
  position: sticky;
  z-index: 999;
  top: 0;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color-gray); }
  @media (max-width: 991.98px) {
    .product-top-wrapp {
      position: static;
      display: block;
      background-color: var(--color-light-gray);
      padding: 0 16px;
      margin: 0 -16px;
      border-bottom: none; } }
  .product-top-wrapp .product-anchors {
    margin-right: auto; }
  .product-top-wrapp .brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .product-top-wrapp .brand-item {
        display: none; } }
    .product-top-wrapp .brand-item img {
      display: block;
      max-height: 40px; }

.product-anchors .product-anchors-slider {
  overflow: hidden; }

.product-anchors .product-anchors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; }

.product-anchors .product-anchors-item {
  width: auto !important; }
  .product-anchors .product-anchors-item:first-child .product-anchors-link {
    margin-left: 0; }

.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;
  margin: 0 14px;
  padding: 15px 0;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .product-anchors .product-anchors-link.active {
    color: var(--color-red); }
    .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; }
  .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 span {
    color: #6F6F6F; }
  @media (any-hover: hover) {
    .product-anchors .product-anchors-link:hover {
      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; } }
  .product-anchors .product-anchors-link:focus {
    text-decoration: none; }
    .product-anchors .product-anchors-link:focus::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: 767.98px) {
    .product-anchors .product-anchors-link {
      font-size: 14px;
      line-height: 20px;
      margin: 0 8px;
      padding: 12px 0; } }

.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-delivery-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media (max-width: 767.98px) {
    .product-delivery-wrap {
      gap: 16px 8px; } }
  .product-delivery-wrap .delivery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199.98px) {
      .product-delivery-wrap .delivery-item {
        -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: 8px; } }
    @media (max-width: 767.98px) {
      .product-delivery-wrap .delivery-item {
        -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;
        gap: 0; } }
    @media (max-width: 767.98px) {
      .product-delivery-wrap .delivery-item {
        -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; } }
    .product-delivery-wrap .delivery-item .delivery-item-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40px;
      min-width: 40px;
      height: 40px;
      margin-right: 12px; }
      @media (max-width: 767.98px) {
        .product-delivery-wrap .delivery-item .delivery-item-image {
          width: 32px;
          min-width: 32px;
          height: 32px;
          margin-right: 0;
          margin-bottom: 8px; } }
    .product-delivery-wrap .delivery-item .delivery-item-title {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .product-delivery-wrap .delivery-item .delivery-item-title {
          font-size: 14px;
          line-height: 20px; } }
    .product-delivery-wrap .delivery-item .delivery-item-text {
      color: var(--color-smoky-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 4px; }
      @media (max-width: 767.98px) {
        .product-delivery-wrap .delivery-item .delivery-item-text {
          font-size: 12px;
          line-height: 16px; } }

.product-variants-wrapp {
  background-color: var(--color-light-gray); }
  .product-variants-wrapp .product-variant {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28% 1fr 1fr;
    grid-template-columns: 28% 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 12px; }
    .product-variants-wrapp .product-variant:last-child {
      margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .product-variants-wrapp .product-variant {
        -ms-grid-columns: 28% 1fr 36px;
        grid-template-columns: 28% 1fr 36px;
        border-bottom: 1px solid var(--color-gray);
        padding-bottom: 8px;
        margin-bottom: 8px; }
        .product-variants-wrapp .product-variant:last-child {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; } }
  .product-variants-wrapp .price-wrap .price-calc-target {
    color: var(--color-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    .product-variants-wrapp .price-wrap .price-calc-target span {
      color: var(--color-black);
      font-size: 16px;
      font-weight: 500;
      text-transform: none; }
      @media (max-width: 767.98px) {
        .product-variants-wrapp .price-wrap .price-calc-target span {
          font-size: 14px; } }
    .product-variants-wrapp .price-wrap .price-calc-target .price-old {
      color: var(--color-smoky-gray);
      font-size: 16px;
      font-weight: 500; }
      .product-variants-wrapp .price-wrap .price-calc-target .price-old span {
        color: var(--color-smoky-gray); }
  .product-variants-wrapp .product-attributes {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .product-variants-wrapp .product-attributes {
        font-size: 14px;
        line-height: 20px; } }
  .product-variants-wrapp .btn-action {
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .product-variants-wrapp .btn-action {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        padding: 0 !important; }
        .product-variants-wrapp .btn-action span {
          display: none; } }

.specialist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .specialist-info .specialist-img {
    width: 80px;
    margin-right: 20px;
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .specialist-info .specialist-img {
        width: 68px;
        margin-right: 16px; } }
  .specialist-info .specialist-text {
    color: var(--color-smoky-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .specialist-info .specialist-text {
        font-size: 14px;
        line-height: 20px; } }
  .specialist-info .specialist-content {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 8px; }
    .specialist-info .specialist-content a {
      text-decoration: none; }
    .specialist-info .specialist-content p {
      margin: 0; }
    .specialist-info .specialist-content strong {
      font-weight: unset; }
    @media (max-width: 767.98px) {
      .specialist-info .specialist-content {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 4px; } }

.section-details-row .image img {
  margin: 0;
  border-radius: 16px; }

.characteristics-wrap .table-wrap {
  margin: 0; }

.characteristics-wrap .attributes-table {
  width: 100%; }

.characteristics-wrap .attribute {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }
  .characteristics-wrap .attribute:nth-child(odd) {
    background-color: var(--color-light-gray); }
  @media (max-width: 767.98px) {
    .characteristics-wrap .attribute {
      font-size: 14px;
      line-height: 20px;
      padding: 12px 16px; } }

.characteristics-wrap .title {
  color: var(--color-smoky-gray); }

.characteristics-wrap .value {
  color: #0F0F0F; }

.tab-pane:not(:first-child) {
  padding-top: 36px; }
  @media (max-width: 767.98px) {
    .tab-pane:not(:first-child) {
      padding-top: 20px; } }

.product-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid var(--color-gray); }
  @media (max-width: 1199.98px) {
    .product-info-bottom {
      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) {
    .product-info-bottom {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 -16px;
      padding: 16px; } }
  .product-info-bottom:has(.product-chars), .product-info-bottom:has(.product-eurolabel) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr; }
    .product-info-bottom:has(.product-chars) .rating-wrapp, .product-info-bottom:has(.product-eurolabel) .rating-wrapp {
      -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: 8px; }
      @media (max-width: 767.98px) {
        .product-info-bottom:has(.product-chars) .rating-wrapp, .product-info-bottom:has(.product-eurolabel) .rating-wrapp {
          -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; } }
  @media (max-width: 991.98px) {
    .product-info-bottom:has(.rating-count) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .product-info-bottom .product-chars {
    display: block; }
  .product-info-bottom .sku {
    display: none; }
    @media (max-width: 991.98px) {
      .product-info-bottom .sku {
        display: block;
        margin-left: auto; } }

.product-eurolabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .product-eurolabel--desktop {
      display: none; } }
  .product-eurolabel--mobile {
    display: none; }
    @media (max-width: 991.98px) {
      .product-eurolabel--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 991.98px) {
    .product-eurolabel {
      padding: 16px;
      border-top: 1px solid var(--color-gray);
      margin: 0 -16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px; } }
  .product-eurolabel .product-eurolabel__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px; }
  .product-eurolabel .product-eurolabel__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;
    border-radius: 8px;
    background: var(--color-light-gray);
    padding: 8px 16px;
    width: 123px; }
  .product-eurolabel .product-eurolabel__icon-text {
    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; }
    .product-eurolabel .product-eurolabel__icon-text .ic {
      width: 20px;
      height: 20px; }
    .product-eurolabel .product-eurolabel__icon-text .product-eurolabel__value {
      color: var(--color-black);
      font-size: 14px;
      font-weight: 600;
      line-height: 20px; }
  .product-eurolabel .product-eurolabel__label {
    display: block;
    color: var(--color-black);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 8px;
    text-align: center; }
  @media (max-width: 575.98px) {
    .product-eurolabel a:has(.product-eurolabel__image) {
      display: block;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .product-eurolabel .product-eurolabel__image {
      width: 100%; } }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px; }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px; }
    .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: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M12.3017 4.53466C12.2231 4.2811 12.0076 4.10101 11.7526 4.07703L8.28913 3.74887L6.91956 0.403834C6.81857 0.158687 6.58859 0 6.33306 0C6.07753 0 5.84754 0.158687 5.74656 0.404407L4.37699 3.74887L0.912915 4.07703C0.658392 4.10159 0.443421 4.2811 0.36441 4.53466C0.285398 4.78821 0.358367 5.06632 0.550907 5.24163L3.16892 7.6375L2.39693 11.186C2.34044 11.4469 2.43749 11.7166 2.64495 11.8731C2.75646 11.9572 2.88693 12 3.01849 12C3.13193 12 3.24445 11.9681 3.34544 11.905L6.33306 10.0418L9.31958 11.905C9.53812 12.0422 9.81361 12.0297 10.0206 11.8731C10.2282 11.7162 10.3251 11.4464 10.2686 11.186L9.49664 7.6375L12.1147 5.24211C12.3072 5.06632 12.3807 4.78869 12.3017 4.53466Z' fill='%23FFC531'/%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .rating .rating-stars .star-icon.disabled {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M12.3017 4.53466C12.2231 4.2811 12.0076 4.10101 11.7526 4.07703L8.28913 3.74887L6.91956 0.403834C6.81857 0.158687 6.58859 0 6.33306 0C6.07753 0 5.84754 0.158687 5.74656 0.404407L4.37699 3.74887L0.912915 4.07703C0.658392 4.10159 0.443421 4.2811 0.36441 4.53466C0.285398 4.78821 0.358367 5.06632 0.550907 5.24163L3.16892 7.6375L2.39693 11.186C2.34044 11.4469 2.43749 11.7166 2.64495 11.8731C2.75646 11.9572 2.88693 12 3.01849 12C3.13193 12 3.24445 11.9681 3.34544 11.905L6.33306 10.0418L9.31958 11.905C9.53812 12.0422 9.81361 12.0297 10.0206 11.8731C10.2282 11.7162 10.3251 11.4464 10.2686 11.186L9.49664 7.6375L12.1147 5.24211C12.3072 5.06632 12.3807 4.78869 12.3017 4.53466Z' fill='%23E9E9E9'/%3E%3C/svg%3E"); }
      @media (max-width: 575.98px) {
        .rating .rating-stars .star-icon {
          width: 10px;
          height: 10px; } }
  .rating .review-count,
  .rating .rating-count {
    color: var(--color-smoky-gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; }

.rating-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .rating-wrapp .rating-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .rating-wrapp .rating-value {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .rating-wrapp .rating-value {
        display: none; } }
  .rating-wrapp .star-icon {
    width: 20px !important;
    height: 20px !important; }
    @media (max-width: 767.98px) {
      .rating-wrapp .star-icon {
        width: 16px !important;
        height: 16px !important; } }
  .rating-wrapp .rating-count {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .rating-wrapp .rating-count {
        display: none; } }

.product-variants-tabs {
  background-color: var(--color-light-gray);
  padding: 0 !important; }
  .product-variants-tabs .product-tabs .nav-tabs {
    gap: 4px;
    padding: 24px 24px 12px;
    border: none; }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .nav-tabs {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 20px 16px 12px; } }
  .product-variants-tabs .product-tabs .nav-item {
    margin: 0; }
  .product-variants-tabs .product-tabs .nav-link {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 80px;
    border: 2px solid var(--color-gray);
    background: var(--white-color);
    padding: 9px 20px; }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px; } }
    .product-variants-tabs .product-tabs .nav-link.active {
      color: var(--color-red);
      border: 2px solid var(--color-red); }
  .product-variants-tabs .product-tabs .tab-pane {
    padding: 0; }
  .product-variants-tabs .product-tabs table {
    border: none;
    margin: 0; }
  .product-variants-tabs .product-tabs td {
    border: none;
    padding: 0; }
  .product-variants-tabs .product-tabs .clickable-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 31% 30% 28% 1fr;
    grid-template-columns: 31% 30% 28% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    border-top: 1px solid var(--color-gray);
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .product-variants-tabs .product-tabs .clickable-row:hover {
        background-color: var(--white-color); }
        .product-variants-tabs .product-tabs .clickable-row:hover .product-variant-arrow {
          background-color: var(--color-red); }
          .product-variants-tabs .product-tabs .clickable-row:hover .product-variant-arrow .ic {
            color: var(--white-color); } }
    @media (max-width: 1199.98px) {
      .product-variants-tabs .product-tabs .clickable-row {
        padding: 12px;
        -ms-grid-columns: 27% 27% 28% 1fr;
        grid-template-columns: 27% 27% 28% 1fr; } }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .clickable-row {
        -ms-grid-columns: 38% 18% 30% 1fr;
        grid-template-columns: 38% 18% 30% 1fr; } }
  .product-variants-tabs .product-tabs .product-variant-model {
    color: var(--color-red);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 1199.98px) {
      .product-variants-tabs .product-tabs .product-variant-model {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .product-variant-model {
        color: var(--color-black); } }
  .product-variants-tabs .product-tabs .product-variant-weight {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (max-width: 1199.98px) {
      .product-variants-tabs .product-tabs .product-variant-weight {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .product-variant-weight {
        font-size: 12px; } }
  .product-variants-tabs .product-tabs .product-variant-price {
    color: var(--color-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .product-variant-price {
        font-size: 20px;
        line-height: 20px; } }
    .product-variants-tabs .product-tabs .product-variant-price span {
      color: var(--color-black);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-transform: none; }
      @media (max-width: 1199.98px) {
        .product-variants-tabs .product-tabs .product-variant-price span {
          font-size: 14px;
          line-height: 16px; } }
  .product-variants-tabs .product-tabs .product-variant-arrow {
    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;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    border-radius: 50%;
    background: #F0F0F0;
    margin-left: auto;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .product-variants-tabs .product-tabs .product-variant-arrow {
        width: 16px;
        height: 16px; } }
    .product-variants-tabs .product-tabs .product-variant-arrow .ic {
      width: 16px;
      height: 16px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .product-variants-tabs .text-empty {
    text-align: center;
    padding: 10px; }

.tab-content-wrapp.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px;
  grid-template-columns: 1fr 400px;
  gap: 16px; }
  .tab-content-wrapp.active:has(.product-block-with-variants) {
    -ms-grid-columns: 1fr 504px;
    grid-template-columns: 1fr 504px; }
    @media (max-width: 1199.98px) {
      .tab-content-wrapp.active:has(.product-block-with-variants) {
        -ms-grid-columns: 1fr 450px;
        grid-template-columns: 1fr 450px; } }
    @media (max-width: 991.98px) {
      .tab-content-wrapp.active:has(.product-block-with-variants) {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
  @media (max-width: 991.98px) {
    .tab-content-wrapp.active {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0; } }

.tab-content-wrapp .action-toggle {
  display: none; }

.tab-content-wrapp .product-block,
.tab-content-wrapp .product-block-with-variants {
  position: sticky;
  top: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 991.98px) {
    .tab-content-wrapp .product-block,
    .tab-content-wrapp .product-block-with-variants {
      display: none; } }

@media (max-width: 767.98px) {
  .tab-content-wrapp .section-title {
    margin-bottom: 12px; } }

.section-top-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: 16px; }
  @media (max-width: 767.98px) {
    .section-top-wrap {
      margin-bottom: 20px; } }
  .section-top-wrap .section-title {
    margin: 0; }
    @media (max-width: 767.98px) {
      .section-top-wrap .section-title {
        display: none; } }
  @media (max-width: 767.98px) {
    .section-top-wrap .btn {
      width: 100%; } }

@media (max-width: 767.98px) {
  .section-reviews {
    margin: 0 -16px; }
    .section-reviews:has(.empty-reviews) {
      margin: 0; } }

.section-reviews .reviews-list .review-item {
  border-radius: 16px;
  background-color: var(--color-light-gray);
  padding: 20px 24px;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .review-item {
      border-radius: 0;
      padding: 16px;
      margin-bottom: 4px; } }
  .section-reviews .reviews-list .review-item:has(.review-answer) .review-bottom-actions {
    margin-bottom: 12px; }

.section-reviews .reviews-list .review-heading {
  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; }

.section-reviews .reviews-list .review-heading-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-reviews .reviews-list .review-heading-left .reviews-name {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 16px; }
    .section-reviews .reviews-list .review-heading-left .reviews-name:empty {
      display: none; }
    @media (max-width: 767.98px) {
      .section-reviews .reviews-list .review-heading-left .reviews-name {
        font-size: 14px;
        line-height: 20px;
        margin-right: 8px; } }
  .section-reviews .reviews-list .review-heading-left .reviews-data {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .section-reviews .reviews-list .review-heading-left .reviews-data {
        font-size: 14px;
        line-height: 20px; } }

.section-reviews .reviews-list .rating .rating-title {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 4px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .rating .rating-title {
      font-size: 14px;
      line-height: 20px; } }

.section-reviews .reviews-list .rating .star-icon {
  width: 16px;
  height: 16px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .rating .star-icon {
      width: 12px;
      height: 12px;
      aspect-ratio: 1/1; } }

.section-reviews .reviews-list .review-content {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .review-content {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px; } }

.section-reviews .reviews-list .review-bottom-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: 16px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .review-bottom-actions {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-top: 10px; } }

.section-reviews .reviews-list .answer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .section-reviews .reviews-list .answer-link .ic {
    width: 16px;
    height: 16px; }
  @media (pointer: fine) {
    .section-reviews .reviews-list .answer-link:hover {
      color: var(--color-red); } }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .answer-link {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px; } }

.section-reviews .reviews-list .review-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .review-likes {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  .section-reviews .reviews-list .review-likes .review-likes-label {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .section-reviews .reviews-list .review-likes .review-likes-label {
        font-size: 14px;
        line-height: 20px; } }
  .section-reviews .reviews-list .review-likes .review-votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 767.98px) {
      .section-reviews .reviews-list .review-likes .review-votes {
        gap: 6px; } }
  .section-reviews .reviews-list .review-likes .review-likes-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) {
      .section-reviews .reviews-list .review-likes .review-likes-wrap:first-child {
        margin-left: auto; } }
  .section-reviews .reviews-list .review-likes .review-likes-value,
  .section-reviews .reviews-list .review-likes .review-dislikes-value {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 4px; }
    @media (max-width: 767.98px) {
      .section-reviews .reviews-list .review-likes .review-likes-value,
      .section-reviews .reviews-list .review-likes .review-dislikes-value {
        font-size: 14px;
        line-height: 20px; } }
  .section-reviews .reviews-list .review-likes .review-likes-up,
  .section-reviews .reviews-list .review-likes .review-likes-down {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0; }
    .section-reviews .reviews-list .review-likes .review-likes-up .ic,
    .section-reviews .reviews-list .review-likes .review-likes-down .ic {
      width: 24px;
      height: 24px; }
      @media (max-width: 767.98px) {
        .section-reviews .reviews-list .review-likes .review-likes-up .ic,
        .section-reviews .reviews-list .review-likes .review-likes-down .ic {
          width: 20px;
          height: 20px; } }

.section-reviews .reviews-list .review-answer {
  padding: 12px 0 12px 32px;
  border-top: 1px solid var(--color-gray); }
  .section-reviews .reviews-list .review-answer:last-child {
    padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .review-answer {
      padding: 12px 0 12px 20px; } }

.section-reviews .reviews-list .review-answer-actions {
  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;
  margin-top: 16px; }
  @media (max-width: 767.98px) {
    .section-reviews .reviews-list .review-answer-actions {
      margin-top: 10px; } }

.section-reviews .btn-show-more {
  margin: 24px auto 0; }

.empty-reviews {
  border-radius: 16px;
  border: 1px solid #F0EEEF;
  padding: 90px;
  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; }
  @media (max-width: 767.98px) {
    .empty-reviews {
      padding: 48px 24px; } }
  .empty-reviews .empty-reviews-img {
    display: block; }
  .empty-reviews .empty-reviews-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 16px; }
  .empty-reviews .empty-reviews-text {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px; }

.section-video-wrapper .preview {
  position: relative;
  display: block; }
  .section-video-wrapper .preview::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Cg clip-path='url(%23clip0_873_21728)'%3E%3Ccircle cx='40.0001' cy='38.5185' r='25.9259' fill='white'/%3E%3Cpath d='M68.285 11.715C52.6649 -3.90501 27.3351 -3.90501 11.715 11.715C-3.90501 27.3351 -3.90501 52.6649 11.715 68.285C27.3351 83.905 52.6649 83.905 68.285 68.285C83.905 52.6649 83.905 27.3351 68.285 11.715ZM57.4776 42.4485L44.9815 49.6253L32.7388 56.7177C32.3166 57.0554 31.7256 57.2243 31.1346 57.2243C29.5303 57.2243 28.2638 55.9578 28.2638 54.3536V40V25.562C28.2638 25.0554 28.3483 24.6332 28.6016 24.1266C29.3615 22.7757 31.1346 22.2691 32.4855 23.1135L44.8127 30.2058C44.8971 30.2058 44.8971 30.2902 44.9815 30.2902L57.4776 37.467C57.8997 37.7203 58.2375 38.058 58.5752 38.4802C59.3351 39.9156 58.8285 41.6887 57.4776 42.4485Z' fill='%23E80027'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_873_21728'%3E%3Crect width='80' height='80' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    background-size: contain; }
    @media (max-width: 1199.98px) {
      .section-video-wrapper .preview::before {
        width: 64px;
        height: 64px; } }
    @media (max-width: 767.98px) {
      .section-video-wrapper .preview::before {
        width: 48px;
        height: 48px; } }

.section-video-wrapper .video-thumbnail {
  display: block;
  width: 100%;
  border-radius: 16px; }
  @media (max-width: 767.98px) {
    .section-video-wrapper .video-thumbnail {
      border-radius: 12px; } }

.section-product.out_of_stock .thumb-img img,
.section-product.out_of_stock .gallery-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.section-product.out_of_stock .product-action-btn {
  display: none; }

.section-product.out_of_stock .btn-out-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .section-product.out_of_stock .btn-out-stock {
      width: 100%; } }

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

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

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

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .products-carousel-section.hovered {
    z-index: 100; }
    .products-carousel-section.hovered .products-carousel-list {
      z-index: 100; }
    .products-carousel-section.hovered .products-carousel-wrap,
    .products-carousel-section.hovered .products-carousel-list.swiper-wrapper {
      padding-bottom: 500px;
      margin-bottom: -500px; }

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

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

.products-carousel {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .products-carousel:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  @media (max-width: 767.98px) {
    .products-carousel {
      margin: 0 -16px; } }
  .products-carousel .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .products-carousel .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .products-carousel .products-carousel-list {
    position: relative;
    z-index: 1; }
    .products-carousel .products-carousel-list .swiper-slide {
      height: auto !important; }
      .products-carousel .products-carousel-list .swiper-slide .product-block {
        height: 100%; }

.carousel-nav,
.products-carousel-nav {
  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: 24px; }
  @media (max-width: 767.98px) {
    .carousel-nav,
    .products-carousel-nav {
      margin-top: 16px; } }
  @media (max-width: 767.98px) {
    .carousel-nav .swiper-button-prev,
    .carousel-nav .swiper-button-next,
    .products-carousel-nav .swiper-button-prev,
    .products-carousel-nav .swiper-button-next {
      display: none; } }

.products-carousel-tabs-section {
  position: relative;
  z-index: 1;
  padding: 32px 0; }
  .products-carousel-tabs-section .products-carousel-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold; }
  .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 .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px; }
  .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
    margin-bottom: 24px; }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    padding: 7px 15px;
    border: 1px solid var(--theme-color-main);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: var(--theme-color-main);
      color: var(--white-color); }
  .products-carousel-tabs .products-carousel-tabs-nav .nav-item-title {
    font-weight: bold;
    text-transform: uppercase; }

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  z-index: 2; }
  .product-stickers.stickers-top-left {
    top: 0px;
    left: 0px; }
  .product-stickers.stickers-top-right {
    top: 0px;
    right: 0px; }
  .product-stickers.stickers-bottom-left {
    bottom: 0px;
    left: 0px; }
  .product-stickers.stickers-bottom-right {
    bottom: 0px;
    right: 0px; }
  .product-stickers .season-icon {
    width: 24px;
    height: 24px; }
  .product-stickers .stickers-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: 4px; }
  .product-stickers .label {
    padding: 4px 10px;
    border-radius: 50px;
    color: var(--white-color);
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center; }
    .product-stickers .label.label-is_new {
      background: blue; }
    .product-stickers .label.label-is_top {
      background: #F90; }
    .product-stickers .label.label-is_sale {
      background: orangered; }
    .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; }

.brand-item ~ .product-stickers.stickers-bottom-left {
  bottom: 47px; }

.brand-item ~ .product-stickers.stickers-bottom-right {
  bottom: 47px; }

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

.product-block-with-variants {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden; }
  .product-block-with-variants .product-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px; }
    @media (max-width: 991.98px) {
      .product-block-with-variants .product-card-wrap {
        padding: 16px; } }
    @media (max-width: 767.98px) {
      .product-block-with-variants .product-card-wrap {
        padding: 12px; } }
  .product-block-with-variants .product-img-wrap {
    position: relative;
    width: 96px;
    margin-right: 16px; }
    @media (max-width: 767.98px) {
      .product-block-with-variants .product-img-wrap {
        width: 80px;
        margin-right: 12px; } }
  .product-block-with-variants .stickers-wrap {
    white-space: nowrap; }
  .product-block-with-variants .sticker-item-season img {
    width: 20px; }
  .product-block-with-variants .action-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .product-block-with-variants .action-toggle {
        top: 12px;
        right: 12px; } }
    .product-block-with-variants .action-toggle .ic {
      width: 20px;
      height: 20px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      fill: none;
      stroke: var(--color-red); }
      @media (max-width: 767.98px) {
        .product-block-with-variants .action-toggle .ic {
          width: 16px;
          height: 16px; } }
    .product-block-with-variants .action-toggle.choosed .ic {
      fill: var(--color-red); }
  .product-block-with-variants .product-block-content {
    width: 65%; }
    @media (max-width: 991.98px) {
      .product-block-with-variants .product-block-content {
        width: 60%; } }
  .product-block-with-variants .product-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 4px; }
  .product-block-with-variants .sku {
    color: var(--color-smoky-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
  .product-block-with-variants .warranty-wrapp {
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .product-block-with-variants .warranty-wrapp {
        margin-top: 12px; } }
  .product-block-with-variants .product-variants-wrapp {
    padding: 20px;
    border-top: 1px solid var(--color-gray); }
    @media (max-width: 991.98px) {
      .product-block-with-variants .product-variants-wrapp {
        padding: 16px; } }
    @media (max-width: 767.98px) {
      .product-block-with-variants .product-variants-wrapp {
        padding: 16px 12px; } }
  .product-block-with-variants .product-variant {
    -ms-grid-columns: 30% 1fr 1fr;
    grid-template-columns: 30% 1fr 1fr; }
    @media (max-width: 991.98px) {
      .product-block-with-variants .product-variant {
        gap: 4px; } }
  .product-block-with-variants .price-wrap {
    margin: 0; }
    @media (max-width: 991.98px) {
      .product-block-with-variants .price-wrap {
        -ms-grid-row: 1;
        grid-row: 1; } }
    .product-block-with-variants .price-wrap .price {
      display: block; }
      .product-block-with-variants .price-wrap .price span {
        font-size: 14px;
        line-height: 20px; }
  .product-block-with-variants .product-attributes {
    font-size: 14px;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .product-block-with-variants .product-attributes {
        -ms-grid-row: 2;
        grid-row: 2; } }
  @media (max-width: 991.98px) {
    .product-block-with-variants .btn-action {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  @media (max-width: 767.98px) {
    .product-block-with-variants .btn-action {
      width: 32px;
      height: 32px;
      border-radius: 100%;
      padding: 0 !important; }
      .product-block-with-variants .btn-action span {
        display: none; } }

.catalog-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .catalog-title-wrap {
      -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;
      margin-bottom: 16px; } }
  .catalog-title-wrap .page-title {
    margin: 0; }
  .catalog-title-wrap .product-count {
    color: var(--color-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 16px; }
    @media (max-width: 767.98px) {
      .catalog-title-wrap .product-count {
        margin: 8px 0 0 0; } }

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 294px 1fr;
  grid-template-columns: 294px 1fr;
  gap: 17px; }
  @media (max-width: 1199.98px) {
    .category-page-grid {
      -ms-grid-columns: 280px 1fr;
      grid-template-columns: 280px 1fr; } }
  @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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-top {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 6px; } }
    @media (max-width: 575.98px) {
      .category-page-grid .catalog-top {
        margin-bottom: 11px; } }
    .category-page-grid .catalog-top .catalog-sorting-wrap {
      margin-bottom: 0; }
  .category-page-grid .catalog-view-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-view-toggle {
        gap: 8px;
        margin-left: 10px; } }
    .category-page-grid .catalog-view-toggle .catalog-view-btn {
      background: transparent;
      border: none;
      outline: none;
      padding: 0; }
      .category-page-grid .catalog-view-toggle .catalog-view-btn .icon {
        color: #A6A6A6;
        width: 24px;
        height: 24px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      .category-page-grid .catalog-view-toggle .catalog-view-btn.active .icon {
        color: var(--color-red); }
      @media (pointer: fine) {
        .category-page-grid .catalog-view-toggle .catalog-view-btn:hover:not(.active) .icon {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }

.category-page-aside {
  /*.attribute-checkbox {
        @media (max-width: $sm-max) {
            .checkmark {
                display: none;
            }
        }
    }*/ }
  @media (min-width: 992px) {
    .category-page-aside {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 991.98px) {
    .category-page-aside {
      position: fixed !important;
      top: 0;
      left: 0;
      z-index: 99999;
      width: 100%;
      height: 100dvh;
      background: var(--white);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .category-page-aside .category-aside-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding: 16px;
    background: var(--color-light-gray); }
    @media (min-width: 992px) {
      .category-page-aside .category-aside-top {
        display: none; } }
    .category-page-aside .category-aside-top .category-aside-top-title {
      color: black;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase; }
    .category-page-aside .category-aside-top .category-aside-top-close {
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%; }
      .category-page-aside .category-aside-top .category-aside-top-close .icon {
        width: 16px;
        height: 16px;
        color: #747474; }
  .category-page-aside .slider-nav {
    padding-top: 10px; }
    .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;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 8px; }
      .category-page-aside .slider-nav .amount:not(:last-child) {
        margin-bottom: 20px; }
    .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: 10px;
      min-width: 88px;
      color: grey;
      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: 40px;
        max-width: 88px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: var(--theme-color-main);
        border-radius: 4px;
        border: 1px solid #e3e3e3;
        background: var(--white);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (any-hover: hover) {
          .category-page-aside .slider-nav .amount-item input:hover, .category-page-aside .slider-nav .amount-item input:focus {
            border-color: var(--theme-color-main); } }
        .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
          border-color: var(--theme-color-main);
          outline: none; }
    .category-page-aside .slider-nav .ui-slider {
      height: 6px; }
      .category-page-aside .slider-nav .ui-slider:not(:last-child) {
        margin-bottom: 25px; }
    .category-page-aside .slider-nav .ui-widget-content {
      background: #f1f1f1;
      height: 6px;
      border-radius: 100px;
      border: none;
      margin: 0 32px; }
      .category-page-aside .slider-nav .ui-widget-content:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 100px;
        top: -2px;
        bottom: 2px;
        left: -32px;
        right: -32px;
        background: #f1f1f1; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
      height: 6px;
      top: -2px;
      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: #ffac07; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle {
      top: 1px;
      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: 32px;
        height: 32px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: black;
        cursor: pointer;
        border-radius: 100px; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(1):before {
      right: 50%; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(2):before {
      left: 50%; }
    .category-page-aside .slider-nav .btn-apply {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      padding: 4px; }
  .category-page-aside .catalog-filter-clear,
  .category-page-aside .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--color-red);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .category-page-aside .catalog-filter-clear .ic,
    .category-page-aside .filter-selected-clear .ic {
      width: 16px;
      height: 16px; }
    @media (any-hover: hover) {
      .category-page-aside .catalog-filter-clear:hover,
      .category-page-aside .filter-selected-clear:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
    .category-page-aside .catalog-filter-clear:focus,
    .category-page-aside .filter-selected-clear:focus {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .category-page-aside .catalog-filter-clear {
    margin-top: 12px; }
  @media (max-width: 767.98px) {
    .category-page-aside .btn-dark {
      position: sticky;
      bottom: 0; } }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      margin: 0 -16px; } }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  @media (max-width: 575.98px) {
    .catalog-product-grid:not(.grid-view) .product-block:not(:last-child) {
      border-bottom: none; } }
  .catalog-product-grid.grid-view {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 1199.98px) {
      .catalog-product-grid.grid-view {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 575.98px) {
      .catalog-product-grid.grid-view {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    .catalog-product-grid.grid-view .product-block {
      padding: 16px;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; }
      @media (max-width: 575.98px) {
        .catalog-product-grid.grid-view .product-block:nth-child(even) {
          border-left: none; } }

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

.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;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 80px;
  border: 1px solid var(--color-red);
  margin-right: auto;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; }
  .btn-filter-mobile::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.74987 14.75C6.61726 14.75 6.49009 14.6973 6.39632 14.6036C6.30255 14.5098 6.24987 14.3826 6.24987 14.25V9.4425L1.61487 4.345C1.43242 4.14394 1.31224 3.89424 1.26893 3.62621C1.22563 3.35818 1.26105 3.08334 1.3709 2.83505C1.48075 2.58676 1.66031 2.37569 1.88778 2.22746C2.11526 2.07923 2.38087 2.00021 2.65237 2H13.3474C13.6189 2.00021 13.8845 2.07923 14.112 2.22746C14.3394 2.37569 14.519 2.58676 14.6288 2.83505C14.7387 3.08334 14.7741 3.35818 14.7308 3.62621C14.6875 3.89424 14.5673 4.14394 14.3849 4.345L9.74987 9.4425V12.25C9.74983 12.3249 9.73295 12.3988 9.7005 12.4663C9.66805 12.5338 9.62084 12.5932 9.56237 12.64L7.06237 14.64C6.97373 14.7111 6.86351 14.7499 6.74987 14.75ZM2.65237 3C2.57457 3.00019 2.49849 3.02293 2.43334 3.06547C2.36819 3.108 2.31676 3.16851 2.28529 3.23966C2.25381 3.31082 2.24363 3.38957 2.25598 3.46639C2.26833 3.54321 2.30268 3.6148 2.35487 3.6725L7.11987 8.9225C7.20151 9.01227 7.24772 9.12868 7.24987 9.25V13.21L8.74987 12V9.25C8.74957 9.12522 8.79594 9.00484 8.87987 8.9125L13.6449 3.6625C13.694 3.60454 13.7256 3.53387 13.7363 3.45867C13.7469 3.38346 13.736 3.30679 13.7049 3.2375C13.6738 3.16821 13.6237 3.10914 13.5604 3.06712C13.4972 3.02509 13.4233 3.00182 13.3474 3H2.65237Z' fill='%23E80027'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: contain; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }
  @media (max-width: 575.98px) {
    .btn-filter-mobile {
      font-size: 12px;
      line-height: 16px; }
      .btn-filter-mobile span {
        display: none; } }

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

.catalog-filter-selected {
  border-radius: 16px;
  border: 1px solid var(--color-gray);
  background: var(--color-light-gray);
  padding: 16px 24px;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      margin-bottom: 0;
      border-radius: 0;
      padding: 16px; } }
  .catalog-filter-selected .filter-selected-title {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .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;
    gap: 8px; }
  .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; }
  .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;
    padding: 6px 10px;
    gap: 4px;
    border-radius: 8px;
    color: var(--color-black);
    border: 1px solid var(--color-gray);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected b {
      font-weight: 500; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      width: 12px;
      height: 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: #9D9D9D;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        background: grey;
        color: var(--white);
        text-decoration: none; }
        .catalog-filter-selected .filter-selected:hover .icon-wrap {
          color: var(--white); } }
    .catalog-filter-selected .filter-selected:focus {
      background: grey;
      color: var(--white);
      text-decoration: none; }
      .catalog-filter-selected .filter-selected:focus .icon-wrap {
        color: var(--white); }

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

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

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  @media (max-width: 991.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.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;
      row-gap: 16px; } }
  .categories-navigation .category-card {
    padding: 20px 20px 25px;
    border-radius: 10px;
    border: 1px solid var(--color-gray); }
    .categories-navigation .category-card .category-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
    .categories-navigation .category-card .category-img {
      display: block;
      position: relative;
      margin-bottom: 10px; }
      .categories-navigation .category-card .category-img img, .categories-navigation .category-card .category-img picture {
        display: block; }
    .categories-navigation .category-card a {
      text-decoration: none; }
    .categories-navigation .category-card .category-title {
      display: block;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    .categories-navigation .category-card .category-sub-navigation {
      font-size: 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: 10px;
      margin-top: 12px; }

.catalog-filter {
  border-radius: 16px;
  border: 1px solid var(--color-gray);
  background: var(--color-light-gray);
  padding: 24px 10px; }
  @media (max-width: 991.98px) {
    .catalog-filter {
      padding: 20px 16px;
      background-color: transparent;
      border: none; } }
  .catalog-filter .btn-border {
    border: 1px solid var(--color-black);
    background-color: var(--white-color);
    margin-bottom: 12px; }
  .catalog-filter .car-type-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    gap: 6px;
    margin-bottom: 6px; }
    .catalog-filter .car-type-choice.last .choice-wrapper {
      width: 100%; }
    .catalog-filter .car-type-choice .choice-label {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      padding: 12px 0; }
    .catalog-filter .car-type-choice .choice-mark {
      width: 20px;
      min-width: 20px;
      background-color: var(--white-color);
      border: 1px solid #d6d6d6;
      margin-right: 8px !important; }
    .catalog-filter .car-type-choice input:checked + label .choice-mark {
      background-color: var(--color-red);
      border: 1px solid transparent; }
    .catalog-filter .car-type-choice input:checked + label {
      padding: 12px 8px; }
  .catalog-filter .aside-elem {
    padding: 14px 20px;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    background: var(--white-color);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .catalog-filter .aside-elem:not(:last-child) {
      margin-bottom: 12px; }
    .catalog-filter .aside-elem.aside-elem-active {
      border: 2px solid var(--color-red); }
    .catalog-filter .aside-elem.accordion-collapsed {
      border-radius: 80px; }
      .catalog-filter .aside-elem.accordion-collapsed .arrow-wrap {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    .catalog-filter .aside-elem.aside-elem-boolean .attribute-checkbox {
      border: none;
      padding: 0; }
  .catalog-filter .aside-elem-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    overflow: auto;
    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.filter-btn-template {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, auto));
    gap: 4px;
    text-align: center; }
    .catalog-filter .aside-elem-list.filter-btn-template:not(:has(:nth-child(4))) .attribute-checkbox {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .catalog-filter .aside-elem-list.filter-btn-template .attribute-checkbox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0;
      border: 1px solid #d6d6d6;
      padding: 4px;
      aspect-ratio: 100 / 60; }
      .catalog-filter .aside-elem-list.filter-btn-template .attribute-checkbox.active {
        background: #000000; }
        .catalog-filter .aside-elem-list.filter-btn-template .attribute-checkbox.active .text {
          color: white; }
    @media (max-width: 767.98px) {
      .catalog-filter .aside-elem-list.filter-btn-template .text {
        margin: 0; } }
    .catalog-filter .aside-elem-list.filter-btn-template .checkmark {
      display: none; }
  .catalog-filter .filters-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
    .catalog-filter .filters-wrap .aside-elem-list {
      max-height: 392px;
      height: 100%;
      overflow: auto; }
  .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 .toggle-elem-list {
    margin-top: 10px;
    font-weight: bolder;
    color: var(--color-link);
    text-decoration: underline;
    cursor: pointer; }
    .catalog-filter .toggle-elem-list .open {
      display: block; }
    .catalog-filter .toggle-elem-list .hide {
      display: none; }
    .catalog-filter .toggle-elem-list.active .open {
      display: none; }
    .catalog-filter .toggle-elem-list.active .hide {
      display: block; }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer; }
  .aside-elem-title:has(.selected) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 44% 34% 1fr;
    grid-template-columns: 44% 34% 1fr; }
  .aside-elem-title .title {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    text-overflow: ellipsis; }
  .aside-elem-title .selected {
    font-weight: 600;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    text-overflow: ellipsis; }
  .aside-elem-title .arrow-wrap {
    -ms-grid-column: 3;
    grid-column: 3;
    min-width: 14px;
    margin-left: auto;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: .3s ease;
    transition: .3s ease; }

[js-filter-aside] {
  position: relative; }

.catalog-filter {
  position: relative; }
  .catalog-filter .filter-btn-sticky {
    display: inline;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: var(--color-red);
    color: white;
    z-index: 5; }
    @media (max-width: 991.98px) {
      .catalog-filter .filter-btn-sticky {
        display: none; } }

.filter-search-wrap {
  margin-top: 10px; }
  .filter-search-wrap input {
    width: 100%;
    height: 40px;
    border-radius: 80px;
    padding: 5px 20px;
    border: 1px solid #d6d6d6;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .filter-search-wrap input:focus {
      border: 1px solid var(--color-red); }

.attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none; }
  .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 #d6d6d6;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 3px; }
  .attribute-checkbox.active .checkmark {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83301 4L4.61098 6.5L10.1663 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: #000000; }
  @media (pointer: fine) {
    .attribute-checkbox:hover .text {
      color: var(--color-red); } }
  .attribute-checkbox .text {
    display: block;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
    word-break: break-word;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.catalog-filter-selected .filter-selected-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.catalog-filter-selected .filter-selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }

.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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .catalog-sorting-wrap {
      gap: 6px;
      border-radius: 80px;
      border: 1px solid var(--color-gray);
      background: var(--white-color);
      padding: 10px 14px; } }
  .catalog-sorting-wrap .sorting-title {
    color: var(--color-smoky-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (max-width: 767.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%;
      color: #1D1D1D;
      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: 575.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
          font-size: 12px;
          line-height: 16px; } }
      .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: 12px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.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: 12px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%23E80027' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
    left: 50% !important;
    min-width: 200px;
    border: 1px solid;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 8px;
    background: #FFF;
    border: none;
    -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 {
        left: unset !important;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin-top: 13px; } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      list-style: none; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      padding: 10px 16px;
      color: #1D1D1D;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:focus, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li.sel {
        background: #F8F8F8; }
      @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); }
      @media (max-width: 575.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
          padding: 8px 12px;
          font-size: 12px;
          line-height: 16px; } }

.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 300px;
  grid-template-columns: 1fr 300px;
  gap: 30px; }
  @media (max-width: 1199.98px) {
    .page-post-grid {
      -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
      gap: 24px; } }
  @media (max-width: 767.98px) {
    .page-post-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; } }
  @media (max-width: 767.98px) {
    .page-post-grid .article-aside-sticky {
      margin-top: 40px; } }

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

.page-image {
  border-radius: 16px; }

.article-header {
  margin: 20px 0; }
  .article-header .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px; }
    .article-header .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-header .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
  .article-header .article-rubrics-wrap {
    margin-bottom: 10px; }

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

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

.articles-latest {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .articles-latest .title-wrapp .section-btn-more {
      display: none; } }

.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-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }

.page-blog-root .articles-grid-wrapp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px;
  gap: 32px; }
  @media (max-width: 1199.98px) {
    .page-blog-root .articles-grid-wrapp {
      -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
      gap: 24px; } }
  @media (max-width: 767.98px) {
    .page-blog-root .articles-grid-wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; } }

.page-blog-root .articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 16px; }

.page-blog-root .article-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 399px 1fr;
  grid-template-columns: 399px 1fr;
  border-radius: 16px;
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .page-blog-root .article-card {
      -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr; } }
  @media (max-width: 991.98px) {
    .page-blog-root .article-card {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .page-blog-root .article-card .article-img {
    border-radius: 0; }
    @media (max-width: 1199.98px) {
      .page-blog-root .article-card .article-img picture {
        height: 100%; } }
    @media (max-width: 1199.98px) {
      .page-blog-root .article-card .article-img img {
        -o-object-fit: cover;
           object-fit: cover; } }
  .page-blog-root .article-card .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .page-blog-root .article-card .article-content {
        padding: 20px; } }
    @media (max-width: 767.98px) {
      .page-blog-root .article-card .article-content {
        padding: 16px; } }
  .page-blog-root .article-card .article-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
    line-height: 28px;
    height: auto;
    margin: 0; }
    @media (max-width: 1199.98px) {
      .page-blog-root .article-card .article-title {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767.98px) {
      .page-blog-root .article-card .article-title {
        font-size: 16px;
        line-height: 24px; } }
  .page-blog-root .article-card .article-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    margin-top: 8px; }
  .page-blog-root .article-card .article-date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 8px; }

.page-blog-root .pagination .load-more {
  display: none; }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px; }
  .rubrics-nav .rubric.active {
    font-weight: bold;
    text-decoration: underline; }

.article-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--color-gray);
  z-index: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .article-card:hover {
      -webkit-box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.08);
              box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.08); } }
  @media (max-width: 767.98px) {
    .article-card {
      border-radius: 12px; } }
  .article-card .article-img {
    display: block;
    overflow: hidden;
    border-radius: 16px 16px 0 0; }
    @media (max-width: 767.98px) {
      .article-card .article-img {
        border-radius: 12px 12px 0 0; } }
    .article-card .article-img img {
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center; }
  .article-card .article-content {
    padding: 16px; }
  .article-card .article-date {
    color: var(--color-smoky-gray);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }
  .article-card .article-title {
    color: var(--color-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 4px;
    height: 72px;
    overflow: hidden;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .article-card .article-title:hover {
        color: var(--color-red); } }
    @media (max-width: 767.98px) {
      .article-card .article-title {
        font-size: 14px;
        line-height: 20px;
        height: 60px; } }
  .article-card .article-text {
    display: none; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid;
  background: white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1; }

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

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

.page-contacts .contacts-map {
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts-map {
      margin-bottom: 40px; } }
  .page-contacts .contacts-map iframe {
    border: none;
    border-radius: 20px;
    height: 785px; }
    @media (max-width: 767.98px) {
      .page-contacts .contacts-map iframe {
        border-radius: 12px;
        height: 520px; } }

.page-contacts .service-contacts {
  border-radius: 20px;
  border: 1px solid var(--color-gray);
  padding: 32px; }
  @media (max-width: 1199.98px) {
    .page-contacts .service-contacts {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .page-contacts .service-contacts {
      border-radius: 20px;
      padding: 16px; } }
  .page-contacts .service-contacts .service-contacts__title {
    color: var(--color-black);
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }
    @media (max-width: 1199.98px) {
      .page-contacts .service-contacts .service-contacts__title {
        font-size: 20px;
        line-height: 28px; } }
  .page-contacts .service-contacts .sub-title {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--color-gray); }
  .page-contacts .service-contacts .service-contacts__descr {
    color: var(--color-smoky-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px; }
    @media (max-width: 767.98px) {
      .page-contacts .service-contacts .service-contacts__descr {
        font-size: 14px;
        line-height: 20px; } }
  .page-contacts .service-contacts .service-contacts__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42% 1fr;
    grid-template-columns: 42% 1fr;
    gap: 32px;
    margin-top: 20px; }
    @media (max-width: 1199.98px) {
      .page-contacts .service-contacts .service-contacts__items {
        -ms-grid-columns: 44% 1fr;
        grid-template-columns: 44% 1fr;
        gap: 24px; } }
    @media (max-width: 767.98px) {
      .page-contacts .service-contacts .service-contacts__items {
        gap: 32px; } }
    @media (max-width: 575.98px) {
      .page-contacts .service-contacts .service-contacts__items {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
  .page-contacts .service-contacts .contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .page-contacts .service-contacts .contacts-item .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: 52px;
      min-width: 52px;
      height: 52px;
      margin-right: 16px;
      border-radius: 50%;
      background-color: var(--color-red); }
      @media (max-width: 1199.98px) {
        .page-contacts .service-contacts .contacts-item .contacts-item__icon {
          width: 40px;
          min-width: 40px;
          height: 40px;
          margin-right: 12px; } }
      .page-contacts .service-contacts .contacts-item .contacts-item__icon .ic {
        color: var(--white-color);
        width: 24px;
        height: 24px; }
        @media (max-width: 1199.98px) {
          .page-contacts .service-contacts .contacts-item .contacts-item__icon .ic {
            width: 20px;
            height: 20px; } }
    .page-contacts .service-contacts .contacts-item .contacts-item__title {
      color: var(--color-smoky-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .page-contacts .service-contacts .contacts-item .contacts-item__text {
      color: var(--color-black);
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      white-space: nowrap;
      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: 4px; }
      @media (max-width: 1199.98px) {
        .page-contacts .service-contacts .contacts-item .contacts-item__text {
          white-space: unset;
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 991.98px) {
        .page-contacts .service-contacts .contacts-item .contacts-item__text {
          font-size: 20px;
          line-height: 28px; } }
      @media (max-width: 767.98px) {
        .page-contacts .service-contacts .contacts-item .contacts-item__text {
          font-size: 18px;
          line-height: 24px; } }

.page-contacts .form-contacts-callback {
  height: 100%; }
  .page-contacts .form-contacts-callback textarea.form-control {
    min-height: 88px; }

.checkout-grid-one-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  @media (max-width: 991.98px) {
    .checkout-grid-one-step {
      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) {
    .checkout-grid-one-step {
      gap: 0;
      margin: 0 -16px; } }

.page-checkout .order-card .custom-checkbox-agreement {
  font-size: 14px;
  line-height: 1.3; }

.page-checkout .order-products-table {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  border-radius: 16px;
  border: 1px solid var(--color-gray); }
  @media (max-width: 991.98px) {
    .page-checkout .order-products-table {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .page-checkout .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;
    padding: 20px 24px;
    border-bottom: 1px solid var(--color-gray); }
    @media (max-width: 767.98px) {
      .page-checkout .order-products-table .products-table-head {
        padding: 16px; } }
  .page-checkout .order-products-table .products-table-title {
    color: var(--color-black-2);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .page-checkout .order-products-table .products-table-title {
        font-size: 18px;
        line-height: 28px; } }

.page-checkout .cart-item-wrap:not(:last-child) {
  border-bottom: 1px solid var(--color-gray); }

.page-checkout .cart-additional-services {
  padding: 12px 24px; }
  @media (max-width: 767.98px) {
    .page-checkout .cart-additional-services {
      padding: 12px 16px; } }
  .page-checkout .cart-additional-services .services-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .page-checkout .cart-additional-services .services-title {
        font-size: 14px;
        line-height: 24px; } }
    .page-checkout .cart-additional-services .services-title .ic {
      color: var(--color-red);
      width: 14px;
      height: 6px; }
  .page-checkout .cart-additional-services .services-list {
    margin-top: 12px; }
  .page-checkout .cart-additional-services .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575.98px) {
      .page-checkout .cart-additional-services .custom-checkbox {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-grid-columns: 24px 1fr;
        grid-template-columns: 24px 1fr;
        gap: 0 8px; } }
    .page-checkout .cart-additional-services .custom-checkbox:not(:last-child) {
      margin-bottom: 12px; }
    .page-checkout .cart-additional-services .custom-checkbox .text {
      color: var(--color-smoky-gray);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
      @media (max-width: 575.98px) {
        .page-checkout .cart-additional-services .custom-checkbox .text {
          font-size: 12px;
          line-height: 16px; } }
    .page-checkout .cart-additional-services .custom-checkbox input[type="checkbox"]:checked ~ .text {
      color: #0F0F0F; }
    .page-checkout .cart-additional-services .custom-checkbox .price {
      color: #0F0F0F;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      margin-left: auto; }
      @media (max-width: 575.98px) {
        .page-checkout .cart-additional-services .custom-checkbox .price {
          font-size: 12px;
          line-height: 16px;
          margin: 0;
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 2;
          grid-row: 2; } }

.page-checkout .order-card-totals {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  border-radius: 12px;
  border: 1px solid var(--color-gray);
  background: var(--color-light-gray);
  padding: 28px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 1199.98px) {
    .page-checkout .order-card-totals {
      padding: 24px; } }
  @media (max-width: 991.98px) {
    .page-checkout .order-card-totals {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 767.98px) {
    .page-checkout .order-card-totals {
      padding: 16px;
      border-top: 0; } }
  .page-checkout .order-card-totals .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 .order-card-totals .order-totals-block .order-totals-block-title {
      color: var(--color-black);
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      text-transform: uppercase;
      margin-bottom: 6px; }
      @media (max-width: 767.98px) {
        .page-checkout .order-card-totals .order-totals-block .order-totals-block-title {
          font-size: 18px; } }
    .page-checkout .order-card-totals .order-totals-block .total-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 10px;
      padding: 6px 0; }
      .page-checkout .order-card-totals .order-totals-block .total-item .total-item-title {
        color: var(--color-smoky-gray);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px; }
      .page-checkout .order-card-totals .order-totals-block .total-item .price-wrap {
        color: var(--color-black);
        text-align: right;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; }
      .page-checkout .order-card-totals .order-totals-block .total-item.total-item-in-total {
        border-top: 1px solid var(--color-gray);
        border-bottom: 1px solid var(--color-gray);
        padding: 12px 0;
        margin-top: 6px; }
        .page-checkout .order-card-totals .order-totals-block .total-item.total-item-in-total .price {
          color: var(--color-red);
          -webkit-font-feature-settings: 'liga' off, 'clig' off;
                  font-feature-settings: 'liga' off, 'clig' off;
          font-size: 28px;
          font-weight: 700;
          line-height: 28px; }
          .page-checkout .order-card-totals .order-totals-block .total-item.total-item-in-total .price span {
            font-size: 16px;
            font-weight: 500; }
  .page-checkout .order-card-totals .btn-main-color {
    width: 100%;
    margin-top: 12px; }

.page-checkout .right-side {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  -ms-grid-column: 2;
  grid-column: 2; }
  @media (max-width: 991.98px) {
    .page-checkout .right-side {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.page-checkout .order-info {
  border-radius: 20px;
  border: 1px solid var(--color-gray);
  background: var(--color-light-gray);
  padding: 32px; }
  @media (max-width: 1199.98px) {
    .page-checkout .order-info {
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .page-checkout .order-info {
      padding: 24px 16px;
      border-top: 0; } }

@media (max-width: 767.98px) {
  .page-checkout .order-card-totals,
  .page-checkout .order-info,
  .page-checkout .order-products-table {
    border-left: none;
    border-right: none;
    border-radius: 0; } }

.page-checkout .form-section:not(:last-child) {
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .page-checkout .form-section:not(:last-child) {
      margin-bottom: 24px; } }

.page-checkout .form-section-title {
  color: var(--color-black-2);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .page-checkout .form-section-title {
      font-size: 18px;
      margin-bottom: 12px; } }

.page-checkout .form-required-fields-note {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

.page-checkout .delivery-info .form-control {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }
  .page-checkout .delivery-info .form-control::-webkit-input-placeholder {
    color: var(--color-black); }
  .page-checkout .delivery-info .form-control::-moz-placeholder {
    color: var(--color-black); }
  .page-checkout .delivery-info .form-control:-ms-input-placeholder {
    color: var(--color-black); }
  .page-checkout .delivery-info .form-control::-ms-input-placeholder {
    color: var(--color-black); }
  .page-checkout .delivery-info .form-control::placeholder {
    color: var(--color-black); }

.page-checkout .btn-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: none;
  padding: 0;
  color: var(--color-smoky-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .page-checkout .btn-edit:hover {
      color: var(--color-red); } }
  @media (max-width: 575.98px) {
    .page-checkout .btn-edit {
      font-size: 12px;
      line-height: 16px; } }
  .page-checkout .btn-edit .ic {
    color: var(--color-red);
    width: 16px;
    height: 16px; }

.page-checkout .checkbox-not-call {
  margin: 0; }

.page-checkout .order-comment {
  margin-top: 16px; }
  .page-checkout .order-comment .order-comment-field textarea {
    min-height: 88px; }

.delivery-type-content .form-label {
  display: none; }

.delivery-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .delivery-type-list .delivery-type-content {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey; }
    .delivery-type-list .delivery-type-content .form-group:last-child {
      margin-bottom: 0; }
  .delivery-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .delivery-type-list .custom-radio .checkmark {
      margin-top: 10px; }
    .delivery-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 8px 0 0 20px; }
  .delivery-field-examples .examples-label {
    color: #A6A6A6;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .delivery-field-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .delivery-field-examples .examples-list a {
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      text-decoration: none; }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          text-decoration: underline; } }
      .delivery-field-examples .examples-list a:focus {
        text-decoration: underline; }

[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;
  gap: 10px; }
  @media (max-width: 575.98px) {
    .payment-type-list {
      gap: 8px; } }
  .payment-type-list .payment-type {
    padding: 16px 0;
    border-bottom: 1px solid var(--color-gray); }
    @media (max-width: 767.98px) {
      .payment-type-list .payment-type {
        padding: 12px 0; } }
    .payment-type-list .payment-type:first-child {
      border-top: 1px solid var(--color-gray); }
    .payment-type-list .payment-type .radio-wrap {
      color: var(--color-smoky-gray);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .payment-type-list .payment-type .radio-wrap {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 575.98px) {
        .payment-type-list .payment-type .radio-wrap {
          font-size: 12px;
          line-height: 16px; } }
  .payment-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60% 1fr;
    grid-template-columns: auto 60% 1fr;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

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

.custom-radio {
  cursor: pointer;
  margin: 0; }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    background-color: var(--white-color);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 50%; }
  @media (max-width: 767.98px) {
    .custom-radio .radio-image {
      display: block;
      margin-left: auto; } }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border: 7px solid var(--color-red); }
  .custom-radio input[type="radio"]:checked ~ .radio-wrap {
    color: var(--color-black); }

.page-checkout-success .top-side {
  border: 1px solid #F0EEEF;
  border-bottom: none;
  background: var(--color-light-gray);
  padding: 24px;
  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-checkout-success .top-side {
      margin: 0 -16px;
      border-left: none;
      border-right: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page-checkout-success .checkout-success-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #F0EEEF; }
  @media (max-width: 1199.98px) {
    .page-checkout-success .checkout-success-grid {
      -ms-grid-columns: 42% 1fr;
      grid-template-columns: 42% 1fr; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .checkout-success-grid {
      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; } }
  @media (max-width: 767.98px) {
    .page-checkout-success .checkout-success-grid {
      margin: 0 -16px;
      border-left: none;
      border-right: none; } }
  .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: 24px; }
    @media (max-width: 767.98px) {
      .page-checkout-success .checkout-success-grid .left-side {
        padding: 20px 16px; } }
  .page-checkout-success .checkout-success-grid .right-side {
    border-left: 1px solid #F0EEEF;
    padding: 24px; }
    @media (max-width: 991.98px) {
      .page-checkout-success .checkout-success-grid .right-side {
        border-left: none;
        border-bottom: 1px solid #F0EEEF; } }
    @media (max-width: 767.98px) {
      .page-checkout-success .checkout-success-grid .right-side {
        padding: 16px 0; } }
    .page-checkout-success .checkout-success-grid .right-side .products-table .cart-item {
      padding: 14px 0 14px 0; }
      @media (max-width: 1199.98px) {
        .page-checkout-success .checkout-success-grid .right-side .products-table .cart-item {
          padding: 14px 0 14px; } }
      @media (max-width: 767.98px) {
        .page-checkout-success .checkout-success-grid .right-side .products-table .cart-item {
          padding: 20px 16px 12px; } }
      .page-checkout-success .checkout-success-grid .right-side .products-table .cart-item .price-wrap {
        color: var(--color-black); }
    .page-checkout-success .checkout-success-grid .right-side .products-table-title {
      color: var(--color-black-2);
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        .page-checkout-success .checkout-success-grid .right-side .products-table-title {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 767.98px) {
        .page-checkout-success .checkout-success-grid .right-side .products-table-title {
          font-size: 18px;
          line-height: 28px;
          padding: 0 16px 16px;
          border-bottom: 1px solid #F0EEEF; } }
    .page-checkout-success .checkout-success-grid .right-side .cart-items-heading {
      padding: 16px 0 12px; }
  .page-checkout-success .checkout-success-grid .order-totals-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 16px;
    border-top: 1px solid #F0EEEF; }
    @media (max-width: 767.98px) {
      .page-checkout-success .checkout-success-grid .order-totals-block {
        padding-right: 16px; } }
    .page-checkout-success .checkout-success-grid .order-totals-block .total-item-in-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .page-checkout-success .checkout-success-grid .order-totals-block .total-item-in-total .total-item-title {
        color: var(--color-smoky-gray);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-right: 8px; }
      .page-checkout-success .checkout-success-grid .order-totals-block .total-item-in-total .price {
        color: var(--color-red);
        -webkit-font-feature-settings: 'liga' off, 'clig' off;
                font-feature-settings: 'liga' off, 'clig' off;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px; }
        @media (max-width: 575.98px) {
          .page-checkout-success .checkout-success-grid .order-totals-block .total-item-in-total .price {
            font-size: 20px;
            line-height: 24px; } }
        .page-checkout-success .checkout-success-grid .order-totals-block .total-item-in-total .price span {
          color: var(--color-black);
          font-size: 16px;
          font-weight: 500; }
          @media (max-width: 575.98px) {
            .page-checkout-success .checkout-success-grid .order-totals-block .total-item-in-total .price span {
              font-size: 12px; } }

.page-checkout-success .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .page-checkout-success .btn-action-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin-top: 16px; } }
  @media (max-width: 767.98px) {
    .page-checkout-success .btn-action-wrap .btn {
      width: 100%; } }

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

.page-checkout-success .order-info-card {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F0EEEF; }
  @media (max-width: 767.98px) {
    .page-checkout-success .order-info-card {
      margin-bottom: 12px; } }
  .page-checkout-success .order-info-card:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .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: 8px; }
    .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 svg.ic {
    color: var(--color-red);
    width: 20px;
    height: 20px; }
  .page-checkout-success .order-info-card .order-number b {
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (pointer: fine) {
    .page-checkout-success .order-info-card .order-number:hover b {
      color: var(--color-red); } }

.page-checkout-success .order-info-title {
  color: var(--color-black-2);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 6px; }
  @media (max-width: 1199.98px) {
    .page-checkout-success .order-info-title {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 767.98px) {
    .page-checkout-success .order-info-title {
      font-size: 18px;
      line-height: 28px; } }

.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: 10px;
    padding: 6px 0; }
    @media (max-width: 767.98px) {
      .page-checkout-success table.order-info-table tr {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 4px; } }
  .page-checkout-success table.order-info-table .order-info-name {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 500;
    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: #0F0F0F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @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-info-text {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 6px; }

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

.success-popup-message {
  position: absolute;
  right: 1%;
  top: 100%;
  background-color: var(--white-color);
  padding: 16px 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 20px 28px rgba(0, 0, 0, 0), 0 40px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 20px 28px rgba(0, 0, 0, 0), 0 40px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--color-red);
  z-index: 100;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px; }
  @media (max-width: 767.98px) {
    .success-popup-message {
      padding: 10px 16px; } }

.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;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.34);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

#cartModal {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 748px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: 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 .cart-top {
    padding: 24px var(--px) 0; }
  #cartModal .cart-title {
    color: var(--color-black-2);
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase; }
  #cartModal .close .ic {
    color: #585858; }
  #cartModal .cart-items-heading {
    border: none;
    margin-top: 15px;
    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%; }
  #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%); } }
  #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: 16px;
    padding: 20px var(--px);
    background: var(--white);
    border-top: 1px solid #F0EEEF;
    -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767.98px) {
      #cartModal .bottom-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 16px 12px;
        gap: 12px; } }
  #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;
    margin-left: auto; }
    @media (max-width: 767.98px) {
      #cartModal .total-block {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    #cartModal .total-block .total-title {
      color: var(--color-smoky-gray);
      font-size: 16px;
      line-height: 24px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media (max-width: 767.98px) {
        #cartModal .total-block .total-title {
          font-size: 14px;
          line-height: 20px;
          -ms-flex-item-align: unset;
              -ms-grid-row-align: unset;
              align-self: unset; } }
    @media (max-width: 767.98px) {
      #cartModal .total-block .price-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; } }
    #cartModal .total-block .old-price {
      color: #A6A6A6;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-decoration: line-through; }
      @media (max-width: 767.98px) {
        #cartModal .total-block .old-price {
          font-size: 14px;
          line-height: 20px; } }
    #cartModal .total-block .price {
      color: var(--color-red);
      font-size: 28px;
      font-weight: 700;
      line-height: 28px; }
      #cartModal .total-block .price span {
        color: var(--color-black);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px; }
  @media (max-width: 575.98px) {
    #cartModal .btn-main-color {
      width: 100%; } }
  #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: 6px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
    min-height: unset;
    text-decoration: none;
    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; }
    @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; }
    @media (max-width: 767.98px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 0;
        font-size: 16px; } }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 24px; }
      #cartModal .cart-top {
        padding: 16px var(--px) 0; } }
  @media (max-width: 767.98px) {
    #cartModal {
      --px: 16px; }
      #cartModal .cart-top {
        padding: var(--px);
        border-bottom: 1px solid var(--color-gray);
        background: var(--color-light-gray); }
      #cartModal .cart-title {
        font-size: 20px;
        line-height: 24px; }
      #cartModal .btn-main-color {
        font-size: 16px; } }

.cart-empty {
  padding: 24px 32px 28px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767.98px) {
    .cart-empty {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .cart-empty .cart-title {
      padding: 16px;
      border-bottom: 1px solid var(--color-gray);
      background: var(--color-light-gray); } }
  .cart-empty .empty-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; }
  .cart-empty .title {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase; }
  .cart-empty .description {
    color: var(--color-smoky-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
    max-width: 360px;
    width: 100%; }
  @media (max-width: 767.98px) {
    .cart-empty .btn-continue {
      margin: 0 auto;
      padding: 16px 16px 32px !important; } }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 28px;
  right: 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: transparent;
  padding: 0;
  opacity: 1;
  border: none;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 0.5em;
    background-color: var(--white);
    display: none; }
  .modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .modal-close .ic,
  .modal-close .icon {
    width: 22px;
    height: 22px;
    color: #A6A6A6;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .modal-close .ic,
      .modal-close .icon {
        width: 20px; } }
  @media (any-hover: hover) {
    .modal-close:hover .ic,
    .modal-close:hover .icon, .modal-close:focus .ic,
    .modal-close:focus .icon {
      color: var(--color-red); } }
  @media (max-width: 767.98px) {
    .modal-close {
      top: 24px; } }
  @media (max-width: 767.98px) {
    .modal-close {
      top: 16px;
      right: 16px; } }

.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: 100px 31% 21% 19% 32px;
  grid-template-columns: 100px 31% 21% 19% 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr; } }
  @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: 84px 37% 22% 1fr;
  grid-template-columns: 84px 37% 22% 1fr;
  padding: 14px 16px 14px 24px;
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 66px 40% 16% 1fr;
      grid-template-columns: 66px 40% 16% 1fr;
      padding: 14px 16px 14px;
      gap: 10px; } }
  @media (max-width: 767.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 84px 44% 1fr;
      grid-template-columns: 84px 44% 1fr;
      padding: 20px 16px 12px;
      gap: 10px; } }
  .products-table.products-table-no-edit .cart-items-heading .cart-item-img,
  .products-table.products-table-no-edit .cart-item .cart-item-img {
    padding: 5px 10px;
    aspect-ratio: 1 / 1; }
    @media (max-width: 767.98px) {
      .products-table.products-table-no-edit .cart-items-heading .cart-item-img,
      .products-table.products-table-no-edit .cart-item .cart-item-img {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3; } }
  .products-table.products-table-no-edit .cart-items-heading .cart-item-info,
  .products-table.products-table-no-edit .cart-item .cart-item-info {
    padding: 0; }
    @media (max-width: 767.98px) {
      .products-table.products-table-no-edit .cart-items-heading .cart-item-info,
      .products-table.products-table-no-edit .cart-item .cart-item-info {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3; } }
  .products-table.products-table-no-edit .cart-items-heading .cart-item-qty,
  .products-table.products-table-no-edit .cart-item .cart-item-qty {
    padding: 0; }
    @media (max-width: 767.98px) {
      .products-table.products-table-no-edit .cart-items-heading .cart-item-qty,
      .products-table.products-table-no-edit .cart-item .cart-item-qty {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2; } }
  @media (max-width: 767.98px) {
    .products-table.products-table-no-edit .cart-items-heading .cart-item-price-total,
    .products-table.products-table-no-edit .cart-item .cart-item-price-total {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2/3; } }
  @media (max-width: 1199.98px) {
    .products-table.products-table-no-edit .cart-items-heading .product-title,
    .products-table.products-table-no-edit .cart-item .product-title {
      font-size: 14px;
      line-height: 20px; } }

.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: #9D9D9D;
  -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;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1; }
  .cart-items-heading .cart-heading-qty {
    text-align: center; }
  @media (max-width: 767.98px) {
    .cart-items-heading {
      display: none; } }

.cart-items-heading .cart-heading-qty,
.cart-item .cart-item-qty {
  padding-right: 6px; }

.cart-item {
  position: relative;
  padding: 5px 0; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1; }
  @media (max-width: 767.98px) {
    .cart-item {
      padding-bottom: 16px;
      min-height: auto; }
      .cart-item:not(:last-child) {
        margin-bottom: 16px; }
      .cart-item:has(+ .cart-additional-services) {
        margin-bottom: 0; } }
  .cart-item .cart-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .cart-item .cart-item-info {
    padding-right: 20px; }
    @media (max-width: 767.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 3;
        grid-column: span 3;
        padding-right: 32px; } }
    @media (max-width: 575.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--color-text); }
    @media (max-width: 767.98px) {
      .cart-item .product-title {
        font-size: 14px;
        line-height: 20px; } }
    .cart-item .product-title span {
      font-size: 18px;
      font-weight: 600;
      line-height: 24px; }
    .cart-item .product-title .text {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      word-break: break-word; }
    @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: #777777;
    line-height: 1;
    font-size: 13px;
    margin-top: 3px; }
  .cart-item .variant-attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    margin-top: 4px; }
    .cart-item .variant-attributes .variant-attribute {
      color: var(--color-smoky-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
      @media (max-width: 767.98px) {
        .cart-item .variant-attributes .variant-attribute {
          font-size: 12px;
          line-height: 16px; } }
      .cart-item .variant-attributes .variant-attribute .text {
        display: none; }
  @media (max-width: 767.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-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 4px;
    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;
        padding: 0; } }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
    @media (max-width: 767.98px) {
      .cart-item .cart-item-qty:has(.qty-text) {
        text-align: right; } }
  .cart-item .price-wrap {
    color: var(--color-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .cart-item .price-wrap {
        font-size: 16px; } }
    .cart-item .price-wrap .old-price {
      color: #A6A6A6;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-decoration: line-through;
      text-transform: uppercase; }
      .cart-item .price-wrap .old-price span {
        color: #A6A6A6;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-transform: none; }
    .cart-item .price-wrap .price span {
      color: var(--color-black);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-transform: none; }
      @media (max-width: 767.98px) {
        .cart-item .price-wrap .price span {
          font-size: 12px; } }
  @media (max-width: 767.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }

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

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

.cart-item-remove,
.cart-item-set-remove {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--grey-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .cart-item-remove,
    .cart-item-set-remove {
      position: absolute;
      right: 0;
      top: 16px;
      width: 16px;
      height: 16px; } }
  .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 {
    width: 22px;
    height: 22px;
    color: #9D9D9D;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 767.98px) {
      .cart-item-remove svg,
      .cart-item-set-remove svg {
        width: 16px;
        height: 16px; } }
  .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: -32px; }
  #cart-fast-order .fast-order-form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 32px;
    max-width: 264px;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background: var(--color-light-gray);
    cursor: pointer; }
    #cart-fast-order .fast-order-form-title .icon-arrow {
      width: 16px;
      height: 16px;
      background: var(--theme-color-second);
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      #cart-fast-order .fast-order-form-title .icon-arrow .icon {
        width: 8px;
        height: 8px; }
  #cart-fast-order .fast-order-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    background: var(--color-light-gray);
    padding: 20px var(--px); }
    @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: 178px;
    color: var(--color-black);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-notice {
        max-width: 100%; } }
  #cart-fast-order .form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #cart-fast-order .form-wrap {
        width: 100%; } }
    #cart-fast-order .form-wrap .form-control {
      height: 40px;
      border-radius: 8px;
      background: var(--white);
      color: var(--color-black);
      border-color: var(--white);
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: red; }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: grey; }
      @media (any-hover: hover) {
        #cart-fast-order .form-wrap .form-control:hover {
          border-color: var(--color-red); } }
      #cart-fast-order .form-wrap .form-control:focus {
        border-color: var(--color-red); }
    #cart-fast-order .form-wrap .form-error {
      display: block;
      margin: 0;
      padding: 2px 0;
      color: red;
      font-size: 12px; }
      @media (min-width: 992px) {
        #cart-fast-order .form-wrap .form-error {
          position: absolute;
          z-index: 1;
          top: 100%;
          left: 0;
          right: 0; } }
  #cart-fast-order .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 40px; }
    @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-services .services-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32%;
  grid-template-columns: 1fr 32%;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .page-services .services-layout {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.page-services .services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  @media (max-width: 575.98px) {
    .page-services .services-list {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.page-services .service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .page-services .service-card:hover {
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
              box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06); } }

.page-services .service-card-image {
  overflow: hidden;
  border-radius: 16px 16px 0 0; }
  .page-services .service-card-image img {
    display: block;
    width: 100%; }

.page-services .service-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px;
  text-decoration: none !important; }

.page-services .service-card-title {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .page-services .service-card-title {
      font-size: 16px; } }

.page-services .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: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F0F0F0; }
  .page-services .arrow-wrap .ic {
    color: var(--color-black);
    width: 16px;
    height: 16px; }

.page-services .services-banner {
  position: sticky;
  top: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 767.98px) {
    .page-services .services-banner {
      position: static; } }
  @media (max-width: 767.98px) {
    .page-services .services-banner .banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page-services .services-banner img {
    border-radius: 16px; }
  .page-services .services-banner .container {
    padding: 0; }
  .page-services .services-banner .section-main-banner {
    padding-bottom: 0; }

@media (max-width: 991.98px) {
  .page-regular {
    padding-bottom: 0 !important; } }

.page-regular:has(.section-big-image) .section-block:not(.section-big-image) {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-regular:has(.section-big-image) .section-block:not(.section-big-image) .section-title {
    margin-bottom: 16px; }

.page-regular .section-block {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .page-regular .section-block {
      margin-bottom: 28px; }
      .page-regular .section-block:last-child {
        margin-bottom: 40px; } }

.page-about .block-wrapper:last-child {
  padding-bottom: 0; }

.page-product,
.page-post-video,
.page-post-text {
  padding-bottom: 0 !important; }

.page-favorites .favorites-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  @media (max-width: 767.98px) {
    .page-favorites .favorites-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.page-favorites .favorites-empty {
  text-align: center;
  font-size: 20px; }

.page-search .page-title {
  margin-bottom: 8px; }

.page-search .product-count {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

.page-search .category-page-grid {
  display: block;
  margin-top: 28px; }
  @media (max-width: 767.98px) {
    .page-search .category-page-grid {
      margin-top: 16px; } }

.page-search .catalog-product-grid {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991.98px) {
    .page-search .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .page-search .catalog-product-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.page-search-empty {
  padding-bottom: 0 !important; }
  .page-search-empty .page-title .text-decorated {
    color: var(--color-red); }
  .page-search-empty .search-no-results-wrap {
    margin-bottom: 64px;
    border-radius: 16px;
    border: 1px solid var(--color-gray);
    padding: 32px; }
    @media (max-width: 767.98px) {
      .page-search-empty .search-no-results-wrap {
        padding: 24px 14px;
        margin-bottom: 40px; } }
  .page-search-empty .search-no-results-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;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .page-search-empty .img-no-result {
    display: block;
    width: 80px;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .page-search-empty .img-no-result {
        width: 60px; } }
    @media (max-width: 767.98px) {
      .page-search-empty .img-no-result {
        width: 48px; } }
  .page-search-empty .text {
    color: var(--color-black);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px; }
    @media (max-width: 767.98px) {
      .page-search-empty .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px; } }

.page-wide-tires .tire-selector {
  border-radius: 16px;
  margin-bottom: 20px; }
  .page-wide-tires .tire-selector .tire-selector__car-image {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(#424242));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, #424242 100%);
    padding: 24px 12px;
    border-radius: 16px; }
    .page-wide-tires .tire-selector .tire-selector__car-image img {
      display: block;
      margin: 0 auto; }
  .page-wide-tires .tire-selector .tire-selector__panel {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 157px 1fr;
    grid-template-columns: 1fr 157px 1fr;
    gap: 17px;
    background-color: var(--color-light-gray);
    margin-top: 24px;
    border-radius: 16px;
    padding: 20px 12px; }
    @media (max-width: 991.98px) {
      .page-wide-tires .tire-selector .tire-selector__panel {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 0 16px; } }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-selector .tire-selector__panel {
        gap: 0 10px; } }
  .page-wide-tires .tire-selector .tire-selector__group-title {
    color: var(--color-black);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 12px; }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-selector .tire-selector__group-title {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 0; } }
  .page-wide-tires .tire-selector .tire-selector__selects {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
    @media (max-width: 1199.98px) {
      .page-wide-tires .tire-selector .tire-selector__selects {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 991.98px) {
      .page-wide-tires .tire-selector .tire-selector__selects {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-selector .tire-selector__selects {
        gap: 10px; } }
  .page-wide-tires .tire-selector .tire-selector__select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-wide-tires .tire-selector .tire-selector__group ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, auto));
    gap: 4px;
    padding: 12px;
    text-align: center; }
    .page-wide-tires .tire-selector .tire-selector__group ul:not(:has(:nth-child(4))) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-wide-tires .tire-selector .tire-selector__group ul:not(:has(:nth-child(4))) li {
        width: 70px; }
    .page-wide-tires .tire-selector .tire-selector__group ul li {
      font-size: 14px;
      min-height: auto; }
      .page-wide-tires .tire-selector .tire-selector__group ul li:not(:first-child) {
        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: 0;
        border: 1px solid #d6d6d6;
        padding: 4px 12px;
        aspect-ratio: 100 / 60; }
      .page-wide-tires .tire-selector .tire-selector__group ul li:first-child {
        grid-column: 1 / -1;
        padding: 0; }
  .page-wide-tires .tire-selector .tire-selector__season {
    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;
    margin-top: 24px; }
    @media (max-width: 991.98px) {
      .page-wide-tires .tire-selector .tire-selector__season {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-top: 16px;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        gap: 16px; } }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-selector .tire-selector__season {
        gap: 10px;
        margin-top: 10px; } }
    @media (max-width: 991.98px) {
      .page-wide-tires .tire-selector .tire-selector__season .tire-selector__select-wrap {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3; } }
  .page-wide-tires .tire-selector .btn:disabled {
    cursor: not-allowed; }
  @media (max-width: 575.98px) {
    .page-wide-tires .tire-selector .btn {
      font-size: 16px; } }

.page-wide-tires .tire-product__image-wrap {
  position: relative;
  overflow: hidden; }
  .page-wide-tires .tire-product__image-wrap .icon-wrap {
    position: absolute;
    right: 0;
    bottom: 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;
    background-color: var(--white-color);
    border-radius: 50%; }

.page-wide-tires .jq-selectbox__dropdown ul {
  max-height: 478px; }

.page-wide-tires .jq-selectbox__select {
  border: 1px solid var(--color-gray);
  padding: 12px 16px; }
  .page-wide-tires .jq-selectbox__select .jq-selectbox__select-text {
    font-size: 14px;
    height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: unset; }
    @media (max-width: 575.98px) {
      .page-wide-tires .jq-selectbox__select .jq-selectbox__select-text {
        font-size: 16px; } }

.page-wide-tires .tire-product {
  border-radius: 12px;
  border: 1px solid var(--color-gray);
  padding: 20px; }
  @media (max-width: 991.98px) {
    .page-wide-tires .tire-product {
      background-color: var(--color-light-gray); } }
  @media (max-width: 767.98px) {
    .page-wide-tires .tire-product {
      padding: 20px 16px; } }
  .page-wide-tires .tire-product:not(:last-child) {
    margin-bottom: 20px; }
  .page-wide-tires .tire-product .tire-product__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-product .tire-product__header {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .page-wide-tires .tire-product .tire-product__header .tire-product__image {
      width: 120px;
      height: 120px;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transform: translateY(18px) scale(1.3);
          -ms-transform: translateY(18px) scale(1.3);
              transform: translateY(18px) scale(1.3); }
      @media (max-width: 767.98px) {
        .page-wide-tires .tire-product .tire-product__header .tire-product__image {
          width: 80px;
          height: 80px; } }
    .page-wide-tires .tire-product .tire-product__header .tire-product__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 205px;
      width: 100%;
      color: #000;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase; }
      .page-wide-tires .tire-product .tire-product__header .tire-product__title .tire-product__title-model {
        font-size: 18px;
        font-weight: 600; }
  .page-wide-tires .tire-product .tire-product__configurations {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--color-gray); }
    @media (max-width: 991.98px) {
      .page-wide-tires .tire-product .tire-product__configurations {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-product .tire-product__configurations {
        padding-top: 20px;
        margin-top: 20px; } }
  .page-wide-tires .tire-product .tire-product__column {
    position: relative; }
    @media (max-width: 991.98px) {
      .page-wide-tires .tire-product .tire-product__column:not(:first-child) {
        border-top: 1px solid var(--color-gray);
        padding-top: 20px;
        margin-top: 20px; } }
  .page-wide-tires .tire-product .tire-product__group-label {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-product .tire-product__group-label {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 12px; } }
  .page-wide-tires .tire-product .tire-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; }
  .page-wide-tires .tire-product .tire-item__specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    @media (max-width: 1199.98px) {
      .page-wide-tires .tire-product .tire-item__specs {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-product .tire-item__specs {
        gap: 0; } }
    .page-wide-tires .tire-product .tire-item__specs.bottom {
      margin-left: auto; }
  .page-wide-tires .tire-product .tire-item__specs-model {
    color: var(--color-red); }
  @media (max-width: 767.98px) {
    .page-wide-tires .tire-product .tire-item__specs-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-wide-tires .tire-product .tire-item__specs-item:not(:last-child)::after {
        content: "";
        display: block;
        margin: 0 6px;
        background-color: #A6A6A6;
        width: 4px;
        height: 4px;
        border-radius: 50%; } }
  .page-wide-tires .tire-product .tire-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .page-wide-tires .tire-product .tire-item:not(:first-child) {
      margin-top: 16px; }
      @media (max-width: 767.98px) {
        .page-wide-tires .tire-product .tire-item:not(:first-child) {
          margin-top: 12px; } }
    .page-wide-tires .tire-product .tire-item.hidden-by-toggle {
      visibility: hidden;
      height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
    @media (max-width: 767.98px) {
      .page-wide-tires .tire-product .tire-item {
        gap: 10px 0; } }
    .page-wide-tires .tire-product .tire-item .tire-item__price {
      color: var(--color-red);
      font-size: 16px;
      font-weight: 700;
      line-height: 20px; }
      .page-wide-tires .tire-product .tire-item .tire-item__price span {
        color: var(--color-black);
        font-size: 14px;
        font-weight: 500; }
      @media (max-width: 767.98px) {
        .page-wide-tires .tire-product .tire-item .tire-item__price::after {
          display: none !important; } }
    .page-wide-tires .tire-product .tire-item .btn {
      margin-left: auto;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .page-wide-tires .tire-product .tire-item .btn {
          border-radius: 50%;
          width: 32px;
          height: 32px;
          padding: 0; }
          .page-wide-tires .tire-product .tire-item .btn span {
            display: none; } }
  .page-wide-tires .tire-product .btn-toggle-items {
    color: var(--color-smoky-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    margin-top: 4px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .page-wide-tires .tire-product .btn-toggle-items:hover {
        color: var(--color-red); } }

.page-wide-tires .section-seo {
  margin-top: 64px; }
  @media (max-width: 991.98px) {
    .page-wide-tires .section-seo {
      margin-top: 40px; } }
  @media (max-width: 767.98px) {
    .page-wide-tires .section-seo {
      margin-top: 24px; } }
