@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #219BE7;
  --theme-color-second: #000000;
  --color-text: #000000;
  --color-decore: #D0D0D0;
  --grey-color: #9E9E9E;
  --bg: #FAFAFA;
  --price-color: #151515;
  --price-old: #888888;
  --price-new: #dc4b47;
  --color-link: #219BE7;
  --color-link-hovered: #0088FA;
  --color-black: #000000;
  --color-black-2: #212121;
  --color-dark-gray: #383838;
  --color-dark-gray-2: #424242;
  --white-color: #ffffff;
  --color-light-gray: #F8F8F8;
  --color-gray: #E9E9E9;
  --color-gray-2: #959595;
  --color-red: #E80027;
  --color-red-dark: #C51B0F;
  --color-blue: #219BE7;
  --color-blue-dark: #0D99FF;
  --color-smoky-gray: #9E9E9E;
  --secondary: #6F6F6F;
  --blue-new: #0B73B8; }

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

body {
  background: linear-gradient(175deg, #fafafa 2.44%, #c6c6c6 90.66%);
  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; }

body.menu-opened .grecaptcha-badge,
body.menu-opened .helpcrunch-iframe-wrapper,
body.menu-opened [name="helpcrunch-iframe"],
body.catalog-opened .grecaptcha-badge,
body.catalog-opened .helpcrunch-iframe-wrapper,
body.catalog-opened [name="helpcrunch-iframe"],
body.cart-opened .grecaptcha-badge,
body.cart-opened .helpcrunch-iframe-wrapper,
body.cart-opened [name="helpcrunch-iframe"],
body.fancybox-active .grecaptcha-badge,
body.fancybox-active .helpcrunch-iframe-wrapper,
body.fancybox-active [name="helpcrunch-iframe"],
body.search-opened .grecaptcha-badge,
body.search-opened .helpcrunch-iframe-wrapper,
body.search-opened [name="helpcrunch-iframe"],
body.search-modal-opened .grecaptcha-badge,
body.search-modal-opened .helpcrunch-iframe-wrapper,
body.search-modal-opened [name="helpcrunch-iframe"],
body.filter-mobile-active .grecaptcha-badge,
body.filter-mobile-active .helpcrunch-iframe-wrapper,
body.filter-mobile-active [name="helpcrunch-iframe"] {
  z-index: -1111; }

body.menu-opened .phpdebugbar,
body.catalog-opened .phpdebugbar,
body.cart-opened .phpdebugbar,
body.fancybox-active .phpdebugbar,
body.search-opened .phpdebugbar,
body.search-modal-opened .phpdebugbar,
body.filter-mobile-active .phpdebugbar {
  display: none; }

.grecaptcha-badge {
  z-index: 100; }
  @media (max-width: 991.98px) {
    .grecaptcha-badge {
      bottom: 64px !important; } }

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

.container .container {
  padding: 0; }

section.section-block {
  position: relative;
  z-index: 3; }
  section.section-block .section-content {
    padding: 24px;
    border-radius: 16px;
    background: var(--color-light-gray); }
    @media (max-width: 991.98px) {
      section.section-block .section-content {
        border-radius: 12px;
        padding: 16px; } }

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

.phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px; }
  .phone-wrap .phone-details {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: var(--color-smoky-gray); }

.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: var(--color-decore);
    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; }
    @media (max-width: 991.98px) {
      .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px !important; } }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--color-blue) !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-blue);
    border-radius: 6px; }
  .nav-link-tab .checkmark {
    position: relative;
    display: inline-block;
    width: 0;
    height: 20px;
    background-color: var(--color-blue);
    border-radius: 6px; }
  .nav-link-tab.active {
    background-color: var(--white-color);
    border: 2px solid var(--color-blue) !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-blue) !important;
    padding: 12px 24px; }
  [data-choice-group] .choice-wrapper input:checked + label .choice-mark {
    background-color: var(--color-blue);
    border: 2px solid var(--color-blue); }
  [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-blue);
    background-color: var(--color-blue);
    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"); }

.section-block [class*=binct-phone-number] svg {
  display: none; }

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: 5px 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: 5px 0;
    background: #212121;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    @media (max-width: 991.98px) {
      #page-header .header-top {
        position: relative;
        padding: 12px 0;
        gap: 12px; } }
    #page-header .header-top .container {
      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; }
      @media (max-width: 991.98px) {
        #page-header .header-top .container {
          gap: 12px; } }
      @media (max-width: 767.98px) {
        #page-header .header-top .container {
          gap: 10px; } }
      @media (max-width: 575.98px) {
        #page-header .header-top .container {
          gap: 4px; } }
    @media (max-width: 767.98px) {
      #page-header .header-top:has(.header-search-tires) .logo-wrap {
        display: none; } }
    #page-header .header-top .phone-mobile {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 992px) {
        #page-header .header-top .phone-mobile {
          display: none; } }
      #page-header .header-top .phone-mobile a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        padding: 5px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0;
        border-radius: 5px;
        background: var(--gray, #a6a6a6); }
        #page-header .header-top .phone-mobile a::before {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.22 1.21167L1.92 0.605C2.72666 -0.201667 4.03333 -0.201667 4.84 0.605C4.86 0.625 6.09333 2.23167 6.09333 2.23167C6.85333 3.03167 6.85333 4.29167 6.09333 5.085L5.32 6.05833C6.29333 8.265 7.80666 9.785 9.94 10.6917L10.9133 9.91167C11.7067 9.145 12.9733 9.145 13.7667 9.91167C13.7667 9.91167 15.3733 11.145 15.3933 11.165C16.2 11.9717 16.2 13.2783 15.4267 14.0517L14.76 14.8183C13.9933 15.585 12.96 16.005 11.84 16.005C6.74666 16.005 -3.8147e-06 9.25167 -3.8147e-06 4.165C-3.8147e-06 3.05167 0.419995 2.01167 1.22 1.21833V1.21167ZM11.84 14.665C12.6 14.665 13.3 14.385 13.78 13.8983L14.4467 13.1317C14.72 12.8583 14.7333 12.4117 14.4733 12.125C14.4733 12.125 12.88 10.8983 12.86 10.8783C12.5867 10.605 12.1067 10.605 11.8267 10.8783C11.8067 10.8983 10.4667 11.9717 10.4667 11.9717C10.28 12.1183 10.0333 12.1583 9.81333 12.0717C7.05333 11.0183 5.07333 9.045 3.93333 6.19833C3.84666 5.97833 3.88 5.725 4.03333 5.53167C4.03333 5.53167 5.10666 4.185 5.12 4.17167C5.40666 3.885 5.40666 3.425 5.12 3.13833C5.1 3.11833 3.87333 1.525 3.87333 1.525C3.58666 1.265 3.14 1.27167 2.83333 1.57833L2.13333 2.185C1.62 2.69833 1.33333 3.39833 1.33333 4.15833C1.33333 8.79833 7.84666 14.665 11.84 14.665Z" fill="white"/></svg>') center no-repeat; }
        #page-header .header-top .phone-mobile a .sup,
        #page-header .header-top .phone-mobile a .quote,
        #page-header .header-top .phone-mobile a .nums {
          display: none; }
    @media (max-width: 991.98px) {
      #page-header .header-top .btn-cart {
        height: 40px; } }
  #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: 10px 0;
    border-bottom: 2px solid #e0e0e0; }
    @media (max-width: 991.98px) {
      #page-header .header-bottom {
        display: none; } }
    #page-header .header-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; }
  #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: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
    background: transparent;
    color: var(--white-color); }
    #page-header .header-btn:focus {
      background: var(--color-blue); }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        background: var(--color-blue); } }
    @media (max-width: 991.98px) {
      #page-header .header-btn {
        background-color: transparent;
        width: auto;
        height: auto;
        border: none; }
        #page-header .header-btn:focus {
          background: transparent;
          color: var(--color-blue); } }
    #page-header .header-btn .ic {
      width: 20px;
      height: 20px; }
    #page-header .header-btn .head-qty {
      background: var(--color-blue-dark);
      color: var(--white);
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  #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: 2px; }
  #page-header .catalog-btn {
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    color: var(--white-color);
    padding: 5px 20px;
    min-height: 40px; }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        display: none; } }
    #page-header .catalog-btn .ic {
      color: var(--white-color);
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      #page-header .catalog-btn:hover {
        background: var(--color-blue);
        border-color: var(--color-blue); }
        #page-header .catalog-btn:hover .ic {
          color: var(--white-color); } }
    #page-header .catalog-btn:hover, #page-header .catalog-btn:focus {
      text-decoration: none; }
    #page-header .catalog-btn:focus {
      background: var(--color-blue);
      border-color: var(--color-blue); }
      #page-header .catalog-btn:focus .ic {
        color: var(--white-color); }
  #page-header .header-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #page-header .header-search-tires .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    @media (max-width: 991.98px) {
      #page-header .header-search-tires .search-form {
        position: relative; } }
  #page-header .header-search-tires .input-wrapp {
    position: relative; }
    #page-header .header-search-tires .input-wrapp:has(input:focus) .icon {
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    #page-header .header-search-tires .input-wrapp:first-child::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--grey-color); }
    @media (max-width: 991.98px) {
      #page-header .header-search-tires .input-wrapp:last-child input {
        padding-right: 32px; } }
    #page-header .header-search-tires .input-wrapp .icon {
      position: absolute;
      z-index: 2;
      top: 50%;
      right: 9px;
      width: 12px;
      height: 12px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: var(--color-black);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media (max-width: 991.98px) {
        #page-header .header-search-tires .input-wrapp .icon {
          display: none; } }
  #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: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 5px;
    background: var(--white-color);
    border-color: var(--grey-color); }
  #page-header .header-search-tires .search-input {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-left: 9px;
    padding-right: 9px; }
  #page-header .header-search-btn {
    position: relative;
    min-width: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    background: var(--grey-color);
    padding: 5px 12px;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    cursor: pointer;
    overflow: hidden;
    z-index: 102;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      #page-header .header-search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        min-width: 40px;
        background: var(--blue-new); }
        #page-header .header-search-btn::before {
          content: "OK";
          color: var(--white-color);
          font-weight: 500; } }
    #page-header .header-search-btn:disabled {
      opacity: 0.8;
      background: var(--grey-color);
      pointer-events: none; }
      #page-header .header-search-btn:disabled::before {
        color: var(--white-color); }
    #page-header .header-search-btn .ic,
    #page-header .header-search-btn .icon {
      color: var(--white-color);
      width: 20px;
      height: 20px;
      display: none; }
    @media (max-width: 991.98px) {
      #page-header .header-search-btn .text {
        display: none; } }
    @media (any-hover: hover) {
      #page-header .header-search-btn:hover {
        background: var(--color-blue); } }
  @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; } }
  @media (min-width: 992px) {
    #page-header .mobile-cart-btn {
      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: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  z-index: 102;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .hamburger:hover .hamburger-line {
      background-color: var(--color-blue); } }
  .hamburger:focus .hamburger-line {
    background-color: var(--color-blue); }
  @media (max-width: 575.98px) {
    .hamburger {
      margin-right: 6px; } }
  .catalog-opened .hamburger,
  .menu-opened .hamburger, .hamburger.trigger-active {
    color: var(--color-blue); }
    .catalog-opened .hamburger .hamburger-line,
    .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
      background-color: var(--color-blue);
      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(8px) rotate(-45deg);
            -ms-transform: translateY(8px) rotate(-45deg);
                transform: translateY(8px) 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(-8px) rotate(45deg);
            -ms-transform: translateY(-8px) rotate(45deg);
                transform: translateY(-8px) rotate(45deg); }
  .hamburger .hamburger-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 24px;
    height: 22px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 0.2em;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hamburger .hamburger-line:nth-child(3n + 1) {
      top: 2px;
      width: 24px; }
    .hamburger .hamburger-line:nth-child(3n + 2) {
      top: 50%;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      width: 16px; }
    .hamburger .hamburger-line:nth-child(3n + 3) {
      bottom: 2px;
      width: 24px; }

.catalog-drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 999999;
  width: auto;
  min-width: 300px;
  padding: 6px;
  background: var(--white);
  border-radius: 6px;
  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;
      border-radius: 0; } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding-bottom: 16px;
    background: #212121; }
    .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;
        margin-bottom: 0;
        min-height: 65px; }
        .catalog-drop .catalog-drop-top .modal-close {
          top: 20px; } }
    @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;
    border-radius: 6px;
    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(--white-color);
      text-decoration: none;
      background-color: var(--color-blue); }
    @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='%23219BE7' 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(0, 0, 0, 0.9);
    -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;
    height: 52px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .menu-mobile-fixed.hidden {
      opacity: 0;
      pointer-events: none; }
    .menu-mobile-fixed .ic-home {
      color: var(--color-blue); }
    .menu-mobile-fixed .btn-cart {
      display: none !important; } }

