@charset "UTF-8";
/** THEME COLOURS */
:root {
  /* Color styles */
  --main-green: #0A9876;
  --green-color: #36723A;
  --green-fill: #408144;
  --black-color: #1C2B1E;
  --black-color2: #171614;
  --light-green: #7EBD22;
  --red-color: #DD4A52;
  --secondary-color: #849282;
  --white-color: #FFFFFF;
  --orange-color: #CE9927;
  --orange100: #FFEAD5;
  --main50: #F8FCF0;
  --stroke-color: #E9F4E4;
  --light-bg: #F6FCE9;
  --hover-green: #699A20;
  --main-100: #EBF9CE;
  --gray-color: #C5CBC4;
  --field-color: #CBE7CD;
  --price-color: #1C2B1E;
  --price-old: #C5CBC4;
  --price-new: #E93D31;
  --theme-color-main: #36723A;
  --theme-color-second: #1C2B1E;
  --color-text: #1C2B1E;
  /* Effect styles */
  --shadow-color:  0 4px 4px rgba(100, 128, 50, 0.08);
  --box-shadow:  0 0 16px 6px rgba(149, 172, 150, 0.2);
  /* Text-size styles */
  --h1: 56px;
  --h2: 48px;
  --h4: 24px;
  --h3: 32px;
  --h5: 20px;
  --h6: 18px;
  --body: 16px;
  --sec-bold: 14px;
  --sec: 14px;
  --sec-medium: 14px;
  --body-bold: 16px;
  --body-medium: 16px;
  --smal-medium: 12px;
  --smal-regular: 12px;
  --card-price: 24px;
  --card-title: 18px;
  --title-medium: 20px;
  --mob-h2: 28px;
  --small-bold: 12px; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: var(--white-color);
  scroll-behavior: smooth; }
  @media (min-width: 992px) {
    html, html * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    html::-webkit-scrollbar,
    html *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    html::-webkit-scrollbar-button,
    html *::-webkit-scrollbar-button {
      display: none; }
    html::-webkit-scrollbar-track,
    html *::-webkit-scrollbar-track {
      background: var(--stroke-color); }
    html::-webkit-scrollbar-track-piece,
    html *::-webkit-scrollbar-track-piece {
      background: var(--stroke-color); }
    html::-webkit-scrollbar-thumb,
    html *::-webkit-scrollbar-thumb {
      background: var(--light-green);
      border-radius: 99px; }
    html::-webkit-scrollbar-corner,
    html *::-webkit-scrollbar-corner {
      background: var(--stroke-color); } }

body {
  background: var(--white-color);
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
  @media (max-width: 991.98px) {
    body {
      font-size: 14px;
      line-height: 20px; } }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

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

picture {
  display: block; }

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

figure.media {
  display: block; }

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

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

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

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

.clearfix {
  clear: both; }

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

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

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

#page-content {
  position: relative;
  z-index: 25;
  padding-top: 88px;
  padding-bottom: 194px;
  margin-bottom: -130px; }
  @media (max-width: 991.98px) {
    #page-content {
      padding-top: 64px;
      padding-bottom: 116px;
      margin-bottom: -76px; } }
  #page-content:after {
    content: "";
    clear: both; }
  #page-content section.section:last-child {
    padding-bottom: 0; }

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

.page-green {
  background: var(--light-bg); }

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

.section {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px; }
  .section:has(.decor-img) .container {
    position: relative;
    z-index: 2; }
  @media (max-width: 991.98px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }

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

.static-section {
  background: var(--white-color); }
  .static-section .static-section-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px; }
    @media (max-width: 991.98px) {
      .static-section .static-section-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .static-section .section-title:not(:last-child) {
    margin-bottom: 28px; }
  @media (max-width: 991.98px) {
    .static-section .section-title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .static-section .section-title:not(:last-child) {
        margin-bottom: 16px; } }
  .static-section .static-section-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; }
    .static-section .static-section-img picture, .static-section .static-section-img img {
      border-radius: 20px; }
    @media (min-width: 992px) {
      .static-section .static-section-img {
        -ms-grid-row-span: 2;
        grid-row: span 2 / span 2;
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1; } }
    @media (max-width: 991.98px) {
      .static-section .static-section-img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 20px; }
        .static-section .static-section-img picture, .static-section .static-section-img img {
          border-radius: 16px; } }
  .static-section .static-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .static-section .static-section-content {
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-row: 2;
            grid-row-start: 2; } }
    @media (max-width: 991.98px) {
      .static-section .static-section-content {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .static-section a {
    margin-top: auto; }
    @media (max-width: 575.98px) {
      .static-section a {
        width: 100%; } }

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

.section-text p {
  margin-bottom: 0; }
  .section-text p:not(:last-child) {
    margin-bottom: 12px; }

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

.fnx-tooltip {
  --br: 4px;
  --bg: white;
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  color: var(--black-color);
  -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: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .status-mark:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #000000; }
  .status-mark-green:before {
    background: #7ebd22; }
  .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-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .icon-arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 3px;
  height: 20px; }
  @media (max-width: 991.98px) {
    .swiper-pagination {
      height: 16px; } }
  .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic {
    --swiper-pagination-bottom: 0; }
    .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; }
      .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
        visibility: visible;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%237EBD22"/></svg>');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.15 !important; }
      .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%237EBD22"/></svg>');
        opacity: 1 !important; }
      .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .swiper-pagination.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
        opacity: 0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%237EBD22"/></svg>');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 20px;
    height: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%23ffffff"/></svg>') center no-repeat; } }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 0.15; }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 12px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -20px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--orange-color);
  border-radius: 100px;
  border: none;
  font-weight: 900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1.75 1.5L8.25 8L1.75 14.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: var(--main50); }
    .swiper-button-next:hover::before,
    .swiper-button-prev:hover::before {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1.75 1.5L8.25 8L1.75 14.5" stroke="%2336723A" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none; }

.swiper-button-next {
  padding-left: 2px;
  right: 0; }

.swiper-button-prev {
  left: 0;
  padding-right: 2px; }
  .swiper-button-prev::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

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

.decor-img {
  --top: 10%;
  --bottom: 0;
  --left: -50%;
  --right: 50%;
  --rotate-left: 0;
  --rotate-right: 0;
  position: absolute;
  z-index: 1;
  width: auto;
  height: 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;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s; }
  .decor-img.left {
    left: 0;
    top: var(--top);
    -webkit-transform: translateX(var(--left)) translateY(-120px) rotate(var(--rotate-left)) scale(0.4);
        -ms-transform: translateX(var(--left)) translateY(-120px) rotate(var(--rotate-left)) scale(0.4);
            transform: translateX(var(--left)) translateY(-120px) rotate(var(--rotate-left)) scale(0.4); }
  .decor-img.right {
    right: 0;
    bottom: var(--bottom);
    -webkit-transform: translateX(var(--right)) translateY(120px) rotate(var(--rotate-right)) scale(0.4);
        -ms-transform: translateX(var(--right)) translateY(120px) rotate(var(--rotate-right)) scale(0.4);
            transform: translateX(var(--right)) translateY(120px) rotate(var(--rotate-right)) scale(0.4); }
  .decor-img img {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear; }
  .decor-img.visible {
    opacity: 1; }
    .decor-img.visible.left {
      -webkit-transform: translateX(var(--left)) translateY(0) rotate(var(--rotate-left)) scale(1);
          -ms-transform: translateX(var(--left)) translateY(0) rotate(var(--rotate-left)) scale(1);
              transform: translateX(var(--left)) translateY(0) rotate(var(--rotate-left)) scale(1); }
    .decor-img.visible.right {
      -webkit-transform: translateX(var(--right)) translateY(64px) rotate(var(--rotate-right)) scale(1);
          -ms-transform: translateX(var(--right)) translateY(64px) rotate(var(--rotate-right)) scale(1);
              transform: translateX(var(--right)) translateY(64px) rotate(var(--rotate-right)) scale(1); }

.regular-row {
  padding: 32px;
  border-radius: 24px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .regular-row {
      padding: 20px 16px; } }
  .regular-row .regular-col:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .regular-row .regular-col:not(:last-child) {
        margin-bottom: 20px; } }

.main-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; }
  .main-img:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .main-img:not(:last-child) {
        margin-bottom: 16px; } }
  .main-img picture,
  .main-img img {
    margin: 0 auto;
    border-radius: 16px; }

.section-seo {
  margin-top: 64px;
  background: var(--white-color);
  padding-bottom: 148px;
  margin-bottom: -148px; }
  @media (max-width: 991.98px) {
    .section-seo {
      margin-top: 40px; } }
  .section-seo .text-formatted {
    max-height: 288px;
    overflow-y: auto;
    padding-right: 24px; }
    @media (min-width: 992px) {
      .section-seo .text-formatted, .section-seo .text-formatted * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .section-seo .text-formatted::-webkit-scrollbar,
      .section-seo .text-formatted *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .section-seo .text-formatted::-webkit-scrollbar-button,
      .section-seo .text-formatted *::-webkit-scrollbar-button {
        display: none; }
      .section-seo .text-formatted::-webkit-scrollbar-track,
      .section-seo .text-formatted *::-webkit-scrollbar-track {
        background: var(--stroke-color); }
      .section-seo .text-formatted::-webkit-scrollbar-track-piece,
      .section-seo .text-formatted *::-webkit-scrollbar-track-piece {
        background: var(--stroke-color); }
      .section-seo .text-formatted::-webkit-scrollbar-thumb,
      .section-seo .text-formatted *::-webkit-scrollbar-thumb {
        background: var(--light-green);
        border-radius: 99px; }
      .section-seo .text-formatted::-webkit-scrollbar-corner,
      .section-seo .text-formatted *::-webkit-scrollbar-corner {
        background: var(--stroke-color); } }
    @media (max-width: 991.98px) {
      .section-seo .text-formatted {
        max-height: 472px; } }

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

body.menu-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.menu-opened #page-header {
    padding-right: var(--scrollbar-width); }
    body.menu-opened #page-header::before {
      content: "";
      position: absolute;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(25, 56, 27, 0.4);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.menu-opened #page-header .header-menu {
      pointer-events: initial;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; }

#page-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #page-header.checkout-header {
    background: var(--green-color); }
    #page-header.checkout-header > .container {
      padding-top: 16px;
      padding-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 16px; }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .logo-wrap {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 auto 0 0; } }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-list {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        #page-header.checkout-header .cellphones-list a {
          font-size: 16px; } }
  #page-header.header-scroll .header-wrap {
    margin-top: -88px; }
    @media (max-width: 991.98px) {
      #page-header.header-scroll .header-wrap {
        margin-top: -64px; } }
  #page-header.sticky-header .header-wrap {
    -webkit-box-shadow: 0 0 6px 12px rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 6px 12px rgba(0, 0, 0, 0.02); }
  #page-header .header-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--green-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      #page-header .header-wrap {
        padding-top: 12px;
        padding-bottom: 12px; } }
    #page-header .header-wrap > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px; }
      @media (max-width: 1199.98px) {
        #page-header .header-wrap > .container {
          gap: 16px; } }
      @media (max-width: 991.98px) {
        #page-header .header-wrap > .container {
          gap: 4px; } }
  #page-header .header-top {
    background: white; }
    @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-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
      gap: 10px; }
  #page-header .header-bottom {
    background: var(--theme-color-main); }
    #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: 10px;
      padding-bottom: 10px;
      gap: 10px; }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 188px; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        max-width: 136px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 991.98px) {
    #page-header .desktop {
      display: none; } }
  @media (min-width: 992px) {
    #page-header .mobile {
      display: none; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -2px;
    right: -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;
    height: 24px;
    min-width: 24px;
    padding: 2px 3px;
    border-radius: 999px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    background: var(--orange-color); }
    @media (max-width: 991.98px) {
      #page-header .head-qty {
        top: -4px;
        right: -4px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        min-width: 20px; } }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-btn {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
    background: var(--green-fill);
    color: var(--white-color); }
    @media (max-width: 991.98px) {
      #page-header .header-btn {
        width: 40px;
        height: 40px; } }
    #page-header .header-btn .ic {
      width: 22px;
      height: 22px; }
      @media (max-width: 991.98px) {
        #page-header .header-btn .ic {
          width: 20px;
          height: 20px; } }
    #page-header .header-btn.btn-cart {
      background: var(--light-green); }
    #page-header .header-btn:focus {
      background: var(--main50);
      color: var(--light-green); }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        background: var(--main50);
        color: var(--light-green); } }
  #page-header .header-actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      #page-header .header-actions {
        gap: 4px;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
  #page-header .header-catalog {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  #page-header .catalog-btn {
    position: relative;
    min-height: 48px;
    padding: 12px 32px;
    gap: 6px;
    background: var(--light-green);
    border-color: var(--light-green);
    color: var(--white-color);
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #page-header .catalog-btn .catalog-icon {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px; }
      #page-header .catalog-btn .catalog-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><path d="M5 5.00003L15.6452 15.6452" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 15.6452L15.6452 5.00001" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
    @media (any-hover: hover) {
      #page-header .catalog-btn:not(.active):hover {
        background: var(--main50);
        border-color: var(--main50);
        color: var(--light-green); } }
    #page-header .catalog-btn .icon {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #page-header .catalog-btn.active {
      -webkit-box-shadow: 0 0 6px 3px rgba(126, 189, 34, 0.3);
              box-shadow: 0 0 6px 3px rgba(126, 189, 34, 0.3); }
      #page-header .catalog-btn.active .catalog-icon .icon {
        opacity: 0;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      #page-header .catalog-btn.active .catalog-icon::before {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
            -ms-transform: translateY(-50%) translateX(-50%) rotate(-180deg);
                transform: translateY(-50%) translateX(-50%) rotate(-180deg); }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        width: 100%;
        background: var(--light-green);
        color: var(--white-color); }
        #page-header .catalog-btn:not(:last-child) {
          margin-bottom: 20px; } }
  #page-header .header-search {
    position: relative;
    width: 100%; }
    @media (max-width: 991.98px) {
      #page-header .header-search {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: auto; } }
    @media (max-width: 991.98px) {
      #page-header .header-search .search-form {
        display: none; } }
  #page-header .header-search-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 100px;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-color); }
    @media (min-width: 992px) {
      #page-header .header-search-btn {
        display: none; } }
    #page-header .header-search-btn .icon {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 16px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #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-cellphones {
      display: none; } }
  #page-header .header-work-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
    @media (max-width: 1199.98px) {
      #page-header .header-work-time {
        font-size: 10px;
        line-height: 1.2; } }

.btn-favorites-empty {
  position: relative; }
  .btn-favorites-empty:has(.js-btn-favorites-empty.active) .favorites-empty {
    pointer-events: initial;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .btn-favorites-empty .favorites-empty {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: 360px;
    padding: 28px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    text-align: center;
    row-gap: 0;
    color: var(--white-color);
    border-radius: 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08);
            box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-favorites-empty .favorites-empty .empty-img {
      width: 64px;
      height: 64px; }
      .btn-favorites-empty .favorites-empty .empty-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
      .btn-favorites-empty .favorites-empty .empty-img:not(:last-child) {
        margin-bottom: 16px; }
    .btn-favorites-empty .favorites-empty .empty-title {
      font-family: "Geologica", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
      color: var(--black-color);
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.4; }
      .btn-favorites-empty .favorites-empty .empty-title:not(:last-child) {
        margin-bottom: 8px; }
    .btn-favorites-empty .favorites-empty .empty-text {
      color: var(--secondary-color);
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }

.header-menu {
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 386px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--green-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  visibility: hidden;
  scrollbar-color: var(--theme-color-main) var(--bg);
  scrollbar-width: thin; }
  @media (max-width: 767.98px) {
    .header-menu {
      max-width: 100%; } }
  .header-menu .header-menu-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 72px;
    padding: 20px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    background: var(--green-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 991.98px) {
      .header-menu .header-menu-top {
        min-height: 60px;
        padding: 10px 16px;
        font-size: 20px;
        line-height: 1.4; } }
  .header-menu .header-menu-wrap {
    padding: 102px 32px 32px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    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;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 992px) {
      .header-menu .header-menu-wrap, .header-menu .header-menu-wrap * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .header-menu .header-menu-wrap::-webkit-scrollbar,
      .header-menu .header-menu-wrap *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .header-menu .header-menu-wrap::-webkit-scrollbar-button,
      .header-menu .header-menu-wrap *::-webkit-scrollbar-button {
        display: none; }
      .header-menu .header-menu-wrap::-webkit-scrollbar-track,
      .header-menu .header-menu-wrap *::-webkit-scrollbar-track {
        background: var(--stroke-color); }
      .header-menu .header-menu-wrap::-webkit-scrollbar-track-piece,
      .header-menu .header-menu-wrap *::-webkit-scrollbar-track-piece {
        background: var(--stroke-color); }
      .header-menu .header-menu-wrap::-webkit-scrollbar-thumb,
      .header-menu .header-menu-wrap *::-webkit-scrollbar-thumb {
        background: var(--light-green);
        border-radius: 99px; }
      .header-menu .header-menu-wrap::-webkit-scrollbar-corner,
      .header-menu .header-menu-wrap *::-webkit-scrollbar-corner {
        background: var(--stroke-color); } }
    @media (max-width: 991.98px) {
      .header-menu .header-menu-wrap {
        padding: 84px 20px 20px; } }
  .header-menu .header-contacts {
    margin-top: auto; }
    .header-menu .header-contacts:not(:last-child) {
      margin-bottom: 16px; }
  .header-menu::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: #eaeaea; }
  .header-menu::-webkit-scrollbar-button {
    width: 0;
    height: 0; }
  .header-menu::-webkit-scrollbar-track {
    background: #eaeaea; }
  .header-menu::-webkit-scrollbar-track-piece {
    background: #eaeaea; }
  .header-menu::-webkit-scrollbar-thumb {
    background: var(--theme-color-main);
    border-radius: 4px; }

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

body.catalog-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.catalog-opened .header {
    padding-right: var(--scrollbar-width); }
    body.catalog-opened .header::before {
      content: "";
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(25, 56, 27, 0.4);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px); }
  body.catalog-opened .header-menu {
    z-index: 1000; }
  body.catalog-opened .catalog-wrapper {
    z-index: 10000; }
  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); } }

.catalog-wrapper {
  position: relative; }

.catalog-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  width: 308px;
  border-radius: 20px;
  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); } }
  @media (max-width: 991.98px) {
    .catalog-drop {
      position: fixed;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 20px;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0;
      overflow-y: auto;
      background: var(--white-color);
      border-radius: 0;
      padding: 0; } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding: 16px;
    background: var(--green-color);
    color: var(--white-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-top {
        display: none; } }
    .catalog-drop .catalog-drop-top .modal-close {
      top: 12px;
      right: 12px;
      color: var(--white-color); }
      .catalog-drop .catalog-drop-top .modal-close::after, .catalog-drop .catalog-drop-top .modal-close::before {
        background: var(--white-color); }
  .catalog-drop .catalog-drop-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase; }
  .catalog-drop .nav-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-drop .catalog-drop-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalog-drop .catalog-drop-item:first-child .catalog-drop-link {
      border-radius: 20px 20px 0 0; }
    .catalog-drop .catalog-drop-item:last-child .catalog-drop-link {
      border-radius: 0 0 20px 20px; }
    .catalog-drop .catalog-drop-item:not(:last-child) .catalog-drop-link {
      border-bottom: 1px solid var(--stroke-color); }
    @media (max-width: 1199.98px) {
      .catalog-drop .catalog-drop-item {
        width: 33.333%; } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-item {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .catalog-drop .catalog-drop-item {
        width: 100%;
        padding-right: 0; } }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .catalog-drop-item.sub-in:hover > .sub-list, .catalog-drop .catalog-drop-item.sub-in:focus > .sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-link > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media (min-width: 992px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 991.98px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(0deg) !important;
          -ms-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; } }
  .catalog-drop .sub-item.sub-in.accordion-open > a > .icon {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .catalog-drop .catalog-drop-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    min-height: 64px;
    padding: 12px 20px;
    color: var(--black-color);
    background: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-drop .catalog-drop-link .icon-wrapper {
      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; }
      .catalog-drop .catalog-drop-link .icon-wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    .catalog-drop .catalog-drop-link .icon {
      margin-left: auto;
      width: 16px;
      height: 16px;
      padding: 4px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      background: var(--main50);
      color: var(--light-green);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-drop .catalog-drop-link:hover {
        text-decoration: none;
        color: var(--white-color);
        background: var(--green-color); }
        .catalog-drop .catalog-drop-link:hover .icon {
          background: var(--orange-color);
          color: var(--white-color);
          -webkit-animation: moveArrow 0.8s forwards;
                  animation: moveArrow 0.8s forwards; } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-link:hover {
        text-decoration: none;
        color: var(--light-green);
        background: transparent; }
        .catalog-drop .catalog-drop-link:hover .icon {
          background: var(--orange-color);
          color: var(--white-color); } }
  .catalog-drop .sub-list {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        padding: 20px 0;
        background: var(--white);
        -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list {
        display: none; } }

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

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .sub-list li:hover .sub-list.lv-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

.close-menu {
  position: relative;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: var(--green-color);
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .close-menu:hover {
      background: var(--light-green); } }
  .close-menu::after, .close-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 0.2em;
    background: var(--white-color); }
  .close-menu::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .close-menu::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.header-heading {
  color: var(--white-color);
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }
  .header-heading:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .header-heading {
      font-size: 20px;
      line-height: 1.4; }
      .header-heading:not(:last-child) {
        margin-bottom: 16px; } }

.header-pages:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .header-pages:not(:last-child) {
      margin-bottom: 20px; } }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }
  .header-pages-nav .nav-link {
    position: relative;
    padding: 2px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .header-pages-nav .nav-link::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-50%) translateX(-20px);
            -ms-transform: translateY(-50%) translateX(-20px);
                transform: translateY(-50%) translateX(-20px);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        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"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%237EBD22"/></svg>') center no-repeat; } }
    @media (any-hover: hover) {
      .header-pages-nav .nav-link:hover {
        color: var(--light-green);
        padding-left: 24px; }
        .header-pages-nav .nav-link:hover::before {
          opacity: 1;
          -webkit-transform: translateY(-50%) translateX(0);
              -ms-transform: translateY(-50%) translateX(0);
                  transform: translateY(-50%) translateX(0); } }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link:hover {
        color: var(--light-green); } }

#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: 4px; }
  #page-header .cellphones-list:not(:last-child) {
    margin-bottom: 4px; }
  #page-header .cellphones-list .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-list .phone {
        font-size: 18px;
        line-height: 1.5; } }
    @media (any-hover: hover) {
      #page-header .cellphones-list .phone:hover {
        color: var(--light-green); } }
    #page-header .cellphones-list .phone:not(:first-child) {
      display: none; }

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

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 {
  color: var(--white-color);
  padding-top: 130px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    #page-footer {
      padding-top: 76px; } }
  #page-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: 130px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="1440" height="130" viewBox="0 0 1440 130" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.000362203 87.0812L80.4004 67.4865C159.6 47.8917 320.4 8.70228 480 1.35425C639.6 -5.99379 800.401 18.4996 960.001 28.297C1119.6 38.0943 1280.4 33.1956 1359.6 30.7462L1440 28.2969L1440 121.905L1359.6 121.905C1280.4 121.905 960.001 121.905 960.001 121.905C960.001 121.905 639.601 121.905 480.001 121.905C320.401 121.905 159.601 121.905 80.4007 121.905L0.000701904 121.905L0.000362203 87.0812Z" fill="%237EBD22"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.000362203 94.6764L80.4004 75.0817C159.6 55.4869 320.4 16.2975 480 8.94946C639.6 1.60143 800.401 26.0948 960.001 35.8922C1119.6 45.6895 1280.4 40.7908 1359.6 38.3415L1440 35.8922L1440 129.5L1359.6 129.5C1280.4 129.5 960.001 129.5 960.001 129.5C960.001 129.5 639.601 129.5 480.001 129.5C320.401 129.5 159.601 129.5 80.4007 129.5L0.000701904 129.5L0.000362203 94.6764Z" fill="%2336723A"/></svg>'); }
    @media (max-width: 767.98px) {
      #page-footer::before {
        height: 76px;
        background-image: url('data:image/svg+xml,<svg width="360" height="76" viewBox="0 0 360 76" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.1813e-05 48.575L20.1 37.6448C39.9 26.7146 80.1 4.85423 120 0.755404C159.9 -3.34341 200.1 10.3193 240 15.7844C279.9 21.2495 320.1 18.5169 339.9 17.1507L360 15.7844L360 68L339.9 68C320.1 68 240 68 240 68C240 68 159.9 68 120 68C80.1001 68 39.9001 68 20.1001 68L9.91821e-05 68L1.1813e-05 48.575Z" fill="%237EBD22"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.30229e-05 56.575L20.1 45.6448C39.9 34.7146 80.1 12.8542 120 8.7554C159.9 4.65658 200.1 18.3193 240 23.7844C279.9 29.2495 320.1 26.5169 339.9 25.1506L360 23.7844L360 76L339.9 76C320.1 76 240 76 240 76C240 76 159.9 76 120 76C80.1001 76 39.9001 76 20.1001 76L9.91821e-05 76L1.30229e-05 56.575Z" fill="%2336723A"/></svg>'); } }
  #page-footer.checkout-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--green-color); }
    #page-footer.checkout-footer::before {
      display: none; }
    #page-footer.checkout-footer > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      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-footer .footer-top {
    padding-bottom: 48px;
    background: var(--green-color); }
    @media (max-width: 991.98px) {
      #page-footer .footer-top {
        padding-bottom: 40px; } }
  #page-footer .logo-wrap {
    width: 100%;
    max-width: 250px; }
    #page-footer .logo-wrap:not(:last-child) {
      margin-bottom: 24px; }
    #page-footer .logo-wrap img {
      width: 100%; }
    @media (max-width: 991.98px) {
      #page-footer .logo-wrap {
        margin-left: auto;
        margin-right: auto; }
        #page-footer .logo-wrap:not(:last-child) {
          margin-bottom: 20px; } }
  #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: 28px; } }
  #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;
    width: 100%;
    max-width: 320px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 767.98px) {
      #page-footer .footer-col {
        max-width: 100%; } }
  #page-footer .footer-nav-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; }
    #page-footer .footer-nav-title:not(:last-child) {
      margin-bottom: 20px; }
  #page-footer .footer-nav.footer-nav-pages .nav-link {
    position: relative;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      #page-footer .footer-nav.footer-nav-pages .nav-link::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-50%) translateX(-10px);
            -ms-transform: translateY(-50%) translateX(-10px);
                transform: translateY(-50%) translateX(-10px);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        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"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%237EBD22"/></svg>') center no-repeat; } }
    #page-footer .footer-nav.footer-nav-pages .nav-link:hover {
      color: var(--light-green); }
      @media (min-width: 992px) {
        #page-footer .footer-nav.footer-nav-pages .nav-link:hover::before {
          opacity: 1;
          -webkit-transform: translateY(-50%) translateX(0);
              -ms-transform: translateY(-50%) translateX(0);
                  transform: translateY(-50%) translateX(0); } }
  #page-footer .footer-nav.footer-nav-categories .nav-item:not(:last-child) {
    margin-bottom: 4px; }
  #page-footer .footer-nav.footer-nav-categories .nav-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 12px;
    font-weight: 500;
    border-radius: 12px;
    background: var(--green-fill);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #page-footer .footer-nav.footer-nav-categories .nav-link:hover {
      background: var(--light-green);
      color: var(--white-color); }
      #page-footer .footer-nav.footer-nav-categories .nav-link:hover .icon-wrapper {
        color: var(--white-color); }
        @media (min-width: 992px) {
          #page-footer .footer-nav.footer-nav-categories .nav-link:hover .icon-wrapper {
            margin-left: -20px;
            opacity: 0; } }
  #page-footer .footer-nav .nav-item:not(:last-child) {
    margin-bottom: 16px; }
  #page-footer .footer-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
  #page-footer .footer-nav .icon-wrapper {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--light-green);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #page-footer .footer-nav .icon-wrapper .icon {
      width: 100%;
      height: 100%; }
  #page-footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--green-color); }
  #page-footer .payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; }
    #page-footer .payments-list img {
      height: 30px; }
  #page-footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

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

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

