@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #007cc3;
  --theme-color-second: #050109;
  --primary-color: #007cc3;
  --primary-500: #159eec;
  --black-color: #050109;
  --grey-color: #636e75;
  --grey-disable: #a1b7c0;
  --grey-light: #ececed;
  --grey-ultra-light: #f6f6f6;
  --white-color: #ffffff;
  --bg: #f4fbff;
  --bg2: #ecf5f9;
  --attention: #f14848;
  --orange: #f49919;
  --green: #30b53b;
  --place-holder: #98a5ac;
  --border: #D6D6D6;
  --transparent: rgba(255, 255, 255, 0.08);
  --price-color: #050109;
  --price-old: #636e75;
  --price-new: #f14848; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: #ecf5f9;
  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: rgba(0, 124, 195, 0.08); }
    html::-webkit-scrollbar-track-piece,
    html *::-webkit-scrollbar-track-piece {
      background: rgba(0, 124, 195, 0.08); }
    html::-webkit-scrollbar-thumb,
    html *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    html::-webkit-scrollbar-corner,
    html *::-webkit-scrollbar-corner {
      background: rgba(0, 124, 195, 0.08); } }

body {
  background: #ecf5f9;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

main {
  overflow: clip; }

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

.container .container {
  padding: 0; }

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

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

picture {
  display: block; }

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

figure.media {
  display: block; }

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

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

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

a,
[js-href] {
  color: var(--black-color);
  text-decoration: none;
  cursor: pointer; }
  a, a:hover, a:active, a:focus,
  [js-href],
  [js-href]:hover,
  [js-href]:active,
  [js-href]:focus {
    outline: none; }
  @media (any-hover: hover) {
    a:hover,
    [js-href]:hover {
      color: var(--primary-color);
      text-decoration: underline; } }
  a:focus,
  [js-href]:focus {
    color: var(--primary-color);
    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-about {
  margin-bottom: 68px; }

#page-header.checkout-header > .header-top > .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#page-content {
  position: relative;
  z-index: 25;
  padding-top: 184px; }
  #page-content.content.page-checkout {
    padding-top: 80px; }
  #page-content:after {
    content: "";
    clear: both; }

#page-footer {
  position: relative;
  z-index: 30;
  background-color: var(--white-color); }

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

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

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

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; }

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

.text-decoration {
  color: var(--primary-color); }

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

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

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

.swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 3px;
  line-height: 8px;
  text-underline: none; }
  @media (max-width: 991.98px) {
    .swiper-pagination {
      --swiper-pagination-bullet-horizontal-gap: 3px;
      line-height: 6px; } }
  .swiper-pagination.swiper-pagination-bullets-dynamic {
    --swiper-pagination-bottom: 12px; }
    .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important;
      border-radius: 80px; }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
        opacity: 1 !important;
        visibility: visible;
        width: 8px;
        background: #a1b7c0; }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--primary-color); }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
        opacity: 0 !important; }
      @media (max-width: 991.98px) {
        .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
          --swiper-pagination-bottom: 12px; } }
  .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 8px;
    height: 8px;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1 !important;
    background: var(--stroke-color); }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--primary-color); }

.swiper-nav {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .swiper-nav:has(.swiper-button-lock) {
    display: none; }
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    position: relative;
    margin-top: 0 !important;
    left: auto !important;
    right: auto !important;
    width: 32px !important;
    height: 32px !important; }
    .swiper-nav .swiper-button-next::after,
    .swiper-nav .swiper-button-prev::after {
      font-size: 10px; }
  .swiper-nav .swiper-button-next::after {
    left: calc(50% + 2px); }
  .swiper-nav .swiper-button-prev::after {
    left: calc(50% - 2px); }
  @media (min-width: 992px) {
    .swiper-nav .swiper-pagination {
      display: none; } }

.swiper-button-next,
.swiper-button-prev {
  --size: 32px;
  --color: #007cc3;
  --swiper-navigation-size: 10px;
  margin-top: calc(var(--size) / -2) !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--size) !important;
  height: var(--size) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color);
  border-radius: 100px;
  border: none;
  font-weight: 900;
  -webkit-transition: background 0.4s ease-in-out, -webkit-box-shadow 0.3s ease;
  transition: background 0.4s ease-in-out, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.4s ease-in-out;
  transition: box-shadow 0.3s ease, background 0.4s ease-in-out, -webkit-box-shadow 0.3s ease; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus {
    background: transparent;
    -webkit-box-shadow: inset 0 -32px 0 0 var(--orange);
            box-shadow: inset 0 -32px 0 0 var(--orange); }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after,
    .swiper-button-prev:hover::after,
    .swiper-button-prev:focus::after {
      color: var(--white); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    color: var(--white-color);
    font-weight: 900; }

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

.swiper:has(.swiper-pagination-lock) {
  padding-bottom: 0 !important; }

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

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

#page-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--white-color); }
  #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.header-scroll .header-top {
    margin-top: -112px; }
  #page-header.header-scroll .header-bottom {
    background: var(--white-color); }
    #page-header.header-scroll .header-bottom .btn-cart,
    #page-header.header-scroll .header-bottom .btn-favorites {
      color: var(--white-color); }
  #page-header.header-scroll .header-search {
    background: rgba(0, 124, 195, 0.04); }
  #page-header.header-scroll .search-form input {
    border: 1px solid rgba(0, 124, 195, 0.08); }
  #page-header.header-scroll .search-example .search-example-title {
    color: var(--black-color); }
  #page-header.header-scroll .search-example .search-example-item {
    color: var(--primary-color); }
    #page-header.header-scroll .search-example .search-example-item::before {
      background: var(--primary-color); }
  @media (any-hover: hover) {
    #page-header.header-scroll .search-example:hover {
      color: var(--orange); }
      #page-header.header-scroll .search-example:hover::before {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        background: var(--orange); } }
  #page-header.header-scroll .header-btn {
    background: rgba(0, 124, 195, 0.04);
    color: var(--primary-color); }
    #page-header.header-scroll .header-btn.btn-cart:has(.head-qty:empty), #page-header.header-scroll .header-btn.btn-favorites:has(.head-qty:empty) {
      background: rgba(0, 124, 195, 0.04);
      color: var(--primary-color); }
    @media (pointer: fine) {
      #page-header.header-scroll .header-btn:hover {
        color: var(--white-color);
        -webkit-box-shadow: inset 0 -48px 0 0 var(--orange);
                box-shadow: inset 0 -48px 0 0 var(--orange); } }
  #page-header .header-banner {
    padding-top: 6px;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--green);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    #page-header .header-banner a {
      color: var(--white-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #page-header .header-banner a:hover {
          color: var(--primary-color); } }
  #page-header .header-top {
    position: relative;
    z-index: 6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      #page-header .header-top {
        position: relative; }
        #page-header .header-top::after {
          content: "";
          position: absolute;
          z-index: 101;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: var(--white-color);
          -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%);
          pointer-events: none;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; } }
    #page-header .header-top > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 12px;
      padding-bottom: 12px;
      gap: 32px; }
  #page-header .logo-wrap {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 167px;
    display: -webkit-box;
    display: -ms-flexbox;
    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 .logo-wrap img {
      width: 100%; }
  #page-header .header-bottom {
    position: relative;
    z-index: 5;
    background: var(--theme-color-main);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    #page-header .header-bottom > .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 8px;
      padding-bottom: 8px;
      gap: 16px; }
  #page-header .header-catalog {
    width: 332px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  #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: -3px;
    right: -3px;
    height: 20px;
    min-width: 20px;
    padding: 2px 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 100px;
    background: var(--bg); }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-btn {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 48px;
    min-width: 48px;
    height: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    background: var(--transparent);
    color: var(--white-color);
    font-size: 24px;
    -webkit-box-shadow: inset 0 0 0 0 var(--transparent);
            box-shadow: inset 0 0 0 0 var(--transparent); }
    #page-header .header-btn.btn-cart, #page-header .header-btn.btn-favorites {
      background: var(--orange); }
      #page-header .header-btn.btn-cart:has(.head-qty:empty), #page-header .header-btn.btn-favorites:has(.head-qty:empty) {
        background: var(--transparent); }
    #page-header .header-btn:focus {
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        color: var(--white-color);
        -webkit-box-shadow: inset 0 -48px 0 0 var(--orange);
                box-shadow: inset 0 -48px 0 0 var(--orange); } }
    #page-header .header-btn .head-qty {
      background: var(--bg);
      color: var(--black-color); }
  #page-header .header-actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  #page-header .catalog-btn {
    min-height: 56px;
    padding: 8px 16px;
    background: var(--primary-color);
    border: none;
    border-radius: 8px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
    #page-header .catalog-btn .ic-catalog {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    #page-header .catalog-btn.active .icon-arrow {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media (any-hover: hover) {
      #page-header .catalog-btn:hover {
        background: var(--orange); }
        #page-header .catalog-btn:hover .icon-arrow {
          background: var(--primary-color); } }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        width: 100%;
        color: var(--white-color); } }
  #page-header .header-search {
    width: 100%;
    border-radius: 8px;
    background: var(--transparent);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (max-width: 991.98px) {
      #page-header .header-search {
        margin-left: auto;
        width: auto; } }
    @media (max-width: 575.98px) {
      #page-header .header-search .search-form {
        display: none; } }
  #page-header .header-search-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 100px;
    border: 1px solid;
    outline: none;
    background: #f8f8f8; }
    @media (min-width: 576px) {
      #page-header .header-search-btn {
        display: none; } }
    #page-header .header-search-btn .icon {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 16px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: var(--theme-color-main); }
    #page-header .header-search-btn.btn-search-active {
      background: var(--theme-color-main); }
      #page-header .header-search-btn.btn-search-active .icon {
        color: var(--white-color); }
    @media (any-hover: hover) {
      #page-header .header-search-btn:hover, #page-header .header-search-btn:focus {
        background: var(--theme-color-main);
        color: var(--white-color); } }
  @media (max-width: 991.98px) {
    #page-header .header-languages.desktop,
    #page-header .header-pages.desktop,
    #page-header .header-catalog.desktop {
      display: none; } }
  @media (min-width: 992px) {
    #page-header .header-languages.mobile,
    #page-header .header-pages.mobile,
    #page-header .header-catalog.mobile {
      display: none; } }

.header-menu-mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  scrollbar-color: var(--theme-color-main) var(--bg);
  scrollbar-width: thin; }
  @media (min-width: 992px) {
    .header-menu-mobile {
      display: none; } }
  .header-menu-mobile .header-menu-mobile-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    padding: 100px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-contacts {
    margin-top: auto; }
  .header-menu-mobile::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .header-menu-mobile::-webkit-scrollbar-track {
    background: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-track-piece {
    background: #eaeaea; }
  .header-menu-mobile::-webkit-scrollbar-thumb {
    background: var(--theme-color-main);
    border-radius: 4px; }

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

body.catalog-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.catalog-opened #page-header {
    padding-right: var(--scrollbar-width); }
    body.catalog-opened #page-header .header-bottom {
      z-index: 11; }
      body.catalog-opened #page-header .header-bottom::before {
        content: "";
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(5, 1, 9, 0.4);
        -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px); }
  body.catalog-opened #page-header::before {
    opacity: 1; }

.catalog-drop {
  position: absolute;
  top: calc(100% + 12px);
  left: 16px;
  z-index: 999999;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .catalog-drop {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      min-width: 332px; } }
  @media (min-width: 992px) and (max-width: 1280px) {
    .catalog-drop {
      top: 100%; } }
  @media (max-width: 991.98px) {
    .catalog-drop {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 60px 0 8px;
      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;
      top: 0;
      left: 0;
      background: var(--white-color); } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    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: 8px 16px;
    border-radius: 0 0 16px 16px;
    background: var(--light-bg); }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-top {
        display: none; } }
    .catalog-drop .catalog-drop-top .modal-close {
      top: 0;
      right: -12px; }
  .catalog-drop .catalog-drop-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--black-color);
    text-transform: uppercase; }
  .catalog-drop .nav-catalog-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--white-color);
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-drop .nav-catalog-list-wrap:has(.catalog-drop-item:hover) {
      border-radius: 12px 0 0 12px; }
    @media (min-width: 992px) {
      .catalog-drop .nav-catalog-list-wrap {
        max-width: 322px; } }
    @media (max-width: 991.98px) {
      .catalog-drop .nav-catalog-list-wrap {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
  .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;
    padding: 10px; }
    @media (min-width: 992px) {
      .catalog-drop .nav-catalog-list {
        max-height: calc(100vh - 200px);
        overflow-y: auto; } }
  .catalog-drop .sub-list-wrap {
    position: absolute;
    top: 0;
    left: 322px;
    width: calc(100% - 332px);
    padding-left: 3px;
    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-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    background: var(--white-color); }
    @media (min-width: 992px) {
      .catalog-drop .sub-list-wrap {
        padding: 0;
        border-radius: 0 12px 12px 0;
        overflow-y: auto;
        max-height: 100%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .catalog-drop .sub-list-wrap, .catalog-drop .sub-list-wrap * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .catalog-drop .sub-list-wrap::-webkit-scrollbar,
    .catalog-drop .sub-list-wrap *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .catalog-drop .sub-list-wrap::-webkit-scrollbar-button,
    .catalog-drop .sub-list-wrap *::-webkit-scrollbar-button {
      display: none; }
    .catalog-drop .sub-list-wrap::-webkit-scrollbar-track,
    .catalog-drop .sub-list-wrap *::-webkit-scrollbar-track {
      background: rgba(0, 124, 195, 0.08); }
    .catalog-drop .sub-list-wrap::-webkit-scrollbar-track-piece,
    .catalog-drop .sub-list-wrap *::-webkit-scrollbar-track-piece {
      background: rgba(0, 124, 195, 0.08); }
    .catalog-drop .sub-list-wrap::-webkit-scrollbar-thumb,
    .catalog-drop .sub-list-wrap *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    .catalog-drop .sub-list-wrap::-webkit-scrollbar-corner,
    .catalog-drop .sub-list-wrap *::-webkit-scrollbar-corner {
      background: rgba(0, 124, 195, 0.08); } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-wrap {
        position: fixed;
        padding-left: 0;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--white-color);
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); } }
  .catalog-drop .sub-list-heading {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border); }
  .catalog-drop .sub-list-top {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    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: 32px 24px 0; }
    .catalog-drop .sub-list-top .modal-close {
      top: 0;
      right: -12px; }
      @media (min-width: 992px) {
        .catalog-drop .sub-list-top .modal-close {
          display: none; } }
  .catalog-drop .btn-back {
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: var(--secondary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: transparent;
    padding: 20px 20px 16px;
    border: none;
    outline: none; }
    .catalog-drop .btn-back::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: var(--stroke-color); }
    .catalog-drop .btn-back::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 7px;
      height: 12px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6 11L0.999999 6L6 1" stroke="url(%23paint0_linear_536_17480)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_536_17480" x1="6" y1="6" x2="1" y2="6" gradientUnits="userSpaceOnUse"><stop stop-color="%231571D4"/><stop offset="1" stop-color="%230A509C"/></linearGradient></defs></svg>') center no-repeat; }
    @media (min-width: 992px) {
      .catalog-drop .btn-back {
        display: none; } }
  .catalog-drop .sub-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 24px; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list-inner:not(:last-child) {
        margin-bottom: 14px; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-inner {
        padding: 16px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow: auto;
        max-height: calc(100vh - 182px); } }
    .catalog-drop .sub-list-inner ul {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      @media (min-width: 992px) {
        .catalog-drop .sub-list-inner ul {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
          gap: 24px; } }
      @media (max-width: 991.98px) {
        .catalog-drop .sub-list-inner ul {
          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; } }
      .catalog-drop .sub-list-inner ul li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        @media (any-hover: hover) {
          .catalog-drop .sub-list-inner ul li > a:hover {
            color: var(--orange);
            text-decoration: none; } }
      .catalog-drop .sub-list-inner ul ul {
        padding-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;
        row-gap: 8px; }
        .catalog-drop .sub-list-inner ul ul a {
          color: var(--secondary-color);
          font-size: 14px;
          font-weight: 400;
          line-height: 1.4;
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          @media (any-hover: hover) {
            .catalog-drop .sub-list-inner ul ul a:hover {
              color: var(--orange);
              text-decoration: none; } }
  .catalog-drop .sub-list-img {
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-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; }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list-img {
        display: none; } }
    .catalog-drop .sub-list-img img {
      aspect-ratio: 47/82;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: var(--border-radius);
      border: 1px solid var(--stroke-color); }
  .catalog-drop .lv-2, .catalog-drop .lv-3, .catalog-drop .lv-4 {
    display: none; }
  .catalog-drop .catalog-drop-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .catalog-drop .catalog-drop-item:not(:last-child) {
      margin-bottom: 4px; }
    .catalog-drop .catalog-drop-item:hover::before {
      content: "";
      position: absolute;
      top: 0;
      left: 312px;
      width: 10px;
      height: 100%; }
    .catalog-drop .catalog-drop-item:hover .sub-list-wrap {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .catalog-drop .catalog-drop-item:hover .sub-list-wrap::after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0;
        left: -10px;
        width: 10px;
        height: 100%;
        opacity: 0; }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .catalog-drop-item.sub-in:hover > .sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    @media (max-width: 1199.98px) {
      .catalog-drop .catalog-drop-item.active .sub-list-wrap {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
    .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-item-inner > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .catalog-drop .catalog-drop-item:not(:last-child) .catalog-drop-item-inner {
      border-bottom: 1px solid var(--stroke-color); }
  .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-item-inner {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .catalog-drop .catalog-drop-item-inner .js-btn-icon {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 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(--primary-color); }
      .catalog-drop .catalog-drop-item-inner .js-btn-icon .icon {
        width: 12px;
        height: 12px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-item-inner {
        padding: 12px 16px;
        min-height: 64px; }
        .catalog-drop .catalog-drop-item-inner:last-child {
          border-bottom: 1px solid var(--stroke-color); } }
    @media (any-hover: hover) {
      .catalog-drop .catalog-drop-item-inner:hover {
        text-decoration: none;
        color: var(--white-color); }
        .catalog-drop .catalog-drop-item-inner:hover::before {
          opacity: 1; }
        .catalog-drop .catalog-drop-item-inner:hover .catalog-drop-link {
          color: var(--white-color);
          text-decoration: none; }
        .catalog-drop .catalog-drop-item-inner:hover .icon-wrapper svg path {
          fill: var(--white-color); }
        .catalog-drop .catalog-drop-item-inner:hover .icon-wrapper img {
          -webkit-filter: grayscale(100%) brightness(1000%);
                  filter: grayscale(100%) brightness(1000%); }
        .catalog-drop .catalog-drop-item-inner:hover .btn-icon {
          color: var(--white-color); } }
  .catalog-drop .catalog-drop-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    min-height: 40px;
    padding: 4px 36px 4px 8px;
    border-radius: 8px;
    background: rgba(0, 124, 195, 0.04);
    gap: 8px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-drop .catalog-drop-link:hover {
        background: var(--primary-color);
        color: var(--white-color); }
        .catalog-drop .catalog-drop-link:hover .icon-wrapper {
          background: rgba(255, 255, 255, 0.08); }
          .catalog-drop .catalog-drop-link:hover .icon-wrapper svg path {
            fill: #ffffff; }
        .catalog-drop .catalog-drop-link:hover .icon {
          color: var(--white-color); } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-link {
        padding: 0; } }
    .catalog-drop .catalog-drop-link .icon-wrapper {
      -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: 32px;
      height: 32px;
      border-radius: 16px;
      background: var(--white-color);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .catalog-drop .catalog-drop-link .icon-wrapper [style*=fill],
      .catalog-drop .catalog-drop-link .icon-wrapper [fill]:not([fill="none"]) {
        fill: var(--grey-color) !important;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .catalog-drop .catalog-drop-link .icon-wrapper [style*=stroke],
      .catalog-drop .catalog-drop-link .icon-wrapper [stroke]:not([stroke="none"]) {
        stroke: var(--grey-color) !important;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .catalog-drop .catalog-drop-link .icon-wrapper svg {
        width: 16px;
        height: 16px; }
        .catalog-drop .catalog-drop-link .icon-wrapper svg path {
          fill: var(--grey-color);
          -webkit-transition: fill 0.3s ease;
          transition: fill 0.3s ease; }
    .catalog-drop .catalog-drop-link .icon {
      margin-left: auto;
      width: 12px;
      height: 12px;
      color: var(--primary-color);
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .catalog-drop .catalog-drop-link .text {
      position: relative;
      z-index: 2; }
  .catalog-drop .btn-icon {
    position: relative;
    z-index: 2;
    -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;
    margin-left: auto;
    width: 12px;
    height: 12px;
    color: var(--light-grey);
    -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;
    background: transparent;
    border: none;
    outline: none;
    padding: 0; }
    .catalog-drop .btn-icon .icon {
      width: 12px;
      height: 12px; }
    @media (min-width: 1200px) {
      .catalog-drop .btn-icon {
        pointer-events: none; } }
    @media (max-width: 1199.98px) {
      .catalog-drop .btn-icon {
        width: 24px;
        height: 24px; } }
    @media (max-width: 991.98px) {
      .catalog-drop .btn-icon {
        width: 24px;
        height: 24px;
        margin-right: -6px; } }
  .catalog-drop .sub-list {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list {
        position: absolute;
        top: 0;
        left: calc(100% + 3px);
        height: 100%;
        width: 100%;
        padding: 24px;
        background: var(--white);
        border-radius: 24px;
        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: 8px; }
    .catalog-drop .sub-list li:not(:last-child) .catalog-drop-link {
      border-bottom: none;
      border-radius: 0; }
    .catalog-drop .sub-list li:first-child .catalog-drop-link {
      border-radius: 0; }
    .catalog-drop .sub-list li:last-child .catalog-drop-link {
      border-radius: 0;
      border-bottom: none; }

@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 {
      padding: 0;
      border: none;
      border-radius: 0;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .catalog-drop .sub-list li a::before {
        display: none; }
      .catalog-drop .sub-list li a:hover, .catalog-drop .sub-list li a:focus {
        color: var(--theme-color-main); }
  .catalog-drop .category-brands {
    padding: 24px;
    margin-top: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    max-width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .catalog-drop .category-brands::-webkit-scrollbar {
      display: none; }
    .catalog-drop .category-brands .category-brands-link {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 10px 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 56px;
      border-radius: 8px;
      background: var(--bg, #f4fbff);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .catalog-drop .category-brands .category-brands-link img {
        height: 100%; }

.header-pages {
  margin: 0 auto; }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  @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 .sub-in {
    position: relative;
    cursor: pointer; }
    @media (any-hover: hover) {
      .header-pages-nav .sub-in:hover .nav-link .toggle-sublist {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .header-pages-nav .sub-in:hover .sub-list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .header-pages-nav .sub-in .sub-list {
      position: absolute;
      z-index: 2;
      top: calc(100% + 2px);
      left: 0;
      width: 100%;
      min-width: 200px;
      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);
      padding: 6px;
      border-radius: 8px;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      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; }
      .header-pages-nav .sub-in .sub-list::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 100%;
        width: 100%;
        height: 4px; }
      .header-pages-nav .sub-in .sub-list .nav-link {
        text-transform: none;
        text-align: left; }
  .header-pages-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 10px;
    text-align: center;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase; }
    .header-pages-nav .nav-link .toggle-sublist {
      display: -webkit-box;
      display: -ms-flexbox;
      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;
      height: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 4px;
      color: var(--primary-color);
      -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; }
      .header-pages-nav .nav-link .toggle-sublist .icon {
        width: 100%;
        height: 100%; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover {
        color: var(--primary-color); } }

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

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 99; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    cursor: pointer; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-tel span {
      font-size: 16px;
      font-weight: 600;
      color: var(--black-color); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-tel svg {
      width: 24px;
      height: 24px; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-social {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-social-link {
    padding: 6px;
    border-radius: 16px;
    background-color: var(--bg); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-social-link svg {
      width: 12px;
      height: 12px; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-social-link.btn.btn-default.product-anchors-btn {
    min-height: 0; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    @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: 24px;
    height: 24px;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    color: var(--theme-color-main); }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    #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: 100%;
      height: 100%; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover::before, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      background: transparent; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphones-dropdown, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphones-dropdown {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphone-main .ic, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphone-main .ic {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: grey;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      cursor: pointer;
      margin-left: 5px;
      width: 10px;
      height: 10px;
      color: var(--primary-color);
      -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; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphone-main {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    -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: 600; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover {
        color: var(--primary-color); } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 100%;
    right: 0;
    min-width: 100%;
    gap: 2px;
    padding: 14px;
    margin-top: 8px;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: auto;
        right: 0;
        margin-top: 30px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      padding: 8px 12px;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      border-radius: 10px;
      background: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-size: contain; }
      #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 {
          background: var(--primary-color);
          color: var(--white-color); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    padding-right: 0;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border: none;
    border-radius: 0; }
    #page-header .nav-languages-dropdown-wrap .current-language.active .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    #page-header .nav-languages-dropdown-wrap .current-language .icon {
      cursor: pointer;
      width: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 10px;
      color: var(--primary-color);
      -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; }
      #page-header .nav-languages-dropdown-wrap .current-language .icon.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    gap: 2px;
    background: var(--white-color);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -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: 100%;
    height: 32px;
    background: var(--white-color); }
    #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;
  gap: 10px; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px; }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: var(--color-text); }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--theme-color-main);
  font-weight: bold;
  cursor: default; }

#page-footer .footer-body {
  position: relative;
  z-index: 2;
  border-radius: 32px 32px 0 0;
  background: var(--black-color);
  color: var(--white-color); }

#page-footer .footer-top {
  padding-top: 48px;
  padding-bottom: 48px; }

#page-footer .footer-logo {
  width: 184px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px; }

#page-footer .logo-wrap:not(:last-child) {
  margin-bottom: 24px; }

#page-footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px; }
  @media (max-width: 991.98px) {
    #page-footer .footer-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 40px; } }

#page-footer .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    #page-footer .footer-col {
      width: calc(50% - 12px);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (max-width: 767.98px) {
    #page-footer .footer-col {
      width: 100%; } }
  #page-footer .footer-col:nth-child(3n + 1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 304px; }
  #page-footer .footer-col:nth-child(3n + 3) {
    width: 32%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      #page-footer .footer-col:nth-child(3n + 3) {
        width: 100%; } }

#page-footer .footer-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px; }

#page-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--grey-disable);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; }

#page-footer .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  #page-footer .payments-list img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 24px; }

#page-footer .fenix-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: var(--grey-disable);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    #page-footer .fenix-copyright {
      gap: 4px;
      font-size: 12px;
      line-height: 16px; } }
  #page-footer .fenix-copyright a {
    color: var(--grey-disable);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #page-footer .fenix-copyright a:hover {
        color: var(--primary-color);
        text-decoration: none; } }
  #page-footer .fenix-copyright img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 64px;
    height: 24px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -webkit-filter: invert(100%);
            filter: invert(100%); }
    @media (max-width: 991.98px) {
      #page-footer .fenix-copyright img {
        width: 53px;
        height: 20px; } }
  #page-footer .fenix-copyright svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 64px;
    height: 24px;
    -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(--grey-disable); }
    @media (max-width: 991.98px) {
      #page-footer .fenix-copyright svg {
        width: 53px;
        height: 20px; } }
  #page-footer .fenix-copyright:focus {
    text-shadow: 0 0 0; }
    #page-footer .fenix-copyright:focus svg {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media (pointer: fine) {
    #page-footer .fenix-copyright:hover {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:hover svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
  @media (max-width: 991.98px) {
    #page-footer .fenix-copyright {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 50%; } }

#page-footer .socials-wrap .socials-title {
  display: none; }