.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-blue);
    -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: 30px;
    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-blue); } }
    @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-blue);
        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-blue); }
      .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 (min-width: 992px) {
        .header-pages-nav .sub-list .nav-link:last-child {
          border-radius: 0 0 8px 8px; } }
      @media (pointer: fine) {
        .header-pages-nav .sub-list .nav-link:hover {
          color: var(--white-color) !important;
          background-color: var(--color-blue); } }

#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 .toggle-wrap {
      display: none; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic-phone {
      color: var(--color-blue);
      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-blue); } }
    @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-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid var(--color-gray);
      margin-bottom: 5px;
      padding-bottom: 5px;
      row-gap: 0; }
    #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;
      margin-bottom: 6px; }
    #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 svg {
        display: none; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-kyivstar::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgBpZZLaBRBEIb/nQTRoCB5ETcbsyjRgxAVHyBRFDEKKgqCFy+CF0/xKIgGfEAu3gVFBS+C4kVExEO8RJQNGhKQgA8SzfoAH3gQRbNx1q93ZsLOTM8+8Iemu6u7/qqpqq7dlKrgg9SVkjazXOVK2QbJnZNmitIY68lOKV9Jv7ECcR/ToCNtg6zJyFir6M3jjE7W3R+ldgzfy0gTqgUvpMWfpFsYcFEuBoP9T8alKUjNPe5kGVPBOetr09LCKF+qfPNeakGQY6wsl+Ppk0XSkWbpnU/ehuw5y64I3wS6/cukL4HACRZI0myeWshvEOe+gNyXHbeQG6zlbISkNMcMkLghpp6Iwt20dMxCdFDJWE3yz4YMYHE7lo8q7HmecYIvci0kVxnPlIwBv0g8Aw2e9yFAfIXQzNi0+arLjE040K+y0EX0z5Xmz1LHXClvIRRQTmPgq6rgm5T5Q9xZZiNHP2YJl1OQ9lv0crWQG7RQfH7So1iyQNpiQtQbPUHhpeoA4RqWxSF4eo2B7uhBqqyOawH3/zI9thwtNwZci+V21Y8YjyF3sP5WcY+2qk6kSpGKWcwbI5OW+z1U1zrVCFpMhq/eGJVDPuo0eQmKOUTpXixGelUSeEcDindm09ZfOUvpiGzGLHq7eBwXVAV00kM4cjIqx7MRmtXr0kumBAYT9E/z5K+bEEQPIG2E/AzLmzZFOE/5hjzg7X2U9touIy9wcZh5lHnWr++dzK22+9y5Q8s+HDKAp60o5VBaof/DNHndQOi/m818uzatgaTskaVs6yEnNLsD8pABA5LyhmkHX/FQdQKd27/pPT7HPBLLkJAdwPoQimtUATymHE3tfJv0IOX9J1BNBgLwrdlf0j6I1jeUIikXFn7fNc7+UYdX5on4B/9KufeiyIeAAAAAAElFTkSuQmCC") center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover, #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
          color: var(--color-blue); } }

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

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @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: 16px; } }
  @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;
      gap: 12px;
      padding: 0 16px; } }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--grey-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 8px;
  text-align: center;
  min-height: 40px; }
  @media (min-width: 992px) {
    #page-header .nav-languages-inline-wrap .nav-languages-item:not(:last-child) {
      border-right: 1px solid var(--grey-color); } }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-inline-wrap .nav-languages-item {
      background: var(--white-color);
      border: 1px solid var(--color-decore);
      color: var(--color-black); } }
  @media (pointer: fine) {
    #page-header .nav-languages-inline-wrap .nav-languages-item:hover {
      color: var(--color-blue); } }
  @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(--white-color);
  font-weight: 600;
  cursor: default; }
  @media (pointer: fine) {
    #page-header .nav-languages-inline-wrap .nav-languages-active:hover {
      color: var(--white-color); } }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-inline-wrap .nav-languages-active {
      background: var(--color-blue);
      color: var(--white-color);
      border-color: var(--color-blue); } }

#page-footer {
  background-color: var(--color-black-2); }
  #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-blue);
        padding: 16px 0 8px; }
        #page-footer .footer-col:last-child {
          padding-bottom: 0;
          border: none; } }
  #page-footer .footer-nav-title {
    position: relative;
    color: var(--white-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      #page-footer .footer-nav-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 1px;
        background: var(--color-blue); } }
    @media (max-width: 1199.98px) {
      #page-footer .footer-nav-title {
        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(--white-color);
          -webkit-transition: .3s ease;
          transition: .3s ease; } }
  @media (max-width: 767.98px) {
    #page-footer .footer-nav {
      padding-top: 8px; } }
  #page-footer .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--white-color);
    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-blue); } }
    @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(--white-color);
    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-blue); }
    #page-footer .contacts-info a {
      color: var(--white-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #page-footer .contacts-info a:hover {
          color: var(--color-blue); } }
    #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(--white-color);
      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-blue); } }
      #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 .socials-wrap nav a {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        @media (any-hover: hover) {
          #page-footer .socials-wrap nav a:hover {
            -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                    transform: translateY(-2px); } }
  #page-footer .btn-main {
    margin-top: 16px; }
  #page-footer .footer-bottom {
    background: #424242; }
    #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: 18px;
      padding-bottom: 18px; }
      @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(--white-color);
    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(--white-color);
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @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(--white-color); }
    #page-footer .fenix-copyright:focus {
      text-shadow: 0 0 0;
      color: var(--color-blue); }
      #page-footer .fenix-copyright:focus .text {
        color: var(--color-blue); }
      #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;
        color: var(--color-blue); }
        #page-footer .fenix-copyright:hover .text {
          color: var(--color-blue); }
        #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: none; }
    #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: 12px;
      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 .info-note:not(:last-child) {
  margin-bottom: 12px; }

.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;
  font-size: 24px; }

.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: 5px;
  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-blue); }
  .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: 5px !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-blue);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form-style a:focus, .form-style a.current, .form-style a.active {
    color: var(--color-blue); }
  @media (pointer: fine) {
    .form-style a:hover {
      color: var(--color-blue); } }

.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: 5px;
  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: 5px;
    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 .form-title {
  text-align: center; }

.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: 40px !important; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    z-index: 1;
    bottom: 13px;
    right: 12px;
    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-blue); } }
    #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: 5px; }
  .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: 500;
    line-height: 20px;
    height: 44px;
    width: 100%;
    border-radius: 5px;
    background: var(--white-color);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    outline: none; }
    .search-form input::-webkit-input-placeholder {
      color: var(--color-gray-2); }
    .search-form input::-moz-placeholder {
      color: var(--color-gray-2); }
    .search-form input:-ms-input-placeholder {
      color: var(--color-gray-2); }
    .search-form input::-ms-input-placeholder {
      color: var(--color-gray-2); }
    .search-form input::placeholder {
      color: var(--color-gray-2); }
    .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-blue); }

.ui-autocomplete.header-search-ui-autocomplete {
  max-height: calc(38px * 12 + 2px); }

: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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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-blue); }
  #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-blue); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--color-blue); } }
  #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;
  border-radius: 5px; }
  .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); } }

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

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

.btn-main {
  color: var(--white-color);
  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: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-main .ic {
    color: var(--white-color);
    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-blue-dark);
      color: var(--white-color); }
      .btn-main:hover .ic {
        -webkit-animation: rotateArrow 0.6s forwards;
                animation: rotateArrow 0.6s forwards; } }
  @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: 5px;
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  text-decoration: none !important;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .btn-main-color:hover {
      color: var(--color-blue);
      background-color: var(--white-color); } }
  .btn-main-color:focus {
    color: var(--color-blue);
    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);
  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: 5px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  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-blue);
      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: 5px;
  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-blue); } }
  @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: 5px;
  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-blue);
    width: 6px; }
  @media (pointer: fine) {
    .btn-continue:hover {
      color: var(--color-blue); } }

.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;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      #messageDialog .popup-title {
        font-size: 22px; } }
  #messageDialog .popup-message {
    text-align: center;
    font-size: 16px; }

.modal-backdrop,
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  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-black);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        border: 1px solid var(--color-blue);
        color: var(--color-blue); } }
    .pagination li a:focus {
      border: 1px solid var(--color-blue);
      color: var(--color-blue); }
  .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-blue);
    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%); } }

.page-description {
  background: #fff;
  border-radius: 10px;
  padding: 24px; }
  .page-description:empty {
    display: none; }
  .page-description:last-child {
    margin-bottom: 48px; }

.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; } }
  .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: var(--color-blue);
        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: var(--color-blue);
      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; }
        @media (max-width: 767.98px) {
          .text-formatted table tr th {
            font-size: 14px;
            line-height: 20px; } }
      .text-formatted table tr td {
        color: var(--grey-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
        @media (max-width: 767.98px) {
          .text-formatted table tr td {
            font-size: 14px;
            line-height: 20px; } }
    .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; }
      @media (max-width: 767.98px) {
        .text-formatted table th,
        .text-formatted table td {
          padding: 8px 10px; } }
    .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-blue);
        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-blue); }
        .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-blue);
          border-color: var(--color-blue);
          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: scale-down;
           object-fit: scale-down; }
        @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-blue);
  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-blue); }
  .section-utp-three-columns .image-wrap img {
    -webkit-filter: grayscale(100%) brightness(1000%);
            filter: grayscale(100%) brightness(1000%); }

.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-blue);
    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: 12px;
    background: var(--white-color);
    border: 1px solid var(--color-decore);
    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: 5px;
    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 {
  padding: 24px;
  min-height: 120px;
  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: 12px;
  background: var(--white-color);
  border: 1px solid var(--color-decore);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .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 {
      -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2); } }

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

.section-text-block .content {
  padding: 20px;
  border-radius: 24px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .section-text-block .content {
      border-radius: 12px;
      padding: 16px; } }

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

@media (max-width: 767.98px) {
  .section-block.section-big-image .section-content {
    padding: 0;
    border-radius: 0;
    background: transparent; } }

.section-block.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-block.section-big-image .img-wrap img {
      border-radius: 12px; } }

.section-content_with_image .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 20px;
  border-radius: 24px;
  background: var(--white-color); }
  @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;
      border-radius: 12px;
      padding: 0 16px 16px; } }

@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: 12px 12px 0 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-blue);
        border: 1px solid var(--color-blue); }
        .section-search-history-swiper .option-card a:hover .option-status {
          color: var(--color-blue); } }
    @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: var(--color-gray);
    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-blue); }
    .section-car-search .search-section .select-types .jq-selectbox__select {
      border: 2px solid var(--color-blue); }
    .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: 5px;
      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 {
    border-radius: 20px;
    background: var(--color-gray);
    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-button {
    text-decoration: none; }
    .section-car-search .search-button.disabled {
      opacity: 0.5;
      pointer-events: none; }
  .section-car-search .jq-selectbox.disabled {
    opacity: 0.5;
    pointer-events: none; }
    .section-car-search .jq-selectbox.disabled .jq-selectbox__select {
      border-color: transparent;
      background: #ffffff;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #1d1d1d; }
    .section-car-search .jq-selectbox.disabled .jq-selectbox__trigger {
      background: #ffffff; }
  .section-car-search .jq-selectbox .jq-selectbox__dropdown input[type=search] {
    padding: 5px 30px 5px 16px;
    color: var(--color-smoky-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid #e9e9e9; }
  .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: #000000;
    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: 5px;
    background-color: var(--color-blue);
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .section-car-search .search-button {
        padding: 12px 20px;
        font-size: 21px; } }
    @media (pointer: fine) {
      .section-car-search .search-button:hover {
        background-color: var(--color-link-hovered); } }
    .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: 5px;
        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-blue); }
    .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: 12px;
      border: 1px solid var(--color-gray);
      background: #f8f8f8; }
      .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.open .accordion-head .ic {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
  .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: auto 1fr 14px;
        grid-template-columns: auto 1fr 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-align: center; }
        .section-car-search .accordion-head .icon {
          width: 32px;
          height: 32px; }
        .section-car-search .accordion-head .ic {
          color: var(--color-blue);
          width: 12px;
          height: 10px;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; } }
  @media (max-width: 767.98px) {
    .section-car-search .accordion-content {
      display: none; } }
  .section-car-search .car-search-list {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .section-car-search .car-search-list {
        padding: 16px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 60%;
        border-radius: 20px;
        background: var(--color-gray); } }
    @media (max-width: 991.98px) {
      .section-car-search .car-search-list {
        margin-top: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 8px; } }
  .section-car-search .car-search-link {
    width: 100%;
    display: inline-block;
    -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;
    position: relative;
    padding: 14px 20px;
    border-radius: 5px;
    background: var(--white-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .section-car-search .car-search-link:hover {
        background: var(--color-blue);
        color: var(--white-color);
        text-decoration: none; } }
    .section-car-search .car-search-link:focus {
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .section-car-search .car-search-link {
        padding: 8px 16px;
        border-radius: 12px;
        border: 1px solid var(--color-gray);
        background: #f8f8f8;
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-decoration: none;
        min-height: 50px; } }
  @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: 30% 1fr 14px;
      grid-template-columns: 30% 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-blue); } }
  .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; }