.form-style .form-title {
  color: var(--black-color);
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }
  @media (max-width: 991.98px) {
    .form-style .form-title {
      font-size: 20px;
      line-height: 1.4; } }
  .form-style .form-title:not(:last-child) {
    margin-bottom: 8px; }

.form-style .form-note {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  color: var(--secondary-color);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .form-style .form-note:not(:last-child) {
    margin-bottom: 16px; }

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

.form-style .form-grid {
  gap: 16px;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .form-style .form-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 991.98px) {
    .form-style .form-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .form-style .form-grid .form-group {
    margin-bottom: 0; }
    .form-style .form-grid .form-group:not(:last-child) {
      margin-bottom: 0; }

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

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

.form-style .form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 48px;
  padding: 4px 15px;
  background: var(--white-color);
  border: 1px solid var(--field-color);
  border-radius: 16px;
  color: var(--black-color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--light-green); }
  .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(--secondary-color); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: var(--secondary-color); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: var(--secondary-color); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: var(--secondary-color); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: var(--secondary-color); }

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

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

.form-style .btn-submit {
  margin: 0 auto;
  min-height: 56px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 575.98px) {
    .form-style .btn-submit {
      width: 100%; } }

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

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

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

.form-style .ui-autocomplete.ui-widget {
  border: 1px solid var(--field-color);
  border-radius: 16px;
  padding: 4px;
  max-height: 240px;
  -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); }
  @media (max-width: 991.98px) {
    .form-style .ui-autocomplete.ui-widget {
      max-height: 160px; } }
  .form-style .ui-autocomplete.ui-widget ul, .form-style .ui-autocomplete.ui-widget li {
    list-style: none; }
  .form-style .ui-autocomplete.ui-widget li {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .form-style .ui-autocomplete.ui-widget li:not(.ua-state-focus):hover {
        color: var(--theme-color-main);
        background: var(--main-100); } }
    .form-style .ui-autocomplete.ui-widget li:not(.ua-state-focus):focus {
      color: var(--theme-color-main);
      background: var(--main-100); }
    @media (any-hover: hover) {
      .form-style .ui-autocomplete.ui-widget li:hover {
        color: var(--theme-color-main);
        background: var(--main-100); } }
    .form-style .ui-autocomplete.ui-widget li.ua-state-focus, .form-style .ui-autocomplete.ui-widget li:focus {
      background: var(--main50) !important;
      color: var(--light-green); }

.form-style .jq-selectbox.form-control {
  height: 48px; }
  .form-style .jq-selectbox.form-control.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg); }
  .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 var(--field-color);
    border-radius: 16px;
    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__select .jq-selectbox__trigger {
      width: 40px; }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__trigger-arrow {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M11 1.5L6 6.5L1 1.5" stroke="%23171614" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    border: 1px solid var(--field-color);
    border-radius: 16px;
    overflow: hidden;
    padding: 4px;
    -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); }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul, .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li {
      list-style: none; }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li {
      padding: 8px 12px;
      font-size: 16px;
      line-height: 1.5;
      border-radius: 12px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:focus, .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li.sel {
        background: var(--main50);
        color: var(--light-green); }
      @media (any-hover: hover) {
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:not(.sel):hover {
          color: var(--theme-color-main); } }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:not(.sel):focus {
        color: var(--theme-color-main); }

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

.form-style .field-wrap:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .form-style .field-wrap:not(:last-child) {
      margin-bottom: 16px; } }

.form-style .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
  margin: 0;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--field-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media (any-hover: hover) {
      .form-style .custom-checkbox .checkbox:hover {
        border-color: var(--light-green); } }
  .form-style .custom-checkbox .form-error {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px; }
  .form-style .custom-checkbox:has(.form-error) .checkbox {
    border-color: red; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    border-color: var(--light-green);
    background-color: var(--light-green);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M1 4.5L4.33357 8L11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

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

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

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

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

.fancybox-bg {
  background: rgba(25, 56, 27, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }

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

.fancybox-slide {
  padding: 16px; }

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

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

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

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

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

.form-style .additional-chose {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 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-overlay {
  visibility: hidden;
  pointer-events: none;
  z-index: -100000;
  opacity: 0; }

body.search-modal-opened {
  overflow: hidden;
  padding-right: var(--scrollbar-width); }
  body.search-modal-opened #page-header .search-form {
    position: relative;
    z-index: 999999999999; }
    body.search-modal-opened #page-header .search-form input {
      background: var(--white-color);
      color: var(--black-color); }
      body.search-modal-opened #page-header .search-form input::-webkit-input-placeholder {
        color: var(--secondary-color); }
      body.search-modal-opened #page-header .search-form input::-moz-placeholder {
        color: var(--secondary-color); }
      body.search-modal-opened #page-header .search-form input:-ms-input-placeholder {
        color: var(--secondary-color); }
      body.search-modal-opened #page-header .search-form input::-ms-input-placeholder {
        color: var(--secondary-color); }
      body.search-modal-opened #page-header .search-form input::placeholder {
        color: var(--secondary-color); }
  body.search-modal-opened #search-modal {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    z-index: 10000; }
    @media (max-width: 991.98px) {
      body.search-modal-opened #search-modal {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

@media (max-width: 991.98px) {
  .page-search .category-page-grid .catalog-top .catalog-count {
    display: none; } }

#search-modal {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 450px;
  padding: 24px;
  border-radius: 20px;
  background: var(--white-color);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 992px) {
    #search-modal {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      z-index: -100000; }
      #search-modal .search-modal-header,
      #search-modal .search-form {
        display: none; } }
  @media (max-width: 991.98px) {
    #search-modal {
      border-radius: 0; } }
  @media (max-width: 991.98px) {
    #search-modal {
      position: fixed;
      z-index: 99999999;
      top: 0;
      left: 0;
      width: 100%;
      min-width: 100%;
      height: 100dvh;
      padding: 0;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      pointer-events: none;
      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: all 0.3s ease;
      transition: all 0.3s ease; }
      #search-modal .search-form {
        display: block !important; } }
  @media (max-width: 991.98px) {
    #search-modal .search-results {
      max-height: calc(100dvh - 130px);
      overflow-y: auto;
      overflow-x: hidden;
      padding: 18px 16px 24px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    #search-modal .search-results, #search-modal .search-results * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    #search-modal .search-results::-webkit-scrollbar,
    #search-modal .search-results *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    #search-modal .search-results::-webkit-scrollbar-button,
    #search-modal .search-results *::-webkit-scrollbar-button {
      display: none; }
    #search-modal .search-results::-webkit-scrollbar-track,
    #search-modal .search-results *::-webkit-scrollbar-track {
      background: var(--stroke-color); }
    #search-modal .search-results::-webkit-scrollbar-track-piece,
    #search-modal .search-results *::-webkit-scrollbar-track-piece {
      background: var(--stroke-color); }
    #search-modal .search-results::-webkit-scrollbar-thumb,
    #search-modal .search-results *::-webkit-scrollbar-thumb {
      background: var(--light-green);
      border-radius: 99px; }
    #search-modal .search-results::-webkit-scrollbar-corner,
    #search-modal .search-results *::-webkit-scrollbar-corner {
      background: var(--stroke-color); } }
  @media (min-width: 992px) {
    #search-modal .search-results .result-products {
      margin: 0 -24px;
      max-height: 520px;
      overflow: auto;
      padding: 0 24px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    #search-modal .search-results .result-products, #search-modal .search-results .result-products * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    #search-modal .search-results .result-products::-webkit-scrollbar,
    #search-modal .search-results .result-products *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    #search-modal .search-results .result-products::-webkit-scrollbar-button,
    #search-modal .search-results .result-products *::-webkit-scrollbar-button {
      display: none; }
    #search-modal .search-results .result-products::-webkit-scrollbar-track,
    #search-modal .search-results .result-products *::-webkit-scrollbar-track {
      background: var(--stroke-color); }
    #search-modal .search-results .result-products::-webkit-scrollbar-track-piece,
    #search-modal .search-results .result-products *::-webkit-scrollbar-track-piece {
      background: var(--stroke-color); }
    #search-modal .search-results .result-products::-webkit-scrollbar-thumb,
    #search-modal .search-results .result-products *::-webkit-scrollbar-thumb {
      background: var(--light-green);
      border-radius: 99px; }
    #search-modal .search-results .result-products::-webkit-scrollbar-corner,
    #search-modal .search-results .result-products *::-webkit-scrollbar-corner {
      background: var(--stroke-color); } }
  #search-modal .search-results .result-products .btn {
    width: 100%; }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }
    #search-modal .result-title:not(:last-child) {
      margin-bottom: 12px; }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 24px; }
  @media (max-width: 991.98px) {
    #search-modal .result.result-start-search,
    #search-modal .result.result-empty {
      height: 100%; } }
  #search-modal .result-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media (max-width: 991.98px) {
      #search-modal .result-message {
        min-height: 100%;
        padding: 4px; } }
    #search-modal .result-message .result-message-img {
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #search-modal .result-message .result-message-img:not(:last-child) {
        margin-bottom: 20px; }
        @media (max-width: 991.98px) {
          #search-modal .result-message .result-message-img:not(:last-child) {
            margin-bottom: 12px; } }
      #search-modal .result-message .result-message-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    #search-modal .result-message > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .title {
      color: var(--black-color);
      text-align: center;
      font-family: "Geologica", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.4; }
    #search-modal .result-message .description {
      color: var(--secondary-color);
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4; }
      #search-modal .result-message .description:not(:last-child) {
        margin-bottom: 20px; }
        @media (max-width: 991.98px) {
          #search-modal .result-message .description:not(:last-child) {
            margin-bottom: 12px; } }
  #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; }
    #search-modal .result-products .result-list:not(:last-child) {
      margin-bottom: 4px; }
  #search-modal .product-search-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    text-decoration: none;
    color: var(--black-color);
    padding: 20px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      #search-modal .product-search-card::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        width: calc(100% + 48px);
        height: 100%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: var(--light-bg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none; } }
    @media (max-width: 991.98px) {
      #search-modal .product-search-card {
        padding: 16px 0;
        gap: 12px; } }
    #search-modal .product-search-card:not(:last-child) {
      border-bottom: 1px solid var(--stroke-color); }
    #search-modal .product-search-card:first-child {
      border-top: 1px solid var(--stroke-color); }
    @media (any-hover: hover) {
      #search-modal .product-search-card:hover {
        border-color: var(--light-bg); }
        #search-modal .product-search-card:hover::before {
          opacity: 1; } }
    #search-modal .product-search-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: 72px;
      height: 72px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 16px; }
      @media (max-width: 991.98px) {
        #search-modal .product-search-card .img {
          width: 80px;
          height: 80px; } }
      #search-modal .product-search-card .img img {
        border-radius: 16px; }
    #search-modal .product-search-card .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #search-modal .product-search-card .title {
      color: var(--black-color);
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        #search-modal .product-search-card .title {
          font-size: 16px; } }
    #search-modal .product-search-card .sku {
      color: var(--secondary-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
      #search-modal .product-search-card .sku b {
        color: var(--black-color);
        font-weight: 400; }
    #search-modal .product-search-card .price-wrap {
      margin-left: auto;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px; }
      @media (max-width: 991.98px) {
        #search-modal .product-search-card .price-wrap {
          font-size: 20px;
          font-weight: 600;
          line-height: 1.2; } }
      #search-modal .product-search-card .price-wrap .price span {
        font-size: 16px;
        line-height: 24px; }
      #search-modal .product-search-card .price-wrap .old-price {
        color: var(--gray-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
        @media (max-width: 991.98px) {
          #search-modal .product-search-card .price-wrap .old-price {
            font-size: 12px;
            line-height: 16px; } }
    #search-modal .product-search-card img {
      border-radius: 12px;
      width: 80px;
      height: 80px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    #search-modal .product-search-card .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
      margin-top: auto; }
    #search-modal .product-search-card .price-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  #search-modal .result-history:not(:last-child),
  #search-modal .result-categories:not(:last-child) {
    margin-bottom: 12px; }
  #search-modal .result-history .result-list,
  #search-modal .result-categories .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 991.98px) {
      #search-modal .result-history .result-list,
      #search-modal .result-categories .result-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 12px;
        gap: 4px;
        max-width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        #search-modal .result-history .result-list::-webkit-scrollbar,
        #search-modal .result-categories .result-list::-webkit-scrollbar {
          display: none; } }
  #search-modal .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; }
    @media (min-width: 992px) {
      #search-modal .search-modal-header {
        display: none; } }
    #search-modal .search-modal-header .title {
      font-size: 24px;
      line-height: 28px; }
    @media (max-width: 991.98px) {
      #search-modal .search-modal-header {
        padding: 16px;
        background: var(--green-color);
        margin-bottom: 16px; }
        #search-modal .search-modal-header .title {
          font-family: "Geologica", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
          font-size: 20px;
          font-weight: 600;
          line-height: 1.4;
          color: var(--white-color);
          text-transform: uppercase; } }
  #search-modal .close-modal {
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: transparent; }
    #search-modal .close-modal::before, #search-modal .close-modal::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      border-radius: 0.2em;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--white-color); }
    #search-modal .close-modal::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    #search-modal .close-modal::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  #search-modal .search-form {
    border: 1px solid var(--light-green); }
    @media (min-width: 992px) {
      #search-modal .search-form {
        margin-bottom: 20px; } }
    @media (max-width: 991.98px) {
      #search-modal .search-form {
        margin-left: 16px;
        margin-right: 16px;
        width: auto; } }

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

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 80px; }
  .search-form input {
    border: 1px solid var(--green-fill);
    background: var(--green-fill);
    border-radius: 80px;
    height: 46px;
    width: 100%;
    padding-left: 48px;
    padding-right: 20px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 16px;
    color: var(--white-color); }
    .search-form input::-webkit-input-placeholder {
      color: var(--white-color); }
    .search-form input::-moz-placeholder {
      color: var(--white-color); }
    .search-form input:-ms-input-placeholder {
      color: var(--white-color); }
    .search-form input::-ms-input-placeholder {
      color: var(--white-color); }
    .search-form input::placeholder {
      color: var(--white-color); }
    .search-form input:focus {
      border-color: var(--hover-green); }
    @media (max-width: 991.98px) {
      .search-form input {
        padding-right: 16px;
        height: 48px;
        border: 1px solid var(--light-green); } }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    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: 100%;
    border: none;
    outline: none;
    background: none;
    color: var(--white-color); }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        height: 46px; } }
    .search-form .btn-search .ic {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px;
      color: var(--light-green);
      font-size: 20px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--hover-green); }

.category-search-aside {
  position: relative;
  z-index: 1000; }
  @media (min-width: 992px) {
    .category-search-aside {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      border-radius: 20px;
      padding: 24px;
      background: var(--white-color); } }
  .category-search-aside .catalog-aside-nav {
    position: relative;
    z-index: 10;
    padding: 0; }
    @media (max-width: 991.98px) {
      .category-search-aside .catalog-aside-nav {
        padding: 0; } }
    .category-search-aside .catalog-aside-nav.nav-tabs-active .catalog-aside-nav-btn::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .category-search-aside .catalog-aside-nav.nav-tabs-active .catalog-aside-nav-list {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: initial; }
    @media (max-width: 991.98px) {
      .category-search-aside .catalog-aside-nav .aside-elem {
        padding: 0; } }
    .category-search-aside .catalog-aside-nav ul, .category-search-aside .catalog-aside-nav li {
      padding: 0;
      margin: 0;
      list-style: none; }
    .category-search-aside .catalog-aside-nav .catalog-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.33;
      text-transform: uppercase; }
      .category-search-aside .catalog-aside-nav .catalog-title:not(:last-child) {
        margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .category-search-aside .catalog-aside-nav .catalog-title {
          display: none; } }
    @media (max-width: 991.98px) {
      .category-search-aside .catalog-aside-nav .catalog-aside-nav-list {
        position: absolute;
        z-index: 1000;
        top: calc(100% + 2px);
        left: 0;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 16px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 12px;
        opacity: 0;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        pointer-events: none;
        background: var(--white-color);
        border: 1px solid var(--main-200);
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); } }
    .category-search-aside .catalog-aside-nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .category-search-aside .catalog-aside-nav li:not(:last-child) {
        margin-bottom: 12px; }
    .category-search-aside .catalog-aside-nav a {
      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: 8px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: var(--secondary-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5; }
      .category-search-aside .catalog-aside-nav a::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 50%;
        background: var(--main-100);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .category-search-aside .catalog-aside-nav a.active {
        color: var(--light-green); }
        .category-search-aside .catalog-aside-nav a.active::before {
          background: var(--light-green); }
      @media (any-hover: hover) {
        .category-search-aside .catalog-aside-nav a:hover {
          color: var(--light-green); }
          .category-search-aside .catalog-aside-nav a:hover::before {
            background: var(--light-green); } }
    .category-search-aside .catalog-aside-nav .catalog-aside-nav-btn {
      width: 100%;
      padding: 12px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 12px;
      color: var(--light-green);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      background: var(--white-color);
      border-radius: 16px;
      border: 1px solid var(--field-color);
      text-transform: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .category-search-aside .catalog-aside-nav .catalog-aside-nav-btn::after {
        content: "";
        margin-left: auto;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 12px;
        height: 8px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M11 1.5L6 6.5L1 1.5" stroke="%23171614" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      @media (min-width: 992px) {
        .category-search-aside .catalog-aside-nav .catalog-aside-nav-btn {
          display: none; } }

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

.search-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 24px;
  border-radius: 20px;
  background: var(--white-color); }
  @media (min-width: 992px) {
    .search-not-found {
      min-height: 504px; } }
  @media (max-width: 991.98px) {
    .search-not-found {
      padding: 24px 20px;
      border-radius: 16px; } }
  .search-not-found .empty-img {
    width: 120px;
    height: 120px; }
    @media (max-width: 991.98px) {
      .search-not-found .empty-img {
        width: 80px;
        height: 80px; } }
    .search-not-found .empty-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .search-not-found .empty-img img {
          -o-object-fit: scale-down;
             object-fit: scale-down; } }
    .search-not-found .empty-img:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .search-not-found .empty-img:not(:last-child) {
          margin-bottom: 12px; } }
  .search-not-found .empty-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    color: var(--black-color);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25; }
    @media (max-width: 991.98px) {
      .search-not-found .empty-title {
        font-size: 20px; } }
    .search-not-found .empty-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .search-not-found .empty-title:not(:last-child) {
          margin-bottom: 12px; } }
    .search-not-found .empty-title .text-decorated {
      color: var(--light-green); }
  .search-not-found .empty-text {
    max-width: 560px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    .search-not-found .empty-text:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .search-not-found .empty-text {
        font-size: 14px;
        line-height: 20px; }
        .search-not-found .empty-text:not(:last-child) {
          margin-bottom: 12px; } }

#page-breadcrumbs {
  --gap: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  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; }
  @media (max-width: 991.98px) {
    #page-breadcrumbs {
      --gap: 6px;
      padding-top: 20px;
      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: 14px;
    line-height: 20px;
    color: var(--black-color); }
    @media (max-width: 991.98px) {
      #page-breadcrumbs .breadcrumbs-nav-item {
        font-size: 12px;
        line-height: 16px; } }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--light-green); }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--theme-color-main); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--theme-color-main); } }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: var(--secondary-color); }

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

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

button[disabled] {
  pointer-events: none !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; }

a.link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-color);
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    a.link:hover {
      color: var(--green-color);
      text-decoration: none; } }
  a.link:active {
    color: var(--green-color);
    text-decoration: none; }
  a.link:focus {
    color: var(--green-color);
    text-decoration: none; }

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .btn .btn-text {
    vertical-align: middle; }

.btn {
  min-height: 48px;
  padding: 10px 24px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  border-radius: 100px; }
  .btn.btn-small {
    min-height: 35px;
    font-size: 14px;
    border-width: 1px; }
  .btn.btn-big {
    padding: 10px 32px;
    min-height: 56px;
    font-size: 18px; }
  .btn.btn-biggest {
    min-height: 65px;
    font-size: 20px; }
  @media (max-width: 1199.98px) {
    .btn {
      min-height: 40px;
      padding: 4px 20px; } }

.btn-default {
  background: var(--white-color);
  color: var(--black-color);
  border: 1px solid var(--stroke-color); }
  .btn-default:hover, .btn-default:focus {
    background: var(--main50);
    border-color: var(--light-green); }

.btn-light-green {
  background: var(--light-green);
  color: var(--white-color);
  border: 1px solid var(--light-green);
  font-weight: 600; }
  .btn-light-green:hover {
    background: var(--green-color);
    border-color: var(--green-color);
    color: var(--white-color); }
  .btn-light-green:focus {
    background: var(--main-100);
    color: var(--green-color); }

.btn-green {
  background: var(--green-color);
  color: var(--white-color);
  border: 1px solid var(--green-color); }
  .btn-green:hover, .btn-green:focus {
    background: var(--light-green);
    border-color: var(--light-green);
    color: var(--white-color); }

.btn-gray {
  background: #a6a6a6;
  color: #000000;
  border: 2px solid #a6a6a6; }
  .btn-gray:hover, .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-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .btn-link:hover {
      color: var(--light-green); } }

@media (min-width: 992px) {
  .section-btn-more {
    position: absolute;
    top: 0;
    right: 16px; } }

@media (max-width: 991.98px) {
  .section-btn-more {
    margin-top: 16px;
    width: 100%; } }

@-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: 682px; }
  @media (max-width: 991.98px) {
    .map-iframe-wrap iframe {
      height: 600px; } }

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

.pagination-wrap {
  margin: 30px 0; }
  .pagination-wrap .load-more {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .load-more [disabled] {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
  @media (max-width: 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: 24px; }
  .pagination:not(:first-child) {
    margin-top: 24px; }
  .pagination:not(:last-child) {
    margin-bottom: 24px; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
    @media (max-width: 991.98px) {
      .pagination ul {
        gap: 8px; } }
  .pagination li a {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-color);
    background: var(--white-color);
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .pagination li a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 20px; } }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: var(--light-green);
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: var(--light-green);
      color: var(--white-color); }
      .pagination li a:focus .ic {
        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(--light-green);
    color: var(--white-color); }
  .pagination li.prev a,
  .pagination li.next a {
    background: transparent;
    color: var(--light-green); }
    @media (any-hover: hover) {
      .pagination li.prev a:hover, .pagination li.prev a:focus,
      .pagination li.next a:hover,
      .pagination li.next a:focus {
        background: var(--light-green);
        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: 4px;
    height: 4px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: var(--stroke-color); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: var(--stroke-color); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--light-green);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: var(--stroke-color); } }

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

.section-title,
.page-title {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-size: 48px;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .section-title,
    .page-title {
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .section-title,
    .page-title {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    .section-title,
    .page-title {
      font-size: 28px; }
      .section-title br,
      .page-title br {
        content: "A";
        position: relative;
        display: inline-block;
        width: 0.3em; } }
  .section-title .text-decorated,
  .section-title .decorate-title,
  .page-title .text-decorated,
  .page-title .decorate-title {
    color: var(--light-green); }

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

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

.text-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 5px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: var(--stroke-color); }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: var(--stroke-color); }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: var(--light-green);
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: var(--stroke-color); } }