#page-footer .socials-wrap .socials-list {
  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; }

#page-footer .socials-wrap .social-link {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -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%;
  background: var(--transparent);
  -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; }
  #page-footer .socials-wrap .social-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--orange);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -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;
    pointer-events: none; }
  @media (any-hover: hover) {
    #page-footer .socials-wrap .social-link:hover {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); }
      #page-footer .socials-wrap .social-link:hover::before {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  #page-footer .socials-wrap .social-link img,
  #page-footer .socials-wrap .social-link svg {
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.footer-nav-title {
  color: var(--primary-500);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase; }
  .footer-nav-title:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.footer-nav .icon-wrapper {
  display: none; }

.footer-nav.footer-nav-categories {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 32px; }
  .footer-nav.footer-nav-categories .nav-item:not(:last-child) {
    margin-bottom: 8px; }

.footer-nav.footer-nav-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px; }
  .footer-nav.footer-nav-pages .nav-link {
    font-size: 14px;
    line-height: 1.4;
    text-transform: none; }

.footer-nav .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .footer-nav .nav-link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--primary-color);
      opacity: 0;
      -webkit-transform: translateX(-16px) translateY(-50%);
          -ms-transform: translateX(-16px) translateY(-50%);
              transform: translateX(-16px) translateY(-50%);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; } }
  @media (any-hover: hover) {
    .footer-nav .nav-link:hover {
      text-decoration: none;
      color: var(--primary-color);
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }
      .footer-nav .nav-link:hover::before {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(-50%);
            -ms-transform: translateX(-10px) translateY(-50%);
                transform: translateX(-10px) translateY(-50%); } }

.footer-contacts.contacts-block .info-title {
  color: var(--place-holder); }

.footer-contacts.contacts-block .info-content {
  color: var(--white-color); }
  .footer-contacts.contacts-block .info-content a {
    color: var(--white-color); }
    @media (any-hover: hover) {
      .footer-contacts.contacts-block .info-content a:hover {
        color: var(--primary-color); } }

.footer-contacts .footer-contacts-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-contacts .footer-contacts-bottom .btn {
    margin-left: auto; }

.form-style-box {
  width: 100%; }

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

.form-style .form-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.form-style .form-note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px; }

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

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

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 10px; }

.form-style .form-label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 48px;
  padding: 4px 24px;
  background: var(--white-color);
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  color: var(--black-color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  caret-color: var(--black-color); }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--primary-color); }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: var(--place-holder); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: var(--place-holder); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: var(--place-holder); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: var(--place-holder); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: var(--place-holder); }

.form-style textarea.form-control {
  height: 145px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px; }

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

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

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

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

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

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

.form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
  border: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

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

.form-style .custom-checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 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%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid; }
  .form-style .custom-checkbox .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%; }
  .form-style .custom-checkbox .form-error {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    border-color: var(--theme-color-main);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='%23D050E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

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

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

.form-style-popup {
  width: 100%; }

.fancybox-container.form-popup .fancybox-content {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 400px; }

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

.form-style .additional-chose {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }

.form-style .login-by-social {
  margin-top: 12px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center;
    font-size: 1rem; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: #696969;
      background: white;
      padding: 0 10px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #696969;
      height: 1px;
      width: 100%; }
  .form-style .login-by-social .sign-in-socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    margin-top: 13px; }
    .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      padding: 7px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid #696969;
      background: var(--white-color); }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: var(--color-text); }

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

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

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

body:has(.header-scroll) #search-modal {
  top: 46px; }

body:has(.header-scroll) .product-page-grid .left-side {
  top: 88px; }

body:has(.header-scroll) .product-anchors {
  top: 72px; }

#search-modal {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 10000;
  top: 156px;
  left: 50%;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  max-width: 852px;
  width: 100%;
  border-radius: 24px;
  padding: 20px 14px 24px 24px;
  background: var(--bg);
  -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: 991.98px) {
    #search-modal {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  #search-modal .search-results {
    max-height: calc(100dvh - 210px);
    overflow: auto;
    padding-right: 10px; }
    @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: rgba(0, 124, 195, 0.08); }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: rgba(0, 124, 195, 0.08); }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 99px; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: rgba(0, 124, 195, 0.08); } }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: var(--primary-color);
    margin-bottom: 10px; }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 20px; }
  #search-modal .result-message {
    background: rgba(128, 128, 128, 0.1);
    border-radius: 16px;
    text-align: center;
    padding: 24px;
    font-size: 16px;
    line-height: 24px; }
    #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 .description {
      margin-bottom: 20px; }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  #search-modal .result-products .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
    gap: 4px; }
  #search-modal .search-in-stock-status {
    font-size: 14px;
    color: var(--green); }
  #search-modal .product-search-sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
  #search-modal .product-search-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 1fr minmax(60px, auto);
    grid-template-columns: 60px 1fr minmax(60px, auto);
    grid-column-gap: 12px;
    grid-row-gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--theme-color-main);
    padding: 8px;
    background-color: var(--white-color);
    border-radius: 16px; }
    #search-modal .product-search-card:first-child {
      border-top: 0; }
    #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: 8px;
      width: 60px;
      height: 60px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      padding: 0px; }
    #search-modal .product-search-card .title {
      font-size: 14px;
      line-height: 1.1;
      text-transform: uppercase;
      font-weight: 600;
      max-width: 536px;
      color: var(--black-color);
      margin-bottom: auto; }
    #search-modal .product-search-card .product-search-sku {
      margin-top: auto; }
    #search-modal .product-search-card .sku {
      font-size: 14px;
      line-height: 20px;
      color: var(--price-old); }
    #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;
      gap: 0; }
      #search-modal .product-search-card .price-wrap .price {
        font-size: 14px; }
      #search-modal .product-search-card .price-wrap .old-price {
        font-size: 12px; }
  #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 {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="%231B1203"/></svg>');
    background-color: rgba(128, 128, 128, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #search-modal .close-modal:after {
      display: none; }
    #search-modal .close-modal:focus {
      background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="white"/></svg>');
      background-color: var(--theme-color-main);
      -webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4); }
  #search-modal .search-form {
    margin-bottom: 20px; }
  #search-modal .search-modal-header {
    display: none; }
  @media (max-width: 575.98px) {
    #search-modal {
      inset: 0;
      border-radius: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 16px 20px; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #search-modal .result-title {
        margin-bottom: 12px; }
      #search-modal .result-products .result-list {
        margin-top: 12px; }
      #search-modal .result-message {
        font-size: 14px;
        line-height: 20px;
        height: calc(100dvh - 180px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #search-modal .result-message > .icon {
          font-size: 56px;
          margin-bottom: 16px; }
      #search-modal .search-results {
        padding-right: 0;
        max-height: calc(100dvh - 66px);
        padding-bottom: 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.2);
  cursor: pointer; }

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 8px; }
  .search-form input {
    border: 1px solid var(--white-color);
    border-radius: 8px;
    height: 32px;
    width: 100%;
    padding-left: 38px;
    padding-right: 20px;
    outline: none;
    background: var(--white-color);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .search-form input::-webkit-input-placeholder {
      color: var(--place-holder); }
    .search-form input::-moz-placeholder {
      color: var(--place-holder); }
    .search-form input:-ms-input-placeholder {
      color: var(--place-holder); }
    .search-form input::-ms-input-placeholder {
      color: var(--place-holder); }
    .search-form input::placeholder {
      color: var(--place-holder); }
    .search-form input:focus {
      border-color: var(--theme-color-main); }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    background: none; }
    .search-form .btn-search .ic {
      color: var(--grey-color);
      font-size: 16px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--theme-color-main); }

.search-example {
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .search-example .search-example-title {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .search-example .search-example-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
    gap: 8px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .search-example .search-example-list::-webkit-scrollbar {
      display: none; }
  .search-example .search-example-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .search-example .search-example-item::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: var(--white-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .search-example .search-example-item:hover {
        color: var(--orange); }
        .search-example .search-example-item:hover::before {
          -webkit-transform: translateX(-100%);
              -ms-transform: translateX(-100%);
                  transform: translateX(-100%);
          background: var(--orange); } }

#page-breadcrumbs {
  --gap: 4px;
  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;
  padding-top: 14px;
  padding-bottom: 20px; }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap); }
  #page-breadcrumbs .breadcrumb-scroll-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #page-breadcrumbs .breadcrumb-scroll-wrap::-webkit-scrollbar {
      display: none; }
    #page-breadcrumbs .breadcrumb-scroll-wrap.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  #page-breadcrumbs .breadcrumb-inner {
    position: absolute;
    top: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    direction: ltr; }
  #page-breadcrumbs .breadcrumbs-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--black-color); }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "";
      width: 8px;
      height: 8px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none"><path d="M5.8002 4.00005C5.8002 4.11953 5.75458 4.239 5.66353 4.33009L2.79698 7.19661C2.61463 7.37896 2.31898 7.37896 2.13671 7.19661C1.95443 7.01434 1.95443 6.71875 2.13671 6.53639L4.67319 4.00005L2.13679 1.4637C1.95452 1.28135 1.95452 0.985795 2.13679 0.803535C2.31907 0.621099 2.61472 0.621098 2.79706 0.803535L5.66362 3.67001C5.75468 3.76115 5.8002 3.88062 5.8002 4.00005Z" fill="%23050109"/></svg>');
      background-repeat: no-repeat;
      background-position: center; }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--theme-color-main); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--theme-color-main); } }
  #page-breadcrumbs .breadcrumbs-nav-item-main {
    text-transform: uppercase; }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: var(--grey-color); }

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

button[disabled] {
  pointer-events: none !important;
  opacity: 0.3 !important; }

a[disabled] {
  pointer-events: none !important;
  opacity: 0.4 !important; }

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

button,
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button .icon-arrow,
  .btn .icon-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.btn-default {
  position: relative;
  background: var(--bg);
  color: var(--primary-color);
  border: none;
  padding: 10px;
  min-height: 48px; }
  .btn-default:has(.icon-arrow) {
    padding: 10px 12px 10px 20px; }
  .btn-default .icon-arrow {
    background: var(--white-color);
    color: var(--black-color); }
  .btn-default::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    pointer-events: none;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
  @media (pointer: fine) {
    .btn-default:hover {
      color: var(--white-color);
      -webkit-box-shadow: inset 0 -48px 0 0 var(--orange);
              box-shadow: inset 0 -48px 0 0 var(--orange); }
      .btn-default:hover::before {
        opacity: 1; }
      .btn-default:hover .icon-arrow {
        background: var(--orange);
        color: var(--white-color); } }
  .btn-default:focus {
    background: var(--primary-color);
    color: var(--white-color); }

.btn-default-transparent {
  background: transparent;
  color: 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;
            box-shadow: 0 0 0 0.25rem; }

.btn-blue {
  min-height: 40px;
  padding: 10px 12px 10px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--white-color);
  background: var(--primary-500);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none; }
  .btn-blue:hover, .btn-blue:focus {
    color: var(--white-color); }
  @media (any-hover: hover) {
    .btn-blue:hover {
      color: var(--white-color);
      -webkit-box-shadow: inset 0 -40px 0 0 var(--orange);
              box-shadow: inset 0 -40px 0 0 var(--orange); }
      .btn-blue:hover .icon-arrow {
        background: var(--primary); } }
  .btn-blue .icon-arrow {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }

.btn-white {
  min-height: 40px;
  padding: 10px 12px 10px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--black-color);
  background: var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none; }
  .btn-white:hover, .btn-white:focus {
    color: var(--white-color); }
  @media (any-hover: hover) {
    .btn-white:hover {
      color: var(--white-color);
      -webkit-box-shadow: inset 0 -40px 0 0 var(--orange);
              box-shadow: inset 0 -40px 0 0 var(--orange); }
      .btn-white:hover .icon-arrow {
        background: var(--primary); } }
  .btn-white .icon-arrow {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }

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

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

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

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

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

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

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

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

.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .pagination:not(:first-child) {
    margin-top: 20px; }
  .pagination:not(:last-child) {
    margin-bottom: 20px; }
  .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: 2px; }
  .pagination li a {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black-color);
    background: transparent;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: var(--white-color);
        color: var(--primary-color); }
        .pagination li a:hover .ic {
          color: var(--primary-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: var(--white-color);
      color: var(--primary-color); }
      .pagination li a:focus .ic {
        color: var(--primary-color); }
  .pagination li.prev {
    margin-right: 38px; }
  .pagination li.next {
    margin-left: 38px; }
  .pagination li.prev.disabled, .pagination li.next.disabled {
    pointer-events: none;
    opacity: 0.4; }
  .pagination li.prev a, .pagination li.next a {
    background: var(--primary-color);
    color: var(--white-color); }
    @media (any-hover: hover) {
      .pagination li.prev a:hover, .pagination li.next a:hover {
        background: var(--orange); } }
    .pagination li.prev a .ic, .pagination li.next a .ic {
      width: 12px;
      height: 12px;
      color: var(--white-color); }
  .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(--white-color);
    color: var(--primary-color); }

.btn-load-more {
  background: var(--white-color);
  gap: 8px;
  padding: 10px 12px 10px 20px;
  min-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-load-more .icon {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--orange);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .btn-load-more:hover {
      background: var(--primary-color);
      color: var(--white-color); }
      .btn-load-more:hover .icon {
        -webkit-animation: load_mode_spinner 2s linear infinite;
                animation: load_mode_spinner 2s linear infinite;
        color: var(--white-color); } }

@-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: rgba(0, 124, 195, 0.08); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: rgba(0, 124, 195, 0.08); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: rgba(0, 124, 195, 0.08); } }

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

.section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase; }
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 20px; }
      .section-title br {
        content: "A";
        position: relative;
        display: inline-block;
        width: 0.3em; } }
  .section-title:not(:last-child) {
    margin-bottom: 22px; }
    @media (max-width: 991.98px) {
      .section-title:not(:last-child) {
        margin-bottom: 16px; } }

.page-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase; }
  .page-title:not(:last-child) {
    margin-bottom: 20px; }

.text-decorated {
  color: var(--primary-color); }

.block-title {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase; }
  .block-title:not(:last-child) {
    margin-bottom: 12px; }

.section-seo {
  background-color: var(--white-color);
  color: var(--grey-color);
  border-radius: 32px 32px 0 0;
  padding-top: 48px;
  padding-bottom: 58px; }
  .section-seo h1 {
    color: var(--grey-color); }

.page-description {
  color: var(--grey-color); }
  .page-description.text-formatted {
    background-color: var(--white-color);
    border-radius: 16px;
    padding: 32px;
    color: var(--black-color);
    margin-bottom: 72px; }

.text-scroll {
  max-height: 227px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 16px;
  margin-right: -16px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 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: rgba(0, 124, 195, 0.08); }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: rgba(0, 124, 195, 0.08); }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: rgba(0, 124, 195, 0.08); } }

.text-formatted {
  --br: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--black-color); }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 24px; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 10px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 48px; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 32px; } }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 18px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 22px; }
    @media (max-width: 575.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 16px; } }
  .text-formatted h5, .text-formatted .h5 {
    font-size: 20px;
    line-height: 1.2; }
    @media (max-width: 575.98px) {
      .text-formatted h5, .text-formatted .h5 {
        font-size: 16px; } }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:not(:last-child) {
      margin-bottom: 14px; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 5px solid;
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0;
    color: var(--black-color); }
    .text-formatted ul:not(.list) li:not(:last-child),
    .text-formatted ol:not(.list) li:not(:last-child) {
      margin-bottom: 12px; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        font-weight: 600;
        margin-right: 0.4em;
        color: var(--primary-color); }
    .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: 1em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "●";
      display: inline-block;
      min-width: 0.9em;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em;
      font-size: 8px;
      color: var(--primary-color); }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0; }
    .text-formatted table thead tr {
      background: var(--white-color);
      color: var(--white-color); }
    .text-formatted table tbody:first-child tr td.value {
      color: var(--black-color); }
      .text-formatted table tbody:first-child tr td.value a {
        color: var(--primary-color); }
    .text-formatted table tbody:first-child tr:nth-child(odd),
    .text-formatted table thead + tbody tr:nth-child(even) {
      background: var(--bg); }
      .text-formatted table tbody:first-child tr:nth-child(odd) td.value,
      .text-formatted table thead + tbody tr:nth-child(even) td.value {
        color: var(--black-color); }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .text-formatted table td {
      color: var(--grey-color); }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

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

.brand-show-more {
  padding: 24px;
  display: block;
  border-radius: 16px;
  background-color: var(--white-color);
  width: 100%; }
  .brand-show-more .text-formatted {
    overflow: hidden;
    max-height: 110px;
    -webkit-transition: max-height .3s;
    transition: max-height .3s; }

.brand-description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .brand-description-wrap .brand-image {
    max-width: 332px;
    width: 332px;
    padding: 64px 58px;
    background-color: var(--white-color);
    border-radius: 16px;
    display: block; }
    .brand-description-wrap .brand-image img {
      display: block;
      width: 100%;
      height: 100%; }

#lang-switcher {
  display: none;
  margin-bottom: 1px; }

.page-brand .category-page-grid {
  margin-top: 48px; }

.page-brands-list .page-title {
  margin-bottom: 20px; }

.page-brands-list .fast-search-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase; }

.page-brands-list .brand-card {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 20px;
  border-radius: 16px;
  background: var(--white-color); }
  @media (any-hover: hover) {
    .page-brands-list .brand-card:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } }

.page-brands-list .brands-search {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px; }

.page-brands-list .page-brands-list .brands-list .brand-group-letter {
  border-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px; }

.page-brands-list .statick-brands-block {
  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;
  margin-top: 12px;
  gap: 8px; }

.page-brands-list .statick-brands-block-title {
  color: #636e75; }

.page-brands-list .statick-brands-block-item {
  color: var(--primary-color);
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }
  .page-brands-list .statick-brands-block-item:hover {
    text-decoration: underline; }

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

.section-top-brands {
  margin: 40px 0; }
  .section-top-brands .top-brands-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section-top-brands .top-brands-head .btn {
      margin-left: auto; }
    .section-top-brands .top-brands-head:not(:last-child) {
      margin-bottom: 12px; }
    .section-top-brands .top-brands-head .block-title:not(:last-child) {
      margin-bottom: 0; }
  .section-top-brands .brands-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    gap: 16px; }
  .section-top-brands .brands-slider:not(.swiper-initialized) .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(16.666% - 16px); }
  .section-top-brands .brands-slider:not(.swiper-initialized) .swiper-button-next,
  .section-top-brands .brands-slider:not(.swiper-initialized) .swiper-button-prev {
    display: none; }
  .section-top-brands .brands-slider .swiper-button-next,
  .section-top-brands .brands-slider .swiper-button-prev {
    --size: 24px; }
  .section-top-brands .brand-card {
    padding: 20px;
    border-radius: 16px;
    background: var(--white-color);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .section-top-brands .brand-card:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } }
    .section-top-brands .brand-card img {
      width: 100%;
      height: auto;
      max-height: 100%; }
  .section-top-brands .swiper-button-next {
    right: -12px !important; }
  .section-top-brands .swiper-button-prev {
    left: -12px !important; }

.btn-more {
  gap: 8px;
  padding: 0; }
  .btn-more .icon-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

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

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

.brand-card {
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (any-hover: hover) {
    .brand-card:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } }
  .brand-card .brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .brand-card .brand-title {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 284px;
    font-weight: bold;
    text-decoration: none;
    color: var(--color-text);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (pointer: fine) {
    .brand-card:hover {
      text-decoration: none; }
      .brand-card:hover .brand-title {
        color: var(--theme-color-main); } }
  .brand-card:focus {
    text-decoration: none; }
    .brand-card:focus .brand-title {
      color: var(--theme-color-main); }

.offers-brands {
  margin: 40px 0; }
  .offers-brands .offers-brands-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    gap: 16px; }
  .offers-brands .offers-brands-slider:not(.swiper-initialized) .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 8px); }
  .offers-brands .offers-brands-slider:not(.swiper-initialized) .swiper-button-next,
  .offers-brands .offers-brands-slider:not(.swiper-initialized) .swiper-button-prev {
    display: none; }
  .offers-brands .offers-brands-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; }
    .offers-brands .offers-brands-img picture,
    .offers-brands .offers-brands-img img {
      border-radius: 16px;
      width: 100%;
      aspect-ratio: 680 / 382;
      -o-object-fit: cover;
         object-fit: cover; }
  .offers-brands .swiper-button-next {
    right: -12px !important; }
  .offers-brands .swiper-button-prev {
    left: -12px !important; }

.hero {
  padding-bottom: 14px; }
  .hero .hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hero .hero__catalog {
    position: relative;
    z-index: 10;
    width: 332px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--white-color);
    border-radius: 0 0 12px 12px;
    padding: 8px; }
  .hero .hero__slider {
    width: calc(100% - 332px);
    padding-left: 16px;
    padding-top: 16px; }

.hero-utp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0; }
  .hero-utp:not(:last-child) {
    margin-bottom: 16px; }
  .hero-utp .hero-utp__link {
    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;
    width: 100%;
    gap: 8px;
    padding: 8px 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
    background: var(--white-color);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .hero-utp .hero-utp__link:hover {
        -webkit-box-shadow: 0 0 0 1px var(--primary-color);
                box-shadow: 0 0 0 1px var(--primary-color);
        color: var(--primary-color); }
        .hero-utp .hero-utp__link:hover .icon-arrow {
          background: var(--primary-color); } }
  .hero-utp .hero-utp__img {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2px; }
    .hero-utp .hero-utp__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .hero-utp .icon-arrow {
    margin-left: auto; }

.catalog-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px; }
  .catalog-nav .catalog-drop-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    gap: 8px;
    height: 40px;
    padding: 4px 14px 4px 8px;
    border-radius: 8px;
    background: rgba(0, 124, 195, 0.04);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-nav .catalog-drop-link:hover {
        background: var(--primary-color);
        color: var(--white-color); }
        .catalog-nav .catalog-drop-link:hover .icon-wrapper {
          background: rgba(255, 255, 255, 0.08); }
          .catalog-nav .catalog-drop-link:hover .icon-wrapper svg path {
            fill: #ffffff; }
        .catalog-nav .catalog-drop-link:hover .icon {
          color: var(--white-color); } }
    .catalog-nav .catalog-drop-link .icon-wrapper {
      -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: 32px;
      height: 32px;
      border-radius: 16px;
      background: var(--white-color);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .catalog-nav .catalog-drop-link .icon-wrapper svg {
        width: 16px;
        height: 16px; }
        .catalog-nav .catalog-drop-link .icon-wrapper svg path {
          fill: #636e75;
          -webkit-transition: fill 0.3s ease;
          transition: fill 0.3s ease; }
    .catalog-nav .catalog-drop-link .icon {
      margin-left: auto;
      width: 12px;
      height: 12px;
      color: var(--primary-color);
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .catalog-nav .sub-in:hover::before {
      content: "";
      position: absolute;
      top: 0;
      right: -6px;
      width: 14px;
      height: 100%; }
    .catalog-nav .sub-in:hover > .sub-list {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  .catalog-nav .sub-in .sub-list {
    position: absolute;
    top: 0;
    left: calc(100% + 4px);
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    list-style: none;
    margin: 0;
    background: var(--white-color);
    padding: 6px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-nav .sub-in .sub-list .catalog-drop-item:not(:last-child) {
      margin-bottom: 4px; }

.banner:not(:last-child) {
  margin-bottom: 48px; }

.banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 16px; }
  @media (any-hover: hover) {
    .banner a:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } }
  .banner a picture,
  .banner a img {
    border-radius: 16px; }

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

.slider-main-btns {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.main-slider-section {
  height: 100%;
  margin: 0 -16px; }
  .main-slider-section .container {
    max-width: 1440px;
    padding: 0; }
  .main-slider-section .main-slider {
    overflow: visible;
    padding: 0 16px; }
    .main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      overflow: hidden;
      gap: 16px; }
    .main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: calc(33.333% - 16px); }
    .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;
    height: auto !important; }
  .main-slider-section .main-slider-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 12px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .main-slider-section .main-slider-link:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } }
    .main-slider-section .main-slider-link:hover, .main-slider-section .main-slider-link:focus {
      text-decoration: none; }
  .main-slider-section .main-slider-img {
    display: block; }
    .main-slider-section .main-slider-img picture,
    .main-slider-section .main-slider-img img {
      width: 100%;
      aspect-ratio: 332 / 498;
      border-radius: 12px;
      -o-object-fit: cover;
         object-fit: cover; }
  .main-slider-section .main-slider-content {
    position: absolute;
    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 .swiper-button-next,
  .main-slider-section .main-slider-nav .swiper-button-prev {
    --color: #050109;
    --size: 24px; }
  .main-slider-section .main-slider-nav .swiper-button-next {
    right: 4px !important; }
  .main-slider-section .main-slider-nav .swiper-button-prev {
    left: 4px !important; }
  .main-slider-section .main-slider-nav .swiper-pagination {
    position: static !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }
    @media (min-width: 992px) {
      .main-slider-section .main-slider-nav .swiper-pagination {
        display: none; } }
    .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet {
      background: white; }
      .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: white; }

.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: 32px;
    margin-bottom: 72px;
    border-radius: 16px;
    background: var(--white-color); }
    @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 {
    max-width: 374px;
    width: 100%;
    margin-bottom: 20px; }
    .section-error .section-error-img img {
      width: 100%;
      height: 100%; }
  .section-error .section-error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .section-error .section-error-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 22px; } }
  .section-error .section-error-text {
    max-width: 600px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600; }
    .section-error .section-error-text:not(:last-child) {
      margin-bottom: 30px; }
      @media (max-width: 991.98px) {
        .section-error .section-error-text:not(:last-child) {
          margin-bottom: 20px; } }

.section-subscribe {
  padding-top: 36px;
  padding-bottom: 70px;
  margin-bottom: -40px;
  border-radius: 32px 32px 0 0;
  background: var(--primary-color); }
  .section-subscribe .container {
    position: relative; }
    .section-subscribe .container::after {
      content: "";
      position: absolute;
      bottom: -30px;
      right: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 93px;
      height: 145px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="93" height="145" viewBox="0 0 93 145" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.26499 114.573C0.720122 122.202 -0.672305 137.825 0.387152 144.97H22.6358C20.9104 141.518 19.6087 128.984 19.2455 122.868C18.7612 115.057 19.0336 106.701 20.3958 99.3138C21.7276 92.2292 25.4812 73.9729 35.2887 78.1812C42.3719 81.2088 47.306 94.1669 49.6671 100.646C54.6011 96.5587 55.9027 83.3584 55.6908 79.695C54.813 62.8011 40.1319 57.2304 35.7125 52.9918C35.1071 52.0229 32.413 28.9831 41.2519 25.4105C51.3924 21.3233 60.9881 31.9198 64.227 41.2448C64.9838 43.3943 64.9232 45.1806 65.9524 45.0898C66.1038 38.1869 65.9827 24.6233 58.96 11.9983C55.8724 6.45786 51.2411 2.49173 43.1287 0.58435C38.8303 -0.414751 32.3828 -0.233095 28.3871 1.91649C26.6314 2.88531 26.5406 3.52111 25.2087 4.61104C22.1212 4.39911 20.426 2.82476 16.6423 2.88531C13.706 2.91559 10.1947 4.00552 9.80118 6.76062C20.7893 10.0001 26.0866 13.058 28.1449 26.561C30.9298 44.8173 15.8552 66.192 8.68119 83.752C4.95795 92.8953 2.50606 103.522 1.23471 114.573H1.26499Z" fill="%23050109"/><path fill-rule="evenodd" clip-rule="evenodd" d="M61.7446 144.97C45.6711 134.404 33.2301 99.6773 40.6765 82.9045C39.5868 80.8458 37.1652 79.0898 35.1068 78.2118C15.5523 69.8254 16.7328 129.166 22.4539 145H61.7446V144.97Z" fill="%23ECECED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M77.8771 144.97C78.3009 144.728 78.5734 144.304 78.7853 143.607C81.782 133.283 80.662 99.7379 78.2101 89.0202C82.6901 88.445 90.3787 98.6177 91.7409 101.645C94.1625 90.534 80.4198 69.2199 70.582 67.6152C70.7031 70.3098 71.8836 74.2456 72.3982 76.7888C75.8793 93.7433 77.302 130.559 70.7334 144.97H77.9074H77.8771Z" fill="%23050109"/></svg>') center no-repeat; }
      @media (max-width: 991.98px) {
        .section-subscribe .container::after {
          display: none; } }
  .section-subscribe .subscribe-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding-right: 128px; }
    @media (max-width: 1199.98px) {
      .section-subscribe .subscribe-inner {
        padding-right: 100px; } }
    @media (max-width: 991.98px) {
      .section-subscribe .subscribe-inner {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        row-gap: 24px; } }
  .section-subscribe .subscribe-text {
    width: 100%;
    max-width: 360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .section-subscribe .subscribe-text {
        max-width: 300px;
        font-size: 20px; } }
  .section-subscribe .form-subscribe-sales {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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) {
      .section-subscribe .form-subscribe-sales {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .section-subscribe .form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0; }
    .section-subscribe .form-group:not(:last-child) {
      margin-bottom: 0 !important; }
    @media (max-width: 991.98px) {
      .section-subscribe .form-group {
        width: 100%; } }
  .section-subscribe .subscribe-input {
    width: 100%;
    margin-bottom: 0; }
  .section-subscribe .btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .section-subscribe .btn {
        width: 100%; } }

.section-categories .section-categories-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (168px)[4];
  grid-template-rows: repeat(4, 168px);
  gap: 16px; }