.car-engines-section .car-engines-content {
  background: var(--white-color);
  border: 1px solid var(--color-decore);
  border-radius: 12px;
  padding: 20px; }
  @media (max-width: 991.98px) {
    .car-engines-section .car-engines-content {
      padding: 16px; } }

.car-engines-section .h3 {
  font-size: 28px; }
  @media (max-width: 991.98px) {
    .car-engines-section .h3 {
      font-size: 20px; } }

.car-engines-section .h4 {
  font-size: 24px; }
  @media (max-width: 991.98px) {
    .car-engines-section .h4 {
      font-size: 18px; } }

.card-modifications {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  background: var(--white-color);
  border: 1px solid var(--color-decore);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .card-modifications {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 767.98px) {
    .card-modifications {
      padding: 16px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 12px; } }
  @media (max-width: 575.98px) {
    .card-modifications {
      padding: 8px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      margin-bottom: 10px; } }

.card-modification {
  position: relative;
  z-index: 1;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
  border: 1px solid var(--color-blue);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .card-modification {
      padding: 8px 16px;
      min-height: 60px; } }
  @media (any-hover: hover) {
    .card-modification:hover {
      background: var(--color-blue);
      color: var(--white-color); }
      .card-modification:hover .card-modification-capacity {
        color: var(--color-blue);
        background: var(--white-color); } }
  .card-modification.active {
    background: var(--color-blue);
    color: var(--white-color); }
    .card-modification.active .card-modification-capacity {
      color: var(--color-blue);
      background: var(--white-color); }
  .card-modification .card-modification-capacity {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 14px;
    border-radius: 6px 0 8px 0;
    color: var(--white-color);
    background: var(--color-blue);
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease; }
    @media (max-width: 767.98px) {
      .card-modification .card-modification-capacity {
        font-size: 12px; } }
  .card-modification .card-modification-power {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px; }
    @media (max-width: 767.98px) {
      .card-modification .card-modification-power {
        font-size: 12px; } }
  .card-modification .card-modification-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .card-modification .card-modification-name {
        font-size: 16px; } }

.characteristic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .characteristic-item .name {
    font-weight: 600; }

table.table-sizes {
  margin-bottom: 0;
  border-color: var(--color-decore); }
  table.table-sizes:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    table.table-sizes thead {
      display: none; } }
  table.table-sizes thead th {
    vertical-align: middle;
    border-bottom: none; }
  table.table-sizes .btn-wrap {
    padding-left: 0;
    padding-right: 0; }
  table.table-sizes .btn-main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 767.98px) {
      table.table-sizes .btn-main {
        width: 100%; } }
  @media (max-width: 767.98px) {
    table.table-sizes tbody .size-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  table.table-sizes tbody .size-row .title-size-row {
    font-weight: 600; }
  table.table-sizes tbody .size-row td {
    border-top: none;
    font-weight: 500;
    border-bottom: 1px solid var(--color-decore); }
    table.table-sizes tbody .size-row td:nth-child(2) {
      text-align: center; }
    @media (max-width: 767.98px) {
      table.table-sizes tbody .size-row td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 12px;
        text-align: right !important; }
        table.table-sizes tbody .size-row td::before {
          content: attr(aria-label);
          text-align: left !important;
          color: var(--secondary); } }
  table.table-sizes tbody .size-row a {
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      table.table-sizes tbody .size-row a {
        font-size: 14px; } }
  table.table-sizes .units {
    font-weight: 400; }

.car-modification-details {
  display: none; }
  .car-modification-details.active {
    display: block; }
  .car-modification-details .modification-power {
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-decore); }
    .car-modification-details .modification-power:not(:last-child) {
      margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .car-modification-details .modification-power {
        padding-bottom: 8px; }
        .car-modification-details .modification-power:not(:last-child) {
          margin-bottom: 8px; } }
  .car-modification-details .characteristics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; }
    @media (max-width: 767.98px) {
      .car-modification-details .characteristics {
        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; } }
    .car-modification-details .characteristics:not(:last-child) {
      margin-bottom: 16px; }

.car-generations-section .car-generations-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px; }
  @media (max-width: 1199.98px) {
    .car-generations-section .car-generations-list {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991.98px) {
    .car-generations-section .car-generations-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .car-generations-section .car-generations-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .car-generations-section .car-generations-list:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .car-generations-section .car-generations-list:not(:last-child) {
        margin-bottom: 24px; } }

.car-brands-section .section-seo .page-description:last-child,
.car-models-section .section-seo .page-description:last-child,
.car-generations-section .section-seo .page-description:last-child {
  margin-bottom: 0; }

.card-car-generation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  background: var(--white-color);
  border: 1px solid var(--color-decore);
  border-radius: 12px;
  padding: 20px; }
  .card-car-generation .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card-car-generation .img picture, .card-car-generation .img img {
      width: 100%;
      height: auto; }
  .card-car-generation .name {
    font-weight: 600; }
  .card-car-generation .modifications {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
    .card-car-generation .modifications a {
      padding: 5px;
      border-bottom: 1px solid var(--color-decore); }
    .card-car-generation .modifications::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-bottom: 2px solid var(--color-blue); }
    .card-car-generation .modifications::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-bottom: 1px solid var(--color-decore); }

.car-models-section .car-models-search {
  position: relative; }
  .car-models-section .car-models-search .icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 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; }
    .car-models-section .car-models-search .icon-search .icon {
      width: 16px;
      height: 16px;
      color: var(--color-blue); }
  .car-models-section .car-models-search input {
    height: 40px;
    padding-left: 36px; }
    .car-models-section .car-models-search input:hover, .car-models-section .car-models-search input:focus {
      border-color: var(--color-blue);
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .car-models-section .car-models-search:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .car-models-section .car-models-search:not(:last-child) {
        margin-bottom: 16px; } }

.car-models-section .car-models-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px; }
  @media (max-width: 1199.98px) {
    .car-models-section .car-models-list {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991.98px) {
    .car-models-section .car-models-list {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 12px; } }
  @media (max-width: 767.98px) {
    .car-models-section .car-models-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; } }
  .car-models-section .car-models-list:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .car-models-section .car-models-list:not(:last-child) {
        margin-bottom: 24px; } }

.car-models-section .card-car-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--white-color);
  border: 1px solid var(--color-decore);
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .car-models-section .card-car-model:hover {
      border-color: var(--color-blue); } }
  @media (max-width: 991.98px) {
    .car-models-section .card-car-model {
      min-height: 76px;
      padding: 16px 8px; } }

.car-brands-section .car-brands-search {
  position: relative; }
  .car-brands-section .car-brands-search .icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 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; }
    .car-brands-section .car-brands-search .icon-search .icon {
      width: 16px;
      height: 16px;
      color: var(--color-blue); }
  .car-brands-section .car-brands-search input {
    height: 40px;
    padding-left: 36px; }
    .car-brands-section .car-brands-search input:hover, .car-brands-section .car-brands-search input:focus {
      border-color: var(--color-blue);
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .car-brands-section .car-brands-search:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .car-brands-section .car-brands-search:not(:last-child) {
        margin-bottom: 16px; } }

.car-brands-section .car-brands-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px; }
  @media (max-width: 1199.98px) {
    .car-brands-section .car-brands-list {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991.98px) {
    .car-brands-section .car-brands-list {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 12px; } }
  @media (max-width: 767.98px) {
    .car-brands-section .car-brands-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; } }
  .car-brands-section .car-brands-list:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .car-brands-section .car-brands-list:not(:last-child) {
        margin-bottom: 24px; } }

.car-brands-section .card-car-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 8px;
  background: var(--white-color);
  border: 1px solid var(--color-decore);
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .car-brands-section .card-car-brand:hover {
      border-color: var(--color-blue); } }
  @media (max-width: 991.98px) {
    .car-brands-section .card-car-brand {
      min-height: 76px;
      padding: 16px 8px; } }

.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-blue); }
  .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-blue); }
  .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-blue);
        color: var(--white); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      background: var(--color-blue);
      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-radius: 12px;
  border: 1px solid #d0d0d0;
  text-decoration: none !important;
  background: var(--bg); }
  @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);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .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; }
    .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-blue); }
        @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-blue); }
    .product-block .product-img-wrap .brand-item {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      padding: 4px 12px;
      border-radius: 12px;
      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: scale-down;
           object-fit: scale-down;
        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;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product-block .product-title {
    text-align: left;
    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__brand {
      font-weight: 500; }
    .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-blue); }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--color-blue); } }
    @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;
        width: 100%; } }
  .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 .rating .review-count, .product-block .rating .rating-count {
    color: #000; }
  .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: #2155c1;
    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-content.page-product {
  margin-top: 0;
  padding-top: 24px; }
  @media (max-width: 991.98px) {
    #page-content.page-product {
      padding-top: 16px; } }

.page-product {
  background: var(--white-color); }
  @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; }
  @media (min-width: 992px) {
    .product-page-grid {
      background: var(--white-color);
      border-top: 1px solid var(--color-gray); } }
  .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: 24px 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-black);
      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-blue);
    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::before {
      content: "";
      width: 24px;
      height: 24px;
      background-size: contain;
      background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="none" stroke-linejoin="round" stroke-linecap="round" stroke-miterlimit="4" stroke-width="2.2667" stroke="%23219BE7" d="M3.696 5.030c-3.151 3.15-3.151 8.258 0 11.409l12.22 12.22 0.084-0.084 0.084 0.084 12.22-12.22c3.151-3.151 3.151-8.259 0-11.409s-8.259-3.151-11.409 0l-0.423 0.423c-0.26 0.26-0.682 0.26-0.943 0l-0.423-0.423c-3.151-3.151-8.258-3.151-11.409 0z"></path></svg>') center no-repeat; }
    .product-gallery .action-toggle .ic,
    .product-gallery .action-toggle .icon {
      color: var(--color-blue);
      width: 100%;
      height: 100%;
      fill: var(--white-color);
      stroke: var(--color-blue);
      display: none; }
    .product-gallery .action-toggle.choosed::before {
      background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%23219BE7" stroke-linejoin="round" stroke-linecap="round" stroke-miterlimit="4" stroke-width="2.2667" stroke="%23219BE7" d="M3.696 5.030c-3.151 3.15-3.151 8.258 0 11.409l12.22 12.22 0.084-0.084 0.084 0.084 12.22-12.22c3.151-3.151 3.151-8.259 0-11.409s-8.259-3.151-11.409 0l-0.423 0.423c-0.26 0.26-0.682 0.26-0.943 0l-0.423-0.423c-3.151-3.151-8.258-3.151-11.409 0z"></path></svg>') center no-repeat; }
    .product-gallery .action-toggle.choosed .ic {
      fill: var(--color-blue); }
  .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; }
  .product-gallery .brand-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 12px; }

#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);
  border: 1px solid var(--color-gray);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 0 8px;
  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;
      border-radius: 0; } }
  .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; }

@media (max-width: 767.98px) {
  .product-anchors {
    margin: 0 -16px; } }

.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;
  max-width: 100%;
  background: #f8f8f8;
  padding: 0 24px; }
  @media (max-width: 991.98px) {
    .product-anchors .product-anchors-list {
      padding: 0 16px; } }

.product-anchors .product-anchors-item {
  width: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .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-blue); }
    .product-anchors .product-anchors-link.active span {
      color: var(--color-blue); }
    .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-blue);
    -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: 10px 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-row {
  padding: 24px;
  background: var(--white);
  border-top: 1px solid var(--color-gray); }
  @media (max-width: 991.98px) {
    .product-row {
      padding: 24px 16px;
      margin: 0 -16px; } }