p {
  margin-bottom: 0; }
  p:not(:last-child) {
    margin-bottom: 12px; }

.text-formatted {
  --br: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 14px;
      line-height: 20px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0; }
    .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) {
        margin-top: 20px; }
        .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
          margin-top: 20px; }
        .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
          margin-bottom: 12px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 16px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 16px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 48px; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 28px; } }
  .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; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 18px; } }
  .text-formatted h5, .text-formatted .h5 {
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .text-formatted h5, .text-formatted .h5 {
        font-size: 16px; } }
  .text-formatted h6, .text-formatted .h6 {
    font-size: 16px; }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: underline;
    color: var(--black-color); }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-decoration: none;
        color: var(--light-green); } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative;
    margin-bottom: 0; }
    .text-formatted p:not(:last-child) {
      margin-bottom: 12px; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid var(--stroke-color);
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 5px solid var(--stroke-color);
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0; }
      .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;
        margin-right: 0.4em;
        font-weight: bold;
        color: var(--light-green); }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .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;
      color: var(--light-green); }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    width: 100%;
    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(--gray-color);
      color: var(--secondary-color); }
    @media (min-width: 992px) {
      .text-formatted table tbody tr:last-child td {
        padding-bottom: 0;
        border-bottom: none; } }
    @media (max-width: 991.98px) {
      .text-formatted table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 2px;
        padding: 12px 0; }
        .text-formatted table tbody tr:first-child {
          border-top: 1px solid var(--stroke-color); }
        .text-formatted table tbody tr:last-child {
          padding-bottom: 0; }
        .text-formatted table tbody tr:not(:last-child) {
          border-bottom: 1px solid var(--stroke-color); } }
    .text-formatted table th,
    .text-formatted table td {
      font-weight: 400;
      text-align: left; }
      .text-formatted table th:first-child,
      .text-formatted table td:first-child {
        color: var(--secondary-color); }
      @media (min-width: 992px) {
        .text-formatted table th,
        .text-formatted table td {
          padding: 12px 16px;
          border-top: 1px solid var(--stroke-color);
          border-bottom: 1px solid var(--stroke-color); }
          .text-formatted table th:first-child,
          .text-formatted table td:first-child {
            width: 200px; } }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.brand-card {
  display: block;
  text-decoration: none; }
  .brand-card .brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0);
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .brand-card .brand-title {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 220px;
    margin: -18px auto 0;
    padding: 8px 15px;
    border-radius: 18px;
    background-color: var(--white-color);
    font-weight: bold;
    text-decoration: none;
    color: var(--color-text);
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (pointer: fine) {
    .brand-card:hover {
      text-decoration: none; }
      .brand-card:hover .brand-image {
        -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
                box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); }
      .brand-card:hover .brand-title {
        color: var(--theme-color-main); } }
  .brand-card:focus {
    text-decoration: none; }
    .brand-card:focus .brand-image {
      -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
              box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); }
    .brand-card:focus .brand-title {
      color: var(--theme-color-main); }

@media (min-width: 992px) {
  .advantages .container {
    position: relative; }
    .advantages .container::before {
      content: "";
      position: absolute;
      top: 0;
      right: 22px;
      width: 107px;
      height: 94px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="107" height="94" viewBox="0 0 107 94" fill="none"><path d="M56.4955 41.9215C60.9605 41.6764 62.6011 41.4989 66.6658 41.6764C70.9415 41.8632 73.3777 41.8561 77.5802 42.6567C80.5335 43.2194 81.7971 43.4225 85.0218 44.6173C87.0063 45.3525 88.1871 45.5731 89.4868 47.068C89.942 47.5915 90.1539 47.9276 90.479 48.5384C91.2228 49.9353 91.4713 52.4595 91.4713 52.4595C91.4713 52.4595 94.0567 50.8239 95.9363 50.4989C97.2722 50.268 98.0807 50.2287 99.409 50.4989C101.106 50.8442 102.035 51.3776 103.378 52.4595C104.551 53.4042 105.161 54.0737 105.858 55.4003C106.509 56.6369 106.659 57.4507 106.851 58.8313C107.035 60.1587 107.053 60.9373 106.851 62.2623C106.54 64.3009 105.897 65.3714 104.866 67.1637C103.909 68.8277 103.238 69.7104 101.89 71.0848C100.055 72.9542 98.8596 73.7871 96.6804 75.251C94.5914 76.6542 90.9752 78.4369 90.9752 78.4369C90.9752 78.4369 88.9907 79.6622 86.7582 79.9073C84.5257 80.1523 83.7815 78.927 83.7815 78.927L79.5646 83.3382C79.5646 83.3382 76.9814 85.897 75.0996 87.2594C73.6253 88.3267 72.7558 88.8835 71.1307 89.7101C69.2755 90.6537 68.1557 91.0381 66.1697 91.6706C63.7095 92.4542 57.4877 93.8762 51.2863 93.141C45.085 92.4058 42.8525 91.1805 42.8525 91.1805C42.8525 91.1805 39.4205 89.562 37.3953 88.2396C35.5524 87.0363 34.5913 86.2474 32.9303 84.8087C31.0761 83.2026 30.0203 82.2882 28.4653 80.3974C26.3282 77.7987 25.3994 76.095 24.0003 73.0453C22.7357 70.2888 22.2973 68.6206 21.5198 65.6932C21.0664 63.9863 20.5276 61.282 20.5276 61.282C20.5276 61.282 19.2873 53.1947 20.5276 53.4398C21.7678 53.6848 22.4506 59.352 23.7523 62.6277C24.9621 65.6723 25.2391 66.9385 26.7289 69.8594C27.7457 71.8528 28.4272 72.9203 29.7056 74.7608C30.9554 76.5603 31.9048 77.3449 33.4264 78.927C34.845 80.402 35.7357 81.153 37.3953 82.358C39.2159 83.6799 40.3255 84.3205 42.3564 85.2988C44.9452 86.5459 47.9528 87.7603 51.7825 88.2396C54.4734 88.5765 56.0339 88.5502 58.728 88.2396C61.2954 87.9437 62.7369 87.6106 65.1774 86.7692C68.0407 85.7821 69.6347 85.0508 72.123 83.3382C74.2617 81.8663 75.3677 80.8651 77.0841 78.927C78.6413 77.1686 79.3473 76.0334 80.5568 74.0256C82.1971 71.3029 84.0296 66.6735 84.0296 66.6735C84.0296 66.6735 85.9101 61.076 86.0141 57.3609C86.0301 56.7869 86.0141 55.8905 86.0141 55.8905C86.0141 55.8905 82.7287 57.2066 80.5568 57.851C78.0812 58.5856 76.6616 58.929 74.1074 59.3214C72.1834 59.617 71.0876 59.6627 69.1463 59.8116C62.3856 60.3299 58.5288 60.4877 51.7825 59.8116C49.0565 59.5384 47.5231 59.3651 44.8369 58.8313C41.8883 58.2454 36.6511 55.7701 36.8992 54.9102C37.1472 54.0503 45.9592 55.7421 51.7825 55.8905C55.4624 55.9842 57.5299 56.0238 61.2086 55.8905C65.8714 55.7215 68.524 55.732 73.1152 54.9102C76.2593 54.3474 78.0552 54.0425 81.0529 52.9496C82.8431 52.297 84.5257 51.9693 85.518 50.9891C86.5102 50.0088 84.5257 49.0285 84.5257 49.0285C84.5257 49.0285 80.6335 47.6968 78.0763 47.068C74.8308 46.2699 72.9633 45.9895 69.6424 45.5975C67.1342 45.3015 65.7152 45.2458 63.193 45.1074C56.6159 44.7464 46.5733 45.9673 46.3253 45.1074C46.0772 44.2475 52.3965 42.1465 56.4955 41.9215ZM95.9363 55.4003C91.4713 56.7138 92.4635 57.851 90.479 63.9778C88.4946 70.1045 86.014 74.2707 86.2621 74.5157C86.5102 74.7608 94.3723 72.27 97.9207 68.6341C99.2655 67.2561 99.2162 67.8107 100.897 64.713C102.579 61.6152 101.59 57.5187 100.401 56.3806C99.8996 55.9003 99.5644 55.6495 98.9129 55.4003C97.8288 54.9857 97.0504 55.0726 95.9363 55.4003Z" fill="%23EBF9CE"/><path d="M59.6321 0.014786C59.8802 -0.230284 63.361 2.61761 64.557 5.10102C65.7426 7.56274 66.2564 9.66592 65.46 12.0266C64.966 13.4906 64.778 13.8917 63.8798 15.1542C62.2255 17.4797 59.2868 18.5348 57.7847 20.9628C57.107 22.0584 56.362 22.9204 55.9788 24.3138C55.1399 27.365 57.1292 31.9441 57.7847 33.25C58.4787 34.6326 61.1203 35.5499 60.6243 35.7949C60.1282 36.04 58.7082 35.8125 57.6476 35.3048C56.4148 34.7146 56.0521 34.1324 55.1671 33.0992C54.5414 32.3686 54.1445 31.7327 53.6787 30.8935C53.0896 29.8321 52.9268 29.1398 52.6865 27.9527C52.3066 26.0758 52.2166 24.9083 52.6865 23.0513C53.1068 21.3904 53.7111 20.5556 54.671 19.1302C55.5091 17.8855 56.0604 17.2251 57.1515 16.1894C58.0461 15.3402 59.6321 14.2288 59.6321 14.2288C59.6321 14.2288 61.8681 12.1942 62.3607 10.5528C62.8533 8.91138 62.4732 7.68209 62.1126 5.89645C61.6198 3.45573 59.384 0.259856 59.6321 0.014786Z" fill="%23EBF9CE"/><path d="M0.19336 17.6601C0.937819 17.4152 4.15515 18.0944 6.64258 18.6406C9.8128 19.3367 11.5715 19.8828 14.5801 21.0908C17.3715 22.2116 21.473 24.4923 21.5254 24.5214C21.5254 24.5214 24.5171 26.6568 25.9912 28.4433C27.1458 29.8427 27.6924 30.731 28.4717 32.3642C29.2553 34.0066 29.5448 35.0065 29.96 36.7754C30.7052 39.9506 29.7906 41.915 30.4561 45.1074C30.8621 47.055 31.9337 49.9797 31.9443 50.0088C31.9343 49.9574 30.4973 42.5949 31.9443 38.2461C32.6208 36.2131 33.2054 35.1133 34.4248 33.3447C35.1232 32.3317 35.5427 31.7707 36.4092 30.8935C37.7622 29.5237 38.7249 28.9511 40.3779 27.9531C41.8503 27.0641 44.3257 26.0012 44.3467 25.9921C44.3467 25.9921 45.7389 32.8544 44.8428 36.7754C44.4384 38.5447 43.3569 41.1807 43.3545 41.1865C43.3545 41.1865 42.3471 43.413 41.3701 44.6171C40.6846 45.462 39.8877 46.1176 39.3857 46.5781C37.8975 47.9434 36.4624 47.9074 35.417 49.5185C34.854 50.3863 34.6714 50.9681 34.4248 51.9697C33.8734 54.2093 34.9209 57.8515 34.9209 57.8515C34.9302 57.876 35.6631 59.8143 35.417 60.3017C35.169 60.7918 31.8866 54.8972 29.96 52.4599C29.1167 51.3932 28.5392 50.8665 27.4795 50.0088C24.2512 47.3957 21.677 48.1321 18.0527 46.0879C16.2329 45.0614 14.7065 44.467 13.0918 43.1474C11.6139 41.9397 10.809 41.2019 9.61914 39.7158C8.48534 38.2997 8.04156 37.3648 7.13867 35.7949C4.34833 30.943 3.44019 27.8645 1.68164 22.5615C1.05188 20.6624 -0.550804 17.9052 0.19336 17.6601ZM21.5254 35.0595C18.471 31.6694 11.6042 25.8788 11.6035 26.2373C11.6035 26.5964 16.7044 31.1788 19.0449 33.8349C19.6312 34.5003 19.9174 34.9111 20.5332 35.5498C20.8128 35.8397 21.265 36.2733 21.2773 36.2851L22.5176 37.7558C22.5176 37.7558 27.4795 44.6172 27.9756 44.8623C28.4713 45.1068 26.9073 42.2498 25.9912 40.6962C24.567 38.281 23.4064 37.1474 21.5254 35.0595Z" fill="%23EBF9CE"/></svg>') center no-repeat; } }

.advantages .advantages-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px; }
  @media (max-width: 991.98px) {
    .advantages .advantages-list {
      gap: 8px; } }

.advantages .advantages-item {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid var(--stroke-color);
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .advantages .advantages-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 20px;
      border-radius: 16px; } }

.advantages .advantages-item-img {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .advantages .advantages-item-img picture,
  .advantages .advantages-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.advantages .advantages-item-content {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.advantages .advantages-item-title {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
  .advantages .advantages-item-title:not(:last-child) {
    margin-bottom: 8px; }

.delivery-title {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  color: var(--black-color);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25; }
  .delivery-title:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .delivery-title {
      font-size: 24px;
      line-height: 1.33; }
      .delivery-title:not(:last-child) {
        margin-bottom: 16px; } }

.delivery-utp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  border: 1px solid var(--stroke-color);
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .delivery-utp-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .delivery-utp-list:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .delivery-utp-list:not(:last-child) {
        margin-bottom: 16px; } }
  .delivery-utp-list:has(.delivery-utp-item:nth-child(3)) .delivery-utp-item {
    width: 33.333%; }
    @media (max-width: 1199.98px) {
      .delivery-utp-list:has(.delivery-utp-item:nth-child(3)) .delivery-utp-item {
        width: 50%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 991.98px) {
      .delivery-utp-list:has(.delivery-utp-item:nth-child(3)) .delivery-utp-item {
        width: 100%; } }
  .delivery-utp-list .delivery-utp-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 22px; }
    @media (min-width: 992px) {
      .delivery-utp-list .delivery-utp-item:not(:last-child) {
        border-right: 1px solid var(--stroke-color); } }
    @media (max-width: 991.98px) {
      .delivery-utp-list .delivery-utp-item {
        width: 100%;
        padding: 14px;
        gap: 12px; }
        .delivery-utp-list .delivery-utp-item:not(:last-child) {
          border-bottom: 1px solid var(--stroke-color); } }
    .delivery-utp-list .delivery-utp-item .item-icon {
      width: 40px;
      height: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .delivery-utp-list .delivery-utp-item .item-icon picture,
      .delivery-utp-list .delivery-utp-item .item-icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    .delivery-utp-list .delivery-utp-item .item-title {
      color: var(--black-color);
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5; }
      @media (max-width: 991.98px) {
        .delivery-utp-list .delivery-utp-item .item-title {
          font-size: 14px;
          line-height: 20px; } }
      .delivery-utp-list .delivery-utp-item .item-title:not(:last-child) {
        margin-bottom: 4px; }
    .delivery-utp-list .delivery-utp-item .item-content {
      color: var(--secondary-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5; }
      @media (max-width: 991.98px) {
        .delivery-utp-list .delivery-utp-item .item-content {
          font-size: 14px;
          line-height: 20px; } }

.delivery-utp-content:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .delivery-utp-content:not(:last-child):not(:last-child) {
      margin-bottom: 16px; } }

.delivery-utp-content .delivery-utp-item:not(:last-child) {
  margin-bottom: 20px; }

.delivery-utp-content .item-title {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .delivery-utp-content .item-title {
      font-size: 18px;
      line-height: 24px; } }
  .delivery-utp-content .item-title:not(:last-child) {
    margin-bottom: 12px; }

.delivery-utp-content .item-content {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .delivery-utp-content .item-content {
      font-size: 14px;
      line-height: 20px; } }

.favorites-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .favorites-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991.98px) {
    .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; } }

.favorites-top {
  position: relative;
  z-index: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px; }
  .favorites-top:not(:last-child) {
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .favorites-top {
      padding: 16px 20px;
      border-radius: 16px;
      background: var(--white-color); } }
  @media (max-width: 991.98px) {
    .favorites-top {
      gap: 8px; }
      .favorites-top:not(:last-child) {
        margin-bottom: 8px; }
      .favorites-top .sorting-title {
        display: none !important; }
      .favorites-top .catalog-sorting-wrap {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .favorites-top .sorting-select-wrap {
        width: 100%; }
        .favorites-top .sorting-select-wrap .jq-selectbox {
          width: 100%;
          min-height: 48px; }
          .favorites-top .sorting-select-wrap .jq-selectbox .jq-selectbox__select {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 16px;
            min-height: 48px; }
            .favorites-top .sorting-select-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
              font-size: 14px; } }
  .favorites-top .catalog-count {
    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.5; }
    @media (max-width: 991.98px) {
      .favorites-top .catalog-count {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        font-size: 14px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 16px;
        border-radius: 16px;
        background: var(--white-color); } }
    .favorites-top .catalog-count .icon {
      width: 16px;
      height: 16px;
      color: var(--light-green);
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.favorites-empty {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 24px;
  border-radius: 20px;
  background: var(--white-color); }
  @media (min-width: 992px) {
    .favorites-empty {
      min-height: 504px; } }
  @media (max-width: 991.98px) {
    .favorites-empty {
      padding: 24px 20px;
      border-radius: 16px;
      row-gap: 12px; } }
  .favorites-empty .empty-img {
    width: 160px;
    height: 160px; }
    @media (max-width: 991.98px) {
      .favorites-empty .empty-img {
        width: 80px;
        height: 80px; } }
    .favorites-empty .empty-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .favorites-empty .empty-img img {
          -o-object-fit: scale-down;
             object-fit: scale-down; } }
  .favorites-empty .empty-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    color: var(--black-color);
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .favorites-empty .empty-title {
        font-size: 24px; } }
  .favorites-empty .empty-text {
    max-width: 560px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .favorites-empty .empty-text {
        font-size: 14px;
        line-height: 20px; } }

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

.main-slider-section {
  overflow: hidden; }
  .main-slider-section .container {
    position: relative;
    max-width: 1440px;
    padding: 0; }
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden; }
  .main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-slider-section .main-slider:not(.swiper-initialized) .main-slider-nav {
    display: none; }
  .main-slider-section .main-slider .swiper-slide {
    opacity: 0;
    pointer-events: none; }
    .main-slider-section .main-slider .swiper-slide.swiper-slide-active {
      opacity: 1;
      pointer-events: initial; }
  .main-slider-section .main-slider-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    padding: 64px 0 120px;
    height: auto !important; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-item {
        min-height: 640px;
        padding: 32px 0; } }
  .main-slider-section .main-slider-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 16px;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .main-slider-section .main-slider-link:hover, .main-slider-section .main-slider-link:focus {
      text-decoration: none; }
  .main-slider-section .main-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .main-slider-section .main-slider-img::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      pointer-events: none;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center right;
      background-size: cover;
      background-image: url('data:image/svg+xml,<svg width="1076" height="598" viewBox="0 0 1076 598" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M496.714 0C637.289 81.8808 690.711 133.059 766.753 284.5C821.298 429.5 872.338 513.822 1075.03 598H30V0H496.714Z" fill="%237EBD22"/><path d="M466.714 0C607.289 81.8808 660.711 133.059 736.753 284.5C791.298 429.5 842.338 513.822 1045.03 598H0V0H466.714Z" fill="white"/></svg>'); }
      @media (max-width: 1199.98px) {
        .main-slider-section .main-slider-img::before {
          width: 90%; } }
      @media (max-width: 991.98px) {
        .main-slider-section .main-slider-img::before {
          width: 100%; } }
      @media (max-width: 767.98px) {
        .main-slider-section .main-slider-img::before {
          background-image: url('data:image/svg+xml,<svg width="360" height="431" viewBox="0 0 360 431" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M360 169C303.422 246.571 289.402 246.571 257.858 262.012C235.128 273.138 180.25 291.79 144.2 306.128C126.673 313.099 130.681 310.54 88.623 331.862C54.9764 348.921 15.5216 404.899 0 430.756V14H360V169Z" fill="%237EBD22"/><path d="M360 155C303.422 232.571 289.402 232.571 257.858 248.012C235.128 259.138 180.25 277.79 144.2 292.128C126.673 299.099 130.681 296.54 88.623 317.862C54.9764 334.921 15.5216 390.899 0 416.756V0H360V155Z" fill="white"/></svg>'); } }
    .main-slider-section .main-slider-img picture,
    .main-slider-section .main-slider-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .main-slider-section .main-slider-content {
    position: relative;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-content {
        max-width: 100%;
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .main-slider-section .main-slider-subtitle {
    color: var(--light-green);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }
    .main-slider-section .main-slider-subtitle:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-subtitle {
        font-size: 14px;
        line-height: 1.42; }
        .main-slider-section .main-slider-subtitle:not(:last-child) {
          margin-bottom: 4px; } }
  .main-slider-section .main-slider-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    color: var(--black-color);
    font-size: 56px;
    font-weight: 600;
    line-height: 1; }
    .main-slider-section .main-slider-title:not(:last-child) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-slider-section .main-slider-title {
        max-width: 472px; } }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-title {
        font-size: 28px;
        line-height: 1.28; }
        .main-slider-section .main-slider-title:not(:last-child) {
          margin-bottom: 12px; } }
  .main-slider-section .main-slider-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      .main-slider-section .main-slider-description {
        max-width: 320px; } }
    .main-slider-section .main-slider-description p {
      margin: 0; }
      .main-slider-section .main-slider-description p:not(:last-child) {
        margin-bottom: 12px; }
    .main-slider-section .main-slider-description:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-description {
        font-size: 12px;
        line-height: 16px; }
        .main-slider-section .main-slider-description:not(:last-child) {
          margin-bottom: 12px; } }
  .main-slider-section .main-slider-nav {
    position: absolute;
    z-index: 9999999;
    bottom: 64px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-nav {
        bottom: 24px;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .main-slider-section .main-slider-nav .swiper-button-next,
    .main-slider-section .main-slider-nav .swiper-button-prev {
      pointer-events: initial;
      position: static !important;
      margin-top: 0 !important;
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important;
      background: var(--main50); }
      @media (max-width: 991.98px) {
        .main-slider-section .main-slider-nav .swiper-button-next,
        .main-slider-section .main-slider-nav .swiper-button-prev {
          display: none; } }
      .main-slider-section .main-slider-nav .swiper-button-next::before,
      .main-slider-section .main-slider-nav .swiper-button-prev::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1.75 1.5L8.25 8L1.75 14.5" stroke="%237EBD22" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
      @media (any-hover: hover) {
        .main-slider-section .main-slider-nav .swiper-button-next:hover,
        .main-slider-section .main-slider-nav .swiper-button-prev:hover {
          background: var(--orange-color); }
          .main-slider-section .main-slider-nav .swiper-button-next:hover::before,
          .main-slider-section .main-slider-nav .swiper-button-prev:hover::before {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1.75 1.5L8.25 8L1.75 14.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }
    .main-slider-section .main-slider-nav .swiper-pagination {
      height: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      pointer-events: initial;
      position: static !important;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }
      @media (max-width: 991.98px) {
        .main-slider-section .main-slider-nav .swiper-pagination {
          height: 16px; }
          .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet {
            width: 16px;
            height: 16px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><path d="M12.8174 14.9747C10.6791 16.5113 8.13911 15.923 6.68495 15.3605C6.33629 16.088 6.05916 16.8477 5.85745 17.6288C5.8233 17.7911 5.72611 17.9331 5.58725 18.0237C5.4484 18.1142 5.27925 18.1459 5.11703 18.1118C4.9548 18.0776 4.81279 17.9804 4.72222 17.8416C4.63166 17.7027 4.59997 17.5336 4.63411 17.3713C5.5966 13.8577 7.62114 10.7271 10.4308 8.40802C7.94352 9.59121 5.95508 11.6163 4.81745 14.1247C3.72578 11.9413 3.70911 7.89968 7.24244 5.99135C8.73411 5.19135 10.2424 5.03301 12.0674 4.40801C13.0414 4.06226 13.8832 3.4214 14.4758 2.57468C14.4913 2.54893 14.514 2.5282 14.541 2.51497C14.568 2.50174 14.5983 2.49658 14.6282 2.5001C14.6581 2.50361 14.6863 2.51566 14.7095 2.5348C14.7327 2.55393 14.75 2.57935 14.7591 2.60801C15.3424 4.18301 17.6841 11.4747 12.8174 14.9747Z" fill="%23ffffff"/></svg>') center no-repeat; } }
  .main-slider-section .main-thumb-slider {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: visible !important; }
    .main-slider-section .main-thumb-slider .swiper-slide {
      opacity: 1;
      height: auto !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; }
      .main-slider-section .main-thumb-slider .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
    .main-slider-section .main-thumb-slider .thumb-img {
      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;
      max-width: 618px; }
    .main-slider-section .main-thumb-slider .steam {
      position: absolute;
      top: 38%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      pointer-events: none; }
      .main-slider-section .main-thumb-slider .steam span {
        position: absolute;
        bottom: 0;
        width: 30px;
        height: 60px;
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
        background: linear-gradient(to top, white, transparent);
        opacity: 0;
        border-radius: 50%;
        -webkit-filter: blur(16px);
                filter: blur(16px);
        -webkit-animation: steam-rise 5s infinite ease-in;
                animation: steam-rise 5s infinite ease-in; }
        .main-slider-section .main-thumb-slider .steam span::before, .main-slider-section .main-thumb-slider .steam span::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
          background: linear-gradient(to top, white, transparent); }
        .main-slider-section .main-thumb-slider .steam span::before {
          -webkit-transform: translateX(-105%);
              -ms-transform: translateX(-105%);
                  transform: translateX(-105%); }
        .main-slider-section .main-thumb-slider .steam span::after {
          -webkit-transform: translateX(105%);
              -ms-transform: translateX(105%);
                  transform: translateX(105%); }
        .main-slider-section .main-thumb-slider .steam span:nth-child(1) {
          left: -20px;
          -webkit-animation-delay: 0s;
                  animation-delay: 0s; }
        .main-slider-section .main-thumb-slider .steam span:nth-child(2) {
          left: 0;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s; }
        .main-slider-section .main-thumb-slider .steam span:nth-child(3) {
          left: 20px;
          -webkit-animation-delay: 4s;
                  animation-delay: 4s; }

@-webkit-keyframes steam-rise {
  0% {
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
    opacity: 0; }
  10% {
    opacity: 0.7; }
  50% {
    opacity: 0.9; }
  90% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0; } }

@keyframes steam-rise {
  0% {
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
    opacity: 0; }
  10% {
    opacity: 0.7; }
  50% {
    opacity: 0.9; }
  90% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0; } }

.faq-list .faq-item {
  padding-bottom: 20px;
  border-radius: 16px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .faq-list .faq-item {
      padding-bottom: 16px; } }
  .faq-list .faq-item:not(:last-child) {
    margin-bottom: 8px; }
  .faq-list .faq-item.accordion-open .faq-item-title .icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
        -ms-transform: translate(-50%, -50%) rotate(315deg);
            transform: translate(-50%, -50%) rotate(315deg); }
  .faq-list .faq-item.accordion-open .faq-item-title .icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
        -ms-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg); }