.categories-item-article {
  padding: 24px;
  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; }
  .categories-item-article:nth-child(5n + 1) {
    color: var(--white-color);
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2; }
    .categories-item-article:nth-child(5n + 1) .categories-item-title {
      color: var(--white-color); }
    .categories-item-article:nth-child(5n + 1) .categories-item-slug {
      background: rgba(255, 255, 255, 0.08);
      color: var(--white-color); }
  .categories-item-article:nth-child(5n + 2) {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
    -ms-grid-column: 9;
        grid-column-start: 9; }
  .categories-item-article:nth-child(5n + 3) {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
    -ms-grid-column: 9;
        grid-column-start: 9;
    -ms-grid-row: 2;
        grid-row-start: 2; }
  .categories-item-article:nth-child(5n + 4) {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-row: 3;
        grid-row-start: 3; }
  .categories-item-article:nth-child(5n + 5) {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 7;
        grid-column-start: 7;
    -ms-grid-row: 3;
        grid-row-start: 3; }
  .categories-item-article:nth-child(5n + 2) .categories-item-title, .categories-item-article:nth-child(5n + 3) .categories-item-title {
    font-size: 20px; }
  .categories-item-article:nth-child(5n + 2) .categories-item-slug, .categories-item-article:nth-child(5n + 3) .categories-item-slug {
    background: var(--bg); }
  .categories-item-article:nth-child(5n + 2) .btn, .categories-item-article:nth-child(5n + 3) .btn {
    background: transparent;
    min-height: auto;
    padding: 0;
    color: var(--black-color); }
    .categories-item-article:nth-child(5n + 2) .btn .icon-arrow, .categories-item-article:nth-child(5n + 3) .btn .icon-arrow {
      background: var(--orange);
      color: var(--white-color); }
    .categories-item-article:nth-child(5n + 2) .btn::before, .categories-item-article:nth-child(5n + 3) .btn::before {
      display: none; }
    @media (any-hover: hover) {
      .categories-item-article:nth-child(5n + 2) .btn:hover, .categories-item-article:nth-child(5n + 3) .btn:hover {
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: var(--orange); } }
  .categories-item-article:nth-child(5n + 4) .categories-item-title:not(:last-child), .categories-item-article:nth-child(5n + 5) .categories-item-title:not(:last-child) {
    margin-bottom: 8px; }
  .categories-item-article:nth-child(5n + 4) .categories-item-slug, .categories-item-article:nth-child(5n + 5) .categories-item-slug {
    background: var(--white-color); }
  .categories-item-article:nth-child(5n + 4) .btn, .categories-item-article:nth-child(5n + 5) .btn {
    background: var(--primary-500);
    color: var(--white-color); }
    .categories-item-article:nth-child(5n + 4) .btn .icon-arrow, .categories-item-article:nth-child(5n + 5) .btn .icon-arrow {
      background: var(--orange);
      color: var(--white-color); }
  .categories-item-article .categories-item-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 16px; }
    .categories-item-article .categories-item-img picture,
    .categories-item-article .categories-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .categories-item-article .categories-item-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1; }
  .categories-item-article .categories-item-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .categories-item-article .categories-item-title:hover {
        color: var(--orange); } }
    .categories-item-article .categories-item-title:not(:last-child) {
      margin-bottom: 16px; }
  .categories-item-article .categories-item-list {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
    .categories-item-article .categories-item-list:not(:last-child) {
      margin-bottom: 12px; }
  .categories-item-article .categories-item-slug {
    padding: 4px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 16px;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease; }
    @media (any-hover: hover) {
      .categories-item-article .categories-item-slug:hover {
        color: var(--white-color);
        background: var(--orange); } }

.popular-product .popular-product__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 248px 1fr;
  grid-template-columns: 300px 248px 1fr;
  gap: 16px;
  padding-bottom: 20px; }
  @media (max-width: 1199.98px) {
    .popular-product .popular-product__wrap {
      -ms-grid-columns: 238px 238px 1fr;
      grid-template-columns: 238px 238px 1fr;
      gap: 12px; } }

.popular-product .popular-product__categories {
  position: relative;
  z-index: 3;
  padding: 8px;
  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: var(--white-color);
  row-gap: 4px; }

.popular-product .popular-product__categories-list {
  max-height: 370px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  padding-right: 4px;
  margin-right: -4px; }

.popular-product .popular-product__link {
  min-height: 40px;
  padding: 8px 14px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--black-color);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  background: rgba(0, 124, 195, 0.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .popular-product .popular-product__link.mod-main {
    background: rgba(244, 153, 25, 0.08); }
    .popular-product .popular-product__link.mod-main .link-icon svg path {
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s;
      fill: var(--primary-color); }
      .popular-product .popular-product__link.mod-main .link-icon svg path:first-child {
        fill: var(--orange); }
  @media (any-hover: hover) {
    .popular-product .popular-product__link:hover {
      color: var(--white-color);
      background: var(--primary-color); }
      .popular-product .popular-product__link:hover .link-icon {
        background: rgba(255, 255, 255, 0.08); }
        .popular-product .popular-product__link:hover .link-icon svg path {
          fill: var(--white-color); }
      .popular-product .popular-product__link:hover .icon {
        color: var(--white-color); } }
  .popular-product .popular-product__link .link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--white-color);
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .popular-product .popular-product__link .link-icon svg path {
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s;
      fill: var(--grey-color); }
  .popular-product .popular-product__link .icon {
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--primary-color);
    margin-left: auto;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

.popular-product .popular-product__slider {
  width: 100%; }
  .popular-product .popular-product__slider .swiper {
    height: 100%; }
    .popular-product .popular-product__slider .swiper .swiper-wrapper {
      z-index: 2; }
    .popular-product .popular-product__slider .swiper:not(.swiper-initialized) {
      overflow: hidden; }
      .popular-product .popular-product__slider .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px; }
      .popular-product .popular-product__slider .swiper:not(.swiper-initialized) .swiper-slide {
        width: 100%; }
  .popular-product .popular-product__slider .swiper-button-next,
  .popular-product .popular-product__slider .swiper-button-prev {
    --size: 24px; }
  .popular-product .popular-product__slider .swiper-button-next {
    right: -12px; }
  .popular-product .popular-product__slider .swiper-button-prev {
    left: -12px; }
  .popular-product .popular-product__slider .swiper-pagination {
    z-index: 1;
    --swiper-pagination-bottom: -24px; }

.popular-product .popular-product__images {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 332px 1fr;
  grid-template-columns: 332px 1fr;
  -ms-grid-rows: (177px)[2];
  grid-template-rows: repeat(2, 177px);
  gap: 16px; }
  @media (max-width: 1360px) {
    .popular-product .popular-product__images {
      -ms-grid-columns: 280px 1fr;
      grid-template-columns: 280px 1fr; } }
  @media (max-width: 1199.98px) {
    .popular-product .popular-product__images {
      -ms-grid-columns: 238px 1fr;
      grid-template-columns: 238px 1fr;
      gap: 12px; } }

.popular-product-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-radius: 16px;
  background: var(--white-color); }
  @media (max-width: 1199.98px) {
    .popular-product-card {
      gap: 12px;
      padding: 20px; } }
  .popular-product-card::after, .popular-product-card::before {
    content: "";
    position: absolute;
    top: 45%;
    right: -57%;
    width: 100%;
    height: 200%;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%; }
  .popular-product-card::before {
    background: #ececed;
    -webkit-transform: translateY(-50%) rotate(38deg);
        -ms-transform: translateY(-50%) rotate(38deg);
            transform: translateY(-50%) rotate(38deg); }
  .popular-product-card::after {
    right: -63%;
    background: #007cc3;
    -webkit-transform: translateY(-50%) rotate(46deg);
        -ms-transform: translateY(-50%) rotate(46deg);
            transform: translateY(-50%) rotate(46deg); }
  .popular-product-card:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popular-product-card:first-child::before {
      top: 76%;
      -webkit-transform: translateY(-50%) rotate(-44deg);
          -ms-transform: translateY(-50%) rotate(-44deg);
              transform: translateY(-50%) rotate(-44deg); }
    .popular-product-card:first-child::after {
      right: -60%;
      -webkit-transform: translateY(-50%) rotate(48deg);
          -ms-transform: translateY(-50%) rotate(48deg);
              transform: translateY(-50%) rotate(48deg); }
    .popular-product-card:first-child .popular-product-card__img {
      bottom: 24px;
      top: auto;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .popular-product-card:first-child .popular-product-card__img::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        aspect-ratio: 1;
        background: var(--white-color);
        -webkit-transform: translate(34%, -50%) rotate(45deg);
            -ms-transform: translate(34%, -50%) rotate(45deg);
                transform: translate(34%, -50%) rotate(45deg); }
      .popular-product-card:first-child .popular-product-card__img picture,
      .popular-product-card:first-child .popular-product-card__img img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
        max-height: 257px; }
  .popular-product-card:first-child {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .popular-product-card:first-child .popular-product-card__wrap {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .popular-product-card .popular-product-card__wrap {
    position: relative;
    z-index: 2;
    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: 14px; }
    @media (max-width: 1199.98px) {
      .popular-product-card .popular-product-card__wrap {
        row-gap: 8px; } }
  .popular-product-card .popular-product-card__title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .popular-product-card .popular-product-card__title {
        font-size: 18px; } }
  .popular-product-card .popular-product-card__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase; }
    .popular-product-card .popular-product-card__btn .icon-arrow {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .popular-product-card .popular-product-card__img {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 24px;
    top: 16px; }
    @media (max-width: 1199.98px) {
      .popular-product-card .popular-product-card__img {
        right: 16px;
        bottom: 16px;
        top: auto; } }
    .popular-product-card .popular-product-card__img picture,
    .popular-product-card .popular-product-card__img img {
      width: auto;
      height: 100%;
      max-height: 141px; }
      @media (max-width: 1199.98px) {
        .popular-product-card .popular-product-card__img picture,
        .popular-product-card .popular-product-card__img img {
          max-height: 100px; } }

.popular-services {
  overflow: hidden; }
  .popular-services .popular-services__slider {
    padding-bottom: 56px; }
    .popular-services .popular-services__slider.swiper:not(.swiper-initialized) {
      overflow: hidden; }
      .popular-services .popular-services__slider.swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px; }
      .popular-services .popular-services__slider.swiper:not(.swiper-initialized) .swiper-slide {
        width: calc(16.666% - 8px); }
        @media (max-width: 1199.98px) {
          .popular-services .popular-services__slider.swiper:not(.swiper-initialized) .swiper-slide {
            width: calc(20% - 8px); } }
        @media (max-width: 991.98px) {
          .popular-services .popular-services__slider.swiper:not(.swiper-initialized) .swiper-slide {
            width: calc(25% - 8px); } }
        @media (max-width: 767.98px) {
          .popular-services .popular-services__slider.swiper:not(.swiper-initialized) .swiper-slide {
            width: calc(33.333% - 8px); } }

.popular-services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .popular-services-card .popular-services-card__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%; }
    .popular-services-card .popular-services-card__img img {
      aspect-ratio: 1;
      border-radius: 16px;
      -o-object-fit: cover;
         object-fit: cover; }
  .popular-services-card .popular-services-card__label {
    margin-top: -10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    padding: 2px 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--white-color);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 100px; }
    .popular-services-card .popular-services-card__label:not(:last-child) {
      margin-bottom: 8px; }
    .popular-services-card .popular-services-card__label::before {
      content: "";
      width: 12px;
      height: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      background-position: center;
      background-repeat: no-repeat; }
    .popular-services-card .popular-services-card__label.repair-mod {
      background: var(--green); }
      .popular-services-card .popular-services-card__label.repair-mod::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M11.8936 2.34442C11.8612 2.22294 11.7665 2.12802 11.6451 2.0954C11.5237 2.06277 11.3941 2.09744 11.3053 2.18634L10.0492 3.44235L8.80627 3.19377L8.5577 1.95081L9.81371 0.694796C9.90259 0.605921 9.93725 0.476359 9.90462 0.354976C9.872 0.23357 9.77708 0.138835 9.6556 0.106492C8.56618 -0.183805 7.39592 0.129437 6.60163 0.923757C5.72813 1.79723 5.44864 3.10546 5.86836 4.2516L0.555945 9.05807C0.209469 9.37155 0.0122187 9.80141 0.000546801 10.2685C-0.0111251 10.7356 0.164398 11.1748 0.494797 11.5052C0.814883 11.8253 1.23704 12 1.68777 12C1.7023 12 1.7169 11.9998 1.7315 11.9995C2.19859 11.9878 2.62848 11.7905 2.94195 11.4441L7.74821 6.13185C8.10031 6.26083 8.4677 6.32378 8.83311 6.32378C9.6572 6.32378 10.4711 6.0036 11.0763 5.3984C11.8706 4.60408 12.1838 3.43384 11.8936 2.34442ZM1.73776 10.6138C1.5436 10.6138 1.3862 10.4564 1.3862 10.2622C1.3862 10.0681 1.5436 9.91066 1.73776 9.91066C1.93191 9.91066 2.08932 10.0681 2.08932 10.2622C2.08932 10.4564 1.93194 10.6138 1.73776 10.6138Z" fill="white"/></svg>'); }
    .popular-services-card .popular-services-card__label.installation-mod {
      background: var(--attention); }
      .popular-services-card .popular-services-card__label.installation-mod::before {
        background-image: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.5V4C12 3.17158 11.3284 2.5 10.5 2.5H1.5C0.671578 2.5 0 3.17158 0 4V5.5H3V6.50001H0V10.5C0 10.7762 0.223852 11 0.499992 11H11.5C11.7761 11 12 10.7762 12 10.5V6.50001H9V5.5H12ZM8.50001 7.49999H7.95C7.90617 7.67491 7.83891 7.84309 7.75001 7.99998L8.15002 8.39999L7.45001 9.1L7.05 8.69999L6.55001 8.89998V9.49998H5.50001V8.95L5.00002 8.75001L4.60001 9.15002L3.9 8.40002L4.30001 8.00001C4.21111 7.84312 4.14382 7.67493 4.10002 7.50002H3.50002V6.50001H4.05C4.09383 6.32509 4.16109 6.15691 4.24999 6.00002L3.84998 5.60001L4.54999 4.9L4.95 5.30001L5.44999 5.10002V4.50002H6.45V5.05L6.94999 5.24999L7.35 4.84998L8.05001 5.54999L7.65 5.95C7.7389 6.10689 7.80619 6.27508 7.84999 6.44999H8.49998V7.49999H8.50001Z" fill="white"/><path d="M6.00001 8.00002C6.5523 8.00002 7.00002 7.5523 7.00002 7.00001C7.00002 6.44772 6.5523 6 6.00001 6C5.44772 6 5 6.44772 5 7.00001C5 7.5523 5.44772 8.00002 6.00001 8.00002Z" fill="white"/><path d="M4.49998 0.999984H7.49998V1.99999H8.49999V0.499992C8.49999 0.223852 8.27614 0 8 0H3.99999C3.72385 0 3.5 0.223852 3.5 0.499992V1.99999H4.49998V0.999984Z" fill="white"/></svg>'); }
    .popular-services-card .popular-services-card__label.design-mod {
      background: var(--orange); }
      .popular-services-card .popular-services-card__label.design-mod::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_786_18133)"><path d="M0.5342 2.24486C0.639903 2.66275 0.856724 3.04478 1.16143 3.34947L1.44041 3.62486L3.62863 1.43678L3.34968 1.16136C3.04473 0.856677 2.66291 0.63988 2.245 0.534177L0.146052 0.0035519C0.105974 -0.00652622 0.0635519 0.00519253 0.034255 0.034255C0.00519253 0.0635519 -0.00652622 0.105974 0.0035519 0.146052L0.5342 2.24486Z" fill="white"/><path d="M3.00617 5.16997L5.1942 2.98208L4.12958 1.93091L1.94141 4.11894L3.00617 5.16997Z" fill="white"/><path d="M6.82812 9.01758L9.0158 6.8299L10.3271 8.14122L8.13945 10.3289L6.82812 9.01758Z" fill="white"/><path d="M10.8288 8.63867L8.64062 10.8267L9.36077 11.5469C9.65306 11.8389 10.0417 11.9999 10.4549 11.9999C10.8681 11.9999 11.2567 11.8389 11.549 11.5469C12.1521 10.9436 12.1521 9.96205 11.549 9.35879L10.8288 8.63867Z" fill="white"/><path d="M5.41298 6.44269C5.5503 6.30539 5.77291 6.30539 5.91019 6.44269L7.1212 7.65363L7.65415 7.12073L6.96288 6.42954C6.82556 6.29227 6.82556 6.06968 6.96288 5.93236C7.10018 5.79509 7.32279 5.79504 7.46009 5.93236L8.15135 6.62356L8.69367 6.08126L7.48266 4.87031C7.34534 4.73304 7.34534 4.51043 7.48266 4.37313C7.61995 4.23586 7.84256 4.23581 7.97986 4.37313L9.19088 5.5841L9.73322 5.0418L9.04195 4.35061C8.90463 4.21334 8.90463 3.99075 9.04195 3.85343C9.17925 3.71616 9.40186 3.71611 9.53916 3.85343L10.2304 4.54463L10.7727 4.00233L9.56173 2.79136C9.42441 2.65409 9.42441 2.43148 9.56173 2.29418C9.69905 2.15688 9.92166 2.15688 10.0589 2.29418L11.2699 3.50515L11.7673 3.00703C11.9174 2.85698 12 2.65746 12 2.44526C12 2.23305 11.9173 2.03358 11.7673 1.88351L10.1163 0.232711C9.96626 0.0826406 9.76676 0 9.55455 0C9.34235 0 9.14283 0.0826172 8.99276 0.232688L0.232688 8.99297C0.0826406 9.14299 0 9.34251 0 9.5547C0 9.7669 0.0826406 9.96638 0.232688 10.1164L1.88367 11.7673C2.03372 11.9173 2.23322 12 2.44545 12C2.65767 12 2.85717 11.9174 3.00722 11.7673L3.50536 11.2692L2.81412 10.578C2.67682 10.4408 2.67682 10.2182 2.81412 10.0809C2.95141 9.94359 3.17402 9.94359 3.31132 10.0809L4.00256 10.7721L4.54488 10.2298L3.33387 9.01884C3.19657 8.88157 3.19657 8.65896 3.33387 8.52166C3.47116 8.38439 3.69377 8.38439 3.83107 8.52166L5.04209 9.73259L5.58443 9.19029L4.89316 8.49909C4.75587 8.36182 4.75587 8.13923 4.89316 8.00191C5.03048 7.86464 5.25309 7.86459 5.39039 8.00191L6.08166 8.69311L6.62398 8.15081L5.41296 6.93987C5.27566 6.80259 5.27566 6.57998 5.41298 6.44269Z" fill="white"/></g><defs><clipPath id="clip0_786_18133"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>'); }
  .popular-services-card .popular-services-card__title {
    padding: 0 16px;
    color: var(--black-color);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase; }