.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: #000000;
      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: #F8F8F8; }
  .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-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .product-variants-wrapp .price-wrap .price-calc-target {
        font-size: 14px; } }
    .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: 12px; } }
    .product-variants-wrapp .price-wrap .price-calc-target .price-old {
      color: var(--color-smoky-gray);
      font-size: 16px;
      font-weight: 500; }
      @media (max-width: 991.98px) {
        .product-variants-wrapp .price-wrap .price-calc-target .price-old {
          font-size: 12px; } }
      .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: 12px;
        line-height: 16px; } }
  .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: #000000;
    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: #000000;
    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: 1px 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-blue);
      border: 2px solid var(--color-blue); }
  .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-blue); }
          .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-blue);
    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-blue);
    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: 16px;
        line-height: 20px; } }
    @media (max-width: 575.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: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px; } }
    .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;
      -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: 16px; } }
  .section-top-wrap .section-title {
    margin: 0; }
  .section-top-wrap .btn .ic {
    color: var(--color-blue); }
  @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-blue); } }
  @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: #000000;
    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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  text-align: center;
  z-index: 1; }
  .product-fast-order .product-fast-order-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 767.98px) {
      .product-fast-order .product-fast-order-form-top {
        gap: 8px; } }
  .product-fast-order .product-fast-order-form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-black);
    text-align: center; }
    @media (max-width: 767.98px) {
      .product-fast-order .product-fast-order-form-title {
        font-size: 20px; } }
  .product-fast-order .product-fast-order-form-notice {
    text-align: center;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
    @media (max-width: 767.98px) {
      .product-fast-order .product-fast-order-form-notice {
        font-size: 14px;
        line-height: 1.3; } }
  .product-fast-order .product-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;
    width: 100%; }
    .product-fast-order .product-form-wrap .form-control {
      height: 52px;
      border-radius: 8px;
      background: var(--white);
      color: var(--color-black);
      border-color: var(--color-blue);
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      padding-right: 48px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product-fast-order .product-form-wrap .form-control.form-control-error {
        border-color: red !important; }
      .product-fast-order .product-form-wrap .form-control::-webkit-input-placeholder {
        color: var(--color-black); }
      .product-fast-order .product-form-wrap .form-control::-moz-placeholder {
        color: var(--color-black); }
      .product-fast-order .product-form-wrap .form-control:-ms-input-placeholder {
        color: var(--color-black); }
      .product-fast-order .product-form-wrap .form-control::-ms-input-placeholder {
        color: var(--color-black); }
      .product-fast-order .product-form-wrap .form-control::placeholder {
        color: var(--color-black); }
      @media (any-hover: hover) {
        .product-fast-order .product-form-wrap .form-control:hover {
          border-color: var(--color-link-hovered); } }
      .product-fast-order .product-form-wrap .form-control:focus {
        border-color: var(--color-link-hovered); }
    .product-fast-order .product-form-wrap .form-error {
      display: none !important; }
  .product-fast-order .btn {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 6px;
    color: var(--color-blue);
    border: none; }
    .product-fast-order .btn .icon {
      width: 16px;
      height: 16px;
      z-index: 2;
      fill: var(--color-blue); }
    .product-fast-order .btn .progress-ring {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      z-index: 1; }
    .product-fast-order .btn .progress-ring__circle {
      -webkit-transition: stroke-dashoffset 0s linear;
      transition: stroke-dashoffset 0s linear;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }

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

.product-variant-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 0;
  cursor: pointer; }
  .product-variant-label:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-gray); }
    @media (max-width: 991.98px) {
      .product-variant-label:not(:last-child) {
        padding-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .product-variant-label .price-wrap .price-calc-target {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.25; } }
  @media (max-width: 767.98px) {
    .product-variant-label .product-attributes {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5; } }
  .product-variant-label .custom-checkbox-indicator {
    margin-left: auto;
    width: 32px;
    height: 32px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid var(--color-gray);
    background: var(--white, #ffffff);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .product-variant-label .custom-checkbox-indicator::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 14px;
      height: 12px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M12.1667 1.5L4.83333 8.83333L1.5 5.5" stroke="%23E9E9E9" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;
      background-size: contain; }
  .product-variant-label .variant-radio-input:checked + .custom-checkbox-indicator {
    border-color: var(--color-blue); }
    .product-variant-label .variant-radio-input:checked + .custom-checkbox-indicator::after {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M12.1667 1.5L4.83333 8.83333L1.5 5.5" stroke="%23219BE7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }

.buy-button-wrapper {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .buy-button-wrapper {
      padding: 10px 0 16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .buy-button-wrapper .button-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 6px; }
  .buy-button-wrapper .btn-action {
    min-height: 48px; }
  .buy-button-wrapper .btn-fast-order-product {
    background: green;
    border-color: green; }
    @media (any-hover: hover) {
      .buy-button-wrapper .btn-fast-order-product:hover {
        background: transparent;
        color: green; } }
  .buy-button-wrapper .price-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .buy-button-wrapper .price-wrap .price-calc-target {
      color: var(--color-blue);
      font-size: 36px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .buy-button-wrapper .price-wrap .price-calc-target {
          font-size: 28px; } }
      .buy-button-wrapper .price-wrap .price-calc-target span {
        color: var(--color-black);
        font-size: 18px;
        font-weight: 500;
        text-transform: none; }
        @media (max-width: 991.98px) {
          .buy-button-wrapper .price-wrap .price-calc-target span {
            font-size: 16px; } }
      .buy-button-wrapper .price-wrap .price-calc-target .price-old {
        color: var(--color-smoky-gray);
        font-size: 16px;
        font-weight: 500; }
        .buy-button-wrapper .price-wrap .price-calc-target .price-old span {
          color: var(--color-smoky-gray); }
  .buy-button-wrapper button {
    font-size: 18px; }
    @media (max-width: 575.98px) {
      .buy-button-wrapper button {
        width: 100%; } }

.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-blue);
    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-blue); }
      @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(--white-color);
    border-bottom: 1px solid var(--color-decore); }
    @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-blue);
    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);
  gap: 12px; }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0;
      margin: 0 -16px; }
      .catalog-product-grid .product-block {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #d0d0d0; }
        .catalog-product-grid .product-block:first-child {
          border-top: 1px solid #d0d0d0; } }
  .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: 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;
  min-height: 43px;
  border-radius: 5px;
  border: 1px solid var(--color-blue);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  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='%23219BE7'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: contain; }
  .btn-filter-mobile span.text-short {
    display: none; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }
  @media (max-width: 575.98px) {
    .btn-filter-mobile {
      padding-left: 9px;
      font-size: 18px;
      line-height: 1; }
      .btn-filter-mobile span.text-long {
        display: none; }
      .btn-filter-mobile span.text-short {
        display: inline-block; } }

.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;
    background: var(--white-color);
    border: 1px solid var(--color-decore); }
    .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: 8px;
  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; }
    @media (any-hover: hover) {
      .catalog-filter .btn-border:hover {
        border-color: var(--color-blue); } }
  .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-blue);
      border: 1px solid transparent; }
    .catalog-filter .car-type-choice input:checked + label {
      padding: 12px 8px; }
  .catalog-filter .aside-elem {
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: var(--white-color);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer; }
    @media (any-hover: hover) {
      .catalog-filter .aside-elem:hover {
        border-color: var(--color-blue); } }
    .catalog-filter .aside-elem:not(:last-child) {
      margin-bottom: 12px; }
    .catalog-filter .aside-elem.aside-elem-active {
      border: 2px solid var(--color-blue); }
    .catalog-filter .aside-elem.accordion-collapsed {
      border-radius: 5px; }
      .catalog-filter .aside-elem.accordion-collapsed .arrow-wrap {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .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;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .catalog-filter .aside-elem-list.filter-btn-template .attribute-checkbox.active {
        background: var(--color-blue);
        border-color: var(--color-blue); }
        .catalog-filter .aside-elem-list.filter-btn-template .attribute-checkbox.active .text {
          color: var(--white-color); }
      @media (any-hover: hover) {
        .catalog-filter .aside-elem-list.filter-btn-template .attribute-checkbox:hover {
          border-color: var(--color-blue); } }
    @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 {
    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 .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; }
    @media (min-width: 992px) {
      .aside-elem-title .selected {
        font-size: 16px; } }
  .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-blue);
    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: 5px;
    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-blue); }

.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: var(--color-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--color-blue); }
  @media (pointer: fine) {
    .attribute-checkbox:hover .text {
      color: var(--color-blue); } }
  .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: 5px;
      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;
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (min-width: 992px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
        background: transparent; } }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
        background: var(--white); } }
    .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;
      background: transparent;
      -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='%23219BE7' 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: #ffffff;
    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-blue); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        color: var(--color-blue); }
      @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-blue); } }
    @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;
  margin-top: 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-blue); }
      @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);
  background: var(--white-color); }
  @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-blue);
      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-black);
        font-size: 16px;
        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-blue);
          -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-blue); } }
  @media (max-width: 575.98px) {
    .page-checkout .btn-edit {
      font-size: 12px;
      line-height: 16px; } }
  .page-checkout .btn-edit .ic {
    color: var(--color-blue);
    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-black);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
    .payment-type-list .payment-type .payment-content {
      display: none;
      padding: 10px 0; }
    .payment-type-list .payment-type:has(input[name=payment_type]:checked) .payment-content {
      display: block; }
  .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-type-list .custom-radio .radio-wrap {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .payment-type-list .custom-radio:hover .radio-wrap {
        color: var(--color-blue); }
      .payment-type-list .custom-radio:hover .checkmark {
        border-color: var(--color-blue); } }

.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-blue); }
  .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;
  background: var(--white-color); }
  @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-black);
        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-blue);
        -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-blue);
    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-blue); } }

.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 .order-info-text {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 6px; }

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

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-blue);
  z-index: 100;
  font-size: 16px;
  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: 9999;
  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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    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: 18px 12px;
        gap: 8px; } }
  #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;
    padding: 14px 12px;
    width: 100%;
    background: var(--blue-new);
    color: var(--white-color); }
    #cartModal .total-block .total-title {
      color: var(--white-color);
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    @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: var(--white-color);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-decoration: line-through; }
    #cartModal .total-block .price {
      color: var(--white-color);
      font-size: 28px;
      font-weight: 600;
      line-height: 32px; }
      #cartModal .total-block .price span {
        color: var(--white-color);
        font-size: 18px;
        font-weight: 500;
        line-height: 24px; }
  #cartModal .btn-main-color {
    position: relative;
    min-height: 52px;
    gap: 10px; }
    #cartModal .btn-main-color::after {
      content: "";
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><g opacity="0.4"><path d="M10.9949 20H7.62878L9.37878 13.3333H5.76241C5.41291 13.3332 5.06829 13.2552 4.75609 13.1056C4.44389 12.956 4.17277 12.7389 3.96438 12.4717C3.75599 12.2045 3.61611 11.8945 3.55593 11.5667C3.49575 11.2388 3.51693 10.902 3.61778 10.5833L6.97866 0H15.2623L12.6373 6.66667H16.1574C16.5579 6.66691 16.9509 6.7705 17.2945 6.96643C17.6381 7.16236 17.9196 7.44331 18.109 7.77941C18.2983 8.1155 18.3885 8.49419 18.37 8.87521C18.3515 9.25624 18.2249 9.62536 18.0037 9.94333L10.9949 20Z" fill="white"/></g></svg>') center no-repeat;
      background-size: contain; }
    @media (min-width: 768px) {
      #cartModal .btn-main-color {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        min-width: 272px; } }
    @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-blue);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #cartModal .btn-continue:hover {
        color: var(--color-blue); }
        #cartModal .btn-continue:hover svg.ic {
          -webkit-animation: moveArrow 0.8s forwards;
                  animation: moveArrow 0.8s forwards; } }
    #cartModal .btn-continue:focus {
      color: var(--color-blue); }
      #cartModal .btn-continue:focus svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; }
    @media (min-width: 768px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 767.98px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 8px 0 0; } }
  @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-blue); } }
  @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-blue);
        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-blue);
    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: red; }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: red; } }

#cart-fast-order {
  width: 100%; }
  @media (min-width: 768px) {
    #cart-fast-order {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  #cart-fast-order .fast-order-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px; }
    @media (max-width: 767.98px) {
      #cart-fast-order .fast-order-form-top {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  #cart-fast-order .fast-order-form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--color-black); }
    @media (min-width: 768px) {
      #cart-fast-order .fast-order-form-title {
        font-size: 16px;
        text-align: left; } }
    @media (max-width: 767.98px) {
      #cart-fast-order .fast-order-form-title {
        text-align: center; } }
  #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: 12px; }
    @media (max-width: 767.98px) {
      #cart-fast-order .fast-order-form-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #cart-fast-order .fast-order-form-notice {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
    @media (min-width: 768px) {
      #cart-fast-order .fast-order-form-notice {
        font-size: 12px;
        line-height: 1.3; } }
    @media (max-width: 767.98px) {
      #cart-fast-order .fast-order-form-notice {
        text-align: center;
        margin-bottom: 8px; } }
  #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 (min-width: 768px) {
      #cart-fast-order .form-wrap {
        min-width: 272px;
        max-width: 272px;
        margin-left: auto; } }
    @media (max-width: 767.98px) {
      #cart-fast-order .form-wrap {
        width: 100%; } }
    #cart-fast-order .form-wrap .form-control {
      height: 52px;
      border-radius: 8px;
      background: var(--white);
      color: var(--color-black);
      border-color: var(--color-blue);
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      padding-right: 48px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: red !important; }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: var(--color-black); }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: var(--color-black); }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: var(--color-black); }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: var(--color-black); }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: var(--color-black); }
      @media (any-hover: hover) {
        #cart-fast-order .form-wrap .form-control:hover {
          border-color: var(--color-link-hovered); } }
      #cart-fast-order .form-wrap .form-control:focus {
        border-color: var(--color-link-hovered); }
    #cart-fast-order .form-wrap .form-error {
      display: none !important; }
  #cart-fast-order .btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 50px;
    padding: 6px 16px;
    color: var(--color-blue);
    border: none; }

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

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

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