.faq-list .faq-item-title {
  padding: 20px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .faq-list .faq-item-title:hover {
      color: var(--light-green); } }
  .faq-list .faq-item-title .icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto;
    position: relative;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .faq-list .faq-item-title .icon::after, .faq-list .faq-item-title .icon::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 1px;
      border-radius: 0.2em;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: var(--light-green);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .faq-list .faq-item-title .icon::after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
  @media (max-width: 991.98px) {
    .faq-list .faq-item-title {
      padding: 16px 16px 0;
      font-size: 16px;
      line-height: 1.5; } }

.faq-list .faq-item-content {
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #58585a;
  padding: 10px 24px 0; }
  @media (max-width: 991.98px) {
    .faq-list .faq-item-content {
      padding: 8px 16px 0;
      font-size: 14px;
      line-height: 20px; } }

.section-error {
  padding-top: 22px; }
  @media (max-width: 991.98px) {
    .section-error {
      padding-top: 18px; } }
  .section-error .section-error-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 64px 24px;
    border-radius: 20px;
    background: var(--white-color); }
    @media (min-width: 992px) {
      .section-error .section-error-wrap {
        min-height: 504px; } }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 24px 20px;
        border-radius: 16px;
        row-gap: 12px; } }
  .section-error .section-error-img {
    width: 160px;
    height: 160px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-img {
        width: 120px;
        height: 120px; } }
    .section-error .section-error-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .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;
    row-gap: 8px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-content {
        row-gap: 12px; } }
  .section-error .section-error-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    color: var(--black-color);
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 24px;
        line-height: 32px; } }
  .section-error .section-error-text {
    max-width: 560px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .section-error .section-error-text {
        font-size: 14px;
        line-height: 20px; } }