.price-wrap {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  color: var(--price-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1; }
  .price-wrap .old-price {
    display: inline-block;
    color: var(--price-old);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: line-through; }
  .price-wrap:has(.old-price) .price {
    color: var(--price-new); }
  .price-wrap .old-price ~ .price {
    color: var(--price-new); }
  .price-wrap .old-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .price-wrap .old-price-wrap ~ .price {
    color: var(--price-new); }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--price-new);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  --size: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border-radius: 8px;
  background: var(--bg);
  padding: 2px; }
  .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: var(--size);
    height: var(--size);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: var(--bg);
    border-radius: 6px;
    color: var(--grey-disable);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      .qty-picker .minus:hover,
      .qty-picker .plus:hover {
        color: var(--primary-color); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      color: var(--primary-color); }
  .qty-picker input {
    height: var(--size);
    width: 36px;
    padding: 2px 4px;
    border-radius: 4px;
    background: var(--white-color);
    text-align: center;
    outline: none !important;
    border: none;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        -webkit-box-shadow: 0 0 0 2px var(--primary-hover);
                box-shadow: 0 0 0 2px var(--primary-hover); } }
    .qty-picker input:focus {
      -webkit-box-shadow: 0 0 0 2px var(--primary-hover);
              box-shadow: 0 0 0 2px var(--primary-hover); }
  .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 {
  --br: 16px;
  --bg: white;
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: var(--br);
  min-height: 100%;
  background: var(--white-color); }
  .product-block .dropdown-block:empty {
    display: none; }
  @media (any-hover: hover) {
    .product-block:hover {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .product-block:hover:has(.dropdown-block) {
        border-radius: var(--br) var(--br) 0 0; }
      .product-block:hover .dropdown-block {
        opacity: 1;
        pointer-events: initial; }
      .product-block:hover {
        -webkit-box-shadow: 0 4px 24px 0 rgba(1, 37, 57, 0.16);
                box-shadow: 0 4px 24px 0 rgba(1, 37, 57, 0.16); }
      .product-block:hover .dropdown-block {
        -webkit-box-shadow: 0 16px 20px 0 rgba(1, 37, 57, 0.16);
                box-shadow: 0 16px 20px 0 rgba(1, 37, 57, 0.16); } }
  .product-block:focus {
    border-radius: var(--br) var(--br) 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .product-block:focus .dropdown-block {
      opacity: 1;
      pointer-events: initial; }
    .product-block:focus {
      -webkit-box-shadow: 0 4px 24px 0 rgba(1, 37, 57, 0.16);
              box-shadow: 0 4px 24px 0 rgba(1, 37, 57, 0.16); }
    .product-block:focus .dropdown-block {
      -webkit-box-shadow: 0 16px 20px 0 rgba(1, 37, 57, 0.16);
              box-shadow: 0 16px 20px 0 rgba(1, 37, 57, 0.16); }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
    .product-block .product-img-wrap img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .product-block .product-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .product-block .product-top:not(:last-child) {
      margin-bottom: 4px; }
  .product-block .product-title {
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    .product-block .product-title:not(:last-child) {
      margin-bottom: 12px; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        text-decoration: none;
        color: var(--primary-color); } }
    .product-block .product-title:focus {
      text-decoration: none; }
  .product-block .stock-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; }
    .product-block .stock-status::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 6px;
      height: 6px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background: var(--black-color); }
    .product-block .stock-status img {
      display: none; }
    .product-block .stock-status.in_stock::before {
      background: var(--green); }
  .product-block .product-sku {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-left: auto; }
    .product-block .product-sku .product-sku-title {
      color: #bdbdbd; }
    .product-block .product-sku .product-sku-value {
      color: #3d3d3d;
      text-transform: uppercase; }
  .product-block .product-actions {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .product-block .product-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-block .dropdown-block {
    position: absolute;
    z-index: 99;
    top: 100%;
    margin-top: -10px;
    left: 0;
    right: 0;
    padding: 4px 16px 12px;
    background: var(--white-color);
    opacity: 0;
    pointer-events: none;
    border-radius: 0 0 var(--br) var(--br);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .product-block .btn-buy {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background: rgba(0, 124, 195, 0.08);
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .product-block .btn-buy:hover {
        color: var(--white-color);
        -webkit-box-shadow: inset 0 -40px 0 0 var(--orange);
                box-shadow: inset 0 -40px 0 0 var(--orange); } }
    .product-block .btn-buy .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px; }

.product-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px; }
  .product-advantages .advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
  .product-advantages .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 8px;
    color: var(--grey-color); }
    .product-advantages .item-title::after {
      content: "";
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: 16px;
      border-bottom: 1.5px dashed var(--grey-light); }
  .product-advantages .item-value {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    text-align: right; }

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

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

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

.section-product {
  padding-bottom: 0;
  padding-top: 0; }
  .section-product:not(:last-child) {
    margin-bottom: 48px; }
  .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%; } }

.thumb-img.thumb-video::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--white-color);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/front/img/polygon.png");
  background-repeat: no-repeat;
  background-size: 13px 19px;
  background-position: 15px 10px; }

table.product-delivery-table {
  border-collapse: separate;
  border-spacing: 0 12px; }

.promo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px; }

.promo-card {
  position: relative;
  min-height: 240px;
  border-radius: 16px;
  padding: 24px;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.promo-card:nth-child(1) {
  background-image: url("/front/img/banner-1.png"); }
  .promo-card:nth-child(1) .promo-card__title {
    font-size: 22px; }

.promo-card:nth-child(2) {
  background-image: url("/front/img/banner-2.png"); }
  .promo-card:nth-child(2) .promo-card__title {
    font-size: 24px;
    color: var(--primary-color); }

.promo-card:nth-child(3) {
  background-image: url("/front/img/banner-3.png"); }
  .promo-card:nth-child(3) .promo-card__title {
    font-size: 32px; }
  .promo-card:nth-child(3) .promo-card__text {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color); }

.promo-card__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px; }

.promo-card__content {
  z-index: 2;
  color: var(--white-color); }

.promo-card__text {
  font-size: 20px;
  color: var(--black-color);
  margin-bottom: 0; }

.promo-card__sub-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-color);
  margin-top: 10px;
  margin-bottom: 0; }

a.btn.btn-white.promo-card__btn {
  position: absolute;
  bottom: 24px;
  left: 24px; }

.promo-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 4px 4px 4px 12px;
  border-radius: 10px;
  background-color: #ffffff24;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 10px; }
  .promo-card-details span {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600; }
  .promo-card-details .decor-red {
    background-color: var(--attention);
    padding: 4px 8px;
    border-radius: 4px; }

.promo-big {
  margin-bottom: 48px;
  min-height: 242px;
  border-radius: 16px;
  padding: 34px 24px;
  background-image: url("/front/img/banner-big.png");
  background-size: cover;
  background-position: center;
  background-color: var(--primary-color);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.promo-big__title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  margin: 0; }

.promo-big__text {
  margin-top: 22px;
  text-transform: uppercase;
  margin-bottom: 8px; }

.promo-description {
  font-size: 16px;
  margin-bottom: 24px; }

.product-group-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--black-color);
  text-transform: uppercase; }

.product-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-group-item {
  min-width: 58px;
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: var(--black-color);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: transparent; }
  .product-group-item:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color); }

.product-group-item.is-active {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
  pointer-events: none; }

.product-gallery-thumbs.swiper.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs {
  overflow: hidden !important; }

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 680px 1fr;
  grid-template-columns: 680px 1fr;
  gap: 16px; }
  .product-page-grid .product-row-right {
    gap: 20px;
    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 .service-list {
    list-style-type: none;
    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;
    padding: 0; }
  .product-page-grid .service-list-img {
    background-color: var(--white-color);
    padding: 11px;
    border-radius: 100px;
    margin-right: 14px; }
    .product-page-grid .service-list-img svg {
      width: 34px;
      height: 34px; }
  .product-page-grid .service-list-item-price {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-color);
    margin-right: 6px;
    margin-left: auto;
    min-width: 116px; }
  .product-page-grid .service-list-item-arrow {
    color: var(--price-old); }
    .product-page-grid .service-list-item-arrow svg {
      width: 13px;
      height: 13px; }
  .product-page-grid .service-list-item {
    cursor: pointer;
    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;
    background-color: var(--bg);
    padding: 14px;
    border-radius: 16px; }
  .product-page-grid .service-titles {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .product-page-grid .service-list-item-block {
    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: 390px; }
  .product-page-grid .service-list-item-title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase; }
  .product-page-grid .service-list-item-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: var(--price-old); }
  .product-page-grid .price-rating {
    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;
    width: 100%; }
  .product-page-grid.gallery-none {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .product-page-grid.gallery-none .left-side {
      display: none; }
    @media (min-width: 992px) {
      .product-page-grid.gallery-none .top-side {
        grid-area: span 1; } }
  @media (max-width: 1199.98px) {
    .product-page-grid {
      -ms-grid-columns: 480px 1fr;
      grid-template-columns: 480px 1fr; } }
  @media (max-width: 991.98px) {
    .product-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }
  @media (min-width: 992px) {
    .product-page-grid .top-side {
      -ms-grid-column: 2;
      grid-area: span 1 / 2; } }
  @media (max-width: 991.98px) {
    .product-page-grid .top-side.product-row {
      padding: 0;
      background: transparent; } }
  .product-page-grid .product-row {
    padding: 24px;
    background: var(--white);
    border-radius: 16px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-row {
        padding: 16px; } }
    .product-page-grid .product-row .top-info {
      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; }
    .product-page-grid .product-row .product-heading {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 16px; }
    .product-page-grid .product-row .delivery-item-image {
      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: 56px;
      height: 56px;
      border-radius: 100px;
      background-color: var(--white-color); }
      .product-page-grid .product-row .delivery-item-image img {
        max-width: 34px;
        max-height: 34px;
        height: auto;
        display: block;
        width: 100%; }
    .product-page-grid .product-row .product-delivery-wrap .product-delivery-table tr {
      border-bottom: none;
      border-radius: 16px; }
      .product-page-grid .product-row .product-delivery-wrap .product-delivery-table tr td {
        background-color: var(--bg); }
        .product-page-grid .product-row .product-delivery-wrap .product-delivery-table tr td:first-child {
          border-top-left-radius: 16px;
          border-bottom-left-radius: 16px; }
        .product-page-grid .product-row .product-delivery-wrap .product-delivery-table tr td:last-child {
          border-top-right-radius: 16px;
          border-bottom-right-radius: 16px; }
    .product-page-grid .product-row .product-delivery-wrap .product-delivery-table td {
      padding: 14px 0 14px 0; }
      .product-page-grid .product-row .product-delivery-wrap .product-delivery-table td:first-child {
        padding-left: 14px;
        width: 56px; }
      .product-page-grid .product-row .product-delivery-wrap .product-delivery-table td:nth-child(2) {
        width: 207px; }
      .product-page-grid .product-row .product-delivery-wrap .product-delivery-table td:nth-child(3) {
        width: 103px;
        padding-left: 39px;
        font-size: 16px; }
      .product-page-grid .product-row .product-delivery-wrap .product-delivery-table td:last-child {
        padding-right: 14px;
        padding-left: 38px;
        font-size: 16px; }
    .product-page-grid .product-row .product-delivery-wrap .delivery-item-title {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      margin-left: 14px; }
    .product-page-grid .product-row .product-payment-wrap .product-payment-list {
      gap: 10px; }
    .product-page-grid .product-row .product-payment-wrap .payment-item {
      border: none;
      background-color: var(--bg);
      color: var(--black-color);
      padding: 6px 16px;
      font-size: 14px; }
    .product-page-grid .product-row .help-banner__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px; }
    .product-page-grid .product-row .help-banner__avatar {
      width: 100px;
      height: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .product-page-grid .product-row .help-banner__avatar img {
      width: 100%;
      height: 100%; }
    .product-page-grid .product-row .help-banner__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
    .product-page-grid .product-row .help-banner__title {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: var(--black-color); }
    .product-page-grid .product-row .help-banner__subtitle {
      margin-top: 4px;
      font-size: 16px;
      color: var(--price-old); }
    .product-page-grid .product-row .help-banner__socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 6px; }
    .product-page-grid .product-row .help-banner__social svg {
      width: 30px;
      height: 30px; }
    .product-page-grid .product-row .help-banner__social-block {
      margin-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .product-page-grid .product-row .download {
      list-style-type: none;
      padding: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 6px; }
    .product-page-grid .product-row .download-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 14px;
      border-radius: 16px;
      background-color: var(--bg);
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      cursor: pointer; }
      .product-page-grid .product-row .download-item:hover .product-page-grid .product-row svg.ic.ic-download {
        color: var(--primary-color); }
    .product-page-grid .product-row .download-item-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: 2px;
      margin-left: 10px;
      margin-right: 32px; }
    .product-page-grid .product-row .download-item-title {
      font-size: 16px;
      max-width: 195px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .product-page-grid .product-row .download-item-subtitle {
      color: var(--price-old);
      font-size: 14px; }
    .product-page-grid .product-row svg.ic.ic-file-pdf {
      width: 24px;
      height: 24px; }
    .product-page-grid .product-row svg.ic.ic-download {
      width: 24px;
      height: 24px; }
  .product-page-grid .product-card-icon-utp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px;
    border-radius: 16px;
    background-color: var(--bg); }
  .product-page-grid .product-card-icon-utp__item {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-page-grid .product-card-icon-upt-descr {
    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 .product-card-icon-utp__img {
    display: block;
    background-color: var(--white-color);
    border-radius: 100px;
    padding: 11px; }
    .product-page-grid .product-card-icon-utp__img img {
      width: 24px;
      height: 24px; }
  .product-page-grid .product-card-icon-utp__description {
    color: var(--price-old);
    font-size: 14px; }
  .product-page-grid .product-card-icon-utp__title {
    color: var(--black-color);
    font-size: 14px; }
  .product-page-grid .product-advantages-wrap.characteristic-wrap .btn-link {
    text-decoration: none;
    margin-top: 14px;
    text-transform: uppercase;
    gap: 8px;
    font-size: 14px;
    color: var(--black-color); }
    .product-page-grid .product-advantages-wrap.characteristic-wrap .btn-link:hover {
      color: var(--primary-color); }
      .product-page-grid .product-advantages-wrap.characteristic-wrap .btn-link:hover .icon-arrow {
        color: var(--white-color);
        background-color: var(--primary-color); }
  .product-page-grid .product-advantages-title.characteristic-title {
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 17px; }
  .product-page-grid .product-advantages.product-characteristic-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-page-grid .product-advantages .advantages-item.characteristic-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px;
    border-radius: 0; }
    .product-page-grid .product-advantages .advantages-item.characteristic-item:nth-child(odd) {
      background-color: var(--bg); }
      .product-page-grid .product-advantages .advantages-item.characteristic-item:nth-child(odd) .item-value.characteristic-item-value {
        color: var(--black-color); }
    .product-page-grid .product-advantages .advantages-item.characteristic-item:nth-child(even) {
      background-color: var(--white-color); }
  .product-page-grid .product-advantages .item-title.characteristic-item-title {
    width: 50%;
    text-align: left;
    font-size: 16px; }
    .product-page-grid .product-advantages .item-title.characteristic-item-title::after {
      display: none; }
  .product-page-grid .product-advantages .item-value.characteristic-item-value {
    text-align: left;
    width: 50%; }
  @media (min-width: 992px) {
    .product-page-grid .left-side {
      z-index: 1;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      grid-area: 1 / 1 / span 2; } }
  @media (max-width: 991.98px) {
    .product-page-grid .left-side {
      max-width: 628px;
      width: 100%;
      margin: 0 auto; } }
  .product-page-grid .product-title {
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-title {
        font-size: 24px;
        line-height: 1.1; } }
    .product-page-grid .product-title:not(:last-child) {
      margin-bottom: 12px; }
  .product-page-grid .in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid var(--green);
    border-radius: 200px; }
    .product-page-grid .in-stock img {
      display: none; }
    .product-page-grid .in-stock span::before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: var(--green);
      border-radius: 100px; }
    .product-page-grid .in-stock span {
      border: none;
      color: var(--green);
      font-size: 16px;
      padding: 0; }
  .product-page-grid .sku {
    color: var(--price-old); }
    .product-page-grid .sku b {
      font-weight: 400;
      color: var(--black-color); }
  .product-page-grid .product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
  .product-page-grid .product-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .product-page-grid .product-advantages .item-value {
      text-align: center;
      margin-left: 0;
      font-size: 16px; }
    .product-page-grid .product-advantages .advantages-item {
      width: 100%;
      -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: 14px;
      background-color: var(--bg);
      border-radius: 16px;
      padding: 20px; }
      .product-page-grid .product-advantages .advantages-item span.item-image {
        width: 40px;
        height: 40px; }
  .product-page-grid .price-wrap {
    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-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 6px; }
  .product-page-grid .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: 10px;
    width: 100%; }
    .product-page-grid .product-actions:not(:last-child) {
      margin-bottom: 16px; }
    .product-page-grid .product-actions .btn-default {
      background: var(--orange);
      color: var(--white-color);
      max-width: 288px;
      width: 100%;
      margin-left: auto;
      min-height: 40px; }
      .product-page-grid .product-actions .btn-default svg {
        width: 20px;
        height: 20px; }
      @media (pointer: fine) {
        .product-page-grid .product-actions .btn-default:hover {
          background: var(--primary-color);
          color: var(--white-color);
          -webkit-box-shadow: inset 0 -48px 0 0 var(--primary-color);
                  box-shadow: inset 0 -48px 0 0 var(--primary-color); } }
      .product-page-grid .product-actions .btn-default:focus {
        background: var(--primary-color);
        color: var(--white-color); }
  .product-page-grid .product-customer-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: 12px; }
    .product-page-grid .product-customer-actions:not(:last-child) {
      margin-bottom: 16px; }
    .product-page-grid .product-customer-actions .action-toggle.favorites-toggle {
      width: 100%;
      height: 100%;
      padding: 10px; }
      .product-page-grid .product-customer-actions .action-toggle.favorites-toggle svg {
        width: 20px;
        height: 20px; }
  .product-page-grid .product-price:not(:last-child) {
    margin-bottom: 16px; }
  .product-page-grid .price-wrap {
    font-size: 24px;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .product-page-grid .price-wrap {
        font-size: 18px;
        line-height: 26px; } }
    .product-page-grid .price-wrap .old-price {
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .old-price {
          font-size: 14px; } }
  .product-page-grid .product-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-order {
        gap: 18px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product-page-grid .product-group {
    position: relative;
    z-index: 99; }

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

.product-gallery {
  position: relative; }
  .product-gallery .product-stickers.stickers-top-left {
    top: 23px;
    left: 23px; }
  .product-gallery .product-gallery-slides {
    background: var(--white);
    border-radius: 16px;
    padding: 24px;
    min-height: 528px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-slides {
        padding: 16px;
        min-height: 328px; } }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 528px; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
        width: 100%; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-prev,
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-next {
        display: none; }
    .product-gallery .product-gallery-slides [role=button] {
      position: absolute;
      z-index: 10; }
  .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: 575.98px) {
      .product-gallery .gallery-slide picture,
      .product-gallery .gallery-slide img {
        max-width: 200px; } }
  .product-gallery .product-gallery-thumbs {
    max-width: 680px;
    padding: 16px 0 0 0;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs {
        max-width: 208px; } }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      display: none; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
        gap: 12px; }
        @media (max-width: 991.98px) {
          .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
            gap: 8px; } }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 64px;
        height: 64px; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
        width: 64px;
        height: 64px; }
        .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img .thumb-video::before {
          content: "";
          position: absolute;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--primary-color)));
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--primary-color) 100%);
          -webkit-transform: translateY(12px);
              -ms-transform: translateY(12px);
                  transform: translateY(12px);
          border-radius: 16px;
          inset: 0;
          z-index: -1; }
  .product-gallery .gallery-thumb-slide {
    max-width: 158px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--white-color);
    cursor: pointer;
    border: 1px solid var(--white-color); }
    .product-gallery .gallery-thumb-slide:not(:last-child) {
      margin-right: 12px; }
      @media (max-width: 991.98px) {
        .product-gallery .gallery-thumb-slide:not(:last-child) {
          margin-right: 8px; } }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      border-color: var(--theme-color-main); }
  .product-gallery .thumb-img {
    width: 100%;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    margin-top: -16px;
    width: 32px !important;
    height: 32px !important; }
  .product-gallery .swiper-button-next {
    right: 24px; }
    .product-gallery .swiper-button-next::after {
      margin-left: 2px; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-next {
        right: 16px; } }
  .product-gallery .swiper-button-prev {
    left: 24px; }
    .product-gallery .swiper-button-prev::after {
      margin-left: -2px; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-prev {
        left: 16px; } }