@media (max-width: 767.98px) {
  .account-grid {
    row-gap: 16px; } }

.account-grid .account-aside {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid var(--color-decore);
  border-radius: 12px;
  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(--color-blue); } }
    .account-nav-wrap .account-nav .link-item.active {
      color: var(--white-color);
      background-color: var(--color-blue); }

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

@media (min-width: 992px) {
  .profile-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px; } }

@media (max-width: 991.98px) {
  .profile-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

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

.sellers-account-grid .sellers-account-aside:not(:last-child) {
  margin-bottom: 20px; }

.sellers-account-grid .sellers-account-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px; }
  .sellers-account-grid .sellers-account-nav a.link-item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #219be7;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #219be7;
    background-color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
    .sellers-account-grid .sellers-account-nav a.link-item.active {
      background-color: #219be7;
      color: #ffffff;
      text-decoration: none;
      cursor: auto; }
    @media (any-hover: hover) {
      .sellers-account-grid .sellers-account-nav a.link-item:hover {
        background-color: #219be7;
        color: #ffffff;
        text-decoration: none; } }

.profile-view.profile-cards-section:not(:last-child) {
  margin-bottom: 20px; }

.profile-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 12px 20px;
  border: 1px solid #d0d0d0;
  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;
  position: relative;
  max-width: 588px;
  width: 100%; }

.profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.btn-edit {
  cursor: pointer;
  text-decoration: none;
  display: block;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-bottom: 5px; }

.profile-info-list {
  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; }

.profile-info-item {
  margin-bottom: 10px; }

.profile-info-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .profile-info-cards .profile-info-item {
    padding: 9px 10px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 0; }
    .profile-info-cards .profile-info-item .info-value {
      display: block;
      font-weight: 500;
      font-size: 14px;
      color: #000000; }

.profile-info-item .info-value {
  font-weight: 600;
  font-size: 16px;
  color: #000000; }

.profile-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .profile-bottom .profile-info-item .info-label, .profile-bottom .profile-info-item .info-value {
    font-weight: 500;
    font-size: 14px;
    color: #000000; }

.profile-bottom-btn {
  color: #424242;
  font-weight: 500;
  font-size: 14px;
  display: block; }

.profile-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100px;
  border-radius: 100%;
  overflow: hidden; }
  .profile-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.avatar-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid #d0d0d0;
  border-radius: 110px; }

.avatar-placeholder-img {
  background-image: url('data:image/svg+xml,<svg width="50" height="54" viewBox="0 0 50 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41.3857 36.1L33.575 34.5357C32.7464 34.3714 32.1429 33.6357 32.1429 32.7857V30.9929C32.6571 30.2786 33.1393 29.325 33.6393 28.3286C34.0214 27.575 34.5964 26.4393 34.8536 26.1714C36.3679 24.6893 37.9821 22.85 38.475 20.4536C38.9214 18.2821 38.475 17.1536 37.9571 16.2607C37.9571 14.5143 37.9571 11.3179 37.35 9.01429C37.2893 6.23214 36.7786 4.66071 35.4964 3.26071C34.5893 2.28214 33.2536 2.05357 32.1821 1.87143C31.7571 1.8 31.175 1.7 30.9714 1.58929C29.1179 0.564286 27.2357 0.0571429 24.9321 0C20.2179 0.178571 14.4321 3.16786 12.4964 8.54286C11.9071 10.175 11.9643 12.8536 12.0071 15.0071L11.9571 16.2607C11.5036 17.1536 11.0571 18.2821 11.5071 20.45C12 22.8571 13.6143 24.6929 15.1214 26.1679C15.3821 26.4393 15.9643 27.5821 16.35 28.3357C16.8571 29.3286 17.3429 30.2821 17.8571 30.9964V32.7857C17.8571 33.6357 17.2536 34.3714 16.4214 34.5357L8.61071 36.1C3.62143 37.0964 0 41.5143 0 46.6036V50C0 51.9679 1.60357 53.5714 3.57143 53.5714H46.4286C48.3964 53.5714 50 51.9679 50 50V46.6036C50 41.5143 46.3786 37.0964 41.3857 36.1Z" fill="%23D0D0D0"/></svg>');
  max-width: 50px;
  width: 100%;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center; }

.seller-account-banners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }
  .seller-account-banners a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff; }
    .seller-account-banners a picture {
      width: 100%;
      height: 100%;
      display: block; }
      .seller-account-banners a picture img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        display: block; }

form.settings-form.form-sellers-profile-edit .form-style .form-control:not(.jq-selectbox) {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  max-width: 302px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000; }

form.settings-form.form-sellers-profile-edit button.btn-main-color.btn-submit {
  width: 100%;
  max-width: 302px; }

form.settings-form.form-sellers-profile-edit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 588px; }