.section-categories {
  overflow: hidden;
  background: var(--white-color); }
  @media (min-width: 992px) {
    .section-categories .container {
      position: relative; }
      .section-categories .container::before {
        content: "";
        position: absolute;
        top: 4px;
        right: 35%;
        width: 107px;
        height: 94px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="107" height="94" viewBox="0 0 107 94" fill="none"><path d="M56.4955 41.9215C60.9605 41.6764 62.6011 41.4989 66.6658 41.6764C70.9415 41.8632 73.3777 41.8561 77.5802 42.6567C80.5335 43.2194 81.7971 43.4225 85.0218 44.6173C87.0063 45.3525 88.1871 45.5731 89.4868 47.068C89.942 47.5915 90.1539 47.9276 90.479 48.5384C91.2228 49.9353 91.4713 52.4595 91.4713 52.4595C91.4713 52.4595 94.0567 50.8239 95.9363 50.4989C97.2722 50.268 98.0807 50.2287 99.409 50.4989C101.106 50.8442 102.035 51.3776 103.378 52.4595C104.551 53.4042 105.161 54.0737 105.858 55.4003C106.509 56.6369 106.659 57.4507 106.851 58.8313C107.035 60.1587 107.053 60.9373 106.851 62.2623C106.54 64.3009 105.897 65.3714 104.866 67.1637C103.909 68.8277 103.238 69.7104 101.89 71.0848C100.055 72.9542 98.8596 73.7871 96.6804 75.251C94.5914 76.6542 90.9752 78.4369 90.9752 78.4369C90.9752 78.4369 88.9907 79.6622 86.7582 79.9073C84.5257 80.1523 83.7815 78.927 83.7815 78.927L79.5646 83.3382C79.5646 83.3382 76.9814 85.897 75.0996 87.2594C73.6253 88.3267 72.7558 88.8835 71.1307 89.7101C69.2755 90.6537 68.1557 91.0381 66.1697 91.6706C63.7095 92.4542 57.4877 93.8762 51.2863 93.141C45.085 92.4058 42.8525 91.1805 42.8525 91.1805C42.8525 91.1805 39.4205 89.562 37.3953 88.2396C35.5524 87.0363 34.5913 86.2474 32.9303 84.8087C31.0761 83.2026 30.0203 82.2882 28.4653 80.3974C26.3282 77.7987 25.3994 76.095 24.0003 73.0453C22.7357 70.2888 22.2973 68.6206 21.5198 65.6932C21.0664 63.9863 20.5276 61.282 20.5276 61.282C20.5276 61.282 19.2873 53.1947 20.5276 53.4398C21.7678 53.6848 22.4506 59.352 23.7523 62.6277C24.9621 65.6723 25.2391 66.9385 26.7289 69.8594C27.7457 71.8528 28.4272 72.9203 29.7056 74.7608C30.9554 76.5603 31.9048 77.3449 33.4264 78.927C34.845 80.402 35.7357 81.153 37.3953 82.358C39.2159 83.6799 40.3255 84.3205 42.3564 85.2988C44.9452 86.5459 47.9528 87.7603 51.7825 88.2396C54.4734 88.5765 56.0339 88.5502 58.728 88.2396C61.2954 87.9437 62.7369 87.6106 65.1774 86.7692C68.0407 85.7821 69.6347 85.0508 72.123 83.3382C74.2617 81.8663 75.3677 80.8651 77.0841 78.927C78.6413 77.1686 79.3473 76.0334 80.5568 74.0256C82.1971 71.3029 84.0296 66.6735 84.0296 66.6735C84.0296 66.6735 85.9101 61.076 86.0141 57.3609C86.0301 56.7869 86.0141 55.8905 86.0141 55.8905C86.0141 55.8905 82.7287 57.2066 80.5568 57.851C78.0812 58.5856 76.6616 58.929 74.1074 59.3214C72.1834 59.617 71.0876 59.6627 69.1463 59.8116C62.3856 60.3299 58.5288 60.4877 51.7825 59.8116C49.0565 59.5384 47.5231 59.3651 44.8369 58.8313C41.8883 58.2454 36.6511 55.7701 36.8992 54.9102C37.1472 54.0503 45.9592 55.7421 51.7825 55.8905C55.4624 55.9842 57.5299 56.0238 61.2086 55.8905C65.8714 55.7215 68.524 55.732 73.1152 54.9102C76.2593 54.3474 78.0552 54.0425 81.0529 52.9496C82.8431 52.297 84.5257 51.9693 85.518 50.9891C86.5102 50.0088 84.5257 49.0285 84.5257 49.0285C84.5257 49.0285 80.6335 47.6968 78.0763 47.068C74.8308 46.2699 72.9633 45.9895 69.6424 45.5975C67.1342 45.3015 65.7152 45.2458 63.193 45.1074C56.6159 44.7464 46.5733 45.9673 46.3253 45.1074C46.0772 44.2475 52.3965 42.1465 56.4955 41.9215ZM95.9363 55.4003C91.4713 56.7138 92.4635 57.851 90.479 63.9778C88.4946 70.1045 86.014 74.2707 86.2621 74.5157C86.5102 74.7608 94.3723 72.27 97.9207 68.6341C99.2655 67.2561 99.2162 67.8107 100.897 64.713C102.579 61.6152 101.59 57.5187 100.401 56.3806C99.8996 55.9003 99.5644 55.6495 98.9129 55.4003C97.8288 54.9857 97.0504 55.0726 95.9363 55.4003Z" fill="%23EBF9CE"/><path d="M59.6321 0.014786C59.8802 -0.230284 63.361 2.61761 64.557 5.10102C65.7426 7.56274 66.2564 9.66592 65.46 12.0266C64.966 13.4906 64.778 13.8917 63.8798 15.1542C62.2255 17.4797 59.2868 18.5348 57.7847 20.9628C57.107 22.0584 56.362 22.9204 55.9788 24.3138C55.1399 27.365 57.1292 31.9441 57.7847 33.25C58.4787 34.6326 61.1203 35.5499 60.6243 35.7949C60.1282 36.04 58.7082 35.8125 57.6476 35.3048C56.4148 34.7146 56.0521 34.1324 55.1671 33.0992C54.5414 32.3686 54.1445 31.7327 53.6787 30.8935C53.0896 29.8321 52.9268 29.1398 52.6865 27.9527C52.3066 26.0758 52.2166 24.9083 52.6865 23.0513C53.1068 21.3904 53.7111 20.5556 54.671 19.1302C55.5091 17.8855 56.0604 17.2251 57.1515 16.1894C58.0461 15.3402 59.6321 14.2288 59.6321 14.2288C59.6321 14.2288 61.8681 12.1942 62.3607 10.5528C62.8533 8.91138 62.4732 7.68209 62.1126 5.89645C61.6198 3.45573 59.384 0.259856 59.6321 0.014786Z" fill="%23EBF9CE"/><path d="M0.19336 17.6601C0.937819 17.4152 4.15515 18.0944 6.64258 18.6406C9.8128 19.3367 11.5715 19.8828 14.5801 21.0908C17.3715 22.2116 21.473 24.4923 21.5254 24.5214C21.5254 24.5214 24.5171 26.6568 25.9912 28.4433C27.1458 29.8427 27.6924 30.731 28.4717 32.3642C29.2553 34.0066 29.5448 35.0065 29.96 36.7754C30.7052 39.9506 29.7906 41.915 30.4561 45.1074C30.8621 47.055 31.9337 49.9797 31.9443 50.0088C31.9343 49.9574 30.4973 42.5949 31.9443 38.2461C32.6208 36.2131 33.2054 35.1133 34.4248 33.3447C35.1232 32.3317 35.5427 31.7707 36.4092 30.8935C37.7622 29.5237 38.7249 28.9511 40.3779 27.9531C41.8503 27.0641 44.3257 26.0012 44.3467 25.9921C44.3467 25.9921 45.7389 32.8544 44.8428 36.7754C44.4384 38.5447 43.3569 41.1807 43.3545 41.1865C43.3545 41.1865 42.3471 43.413 41.3701 44.6171C40.6846 45.462 39.8877 46.1176 39.3857 46.5781C37.8975 47.9434 36.4624 47.9074 35.417 49.5185C34.854 50.3863 34.6714 50.9681 34.4248 51.9697C33.8734 54.2093 34.9209 57.8515 34.9209 57.8515C34.9302 57.876 35.6631 59.8143 35.417 60.3017C35.169 60.7918 31.8866 54.8972 29.96 52.4599C29.1167 51.3932 28.5392 50.8665 27.4795 50.0088C24.2512 47.3957 21.677 48.1321 18.0527 46.0879C16.2329 45.0614 14.7065 44.467 13.0918 43.1474C11.6139 41.9397 10.809 41.2019 9.61914 39.7158C8.48534 38.2997 8.04156 37.3648 7.13867 35.7949C4.34833 30.943 3.44019 27.8645 1.68164 22.5615C1.05188 20.6624 -0.550804 17.9052 0.19336 17.6601ZM21.5254 35.0595C18.471 31.6694 11.6042 25.8788 11.6035 26.2373C11.6035 26.5964 16.7044 31.1788 19.0449 33.8349C19.6312 34.5003 19.9174 34.9111 20.5332 35.5498C20.8128 35.8397 21.265 36.2733 21.2773 36.2851L22.5176 37.7558C22.5176 37.7558 27.4795 44.6172 27.9756 44.8623C28.4713 45.1068 26.9073 42.2498 25.9912 40.6962C24.567 38.281 23.4064 37.1474 21.5254 35.0595Z" fill="%23EBF9CE"/></svg>') center no-repeat; } }
  @media (min-width: 992px) {
    .section-categories .section-title {
      padding-right: 170px; } }
  @media (min-width: 768px) {
    .section-categories .section-categories-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      gap: 16px; } }
  @media (max-width: 991.98px) {
    .section-categories .section-categories-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 8px; } }
  @media (max-width: 767.98px) {
    .section-categories .section-categories-grid {
      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;
      gap: 8px; } }
  .section-categories .categories-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .section-categories .categories-item:hover {
        -webkit-box-shadow: var(--box-shadow);
                box-shadow: var(--box-shadow); } }
    @media (min-width: 992px) {
      .section-categories .categories-item:nth-child(6n + 1) {
        -ms-grid-column-span: 2;
        grid-column: span 2; }
      .section-categories .categories-item:nth-child(6n + 6) {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
    @media (max-width: 991.98px) {
      .section-categories .categories-item {
        border-radius: 16px; } }
    @media (max-width: 767.98px) {
      .section-categories .categories-item {
        width: calc(50% - 4px); } }
    .section-categories .categories-item .categories-item-img {
      width: 100%;
      height: 228px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      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) {
        .section-categories .categories-item .categories-item-img {
          height: 120px; } }
      @media (any-hover: hover) {
        .section-categories .categories-item .categories-item-img:hover img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
      .section-categories .categories-item .categories-item-img picture,
      .section-categories .categories-item .categories-item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .section-categories .categories-item .categories-item-title {
      padding: 24px 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px;
      color: var(--black-color);
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      border-radius: 0 0 20px 20px;
      -webkit-box-shadow: inset 0 0 0 1px var(--stroke-color);
              box-shadow: inset 0 0 0 1px var(--stroke-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .section-categories .categories-item .categories-item-title:hover {
          background: var(--light-green);
          color: var(--white-color);
          -webkit-box-shadow: inset 0 0 0 1px var(--light-green);
                  box-shadow: inset 0 0 0 1px var(--light-green); }
          .section-categories .categories-item .categories-item-title:hover .count {
            color: var(--white-color); }
          .section-categories .categories-item .categories-item-title:hover .icon-arrow {
            background: var(--main50);
            color: var(--light-green);
            -webkit-animation: moveArrow 0.8s forwards;
                    animation: moveArrow 0.8s forwards; } }
      .section-categories .categories-item .categories-item-title .count {
        color: var(--light-green);
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .section-categories .categories-item .categories-item-title {
          padding: 12px;
          font-size: 12px;
          font-weight: 700;
          line-height: 16px;
          border-radius: 0 0 16px 16px; } }
      .section-categories .categories-item .categories-item-title .icon-arrow {
        margin-left: auto; }

.section-verified {
  overflow: hidden;
  background: var(--light-bg); }
  .section-verified .decor-img {
    --rotate-left: -75deg;
    --rotate-right: 120deg; }
  @media (min-width: 992px) {
    .section-verified .container {
      position: relative; }
      .section-verified .container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 22px;
        width: 107px;
        height: 94px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="107" height="94" viewBox="0 0 107 94" fill="none"><path d="M56.4955 41.9215C60.9605 41.6764 62.6011 41.4989 66.6658 41.6764C70.9415 41.8632 73.3777 41.8561 77.5802 42.6567C80.5335 43.2194 81.7971 43.4225 85.0218 44.6173C87.0063 45.3525 88.1871 45.5731 89.4868 47.068C89.942 47.5915 90.1539 47.9276 90.479 48.5384C91.2228 49.9353 91.4713 52.4595 91.4713 52.4595C91.4713 52.4595 94.0567 50.8239 95.9363 50.4989C97.2722 50.268 98.0807 50.2287 99.409 50.4989C101.106 50.8442 102.035 51.3776 103.378 52.4595C104.551 53.4042 105.161 54.0737 105.858 55.4003C106.509 56.6369 106.659 57.4507 106.851 58.8313C107.035 60.1587 107.053 60.9373 106.851 62.2623C106.54 64.3009 105.897 65.3714 104.866 67.1637C103.909 68.8277 103.238 69.7104 101.89 71.0848C100.055 72.9542 98.8596 73.7871 96.6804 75.251C94.5914 76.6542 90.9752 78.4369 90.9752 78.4369C90.9752 78.4369 88.9907 79.6622 86.7582 79.9073C84.5257 80.1523 83.7815 78.927 83.7815 78.927L79.5646 83.3382C79.5646 83.3382 76.9814 85.897 75.0996 87.2594C73.6253 88.3267 72.7558 88.8835 71.1307 89.7101C69.2755 90.6537 68.1557 91.0381 66.1697 91.6706C63.7095 92.4542 57.4877 93.8762 51.2863 93.141C45.085 92.4058 42.8525 91.1805 42.8525 91.1805C42.8525 91.1805 39.4205 89.562 37.3953 88.2396C35.5524 87.0363 34.5913 86.2474 32.9303 84.8087C31.0761 83.2026 30.0203 82.2882 28.4653 80.3974C26.3282 77.7987 25.3994 76.095 24.0003 73.0453C22.7357 70.2888 22.2973 68.6206 21.5198 65.6932C21.0664 63.9863 20.5276 61.282 20.5276 61.282C20.5276 61.282 19.2873 53.1947 20.5276 53.4398C21.7678 53.6848 22.4506 59.352 23.7523 62.6277C24.9621 65.6723 25.2391 66.9385 26.7289 69.8594C27.7457 71.8528 28.4272 72.9203 29.7056 74.7608C30.9554 76.5603 31.9048 77.3449 33.4264 78.927C34.845 80.402 35.7357 81.153 37.3953 82.358C39.2159 83.6799 40.3255 84.3205 42.3564 85.2988C44.9452 86.5459 47.9528 87.7603 51.7825 88.2396C54.4734 88.5765 56.0339 88.5502 58.728 88.2396C61.2954 87.9437 62.7369 87.6106 65.1774 86.7692C68.0407 85.7821 69.6347 85.0508 72.123 83.3382C74.2617 81.8663 75.3677 80.8651 77.0841 78.927C78.6413 77.1686 79.3473 76.0334 80.5568 74.0256C82.1971 71.3029 84.0296 66.6735 84.0296 66.6735C84.0296 66.6735 85.9101 61.076 86.0141 57.3609C86.0301 56.7869 86.0141 55.8905 86.0141 55.8905C86.0141 55.8905 82.7287 57.2066 80.5568 57.851C78.0812 58.5856 76.6616 58.929 74.1074 59.3214C72.1834 59.617 71.0876 59.6627 69.1463 59.8116C62.3856 60.3299 58.5288 60.4877 51.7825 59.8116C49.0565 59.5384 47.5231 59.3651 44.8369 58.8313C41.8883 58.2454 36.6511 55.7701 36.8992 54.9102C37.1472 54.0503 45.9592 55.7421 51.7825 55.8905C55.4624 55.9842 57.5299 56.0238 61.2086 55.8905C65.8714 55.7215 68.524 55.732 73.1152 54.9102C76.2593 54.3474 78.0552 54.0425 81.0529 52.9496C82.8431 52.297 84.5257 51.9693 85.518 50.9891C86.5102 50.0088 84.5257 49.0285 84.5257 49.0285C84.5257 49.0285 80.6335 47.6968 78.0763 47.068C74.8308 46.2699 72.9633 45.9895 69.6424 45.5975C67.1342 45.3015 65.7152 45.2458 63.193 45.1074C56.6159 44.7464 46.5733 45.9673 46.3253 45.1074C46.0772 44.2475 52.3965 42.1465 56.4955 41.9215ZM95.9363 55.4003C91.4713 56.7138 92.4635 57.851 90.479 63.9778C88.4946 70.1045 86.014 74.2707 86.2621 74.5157C86.5102 74.7608 94.3723 72.27 97.9207 68.6341C99.2655 67.2561 99.2162 67.8107 100.897 64.713C102.579 61.6152 101.59 57.5187 100.401 56.3806C99.8996 55.9003 99.5644 55.6495 98.9129 55.4003C97.8288 54.9857 97.0504 55.0726 95.9363 55.4003Z" fill="%23EBF9CE"/><path d="M59.6321 0.014786C59.8802 -0.230284 63.361 2.61761 64.557 5.10102C65.7426 7.56274 66.2564 9.66592 65.46 12.0266C64.966 13.4906 64.778 13.8917 63.8798 15.1542C62.2255 17.4797 59.2868 18.5348 57.7847 20.9628C57.107 22.0584 56.362 22.9204 55.9788 24.3138C55.1399 27.365 57.1292 31.9441 57.7847 33.25C58.4787 34.6326 61.1203 35.5499 60.6243 35.7949C60.1282 36.04 58.7082 35.8125 57.6476 35.3048C56.4148 34.7146 56.0521 34.1324 55.1671 33.0992C54.5414 32.3686 54.1445 31.7327 53.6787 30.8935C53.0896 29.8321 52.9268 29.1398 52.6865 27.9527C52.3066 26.0758 52.2166 24.9083 52.6865 23.0513C53.1068 21.3904 53.7111 20.5556 54.671 19.1302C55.5091 17.8855 56.0604 17.2251 57.1515 16.1894C58.0461 15.3402 59.6321 14.2288 59.6321 14.2288C59.6321 14.2288 61.8681 12.1942 62.3607 10.5528C62.8533 8.91138 62.4732 7.68209 62.1126 5.89645C61.6198 3.45573 59.384 0.259856 59.6321 0.014786Z" fill="%23EBF9CE"/><path d="M0.19336 17.6601C0.937819 17.4152 4.15515 18.0944 6.64258 18.6406C9.8128 19.3367 11.5715 19.8828 14.5801 21.0908C17.3715 22.2116 21.473 24.4923 21.5254 24.5214C21.5254 24.5214 24.5171 26.6568 25.9912 28.4433C27.1458 29.8427 27.6924 30.731 28.4717 32.3642C29.2553 34.0066 29.5448 35.0065 29.96 36.7754C30.7052 39.9506 29.7906 41.915 30.4561 45.1074C30.8621 47.055 31.9337 49.9797 31.9443 50.0088C31.9343 49.9574 30.4973 42.5949 31.9443 38.2461C32.6208 36.2131 33.2054 35.1133 34.4248 33.3447C35.1232 32.3317 35.5427 31.7707 36.4092 30.8935C37.7622 29.5237 38.7249 28.9511 40.3779 27.9531C41.8503 27.0641 44.3257 26.0012 44.3467 25.9921C44.3467 25.9921 45.7389 32.8544 44.8428 36.7754C44.4384 38.5447 43.3569 41.1807 43.3545 41.1865C43.3545 41.1865 42.3471 43.413 41.3701 44.6171C40.6846 45.462 39.8877 46.1176 39.3857 46.5781C37.8975 47.9434 36.4624 47.9074 35.417 49.5185C34.854 50.3863 34.6714 50.9681 34.4248 51.9697C33.8734 54.2093 34.9209 57.8515 34.9209 57.8515C34.9302 57.876 35.6631 59.8143 35.417 60.3017C35.169 60.7918 31.8866 54.8972 29.96 52.4599C29.1167 51.3932 28.5392 50.8665 27.4795 50.0088C24.2512 47.3957 21.677 48.1321 18.0527 46.0879C16.2329 45.0614 14.7065 44.467 13.0918 43.1474C11.6139 41.9397 10.809 41.2019 9.61914 39.7158C8.48534 38.2997 8.04156 37.3648 7.13867 35.7949C4.34833 30.943 3.44019 27.8645 1.68164 22.5615C1.05188 20.6624 -0.550804 17.9052 0.19336 17.6601ZM21.5254 35.0595C18.471 31.6694 11.6042 25.8788 11.6035 26.2373C11.6035 26.5964 16.7044 31.1788 19.0449 33.8349C19.6312 34.5003 19.9174 34.9111 20.5332 35.5498C20.8128 35.8397 21.265 36.2733 21.2773 36.2851L22.5176 37.7558C22.5176 37.7558 27.4795 44.6172 27.9756 44.8623C28.4713 45.1068 26.9073 42.2498 25.9912 40.6962C24.567 38.281 23.4064 37.1474 21.5254 35.0595Z" fill="%23EBF9CE"/></svg>') center no-repeat; } }
  .section-verified .verified-slider {
    overflow: visible; }
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      overflow: hidden;
      gap: 16px; }
      @media (max-width: 767.98px) {
        .section-verified .verified-slider:not(.swiper-initialized) .swiper-wrapper {
          gap: 8px; } }
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-slide {
      width: calc(50% - 16px);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767.98px) {
        .section-verified .verified-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-button-prev,
    .section-verified .verified-slider:not(.swiper-initialized) .swiper-button-next,
    .section-verified .verified-slider:not(.swiper-initialized) .products-carousel-paginatio {
      display: none; }
    .section-verified .verified-slider .swiper-slide {
      opacity: 1;
      height: auto !important; }
      .section-verified .verified-slider .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
  @media (any-hover: hover) {
    .section-verified .product-block:hover {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (max-width: 991.98px) {
    .section-verified .swiper-button-prev,
    .section-verified .swiper-button-next {
      display: none; } }

.verified-card {
  padding: 24px;
  border-radius: 20px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .verified-card:hover {
      -webkit-box-shadow: var(--box-shadow);
              box-shadow: var(--box-shadow); } }
  @media (max-width: 991.98px) {
    .verified-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      padding: 16px;
      border-radius: 16px; } }
  @media (min-width: 992px) {
    .verified-card .verified-card-product {
      width: 175px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .verified-card .product-block {
    --br: 12px;
    --bg: white;
    border-radius: 0; }
    @media (min-width: 992px) {
      .verified-card .product-block {
        padding: 0 24px 0 0;
        border-right: 1px solid var(--stroke-color); } }
    @media (max-width: 991.98px) {
      .verified-card .product-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 70px 1fr;
        grid-template-columns: 70px 1fr;
        gap: 4px 12px;
        padding: 0 0 16px;
        border-bottom: 1px solid var(--stroke-color); } }
    .verified-card .product-block .product-img-wrap {
      margin-bottom: 8px; }
      .verified-card .product-block .product-img-wrap picture, .verified-card .product-block .product-img-wrap img {
        border-radius: 16px; }
      @media (max-width: 991.98px) {
        .verified-card .product-block .product-img-wrap {
          width: 70px;
          height: 70px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 0;
          -ms-grid-row-span: 2;
          grid-row: span 2; }
          .verified-card .product-block .product-img-wrap picture, .verified-card .product-block .product-img-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
    .verified-card .product-block .product-title {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5; }
      .verified-card .product-block .product-title:not(:last-child) {
        margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .verified-card .product-block .product-title:not(:last-child) {
          margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      .verified-card .product-block .product-actions {
        gap: 8px; } }
  .verified-card .verified-card-review {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0; }
  .verified-card .review {
    padding: 0;
    border-radius: 0;
    border: none; }
    @media (max-width: 991.98px) {
      .verified-card .review {
        padding: 0; } }
    .verified-card .review .btn-link {
      margin-top: 8px;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      padding: 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-decoration: underline;
      text-transform: none; }
    @media (min-width: 992px) {
      .verified-card .review .review-name {
        font-weight: 700; }
      .verified-card .review .review-data {
        font-weight: 500;
        line-height: 20px; }
      .verified-card .review .rating {
        padding-bottom: 4px; } }

.products-carousel-pagination {
  position: relative;
  min-height: 48px; }
  .products-carousel-pagination:has(.swiper-pagination-lock) {
    display: none; }
  @media (max-width: 991.98px) {
    .products-carousel-pagination {
      min-height: 28px; } }

.page-about .section {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (max-width: 991.98px) {
    .page-about .section {
      padding-top: 20px;
      padding-bottom: 20px; } }

.page-about .advantages .container::before {
  display: none; }

.page-about .advantages .advantages-list {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border-radius: 24px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .page-about .advantages .advantages-list {
      border-radius: 16px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .page-about .advantages .advantages-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page-about .advantages .advantages-item {
  border-radius: 0;
  border: none; }

.about-section {
  padding-top: 0 !important; }
  .about-section .about-section-row {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    background: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .about-section .about-section-row::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 32px;
        left: 32px;
        width: 116px;
        height: 102px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="102" viewBox="0 0 116 102" fill="none"><path d="M61.2487 45.5937C66.0894 45.328 67.8681 45.1355 72.2748 45.328C76.9104 45.5305 79.5516 45.5227 84.1077 46.3908C87.3096 47.0008 88.6796 47.2211 92.1756 48.5163C94.3271 49.3134 95.6072 49.5525 97.0164 51.1732C97.5099 51.7408 97.7395 52.1052 98.0921 52.7674C98.8984 54.2819 99.1678 57.0185 99.1678 57.0185C99.1678 57.0185 101.971 55.2453 104.009 54.8929C105.457 54.6425 106.333 54.6 107.774 54.8929C109.614 55.2672 110.62 55.8456 112.076 57.0185C113.348 58.0427 114.009 58.7685 114.766 60.2068C115.471 61.5475 115.634 62.4298 115.841 63.9265C116.041 65.3656 116.06 66.2098 115.841 67.6462C115.505 69.8564 114.808 71.017 113.69 72.9601C112.652 74.7641 111.925 75.7211 110.463 77.2112C108.474 79.2379 107.178 80.141 104.815 81.728C102.551 83.2493 98.63 85.182 98.63 85.182C98.63 85.182 96.4785 86.5104 94.0581 86.7761C91.6377 87.0418 90.831 85.7133 90.831 85.7133L86.2592 90.4958C86.2592 90.4958 83.4586 93.2699 81.4184 94.7469C79.8201 95.9041 78.8773 96.5077 77.1156 97.4039C75.1042 98.4269 73.8901 98.8436 71.737 99.5294C69.0698 100.379 62.3244 101.921 55.6012 101.124C48.8779 100.326 46.4576 98.998 46.4576 98.998C46.4576 98.998 42.7368 97.2434 40.5411 95.8097C38.5431 94.5051 37.5012 93.6498 35.7004 92.09C33.6901 90.3488 32.5455 89.3575 30.8596 87.3075C28.5426 84.4901 27.5357 82.6431 26.0189 79.3367C24.6479 76.3482 24.1726 74.5396 23.3296 71.3659C22.8381 69.5153 22.2539 66.5834 22.2539 66.5834C22.2539 66.5834 20.9092 57.8156 22.2539 58.0813C23.5985 58.347 24.3387 64.4911 25.7499 68.0424C27.0616 71.3432 27.3619 72.716 28.9771 75.8827C30.0794 78.0439 30.8183 79.2011 32.2043 81.1966C33.5593 83.1475 34.5886 83.9981 36.2382 85.7133C37.7762 87.3125 38.7419 88.1267 40.5411 89.4331C42.515 90.8662 43.7179 91.5607 45.9197 92.6214C48.7264 93.9735 51.9871 95.29 56.139 95.8097C59.0564 96.1749 60.7482 96.1464 63.6691 95.8097C66.4526 95.4889 68.0153 95.1277 70.6612 94.2155C73.7654 93.1454 75.4936 92.3525 78.1913 90.4958C80.51 88.9 81.709 87.8145 83.5699 85.7133C85.2582 83.807 86.0236 82.5762 87.3349 80.3995C89.1131 77.4477 91.0999 72.4287 91.0999 72.4287C91.0999 72.4287 93.1386 66.3601 93.2514 62.3323C93.2688 61.71 93.2514 60.7382 93.2514 60.7382C93.2514 60.7382 89.6895 62.165 87.3349 62.8637C84.6509 63.6601 83.1118 64.0324 80.3427 64.4579C78.2568 64.7784 77.0687 64.8279 74.9641 64.9893C67.6345 65.5513 63.4531 65.7224 56.139 64.9893C53.1837 64.6931 51.5212 64.5052 48.609 63.9265C45.4122 63.2913 39.7343 60.6077 40.0032 59.6754C40.2722 58.7431 49.8257 60.5774 56.139 60.7382C60.1286 60.8398 62.3701 60.8827 66.3584 60.7382C71.4136 60.555 74.2894 60.5664 79.267 59.6754C82.6757 59.0653 84.6228 58.7347 87.8727 57.5499C89.8136 56.8423 91.6378 56.4871 92.7135 55.4243C93.7892 54.3616 91.6378 53.2988 91.6378 53.2988C91.6378 53.2988 87.418 51.855 84.6456 51.1732C81.127 50.308 79.1024 50.004 75.502 49.5791C72.7826 49.2581 71.2443 49.1978 68.5098 49.0477C61.3792 48.6563 50.4915 49.98 50.2226 49.0477C49.9536 48.1154 56.8047 45.8376 61.2487 45.5937ZM104.009 60.2068C99.1678 61.6308 100.243 62.8637 98.0921 69.5061C95.9407 76.1484 93.2513 80.6652 93.5203 80.9309C93.7892 81.1966 102.313 78.4961 106.16 74.5542C107.618 73.0603 107.565 73.6616 109.387 70.3031C111.21 66.9447 110.138 62.5034 108.849 61.2696C108.305 60.7489 107.942 60.4769 107.236 60.2068C106.06 59.7573 105.216 59.8515 104.009 60.2068Z" fill="%23EBF9CE"/><path d="M64.6499 0.160317C64.9189 -0.105376 68.6927 2.98218 69.9893 5.67458C71.2747 8.34346 71.8318 10.6236 70.9683 13.183C70.4328 14.7702 70.2289 15.205 69.2551 16.5738C67.4616 19.0949 64.2756 20.2389 62.6472 22.8712C61.9124 24.059 61.1047 24.9935 60.6893 26.5042C59.7797 29.8121 61.9364 34.7766 62.6472 36.1925C63.3996 37.6913 66.2635 38.6858 65.7257 38.9515C65.1879 39.2172 63.6483 38.9706 62.4985 38.4201C61.1619 37.7803 60.7687 37.1491 59.8093 36.0289C59.1309 35.2368 58.7006 34.5474 58.1956 33.6377C57.5569 32.4869 57.3804 31.7363 57.1199 30.4493C56.708 28.4144 56.6105 27.1487 57.1199 25.1355C57.5756 23.3348 58.2307 22.4297 59.2714 20.8844C60.18 19.535 60.7777 18.819 61.9607 17.6961C62.9305 16.7755 64.6499 15.5705 64.6499 15.5705C64.6499 15.5705 67.0742 13.3647 67.6082 11.5851C68.1423 9.8056 67.7301 8.47286 67.3392 6.53695C66.805 3.89083 64.381 0.426011 64.6499 0.160317Z" fill="%23EBF9CE"/><path d="M0.209048 19.2904C1.01579 19.0247 4.50436 19.7607 7.20124 20.3529C10.6384 21.1076 12.5458 21.7004 15.8077 23.0101C18.8372 24.2266 23.2894 26.7033 23.337 26.7298C23.337 26.7298 26.5796 29.044 28.1778 30.9808C29.4297 32.4981 30.0224 33.4612 30.8673 35.2318C31.7169 37.0125 32.0304 38.0972 32.4805 40.015C33.2884 43.4574 32.297 45.587 33.0186 49.0482C33.4589 51.1599 34.6216 54.331 34.6329 54.3617C34.6215 54.3038 33.0641 46.3229 34.6329 41.6087C35.3663 39.4049 35.9995 38.2125 37.3214 36.2953C38.0785 35.1971 38.5335 34.5889 39.4727 33.638C40.9397 32.1528 41.9841 31.5317 43.7764 30.4496C45.3796 29.4817 48.0792 28.3246 48.0792 28.3246C48.0924 28.3899 49.5845 35.7829 48.6173 40.015C48.1783 41.9353 47.003 44.7972 47.003 44.7972C46.993 44.8194 45.906 47.2176 44.8516 48.5169C44.1085 49.4327 43.2444 50.1427 42.7003 50.6419C41.0867 52.1222 39.531 52.0835 38.3975 53.8304C37.7871 54.7713 37.5887 55.4018 37.3214 56.4876C36.7236 58.9157 37.8594 62.8646 37.8594 62.8646C37.8692 62.8904 38.6643 64.9922 38.3975 65.5208C38.1286 66.0522 34.5693 59.6611 32.4805 57.0189C31.5664 55.8626 30.9409 55.2915 29.7921 54.3617C26.2921 51.5288 23.5016 52.3269 19.5723 50.1107C17.5993 48.9978 15.9441 48.3529 14.1934 46.9222C12.5914 45.613 11.7187 44.8135 10.4288 43.2025C9.19956 41.6672 8.71818 40.6536 7.73932 38.9515C4.71429 33.6915 3.72978 30.3539 1.82331 24.6048C1.14063 22.5462 -0.597058 19.5567 0.209048 19.2904ZM23.337 38.1546C20.0254 34.479 12.5801 28.2008 12.5801 28.5902C12.5834 28.9821 18.1118 33.9477 20.6485 36.8265C21.2841 37.5478 21.594 37.9934 22.2618 38.6859C22.5691 39.0046 23.0684 39.4837 23.0684 39.4837L24.4131 41.0775C24.4308 41.1019 29.7905 48.5146 30.3292 48.7826C30.867 49.0483 29.1711 45.9504 28.1778 44.266C26.6337 41.6475 25.3763 40.4183 23.337 38.1546Z" fill="%23EBF9CE"/></svg>') center no-repeat; } }
    @media (max-width: 991.98px) {
      .about-section .about-section-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px;
        padding: 16px; } }
  .about-section .about-section-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; }
    .about-section .about-section-img picture, .about-section .about-section-img img {
      width: 100%;
      border-radius: 16px; }
    @media (min-width: 992px) {
      .about-section .about-section-img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 50%; } }
  .about-section .about-section-content {
    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; }
    @media (min-width: 992px) {
      .about-section .about-section-content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 50%;
        padding-right: 48px; } }
  .about-section .section-title:not(:last-child) {
    margin-bottom: 12px; }
  .about-section .about-section-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .about-section .about-section-text:not(:last-child) {
      margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .about-section .about-section-text {
        font-size: 14px;
        line-height: 20px; } }

.our-mission .our-mission-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  border-radius: 20px;
  background: var(--white-color);
  text-align: center; }
  @media (max-width: 991.98px) {
    .our-mission .our-mission-row {
      padding: 20px 16px; } }

.our-mission .section-title:not(:last-child) {
  margin-bottom: 12px; }

.our-mission .our-mission-text {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  color: var(--black-color);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }
  .our-mission .our-mission-text:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .our-mission .our-mission-text {
      font-size: 16px;
      line-height: 1.5; }
      .our-mission .our-mission-text:not(:last-child) {
        margin-bottom: 16px; } }

.our-mission .our-mission-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; }
  .our-mission .our-mission-img picture, .our-mission .our-mission-img img {
    width: 100%;
    border-radius: 16px; }
    @media (max-width: 991.98px) {
      .our-mission .our-mission-img picture, .our-mission .our-mission-img img {
        height: 240px;
        -o-object-fit: cover;
           object-fit: cover; } }

.about-categories .container {
  position: relative; }

.about-categories:not(.swiper-initialized) {
  overflow: hidden; }
  .about-categories:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about-categories:not(.swiper-initialized) .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.5%; }
    @media (max-width: 1199.98px) {
      .about-categories:not(.swiper-initialized) .swiper-slide {
        width: 16.666%; } }
    @media (max-width: 991.98px) {
      .about-categories:not(.swiper-initialized) .swiper-slide {
        width: 20%; } }
    @media (max-width: 767.98px) {
      .about-categories:not(.swiper-initialized) .swiper-slide {
        width: 25%; } }
    @media (max-width: 575.98px) {
      .about-categories:not(.swiper-initialized) .swiper-slide {
        width: 40%; } }

@media (max-width: 575.98px) {
  .about-categories .about-categories-wrap {
    margin: 0 -16px; } }

.about-categories .about-categories-slider {
  overflow: hidden; }
  @media (min-width: 576px) {
    .about-categories .about-categories-slider {
      background: var(--white-color);
      border-radius: 16px; } }
  @media (max-width: 575.98px) {
    .about-categories .about-categories-slider {
      padding: 0 16px; } }

.about-categories .swiper-slide {
  height: auto !important; }
  .about-categories .swiper-slide:not(:last-child) .categories-item {
    border-right: 2px solid var(--light-bg); }
  @media (max-width: 575.98px) {
    .about-categories .swiper-slide:first-child .categories-item {
      border-radius: 16px 0 0 16px; }
    .about-categories .swiper-slide:last-child .categories-item {
      border-radius: 0 16px 16px 0; } }

.about-categories .categories-item {
  min-height: 228px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 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;
  color: var(--black-color);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .about-categories .categories-item {
      font-size: 12px;
      line-height: 16px; } }
  @media (any-hover: hover) {
    .about-categories .categories-item:hover {
      color: var(--light-green);
      -webkit-box-shadow: var(--box-shadow);
              box-shadow: var(--box-shadow); } }
  @media (max-width: 991.98px) {
    .about-categories .categories-item {
      padding: 16px 12px;
      min-height: 100%; } }
  @media (max-width: 575.98px) {
    .about-categories .categories-item {
      background: var(--white-color); } }

.about-categories .categories-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.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;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; }
  .price-wrap .old-price {
    display: inline-block;
    color: var(--price-old);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through; }
  .price-wrap .price span {
    font-size: 16px;
    line-height: 1.5; }
  .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: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .qty-picker {
      --size: 40px; } }
  .qty-picker:has(input[value="1"]) .minus {
    pointer-events: none; }
    .qty-picker:has(input[value="1"]) .minus .ic {
      opacity: 0.3; }
  .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(--white-color);
    color: var(--light-green);
    border: 1px solid var(--stroke-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      .qty-picker .minus:hover,
      .qty-picker .plus:hover {
        background: var(--light-green);
        border-color: var(--light-green);
        color: var(--white-color); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      background: var(--light-green);
      border-color: var(--light-green);
      color: var(--white-color); }
  .qty-picker .minus {
    border-radius: 80px 0 0 80px;
    border-right: none; }
  .qty-picker .plus {
    border-radius: 0 80px 80px 0;
    border-left: none; }
  .qty-picker input {
    width: var(--size);
    height: var(--size);
    padding: 1px 4px;
    text-align: center;
    outline: none !important;
    background: transparent !important;
    border: 1px solid var(--stroke-color);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        border-color: var(--light-green); } }
    .qty-picker input:focus {
      border-color: var(--light-green); }
  .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: 20px;
  --bg: white;
  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;
  width: 100%;
  padding: 24px;
  border-radius: var(--br);
  min-height: 100%;
  background: var(--bg);
  -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 (max-width: 1199.98px) {
    .product-block {
      --br: 16px;
      padding: 12px; } }
  @media (any-hover: hover) {
    .product-block:hover {
      -webkit-box-shadow: 0 0 16px 6px rgba(149, 172, 150, 0.2);
              box-shadow: 0 0 16px 6px rgba(149, 172, 150, 0.2); } }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .product-block .product-img-wrap {
        margin-bottom: 12px; } }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
    .product-block .product-img-wrap img {
      border-radius: 16px;
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .product-block .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .product-block .product-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .product-block .product-title {
        font-size: 16px; }
        .product-block .product-title:not(:last-child) {
          margin-bottom: 12px; } }
    .product-block .product-title span {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--light-green); } }
  .product-block .product-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;
    gap: 12px; }
    .product-block .product-sku .product-sku-title {
      color: var(--secondary-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
      @media (max-width: 1199.98px) {
        .product-block .product-sku .product-sku-title {
          display: none;
          font-size: 12px;
          line-height: 16px; } }
    .product-block .product-sku:not(:last-child) {
      margin-bottom: 8px; }
  .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;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--light-green); }
    @media (max-width: 1199.98px) {
      .product-block .stock-status {
        font-size: 12px;
        line-height: 16px; } }
    .product-block .stock-status img {
      width: 12px;
      height: 12px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-block .product-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
  .product-block .price-wrap {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; }
    @media (max-width: 1199.98px) {
      .product-block .price-wrap {
        font-size: 20px;
        line-height: 1.2; } }
    .product-block .price-wrap .price span {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5; }
    .product-block .price-wrap .old-price {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
      @media (max-width: 1199.98px) {
        .product-block .price-wrap .old-price {
          font-size: 12px;
          line-height: 16px; } }
  .product-block .btn-buy {
    min-height: 48px;
    padding: 4px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: var(--main50);
    color: var(--light-green);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none; }
    @media (any-hover: hover) {
      .product-block .btn-buy:hover {
        background: var(--light-green);
        color: var(--white-color); } }
    .product-block .btn-buy .icon {
      width: 20px;
      height: 20px; }
    .product-block .btn-buy--link {
      background: var(--gray-color);
      color: var(--green-color); }
    @media (max-width: 1199.98px) {
      .product-block .btn-buy {
        width: 32px;
        height: 32px;
        min-height: 32px; }
        .product-block .btn-buy .icon {
          width: 16px;
          height: 16px; } }
  .product-block .product-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000; }

@-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;
  overflow: visible; }
  @supports (overflow: clip) {
    .section-product {
      overflow: clip; } }
  .section-product:not(:last-child) {
    margin-bottom: 4px; }
  .section-product.out_of_stock .thumb-img img,
  .section-product.out_of_stock .gallery-slide img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .section-product.out_of_stock .product-action-btn {
    display: none; }
  .section-product.out_of_stock .btn-out-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .section-product.out_of_stock .btn-out-stock {
        width: 100%; } }

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 544px 1fr;
  grid-template-columns: 544px 1fr;
  gap: 4px; }
  .product-page-grid:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .product-page-grid {
      position: relative;
      margin: 0 -16px; } }
  .product-page-grid.gallery-none {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .product-page-grid.gallery-none .left-side {
      display: none; }
  .product-page-grid .product-stickers.stickers-top-left {
    top: 28px;
    left: 28px;
    z-index: 100; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-stickers.stickers-top-left {
        top: 24px;
        left: 24px; } }
  @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; } }
  .product-page-grid .product-row {
    padding: 28px;
    background: var(--white); }
    @media (max-width: 991.98px) {
      .product-page-grid .product-row {
        padding: 20px 16px; } }
  .product-page-grid .left-side {
    background: var(--white); }
    @media (min-width: 992px) {
      .product-page-grid .left-side {
        position: sticky;
        z-index: 1;
        top: 60px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side {
        max-width: 628px;
        width: 100%;
        margin: 0 auto; } }
  .product-page-grid .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px; }
  .product-page-grid .product-title {
    text-transform: none;
    color: var(--black-color);
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-title {
        font-size: 28px;
        line-height: 1.28; } }
    .product-page-grid .product-title:not(:last-child) {
      margin-bottom: 8px; }
  .product-page-grid .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
  .product-page-grid .sku {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .product-page-grid .sku {
        font-size: 14px;
        line-height: 20px; } }
    .product-page-grid .sku b {
      font-weight: 400;
      color: var(--black-color); }
  .product-page-grid .rating-count {
    color: var(--green-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .product-page-grid .rating-count {
        font-size: 14px;
        line-height: 20px; } }
  .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;
    color: var(--light-green);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    .product-page-grid .in-stock:not(:last-child) {
      margin-bottom: 16px; }
  .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: 8px; }
    .product-page-grid .product-actions:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-actions {
        gap: 16px 8px; } }
  .product-page-grid .price-wrap {
    font-size: 36px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .product-page-grid .price-wrap {
        font-size: 32px; } }
    .product-page-grid .price-wrap .price span {
      font-size: 22px;
      line-height: 24px; }
    .product-page-grid .price-wrap .old-price {
      font-size: 14px;
      line-height: 20px; }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .old-price {
          font-size: 12px;
          line-height: 16px; } }
  @media (min-width: 992px) {
    .product-page-grid .qty-picker {
      margin: 0 auto; } }
  @media (max-width: 991.98px) {
    .product-page-grid .qty-picker {
      --size: 48px;
      margin-left: auto; } }
  .product-page-grid .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .product-page-grid .btn {
        width: 100%; } }
  .product-page-grid .btn-buy .icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .product-page-grid .btn-one-click {
    font-size: 16px;
    line-height: 1.5;
    color: var(--green-color); }
  .product-page-grid .favorites-toggle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 56px;
    height: 56px;
    border: 1px solid var(--stroke-color); }
    @media (max-width: 991.98px) {
      .product-page-grid .favorites-toggle {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px; } }
    @media (any-hover: hover) {
      .product-page-grid .favorites-toggle:hover {
        border-color: var(--light-green); } }
  .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;
  overflow: hidden;
  background: var(--white); }
  .product-gallery .product-gallery-slides {
    padding: 24px;
    min-height: 544px;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
        min-height: 360px; } }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 544px; }
      @media (max-width: 991.98px) {
        .product-gallery .product-gallery-slides:not(.swiper-initialized) {
          min-height: 360px; } }
      .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; }
  .product-gallery .product-gallery-thumbs {
    position: relative;
    max-width: 518px;
    margin-left: auto;
    margin-right: auto;
    height: 88px;
    width: 100%;
    padding: 12px 54px;
    overflow: visible; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs {
        max-width: 100%;
        padding: 12px 16px;
        height: 72px; } }
    .product-gallery .product-gallery-thumbs .swiper-slide {
      opacity: 1;
      height: auto !important;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .product-gallery .product-gallery-thumbs .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    .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: 6px; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 64px;
        height: 64px; }
        @media (max-width: 991.98px) {
          .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
            width: 48px;
            height: 48px; } }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-button-prev,
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-button-next {
        display: none; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
        width: 64px;
        height: 64px; }
  .product-gallery .gallery-thumb-slide {
    max-width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer; }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      -webkit-box-shadow: 0 0 0 1px var(--light-green);
              box-shadow: 0 0 0 1px var(--light-green); }
    @media (max-width: 991.98px) {
      .product-gallery .gallery-thumb-slide {
        max-width: 48px; } }
  .product-gallery .thumb-img {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .product-gallery .thumb-img {
        height: 48px; } }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    top: auto !important;
    bottom: 0;
    margin-top: 0 !important;
    width: 52px !important;
    height: 88px !important;
    background: var(--white-color);
    border-radius: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .product-gallery .swiper-button-next::before,
    .product-gallery .swiper-button-prev::before {
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-next,
      .product-gallery .swiper-button-prev {
        display: none; } }
  .product-gallery .swiper-button-next {
    right: -13px; }
    .product-gallery .swiper-button-next::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="88" viewBox="0 0 53 88" fill="none"><rect width="53" height="88" fill="white"/><rect x="8" y="28" width="32" height="32" fill="white"/><path d="M20 36L28 44L20 52" stroke="%237EBD22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
  .product-gallery .swiper-button-prev {
    left: -13px; }
    .product-gallery .swiper-button-prev::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="88" viewBox="0 0 53 88" fill="none"><rect width="53" height="88" fill="white"/><rect x="8" y="28" width="32" height="32" fill="white"/><path d="M20 36L28 44L20 52" stroke="%237EBD22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