.section-details {
  padding-top: 0; }
  @media (max-width: 991.98px) {
    .section-details {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .section-details .section-details-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 248px;
      grid-template-columns: 1fr 248px;
      gap: 16px; } }
  .section-details .section-details-grid .price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-details .section-details-grid .price-wrap {
    gap: 0; }
  .section-details .section-details-grid .product-top-info-sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4px; }
  .section-details .section-details-grid span.product-sku-value {
    font-size: 12px;
    color: var(--price-old); }
  .section-details .section-details-row {
    background: var(--white);
    padding: 32px 32px 12px;
    border-radius: 16px; }
    .section-details .section-details-row:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .section-details .section-details-row {
        padding: 24px 16px; } }
  .section-details .section-details-card {
    position: sticky;
    top: 200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .section-details .section-details-card .product-block {
      border-radius: 16px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }
      @media (any-hover: hover) {
        .section-details .section-details-card .product-block:hover,
        .section-details .section-details-card .product-block:hover .dropdown-block {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      .section-details .section-details-card .product-block:focus,
      .section-details .section-details-card .product-block:focus .dropdown-block {
        -webkit-box-shadow: none;
                box-shadow: none; }
    @media (max-width: 991.98px) {
      .section-details .section-details-card {
        display: none; } }

.statick-search-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.statick-search-tab {
  padding: 6px 16px;
  background-color: var(--white-color);
  border-radius: 56px;
  margin-bottom: 20px; }

.product-variants-wrap .variant-checker .block-title {
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 10px; }

.product-variants-wrap .variant-checker .variant-checker-buttons {
  row-gap: 6px; }

.product-variants-wrap .variant-checker .variant-checker-buttons .button {
  padding: 10px 21px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background-color: transparent !important;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .product-variants-wrap .variant-checker .variant-checker-buttons .button:hover {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    color: var(--white-color); }
  .product-variants-wrap .variant-checker .variant-checker-buttons .button.selected {
    padding: 10px 21px;
    border-radius: 8px;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    color: var(--white-color); }

.item-image-brand {
  width: 97px;
  display: block; }
  .item-image-brand img {
    width: 100%; }

.product-page-grid .product-advantages .advantages-item span.item-image.k {
  width: 52px;
  height: 40px;
  display: block; }

.statick-slider .swiper-slide {
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  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; }

.statick-slider .statick-slide-photo {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px;
  max-width: 140px;
  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;
  margin-bottom: 18px; }
  .statick-slider .statick-slide-photo img {
    width: 100%;
    height: 100%;
    display: block; }

.statick-slider .statick-slide-text {
  font-size: 14px;
  font-weight: 400; }

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

.product-anchors.is-sticky {
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: visible; }
  .product-anchors.is-sticky::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1; }

.product-anchors {
  position: sticky;
  z-index: 999;
  top: 183px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  background: var(--white);
  overflow: hidden;
  border-radius: 14px;
  margin-top: 20px; }
  .product-anchors::before {
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0 0 16px 16px;
    position: absolute;
    background-color: var(--white-color);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 4px 24px rgba(1, 37, 57, 0.16);
            box-shadow: 0 4px 24px rgba(1, 37, 57, 0.16); }
  @media (max-width: 991.98px) {
    .product-anchors {
      padding-right: 0; } }
  .product-anchors:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .product-anchors:not(:last-child) {
        margin-bottom: 24px; } }
  .product-anchors .product-anchors-slider {
    overflow: hidden;
    margin-right: -16px;
    background: var(--white); }
  .product-anchors .product-anchors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6px; }
  .product-anchors .product-anchors-item {
    width: auto !important; }
    .product-anchors .product-anchors-item:last-child .product-anchors-link:after {
      display: none; }
  .product-anchors .product-anchors-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--black-color);
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid var(--border);
    border-radius: 8px; }
    .product-anchors .product-anchors-link.active {
      border: 1px solid var(--primary-color);
      background-color: var(--primary-color);
      color: var(--white-color); }
    @media (any-hover: hover) {
      .product-anchors .product-anchors-link:hover {
        border: 1px solid var(--primary-color);
        background-color: var(--primary-color);
        color: var(--white-color); } }
    .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; }
  .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: 40px;
    height: 40px;
    -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: 302px;
    color: var(--black-color);
    font-size: 14px;
    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: 10px;
    min-height: 40px; }
  .product-anchors .product-anchors-btn svg.ic.ic-cart {
    width: 20px;
    height: 20px; }

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

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

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

.product-delivery-wrap .product-delivery-table {
  width: 100%; }
  .product-delivery-wrap .product-delivery-table thead {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3); }
    @media (max-width: 767.98px) {
      .product-delivery-wrap .product-delivery-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
  .product-delivery-wrap .product-delivery-table th {
    padding-bottom: 12px;
    color: grey;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .product-delivery-wrap .product-delivery-table tr:not(:last-child) {
      border-bottom: 1px solid rgba(128, 128, 128, 0.3); } }
  @media (max-width: 767.98px) {
    .product-delivery-wrap .product-delivery-table tr {
      display: block; }
      .product-delivery-wrap .product-delivery-table tr:not(:last-child) {
        margin-bottom: 24px; } }
  .product-delivery-wrap .product-delivery-table td {
    padding: 16px 24px 16px 0;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 767.98px) {
      .product-delivery-wrap .product-delivery-table td {
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: right;
        border-bottom: 1px solid rgba(128, 128, 128, 0.3); }
        .product-delivery-wrap .product-delivery-table td:first-child {
          border: none;
          padding-bottom: 0;
          padding-top: 0; }
        .product-delivery-wrap .product-delivery-table td::before {
          content: attr(data-label);
          float: left;
          max-width: 92px;
          color: grey;
          text-align: left;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          text-transform: uppercase; } }

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

@media (max-width: 767.98px) {
  .product-delivery-wrap .delivery-item-image {
    max-width: 105px; } }

.product-delivery-wrap .delivery-item-title {
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .product-delivery-wrap .delivery-item-title {
      display: none; } }

.product-delivery-wrap .delivery-item-subtitle {
  color: grey; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .delivery-item-subtitle {
      color: var(--theme-color-main); } }

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

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

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

.action-toggle {
  width: 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);
  border-radius: 24px;
  background: rgba(0, 124, 195, 0.08);
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .action-toggle:hover {
      color: var(--theme-color-main); } }
  .action-toggle .ic,
  .action-toggle .icon {
    width: 16px;
    height: 16px; }
  .action-toggle.choosed {
    color: var(--theme-color-main); }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rating .rating-stars .star-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none"><path d="M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z" fill="%23FF9153"/></svg>') center no-repeat; }
      .rating .rating-stars .star-icon.disabled {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M8.63643 0.927052C8.93578 0.00574112 10.2392 0.00573993 10.5385 0.927051L12.0571 5.60081C12.191 6.01284 12.575 6.2918 13.0082 6.2918H17.9225C18.8912 6.2918 19.294 7.53141 18.5103 8.10081L14.5345 10.9894C14.184 11.244 14.0374 11.6954 14.1713 12.1074L15.6898 16.7812C15.9892 17.7025 14.9347 18.4686 14.151 17.8992L10.1753 15.0106C9.82478 14.756 9.35018 14.756 8.9997 15.0106L5.02396 17.8992C4.24025 18.4686 3.18576 17.7025 3.48512 16.7812L5.00371 12.1074C5.13759 11.6954 4.99093 11.244 4.64044 10.9894L0.664704 8.10081C-0.11901 7.53141 0.283765 6.2918 1.25249 6.2918H6.16677C6.6 6.2918 6.98395 6.01284 7.11783 5.60081L8.63643 0.927052Z" fill="%23C7C7C7"/></svg>') center no-repeat; }

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

.review {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--outline); }
  .review:first-child {
    border-top: 1px solid var(--outline); }
  .review.answer {
    padding-left: 50px; }
  .review .review-heading {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .review .review-heading:not(:last-child) {
      margin-bottom: 8px; }
  .review .reviews-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1; }
  .review .reviews-data {
    margin-left: auto; }
  .review .answer-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px; }

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

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

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

.products-carousel-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .products-carousel-grid .banner {
    position: relative;
    z-index: 100;
    width: 332px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .products-carousel-grid .banner:not(:last-child) {
      margin-bottom: 0; }
  .products-carousel-grid .products-carousel {
    width: calc(100% - 332px);
    padding-left: 16px; }
  .products-carousel-grid .products-carousel-nav {
    padding-left: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .products-carousel-grid .products-carousel-nav .btn {
      margin-left: auto; }

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 32px 0; }
  .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-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

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

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

.products-carousel {
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  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-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 768px) {
    .products-carousel-nav {
      margin-top: 24px;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .products-carousel-nav .swiper-button-next,
  .products-carousel-nav .swiper-button-prev {
    position: static !important;
    margin-top: 0 !important; }
  .products-carousel-nav .btn {
    margin-left: auto; }

.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;
  gap: 4px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase; }
  .product-stickers.stickers-top-left {
    z-index: 2;
    top: 0;
    left: 0; }
  .product-stickers.stickers-top-right {
    top: 0;
    right: 0; }
  .product-stickers.stickers-bottom-left {
    bottom: 0;
    left: 0; }
  .product-stickers.stickers-bottom-right {
    bottom: 0;
    right: 0; }
  .product-stickers .label {
    padding: 2px 8px;
    border-radius: 100px;
    text-align: center;
    color: var(--white-color); }
    .product-stickers .label.label-is_new {
      background: #30b53b; }
    .product-stickers .label.label-is_top {
      background: #f49919; }
    .product-stickers .label.label-is_sale {
      background: #f14848; }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

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

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

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

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

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

.popular-search {
  margin-bottom: 48px;
  padding: 24px;
  background-color: var(--bg);
  border-radius: 16px; }

.popular-search__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--black-color); }

.popular-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.popular-search__link {
  display: block;
  padding: 6px 16px;
  font-size: 14px;
  color: var(--black-color);
  background-color: var(--white-color);
  border-radius: 16px;
  text-decoration: none; }

.popular-search__link:hover {
  color: var(--primary-color); }

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 332px 1fr;
  grid-template-columns: 332px 1fr;
  gap: 16px;
  margin-bottom: 57px; }
  .category-page-grid:not(:last-child) {
    margin-bottom: 48px; }
  @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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    border-radius: 16px;
    background: var(--white-color); }
    .category-page-grid .catalog-top:not(:last-child) {
      margin-bottom: 20px; }
  .category-page-grid .aside-elem {
    padding: 20px; }
    .category-page-grid .aside-elem:not(:last-child) {
      border-bottom: 1px solid rgba(0, 124, 195, 0.08); }
    .category-page-grid .aside-elem.accordion-collapsed .arrow-wrap {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }

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

.category-page-aside .category-aside-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 76px;
  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: 12px 16px;
  background: var(--white);
  border-bottom: 1px solid black; }
  @media (min-width: 992px) {
    .category-page-aside .category-aside-top {
      display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-title {
    color: var(--theme-color-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
  .category-page-aside .category-aside-top .category-aside-top-close {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%; }
    .category-page-aside .category-aside-top .category-aside-top-close .icon {
      width: 12px;
      height: 12px;
      color: var(--theme-color-main); }

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

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 12px; }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  .catalog-product-grid .banner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalog-product-grid .banner .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .catalog-product-grid .banner a {
      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; }
    .catalog-product-grid .banner picture, .catalog-product-grid .banner img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 16px; }
    .catalog-product-grid .banner:not(:last-child) {
      margin-bottom: 0; }

.category-page-aside-wrap {
  border-radius: 16px;
  background: var(--white-color);
  position: sticky;
  top: 202px;
  overflow: hidden;
  padding-right: 0px;
  -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
          box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); }
  .category-page-aside-wrap .catalog-filter {
    overflow-y: scroll;
    max-height: calc(100vh - 72px); }
  @media (max-width: 991.98px) {
    .category-page-aside-wrap {
      padding: 100px 16px 16px;
      overflow-y: auto;
      max-height: 100dvh; } }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer; }
  .aside-elem-title .arrow-wrap {
    margin-left: auto;
    width: 20px;
    height: 20px;
    -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;
    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(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .aside-elem-title .arrow-wrap .icon {
      width: 10px;
      height: 10px; }

.btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 328px;
  margin-right: auto;
  height: 48px;
  gap: 12px;
  padding: 14px 32px;
  border-radius: 56px;
  background: black;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25; }
  .btn-filter-mobile:not(:last-child) {
    margin-bottom: 16px; }
  .btn-filter-mobile::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 21 20" fill="none"><path d="M18.8333 2.29297H2.16667C1.8904 2.29297 1.62545 2.40272 1.4301 2.59807C1.23475 2.79342 1.125 3.05837 1.125 3.33464C1.125 3.6109 1.23475 3.87585 1.4301 4.0712C1.62545 4.26656 1.8904 4.3763 2.16667 4.3763H18.8333C19.1096 4.3763 19.3746 4.26656 19.5699 4.0712C19.7653 3.87585 19.875 3.6109 19.875 3.33464C19.875 3.05837 19.7653 2.79342 19.5699 2.59807C19.3746 2.40272 19.1096 2.29297 18.8333 2.29297Z" fill="white"/><path d="M18.8333 8.95898H2.16667C1.8904 8.95898 1.62545 9.06873 1.4301 9.26408C1.23475 9.45943 1.125 9.72438 1.125 10.0007C1.125 10.2769 1.23475 10.5419 1.4301 10.7372C1.62545 10.9326 1.8904 11.0423 2.16667 11.0423H18.8333C19.1096 11.0423 19.3746 10.9326 19.5699 10.7372C19.7653 10.5419 19.875 10.2769 19.875 10.0007C19.875 9.72438 19.7653 9.45943 19.5699 9.26408C19.3746 9.06873 19.1096 8.95898 18.8333 8.95898Z" fill="white"/><path d="M18.8333 15.625H2.16667C1.8904 15.625 1.62545 15.7347 1.4301 15.9301C1.23475 16.1254 1.125 16.3904 1.125 16.6667C1.125 16.9429 1.23475 17.2079 1.4301 17.4032C1.62545 17.5986 1.8904 17.7083 2.16667 17.7083H18.8333C19.1096 17.7083 19.3746 17.5986 19.5699 17.4032C19.7653 17.2079 19.875 16.9429 19.875 16.6667C19.875 16.3904 19.7653 16.1254 19.5699 15.9301C19.3746 15.7347 19.1096 15.625 18.8333 15.625Z" fill="white"/><path d="M14.667 6.45898C16.3929 6.45898 17.792 5.05987 17.792 3.33398C17.792 1.60809 16.3929 0.208984 14.667 0.208984C12.9411 0.208984 11.542 1.60809 11.542 3.33398C11.542 5.05987 12.9411 6.45898 14.667 6.45898Z" fill="white"/><path d="M8.83301 13.125C10.5589 13.125 11.958 11.7259 11.958 10C11.958 8.27411 10.5589 6.875 8.83301 6.875C7.10712 6.875 5.70801 8.27411 5.70801 10C5.70801 11.7259 7.10712 13.125 8.83301 13.125Z" fill="white"/><path d="M14.667 19.793C16.3929 19.793 17.792 18.3939 17.792 16.668C17.792 14.9421 16.3929 13.543 14.667 13.543C12.9411 13.543 11.542 14.9421 11.542 16.668C11.542 18.3939 12.9411 19.793 14.667 19.793Z" fill="white"/></svg>') center no-repeat; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }

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

.subcategory-slider-wrap {
  position: relative;
  padding-top: 0; }
  @media (min-width: 1200px) {
    .subcategory-slider-wrap:has(.swiper-button-prev.swiper-button-disabled)::after {
      opacity: 0; }
    .subcategory-slider-wrap:has(.swiper-button-next.swiper-button-disabled)::before {
      opacity: 0; }
    .subcategory-slider-wrap::after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 94px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#ecf5f9), to(rgba(236, 245, 249, 0)));
      background: linear-gradient(90deg, #ecf5f9 0%, rgba(236, 245, 249, 0) 100%);
      pointer-events: none;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    .subcategory-slider-wrap::before {
      content: "";
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      width: 94px;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(#ecf5f9), to(rgba(236, 245, 249, 0)));
      background: linear-gradient(270deg, #ecf5f9 0%, rgba(236, 245, 249, 0) 100%);
      pointer-events: none;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; } }
  .subcategory-slider-wrap:not(:last-child) {
    margin-bottom: 20px; }
  .subcategory-slider-wrap .subcategory-slider {
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .subcategory-slider-wrap .subcategory-slider {
        padding-bottom: 46px; } }
    .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) {
      width: 100%;
      overflow: hidden; }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9, 1fr);
        gap: 14px; }
        @media (max-width: 1199.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[7];
            grid-template-columns: repeat(7, 1fr); } }
        @media (max-width: 991.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 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; }
    @media (any-hover: hover) {
      .subcategory-slider-wrap .subcategory-slider .subcategory-link:hover .subcategory-title {
        color: var(--primary-color); } }
    .subcategory-slider-wrap .subcategory-slider .subcategory-image {
      aspect-ratio: 1;
      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;
      border-radius: 16px;
      background: var(--white-color);
      padding: 10px; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image:not(:last-child) {
        margin-bottom: 8px; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image img, .subcategory-slider-wrap .subcategory-slider .subcategory-image picture {
        display: block;
        width: 100%; }
    .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(--black-color);
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      -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: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-word; }
    @media (min-width: 768px) {
      .subcategory-slider-wrap .subcategory-slider .swiper-pagination {
        display: none; } }
    .subcategory-slider-wrap .subcategory-slider .swiper-pagination.swiper-pagination-lock {
      display: none; }
  .subcategory-slider-wrap:has(.swiper-initialized) .swiper-button-next,
  .subcategory-slider-wrap:has(.swiper-initialized) .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      .subcategory-slider-wrap:has(.swiper-initialized) .swiper-button-next,
      .subcategory-slider-wrap:has(.swiper-initialized) .swiper-button-prev {
        display: none; } }
  .subcategory-slider-wrap .swiper-button-next,
  .subcategory-slider-wrap .swiper-button-prev {
    --size: 24px;
    --swiper-navigation-top-offset: 60px;
    margin-top: 0 !important;
    z-index: 100;
    display: none; }
    .subcategory-slider-wrap .swiper-button-next.swiper-button-disabled,
    .subcategory-slider-wrap .swiper-button-prev.swiper-button-disabled {
      opacity: 0.5; }
    .subcategory-slider-wrap .swiper-button-next.swiper-button-lock,
    .subcategory-slider-wrap .swiper-button-prev.swiper-button-lock {
      display: none !important; }
    @media (max-width: 767.98px) {
      .subcategory-slider-wrap .swiper-button-next,
      .subcategory-slider-wrap .swiper-button-prev {
        display: none; } }
  .subcategory-slider-wrap .swiper-button-prev {
    left: -12px; }
  .subcategory-slider-wrap .swiper-button-next {
    right: -12px; }

.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;
    -webkit-box-shadow: 0 2px 3px #bebebe;
            box-shadow: 0 2px 3px #bebebe; }
    .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 .category-title {
      font-weight: 500;
      font-size: 18px; }
    .categories-navigation .category-card .category-sub-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      margin-top: 10px;
      padding-left: 15px; }

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 10px; }
  .catalog-filter .filter-search-wrap input {
    width: 100%;
    padding: 12px 36px 12px 16px;
    height: 43px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--white-color);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; }
    .catalog-filter .filter-search-wrap input::-webkit-input-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input::-moz-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input:-ms-input-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input::-ms-input-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input::placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 1px var(--primary-color);
              box-shadow: 0 0 0 1px var(--primary-color); }
  .catalog-filter .filter-search-wrap .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: var(--grey-color); }