.form-sellers-profile-box.profile-info.form-style.form-style-box {
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 25px 20px;
  border-radius: 10px;
  margin-bottom: 20px; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-placeholder {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .form-change__avatar {
    display: none; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .btn-upload {
    width: 100%;
    max-width: 180px;
    border: 1px solid #212121;
    font-size: 13px;
    font-weight: 600;
    color: #212121;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (any-hover: hover) {
      .form-sellers-profile-box.profile-info.form-style.form-style-box .btn-upload:hover {
        border: 1px solid #219be7;
        color: #219be7; } }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-preview img {
      width: 100px;
      height: 100px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 100%; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .btn-avatar-delete {
    border: 1px solid #212121;
    color: #212121;
    background-color: transparent;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    max-width: 150px;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (any-hover: hover) {
      .form-sellers-profile-box.profile-info.form-style.form-style-box .btn-avatar-delete:hover {
        border: 1px solid #219be7;
        color: #219be7; } }

.sellers-edit-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile-phone-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.info-image-chenge-number:not(:last-child) {
  margin-bottom: 24px; }

.info-row .info-row-value {
  font-size: 13px;
  color: #414042;
  font-weight: 600;
  text-align: center; }
  .info-row .info-row-value:not(:last-child) {
    margin-bottom: 10px; }

.info-note {
  max-width: 326px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #414042; }
  .info-note:not(:last-child) {
    margin-bottom: 10px; }

.change-profile-info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%; }

a.link-change-phone {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #219be7;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #219be7; }
  @media (any-hover: hover) {
    a.link-change-phone:hover {
      background-color: #219be7;
      color: #ffffff;
      text-decoration: none; } }

.is-hidden {
  display: none !important; }

.profile-access.form-style.form-style-box {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

form.form-popup-change-phone.form-style.form-style-popup .form-title {
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin-bottom: 10px; }

form.form-popup-change-phone.form-style.form-style-popup .form-note {
  margin-bottom: 20px;
  color: #414042;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-align: center; }

form.form-popup-change-phone.form-style.form-style-popup .form-group {
  margin-bottom: 10px; }

form.form-popup-change-phone.form-style.form-style-popup button.btn.btn-default {
  width: 100%; }

.sms-code-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px; }

input.form-control.sms-code {
  width: 44px !important;
  height: 54px !important;
  padding: 0 !important;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  input.form-control.sms-code:focus {
    border-color: #219be7; }
  input.form-control.sms-code.error {
    border-color: #e53935; }

.form-title.sms-form-title {
  text-align: center !important;
  margin-bottom: 10px !important;
  font-size: 22px;
  line-height: 17px; }

.form-note.sms-form-note {
  margin-bottom: 24px !important;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #414042;
  font-weight: 500; }

.sms-btn {
  width: 100%;
  max-width: 100%; }

.resend-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px; }

.sms-form-group:has(.form-control-error) input.form-control.sms-code {
  border-color: #e53935; }

.photos-layout {
  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; }

.photo-upload-box--main {
  max-width: 400px;
  width: 100%; }

.photo-upload-box--thumb {
  width: 80px;
  height: 80px; }

.main-photo-wrapper {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden; }

.thumbs-wrapper {
  width: 100%; }

#thumbs-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%; }

#thumbs-grid:empty {
  display: none; }

.photos-grid:empty {
  display: none; }

.photo-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1; }

.photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.photo-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5); }

.photo-main input,
.photo-delete input {
  display: none; }

.icon-main,
.icon-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.icon-main {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

.icon-main .ic-active {
  display: none; }

.icon-main .ic-inactive {
  display: block; }

.photo-main input:checked + .icon-main {
  background: #ffc107;
  color: #000000; }

.photo-main input:checked + .icon-main .ic-active {
  display: block; }

.photo-main input:checked + .icon-main .ic-inactive {
  display: none; }

.icon-delete {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

.photo-delete input:checked + .icon-delete {
  background: #dc3545;
  color: #ffffff; }

.photo-item.marked-for-delete {
  opacity: 0.5; }

.product-status.status-sold {
  background-color: #777777; }

.product-status.status-rejected {
  background-color: #f03e3eb2; }

.product-status.status-draft {
  background-color: #777777; }

.product-status.status-active {
  background-color: #3c9806; }

div#thumbs-grid .label#upload-thumb {
  max-width: 90px; }

div#thumbs-grid .photo-upload-box {
  max-width: 90px;
  min-height: 90px;
  padding: 10px;
  margin-bottom: 0; }

div#thumbs-grid .photo-upload-content svg {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  max-height: 60px; }

div#thumbs-grid .photo-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  max-width: 90px; }

.nav.nav-tabs.products-status-tabs {
  margin-bottom: 20px;
  padding-bottom: 10px; }

.products-list__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600; }

.products-list__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600; }

.product-card-image {
  min-width: 190px;
  max-width: 197px; }
  .product-card-image picture {
    width: 100%; }
    .product-card-image picture img {
      width: 100%; }

.product-card-view-post {
  width: 100%;
  margin-top: 5px; }
  .product-card-view-post a {
    -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;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
    border: 1px solid #219be7;
    background-color: #219be7;
    text-decoration: none; }
    @media (any-hover: hover) {
      .product-card-view-post a:hover {
        color: #219be7;
        background-color: #ffffff;
        text-decoration: none; } }

@media (max-width: 1199.98px) {
  .sellers-edit-grid {
    gap: 10px; }
  .profile-phone-section {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  form.settings-form.form-sellers-profile-edit {
    -ms-flex-negative: 1;
        flex-shrink: 1; } }

@media (max-width: 992px) {
  .nav.nav-tabs.products-status-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .nav.nav-tabs.products-status-tabs::-webkit-scrollbar {
      display: none; }
    .nav.nav-tabs.products-status-tabs .nav-item {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .sellers-edit-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
  form.settings-form.form-sellers-profile-edit .form-style .form-control:not(.jq-selectbox) {
    max-width: 100%; }
  form.settings-form.form-sellers-profile-edit button.btn-main-color.btn-submit {
    max-width: 100%; }
  .seller-account-banners {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .profile-card {
    max-width: 100%;
    width: 100%; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .avatar-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .btn-avatar-delete {
    border: none;
    padding: 0;
    border-radius: 0; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .btn-upload {
    border: none;
    padding: 0;
    border-radius: 0; } }

@media (max-width: 576px) {
  a.link-change-phone {
    font-size: 14px; }
  .info-row .info-row-value {
    font-size: 16px; }
  .profile-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .profile-info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .profile-info-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .profile-info-cards .profile-info-item .info-value {
    font-size: 14px; }
  .sellers-account-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .profile-info-item .info-value {
    font-size: 16px; }
  .btn-edit {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px; }
  .sellers-account-grid .sellers-account-nav a.link-item {
    width: 100%;
    text-align: center; }
  .seller-account-banners {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
  .change-profile-info-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-sellers-profile-box.profile-info.form-style.form-style-box .h3.info-title {
    font-size: 18px;
    text-align: center;
    line-height: 16px; }
  .profile-bottom .profile-info-item {
    margin-bottom: 0; }
    .profile-bottom .profile-info-item .info-value {
      font-size: 14px; }
  a.profile-bottom-btn.btn-logout {
    font-size: 14px; } }

.product-form.form-style.form-style-box {
  padding: 0;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  border: none; }

form#product-form .form-control {
  padding: 14px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 12px;
  color: #000000;
  font-weight: 600; }

form#product-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 12px;
  color: #000000;
  font-weight: 600; }

form#product-form .form-controls {
  position: relative; }

form#product-form .select-arrow {
  position: absolute;
  right: 10px;
  top: 14px;
  pointer-events: none; }
  form#product-form .select-arrow svg {
    color: #000000;
    width: 14px; }

form#product-form .form-group.tire-field label.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 11px 10px;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff; }
  form#product-form .form-group.tire-field label.checkbox-label input[type="checkbox"] {
    display: none; }
  form#product-form .form-group.tire-field label.checkbox-label .custom-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
  form#product-form .form-group.tire-field label.checkbox-label .custom-checkbox::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
            transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
  form#product-form .form-group.tire-field label.checkbox-label input[type="checkbox"]:checked + .custom-checkbox {
    background: #3b82f6;
    border-color: #3b82f6; }
  form#product-form .form-group.tire-field label.checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
        -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
            transform: translate(-50%, -50%) rotate(-45deg) scale(1); }
  form#product-form .form-group.tire-field label.checkbox-label .checkbox-text {
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    color: #111111; }

.add-post__page .add-post__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 750px 1fr;
  grid-template-columns: 750px 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.add-post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.add-post__title {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: 600; }

.add-post__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px; }

.add-post__tabs * {
  border: none; }

.add-post__tabs .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px; }

.add-post__tabs .nav-link-tab {
  width: 100% !important;
  border-radius: 5px !important; }

.add-post__tabs a.nav-link-tab {
  padding: 9px;
  border: 1px solid #219be7;
  background-color: #ffffff;
  color: #219be7;
  width: 100% !important;
  border-radius: 5px !important;
  min-width: 340px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (any-hover: hover) {
    .add-post__tabs a.nav-link-tab:hover {
      background-color: #219be7;
      color: #ffffff; } }

.add-post__tabs a.nav-link-tab.active {
  border: 1px solid #219be7 !important;
  background-color: #219be7;
  border-radius: 5px !important;
  color: #ffffff; }

.add-post__tire-fileds {
  width: 100%;
  max-width: 340px; }

.add-post__photo {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 400px; }

.form-group.photos-upload-group {
  width: 100%; }

.photo-upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  border: 1px solid #219be7;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 302px; }

.photo-upload-box:hover {
  border-color: #2563eb; }
  .photo-upload-box:hover .upload-text {
    color: #2563eb; }

.photo-upload-content {
  text-align: center;
  color: #3b82f6; }
  .photo-upload-content svg {
    width: 100px;
    height: 100px;
    margin-bottom: 10px; }

.upload-text {
  font-size: 14px;
  font-weight: 400;
  color: #414042;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .form-buttons button.btn-main-color.btn-submit {
    margin: 0; }

@media (max-width: 1199.98px) {
  .add-post__right .add-post__products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .add-post__container {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }
  .add-post__tire-fileds {
    max-width: 100%; }
  .add-post__block {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .add-post__photo {
    max-width: 100%; }
  .photo-upload-box {
    max-width: 100%; }
  .add-post__tabs .nav.nav-tabs .nav-item a {
    font-size: 14px; } }

@media (max-width: 768px) {
  .add-post__right .add-post__products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

@media (max-width: 576px) {
  .form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .add-post__tabs .nav.nav-tabs {
    width: 100%; }
    .add-post__tabs .nav.nav-tabs .nav-item {
      width: 100%; }
      .add-post__tabs .nav.nav-tabs .nav-item a {
        width: 100%; }
  .add-post__tabs a.nav-link-tab {
    min-width: 200px; } }

.products-title-main {
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 20px; }

.products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.product-card__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.product-card-brand {
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: 400; }
  .product-card-brand:not(:last-child) {
    margin-bottom: 6px; }

.product-card-model {
  font-size: 14px;
  color: #000000;
  font-weight: 700; }
  .product-card-model:not(:last-child) {
    margin-bottom: 6px; }

.product-card-size {
  font-size: 13px;
  color: #000000;
  font-weight: 500; }
  .product-card-size:not(:last-child) {
    margin-bottom: 6px; }

.product-card-price {
  font-size: 22px;
  line-height: 20px;
  color: #3c9806;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .product-card-price span {
    font-size: 13px; }
  .product-card-price .negotiable-badge {
    margin-left: auto;
    font-size: 14px; }
  .product-card-price:not(:last-child) {
    margin-bottom: 6px; }

.product-card-specs {
  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; }

.product-card__inner {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  padding: 7px 11px;
  border-radius: 10px;
  position: relative; }

.product-season-icon {
  position: absolute;
  top: 6px;
  left: -6px; }
  .product-season-icon svg {
    width: 24px;
    height: 24px; }

.product-status {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 8px; }
  .product-status.status-pending {
    background-color: #ffc107; }

.product-card-image {
  position: relative; }

.product-status-tooltip {
  position: absolute;
  left: 100px;
  top: 38px; }

.product-card__image {
  width: 100%;
  max-width: 190px;
  position: relative;
  aspect-ratio: 1/1; }
  .product-card__image picture {
    width: 100%;
    height: 100%; }
    .product-card__image picture img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.product-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  bottom: 5px;
  left: -6px;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .product-card-actions a.product-action-link.product-action-edit {
    padding: 4px 7px;
    color: #219be7;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    background-color: #d4d4d4;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #d4d4d4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media (any-hover: hover) {
      .product-card-actions a.product-action-link.product-action-edit:hover {
        background-color: #ffffff;
        border: 1px solid #219be7; } }
  .product-card-actions button.product-action-link.product-action-delete.js-delete-product {
    padding: 4px 7px;
    color: #f03e3e;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    background-color: #d4d4d4;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media (any-hover: hover) {
      .product-card-actions button.product-action-link.product-action-delete.js-delete-product:hover {
        background-color: #ffffff;
        border: 1px solid #f03e3e; } }

.product-status-details {
  color: #ffffff;
  font-size: 9px;
  line-height: 9px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #b70000cc;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px); }

.product-status-tooltip__content {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 320px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 16px;
  border-radius: 12px;
  background: #b70000cc;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  z-index: 100; }

.product-status-tooltip:hover .product-status-tooltip__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.product-status-tooltip.is-active .product-status-tooltip__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.product-card-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 5px; }
  .product-card-stats .stat-item {
    padding: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    background-color: #ffffff; }
    .product-card-stats .stat-item svg {
      width: 15px;
      height: 15px;
      display: block; }

div#deleteProductTitle.modal-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }

.section-seller-product .products-carousel .swiper-button-prev.gallery-button-prev,
.section-seller-product .products-carousel .swiper-button-next.gallery-button-next {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid #d0d0d0;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 5px;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }

.section-seller-product .products-carousel .swiper-button-next.gallery-button-next {
  right: 0; }

.section-seller-product .products-carousel .swiper-button-prev.gallery-button-prev {
  left: 0; }

@media (max-width: 1199.98px) {
  .products-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 992px) {
  .product-card-image {
    min-width: 168px;
    max-width: 170px; }
  .product-card-actions button.product-action-link.product-action-delete.js-delete-product {
    font-size: 13px;
    padding: 2px; }
  .product-card-actions a.product-action-link.product-action-edit {
    font-size: 13px;
    padding: 2px; }
  .product-card-actions {
    gap: 14px; } }

@media (max-width: 768px) {
  .product-card__inner {
    -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-card-image {
    position: relative; }
  .product-card-image {
    min-width: 0;
    max-width: 100%;
    max-height: 183px;
    overflow: hidden;
    width: 100%; }
  .product-card__content {
    width: 100%; }
  .product-card-brand {
    text-align: left; }
  .product-card-actions {
    left: 5px; }
  .product-card-actions button.product-action-link.product-action-delete.js-delete-product {
    font-size: 14px;
    padding: 5px; }
  .product-card-actions a.product-action-link.product-action-edit {
    font-size: 14px;
    padding: 5px; }
  .product-season-icon {
    left: 5px; }
  .product-card-actions {
    gap: 5px; }
  .product-card-view-post a {
    font-size: 16px;
    padding: 7px; } }

@media (max-width: 576px) {
  .products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

.product-created-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 485px;
  margin: 50px auto; }

.product-created-success__icon {
  width: 100px;
  height: 100px; }
  .product-created-success__icon svg {
    width: 100%;
    height: 100%; }

.product-created-success__heading {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 20px; }

.product-created-success__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  width: 100%; }

.product-created-success__actions .success-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0 0 10px 10px; }
  @media (any-hover: hover) {
    .product-created-success__actions .success-btn:hover {
      color: #ffffff;
      background-color: #219be7; } }

.product-created-success__actions .success-btn--green {
  color: #4fae32;
  border-radius: 10px 10px 0 0; }
  @media (any-hover: hover) {
    .product-created-success__actions .success-btn--green:hover {
      color: #ffffff;
      background-color: #219be7; } }

@media (max-width: 576px) {
  .product-created-success {
    margin: 15px auto 0;
    gap: 10px; }
  .product-created-success__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 20px;
    line-height: 20px; }
    .product-created-success__heading .product-created-success__icon {
      width: 50px;
      height: 50px; } }

.product-gallery.sellers-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
  background-color: transparent; }
  .product-gallery.sellers-gallery .product-gallery-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
    max-height: 392px; }
  .product-gallery.sellers-gallery .product-gallery-slides {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    max-width: 685px;
    background-color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
  .product-gallery.sellers-gallery .gallery-thumb-slide {
    gap: 10px; }
  .product-gallery.sellers-gallery .product-action-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px; }
    .product-gallery.sellers-gallery .product-action-btns .season-image {
      width: 24px;
      height: 24px;
      margin-left: 20px; }
      .product-gallery.sellers-gallery .product-action-btns .season-image svg {
        width: 100%;
        height: 100%; }
    .product-gallery.sellers-gallery .product-action-btns .favorites-btn {
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 20px; }
      .product-gallery.sellers-gallery .product-action-btns .favorites-btn svg {
        width: 100%;
        height: 100%;
        color: #219be7; }
  .product-gallery.sellers-gallery .product-about-mark {
    position: absolute;
    left: 0;
    top: 60px;
    -webkit-box-shadow: 0px 1px 3px 0px #00000026;
            box-shadow: 0px 1px 3px 0px #00000026;
    width: 38px;
    height: 24px;
    background-color: #219be7;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 8px 10px;
    z-index: 9;
    border-radius: 5px 0 0 5px; }
    .product-gallery.sellers-gallery .product-about-mark::after {
      content: "";
      position: absolute;
      top: 0;
      right: -12px;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid #219be7; }
  .product-gallery.sellers-gallery .product-gallery-inner {
    max-width: 600px; }
  .product-gallery.sellers-gallery .gallery-thumb-slide {
    padding: 0 15px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffffff; }
    @media (any-hover) {
      .product-gallery.sellers-gallery .gallery-thumb-slide:hover {
        border-color: #219be7; } }
  .product-gallery.sellers-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
    border: 1px solid #219be7; }
  .product-gallery.sellers-gallery .gallery-button-prev,
  .product-gallery.sellers-gallery .gallery-button-next {
    width: 36px !important;
    height: 36px !important;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .product-gallery.sellers-gallery .gallery-button-prev svg,
    .product-gallery.sellers-gallery .gallery-button-next svg {
      color: #219be7;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      width: 13px;
      height: 13px; }
    @media (any-hover) {
      .product-gallery.sellers-gallery .gallery-button-prev:hover,
      .product-gallery.sellers-gallery .gallery-button-next:hover {
        background-color: #219be7;
        border-color: #219be7; }
        .product-gallery.sellers-gallery .gallery-button-prev:hover svg,
        .product-gallery.sellers-gallery .gallery-button-next:hover svg {
          color: #ffffff; } }
  .product-gallery.sellers-gallery .gallery-button-prev {
    left: 11px; }
  .product-gallery.sellers-gallery .gallery-button-next {
    right: 11px; }

.product-tabs-nav.detalies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  width: 100%;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 1px;
  margin-bottom: 30px; }
  .product-tabs-nav.detalies a {
    color: #424242;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 500;
    height: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 1px;
    position: relative; }
    .product-tabs-nav.detalies a::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #219be7;
      position: absolute;
      bottom: -2px;
      left: 0;
      z-index: 1;
      opacity: 0; }
    .product-tabs-nav.detalies a .tabs-muted {
      color: #9e9e9e; }
    @media (any-hover: hover) {
      .product-tabs-nav.detalies a:hover {
        color: #219be7; }
        .product-tabs-nav.detalies a:hover::before {
          opacity: 1; }
        .product-tabs-nav.detalies a:hover .tabs-muted {
          color: #219be7; } }

.sellers-product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  .sellers-product-page-grid:not(:last-child) {
    margin-bottom: 100px; }

.seller-product-title {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #212121; }
  .seller-product-title:not(:last-child) {
    margin-bottom: 20px; }

.product-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-sub-info .product-sub-size {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #424242; }
  .product-sub-info .product-sku {
    color: #424242;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px; }
  .product-sub-info:not(:last-child) {
    margin-bottom: 20px; }

.seller-info-actions.mobile {
  display: none !important; }

.seller-reviews-section-mobile {
  display: none; }

.seller-reviews-tab-content {
  display: none; }

.seller-reviews-tab-content.active {
  display: block; }

.seller-price-wrap {
  width: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-bottom: 20px; }

.product-info-wrap.seller-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background-color: #ffffff; }
  .product-info-wrap.seller-info-block:not(:last-child) {
    margin-bottom: 20px; }
  .product-info-wrap.seller-info-block .seller-info {
    width: 100%; }
  .product-info-wrap.seller-info-block .seller-info-avatar {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .product-info-wrap.seller-info-block .product-info-wrap-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #000000; }
    .product-info-wrap.seller-info-block .product-info-wrap-title:not(:last-child) {
      margin-bottom: 10px; }
  .product-info-wrap.seller-info-block .seller-info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    .product-info-wrap.seller-info-block .seller-info-details:not(:last-child) {
      margin-bottom: 10px; }
  .product-info-wrap.seller-info-block .seller-info-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000000; }
  .product-info-wrap.seller-info-block .seller-info-offers {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000000; }
  .product-info-wrap.seller-info-block .seller-info-city {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000000; }
    .product-info-wrap.seller-info-block .seller-info-city:not(:last-child) {
      margin-bottom: 10px; }
  .product-info-wrap.seller-info-block .seller-info-period:not(:last-child) {
    margin-bottom: 10px; }
  .product-info-wrap.seller-info-block .seller-info-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .product-info-wrap.seller-info-block .seller-info-actions .seller-info-phone {
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      gap: 10px; }
      .product-info-wrap.seller-info-block .seller-info-actions .seller-info-phone button {
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        color: #424242;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: none;
        outline: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .product-info-wrap.seller-info-block .seller-info-actions .seller-info-phone a.phone-link {
        font-size: 18px;
        line-height: 18px;
        color: #3c9806;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .product-info-wrap.seller-info-block .seller-info-actions .seller-info-phone .masked-phone {
        white-space: nowrap;
        font-size: 18px;
        line-height: 18px;
        color: #3c9806;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      @media (any-hover: hover) {
        .product-info-wrap.seller-info-block .seller-info-actions .seller-info-phone:hover button {
          color: #3c9806; } }
    .product-info-wrap.seller-info-block .seller-info-actions .sellers-info-write {
      display: block;
      border: 1px solid #219be7;
      border-radius: 5px;
      font-size: 14px;
      line-height: 20px;
      padding: 8px 20px;
      background-color: transparent;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #219be7;
      text-decoration: none; }
      @media (any-hover: hover) {
        .product-info-wrap.seller-info-block .seller-info-actions .sellers-info-write:hover {
          background-color: #219be7;
          color: #ffffff;
          text-decoration: none; } }

.seller-description {
  width: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px; }
  .seller-description:not(:last-child) {
    margin-bottom: 20px; }
  .seller-description .product-info-wrap-title {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #000000; }

.account-products .add-post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.account-products .add-post__photo {
  max-width: 400px; }

.product-type-badge span.nav-link-tab.active {
  border: 1px solid #219be7 !important;
  background-color: #219be7;
  border-radius: 5px !important;
  color: #ffffff;
  padding: 9px;
  max-width: 340px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: initial; }

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

.sellers-characteristics .product-info-wrap-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000000; }

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

.sellers-characteristics .characteristics-wrap tr {
  background-color: transparent !important;
  padding: 0; }
  .sellers-characteristics .characteristics-wrap tr:not(:last-child) {
    margin-bottom: 2px; }

.sellers-characteristics .characteristics-wrap .attribute {
  background-color: transparent !important; }

.sellers-characteristics .characteristics-wrap td {
  padding: 16px 20px;
  font-size: 14px;
  background-color: #ffffff; }

.sellers-characteristics .characteristics-wrap .title {
  color: #000000;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400; }

.sellers-characteristics .characteristics-wrap .value {
  text-align: right;
  color: #000000;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400; }

.usp-block .usp-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px; }

.usp-block .usp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 16px; }

.usp-block .usp-icon svg {
  width: 40px;
  height: 40px; }

.usp-block .usp-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px; }
  .usp-block .usp-text .usp-title {
    font-weight: 400;
    font-size: 16px;
    color: #000000; }
  .usp-block .usp-text .usp-desc {
    color: #424242;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400; }

.product-gallery-desktop:not(:last-child) {
  margin-bottom: 20px; }

.seller-rating-sumary {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px; }
  .seller-rating-sumary:not(:last-child) {
    margin-bottom: 20px; }
  .seller-rating-sumary .seller-rating-summary-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .seller-rating-sumary .seller-rating-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 400; }
  .seller-rating-sumary .seller-rating-bar {
    min-width: 209px;
    width: 100%;
    height: 8px;
    background: #e1e0e0;
    overflow: hidden;
    position: relative;
    border-radius: 10px; }
  .seller-rating-sumary .seller-rating-bar-fill {
    height: 100%;
    background: #ffc107;
    border-radius: 10px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  .seller-rating-sumary .seller-rating-bar-count {
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e; }

.seller-rating-average {
  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;
  gap: 4px;
  font-family: inherit; }

.seller-rating-average-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.seller-rating-average-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px; }
  .seller-rating-average-stars .star-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    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; }
    .seller-rating-average-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) {
      .seller-rating-average-stars .star-icon {
        width: 15px;
        height: 15px; } }

.seller-rating-average-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000; }

.seller-rating-average-count {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px; }

.seller-rating-summary-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .seller-rating-summary-actions .seller-btn-review,
  .seller-rating-summary-actions .seller-btn-question {
    padding: 11px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #219be7;
    border: 1px solid #219be7;
    border-radius: 5px;
    background-color: transparent;
    max-width: 150px;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media (any-hover: hover) {
      .seller-rating-summary-actions .seller-btn-review:hover,
      .seller-rating-summary-actions .seller-btn-question:hover {
        background-color: #219be7;
        color: #ffffff; } }

.seller-product-info-wrap-title {
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px; }
  .seller-product-info-wrap-title span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #219be7;
    position: relative; }
    .seller-product-info-wrap-title span::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      bottom: -5px;
      background-color: #219be7; }

.seller-reviews-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px; }
  .seller-reviews-tabs .seller-reviews-tab {
    padding: 0;
    background: transparent;
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    border: 0;
    margin: 0; }
    .seller-reviews-tabs .seller-reviews-tab::before {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: #219be7;
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      bottom: -1px; }
    .seller-reviews-tabs .seller-reviews-tab.active {
      color: #219be7; }
      .seller-reviews-tabs .seller-reviews-tab.active::before {
        opacity: 1; }
    @media (any-hover: hover) {
      .seller-reviews-tabs .seller-reviews-tab:hover {
        color: #219be7; }
        .seller-reviews-tabs .seller-reviews-tab:hover::before {
          opacity: 1; } }

.seller-review-item {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 20px; }
  .seller-review-item .seller-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;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%; }
  .seller-review-item .seller-review-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .seller-review-item .seller-reviews-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px; }
  .seller-review-item span.seller-reviews-data {
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    color: #9e9e9e; }
  .seller-review-item .seller-review-content {
    width: 100%;
    margin-bottom: 10px; }
    .seller-review-item .seller-review-content * {
      color: #000000;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400; }
  .seller-review-item .star-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    background-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; }
    .seller-review-item .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) {
      .seller-review-item .star-icon {
        width: 15px;
        height: 15px; } }

.seller-review-bottom-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px; }
  .seller-review-bottom-actions .review-likes-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 7px; }
  .seller-review-bottom-actions .review-votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px; }
  .seller-review-bottom-actions button.review-likes-up,
  .seller-review-bottom-actions button.review-likes-down {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent; }
    .seller-review-bottom-actions button.review-likes-up svg,
    .seller-review-bottom-actions button.review-likes-down svg {
      width: 16px;
      height: 16px;
      display: block;
      color: #424242; }

.seller-reviews-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 10px; }

.seller-product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px; }
  .seller-product-head .price {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #212121; }
    .seller-product-head .price span {
      font-size: 15px;
      line-height: 36px;
      font-weight: 500; }

.delete-reason-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.seller-product-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .seller-product-info-wrap .report-link {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: 500; }
  .seller-product-info-wrap .product-detail-item {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 0;
    font-weight: 500; }
    .seller-product-info-wrap .product-detail-item span {
      font-weight: 700; }
    .seller-product-info-wrap .product-detail-item:not(:last-child) {
      margin-bottom: 10px; }

.seller-reviews-section-mobile .product-reviews-section {
  display: none; }

@media (max-width: 1199.98px) {
  .product-gallery.sellers-gallery .product-gallery-inner {
    max-width: 500px; }
  .product-gallery.sellers-gallery .product-gallery-inner {
    gap: 10px; } }

@media (max-width: 992px) {
  .seller-reviews-section-mobile {
    display: block; }
  .sellers-product-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .product-reviews-section {
    display: none; }
  .seller-rating-sumary {
    display: none; }
  .seller-reviews-section-mobile .seller-rating-sumary {
    display: block; }
  .seller-reviews-section-mobile .product-reviews-section {
    display: block; }
  .product-gallery.sellers-gallery {
    height: auto; }
  .product-gallery.sellers-gallery .product-gallery-inner {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(var(--bootstrap-container) - var(--container-padding) - var(--container-padding)); }
  .product-gallery.sellers-gallery .product-gallery-slides {
    max-width: 100%; }
  .product-gallery.sellers-gallery .gallery-button-prev, .product-gallery.sellers-gallery .gallery-button-next {
    -webkit-transform: translateY(-50%) rotate(0) !important;
        -ms-transform: translateY(-50%) rotate(0) !important;
            transform: translateY(-50%) rotate(0) !important; }
  .usp-block .usp-grid {
    margin-bottom: 20px; }
  .product-gallery.sellers-gallery .product-gallery-slides .gallery-slide {
    padding-top: 0; } }

@media (max-width: 576px) {
  .usp-block .usp-grid {
    margin-bottom: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px; }
  .product-tabs-nav.detalies {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .product-tabs-nav.detalies::-webkit-scrollbar {
      display: none; }
  .product-gallery-desktop:not(:last-child) {
    margin-bottom: 0; }
  .seller-info-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .seller-info-actions {
    display: none !important; }
  .seller-info-actions.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-info-wrap.seller-info-block .seller-info-period:not(:last-child) {
    margin-bottom: 0; }
  .seller-rating-summary-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .sellers-info-write {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  .product-info-wrap.seller-info-block .seller-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .seller-rating-bars {
    width: 100%; }
  .seller-rating-sumary .seller-rating-bar {
    max-width: 100%; }
  .seller-rating-summary-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 100%; }
  .seller-rating-summary-actions .seller-btn-review, .seller-rating-summary-actions .seller-btn-question {
    width: 100%;
    max-width: 100%; }
  .product-info-wrap.seller-info-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
  .product-info-wrap.seller-info-block .seller-info {
    max-width: 250px; }
  .product-info-wrap.seller-info-block .seller-info-actions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; } }

.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-decore);
  border-radius: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: var(--white-color); }
  @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;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 20px;
  text-decoration: none !important;
  border-radius: 0 0 16px 16px; }
  @media (any-hover: hover) {
    .page-services .service-card-content:hover {
      background: var(--color-blue); }
      .page-services .service-card-content:hover .service-card-title {
        color: var(--white-color); }
      .page-services .service-card-content:hover .arrow-wrap {
        background: var(--white-color);
        color: var(--color-blue); } }

.page-services .service-card-title {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @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: var(--color-blue);
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .page-services .arrow-wrap .ic {
    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-blue);
  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-blue); }
  .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; } }

.calendar-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }

.tire-center-title {
  text-align: center;
  font-weight: 400; }
  .tire-center-title:not(:last-child) {
    margin-bottom: 20px; }

.tire-centers-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  .tire-centers-wrap:not(:last-child) {
    margin-bottom: 28px; }
  @media (max-width: 1199.98px) {
    .tire-centers-wrap {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 992px) {
    .tire-centers-wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.tire-center-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  width: 100%;
  position: relative; }

.tire-center-card:has(input:checked) {
  border: 1px solid #219be7; }

.tire-center-card-title b {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 12px 10px;
  color: #000000;
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.tire-center-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  cursor: pointer; }

.tire-center-card-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 13px 20px 10px;
  cursor: pointer; }

.tire-center-card-address-wrap input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer; }

.tire-center-card-address-wrap input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2196f3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.tire-center-card-address {
  font-size: 14px;
  font-weight: 500; }

.tire-center-card-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 14px; }

.tire-center-card-cellphone * {
  font-size: 16px;
  font-weight: 600;
  color: #219be7;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s; }

.tire-center-card-map * {
  font-size: 16px;
  font-weight: 500;
  color: #219be7;
  display: block; }

#booking-calendar {
  scroll-margin-top: 110px; }

#booking-calendar .calendar-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  #booking-calendar .calendar-dates:not(:last-child) {
    margin-bottom: 20px; }

#booking-calendar .btn-calendar-date {
  padding: 14px 7px;
  background-color: #ffffff;
  border: 1px solid #3c9806;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-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;
  gap: 10px;
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #booking-calendar .btn-calendar-date .day-of-week {
    display: block;
    text-transform: capitalize; }
  #booking-calendar .btn-calendar-date .month-date {
    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;
    max-width: 55px; }
  #booking-calendar .btn-calendar-date.active {
    color: #ffffff;
    background: #3c9806; }
  @media (any-hover: hover) {
    #booking-calendar .btn-calendar-date:not(.active):hover {
      background: #3c9806;
      color: #ffffff; } }
  @media (max-width: 992px) {
    #booking-calendar .btn-calendar-date {
      gap: 5px;
      padding: 7px 2px; }
      #booking-calendar .btn-calendar-date .month-date {
        padding: 0 !important;
        height: auto !important; } }

#booking-calendar .hours-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[13];
  grid-template-columns: repeat(13, 1fr);
  gap: 10px; }

#booking-calendar .regular-hours:not(:last-child) {
  margin-bottom: 18px; }

#booking-calendar .btn-time {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  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: 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #booking-calendar .btn-time.free {
    background: #3c9806; }
  #booking-calendar .btn-time.reserved {
    background: #f03e3e;
    cursor: pointer; }
  #booking-calendar .btn-time.disabled {
    background: #858383;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  #booking-calendar .btn-time.holiday {
    background: #219be7;
    cursor: not-allowed;
    pointer-events: none; }
  @media (any-hover: hover) {
    #booking-calendar .btn-time.reserved:hover {
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px); }
    #booking-calendar .btn-time.free:hover {
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px); } }

.vip-hours h4 {
  font-weight: 400;
  font-size: 20px; }

.vip-hours .hours-grid.vip {
  margin-bottom: 15px; }

.calendar-hours {
  margin-bottom: 15px; }
  .calendar-hours .note {
    color: #f03e3e;
    font-size: 16px; }

.color-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .color-guide:not(:last-child) {
    margin-bottom: 50px; }

.color-guide-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;
  font-size: 14px;
  color: #424242;
  white-space: nowrap; }

.color-box {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.color-box.free {
  background: #3c9806; }

.color-box.reserved {
  background: #f03e3e; }

.color-box.disabled {
  background: #858383; }

.color-box.holiday {
  background: #219be7; }

.form-style.form-style-popup .form-title {
  text-align: left;
  font-weight: 600;
  font-size: 24px; }
  .form-style.form-style-popup .form-title:not(:last-child) {
    margin-bottom: 21px; }

.form-style.form-style-popup .form-group {
  margin-bottom: 20px; }

.form-style.form-style-popup .form-car-number {
  font-size: 20px;
  line-height: 15px;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 27px; }

.form-style.form-style-popup .form-label {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 13px; }

.form-style.form-style-popup .form-control:not(.jq-selectbox) {
  border: 1px solid #d0d0d0;
  padding: 7px 20px 7px 8px;
  color: #000000;
  height: 39px;
  font-size: 14px; }

.form-style.form-style-popup button.btn-main-color.btn-submit {
  width: 100%;
  font-size: 14px;
  line-height: 15px; }

.modal-close .ic, .modal-close .icon {
  color: #000000; }

label#car_number_4-error,
label#car_number_3-error,
label#car_number_2-error,
label#car_number_1-error {
  display: none !important; }

.form-group input#form-tire-fitting-reserve-cellphone {
  font-weight: 500;
  font-size: 16px; }

.form-style.form-style-popup .form-control:not(.jq-selectbox).form-control-error {
  border-color: red; }

.form-style.form-style-popup .form-control:not(.jq-selectbox).form-control-error:focus {
  border-color: #d0d0d0; }

.booking-summary {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.booking-summary__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.booking-summary__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  font-weight: 600;
  color: #000000; }

.btn-return-black {
  width: 100%;
  margin-bottom: 10px; }

.booking-summary-address {
  font-size: 14px;
  line-height: 15px;
  color: #000000; }

.form-style.form-style-popup input.form-control.car_number-part {
  width: 34px !important;
  height: 40px !important;
  font-size: 23px !important;
  line-height: 15px;
  padding: 5px 5px;
  text-align: center;
  color: #000000;
  font-weight: 600; }

.car-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .car-inputs span {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    display: block; }
    .car-inputs span.rigt-t {
      margin-right: 7px; }
    .car-inputs span.left-t {
      margin-left: 7px; }

.radio-buttons-in-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }

.radio-button-in-popup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0; }
  .radio-button-in-popup input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #d0d0d0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer; }
    .radio-button-in-popup input[type="radio"]::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: transparent;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .radio-button-in-popup input[type="radio"]:checked::before {
      background: #219be7; }
  @media (any-hover: hover) {
    .radio-button-in-popup:not(:has(input[type="radio"]:checked)):hover input[type="radio"] {
      border-color: #219be7; } }

@media (max-width: 992px) {
  .tire-center-title {
    font-size: 20px;
    line-height: 12px; }
    .tire-center-title:not(:last-child) {
      margin-bottom: 18px; }
  .tire-center-card-title b {
    padding: 9px;
    font-size: 16px;
    line-height: 18px; }
  .tire-center-card-address-wrap {
    padding: 8px 20px 10px; }
  .tire-center-card-footer {
    padding: 0 20px 9px; }
  .tire-centers-wrap {
    gap: 10px; }
    .tire-centers-wrap:not(:last-child) {
      margin-bottom: 24px; }
  .calendar-dates {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #booking-calendar .btn-calendar-date {
    width: 100%;
    gap: 9px; }
  #booking-calendar .hours-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
  #booking-calendar .btn-calendar-date .month-date {
    max-width: 100%;
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .calendar-hours .note {
    font-size: 14px; } }

@media (max-width: 370px) {
  #booking-calendar .btn-calendar-date .month-date {
    font-size: 12px; } }

.auth-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .auth-page__content .auth-page__title h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0; }
  .auth-page__content .auth-page__subtitle p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0; }
  .auth-page__content.auth-login {
    max-width: 520px;
    margin: 50px auto 95px; }
    .auth-page__content.auth-login .form-group {
      position: relative; }
    .auth-page__content.auth-login .form-group input {
      width: 100%;
      border: 1px solid #778A9680;
      padding: 28px 14px 8px 14px;
      font-size: 16px;
      font-weight: 500;
      color: #000000;
      height: 56px;
      border-radius: 8px; }
    .auth-page__content.auth-login .form-label {
      position: absolute;
      top: 6px;
      left: 14px;
      color: #000000b2;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px; }
    .auth-page__content.auth-login .auth-number-title h1 {
      font-weight: 600; }
    .auth-page__content.auth-login .auth-number-title:not(:last-child) {
      margin-bottom: 20px; }
    .auth-page__content.auth-login .auth-number-subtitle:not(:last-child) {
      margin-bottom: 20px; }
    .auth-page__content.auth-login .auth-page__subtitle:not(:last-child) {
      margin-bottom: 10px; }
    .auth-page__content.auth-login .auth-form {
      width: 100%;
      max-width: 100%; }
    .auth-page__content.auth-login button.btn-main-color.btn-submit {
      width: 100%; }
  @media (max-width: 992px) {
    .auth-page__content {
      margin: 50px auto 50px !important; } }

.auth-page__content.auth-start {
  max-width: 412px;
  margin: 50px auto 95px; }
  .auth-page__content.auth-start .auth-start-image {
    max-width: 250px;
    width: 100%;
    height: 100%; }
    .auth-page__content.auth-start .auth-start-image:not(:last-child) {
      margin-bottom: 20px; }
    .auth-page__content.auth-start .auth-start-image picture {
      width: 100%;
      height: 100%; }
      .auth-page__content.auth-start .auth-start-image picture img {
        width: 100%;
        height: 100%;
        display: block; }
  .auth-page__content.auth-start .auth-page__title.auth-start-title h1 {
    font-weight: 700; }
  .auth-page__content.auth-start .auth-page__title.auth-start-title:not(:last-child) {
    margin-bottom: 20px; }
  .auth-page__content.auth-start .auth-page__subtitle.auth-start-subtitle p {
    max-width: 295px; }
  .auth-page__content.auth-start .auth-page__subtitle.auth-start-subtitle:not(:last-child) {
    margin-bottom: 20px; }

.auth-page__content.auth-number {
  max-width: 520px;
  margin: 130px auto 170px; }
  .auth-page__content.auth-number .auth-number-title h1 {
    font-weight: 600; }
  .auth-page__content.auth-number .auth-number-title:not(:last-child) {
    margin-bottom: 20px; }
  .auth-page__content.auth-number .auth-number-subtitle:not(:last-child) {
    margin-bottom: 20px; }
  .auth-page__content.auth-number form.auth-form {
    max-width: 307px; }
    .auth-page__content.auth-number form.auth-form .form-group.form-group--submit {
      margin-bottom: 0; }
    .auth-page__content.auth-number form.auth-form .form-group {
      position: relative; }
      .auth-page__content.auth-number form.auth-form .form-group button {
        width: 100%; }
        .auth-page__content.auth-number form.auth-form .form-group button:not(:last-child) {
          margin-bottom: 10px; }
      .auth-page__content.auth-number form.auth-form .form-group input#phone {
        width: 100%;
        border: 1px solid #778a9680;
        padding: 28px 14px 8px 14px;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        height: 56px;
        border-radius: 8px; }
        .auth-page__content.auth-number form.auth-form .form-group input#phone:not(:last-child) {
          margin-bottom: 10px; }
      .auth-page__content.auth-number form.auth-form .form-group label.form-label.auth-number-label {
        position: absolute;
        top: 6px;
        left: 14px;
        color: #000000b2;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px; }
      .auth-page__content.auth-number form.auth-form .form-group p.auth-number-subtext {
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
        color: #000000;
        margin: 0 auto;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .auth-page__content.auth-number form.auth-form .form-group p.auth-number-disclamer {
        font-size: 10px;
        line-height: 18px;
        color: #414042cc;
        font-weight: 500;
        margin-bottom: 0; }
      .auth-page__content.auth-number form.auth-form .form-group:not(:last-child) {
        margin-bottom: 20px; }

.otp-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px; }

.otp-part {
  width: 64px;
  height: 76px;
  text-align: center;
  font-size: 34px;
  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;
  border-radius: 8px;
  border: 2px solid #aeaeae;
  color: #000000; }

.otp-part:focus {
  border-color: #219be7;
  outline: none; }

.auth-page__content.auth-verify {
  max-width: 332px;
  margin: 130px auto 170px; }
  .auth-page__content.auth-verify .auth-verify-title h1 {
    font-weight: 600;
    margin-bottom: 0; }
  .auth-page__content.auth-verify .auth-verify-title:not(:last-child) {
    margin-bottom: 10px; }
  .auth-page__content.auth-verify .auth-verify-subtitle:not(:last-child) {
    margin-bottom: 30px; }
  .auth-page__content.auth-verify .form-group {
    margin-bottom: 20px; }
  .auth-page__content.auth-verify .form-group.form-group--submit button.btn-main-color.btn-submit {
    width: 100%; }
  .auth-page__content.auth-verify .resend-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .auth-page__content.auth-verify .resend-actions button#btn-resend-sms,
    .auth-page__content.auth-verify .resend-actions button#btn-resend-viber {
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #000000cc;
      text-decoration: none;
      text-transform: initial; }
    .auth-page__content.auth-verify .resend-actions button#btn-resend-viber {
      text-decoration: underline; }

.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))) 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;
  background: var(--white-color); }
  @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: scale-down;
         object-fit: scale-down;
      -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 {
    text-align: center;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    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-blue); }
  @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-blue);
      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-blue); } }

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