.section-details {
  padding-top: 0;
  overflow: visible; }
  @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 318px;
      grid-template-columns: 1fr 318px;
      gap: 4px; } }
  @media (max-width: 991.98px) {
    .section-details .section-details-grid {
      margin: 0 -16px; } }
  .section-details .section-details-row {
    position: relative;
    background: var(--white-color);
    padding: 40px; }
    .section-details .section-details-row:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      .section-details .section-details-row {
        padding: 20px 16px; } }
    .section-details .section-details-row .h2 {
      color: var(--black-color);
      font-family: "Geologica", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
      font-size: 32px;
      font-weight: 600;
      line-height: 1.25; }
      .section-details .section-details-row .h2:not(:last-child) {
        margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .section-details .section-details-row .h2 {
          font-size: 24px;
          line-height: 32px; }
          .section-details .section-details-row .h2:not(:last-child) {
            margin-bottom: 16px; } }
  .section-details .section-details-card {
    position: sticky;
    top: 156px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .section-details .section-details-card .product-block {
      border-radius: 0;
      -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; } }

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

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

body:has(.header-scroll) #product-reviews,
body:has(.header-scroll) #product-characteristics,
body:has(.header-scroll) #product-description,
body:has(.header-scroll) #method-preparation,
body:has(.header-scroll) #all-product {
  scroll-margin-top: 50px; }

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

.product-mobile-sticky {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: var(--white-color);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(100, 128, 50, 0.08);
          box-shadow: 0px -4px 4px 0px rgba(100, 128, 50, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none; }
  @media (min-width: 992px) {
    .product-mobile-sticky {
      display: none; } }
  .product-mobile-sticky .product-img-wrap {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden; }
    .product-mobile-sticky .product-img-wrap picture, .product-mobile-sticky .product-img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center;
      border-radius: 8px; }
  .product-mobile-sticky .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px; }
  .product-mobile-sticky .product-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .product-mobile-sticky .product-title:hover {
      color: var(--light-green); }
  .product-mobile-sticky .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px; }
    .product-mobile-sticky .price-wrap .price {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .product-mobile-sticky .price-wrap .old-price {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .product-mobile-sticky .btn-buy {
    margin-left: auto;
    width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 50%;
    background: var(--light-green);
    color: var(--white-color); }
    .product-mobile-sticky .btn-buy .icon {
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.product-anchors {
  position: sticky;
  z-index: 9999;
  top: 88px;
  min-height: 64px;
  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: var(--white);
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .product-anchors {
      top: 64px;
      margin: 0 -16px;
      min-height: 48px; } }
  .product-anchors::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08);
            box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08); }
  .product-anchors.scroll {
    top: 0; }
    @media (max-width: 991.98px) {
      .product-anchors.scroll {
        -webkit-box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08);
                box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08); } }
  @media (max-width: 991.98px) {
    .product-anchors.sticky {
      -webkit-box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08);
              box-shadow: 0 4px 4px 0 rgba(100, 128, 50, 0.08); } }
  .product-anchors.sticky::before {
    opacity: 1;
    visibility: visible; }
  .product-anchors:not(:last-child) {
    margin-bottom: 4px; }
  .product-anchors .product-anchors-slider {
    overflow: hidden;
    border-radius: 12px 12px 0 0; }
    .product-anchors .product-anchors-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-anchors .product-anchors-slider:not(.swiper-initialized) .swiper-slide {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: auto; }
  .product-anchors .product-anchors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .product-anchors .product-anchors-item {
    width: auto !important; }
    .product-anchors .product-anchors-item:last-child .product-anchors-link:after {
      display: none; }
  .product-anchors .product-anchors-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 32px;
    min-height: 64px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black-color);
    background: var(--white);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    border: none; }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-link {
        padding: 12px 16px;
        min-height: 48px;
        font-size: 14px;
        line-height: 20px; } }
    .product-anchors .product-anchors-link::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 24px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: var(--stroke-color); }
    .product-anchors .product-anchors-link::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: var(--light-green);
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      will-change: transform; }
    .product-anchors .product-anchors-link .count {
      color: var(--light-green);
      margin-left: 4px; }
    .product-anchors .product-anchors-link.active {
      color: var(--light-green); }
      .product-anchors .product-anchors-link.active::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
    @media (any-hover: hover) {
      .product-anchors .product-anchors-link:hover {
        color: var(--light-green);
        text-decoration: none; }
        .product-anchors .product-anchors-link:hover::before {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; } }

.product-method-wrap .product-method-list {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 767.98px) {
    .product-method-wrap .product-method-list {
      gap: 12px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product-method-wrap .product-method-list .method-item {
        width: 33.333%; } }

.product-method-wrap .method-item {
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  color: var(--black-color);
  text-align: center;
  font-weight: 500; }
  .product-method-wrap .method-item .item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--main50);
    color: var(--green-color); }
    .product-method-wrap .method-item .item-icon picture, .product-method-wrap .method-item .item-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }

.product-payment-wrap .product-payment-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: 16px; }
  @media (max-width: 767.98px) {
    .product-payment-wrap .product-payment-list {
      row-gap: 12px; } }

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

.product-payment-wrap .item-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: var(--main50);
  color: var(--green-color);
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (max-width: 991.98px) {
    .product-payment-wrap .item-icon {
      width: 48px;
      height: 48px; } }
  .product-payment-wrap .item-icon picture, .product-payment-wrap .item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center; }

.product-payment-wrap .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-payment-wrap .item-title {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
  .product-payment-wrap .item-title:not(:last-child) {
    margin-bottom: 2px; }
  @media (max-width: 991.98px) {
    .product-payment-wrap .item-title {
      font-size: 14px;
      line-height: 20px; } }

.product-payment-wrap .item-text {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .product-payment-wrap .item-text {
      font-size: 12px;
      line-height: 16px; } }

.product-delivery-wrap .product-delivery-table {
  width: 100%; }
  .product-delivery-wrap .product-delivery-table thead {
    border-bottom: 1px solid var(--stroke-color); }
  .product-delivery-wrap .product-delivery-table th {
    padding-bottom: 12px;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      .product-delivery-wrap .product-delivery-table th:last-child {
        text-align: right; } }
  .product-delivery-wrap .product-delivery-table tr:not(:last-child) {
    border-bottom: 1px solid var(--stroke-color); }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .product-delivery-table tr:last-child td {
      padding-bottom: 0; } }
  .product-delivery-wrap .product-delivery-table td {
    padding: 16px 16px 16px 0;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
    @media (min-width: 1200px) {
      .product-delivery-wrap .product-delivery-table td:last-child {
        width: 200px; } }
    @media (min-width: 768px) {
      .product-delivery-wrap .product-delivery-table td:first-child {
        width: 56px; } }
    @media (max-width: 991.98px) {
      .product-delivery-wrap .product-delivery-table td {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px; }
        .product-delivery-wrap .product-delivery-table td:first-child {
          padding-right: 8px; }
        .product-delivery-wrap .product-delivery-table td:nth-child(2) {
          width: 160px;
          padding-right: 10px; }
        .product-delivery-wrap .product-delivery-table td:nth-child(3) {
          text-align: center; }
        .product-delivery-wrap .product-delivery-table td:last-child {
          padding-right: 0;
          text-align: right; } }

.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: 991.98px) {
    .product-delivery-wrap .delivery-item {
      gap: 14px; } }

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

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

.product-delivery-wrap .delivery-item-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--secondary-color); }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .delivery-item-subtitle {
      font-size: 12px;
      line-height: 16px; } }

.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: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--light-green);
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .action-toggle .ic,
  .action-toggle .icon {
    width: 24px;
    height: 24px; }
  .action-toggle.choosed {
    color: var(--green-color); }
    .action-toggle.choosed svg path {
      fill: var(--green-color); }

.favorites-toggle {
  position: relative;
  z-index: 1000;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--light-green);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .favorites-toggle {
      width: 32px;
      height: 32px; } }
  .favorites-toggle .icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none"><path d="M13.199 4.30286C15.2043 2.29758 18.4171 2.23447 20.4978 4.11438L20.6951 4.30286C22.7003 6.30807 22.7633 9.51997 20.8835 11.6007L20.6951 11.799L11.9978 20.4962L3.30054 11.799C1.29524 9.79365 1.23208 6.58085 3.11206 4.50012L3.30054 4.30286C5.30576 2.29764 8.51765 2.23464 10.5984 4.11438L10.7966 4.30286L11.114 4.62024C11.5716 5.07786 12.2959 5.10658 12.7869 4.70618L12.8816 4.62024L13.199 4.30286Z" stroke="%237EBD22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .favorites-toggle .icon {
        width: 16px;
        height: 16px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.87027 2.93896C10.1693 1.64007 12.25 1.60004 13.5978 2.81787L13.7257 2.93896C15.0249 4.23809 15.0659 6.31959 13.8478 7.66748L13.7257 7.79541L7.9982 13.522L2.27066 7.79541C0.971483 6.49623 0.931307 4.41478 2.14957 3.06689L2.27066 2.93896C3.56984 1.63978 5.65129 1.5996 6.99918 2.81787L7.12711 2.93896L7.22086 3.03271C7.62348 3.43534 8.26049 3.461 8.69254 3.10889L8.77652 3.03271L8.87027 2.93896Z" stroke="%237EBD22" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); } }
  .favorites-toggle.choosed {
    background: var(--main50); }
    .favorites-toggle.choosed .icon {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.1989 4.30286C15.2042 2.29758 18.417 2.23447 20.4977 4.11438L20.695 4.30286C22.7002 6.30807 22.7632 9.51997 20.8835 11.6007L20.695 11.799L11.9977 20.4962L3.30048 11.799C1.29517 9.79365 1.23202 6.58085 3.112 4.50012L3.30048 4.30286C5.3057 2.29764 8.51759 2.23464 10.5983 4.11438L10.7966 4.30286L11.114 4.62024C11.5716 5.07786 12.2958 5.10658 12.7868 4.70618L12.8815 4.62024L13.1989 4.30286Z" fill="%237EBD22" stroke="%237EBD22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      @media (max-width: 991.98px) {
        .favorites-toggle.choosed .icon {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.87109 2.9389C10.1702 1.64001 12.2508 1.59998 13.5986 2.81781L13.7266 2.9389C15.0257 4.23803 15.0667 6.31953 13.8486 7.66742L13.7266 7.79535L7.99902 13.5219L2.27148 7.79535C0.972307 6.49617 0.932131 4.41472 2.15039 3.06683L2.27148 2.9389C3.57066 1.63972 5.65211 1.59954 7 2.81781L7.12793 2.9389L7.22168 3.03265C7.62431 3.43528 8.26131 3.46094 8.69336 3.10883L8.77734 3.03265L8.87109 2.9389Z" fill="%237EBD22" stroke="%237EBD22" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); } }
  @media (any-hover: hover) {
    .favorites-toggle:not(.choosed):hover {
      background: var(--light-green); }
      .favorites-toggle:not(.choosed):hover .icon {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.1989 4.30286C15.2042 2.29758 18.417 2.23447 20.4977 4.11438L20.695 4.30286C22.7002 6.30807 22.7632 9.51997 20.8835 11.6007L20.695 11.799L11.9977 20.4962L3.30048 11.799C1.29517 9.79365 1.23202 6.58085 3.112 4.50012L3.30048 4.30286C5.3057 2.29764 8.51759 2.23464 10.5983 4.11438L10.7966 4.30286L11.114 4.62024C11.5716 5.07786 12.2958 5.10658 12.7868 4.70618L12.8815 4.62024L13.1989 4.30286Z" fill="%23ffffff" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }

#product-reviews:has(.reviews-empty) .rating-wrap {
  display: none; }

.rating-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rating-top:not(:last-child) {
    margin-bottom: 16px; }

.rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .rating-wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 14px;
      line-height: 20px; } }
  .rating-wrap .rating .rating-stars .star-icon {
    width: 20px;
    height: 20px; }
    @media (max-width: 991.98px) {
      .rating-wrap .rating .rating-stars .star-icon {
        width: 16px;
        height: 16px; } }

.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;
    gap: 4px; }
    .rating .rating-stars .star-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 16px;
      height: 16px;
      background-size: contain;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_711_1950)"><path d="M15.9582 6.13669C15.8528 5.81271 15.5655 5.58334 15.2268 5.5527L10.6081 5.13338L8.78275 0.859872C8.64798 0.545902 8.34134 0.343262 8.00002 0.343262C7.65871 0.343262 7.35194 0.545902 7.21803 0.859872L5.39268 5.13338L0.773216 5.5527C0.434587 5.58395 0.147839 5.81332 0.0418805 6.13669C-0.0634679 6.46067 0.0338237 6.81603 0.289932 7.04064L3.78132 10.1021L2.75189 14.6361C2.67657 14.9695 2.80597 15.3142 3.08258 15.5142C3.23127 15.6222 3.40595 15.6762 3.58125 15.6762C3.73188 15.6762 3.88264 15.6361 4.01729 15.5556L8.00002 13.1742L11.982 15.5556C12.2741 15.7301 12.6415 15.7141 12.9175 15.5142C13.1941 15.3142 13.3235 14.9695 13.2482 14.6361L12.2187 10.1021L15.7101 7.04064C15.9661 6.81603 16.0635 6.46141 15.9582 6.13669Z" fill="%23CE9927"/></g></svg>') center no-repeat; }
      @media (max-width: 991.98px) {
        .rating .rating-stars .star-icon {
          width: 12px;
          height: 12px; } }
      .rating .rating-stars .star-icon.disabled {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_711_1950)"><path d="M15.9582 6.13669C15.8528 5.81271 15.5655 5.58334 15.2268 5.5527L10.6081 5.13338L8.78275 0.859872C8.64798 0.545902 8.34134 0.343262 8.00002 0.343262C7.65871 0.343262 7.35194 0.545902 7.21803 0.859872L5.39268 5.13338L0.773216 5.5527C0.434587 5.58395 0.147839 5.81332 0.0418805 6.13669C-0.0634679 6.46067 0.0338237 6.81603 0.289932 7.04064L3.78132 10.1021L2.75189 14.6361C2.67657 14.9695 2.80597 15.3142 3.08258 15.5142C3.23127 15.6222 3.40595 15.6762 3.58125 15.6762C3.73188 15.6762 3.88264 15.6361 4.01729 15.5556L8.00002 13.1742L11.982 15.5556C12.2741 15.7301 12.6415 15.7141 12.9175 15.5142C13.1941 15.3142 13.3235 14.9695 13.2482 14.6361L12.2187 10.1021L15.7101 7.04064C15.9661 6.81603 16.0635 6.46141 15.9582 6.13669Z" fill="%23E9F4E4"/></g></svg>') center no-repeat; }

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

.reviews .reviews-btn {
  border-color: var(--light-green);
  color: var(--green-color);
  font-size: 16px; }
  @media (min-width: 992px) {
    .reviews .reviews-btn {
      position: absolute;
      top: 40px;
      right: 40px; } }
  @media (max-width: 991.98px) {
    .reviews .reviews-btn {
      margin-bottom: 16px;
      width: 100%;
      font-size: 14px; } }

.reviews .review:first-child {
  border-top: 1px solid var(--stroke-color); }

.btn-link-reviews {
  margin-top: 16px;
  min-height: auto;
  border: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  color: var(--green-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .btn-link-reviews:hover {
    color: var(--light-green); }
    .btn-link-reviews:hover .icon-arrow {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      background: var(--light-green); }
  .btn-link-reviews .icon-arrow {
    background: var(--green-color); }

.reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px; }
  .reviews-top:not(:last-child) {
    margin-bottom: 16px; }

.review {
  padding: 20px 0;
  border-bottom: 1px solid var(--stroke-color); }
  @media (max-width: 991.98px) {
    .review {
      padding: 16px 0; } }
  .review.answer {
    padding-left: 50px; }
  .review .review-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    .review .review-heading:not(:last-child) {
      margin-bottom: 8px; }
  .review .review-img {
    width: 40px;
    height: 40px;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    background: #2fe6de;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .review .review-img {
        width: 32px;
        height: 32px; } }
    .review .review-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .review .review-name {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }
    .review .review-name:not(:last-child) {
      margin-bottom: 2px; }
  .review .review-data {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
  .review .review-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .review .answer-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px; }

.modal.verified-modal {
  background: rgba(25, 56, 27, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }
  .modal.verified-modal .modal-dialog {
    max-width: 798px; }
  .modal.verified-modal .modal-content {
    border: none;
    border-radius: 20px;
    min-height: 100%; }
  .modal.verified-modal .modal-body {
    padding: 32px; }
    @media (max-width: 991.98px) {
      .modal.verified-modal .modal-body {
        padding: 20px; } }
    .modal.verified-modal .modal-body .verified-card {
      padding: 0;
      gap: 24px; }
      @media (max-width: 991.98px) {
        .modal.verified-modal .modal-body .verified-card {
          gap: 16px; } }
      @media (any-hover: hover) {
        .modal.verified-modal .modal-body .verified-card:hover, .modal.verified-modal .modal-body .verified-card:focus {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; } }
      @media (any-hover: hover) {
        .modal.verified-modal .modal-body .verified-card .product-block:hover, .modal.verified-modal .modal-body .verified-card .product-block:focus {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; } }
      .modal.verified-modal .modal-body .verified-card .review {
        padding: 0; }
        .modal.verified-modal .modal-body .verified-card .review .btn-link {
          display: none; }
        .modal.verified-modal .modal-body .verified-card .review .review-heading:not(:last-child) {
          margin-bottom: 16px; }
        .modal.verified-modal .modal-body .verified-card .review .rating {
          padding-top: 16px;
          -ms-flex-item-align: end;
              align-self: flex-end; }
        .modal.verified-modal .modal-body .verified-card .review .review-content {
          padding-right: 6px;
          max-height: 220px;
          overflow-y: auto; }
          @media (min-width: 992px) {
            .modal.verified-modal .modal-body .verified-card .review .review-content, .modal.verified-modal .modal-body .verified-card .review .review-content * {
              scrollbar-color: auto;
              scrollbar-width: auto; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar {
              width: 4px;
              height: 4px; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-button,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-button {
              display: none; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-track,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-track {
              background: var(--stroke-color); }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-track-piece,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-track-piece {
              background: var(--stroke-color); }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-thumb,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-thumb {
              background: var(--light-green);
              border-radius: 99px; }
            .modal.verified-modal .modal-body .verified-card .review .review-content::-webkit-scrollbar-corner,
            .modal.verified-modal .modal-body .verified-card .review .review-content *::-webkit-scrollbar-corner {
              background: var(--stroke-color); } }
  .modal.verified-modal .modal-close {
    top: 14px;
    right: 14px; }
    @media (max-width: 991.98px) {
      .modal.verified-modal .modal-close {
        top: 10px;
        right: 10px; } }

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

.your-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.review-title {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  color: var(--black-color);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25; }
  @media (min-width: 992px) {
    .review-title:not(:last-child) {
      margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .review-title {
      padding: 16px;
      background: var(--green-color);
      color: var(--white-color);
      font-size: 20px;
      line-height: 1.4;
      text-transform: uppercase; } }

.raty-rating-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .raty-rating-group .raty-rating-label {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }

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

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

.rating-hint {
  display: none; }

.reviews-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
  row-gap: 12px;
  text-align: center; }
  .reviews-empty .reviews-empty-img {
    width: 80px;
    height: 80px; }
    .reviews-empty .reviews-empty-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .reviews-empty .reviews-empty-title {
    color: var(--black-color);
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .reviews-empty .reviews-empty-title {
        font-size: 20px;
        line-height: 1.2; } }
  .reviews-empty .reviews-empty-text {
    max-width: 384px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .reviews-empty .reviews-empty-text {
        font-size: 14px;
        line-height: 20px; } }

.product-heading,
.block-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }
  .product-heading::before,
  .block-title::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.2524 11.98C8.54173 13.2094 6.50973 12.7387 5.34639 12.2887C5.06747 12.8707 4.84576 13.4785 4.68439 14.1034C4.65708 14.2332 4.57932 14.3468 4.46824 14.4192C4.35715 14.4917 4.22184 14.517 4.09206 14.4897C3.96228 14.4624 3.84867 14.3846 3.77622 14.2736C3.70377 14.1625 3.67841 14.0272 3.70573 13.8974C4.47572 11.0864 6.09535 8.582 8.34306 6.72671C6.35325 7.67326 4.7625 9.29329 3.85239 11.3C2.97906 9.55337 2.96573 6.32004 5.79239 4.79337C6.98573 4.15337 8.19239 4.0267 9.65239 3.5267C10.4315 3.2501 11.105 2.73741 11.5791 2.06004C11.5915 2.03943 11.6096 2.02285 11.6312 2.01227C11.6529 2.00169 11.6771 1.99756 11.701 2.00037C11.7249 2.00318 11.7475 2.01282 11.7661 2.02813C11.7846 2.04344 11.7984 2.06378 11.8057 2.0867C12.2724 3.3467 14.1457 9.18004 10.2524 11.98Z" fill="%237EBD22"/></svg>') center no-repeat; }
  .product-heading:not(:last-child),
  .block-title:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .product-heading:not(:last-child),
      .block-title:not(:last-child) {
        margin-bottom: 12px; } }

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

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

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

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 64px 0;
  background: var(--light-bg); }
  @media (max-width: 991.98px) {
    .products-carousel-section {
      padding: 40px 0; } }

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

.products-carousel-wrap .container {
  position: relative; }

.products-carousel-wrap .decor-img {
  --left: -42%;
  --top: 26%;
  --bottom: 8%; }

.products-carousel {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .products-carousel:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .products-carousel .swiper-slide {
    opacity: 1;
    height: auto !important;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .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 .swiper-button-next,
  .products-carousel .swiper-button-prev {
    margin-top: -40px !important; }
    @media (max-width: 991.98px) {
      .products-carousel .swiper-button-next,
      .products-carousel .swiper-button-prev {
        display: none; } }
  .products-carousel .swiper-button-next {
    right: -20px !important; }
    @media (max-width: 1199.98px) {
      .products-carousel .swiper-button-next {
        right: -10px !important; } }
  .products-carousel .swiper-button-prev {
    left: -20px !important; }
    @media (max-width: 1199.98px) {
      .products-carousel .swiper-button-prev {
        left: -10px !important; } }
  .products-carousel .products-carousel-pagination {
    position: relative;
    min-height: 48px; }
    @media (max-width: 991.98px) {
      .products-carousel .products-carousel-pagination {
        min-height: 28px; } }

.products-carousel-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 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;
  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-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 .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; }
  .product-stickers.stickers-top-left {
    top: 0;
    left: 0; }
  .product-stickers.stickers-top-right {
    top: 0;
    right: 0; }
  .product-stickers.stickers-bottom-left {
    bottom: 0;
    left: 0; }
  .product-stickers.stickers-bottom-right {
    bottom: 0;
    right: 0; }
  .product-stickers .sticker-item {
    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; }
  .product-stickers .label {
    padding: 4px 12px;
    border-radius: 80px;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .product-stickers .label {
        padding: 2px 6px;
        font-size: 12px;
        line-height: 16px; } }
    .product-stickers .label.label-is_new {
      background: var(--light-green); }
    .product-stickers .label.label-is_top {
      background: var(--orange-color); }
    .product-stickers .label.label-is_sale {
      background: var(--red-color); }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

.product-variants-wrap .variant-checker-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .product-variants-wrap .variant-checker-buttons {
      gap: 6px; } }
  .product-variants-wrap .variant-checker-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 18px;
    border-radius: 80px;
    border: 1px solid var(--stroke-color);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-variants-wrap .variant-checker-buttons .button.selected {
      border: 2px solid var(--light-green);
      background: var(--main50); }
    @media (any-hover: hover) {
      .product-variants-wrap .variant-checker-buttons .button:hover {
        border-color: var(--light-green);
        background: var(--main50); } }

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

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

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
  gap: 16px; }
  @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;
      row-gap: 8px; } }
  .category-page-grid .catalog-top {
    position: relative;
    z-index: 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px; }
    .category-page-grid .catalog-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .category-page-grid .catalog-top {
        padding: 16px 20px;
        border-radius: 16px;
        background: var(--white-color); } }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-top {
        gap: 8px; }
        .category-page-grid .catalog-top:not(:last-child) {
          margin-bottom: 8px; }
        .category-page-grid .catalog-top .sorting-title {
          display: none; }
        .category-page-grid .catalog-top .sorting-select-wrap {
          width: 100%; }
        .category-page-grid .catalog-top:has(.btn-filter-mobile) .btn-filter-mobile {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: calc(50% - 4px); }
        .category-page-grid .catalog-top:has(.btn-filter-mobile) .catalog-sorting-wrap {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: calc(50% - 4px); }
        .category-page-grid .catalog-top:has(.btn-filter-mobile) .catalog-count {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          width: 100%; }
        .category-page-grid .catalog-top .catalog-sorting-wrap {
          width: 100%;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .category-page-grid .catalog-top .sorting-select-wrap {
          width: 100%; }
          .category-page-grid .catalog-top .sorting-select-wrap .jq-selectbox {
            min-height: 48px;
            width: 100%; }
            .category-page-grid .catalog-top .sorting-select-wrap .jq-selectbox .jq-selectbox__select {
              min-height: 48px;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              border-radius: 16px; }
        .category-page-grid .catalog-top .catalog-count {
          width: 100%; } }
  .category-page-grid .catalog-count {
    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.5; }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-count {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 16px;
        border-radius: 16px;
        background: var(--white-color); } }
    .category-page-grid .catalog-count .icon {
      width: 16px;
      height: 16px;
      color: var(--light-green);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-count {
        font-size: 14px; } }
  .category-page-grid .aside-elem.accordion-collapsed .arrow-wrap {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

@media (min-width: 992px) {
  .category-page-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 16px;
    background: var(--white-color); } }