.catalog-filter .aside-elem-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: 12px;
  overflow: auto;
  margin-top: 18px;
  max-height: 204px;
  padding-right: 5px; }

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

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

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--black-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .catalog-filter .attribute-checkbox .items {
    color: var(--grey-color);
    font-size: 14px;
    line-height: 140%; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--border);
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--primary-color); }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      color: var(--primary-color); }
      .catalog-filter .attribute-checkbox:hover .checkmark {
        border-color: var(--primary-color); } }

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

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  .catalog-filter-selected .filter-selected-title {
    -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;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    min-height: 32px; }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
  .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: 16px; }
  .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;
    gap: 6px;
    color: var(--grey-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
    .catalog-filter-selected .filter-selected .value {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 32px;
      padding: 6px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px;
      border-radius: 56px;
      background: var(--bg);
      color: var(--black-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .catalog-filter-selected .filter-selected .value b {
        font-weight: 400; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 18px;
      height: 18px;
      aspect-ratio: 1/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;
      color: var(--place-holder);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .catalog-filter-selected .filter-selected .icon-wrap .ic {
        width: 16px;
        height: 16px; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover .value {
        background-color: var(--primary-color);
        color: var(--white-color); }
        .catalog-filter-selected .filter-selected:hover .value .icon-wrap {
          color: var(--white-color); } }
    .catalog-filter-selected .filter-selected:focus {
      text-decoration: none; }
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    min-height: 24px;
    padding: 4px 0;
    color: var(--theme-color-main);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected-clear .icon-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 18px;
      height: 18px;
      aspect-ratio: 1/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;
      color: var(--place-holder);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .catalog-filter-selected .filter-selected-clear .icon-wrap .ic {
        width: 16px;
        height: 16px; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover {
        color: var(--orange); }
        .catalog-filter-selected .filter-selected-clear:hover .icon-wrap {
          color: var(--orange); } }
    .catalog-filter-selected .filter-selected-clear:focus {
      outline: none; }

.catalog-sorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .catalog-sorting-wrap .sorting-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; }
  .catalog-sorting-wrap .jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .catalog-sorting-wrap .jq-selectbox .sorting-select {
    border: none; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20px;
    min-width: 180px;
    width: 100%;
    padding: 4px 16px;
    background: var(--white);
    border: none;
    color: var(--theme-color-main);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: var(--theme-color-main);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -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; } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:focus {
        color: grey; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
    width: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
    margin-top: 0;
    width: 20px;
    height: 20px;
    color: var(--theme-color-main);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="10" transform="rotate(90 10 10)" fill="white"/><path d="M13.3333 9.16675L9.99992 12.5001L6.66659 9.16675" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
    left: 50% !important;
    min-width: 150px;
    border: 1px solid;
    border-radius: 6px;
    padding: 6px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.08); }
    .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 {
      border-radius: 4px;
      -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: grey;
        color: var(--white); }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
          color: var(--theme-color-main); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        color: var(--theme-color-main); }

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

.catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  position: relative;
  cursor: pointer;
  padding-bottom: 3px;
  overflow: hidden;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--grey-disable); }
  @media (any-hover: hover) {
    .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:hover {
      color: var(--primary-color); }
      .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:hover::before {
        background: var(--primary-color);
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); } }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    color: var(--primary-color); }
    .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active::before {
      background: var(--primary-color);
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.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 447px;
  grid-template-columns: 1fr 447px;
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .page-post-grid {
      -ms-grid-columns: 1fr 380px;
      grid-template-columns: 1fr 380px; } }
  @media (max-width: 991.98px) {
    .page-post-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .page-post-grid article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 16px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .page-post-grid article {
        padding: 20px 16px; } }
  .page-post-grid .page-img {
    display: block;
    width: 100%; }
    .page-post-grid .page-img:not(:last-child) {
      margin-bottom: 24px; }
    .page-post-grid .page-img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 848 / 480;
      border-radius: 12px; }

.article-content .nav-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border); }
  @media (max-width: 991.98px) {
    .article-content .nav-buttons {
      margin-top: 24px; } }
  .article-content .nav-buttons .nav-link-item {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 0;
    border: none;
    gap: 8px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .article-content .nav-buttons .nav-link-item .nav-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 16px;
      height: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      background: var(--orange);
      color: var(--white-color); }
    .article-content .nav-buttons .nav-link-item .ic {
      width: 8px;
      height: 8px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (any-hover: hover) {
      .article-content .nav-buttons .nav-link-item:hover {
        color: var(--primary-color); }
        .article-content .nav-buttons .nav-link-item:hover .ic {
          -webkit-animation: arrowNav 0.4s infinite;
                  animation: arrowNav 0.4s infinite; } }
    .article-content .nav-buttons .nav-link-item:focus {
      color: var(--primary-color); }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    text-align: right; }

@-webkit-keyframes arrowNav {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes arrowNav {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.article-section-youtube .preview {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden; }
  .article-section-youtube .preview .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 116px;
    height: 80px; }

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%; }
  .article-header:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border); }
    @media (max-width: 991.98px) {
      .article-header:not(:last-child) {
        margin-bottom: 24px; } }
  .article-header .date {
    margin-left: auto; }

body:has(.header-scroll) .article-aside-sticky {
  top: 74px; }

body:has(.header-scroll) .category-page-aside-wrap {
  top: 88px; }

body:has(.header-scroll) .section-details .section-details-card {
  top: 88px; }

.article-aside-sticky {
  padding: 32px;
  border-radius: 16px;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .article-aside-sticky {
      position: sticky;
      top: 188px;
      max-height: calc(100dvh - 40px);
      overflow: auto; } }
  @media (max-width: 991.98px) {
    .article-aside-sticky {
      padding: 20px 16px; } }
  .article-aside-sticky .article-aside-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase; }
    .article-aside-sticky .article-aside-title:not(:last-child) {
      margin-bottom: 20px; }

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

.articles-latest {
  overflow: hidden;
  margin: 30px 0; }
  @media (max-width: 767.98px) {
    .articles-latest .section-btn-more {
      width: 100%; } }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  padding: 0 16px;
  margin: 0 -16px;
  padding-bottom: 64px !important;
  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; }

.article-list .article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .article-list .article-card:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border); }
  .article-list .article-card .article-card__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 96px;
    height: 64px;
    border-radius: 12px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    border: 1px solid var(--white); }
    @media (any-hover: hover) {
      .article-list .article-card .article-card__img:hover {
        border-color: var(--primary-color); } }
    .article-list .article-card .article-card__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 12px; }
  .article-list .article-card .article-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px; }
  .article-list .article-card .article-card__title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .article-list .article-card .article-card__title:hover {
        color: var(--primary-color); } }
  .article-list .article-card .article-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
  .article-list .article-card .article-card__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    .article-list .article-card .article-card__badge:not(:last-child)::after {
      content: "";
      border-radius: 50%;
      width: 4px;
      height: 4px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-color: var(--primary-color); }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  max-width: calc(100% + 32px);
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .rubrics-nav::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .rubrics-nav {
      margin-right: -16px;
      margin-left: -16px;
      padding-right: 16px;
      padding-left: 16px; } }
  @media (any-hover: hover) {
    .rubrics-nav a:hover {
      border-color: var(--primary-color);
      color: var(--primary-color); } }
  .rubrics-nav a:focus {
    border-color: var(--primary-color);
    color: var(--primary-color); }
  .rubrics-nav .rubric {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--white-color);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .rubrics-nav .rubric {
        padding: 4px 16px;
        min-height: 36px; } }
    .rubrics-nav .rubric.active {
      color: var(--white-color);
      background: var(--primary-color);
      border-color: var(--primary-color);
      cursor: default; }

.articles-list {
  margin-bottom: 72px; }

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 16px; }
  @media (max-width: 1199.98px) {
    .articles-grid {
      gap: 20px 12px; } }
  @media (max-width: 991.98px) {
    .articles-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .articles-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .articles-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }

.article-card {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .article-card .article-card-img-wrap {
    position: relative; }
  .article-card .article-rubrics-wrap {
    position: absolute;
    left: 16px;
    bottom: 14px; }
  .article-card .article-img {
    display: block;
    width: 100%; }
    .article-card .article-img picture,
    .article-card .article-img img {
      width: 100%;
      border-radius: 16px; }
  .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;
    row-gap: 10px;
    padding: 20px 16px 0; }
  .article-card .article-title {
    text-transform: uppercase;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    @media (any-hover: hover) {
      .article-card .article-title:hover {
        color: var(--primary-color); } }
  .article-card .article-announce {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .article-card .article-date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
  .article-card .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-card .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-card .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
    .article-card .author-wrap .author-name {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
  gap: 10px;
  border-radius: 100px;
  background: var(--primary-color);
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease; }
  @media (any-hover: hover) {
    .article-rubric-badge:hover {
      background: var(--orange);
      color: var(--white-color); } }

.article-card.article-card-video .article-img {
  position: relative; }
  .article-card.article-card-video .article-img:before {
    content: "";
    position: absolute;
    z-index: 2;
    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; }
  .article-card.article-card-video .article-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff; }

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

.page-contacts .form-fio-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }

.page-contacts .form-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  padding-bottom: 17px; }
  .page-contacts .form-submit-wrap button {
    max-width: 147px;
    margin: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--primary-500);
    border: none; }
    .page-contacts .form-submit-wrap button:hover {
      color: var(--white-color); }
  .page-contacts .form-submit-wrap .form-style .btn-submit:hover {
    color: var(--white-color);
    background-color: var(--primary-500); }

.page-contacts .page-contacts-col {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: 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;
  padding: 32px;
  background-color: var(--white-color);
  border-radius: 16px; }
  .page-contacts .page-contacts-col.form-col {
    -webkit-box-shadow: 10px 9px 0 var(--primary-color), 0 9px 24px rgba(0, 0, 0, 0.06);
            box-shadow: 10px 9px 0 var(--primary-color), 0 9px 24px rgba(0, 0, 0, 0.06); }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }
  .page-contacts .page-contacts-col .form-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12px; }
  .page-contacts .page-contacts-col .form-style .form-note {
    margin-bottom: 32px;
    color: var(--grey-color);
    text-align: left;
    font-weight: 400;
    font-size: 16px; }
  .page-contacts .page-contacts-col .form-group {
    width: 100%; }
  .page-contacts .page-contacts-col .form-style textarea.form-control {
    max-height: 90px; }

.page-contacts-descr-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--black-color); }

.page-contacts-descr-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
  color: var(--grey-color); }

.info-content-tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.info-content-tel-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }

a.info-content-social-link {
  display: block;
  border-radius: 100%;
  padding: 10px;
  background-color: var(--bg);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 40px;
  height: 40px; }
  a.info-content-social-link svg {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 20px;
    height: 20px;
    color: var(--primary-color); }
  a.info-content-social-link:hover {
    background-color: var(--primary-color); }
    a.info-content-social-link:hover svg {
      color: var(--white-color); }

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

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

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

.messengers .messengers-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  .messengers .messengers-item .messengers-item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

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

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

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

.order-products-table .products-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }

.order-products-table .products-table-title {
  font-weight: bold;
  font-size: 20px; }

.delivery-type-list .custom-radio:has(input[type="radio"]:checked) {
  border-radius: 16px 16px 0 0; }

.delivery-type .form-control {
  margin-top: 10px;
  margin-bottom: 10px; }

.delivery-type .delivery-field-examples .examples-label {
  color: var(--grey-color);
  text-transform: capitalize; }

.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 {
    padding: 0px 14px 14px 14px;
    background-color: var(--bg);
    border-radius: 0 0 16px 16px; }
    .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;
    background-color: var(--bg);
    border-radius: 16px;
    padding: 14px; }
    .delivery-type-list .custom-radio .checkmark {
      width: 24px;
      height: 24px;
      border: 1px solid var(--primary-color);
      background-color: transparent; }
      .delivery-type-list .custom-radio .checkmark::after {
        inset: 3px; }
    .delivery-type-list .custom-radio input[type="radio"]:checked ~ .checkmark {
      border-color: var(--primary-color); }
    .delivery-type-list .custom-radio input[type="radio"]:checked ~ .checkmark:after {
      background-color: var(--primary-color); }
    .delivery-type-list .custom-radio .radio-image {
      margin-left: auto;
      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: 56px;
      height: 56px;
      background-color: var(--white-color);
      border-radius: 100%; }
    .delivery-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .delivery-type-list .custom-radio .radio-content .name {
        font-size: 16px;
        color: var(--black-color);
        text-transform: uppercase;
        font-weight: 400; }
      .delivery-type-list .custom-radio .radio-content .subtitle-text {
        font-size: 14px;
        font-weight: 400;
        color: var(--grey-color);
        margin-top: 2px;
        margin-bottom: 0; }

.order-comment.open .order-comment-field {
  position: relative; }

.close-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.info-details--next {
  color: var(--grey-color); }

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 5px; }
  .delivery-field-examples .examples-label {
    text-transform: lowercase;
    font-size: 0.875em;
    -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: 12px; }
    @media (pointer: fine) {
      .delivery-field-examples .examples-list a:hover {
        text-decoration: underline; } }
    .delivery-field-examples .examples-list a:focus {
      text-decoration: none; }

.order-card {
  padding: 24px;
  border-radius: 0;
  background: var(--white-color); }
  .order-card .custom-checkbox-agreement {
    font-size: 14px;
    line-height: 1.3; }

.service-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 76px; }

.service-choosen {
  background-color: #30b53b14;
  border-radius: 78px;
  padding: 4px 44px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.service-choosen-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .service-choosen-info svg {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.service-choosen-price {
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 29px; }

.service-choosen-text {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  max-width: 460px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis; }

[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;
  margin: 20px 0; }
  .payment-type-list .custom-radio:has(input[type="radio"]:checked) {
    background-color: var(--bg); }
  .payment-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fafafa;
    border-radius: 16px;
    padding: 14px; }

.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 {
    width: 24px;
    height: 24px;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 3px;
      background: white;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border-color: var(--primary-color); }
    .custom-radio input[type="radio"]:checked ~ .checkmark:after {
      background: var(--primary-color); }

.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; }
  .order-totals-block .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    padding: 10px 0; }
    .order-totals-block .total-item:not(:last-child) {
      border-bottom: 1px solid #cfcfcf; }
    .order-totals-block .total-item .total-item-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%; }
    .order-totals-block .total-item.total-item-in-total {
      font-size: 1.4em; }
    .order-totals-block .total-item .price-text {
      font-size: 1rem; }

.checkout-grid-by-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 3fr;
  grid-template-columns: 6fr 3fr;
  gap: 30px;
  padding-bottom: 30px; }
  .checkout-grid-by-steps .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px; }

.form-another-fio {
  margin-top: 14px; }

.form-style .custom-checkbox.another {
  margin-top: 16px;
  margin-bottom: 14px; }

.form-style .custom-checkbox.another {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.order-card.step-card .form-contacts-grid {
  margin-top: 10px; }

.form-fio-grid .form-group {
  margin-bottom: 0; }

.form-style .custom-checkbox, .form-group .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .form-style .custom-checkbox:hover, .form-group .custom-checkbox:hover {
      color: var(--primary-color); }
      .form-style .custom-checkbox:hover .text a, .form-group .custom-checkbox:hover .text a {
        color: var(--primary-color); }
      .form-style .custom-checkbox:hover .checkmark, .form-group .custom-checkbox:hover .checkmark {
        border-color: var(--primary-color); } }
  .form-style .custom-checkbox input[type="checkbox"], .form-group .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark, .form-group .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark {
    border-color: var(--primary-color);
    background: var(--primary-color); }
    .form-style .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark::before, .form-group .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark::before {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  .form-style .custom-checkbox:has(input[type="checkbox"]:checked) .text, .form-group .custom-checkbox:has(input[type="checkbox"]:checked) .text {
    color: var(--primary-color); }
  .form-style .custom-checkbox .text, .form-group .custom-checkbox .text {
    font-size: 16px;
    font-weight: 400; }
  .form-style .custom-checkbox .checkmark, .form-group .custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 6px;
    background: var(--white-color);
    border: 1px solid var(--border);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .form-style .custom-checkbox .checkmark::before, .form-group .custom-checkbox .checkmark::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 10px;
      -webkit-transform: translate(-50%, -50%) scale(0.8);
          -ms-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8);
      -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;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }

.left-side .order-card:first-child {
  border-radius: 16px 16px 0 0; }

.left-side .order-card .step-card-head .step-card-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase; }

form.form-style .products-table .products-table.products-table-no-edit .cart-items .cart-item {
  border-top: 1px solid #ededed;
  border-radius: 0; }
  form.form-style .products-table .products-table.products-table-no-edit .cart-items .cart-item:last-child {
    border-bottom: 1px solid #ededed; }

.left-side .order-card:last-child {
  border-radius: 0 0 16px 16px; }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .cart-service__item {
  background-color: var(--bg);
  border-radius: 8px; }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .custom-checkbox .checkmark {
  border-radius: 100%;
  border: none; }
  .checkout-grid-by-steps .left-side .order-card.step-card:first-child .custom-checkbox .checkmark::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 3.33325V16.6666' stroke='%23007CC3' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16.667 10L3.33366 10' stroke='%23007CC3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E "); }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .cart-services .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark {
  background-color: var(--green); }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .cart-services .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .cart-item-body {
  -ms-grid-columns: 60px 363px 75px 1fr;
  grid-template-columns: 60px 363px 75px 1fr; }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .cart-item-price-total {
  margin-left: auto; }

.checkout-grid-by-steps .left-side .order-card.step-card:first-child .cart-item .cart-item-qty .qty-text {
  min-width: 36px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background-color: var(--bg); }

#page-footer.footer-checkout {
  background-color: var(--black-color);
  border-radius: 32px 32px 0 0; }
  #page-footer.footer-checkout .footer-checkout-bottom {
    padding: 24px;
    background-color: transparent; }

.footer-bottom.footer-checkout-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.right-side .order-card.order-card-totals {
  position: sticky;
  top: 15px;
  background-color: var(--white-color);
  border-radius: 16px;
  -webkit-box-shadow: 6px 6px 0 var(--primary-color), 0 8px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 6px 6px 0 var(--primary-color), 0 8px 24px rgba(0, 0, 0, 0.06); }
  .right-side .order-card.order-card-totals .right-side-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 32px;
    text-transform: uppercase; }
  .right-side .order-card.order-card-totals .order-totals-block .total-item {
    padding-top: 0; }
    .right-side .order-card.order-card-totals .order-totals-block .total-item:first-child {
      border-top: 1px solid #EDEDED; }

.order-card.step-card .nav-tabs {
  border: none;
  gap: 6px;
  margin-bottom: 16px; }

.order-card.step-card .nav-item {
  margin-bottom: 0; }

.order-card.step-card .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color); }

.order-card.step-card .nav-link {
  max-width: 203px;
  width: 100%;
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--border);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .order-card.step-card .nav-link:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color); }

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

.step-card .step-title {
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  color: var(--black-color); }

.step-card .step-number-p {
  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: 100%;
  width: 34px;
  height: 34px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 14px; }

.step-card .form-fio-grid {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px; }

.step-card .form-contacts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 16px; }

.step-completed-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }
  .step-completed-info .info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 10px; }
    .step-completed-info .info-details .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }

.cart-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  .cart-products-list .cart-product,
  .cart-products-list .cart-product-set {
    position: relative; }
    .cart-products-list .cart-product .cart-product-qty,
    .cart-products-list .cart-product-set .cart-product-qty {
      position: absolute;
      z-index: 2;
      top: -4px;
      right: -4px;
      height: 21px;
      min-width: 21px;
      padding: 2px 3px;
      border-radius: 999px;
      border: 2px solid;
      font-size: 13px;
      line-height: 1;
      text-align: center;
      border-color: var(--theme-color-main);
      background: var(--white-color);
      color: var(--theme-color-main); }
      .cart-products-list .cart-product .cart-product-qty:empty,
      .cart-products-list .cart-product-set .cart-product-qty:empty {
        display: none; }
  .cart-products-list .cart-product-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-products-list .cart-product-set .plus-icon {
      z-index: 2;
      position: relative;
      margin: 0 -10px; }
      .cart-products-list .cart-product-set .plus-icon svg {
        width: 30px;
        height: 30px;
        color: var(--theme-color-second); }
  .cart-products-list .cart-product-img {
    border: 1px solid;
    border-radius: 12px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 5px; }
    .cart-products-list .cart-product-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center;
      border-radius: 10px; }

.btn-next-step {
  margin-top: 20px; }

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