@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:has(.attribute-checkbox.active) .category-aside-bottom {
  opacity: 1;
  pointer-events: initial;
  visibility: visible; }

@media (max-width: 991.98px) {
  .category-page-aside:has(.attribute-checkbox.active) .category-page-aside-wrap {
    padding-bottom: 104px; } }

.category-page-aside .category-aside-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  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(--green-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white-color);
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .category-page-aside .category-aside-top {
      display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-close {
    position: relative;
    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::after, .category-page-aside .category-aside-top .category-aside-top-close::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 1px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: var(--white-color); }
    .category-page-aside .category-aside-top .category-aside-top-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .category-page-aside .category-aside-top .category-aside-top-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .category-page-aside .category-aside-top .category-aside-top-close .icon {
      width: 12px;
      height: 12px;
      color: var(--white-color);
      display: none; }

.category-page-aside .slider-nav {
  padding-top: 12px;
  padding-bottom: 16px; }
  .category-page-aside .slider-nav .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .category-page-aside .slider-nav .amount:not(:last-child) {
      margin-bottom: 26px; }
  .category-page-aside .slider-nav .amount-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    min-width: 76px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .category-page-aside .slider-nav .amount-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .category-page-aside .slider-nav .amount-item .input-wrap {
          width: 100%; }
          .category-page-aside .slider-nav .amount-item .input-wrap input {
            max-width: 100%; } }
    .category-page-aside .slider-nav .amount-item input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 46px;
      max-width: 76px;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      text-align: center;
      color: var(--black-color);
      border-radius: 12px;
      border: 1px solid var(--light-green);
      background: var(--white-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .category-page-aside .slider-nav .amount-item input:hover {
          border-color: var(--orange-color); } }
      .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--orange-color); }
      .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--orange-color);
        outline: none; }
  .category-page-aside .slider-nav .ui-slider {
    height: 4px; }
    .category-page-aside .slider-nav .ui-slider:not(:last-child) {
      margin-bottom: 24px; }
  .category-page-aside .slider-nav .ui-widget-content {
    background: var(--white-color);
    height: 4px;
    border-radius: 100px;
    border: none;
    margin: 0 10px; }
    .category-page-aside .slider-nav .ui-widget-content:after {
      content: "";
      display: block;
      position: absolute;
      border-radius: 100px;
      top: 0;
      bottom: 0;
      left: -10px;
      right: -10px;
      background: var(--main-100); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
    height: 4px;
    top: 0;
    background: transparent; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--light-green); }
  .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(--light-green);
      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: 48px;
    height: 48px;
    min-height: 48px;
    padding: 4px;
    border-radius: 80px;
    color: var(--white-color);
    background: var(--light-green);
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    -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-color); } }

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

@media (max-width: 991.98px) {
  .category-page-aside .category-aside-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 72px;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--white-color);
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .category-page-aside .category-aside-bottom .btn {
      width: 100%;
      min-height: 48px; }
    .category-page-aside .category-aside-bottom .filter-selected-clear {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 20px;
      gap: 4px;
      padding: 0;
      color: var(--light-green);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .category-page-aside .category-aside-bottom .filter-selected-clear .icon-wrap {
        width: 12px;
        height: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .category-page-aside .category-aside-bottom .filter-selected-clear .icon-wrap .ic {
          width: 100%;
          height: 100%; } }
    @media (max-width: 991.98px) and (any-hover: hover) {
      .category-page-aside .category-aside-bottom .filter-selected-clear:hover {
        color: var(--orange-color); } }

@media (max-width: 991.98px) {
      .category-page-aside .category-aside-bottom .filter-selected-clear:focus {
        color: var(--orange-color); } }

.catalog-product-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  @media (max-width: 991.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; } }

@media (max-width: 991.98px) {
  .category-page-aside-wrap {
    padding: 60px 0 24px;
    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;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer; }
  .aside-elem-title .arrow-wrap {
    margin-left: auto;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--light-green);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .aside-elem-title .arrow-wrap .ic,
    .aside-elem-title .arrow-wrap .icon {
      width: 12px;
      height: 12px; }

.btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  min-height: 48px;
  gap: 6px;
  border: none;
  padding: 14px 32px;
  border-radius: 16px;
  background: var(--green-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42; }
  .btn-filter-mobile .icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .btn-filter-mobile::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.63119 2.25C2.63111 2.25 2.63127 2.25 2.63119 2.25H13.3687C13.6111 2.25008 13.8486 2.32067 14.0517 2.45318C14.2547 2.58568 14.4149 2.77438 14.5126 2.99629C14.6103 3.21819 14.6413 3.46373 14.6019 3.70298C14.5626 3.94164 14.455 4.16376 14.292 4.34243C14.2916 4.34287 14.2912 4.34331 14.2908 4.34375L10.25 8.79055V12.2285C10.2512 12.4365 10.2002 12.6413 10.1018 12.8244C10.0036 13.0073 9.8612 13.1625 9.68765 13.2762L7.6875 14.6076C7.49995 14.7312 7.28255 14.8018 7.0582 14.8123C6.83385 14.8228 6.61085 14.7726 6.4126 14.6671C6.21435 14.5616 6.0482 14.4046 5.9316 14.2127C5.815 14.0208 5.75225 13.8009 5.75 13.5764L5.74995 13.5688V8.79055L1.70908 4.34375C1.70873 4.34336 1.70838 4.34298 1.70803 4.3426C1.54495 4.1639 1.43723 3.94171 1.39794 3.70298C1.35857 3.46373 1.38963 3.2182 1.48733 2.99629C1.58504 2.77438 1.74517 2.58568 1.94823 2.45318C2.15096 2.32088 2.38774 2.2503 2.6298 2.25M3.19633 3.75L6.92105 7.8489C7.13425 8.07945 7.25185 8.38245 7.24995 8.69655V13.0969L8.74995 12.0985V8.69655C8.74805 8.38245 8.86565 8.07945 9.07885 7.8489L12.8035 3.75H3.19633Z" fill="white"/></svg>') center no-repeat; }
  .btn-filter-mobile .count {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--orange-color);
    color: var(--white-color);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px; }
    .btn-filter-mobile .count:empty {
      display: none; }
  @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; }
  @media (max-width: 991.98px) {
    .catalog-aside-nav .category-page-content {
      position: relative;
      z-index: 10; } }
  .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 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 48px; }
  @media (max-width: 991.98px) {
    .subcategory-slider-wrap {
      padding-bottom: 24px; } }
  .subcategory-slider-wrap .subcategory-slider {
    position: relative; }
    @media (max-width: 991.98px) {
      .subcategory-slider-wrap .subcategory-slider {
        padding-bottom: 43px; } }
    .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) {
      width: 100%; }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        max-height: 120px;
        overflow: hidden; }
        @media (max-width: 1199.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
            gap: 16px; } }
        @media (max-width: 991.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr); } }
        @media (max-width: 767.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
        @media (max-width: 575.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-button-next,
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-button-prev {
        display: none; }
    .subcategory-slider-wrap .subcategory-slider .subcategory-image {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image:not(:last-child) {
        margin-bottom: 12px; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image img, .subcategory-slider-wrap .subcategory-slider .subcategory-image picture {
        display: block; }
    .subcategory-slider-wrap .subcategory-slider .subcategory-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--theme-color-main);
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-title span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-word; }
      @media (max-width: 991.98px) {
        .subcategory-slider-wrap .subcategory-slider .subcategory-title {
          font-size: 18px; } }
    @media (min-width: 768px) {
      .subcategory-slider-wrap .subcategory-slider .swiper-pagination {
        display: none; } }
    .subcategory-slider-wrap .subcategory-slider .swiper-button-next.swiper-button-disabled,
    .subcategory-slider-wrap .subcategory-slider .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
      visibility: hidden; }
    @media (max-width: 767.98px) {
      .subcategory-slider-wrap .subcategory-slider .swiper-button-next,
      .subcategory-slider-wrap .subcategory-slider .swiper-button-prev {
        display: none; } }

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }
  @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 {
      gap: 8px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  .categories-navigation .category-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .categories-navigation .category-card:hover {
        -webkit-box-shadow: var(--box-shadow);
                box-shadow: var(--box-shadow); } }
    @media (max-width: 991.98px) {
      .categories-navigation .category-card {
        border-radius: 16px; } }
    .categories-navigation .category-card .category-card-img {
      width: 100%;
      height: 228px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      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) {
        .categories-navigation .category-card .category-card-img {
          height: 120px; } }
      @media (any-hover: hover) {
        .categories-navigation .category-card .category-card-img:hover img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
      .categories-navigation .category-card .category-card-img picture,
      .categories-navigation .category-card .category-card-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .categories-navigation .category-card .category-card-title {
      padding: 24px 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px;
      color: var(--black-color);
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      border-radius: 0 0 20px 20px;
      -webkit-box-shadow: inset 0 0 0 1px var(--stroke-color);
              box-shadow: inset 0 0 0 1px var(--stroke-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .categories-navigation .category-card .category-card-title:hover {
          background: var(--light-green);
          color: var(--white-color);
          -webkit-box-shadow: inset 0 0 0 1px var(--light-green);
                  box-shadow: inset 0 0 0 1px var(--light-green); }
          .categories-navigation .category-card .category-card-title:hover .count {
            color: var(--white-color); }
          .categories-navigation .category-card .category-card-title:hover .icon-arrow {
            background: var(--main50);
            color: var(--light-green);
            -webkit-animation: moveArrow 0.8s forwards;
                    animation: moveArrow 0.8s forwards; } }
      .categories-navigation .category-card .category-card-title .count {
        color: var(--light-green);
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .categories-navigation .category-card .category-card-title {
          padding: 12px;
          font-size: 12px;
          font-weight: 700;
          line-height: 16px;
          border-radius: 0 0 16px 16px; } }
      .categories-navigation .category-card .category-card-title .icon-arrow {
        margin-left: auto; }
    .categories-navigation .category-card .category-sub-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      margin-top: 10px;
      padding-left: 15px; }

.categories-slider-wrap {
  position: relative; }
  .categories-slider-wrap:not(:last-child) {
    margin-bottom: 28px; }
    @media (max-width: 991.98px) {
      .categories-slider-wrap:not(:last-child) {
        margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .categories-slider-wrap {
      margin: 0 -16px; } }
  .categories-slider-wrap .swiper-button-prev,
  .categories-slider-wrap .swiper-button-next {
    margin-top: 0 !important; }
    @media (max-width: 991.98px) {
      .categories-slider-wrap .swiper-button-prev,
      .categories-slider-wrap .swiper-button-next {
        display: none; } }
  .categories-slider-wrap .swiper-button-prev {
    left: -20px !important; }
    @media (max-width: 1199.98px) {
      .categories-slider-wrap .swiper-button-prev {
        left: -10px !important; } }
  .categories-slider-wrap .swiper-button-next {
    right: -20px !important; }
    @media (max-width: 1199.98px) {
      .categories-slider-wrap .swiper-button-next {
        right: -10px !important; } }

.categories-slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px; }
  @media (max-width: 575.98px) {
    .categories-slider {
      border-radius: 0;
      padding: 0 16px; } }
  .categories-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .categories-slider:not(.swiper-initialized) .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.5%;
    border-right: 1px solid var(--main50); }
    @media (max-width: 1199.98px) {
      .categories-slider:not(.swiper-initialized) .swiper-slide {
        width: 14.28%; } }
    @media (max-width: 991.98px) {
      .categories-slider:not(.swiper-initialized) .swiper-slide {
        width: 16.66%; } }
    @media (max-width: 767.98px) {
      .categories-slider:not(.swiper-initialized) .swiper-slide {
        width: 25%; } }
    @media (max-width: 575.98px) {
      .categories-slider:not(.swiper-initialized) .swiper-slide {
        width: 31.26%; } }
  .categories-slider .swiper-slide {
    height: auto !important; }
    @media (max-width: 575.98px) {
      .categories-slider .swiper-slide:first-child .categories-slider-link {
        border-radius: 16px 0 0 16px; }
      .categories-slider .swiper-slide:last-child .categories-slider-link {
        border-radius: 0 16px 16px 0; } }
  .categories-slider .categories-slider-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    gap: 16px;
    padding: 20px 16px;
    background: var(--white-color);
    color: var(--black-color2);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .categories-slider .categories-slider-link {
        padding: 16px 12px;
        font-size: 12px;
        line-height: 16px; } }
    @media (any-hover: hover) {
      .categories-slider .categories-slider-link:hover {
        color: var(--green-color);
        background: var(--main-100);
        -webkit-box-shadow: 0 0 16px 6px rgba(149, 172, 150, 0.2);
                box-shadow: 0 0 16px 6px rgba(149, 172, 150, 0.2); } }

.catalog-filter .aside-elem {
  padding: 24px;
  border-bottom: 2px solid var(--light-bg); }
  @media (max-width: 991.98px) {
    .catalog-filter .aside-elem {
      padding: 24px 16px; } }

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

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 12px; }
  .catalog-filter .filter-search-wrap input {
    height: 46px;
    padding: 10px 32px 10px 16px;
    border-radius: 12px;
    border: 1px solid var(--light-green);
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter .filter-search-wrap input::-webkit-input-placeholder {
      color: var(--secondary-color); }
    .catalog-filter .filter-search-wrap input::-moz-placeholder {
      color: var(--secondary-color); }
    .catalog-filter .filter-search-wrap input:-ms-input-placeholder {
      color: var(--secondary-color); }
    .catalog-filter .filter-search-wrap input::-ms-input-placeholder {
      color: var(--secondary-color); }
    .catalog-filter .filter-search-wrap input::placeholder {
      color: var(--secondary-color); }
    .catalog-filter .filter-search-wrap input:hover, .catalog-filter .filter-search-wrap input:focus {
      border-color: var(--orange-color);
      outline: none; }
  .catalog-filter .filter-search-wrap .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--light-green); }

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

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

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

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

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid var(--field-color);
    background-color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .catalog-filter .attribute-checkbox .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
  .catalog-filter .attribute-checkbox .items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .catalog-filter .attribute-checkbox.active {
    color: var(--black-color); }
    .catalog-filter .attribute-checkbox.active .checkmark {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M1 4.5L4.33357 8L11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-color: var(--light-green);
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      border-color: var(--light-green); }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      color: var(--black-color); }
      .catalog-filter .attribute-checkbox:hover .checkmark {
        border-color: var(--light-green); } }

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

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-bottom: 2px solid var(--light-bg);
  width: 100%;
  padding: 24px; }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      padding: 16px; } }
  .catalog-filter-selected .filter-selected-title {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-wrap {
        position: relative; } }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
  .catalog-filter-selected .filter-selected {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 10px;
    gap: 8px;
    min-height: 32px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 40px;
    background: var(--main50);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none; }
    .catalog-filter-selected .filter-selected b {
      font-weight: 400;
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      width: 12px;
      height: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--secondary-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        background: var(--light-green);
        color: var(--white-color);
        text-decoration: none; }
        .catalog-filter-selected .filter-selected:hover b {
          color: var(--white-color); }
        .catalog-filter-selected .filter-selected:hover .icon-wrap {
          color: var(--white-color); } }
    .catalog-filter-selected .filter-selected:focus {
      border-color: var(--light-green);
      color: var(--white-color);
      text-decoration: none; }
      .catalog-filter-selected .filter-selected:focus .icon-wrap {
        color: var(--white-color); }
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20px;
    gap: 4px;
    padding: 0;
    color: var(--light-green);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none; }
    .catalog-filter-selected .filter-selected-clear .icon-wrap {
      width: 12px;
      height: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .catalog-filter-selected .filter-selected-clear .icon-wrap .ic {
        width: 100%;
        height: 100%; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover {
        color: var(--orange-color); } }
    .catalog-filter-selected .filter-selected-clear:focus {
      color: var(--orange-color); }

.catalog-sorting-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .catalog-sorting-wrap .sorting-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    .catalog-sorting-wrap .sorting-title .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--light-green); }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap .jq-selectbox {
      width: 100%; } }
  .catalog-sorting-wrap .jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .catalog-sorting-wrap .jq-selectbox .sorting-select {
    border: none; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    min-height: 24px;
    width: 100%;
    padding: 0 20px 0 0;
    background: var(--white);
    border: none;
    color: var(--black-blue);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
        padding: 4px 16px;
        min-height: 33px;
        border-radius: 12px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: var(--black-blue);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:hover {
          color: var(--light-green); } }
      @media (max-width: 991.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          gap: 4px;
          font-size: 14px; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text::before {
            content: "";
            display: block;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: var(--main50);
            background-repeat: no-repeat;
            background-position: center;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" fill="white"/><path d="M11.2705 10.1621L11.3213 10.1943C11.3457 10.2174 11.3496 10.2372 11.3496 10.25C11.3496 10.2565 11.3489 10.2648 11.3447 10.2744L11.3213 10.3057L8.12109 13.3057C8.09426 13.3308 8.0522 13.3496 8 13.3496C7.97386 13.3496 7.95011 13.3457 7.92969 13.3379L7.87891 13.3057L4.67871 10.3057C4.65427 10.2826 4.65039 10.2628 4.65039 10.25C4.65039 10.2435 4.65106 10.2352 4.65527 10.2256L4.67871 10.1943C4.70554 10.1692 4.7477 10.1504 4.7998 10.1504C4.82586 10.1504 4.84974 10.1543 4.87012 10.1621L4.9209 10.1943L7.55566 12.6631L8 13.0801L8.44434 12.6631L11.0791 10.1943C11.1059 10.1692 11.148 10.1504 11.2002 10.1504C11.2263 10.1504 11.2501 10.1543 11.2705 10.1621ZM8 2.65039C8.02659 2.65039 8.05071 2.65501 8.07129 2.66309L8.12109 2.69336V2.69434L11.3213 5.69434C11.3457 5.7174 11.3496 5.73723 11.3496 5.75C11.3496 5.75647 11.3489 5.76478 11.3447 5.77441L11.3213 5.80566C11.2945 5.83079 11.2523 5.84957 11.2002 5.84961C11.1741 5.84961 11.1503 5.84569 11.1299 5.83789L11.0791 5.80566L8.44434 3.33691L8 2.91992L7.55566 3.33691L4.9209 5.80566C4.89404 5.83084 4.852 5.84961 4.7998 5.84961C4.77368 5.84959 4.7499 5.84575 4.72949 5.83789L4.67871 5.80566C4.65426 5.7826 4.65039 5.76276 4.65039 5.75C4.65039 5.74354 4.65106 5.73522 4.65527 5.72559L4.67871 5.69434L7.87891 2.69434V2.69336C7.90425 2.66971 7.94731 2.65039 8 2.65039Z" fill="%237EBD22" stroke="%237EBD22" stroke-width="1.3"/></svg>'); } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
    width: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
    margin-top: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--main50);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5" fill="none"><path d="M7 1L4 4L1 1" stroke="%237EBD22" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
        position: static;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 10px;
        height: 10px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 8 4" fill="none"><path d="M7 0.5L4 3.5L1 0.5" stroke="%231C2B1E" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
    z-index: 1000;
    left: 50% !important;
    min-width: 200px;
    border-radius: 8px;
    border: 1px solid var(--field-color);
    background: var(--white-color);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
        right: 0 !important;
        left: auto !important;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      list-style: none; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      padding: 10px 20px;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:focus, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li.sel {
        background: var(--main50);
        color: var(--light-green); }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
          color: var(--light-green); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        color: var(--light-green); }

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

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

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

@media (max-width: 1199.98px) {
  .page-post-grid {
    -ms-grid-columns: 1fr 380px;
    grid-template-columns: 1fr 380px; } }

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

@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 {
  padding: 32px;
  border-radius: 24px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .page-post-grid article {
      padding: 16px;
      margin: 0 -16px; } }

@media (max-width: 991.98px) {
  .page-post-grid #article-aside {
    display: none; } }

.article-content:not(:last-child) {
  margin-bottom: 64px; }

.nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--stroke-color); }
  @media (max-width: 991.98px) {
    .nav-buttons {
      padding-top: 24px;
      margin-top: 24px; } }
  .nav-buttons .nav-link-item {
    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(--green-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    min-height: auto;
    padding: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .nav-buttons .nav-link-item {
        gap: 8px;
        font-size: 14px; } }
    .nav-buttons .nav-link-item:hover {
      color: var(--light-green); }
      .nav-buttons .nav-link-item:hover .icon-arrow {
        background: var(--light-green);
        color: var(--white-color); }
    .nav-buttons .nav-link-item .icon-arrow {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--main50);
      color: var(--light-green); }
      @media (max-width: 991.98px) {
        .nav-buttons .nav-link-item .icon-arrow {
          width: 24px;
          height: 24px; } }
      .nav-buttons .nav-link-item .icon-arrow .icon {
        width: 12px;
        height: 12px; }
        @media (max-width: 991.98px) {
          .nav-buttons .nav-link-item .icon-arrow .icon {
            width: 8px;
            height: 8px; } }
  .nav-buttons .nav-link-item-prev {
    text-align: left; }
  .nav-buttons .nav-link-item-next {
    margin-left: auto;
    text-align: right; }

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

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin: 20px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stroke-color); }
  .article-header .article-rubrics-wrap {
    margin-bottom: 10px; }

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

.article-aside-nav {
  padding: 24px;
  border-radius: 20px;
  background: var(--white-color); }
  .article-aside-nav .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
    .article-aside-nav .title:not(:last-child) {
      margin-bottom: 16px; }
  .article-aside-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px; }
    .article-aside-nav nav a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      color: var(--secondary-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .article-aside-nav nav a::before {
        content: "";
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-top: 9px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background: var(--main-100);
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease; }
      @media (any-hover: hover) {
        .article-aside-nav nav a:hover {
          color: var(--light-green); }
          .article-aside-nav nav a:hover::before {
            background: var(--light-green); } }

.articles-latest {
  overflow: hidden;
  background: var(--white-color); }
  .articles-latest .container {
    position: relative; }
  @media (min-width: 992px) {
    .articles-latest .section-btn-more {
      position: absolute;
      top: 0;
      right: 16px; } }
  @media (max-width: 991.98px) {
    .articles-latest .section-btn-more {
      margin-top: 16px;
      width: 100%; } }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  padding: 0 16px;
  margin: 0 -16px;
  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;
      gap: 16px; }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
          gap: 8px; } }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: calc(33.333% - 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: calc(50% - 16px); } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: calc(80% - 8px); } }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }
  .articles-latest-text-slider .swiper-button-next,
  .articles-latest-text-slider .swiper-button-prev,
  .articles-latest-video-slider .swiper-button-next,
  .articles-latest-video-slider .swiper-button-prev {
    margin-top: 0 !important; }
    @media (max-width: 991.98px) {
      .articles-latest-text-slider .swiper-button-next,
      .articles-latest-text-slider .swiper-button-prev,
      .articles-latest-video-slider .swiper-button-next,
      .articles-latest-video-slider .swiper-button-prev {
        display: none; } }

.main-img picture,
.main-img img {
  border-radius: 16px; }

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

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .rubrics-nav::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .rubrics-nav {
      padding: 0 16px;
      margin-bottom: 20px; } }
  .rubrics-nav .rubric {
    padding: 8px 20px;
    -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;
    text-align: center;
    border-radius: 80px;
    border: 1px solid var(--stroke-color);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (any-hover: hover) {
      .rubrics-nav .rubric:hover {
        -webkit-box-shadow: inset 0 0 0 2px var(--light-green);
                box-shadow: inset 0 0 0 2px var(--light-green);
        border-color: var(--white-color); } }
    .rubrics-nav .rubric.active {
      -webkit-box-shadow: inset 0 0 0 2px var(--light-green);
              box-shadow: inset 0 0 0 2px var(--light-green);
      border-color: var(--white-color); }

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

.article-card {
  --br: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 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: var(--br); }
  @media (max-width: 991.98px) {
    .article-card {
      --br: 16px; } }
  @media (any-hover: hover) {
    .article-card:hover {
      -webkit-box-shadow: 0 0 16px 6px rgba(149, 172, 150, 0.2);
              box-shadow: 0 0 16px 6px rgba(149, 172, 150, 0.2); } }
  .article-card .article-img {
    display: block;
    overflow: hidden;
    border-radius: var(--br) var(--br) 0 0; }
    @media (any-hover: hover) {
      .article-card .article-img:hover img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); } }
    .article-card .article-img picture,
    .article-card .article-img img {
      aspect-ratio: 432 / 240;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: var(--br) var(--br) 0 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .article-card .article-content {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 0 0 var(--br) var(--br);
    border-right: 1px solid var(--stroke-color);
    border-bottom: 1px solid var(--stroke-color);
    border-left: 1px solid var(--stroke-color);
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .article-card .article-content {
        padding: 16px; } }
  .article-card .article-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    .article-card .article-top:not(:last-child) {
      margin-bottom: 8px; }
  .article-card .article-title {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .article-card .article-title {
        font-size: 16px; } }
    @media (any-hover: hover) {
      .article-card .article-title:hover {
        color: var(--light-green); } }
    .article-card .article-title span {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--main-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .article-rubric-badge:hover {
      color: var(--light-green); } }
  @media (max-width: 991.98px) {
    .article-rubric-badge {
      font-size: 12px;
      line-height: 16px; } }

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

#page-content.page-contacts {
  padding-bottom: 0; }

.contacts-section .container:not(:last-child) {
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .contacts-section .container:not(:last-child) {
      margin-bottom: 40px; } }

.contacts-section .contacts-title {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }
  @media (max-width: 991.98px) {
    .contacts-section .contacts-title {
      text-align: center;
      font-size: 20px;
      line-height: 1.4; } }
  .contacts-section .contacts-title:not(:last-child) {
    margin-bottom: 8px; }

.contacts-section .contacts-text {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .contacts-section .contacts-text:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .contacts-section .contacts-text {
      text-align: center; } }

.contacts-section .contacts-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  .contacts-section .contacts-row:not(:last-child) {
    margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .contacts-section .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: 12px; } }

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

.contacts-section .contacts-block .contacts-info {
  border-color: var(--stroke-color); }
  .contacts-section .contacts-block .contacts-info .info-title {
    color: var(--secondary-color); }
  .contacts-section .contacts-block .contacts-info .info-content {
    color: var(--black-color); }
    .contacts-section .contacts-block .contacts-info .info-content a {
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .contacts-section .contacts-block .contacts-info .info-content a:hover {
          color: var(--light-green); } }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-block:not(:last-child) {
    margin-bottom: 16px; }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @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:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .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: 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-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--orange-color);
    color: var(--white); }
    .contacts-block .info-icon .ic {
      width: 20px;
      height: 20px; }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 12px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42; }
    .contacts-block .info-content span {
      max-width: 292px; }
    .contacts-block .info-content a {
      color: var(--white-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 500; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover {
          text-decoration: none;
          color: var(--orange-color); } }

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

.messengers .messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }

.messengers .messengers-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: var(--green-fill);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media (any-hover: hover) {
    .messengers .messengers-item:hover {
      background: var(--light-green); } }
  .messengers .messengers-item .messengers-item-img {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .messengers .messengers-item .messengers-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }

.socials-wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .socials-wrap nav {
      gap: 8px; } }

.socials-wrap .social-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: var(--green-fill);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media (max-width: 575.98px) {
    .socials-wrap .social-link {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (any-hover: hover) {
    .socials-wrap .social-link:hover {
      background: var(--light-green); } }
  .socials-wrap .social-link svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

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

#page-content.page-checkout {
  margin-bottom: 0;
  padding-bottom: 66px;
  padding-top: 80px; }
  @media (max-width: 991.98px) {
    #page-content.page-checkout {
      padding-bottom: 0;
      padding-top: 66px; } }
  @media (max-width: 575.98px) {
    #page-content.page-checkout .page-title {
      font-size: 24px; } }
  #page-content.page-checkout .tab-pane {
    padding: 20px 0; }
  #page-content.page-checkout .form-section {
    margin-bottom: 30px; }
    #page-content.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-content.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 {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }

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

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 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: 8px; }
    .delivery-field-examples .examples-list a {
      text-decoration: underline; }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          text-decoration: none; } }
      .delivery-field-examples .examples-list a:focus {
        text-decoration: none; }

.order-card {
  position: relative;
  padding: 32px;
  background: var(--white-color); }
  @media (max-width: 1199.98px) {
    .order-card {
      padding: 24px; } }
  @media (max-width: 991.98px) {
    .order-card {
      padding: 24px 16px; } }
  @media (min-width: 992px) {
    .order-card:first-child {
      border-radius: 16px 16px 0 0; } }
  .order-card:first-child .btn-edit-step {
    position: absolute;
    top: 32px;
    right: 32px; }
    @media (max-width: 991.98px) {
      .order-card:first-child .btn-edit-step {
        top: 24px;
        right: 16px; } }
  .order-card:not(:last-child) {
    margin-bottom: 4px; }
  .order-card .custom-checkbox-agreement {
    font-size: 14px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.7); }
    .order-card .custom-checkbox-agreement a {
      color: var(--light-green);
      text-decoration: underline;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .order-card .custom-checkbox-agreement a:hover {
          text-decoration: none; } }
  .order-card.order-card-totals {
    border-radius: 12px;
    background: var(--green-color);
    color: var(--white-color); }
    @media (max-width: 991.98px) {
      .order-card.order-card-totals {
        padding: 24px 16px;
        border-radius: 0; } }
    .order-card.order-card-totals .right-side-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 32px; }
      .order-card.order-card-totals .right-side-title:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        @media (max-width: 991.98px) {
          .order-card.order-card-totals .right-side-title:not(:last-child) {
            margin-bottom: 16px;
            padding-bottom: 16px; } }
    .order-card.order-card-totals .btn {
      width: 100%;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .order-card.order-card-totals .btn:hover {
        background: var(--main50);
        color: var(--light-green); }
      .order-card.order-card-totals .btn[disabled] {
        opacity: 0.6;
        color: var(--white-color);
        background: var(--accent-color); }

[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; }
  .payment-type-list:not(:last-child) {
    margin-bottom: 24px; }
  .payment-type-list .payment-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid var(--stroke-color);
    padding-top: 16px; }
    .payment-type-list .payment-type:not(:last-child) {
      padding-bottom: 16px; }
  .payment-type-list .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }

.payment-picker .payment-details {
  border: 1px solid var(--stroke-color);
  border-radius: 12px;
  padding: 10px 16px;
  background: var(--main50); }
  .payment-picker .payment-details > :last-child {
    margin-bottom: 0; }

.custom-radio {
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondary-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .custom-radio:hover {
      color: var(--light-green); } }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio:has(input[type="radio"]:checked) {
    color: var(--black-color2); }
  .custom-radio .checkmark {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--white-color);
    border: 1px solid var(--field-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 6px;
      background: var(--white-color);
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border-color: var(--light-green);
    background: var(--light-green); }

.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;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .order-totals-block {
      margin-bottom: 16px; } }
  .order-totals-block .price-wrap {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.5;
    text-align: right; }
    .order-totals-block .price-wrap .price {
      color: var(--white-color); }
  .order-totals-block .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .order-totals-block .total-item:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item:not(:last-child) {
          margin-bottom: 16px; } }
    .order-totals-block .total-item .total-item-title {
      color: rgba(255, 255, 255, 0.8); }
    .order-totals-block .total-item.total-item-in-total {
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item.total-item-in-total {
          padding-top: 16px; } }
      .order-totals-block .total-item.total-item-in-total .price-wrap {
        color: var(--white-color);
        font-size: 36px;
        font-weight: 700;
        line-height: 1; }
        .order-totals-block .total-item.total-item-in-total .price-wrap .price {
          color: var(--white-color); }
        .order-totals-block .total-item.total-item-in-total .price-wrap span {
          font-size: 22px;
          line-height: 24px; }
    .order-totals-block .total-item .price-text {
      font-weight: 600;
      color: var(--white-color); }

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

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

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

.step-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-right: 76px; }
  .step-card-head .step-card-title {
    margin-right: auto;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .step-card-head .step-card-title {
        font-size: 18px;
        line-height: 24px; } }

.step-card .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }
  .step-card .step-title:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .step-card .step-title {
      font-size: 18px;
      line-height: 24px; }
      .step-card .step-title:not(:last-child) {
        margin-bottom: 16px; } }
  .step-card .step-title .btn {
    margin-left: auto; }

.step-card .form-grid {
  gap: 16px; }
  @media (min-width: 992px) {
    .step-card .form-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991.98px) {
    .step-card .form-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .step-card .form-grid .form-group:not(:last-child) {
    margin-bottom: 0; }

.step-completed-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .step-completed-info .info-column {
    width: 100%; }
  .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: 12px; }
  .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;
      display: -webkit-box;
      display: -ms-flexbox;
      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: 24px;
      min-width: 24px;
      padding: 2px 3px;
      border-radius: 999px;
      background: var(--orange-color);
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      color: var(--white-color); }
      @media (max-width: 991.98px) {
        .cart-products-list .cart-product .cart-product-qty,
        .cart-products-list .cart-product-set .cart-product-qty {
          width: 18px;
          height: 18px;
          min-width: 18px;
          font-size: 12px; } }
      .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 {
    display: block;
    width: 104px;
    height: 104px;
    padding: 5px;
    border-radius: 16px;
    border: 1px solid var(--stroke-color); }
    @media (max-width: 991.98px) {
      .cart-products-list .cart-product-img {
        width: 76px;
        height: 76px;
        border-radius: 12px; } }
    .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: 16px; }

.btn-edit-step {
  gap: 4px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  padding: 4px 0;
  min-height: 32px;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 991.98px) {
    .btn-edit-step {
      font-size: 12px;
      line-height: 16px;
      min-height: 24px; } }
  @media (any-hover: hover) {
    .btn-edit-step:hover {
      color: var(--light-green); } }
  .btn-edit-step .ic {
    width: 16px;
    height: 16px;
    color: var(--light-green); }

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

.form-required-fields-note {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 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: 18px;
      margin-left: 2px; }
  .order-comment .order-comment-field {
    display: none;
    gap: 30px; }
    .order-comment .order-comment-field .field-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
  .order-comment.open {
    margin-bottom: 20px; }
    .order-comment.open .btn-show-comment {
      display: none; }
    .order-comment.open .order-comment-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

#page-content.page-checkout-success {
  margin-bottom: 0;
  padding-bottom: 64px;
  padding-top: 100px; }
  @media (max-width: 991.98px) {
    #page-content.page-checkout-success {
      padding-bottom: 40px;
      padding-top: 86px; } }
  @media (max-width: 575.98px) {
    #page-content.page-checkout-success .page-title {
      font-size: 24px; } }

.checkout-success-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .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; }
    @media (min-width: 992px) {
      .checkout-success-grid .left-side {
        border-radius: 0 0 0 12px; } }
  @media (min-width: 992px) {
    .checkout-success-grid .right-side {
      border-radius: 0 0 12px 0; } }
  @media (max-width: 991.98px) {
    .checkout-success-grid .right-side {
      border-radius: 0 0 16px 16px; } }
  .checkout-success-grid .top-side {
    width: 100%; }
  .checkout-success-grid .left-side,
  .checkout-success-grid .right-side {
    padding: 32px;
    width: 50%;
    background: var(--white-color); }
    @media (min-width: 992px) {
      .checkout-success-grid .left-side:not(:last-child),
      .checkout-success-grid .right-side:not(:last-child) {
        border-right: 1px solid var(--stroke-color); } }
    @media (max-width: 1199.98px) {
      .checkout-success-grid .left-side,
      .checkout-success-grid .right-side {
        padding: 24px; } }
    @media (max-width: 991.98px) {
      .checkout-success-grid .left-side,
      .checkout-success-grid .right-side {
        width: 100%;
        padding: 24px 16px; }
        .checkout-success-grid .left-side:not(:last-child),
        .checkout-success-grid .right-side:not(:last-child) {
          border-bottom: 1px solid var(--stroke-color); } }
  .checkout-success-grid .cart-items {
    max-height: 576px;
    overflow: auto;
    padding-right: 6px;
    margin-right: -6px; }
    @media (min-width: 992px) {
      .checkout-success-grid .cart-items, .checkout-success-grid .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .checkout-success-grid .cart-items::-webkit-scrollbar,
      .checkout-success-grid .cart-items *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .checkout-success-grid .cart-items::-webkit-scrollbar-button,
      .checkout-success-grid .cart-items *::-webkit-scrollbar-button {
        display: none; }
      .checkout-success-grid .cart-items::-webkit-scrollbar-track,
      .checkout-success-grid .cart-items *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, #e9f4e4), color-stop(66.666%, #e9f4e4), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, #e9f4e4 33.333%, #e9f4e4 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      .checkout-success-grid .cart-items::-webkit-scrollbar-track-piece,
      .checkout-success-grid .cart-items *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, #e9f4e4), color-stop(66.666%, #e9f4e4), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, #e9f4e4 33.333%, #e9f4e4 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      .checkout-success-grid .cart-items::-webkit-scrollbar-thumb,
      .checkout-success-grid .cart-items *::-webkit-scrollbar-thumb {
        background: var(--light-green);
        border-radius: 99px; }
      .checkout-success-grid .cart-items::-webkit-scrollbar-corner,
      .checkout-success-grid .cart-items *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, #e9f4e4), color-stop(66.666%, #e9f4e4), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, #e9f4e4 33.333%, #e9f4e4 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

.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:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--stroke-color); }
  @media (max-width: 991.98px) {
    .order-info-card:not(:last-child) {
      padding-bottom: 12px;
      margin-bottom: 12px; } }

.order-info-card .info-flex-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .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 b {
  font-weight: 600; }

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

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

.order-info-title {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }
  .order-info-title:not(:last-child) {
    margin-bottom: 12px; }

table.order-info-table {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black-color); }
  @media (max-width: 991.98px) {
    table.order-info-table {
      font-size: 14px;
      line-height: 20px; } }
  table.order-info-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      table.order-info-table tr {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 991.98px) {
      table.order-info-table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        table.order-info-table tr:not(:last-child) {
          margin-bottom: 12px; } }
  table.order-info-table th {
    font-weight: 400;
    color: var(--secondary-color); }
    @media (min-width: 992px) {
      table.order-info-table th {
        width: 50%;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 991.98px) {
      table.order-info-table th {
        width: 100%; } }
  @media (min-width: 992px) {
    table.order-info-table td {
      padding-left: 6px; } }

.success-info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 32px;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid var(--stroke-color);
  background: var(--white-color); }
  @media (max-width: 1199.98px) {
    .success-info-message {
      padding: 24px;
      border-radius: 16px 16px 0 0; } }
  @media (max-width: 991.98px) {
    .success-info-message {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 24px 16px;
      text-align: center; } }
  .success-info-message .icon {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .success-info-message .title {
    color: var(--light-green);
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .success-info-message .title {
        font-size: 24px;
        line-height: 32px; } }
    .success-info-message .title:not(:last-child) {
      margin-bottom: 8px; }
  .success-info-message .text {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .success-info-message .text {
        font-size: 14px;
        line-height: 20px; } }
  .success-info-message .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 56px;
    margin-left: auto;
    font-size: 18px;
    padding: 10px 32px; }
    @media (max-width: 991.98px) {
      .success-info-message .btn {
        margin-right: auto; } }

.success-totals-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  min-height: 56px; }
  @media (max-width: 991.98px) {
    .success-totals-block {
      min-height: 44px; } }
  .success-totals-block .total-item-title {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
  .success-totals-block .price-wrap {
    font-size: 36px;
    font-weight: 700;
    line-height: 1; }
    .success-totals-block .price-wrap span {
      font-size: 22px;
      line-height: 24px; }
    @media (max-width: 991.98px) {
      .success-totals-block .price-wrap {
        font-size: 24px; }
        .success-totals-block .price-wrap span {
          font-size: 16px; } }

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(25, 56, 27, 0.4);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px); }

#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: 820px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: auto; }
  @media (max-width: 991.98px) {
    #cartModal {
      max-width: 100%; } }

/*
.cart-modal-inner {
    display: none;

    .overlay {
        display: none;
    }
}
.fancybox-container.form-popup .fancybox-content#cartModal {
    max-width: 900px; // <<--- cart width
}
*/
#cartModal {
  --px: 32px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 16px; } }
  #cartModal .cart-top {
    padding: 24px var(--px) 0; }
    @media (max-width: 991.98px) {
      #cartModal .cart-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: var(--px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        background: var(--green-color);
        min-height: 64px; } }
  #cartModal .cart-title {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25; }
    @media (max-width: 991.98px) {
      #cartModal .cart-title {
        font-size: 20px;
        line-height: 1.4;
        text-transform: uppercase;
        color: var(--white-color); } }
  #cartModal .cart-items-heading {
    margin-top: 12px; }
  #cartModal .cart-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100%; }
    @media (max-width: 991.98px) {
      #cartModal .cart-body:has(.fast-order-open)::before {
        content: "";
        position: absolute;
        z-index: 5;
        inset: 0;
        background: rgba(25, 56, 27, 0.4);
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  #cartModal .cart-items {
    padding: 0 calc(var(--px) - 5px) 30px var(--px);
    margin-right: 5px;
    overflow-y: auto; }
    @media (min-width: 992px) {
      #cartModal .cart-items, #cartModal .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #cartModal .cart-items::-webkit-scrollbar,
      #cartModal .cart-items *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: var(--stroke-color); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: var(--stroke-color); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: var(--light-green);
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: var(--stroke-color); } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20; }
  #cartModal .message-limit {
    font-weight: bold;
    color: var(--white-color);
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 20px var(--px);
    background: var(--white-color);
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.05); }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: var(--px);
        row-gap: 12px; } }
    @media (max-width: 575.98px) {
      #cartModal .bottom-row .btn {
        width: 100%; } }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      #cartModal .total-block {
        gap: 8px; } }
    #cartModal .total-block .total-title {
      color: var(--gray-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5; }
      @media (min-width: 992px) {
        #cartModal .total-block .total-title {
          -ms-flex-item-align: end;
              align-self: flex-end; } }
    #cartModal .total-block .price-wrap {
      font-size: 36px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 991.98px) {
        #cartModal .total-block .price-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 4px;
          font-size: 24px; } }
      #cartModal .total-block .price-wrap .price span {
        font-size: 22px;
        line-height: 24px; }
        @media (max-width: 991.98px) {
          #cartModal .total-block .price-wrap .price span {
            font-size: 14px;
            line-height: 24px; } }
      #cartModal .total-block .price-wrap .old-price {
        color: var(--gray-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
  @media (max-width: 991.98px) {
    #cartModal .btn-continue {
      display: none; } }
  #cartModal .cart-empty {
    min-height: calc(100% - 64px);
    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;
    padding: 24px 32px 32px; }
    @media (max-width: 991.98px) {
      #cartModal .cart-empty {
        padding: 20px 16px 32px;
        row-gap: 32px; }
        #cartModal .cart-empty::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 64px;
          background: var(--blue-main); }
        #cartModal .cart-empty .cart-title {
          position: relative;
          z-index: 5; } }
    #cartModal .cart-empty .empty-content {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 16px; }
    #cartModal .cart-empty .empty-img {
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #cartModal .cart-empty .empty-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    #cartModal .cart-empty .title {
      font-family: "Geologica", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
      color: var(--black-color);
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px; }
    #cartModal .cart-empty .description {
      color: var(--secondary-color);
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    @media (max-width: 991.98px) {
      #cartModal .cart-empty .btn-continue {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  #cartModal .modal-close {
    top: 20px;
    right: 22px; }
    @media (max-width: 991.98px) {
      #cartModal .modal-close {
        top: 12px;
        right: 16px; } }

.btn-continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  min-height: unset;
  background-color: transparent;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: auto; }
  .btn-continue svg.ic {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--light-green);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 10px; }
  @media (any-hover: hover) {
    .btn-continue:hover {
      color: var(--light-green); }
      .btn-continue:hover svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; } }
  .btn-continue:focus {
    color: var(--light-green); }
    .btn-continue:focus svg.ic {
      -webkit-animation: moveArrow 0.8s forwards;
              animation: moveArrow 0.8s forwards; }

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

.checkout-empty {
  padding-top: 68px; }
  @media (max-width: 991.98px) {
    .checkout-empty {
      padding-top: 32px; } }
  .checkout-empty .empty-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 64px 24px;
    border-radius: 20px;
    background: var(--white-color); }
    @media (min-width: 992px) {
      .checkout-empty .empty-content {
        min-height: 504px; } }
    @media (max-width: 991.98px) {
      .checkout-empty .empty-content {
        padding: 24px 20px;
        border-radius: 16px;
        row-gap: 12px; } }
    .checkout-empty .empty-content .empty-img {
      width: 160px;
      height: 160px; }
      @media (max-width: 991.98px) {
        .checkout-empty .empty-content .empty-img {
          width: 120px;
          height: 120px; } }
      .checkout-empty .empty-content .empty-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
    .checkout-empty .empty-content .title {
      font-family: "Geologica", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
      color: var(--black-color);
      text-align: center;
      font-size: 48px;
      font-weight: 600;
      line-height: 56px; }
      @media (max-width: 991.98px) {
        .checkout-empty .empty-content .title {
          font-size: 24px;
          line-height: 32px; } }
    .checkout-empty .empty-content .description {
      max-width: 560px;
      color: var(--secondary-color);
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5; }
      @media (max-width: 991.98px) {
        .checkout-empty .empty-content .description {
          font-size: 14px;
          line-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 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr 160px 122px 32px;
  grid-template-columns: 100px 1fr 160px 122px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 1fr;
      grid-template-columns: 80px 1fr 1fr; } }

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

.products-table.products-table-no-edit .cart-items-heading,
.products-table.products-table-no-edit .cart-item {
  -ms-grid-columns: 100px 1fr 80px 120px;
  grid-template-columns: 100px 1fr 80px 120px; }
  @media (max-width: 991.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr; }
      .products-table.products-table-no-edit .cart-items-heading .cart-item-info,
      .products-table.products-table-no-edit .cart-item .cart-item-info {
        padding-right: 0; } }
  @media (max-width: 575.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 80px 1fr 1fr;
      grid-template-columns: 80px 1fr 1fr; } }

.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: 16px;
  padding-bottom: 12px;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--stroke-color); }
  @media (max-width: 991.98px) {
    .cart-items-heading {
      display: none; } }

.cart-item {
  position: relative;
  padding: 16px 0; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid var(--main-100); }
  @media (max-width: 991.98px) {
    .cart-item {
      padding: 12px 0;
      min-height: auto;
      border-bottom: 1px solid var(--main-100); } }
  .cart-item .cart-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      border-radius: 16px; }
  .cart-item .cart-item-info {
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 3;
        grid-column: span 3;
        padding-right: 32px; } }
    @media (max-width: 575.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .cart-item .product-title {
        font-size: 16px; } }
    .cart-item .product-title span {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    @media (any-hover: hover) {
      .cart-item .product-title:hover, .cart-item .product-title:focus {
        color: var(--light-green);
        text-decoration: none; } }
  .cart-item .product-sku {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px; }
    .cart-item .product-sku b {
      font-weight: 400;
      color: var(--black-color); }
  .cart-item .variant-attributes {
    font-size: 13px;
    margin-top: 8px; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-qty {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .cart-item .cart-item-qty .qty-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--black-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 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;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 12px;
    background: var(--main50); }
  .cart-item .price-wrap {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; }
    .cart-item .price-wrap .price span {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5; }
    .cart-item .price-wrap .old-price {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    @media (max-width: 991.98px) {
      .cart-item .price-wrap {
        font-size: 20px;
        line-height: 1.2; }
        .cart-item .price-wrap .old-price {
          font-size: 12px;
          line-height: 16px; } }
  @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;
      -ms-grid-row-align: end;
          align-self: end; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }

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

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

.cart-item-remove,
.cart-item-set-remove {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--gray-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: 16px; } }
  .cart-item-remove .remove,
  .cart-item-set-remove .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cart-item-remove svg,
  .cart-item-set-remove svg {
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .cart-item-remove .remove:focus svg.ic,
  .cart-item-set-remove .remove:focus svg.ic {
    color: red; }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: red; } }

#cart-fast-order {
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  #cart-fast-order.fast-order-open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    #cart-fast-order.fast-order-open .fast-order-form-title .icon {
      -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: -40px; }
  #cart-fast-order .fast-order-form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 8px 8px 0 0;
    color: var(--green-color);
    background: var(--light-bg);
    cursor: pointer; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-title {
        font-size: 14px;
        line-height: 20px; } }
    #cart-fast-order .fast-order-form-title .icon {
      width: 12px;
      height: 12px;
      color: var(--green-color);
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  #cart-fast-order .fast-order-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 20px var(--px);
    background: var(--light-bg);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-wrap {
        padding: 16px;
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #cart-fast-order .fast-order-form-notice {
    max-width: 202px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-notice {
        max-width: 100%;
        text-align: center; } }
  #cart-fast-order .form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #cart-fast-order .form-wrap {
        width: 100%; } }
    #cart-fast-order .form-wrap .form-control {
      height: 48px;
      border-radius: 12px;
      background: var(--white-color);
      border-color: var(--stroke-color);
      color: var(--secondary-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: red; }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: var(--secondary-color); }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: var(--secondary-color); }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: var(--secondary-color); }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: var(--secondary-color); }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: var(--secondary-color); }
      @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 .fast-order-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 26px;
    min-height: 48px;
    border-radius: 80px;
    border: 1px solid var(--light-green);
    background: var(--white-color);
    color: var(--green-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      #cart-fast-order .fast-order-btn:hover {
        background: var(--light-green);
        color: var(--white-color); } }
    @media (max-width: 575.98px) {
      #cart-fast-order .fast-order-btn {
        width: 100%; } }

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

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

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

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

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

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

.account-nav-wrap .btn-account-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-second);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  margin-top: 20px; }
  @media (pointer: fine) {
    .account-nav-wrap .btn-account-logout:hover {
      color: var(--theme-color-main); } }
  .account-nav-wrap .btn-account-logout .ic {
    display: block;
    margin-right: 4px;
    width: 20px;
    height: 20px; }

.account-nav-wrap .account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px; }
  .account-nav-wrap .account-nav .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--color-text);
    background-color: var(--white-color); }
    .account-nav-wrap .account-nav .link-item .ic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 22px;
              flex: 0 0 22px;
      width: 22px;
      height: 22px; }
    @media (pointer: fine) {
      .account-nav-wrap .account-nav .link-item:hover {
        color: var(--white-color);
        background-color: var(--theme-color-second); } }
    .account-nav-wrap .account-nav .link-item.active {
      color: var(--white-color);
      background-color: var(--theme-color-second); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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