.checkout-success-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  gap: 30px; }
  .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;
    gap: 20px; }
  .checkout-success-grid .left-side {
    -ms-grid-column: 1;
    grid-column: 1; }
  .checkout-success-grid .right-side {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2; }

.success-top {
  padding: 24px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px 16px 0 0; }

.success-top-img {
  padding: 16px;
  border-radius: 100%;
  background-color: var(--bg); }
  .success-top-img svg {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.success-top-text {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color); }

.checkout-success-grid {
  gap: 4px 30px; }

.checkout-success-grid .left-side {
  gap: 0px; }

.page-checkout-success .popular-services {
  margin-bottom: 48px; }

.order-info-text {
  padding: 12px 16px;
  background-color: #fafafa;
  border-radius: 8px; }

.btn.btn-default.btn-orange {
  background-color: var(--orange);
  color: var(--white-color); }
  .btn.btn-default.btn-orange:hover {
    background-color: var(--primary-500);
    -webkit-box-shadow: inset 0 -48px 0 0 var(--primary-500);
            box-shadow: inset 0 -48px 0 0 var(--primary-500); }

.page-checkout-success .checkout-success-grid .order-card {
  border-radius: 0;
  padding-top: 18px;
  padding-bottom: 18px; }

.left-side .order-card:nth-child(4) {
  border-radius: 0 0 16px 16px !important;
  margin-bottom: 16px;
  padding-top: 0; }

.checkout-success-grid {
  margin-bottom: 48px; }

.left-side .order-card:first-child {
  padding-bottom: 0; }

.checkout-success-grid .order-info-title {
  font-size: 14px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0; }

.checkout-success-grid .order-products-table .products-table-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed; }

.checkout-success-grid .order-card {
  border-radius: 16px; }

.checkout-success-grid .cart-item {
  border-bottom: 1px solid #ededed;
  border-radius: 0; }

.checkout-success-grid .order-totals-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.checkout-success-grid .order-totals-block .total-item.total-item-in-total {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px; }

.checkout-success-grid .order-totals-block .total-item .total-item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: var(--grey-color); }

.checkout-success-grid .order-products-table .products-table-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.checkout-success-grid .cart-item-info {
  max-width: 363px; }

.checkout-success-grid .cart-item-body {
  -ms-grid-columns: 60px 1fr 75px 150px;
  grid-template-columns: 60px 1fr 75px 150px; }

.checkout-success-grid .cart-item .cart-item-qty:has(.qty-text) {
  text-align: left; }

.checkout-success-grid .cart-item .cart-item-qty .qty-text {
  width: 36px;
  height: 36px;
  background-color: var(--bg);
  color: var(--black-color);
  padding: 0;
  border: none;
  border-radius: 4px; }

.checkout-success-grid .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkout-success-grid .btn-action-wrap .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

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

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

.order-info-card .order-number svg.ic {
  color: var(--theme-color-main);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

@media (pointer: fine) {
  .order-info-card .order-number:hover svg.ic {
    color: var(--theme-color-second); } }

.order-info-title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px; }

.checkout-success-grid .right-side .order-card.order-products-table.products-table-no-edit {
  border-radius: 16px; }

table.order-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px; }
  table.order-info-table tr {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 12px 16px; }
  table.order-info-table th {
    width: 237px;
    background-color: #fafafa;
    border-radius: 8px 0 0 8px;
    padding-left: 16px !important;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400; }
  table.order-info-table th, table.order-info-table td {
    padding: 12px; }
  table.order-info-table td {
    padding-left: 10px;
    padding-right: 16px;
    border-radius: 0 8px 8px 0; }

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

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

#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: 900px;
  border-radius: 16px 0 0 16px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: var(--bg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: auto; }

/*
.cart-modal-inner {
    display: none;

    .overlay {
        display: none;
    }
}
.fancybox-container.form-popup .fancybox-content#cartModal {
    max-width: 900px; // <<--- cart width
}
*/
#cartModal {
  --px: 24px;
  overflow: hidden; }
  #cartModal .cart-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2px;
    padding: 18px var(--px);
    background: var(--white-color); }
  #cartModal .cart-title {
    color: var(--black-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase; }
  #cartModal .cart-info {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; }
  #cartModal .cart-items-heading {
    border: none;
    margin-top: 15px; }
  #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: 8px calc(var(--px) - 12px) 18px var(--px);
    margin-right: 12px;
    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: rgba(0, 124, 195, 0.08); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: rgba(0, 124, 195, 0.08); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: rgba(0, 124, 195, 0.08); } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20;
      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: 10px;
      padding: 14px var(--px);
      border-radius: 16px 16px 0 16px;
      background: var(--white-color); }
    #cartModal .cart-bottom a.btn.btn-default {
      background-color: var(--orange);
      color: var(--white-color); }
      #cartModal .cart-bottom a.btn.btn-default:hover {
        -webkit-box-shadow: inset 0 -48px 0 0 var(--primary-color);
                box-shadow: inset 0 -48px 0 0 var(--primary-color); }
  #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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #cartModal .total-block .total-title {
      color: var(--black-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 140%; }
    #cartModal .total-block .price-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 6px; }
      #cartModal .total-block .price-wrap .old-price {
        -ms-flex-item-align: end;
            align-self: flex-end;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%; }
  #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: 4px;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    min-height: unset;
    background-color: transparent;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: auto; }
    #cartModal .btn-continue svg.ic {
      color: var(--theme-color-second);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 10px; }
    @media (any-hover: hover) {
      #cartModal .btn-continue:hover {
        color: var(--theme-color-second); }
        #cartModal .btn-continue:hover svg.ic {
          -webkit-animation: moveArrow 0.8s forwards;
                  animation: moveArrow 0.8s forwards; } }
    #cartModal .btn-continue:focus {
      color: var(--theme-color-second); }
      #cartModal .btn-continue:focus svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; }
    @media (max-width: 991.98px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 16px; }
      #cartModal .cart-top {
        padding: 28px var(--px); }
      #cartModal .cart-title {
        font-size: 18px; } }

.free-delivery {
  padding: 4px 16px 4px 4px;
  border-radius: 100px;
  background: var(--bg);
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .free-delivery .free-delivery__icon {
    width: 24px;
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--primary-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;
    color: var(--white-color); }
    .free-delivery .free-delivery__icon .icon {
      width: 16px;
      height: 16px; }
  .free-delivery strong {
    font-weight: 700;
    color: var(--primary-color); }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  color: var(--white);
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1 !important; }
  .modal-close:has(.icon)::before, .modal-close:has(.icon)::after {
    display: none; }
  .modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    border-radius: 0.5em;
    background-color: var(--place-holder); }
  .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: 24px;
    height: 24px;
    color: var(--place-holder); }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--primary-color);
      color: var(--white); }
      .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
        background-color: var(--white); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--white); } }

.cart-services {
  padding-left: 76px; }
  .cart-services.accordion-open .cart-services__top .icon-arrow {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    background: var(--orange); }
  .cart-services .cart-services__top {
    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;
    padding-right: 30px;
    cursor: pointer; }
    @media (any-hover: hover) {
      .cart-services .cart-services__top:hover .cart-services__title {
        color: var(--orange); } }
    .cart-services .cart-services__top .icon-arrow {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--primary-color); }
  .cart-services .cart-services__title {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .cart-services .cart-services__info {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
    .cart-services .cart-services__info strong {
      color: var(--black-color);
      font-weight: 700; }
  .cart-services .cart-services__content {
    display: none; }
  .cart-services .cart-service__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: 4px;
    padding-top: 4px; }
  .cart-services .cart-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 24px 8px 8px;
    gap: 16px;
    border-radius: 8px;
    background: #fafafa;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .cart-services .cart-service__item:has(input[type="checkbox"]:checked) {
      background: var(--bg); }
  .cart-services .cart-service__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
  .cart-services .cart-service__price {
    margin-left: auto;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%; }
  .cart-services .custom-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .cart-services .custom-checkbox:hover {
        color: var(--primary-color); }
        .cart-services .custom-checkbox:hover .checkmark {
          border-color: var(--primary-color); } }
    .cart-services .custom-checkbox input[type="checkbox"] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .cart-services .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark {
      border-color: var(--primary-color);
      background: var(--primary-color); }
      .cart-services .custom-checkbox:has(input[type="checkbox"]:checked) .checkmark::before {
        -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
    .cart-services .custom-checkbox .checkmark {
      position: relative;
      display: inline-block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      border-radius: 6px;
      background: var(--white-color);
      border: 1px solid var(--border);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cart-services .custom-checkbox .checkmark::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13px;
        height: 10px;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
            -ms-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        -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;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
    .cart-services .custom-checkbox .form-error {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3; }

.tooltip-block {
  -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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%; }
  .tooltip-block:has(.tooltip__icon.active) .tooltip__icon, .tooltip-block:hover .tooltip__icon {
    color: var(--orange); }
  .tooltip-block:has(.tooltip__icon.active) .tooltip__content, .tooltip-block:hover .tooltip__content {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
    @media (max-width: 991.98px) {
      .tooltip-block:has(.tooltip__icon.active) .tooltip__content, .tooltip-block:hover .tooltip__content {
        -webkit-transform: translateX(0) translateY(0);
            -ms-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0); } }
  .tooltip-block .tooltip__icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--primary-color); }
    .tooltip-block .tooltip__icon .icon {
      width: 100%;
      height: 100%; }
  .tooltip-block .tooltip__content {
    position: absolute;
    z-index: 100;
    bottom: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-10px);
        -ms-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    opacity: 0;
    padding: 8px;
    background: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--black-color);
    pointer-events: none;
    width: 350px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 24px 0 rgba(1, 37, 57, 0.16);
            box-shadow: 0 4px 24px 0 rgba(1, 37, 57, 0.16);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .tooltip-block .tooltip__content::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 22px;
      height: 13px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" viewBox="0 0 22 13" fill="none"><path d="M9.54573 12.1402C10.3224 12.8969 11.5605 12.8969 12.3371 12.1402L21.2747 3.43252C22.5599 2.18032 21.6734 0 19.879 0H2.0038C0.209404 0 -0.677117 2.18032 0.608137 3.43252L9.54573 12.1402Z" fill="white"/></svg>') center no-repeat;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }

.need-product {
  padding: 18px var(--px) 12px; }
  .need-product .need-product__title {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase; }
    .need-product .need-product__title:not(:last-child) {
      margin-bottom: 8px; }
  .need-product .need-product__slider {
    position: relative; }
    .need-product .need-product__slider:not(.swiper-initialized) {
      overflow: hidden; }
      .need-product .need-product__slider:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px; }
      .need-product .need-product__slider:not(.swiper-initialized) .swiper-slide {
        width: calc(50% - 8px); }
  .need-product .swiper-button-next,
  .need-product .swiper-button-prev {
    --size: 24px; }
  .need-product .swiper-button-prev {
    left: -12px; }
  .need-product .swiper-button-next {
    right: -12px; }
  @media (min-width: 992px) {
    .need-product .swiper-pagination {
      display: none; } }

.need-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white-color);
  border-radius: 12px; }
  .need-product-card .need-product-card__img {
    width: 107px;
    aspect-ratio: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 14px; }
    .need-product-card .need-product-card__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      border-radius: 10px; }
  .need-product-card .need-product-card__content {
    padding: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .need-product-card .need-product-card__title {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .need-product-card .need-product-card__title:hover {
        color: var(--primary-color); } }
  .need-product-card .price-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    padding-bottom: 8px;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    margin-right: auto; }
    .need-product-card .price-wrap .old-price {
      -ms-flex-item-align: end;
          align-self: flex-end;
      font-size: 12px;
      line-height: 1.4; }
  .need-product-card .need-product-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-left: auto; }
  .need-product-card .btn-buy {
    width: 32px;
    height: 32px;
    border-radius: 24px;
    background: var(--bg);
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .need-product-card .btn-buy:hover {
        color: var(--white-color);
        -webkit-box-shadow: inset 0 -32px 0 0 var(--orange);
                box-shadow: inset 0 -32px 0 0 var(--orange); } }
    .need-product-card .btn-buy .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px; }

.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-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr 110px 108px 81px;
  grid-template-columns: 60px 1fr 110px 108px 81px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 16px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item-body {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item-body {
      -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: 90px 1fr 120px 120px 120px;
  grid-template-columns: 90px 1fr 120px 120px 120px; }

.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 {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1; }
  .cart-items-heading .cart-heading-qty {
    text-align: center; }
  @media (max-width: 991.98px) {
    .cart-items-heading {
      display: none; } }

.cart-item {
  position: relative;
  padding: 14px;
  border-radius: 12px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px; }
  .cart-item:not(:last-child) {
    margin-bottom: 8px; }
  .cart-item .cart-item-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;
    border-radius: 8px;
    background: var(--white-color);
    padding: 6px; }
    .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
    padding-right: 10px; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 3;
        grid-column: span 3; } }
    @media (max-width: 575.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase; }
    .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 {
        color: var(--primary-color);
        text-decoration: none; } }
    .cart-item .product-title:focus {
      text-decoration: none; }
  .cart-item .product-sku {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
    .cart-item .product-sku span {
      color: var(--black-color); }
  .cart-item .variant-attributes {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-qty {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .cart-item .cart-item-qty .qty-text {
    height: 48px;
    min-width: 48px;
    padding: 2px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    background: var(--white); }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-qty .qty-text {
        min-width: 80px; } }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
  .cart-item .price-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    gap: 0; }
    .cart-item .price-wrap .old-price {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }
  @media (max-width: 991.98px) {
    .cart-item .qty-picker {
      gap: 12px; } }
  .cart-item .qty-picker input {
    width: 48px; }

.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: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--grey-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .cart-item-remove,
    .cart-item-set-remove {
      position: absolute;
      right: 0;
      top: 0; } }
  .cart-item-remove .remove,
  .cart-item-set-remove .remove {
    width: 36px;
    height: 36px;
    margin-left: 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;
    border-radius: 200px;
    background: var(--bg);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .cart-item-remove svg,
  .cart-item-set-remove svg {
    width: 18px;
    height: 18px;
    color: var(--grey-disable);
    font-size: 18px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .cart-item-remove .remove:focus,
  .cart-item-set-remove .remove:focus {
    background: red; }
    .cart-item-remove .remove:focus svg.ic,
    .cart-item-set-remove .remove:focus svg.ic {
      color: white; }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover,
    .cart-item-set-remove .remove:hover {
      background: red; }
      .cart-item-remove .remove:hover svg.ic,
      .cart-item-set-remove .remove:hover svg.ic {
        color: white; } }

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

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

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

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

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

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

.account-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 40px; }
  .account-grid .account-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px;
    position: relative;
    background-color: var(--white-color);
    border-radius: 16px;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: #2074dc;
    -webkit-box-shadow: 0 4px 24px rgba(1, 37, 57, 0.16);
            box-shadow: 0 4px 24px rgba(1, 37, 57, 0.16); }
    .account-grid .account-aside .user-info-wrap {
      position: relative; }
      .account-grid .account-aside .user-info-wrap::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: calc(100% + 48px);
        left: -24px;
        height: 1px;
        background-color: #007cc314; }
    .account-grid .account-aside .user-greeting {
      font-size: 16px;
      color: var(--black-color);
      font-weight: 500;
      margin-bottom: 4px; }
    .account-grid .account-aside .user-full-name {
      font-size: 16px;
      font-weight: 700;
      color: #2074dc;
      margin-bottom: 24px;
      padding-bottom: 20px; }

.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;
  color: var(--theme-color-second);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  margin-top: 20px;
  padding: 14px; }
  @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;
    color: var(--primary-color); }

.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: 14px;
    border-radius: 16px;
    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;
      color: var(--primary-color); }
    @media (pointer: fine) {
      .account-nav-wrap .account-nav .link-item:hover {
        color: var(--theme-color-main);
        background-color: #007cc30a; } }
    .account-nav-wrap .account-nav .link-item.active {
      background-color: #007cc30a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-orders .order-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  border-radius: 16px;
  background-color: #FAFAFA;
  padding: 11px 20px;
  margin-bottom: 4px; }
  @media (max-width: 1200px) {
    .account-orders .order-item {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-item .order-item-value {
    padding-right: 15px; }
  .account-orders .order-item .order-number {
    color: #2F80ED;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-number:hover {
        color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-date {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
  .account-orders .order-item .status_paid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative; }
    .account-orders .order-item .status_paid .status_bullet {
      display: block;
      width: 8px;
      min-width: 8px;
      height: 8px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 8px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .status_paid {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-price .price {
      color: var(--color-text);
      font-size: 14px;
      font-weight: 700;
      line-height: 18px; }
    .account-orders .order-item .order-price .cashback {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
      .account-orders .order-item .order-price .cashback img {
        width: 16px; }
  .account-orders .order-item .order-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-delivery {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    .account-orders .order-item .order-delivery .delivery-way {
      display: block;
      color: var(--color-text);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .account-orders .order-item .order-delivery .delivery-type {
      display: block;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
  .account-orders .order-item .order-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .account-orders .order-item .order-address .address-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .account-orders .order-item .order-address,
  .account-orders .order-item .order-ttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-address,
      .account-orders .order-item .order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-address img,
    .account-orders .order-item .order-ttn img {
      display: block;
      width: 24px; }
    .account-orders .order-item .order-address .address-city,
    .account-orders .order-item .order-ttn .address-city {
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      margin: 0 8px; }
    .account-orders .order-item .order-address .address-warehouse,
    .account-orders .order-item .order-address .ttn-number,
    .account-orders .order-item .order-ttn .address-warehouse,
    .account-orders .order-item .order-ttn .ttn-number {
      display: inline-block;
      color: var(--color-text);
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 8px; }
    .account-orders .order-item .order-address .btn-copy,
    .account-orders .order-item .order-ttn .btn-copy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: none;
      outline: none;
      padding: 0;
      background-color: transparent; }
      .account-orders .order-item .order-address .btn-copy .ic,
      .account-orders .order-item .order-ttn .btn-copy .ic {
        color: #696969;
        width: 15px;
        height: 17px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      @media (pointer: fine) {
        .account-orders .order-item .order-address .btn-copy:hover .ic,
        .account-orders .order-item .order-ttn .btn-copy:hover .ic {
          color: var(--theme-color-second); } }
  .account-orders .order-item .arrow-wrap {
    width: 24px;
    height: 24px;
    background-color: #70629B;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-left: auto; }
    @media (pointer: fine) {
      .account-orders .order-item .arrow-wrap:hover {
        background-color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .arrow-wrap {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3; } }
    .account-orders .order-item .arrow-wrap .ic {
      color: var(--white-color);
      width: 9px;
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px; }
  .profile-grid .profile-info,
  .profile-grid .profile-access {
    margin-bottom: 30px; }
  .profile-grid .profile-socials-bind {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .profile-grid .profile-socials-bind .title {
      position: relative;
      text-align: center;
      font-size: 1rem; }
      .profile-grid .profile-socials-bind .title span {
        position: relative;
        z-index: 2;
        color: #696969;
        background: var(--white-color);
        padding: 0 10px; }
      .profile-grid .profile-socials-bind .title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: var(--grey-color);
        height: 1px;
        width: 100%; }
    .profile-grid .profile-socials-bind .profile-socials-bind-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px;
      margin-top: 13px; }
      .profile-grid .profile-socials-bind .profile-socials-bind-list .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1fr;
                flex: 1 0 1fr;
        width: 100%;
        padding: 7px 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 100px;
        border: 1px solid;
        background: var(--white-color); }
        .profile-grid .profile-socials-bind .profile-socials-bind-list .social .text {
          text-align: center;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2;
          color: var(--color-text); }

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

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

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

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

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

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

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

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