@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #24084e;
  --theme-color-second: #6337a6;
  --theme-color-third: #24084e;
  --color-text: #181818;
  --color-decore: #24084e;
  --grey-color: #7F7F7F;
  --white-color: #ffffff;
  --bg: #FAFAFA;
  --price-color: #151515;
  --price-old: #888888;
  --price-new: #E91C25;
  --color-link: #24084e;
  --color-link-hovered: #6337a6;
  --color-title-link: #181818;
  --color-title-link-hovered: #24084e;
  --theme-main-color: #29307D;
  --theme-color-milk: #FFFAEE;
  --theme-dark-green: #0D2818;
  --color-black: #000000;
  --color-beige: #E5DFD1;
  --color-yellow: #F5BB00;
  --color-red: #E91C25;
  --color-avocado: #4F7717; }

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

body {
  background: #E5DFD1;
  color: var(--theme-dark-green);
  font-size: 0.875rem;
  font-family: "NotoSans", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

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

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

html.filter-mobile-active {
  overflow: hidden; }

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

.text-dark {
  color: var(--theme-main-color); }

.fancybox-bg {
  opacity: 1 !important;
  background: rgba(13, 40, 24, 0.8); }

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

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

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

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

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

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

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

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

.content-wrap {
  padding-top: 80px; }
  @media (max-width: 991.98px) {
    .content-wrap {
      padding-top: 44px; } }

.block-wrapper {
  margin-bottom: 80px; }

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

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

.icon-arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  color: var(--theme-main-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: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.swiper-pagination {
  display: none;
  padding: 4px 0; }
  @media (max-width: 767.98px) {
    .swiper-pagination {
      display: block;
      position: static !important;
      -webkit-transform: unset !important;
          -ms-transform: unset !important;
              transform: unset !important;
      margin: 20px auto 0; } }
  .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 9px;
    min-width: 9px;
    height: 9px;
    background: var(--color-beige);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    margin: 0 7px !important; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--theme-main-color) !important;
      -webkit-transform: scale(1.5) !important;
          -ms-transform: scale(1.5) !important;
              transform: scale(1.5) !important; }
  .swiper-pagination.slider-bullets {
    margin: 30px auto 0; }
    .swiper-pagination.slider-bullets .swiper-pagination-bullet {
      background: #8484a2; }

.head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px; }
  .head-wrap .section-title {
    margin-bottom: 0 !important; }

.navigation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px; }
  @media (max-width: 767.98px) {
    .navigation-wrap {
      display: none; } }

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46px !important;
  height: 35px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none; }
  .swiper-button-next:hover svg, .swiper-button-next:focus svg,
  .swiper-button-prev:hover svg,
  .swiper-button-prev:focus svg {
    color: var(--theme-dark-green); }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    color: transparent;
    stroke-width: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

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

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 20px; }
  @media (max-width: 767.98px) {
    .rating {
      margin-top: 16px; } }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rating .rating-stars .star-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 25px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='24' viewBox='0 0 28 24' fill='none'%3E%3Cpath d='M4.73438 20.1818L7.58145 13.0187L2 9.47475L9.12737 9.12918L11.9609 2L15.2959 8.8301L27 8.26263L17.5016 13.3473L21.7266 22L12.4001 16.0782L4.73438 20.1818Z' fill='%2329307D' stroke='%2329307D'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 767.98px) {
        .rating .rating-stars .star-icon {
          width: 16px;
          height: 14px; } }
      .rating .rating-stars .star-icon.disabled {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' viewBox='0 0 27 24' fill='none'%3E%3Cpath d='M4.625 20.1818L7.35819 13.0187L2 9.47475L8.84227 9.12918L11.5625 2L14.7641 8.8301L26 8.26263L16.8815 13.3473L20.9375 22L11.9841 16.0782L4.625 20.1818Z' fill='%23E5DFD1' stroke='%23E5DFD1'/%3E%3C/svg%3E"); }
    .rating .rating-stars .count {
      color: var(--theme-dark-green);
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
      @media (max-width: 991.98px) {
        .rating .rating-stars .count {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 767.98px) {
        .rating .rating-stars .count {
          font-size: 12px;
          line-height: 14px; } }

.share-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .share-widget .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1px solid transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .share-widget .link:hover {
        border: 1px solid var(--theme-main-color); } }

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

#page-header {
  background: #E5DFD1;
  -webkit-box-shadow: 0 3px 4px #0000001c;
          box-shadow: 0 3px 4px #0000001c; }
  #page-header.checkout-header {
    margin-bottom: 80px; }
    @media (max-width: 1199.98px) {
      #page-header.checkout-header {
        margin-bottom: 50px; } }
    @media (max-width: 767.98px) {
      #page-header.checkout-header {
        margin-bottom: 24px; } }
    #page-header.checkout-header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  #page-header .header-top {
    padding: 10px 0; }
    #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: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 10px; }
      @media (max-width: 991.98px) {
        #page-header .header-top > .container {
          gap: 0; } }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 28px;
    padding: 6px 0 5px; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        margin-right: auto; } }
    #page-header .logo-wrap img {
      max-width: 126px;
      width: 100%; }
      @media (max-width: 767.98px) {
        #page-header .logo-wrap img {
          max-width: 100px; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: -17px;
    height: 20px;
    min-width: 20px;
    padding: 2px 3px;
    border-radius: 999px;
    background-color: var(--theme-main-color);
    color: var(--theme-color-milk);
    font-size: 14px;
    line-height: 1;
    text-align: center; }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding-bottom: 10px;
    margin-left: 22px;
    margin-right: 18px; }
    @media (max-width: 991.98px) {
      #page-header .header-actions-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin: 0; } }
  #page-header .btn-cart {
    position: relative;
    cursor: pointer; }
    #page-header .btn-cart .ic {
      width: 24px;
      height: 24px; }
  #page-header .catalog-btn {
    min-height: 40px;
    background: white;
    border-color: var(--white-color); }
    #page-header .catalog-btn.active .icon-arrow {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        width: 100%;
        background: var(--theme-main-color);
        color: var(--white-color); } }
  #page-header .header-search {
    max-width: 310px;
    width: 100%; }
    @media (max-width: 1199.98px) {
      #page-header .header-search {
        margin-left: auto;
        width: auto; } }
    @media (max-width: 991.98px) {
      #page-header .header-search .search-form {
        display: none; } }
  #page-header .header-search-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background: transparent;
    margin-right: 16px;
    padding: 0;
    margin-bottom: 10px; }
    @media (min-width: 991.98px) {
      #page-header .header-search-btn {
        display: none; } }
    @media (max-width: 991.98px) {
      #page-header .header-search-btn {
        margin-right: 30px; } }
    #page-header .header-search-btn .icon {
      color: var(--theme-dark-green);
      width: 21px;
      height: 21px; }
    #page-header .header-search-btn.btn-search-active {
      background: var(--theme-main-color); }
      #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-main-color);
        color: var(--white-color); } }
  #page-header .header-pages {
    padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      #page-header .header-pages.desktop {
        display: none; } }
    @media (min-width: 768px) {
      #page-header .header-pages.mobile {
        display: none; } }
    @media (pointer: fine) {
      #page-header .header-pages .nav-item:has(a) .nav-link:hover {
        color: var(--color-red); } }
    #page-header .header-pages .nav-link {
      color: var(--theme-dark-green);
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      padding: 0 10px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  #page-header .home-pages-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    #page-header .header-languages.desktop,
    #page-header .header-catalog.desktop {
      display: none; } }
  @media (min-width: 768px) {
    #page-header .header-languages.mobile,
    #page-header .header-catalog.mobile {
      display: none; } }

body:has(.header-menu)::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 40, 24, 0.8);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

body:has(.header-menu).menu-opened::before {
  opacity: 1;
  visibility: visible; }

.header-menu {
  position: fixed;
  z-index: 105;
  top: 0;
  right: 0;
  bottom: 0;
  width: 410px;
  height: 90dvh;
  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(--theme-color-milk);
  -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-main-color) var(--bg);
  scrollbar-width: thin; }
  .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-main-color);
    border-radius: 4px; }
  @media (max-width: 767.98px) {
    .header-menu {
      width: 100%;
      height: auto;
      min-height: 100%; } }
  .header-menu .header-menu-wrap {
    -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; }
  .header-menu .header-contacts {
    margin-top: auto; }
  .header-menu .btn-hide-menu {
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: transparent;
    border: none;
    outline: none; }
    @media (pointer: fine) {
      .header-menu .btn-hide-menu:hover .ic {
        color: var(--color-red); } }
    .header-menu .btn-hide-menu .ic {
      color: rgba(13, 40, 24, 0.5);
      width: 31px;
      height: 31px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .header-menu .header-pages-nav {
    padding: 40px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    gap: 20px; }
    @media (max-width: 767.98px) {
      .header-menu .header-pages-nav {
        padding: 40px 20px; } }
    .header-menu .header-pages-nav .nav-link {
      padding: 0;
      color: var(--theme-dark-green);
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase; }
  .header-menu .header-menu-contacts {
    padding: 20px 36px;
    gap: 20px;
    border-top: 1px solid var(--theme-dark-green);
    border-bottom: 1px solid var(--theme-dark-green);
    margin-bottom: 0 !important; }
    @media (max-width: 767.98px) {
      .header-menu .header-menu-contacts {
        padding: 20px; } }
  .header-menu .nav-languages-inline-wrap {
    background-color: var(--color-beige);
    border-bottom: 1px solid var(--theme-dark-green);
    padding: 10px 20px; }
    .header-menu .nav-languages-inline-wrap .nav-languages {
      gap: 18px; }
    .header-menu .nav-languages-inline-wrap .nav-languages-item {
      color: rgba(13, 40, 24, 0.5);
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      text-decoration: none; }
    .header-menu .nav-languages-inline-wrap .nav-languages-active {
      color: var(--theme-dark-green); }
  .header-menu .actions-wrap {
    padding: 40px 36px; }
    @media (max-width: 767.98px) {
      .header-menu .actions-wrap {
        margin: 0 auto;
        padding: 40px 20px; } }
    @media (max-width: 575.98px) {
      .header-menu .actions-wrap {
        width: 100%; } }
    .header-menu .actions-wrap .btn-main-dark .ic {
      color: var(--color-black); }
    @media (max-width: 767.98px) {
      .header-menu .actions-wrap .btn-main-dark .text {
        font-size: 22px !important;
        line-height: 30px; } }
    @media (max-width: 575.98px) {
      .header-menu .actions-wrap .btn-main-dark {
        width: 100%; } }

.hamburger {
  position: relative;
  z-index: 102;
  width: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hamburger .icon {
    color: var(--theme-dark-green);
    width: 51px;
    height: 19px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (any-hover: hover) {
    .hamburger:hover .icon {
      color: var(--theme-main-color); } }
  .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%); }

.catalog-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  width: auto;
  padding: 20px 0;
  background: var(--white);
  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);
      -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 991.98px) {
    .catalog-drop {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 20px;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0;
      overflow-y: auto; } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding-bottom: 16px;
    background: white;
    border-bottom: 1px solid; }
    .catalog-drop .catalog-drop-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-top {
        display: none; } }
  .catalog-drop .catalog-drop-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }
  .catalog-drop .nav-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-drop .catalog-drop-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 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); }
    .catalog-drop .catalog-drop-item:not(:last-child) {
      margin-bottom: 16px; }
  @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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    color: var(--theme-main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-link {
        padding: 0 14px; } }
    .catalog-drop .catalog-drop-link .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
      width: 24px;
      height: 24px;
      padding: 7px;
      color: var(--theme-main-color);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
      @media (min-width: 992px) {
        .catalog-drop .catalog-drop-link .icon {
          pointer-events: none;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }
    .catalog-drop .catalog-drop-link:hover, .catalog-drop .catalog-drop-link:focus {
      text-decoration: none;
      color: var(--theme-color-second); }
  .catalog-drop .sub-list {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        padding: 20px 0;
        background: var(--white);
        -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list {
        display: none; } }

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

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .sub-list li:hover .sub-list.lv-2, .catalog-drop .sub-list li:focus .sub-list.lv-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .catalog-drop .sub-list li a {
      font-weight: 400;
      color: var(--theme-main-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .catalog-drop .sub-list li a:hover, .catalog-drop .sub-list li a:focus {
        color: var(--theme-main-color); }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 8px; } }
  .header-pages-nav .nav-item:last-child {
    display: none; }
  .header-pages-nav .nav-link {
    padding: 2px 10px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  @media (pointer: fine) {
    .header-pages-nav .nav-item:has(a) .nav-link:hover {
      color: var(--color-red); } }

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

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 99; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    border: 1px solid grey;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer; }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        width: 40px;
        height: 40px;
        background: #f7f8ff;
        border-color: #f7f8ff; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active {
      background: grey; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active .icon {
        color: var(--white); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 20px;
      height: 20px;
      color: var(--theme-color-main); }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
          width: 16px;
          height: 16px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #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); } }

.nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  .nav-languages-dropdown-wrap .current-language {
    position: relative;
    color: var(--theme-dark-green);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    z-index: 5; }
    .nav-languages-dropdown-wrap .current-language::after {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 5L0 0H8L4 5Z' fill='%23E91C25'/%3E%3C/svg%3E");
      width: 8px;
      height: 6px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    .nav-languages-dropdown-wrap .current-language.active::after {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
  .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    gap: 2px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .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; }
    .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  .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;
    color: rgba(13, 40, 24, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .nav-languages-dropdown-wrap .nav-languages-link:focus {
      color: var(--white-color); }
    @media (pointer: fine) {
      .nav-languages-dropdown-wrap .nav-languages-link:hover {
        color: var(--white-color); } }

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

.nav-languages-inline-wrap .nav-languages-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; }

.nav-languages-inline-wrap .nav-languages-link {
  color: rgba(255, 250, 238, 0.5); }

.nav-languages-inline-wrap .nav-languages-active {
  color: var(--theme-color-milk);
  cursor: default; }

#page-footer {
  color: var(--white-color);
  background-color: var(--theme-main-color);
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    #page-footer {
      padding-top: 16px;
      padding-bottom: 16px; } }
  #page-footer .footer-top {
    padding-bottom: 60px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-top {
        padding-bottom: 50px; } }
  #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 {
        display: block; } }
  #page-footer .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 74px; }
    @media (max-width: 1199.98px) {
      #page-footer .left-side {
        gap: 30px; } }
    @media (max-width: 991.98px) {
      #page-footer .left-side {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px 20px; } }
  #page-footer .nav-link {
    position: relative;
    color: var(--theme-color-milk);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 5px 0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    #page-footer .nav-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0;
      background-color: var(--theme-color-milk);
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    @media (pointer: fine) {
      #page-footer .nav-link:hover::after {
        width: 100%; } }
  #page-footer .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #page-footer .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 130px; }
    @media (max-width: 1199.98px) {
      #page-footer .right-side {
        gap: 30px; } }
  #page-footer .nav-languages-dropdown-wrap .current-language {
    color: var(--white-color); }
  #page-footer .nav-languages-dropdown-wrap .nav-languages-link {
    color: rgba(255, 250, 238, 0.5); }
  #page-footer .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px; }
  #page-footer .footer-bottom > .container {
    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; }
  #page-footer .actions-mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 70px; }
  @media (max-width: 767.98px) {
    #page-footer .logo-wrap img {
      max-width: 124px; } }
  #page-footer .copyright {
    color: --theme-color-milk;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }

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

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

.form-style .form-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .form-style .form-title {
      font-size: 24px; } }

.form-style .form-note {
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px; }
  @media (max-width: 767.98px) {
    .form-style .form-note {
      font-size: 16px; } }

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

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

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 575.98px) {
    .form-style .form-group:not(:last-child),
    .form-style .form-row-group:not(:last-child) {
      margin-bottom: 10px; } }

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

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 80px;
  padding: 4px 25px;
  background: var(--white-color);
  border-radius: 0;
  color: var(--theme-derk-green);
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: rgba(13, 40, 24, 0.3); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: rgba(13, 40, 24, 0.3); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: rgba(13, 40, 24, 0.3); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: rgba(13, 40, 24, 0.3); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: rgba(13, 40, 24, 0.3); }
  @media (max-width: 767.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      font-size: 20px;
      min-height: 60px; } }
  @media (max-width: 575.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      font-size: 14px;
      padding: 4px 10px;
      min-height: 40px; } }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--theme-dark-green); }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }

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

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

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

.form-style .jq-selectbox.form-control {
  height: auto; }
  .form-style .jq-selectbox.form-control:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--theme-dark-green); }
  .form-style .jq-selectbox.form-control.focused .jq-selectbox__select {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--theme-dark-green); }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 80px;
    width: 100%;
    padding: 4px 25px;
    background: var(--theme-color-milk);
    color: rgba(13, 40, 24, 0.3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 767.98px) {
      .form-style .jq-selectbox.form-control .jq-selectbox__select {
        height: 60px; } }
    @media (max-width: 575.98px) {
      .form-style .jq-selectbox.form-control .jq-selectbox__select {
        height: 40px;
        padding: 4px 10px; } }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
      color: var(--theme-dark-green);
      font-size: 26px;
      font-weight: 400;
      line-height: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media (max-width: 767.98px) {
        .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
          font-size: 20px; } }
      @media (max-width: 575.98px) {
        .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
          font-size: 14px; } }
  .form-style .jq-selectbox.form-control .jq-selectbox__trigger {
    width: auto;
    right: 32px;
    background-color: var(--theme-color-milk); }
    .form-style .jq-selectbox.form-control .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      width: 23.5px;
      height: 10px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='13' viewBox='0 0 25 13' fill='none'%3E%3Cpath d='M0.75 1L13.25 11L24.25 1' stroke='%230D2818' stroke-opacity='0.5' stroke-width='2'/%3E%3C/svg%3E") center no-repeat;
      background-size: contain; }
      @media (max-width: 1199.98px) {
        .form-style .jq-selectbox.form-control .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
          width: 18px; } }
      @media (max-width: 767.98px) {
        .form-style .jq-selectbox.form-control .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
          width: 12px; } }
      @media (max-width: 575.98px) {
        .form-style .jq-selectbox.form-control .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
          right: 10px;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    background: var(--theme-color-milk);
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
            box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
    overflow: hidden; }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul {
      background: var(--theme-color-milk); }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li {
        color: rgba(13, 40, 24, 0.6);
        font-size: 22px;
        font-weight: 400;
        line-height: normal;
        padding: 14px 25px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (max-width: 767.98px) {
          .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li {
            font-size: 20px; } }
        @media (max-width: 575.98px) {
          .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li {
            font-size: 14px;
            padding: 8px 10px; } }
        @media (pointer: fine) {
          .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li:hover {
            color: var(--theme-dark-green);
            background: var(--color-beige); } }

.form-style .warehouse-result ul,
.form-style .city-result ul {
  background: var(--theme-color-milk);
  border: none;
  -webkit-box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
          box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13); }
  .form-style .warehouse-result ul li,
  .form-style .city-result ul li {
    color: rgba(13, 40, 24, 0.6);
    font-size: 22px !important;
    font-weight: 400;
    line-height: normal;
    padding: 14px 25px !important; }
    @media (max-width: 767.98px) {
      .form-style .warehouse-result ul li,
      .form-style .city-result ul li {
        font-size: 20px !important; } }
    @media (max-width: 575.98px) {
      .form-style .warehouse-result ul li,
      .form-style .city-result ul li {
        font-size: 14px !important;
        padding: 8px 10px !important; } }
  .form-style .warehouse-result ul .ui-state-focus,
  .form-style .city-result ul .ui-state-focus {
    color: var(--theme-dark-green) !important;
    background: var(--color-beige) !important; }

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

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

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

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

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

.fancybox-container.form-popup .fancybox-content {
  padding: 20px;
  width: 100%;
  max-width: 520px;
  background-color: var(--theme-color-milk); }

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

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

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

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

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

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

#search-modal {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 10000;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  padding: 20px 14px 24px 24px;
  border: 1px solid rgba(13, 40, 24, 0.5);
  background: var(--theme-color-milk);
  -webkit-box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
          box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 576px) {
    #search-modal .search-modal-header,
    #search-modal .search-form {
      display: none; } }
  @media (max-width: 991.98px) {
    #search-modal {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  #search-modal .search-results {
    max-height: calc(100dvh - 210px);
    overflow: auto;
    padding-right: 10px; }
    @media (min-width: 992px) {
      #search-modal .search-results, #search-modal .search-results * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #search-modal .search-results::-webkit-scrollbar,
      #search-modal .search-results *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #search-modal .search-results::-webkit-scrollbar-button,
      #search-modal .search-results *::-webkit-scrollbar-button {
        display: none; }
      #search-modal .search-results::-webkit-scrollbar-track,
      #search-modal .search-results *::-webkit-scrollbar-track {
        background: rgba(229, 223, 209, 0.2); }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: rgba(229, 223, 209, 0.2); }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: var(--color-beige);
        border-radius: 99px; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: rgba(229, 223, 209, 0.2); } }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: grey;
    margin-bottom: 8px; }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 20px; }
  #search-modal .result-message {
    background: rgba(128, 128, 128, 0.1);
    text-align: center;
    padding: 24px;
    font-size: 16px;
    line-height: 24px; }
    #search-modal .result-message > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .description {
      margin-bottom: 20px; }
  #search-modal .btn-main {
    margin: 30px auto 0; }
    #search-modal .btn-main .text {
      font-size: 18px; }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  #search-modal .result-products .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px; }
  #search-modal .product-search-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 96px 1fr minmax(104px, auto);
    grid-template-columns: 96px 1fr minmax(104px, auto);
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--theme-color-main);
    padding: 16px 0;
    border-bottom: 1px solid #ededed; }
    #search-modal .product-search-card:first-child {
      border-top: 1px solid #ededed; }
    #search-modal .product-search-card .title,
    #search-modal .product-search-card .description {
      -ms-grid-column: 2;
      grid-column: 2; }
    #search-modal .product-search-card img {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card .price-wrap {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card img {
      border-radius: 12px;
      width: 96px;
      height: 96px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      padding: 8px; }
    #search-modal .product-search-card .title {
      font-size: 16px;
      line-height: 1.1;
      margin-top: auto; }
    #search-modal .product-search-card .sku {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: auto;
      color: gray; }
    #search-modal .product-search-card .price-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  #search-modal .result-categories .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px; }
  #search-modal .category-search-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--color-beige);
    color: var(--theme-color-main);
    text-decoration: none;
    padding: 8px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      #search-modal .category-search-card:hover {
        background: var(--color-beige); } }
    #search-modal .category-search-card:focus {
      background: var(--color-beige); }
  #search-modal .search-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px; }
    #search-modal .search-modal-header .title {
      font-size: 24px;
      line-height: 28px; }
  #search-modal .close-modal {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="%231B1203"/></svg>');
    background-color: rgba(128, 128, 128, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #search-modal .close-modal:after {
      display: none; }
    #search-modal .close-modal:focus {
      background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="white"/></svg>');
      background-color: var(--theme-color-main);
      -webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4); }
  #search-modal .search-form {
    margin-bottom: 20px; }
  #search-modal .search-modal-header {
    display: none; }
  @media (max-width: 575.98px) {
    #search-modal {
      inset: 0;
      border-radius: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 16px 20px; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #search-modal .result-title {
        margin-bottom: 12px; }
      #search-modal .result-products .result-list {
        margin-top: 12px; }
      #search-modal .result-message {
        font-size: 14px;
        line-height: 20px;
        height: calc(100vh - 180px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #search-modal .result-message > .icon {
          font-size: 56px;
          margin-bottom: 16px; }
      #search-modal .search-results {
        padding-right: 0;
        max-height: calc(100vh - 160px); }
      #search-modal .product-search-card {
        -ms-grid-columns: 88px 1fr;
        grid-template-columns: 88px 1fr;
        grid-column-gap: 12px; }
        #search-modal .product-search-card img {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 3;
          grid-row: 1 / 4;
          -ms-grid-row-align: start;
              align-self: start; }
        #search-modal .product-search-card .price-wrap {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 3;
          grid-row: 3; }
        #search-modal .product-search-card img {
          width: 88px;
          height: 88px; }
        #search-modal .product-search-card .title {
          line-height: 1.1; }
        #search-modal .product-search-card .price-wrap {
          line-height: 1;
          margin-top: 4px; }
          #search-modal .product-search-card .price-wrap .old-price {
            margin-bottom: 2px; } }

.search-modal-overlay {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(13, 40, 24, 0.8);
  cursor: pointer; }

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden; }
  .search-form input {
    border: 1px solid rgba(13, 40, 24, 0.5);
    background: #E5DFD1;
    height: 46px;
    width: 100%;
    padding: 8px;
    padding-left: 46px;
    outline: none; }
    .search-form input:focus {
      border-color: var(--theme-color-main); }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 100%;
    border: none;
    outline: none;
    background: none; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        height: 46px; } }
    .search-form .btn-search .ic {
      color: var(--theme-color-main);
      width: 20px;
      min-width: 20px;
      height: 20px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--theme-color-main); }

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

#page-breadcrumbs {
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px; }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
  #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: 10px;
    -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 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(13, 40, 24, 0.7);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    gap: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 11px;
      height: 14px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14' fill='none'%3E%3Cpath d='M1.45294 1.48566L3.21553 12.9966L9.82839 7.31205L1.45294 1.48566Z' fill='%230D2818' stroke='%230D2818'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  #page-breadcrumbs .breadcrumbs-nav-item-main {
    color: var(--theme-dark-green); }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    color: rgba(13, 40, 24, 0.5);
    cursor: default; }

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

.btn {
  background-color: transparent;
  font-weight: 600;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0; }
  .btn .btn-text {
    vertical-align: middle; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

button {
  outline: none !important; }

.btn {
  padding: 4px 25px;
  font-size: 16px; }

.btn-default {
  background-color: var(--theme-main-color);
  color: var(--white-color); }
  @media (pointer: fine) {
    .btn-default:hover {
      background-color: rgba(41, 48, 125, 0.9); } }
  .btn-default:focus {
    background-color: rgba(41, 48, 125, 0.9); }

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

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

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  border: 0 none;
  outline: none !important;
  padding: 0; }

.btn-link {
  color: var(--theme-color-main); }

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

.btn-main {
  position: relative;
  display: block;
  padding: 20px 45px;
  text-decoration: none !important;
  min-width: 300px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none !important;
  background-color: var(--theme-main-color);
  clip-path: polygon(5.886% 86.355%, 0.197% 18.673%, 100% 0.752%, 94.068% 100%, 5.886% 86.355%);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-main .text {
    color: var(--theme-color-milk);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .btn-main .text {
        font-size: 18px;
        line-height: 22px;
        -webkit-transition: .3s ease;
        transition: .3s ease; } }
    @media (max-width: 767.98px) {
      .btn-main .text {
        font-size: 16px;
        line-height: 20px; } }
  @media (pointer: fine) {
    .btn-main:hover {
      background-color: rgba(41, 48, 125, 0.9); } }
  @media (max-width: 767.98px) {
    .btn-main {
      padding: 16px 25px;
      min-width: 200px; } }

.btn-main-dark {
  position: relative;
  display: block;
  padding: 20px 45px;
  text-decoration: none !important;
  min-width: 300px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none !important;
  background-color: var(--theme-dark-green);
  clip-path: polygon(5.886% 86.355%, 0.197% 18.673%, 100% 0.752%, 94.068% 100%, 5.886% 86.355%);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-main-dark .text {
    color: var(--theme-color-milk);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .btn-main-dark .text {
        font-size: 18px;
        line-height: 22px; } }
  @media (pointer: fine) {
    .btn-main-dark:hover {
      background-color: var(--color-avocado); } }
  .btn-main-dark:has(.ic) {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 15px; }
  .btn-main-dark .ic {
    color: var(--white-color);
    width: 25px;
    min-width: 25px;
    height: 25px; }

.btn-main-border {
  position: relative;
  display: block;
  padding: 22px 8%;
  text-decoration: none !important;
  min-width: 309px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 70px;
  border: none;
  outline: none !important;
  background-color: transparent; }
  @media (max-width: 767.98px) {
    .btn-main-border {
      min-height: auto; } }
  .btn-main-border::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/front/img/main-btn-bg.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%; }
  .btn-main-border:has(.ic) {
    padding: 22px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; }
  .btn-main-border .text {
    display: block;
    color: var(--theme-dark-green);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .btn-main-border .text {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767.98px) {
      .btn-main-border .text {
        font-size: 14px;
        line-height: normal; } }
  .btn-main-border .ic {
    color: var(--theme-dark-green);
    width: 25px;
    min-width: 25px;
    height: 25px; }

.btn-one-click {
  clip-path: polygon(0.47% 99.26%, 10.87% 0.74%, 95.34% 18.54%, 99.56% 88.6%, 0.47% 99.26%); }

.btn-main-white {
  position: relative;
  display: block;
  padding: 20px 45px;
  text-decoration: none !important;
  min-width: 300px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none !important;
  background-color: var(--white-color);
  clip-path: polygon(5.886% 86.355%, 0.197% 18.673%, 100% 0.752%, 94.068% 100%, 5.886% 86.355%);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-main-white .text {
    color: var(--theme-main-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .btn-main-white .text {
        font-size: 18px;
        line-height: 22px; } }
  @media (pointer: fine) {
    .btn-main-white:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); } }

.btn-buy {
  position: relative;
  display: block;
  padding: 14px 20px;
  text-decoration: none !important;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none !important;
  background-color: var(--color-beige);
  clip-path: polygon(5.886% 86.355%, 0.197% 18.673%, 100% 0.752%, 94.068% 100%, 5.886% 86.355%);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-buy .text {
    color: var(--theme-main-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1199.98px) {
      .btn-buy .text {
        font-size: 14px;
        line-height: normal; } }
  @media (pointer: fine) {
    .btn-buy:hover {
      background-color: rgba(41, 48, 125, 0.9); }
      .btn-buy:hover .text {
        color: var(--white-color); } }

.btn-more {
  position: relative;
  display: block;
  padding: 14px 20px;
  text-decoration: none !important;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none !important;
  background-color: var(--theme-dark-green);
  clip-path: polygon(5.886% 86.355%, 0.197% 18.673%, 100% 0.752%, 94.068% 100%, 5.886% 86.355%);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-more .text {
    color: var(--white-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1199.98px) {
      .btn-more .text {
        font-size: 14px;
        line-height: normal; } }
  @media (pointer: fine) {
    .btn-more:hover {
      background-color: rgba(41, 48, 125, 0.9); }
      .btn-more:hover .text {
        color: var(--white-color); } }

.btn-continue {
  border: none;
  border-radius: 0;
  padding: 0;
  color: rgba(13, 40, 24, 0.5);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: transparent;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (any-hover: hover) {
    .btn-continue:hover {
      color: var(--theme-dark-green); } }
  .btn-continue:focus {
    color: var(--theme-dark-green); }
  @media (max-width: 767.98px) {
    .btn-continue {
      font-size: 12px;
      line-height: normal; } }

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

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

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

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

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

#messageDialog {
  position: relative;
  padding: 80px 20px;
  width: 100%;
  max-width: 675px;
  background-color: var(--theme-color-milk); }
  @media (max-width: 575.98px) {
    #messageDialog {
      padding: 100px 30px; } }
  #messageDialog::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='467' height='382' viewBox='0 0 467 382' fill='none'%3E%3Cpath d='M160.844 246.61L1 140.024L194.75 381L466 1L160.844 246.61Z' fill='%23E5DFD1' stroke='%23E5DFD1'/%3E%3C/svg%3E") center no-repeat;
    inset: 10px;
    width: 70%;
    height: calc(100% - 20px);
    background-size: contain;
    position: absolute; }
    @media (max-width: 575.98px) {
      #messageDialog::before {
        width: 100%;
        left: -15%; } }
  #messageDialog .popup-content {
    position: relative;
    max-width: 360px;
    margin: 0 auto; }
  #messageDialog .popup-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      #messageDialog .popup-title {
        font-size: 20px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      #messageDialog .popup-title {
        font-size: 18px;
        line-height: 26px; } }
  #messageDialog .popup-message {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px; }
    @media (max-width: 575.98px) {
      #messageDialog .popup-message {
        font-size: 14px;
        line-height: normal; } }
  #messageDialog .modal-close {
    padding: 0;
    opacity: 1;
    right: 16px;
    top: 16px; }
    @media (max-width: 575.98px) {
      #messageDialog .modal-close {
        top: 10px; } }
    #messageDialog .modal-close .ic {
      color: rgba(13, 40, 24, 0.5); }

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

.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  .pagination:not(:first-child) {
    margin-top: 32px; }
  .pagination:not(:last-child) {
    margin-bottom: 32px; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
  .pagination li a {
    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;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--theme-color-main);
    border: 1px solid black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: black;
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: black;
      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(--theme-color-main);
    color: var(--white-color); }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 54px;
      height: 54px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

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

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

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

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: rgba(229, 223, 209, 0.2); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: rgba(229, 223, 209, 0.2); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--color-beige);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: rgba(229, 223, 209, 0.2); } }

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

.page-title {
  color: var(--theme-dark-green);
  font-size: 54px;
  font-weight: 500;
  line-height: 75px; }
  @media (max-width: 1199.98px) {
    .page-title {
      font-size: 42px;
      line-height: 50px; } }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 32px;
      line-height: 38px; } }

.page-title-lg {
  color: var(--theme-dark-green);
  font-size: 48px;
  font-weight: 500;
  line-height: 55px; }
  @media (max-width: 1199.98px) {
    .page-title-lg {
      font-size: 36px;
      line-height: 1.1; } }
  @media (max-width: 767.98px) {
    .page-title-lg {
      font-size: 32px;
      line-height: 38px; } }

.section-title {
  color: var(--theme-dark-green);
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .section-title {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 26px;
      line-height: 30px; } }

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

.text-formatted {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  font-family: "NotoSans", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 14px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.2; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 1em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 16px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 46px; } }
    @media (max-width: 767.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 32px; } }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 55px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 46px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 26px;
        line-height: 30px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
    margin: 48px 0 16px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 32px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 22px;
        line-height: 25px;
        margin: 40px 0 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 40px 0 16px; }
    @media (max-width: 991.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 20px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 18px;
        line-height: 26px; } }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted a {
    color: var(--theme-dark-green);
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 20px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 1em; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br) 0;
    vertical-align: unset; }
    .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]) {
      display: block; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    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; }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 12px;
    line-height: 133%; }
    .text-formatted table img {
      margin: auto; }
    .text-formatted table th,
    .text-formatted table td {
      color: var(--theme-dark-green);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      padding: 14px 15px;
      text-align: left;
      border: none;
      border: 1px solid var(--grey-color); }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
  color: var(--theme-dark-green); }

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

@media (max-width: 767.98px) {
  .fancybox-slide--html:has(.popup-product-fast-order) {
    padding: 0; } }

.popup-product-fast-order {
  max-width: 944px !important;
  padding: 0 !important;
  background-color: var(--theme-color-milk); }
  @media (max-width: 767.98px) {
    .popup-product-fast-order {
      vertical-align: top; } }
  .popup-product-fast-order .form-title {
    background-color: var(--theme-dark-green);
    padding: 20px;
    color: var(--theme-color-milk);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .popup-product-fast-order .form-title {
        font-size: 20px;
        line-height: normal; } }
    @media (max-width: 767.98px) {
      .popup-product-fast-order .form-title {
        padding: 16px; } }
    @media (max-width: 575.98px) {
      .popup-product-fast-order .form-title {
        font-size: 18px;
        line-height: 26px; } }
  .popup-product-fast-order .popup-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px; }
    @media (max-width: 767.98px) {
      .popup-product-fast-order .popup-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 16px; } }
  .popup-product-fast-order .cart-item {
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    border: none;
    margin: 0;
    gap: 20px; }
    @media (max-width: 991.98px) {
      .popup-product-fast-order .cart-item {
        padding: 0; } }
    @media (max-width: 767.98px) {
      .popup-product-fast-order .cart-item {
        padding: 16px 0 0 0;
        gap: 12px;
        border-top: 1px solid var(--color-beige); } }
    .popup-product-fast-order .cart-item .cart-item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px; }
    .popup-product-fast-order .cart-item .product-title {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    .popup-product-fast-order .cart-item .price-wrap {
      color: var(--theme-main-color);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .popup-product-fast-order .cart-item .cart-item-price-total {
      color: var(--theme-dark-green);
      font-size: 32px;
      font-weight: 600;
      line-height: 30px;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 20px;
      border-top: 1px solid var(--theme-dark-green);
      margin: 0; }
      @media (max-width: 767.98px) {
        .popup-product-fast-order .cart-item .cart-item-price-total {
          border-top: 1px solid var(--color-beige);
          font-size: 24px;
          line-height: normal; } }
  .popup-product-fast-order .form-control {
    border: 1px solid var(--theme-dark-green) !important;
    background-color: var(--theme-color-milk) !important; }
  @media (max-width: 767.98px) {
    .popup-product-fast-order .form-group:not(:last-child) {
      margin-bottom: 8px; } }
  .popup-product-fast-order .modal-close .ic {
    width: 32px;
    height: 32px;
    color: rgba(229, 223, 209, 0.5); }
    @media (max-width: 575.98px) {
      .popup-product-fast-order .modal-close .ic {
        width: 36px;
        height: 36px; } }
  .popup-product-fast-order .btn-main-dark {
    margin-left: auto;
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .popup-product-fast-order .btn-main-dark {
        margin: 40px auto 0; } }
    @media (max-width: 575.98px) {
      .popup-product-fast-order .btn-main-dark {
        width: 100%;
        margin: 30px auto 0; } }

.form-contacts-callback .form-label {
  display: none; }

.form-contacts-callback .btn-main {
  margin: 30px auto 0;
  z-index: 1; }
  @media (max-width: 575.98px) {
    .form-contacts-callback .btn-main {
      width: 100%; } }

.fenix-callback .form-control {
  background-color: transparent !important;
  border: 1px solid var(--theme-dark-green); }

.fenix-callback .btn-main-dark {
  margin: 30px auto 0; }

.review-modal .modal-review-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px; }

.review-modal .modal-content {
  padding: 30px 20px 20px;
  background-color: var(--theme-color-milk);
  border-radius: 0; }

.review-modal .modal-body {
  padding: 0; }

.review-modal .form-control {
  background-color: transparent !important;
  border: 1px solid var(--theme-dark-green); }

.review-modal .rating-title {
  display: block;
  font-size: 18px;
  margin-bottom: 5px; }

.review-modal .btn-main-dark {
  margin: 30px auto 0; }

.confirm-payment-modal {
  max-width: 675px !important;
  padding: 0 !important;
  border: none;
  -webkit-box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
          box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13); }
  .confirm-payment-modal .modal-content {
    background: var(--theme-color-milk); }
    .confirm-payment-modal .modal-content::before {
      content: "";
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='465' height='380' viewBox='0 0 465 380' fill='none'%3E%3Cpath d='M159.844 245.61L0 139.024L193.75 380L465 0L159.844 245.61Z' fill='%23F4F2EC'/%3E%3C/svg%3E") no-repeat;
      left: 10px;
      top: 10px;
      width: 70%;
      height: calc(100% - 20px);
      background-size: contain;
      position: absolute; }
      @media (max-width: 575.98px) {
        .confirm-payment-modal .modal-content::before {
          left: 0;
          bottom: 0;
          top: unset;
          width: 100%;
          height: 100%; } }
  .confirm-payment-modal .modal-body {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .confirm-payment-modal .modal-body {
        padding: 60px 20px; } }
  .confirm-payment-modal .popup-title {
    color: var(--theme-main-color);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .confirm-payment-modal .popup-title {
        font-size: 26px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .confirm-payment-modal .popup-title {
        font-size: 24px;
        line-height: 32px; } }
  .confirm-payment-modal .popup-message {
    color: var(--theme-dark-green);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px; }
    @media (max-width: 575.98px) {
      .confirm-payment-modal .popup-message {
        font-size: 16px;
        line-height: 24px; } }
  .confirm-payment-modal .btn-main {
    margin: 30px auto 0; }
  .confirm-payment-modal .modal-close {
    padding: 0;
    opacity: 1;
    right: 16px;
    top: 16px; }
    @media (max-width: 575.98px) {
      .confirm-payment-modal .modal-close {
        top: 10px; } }
    .confirm-payment-modal .modal-close .ic {
      color: rgba(13, 40, 24, 0.5); }

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

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

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

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

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

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

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

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

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

.main-slider-section .main-slider-content {
  position: relative;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-content {
      max-width: 100%;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

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

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

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

.main-slider-section .main-slider-nav {
  position: absolute;
  z-index: 999;
  bottom: 32px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-nav {
      padding: 16px;
      bottom: 0;
      width: 100%; } }
  .main-slider-section .main-slider-nav .swiper-button-next,
  .main-slider-section .main-slider-nav .swiper-button-prev {
    position: static !important;
    margin-top: 0; }
  .main-slider-section .main-slider-nav .swiper-pagination {
    position: static !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }
    .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet {
      background: white; }
      .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: white; }

.section-faq .faq__description {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px; }
  .section-faq .faq__description p:first-child {
    margin-right: 50px; }
    @media (max-width: 991.98px) {
      .section-faq .faq__description p:first-child {
        margin-right: 0; } }
  .section-faq .faq__description p {
    margin: 0; }
  @media (max-width: 991.98px) {
    .section-faq .faq__description {
      font-size: 20px;
      gap: 20px; } }
  @media (max-width: 767.98px) {
    .section-faq .faq__description {
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      gap: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 24px; } }

.section-faq .faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px; }
  @media (max-width: 991.98px) {
    .section-faq .faq__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.section-faq .faq-item {
  padding: 50px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  page-break-inside: avoid;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (max-width: 991.98px) {
    .section-faq .faq-item {
      padding: 40px; } }
  @media (max-width: 767.98px) {
    .section-faq .faq-item {
      padding: 20px; } }
  .section-faq .faq-item:nth-child(8n + 1) {
    background-color: var(--color-red);
    clip-path: polygon(0% 0%, 100% 17.557%, 100% 88.55%, 0% 100%, 0% 0%); }
  .section-faq .faq-item:nth-child(8n + 2) {
    background-color: var(--theme-main-color);
    clip-path: polygon(0% 17.557%, 100% 0%, 100% 83.206%, 0% 100%, 0% 17.557%); }
  .section-faq .faq-item:nth-child(8n + 3) {
    background-color: var(--theme-dark-green);
    clip-path: polygon(0% 12.595%, 100% 0%, 100% 87.023%, 0% 100%, 0% 12.595%); }
  .section-faq .faq-item:nth-child(8n + 4) {
    background-color: var(--color-yellow);
    clip-path: polygon(0% 12.214%, 100% 0%, 100% 100%, 0% 86.26%, 0% 12.214%); }
  .section-faq .faq-item:nth-child(8n + 5) {
    background-color: var(--theme-main-color);
    clip-path: polygon(0% 13.74%, 100% 0%, 100% 100%, 0% 88.55%, 0% 13.74%); }
  .section-faq .faq-item:nth-child(8n + 6) {
    background-color: var(--color-red);
    clip-path: polygon(0% 0%, 100% 13.74%, 100% 87.786%, 0% 100%, 0% 0%); }
  .section-faq .faq-item:nth-child(8n + 7) {
    background-color: var(--color-yellow);
    clip-path: polygon(0% 0%, 100% 10.687%, 100% 83.206%, 0% 100%, 0% 0%); }
  .section-faq .faq-item:nth-child(8n + 8) {
    background-color: var(--theme-dark-green);
    clip-path: polygon(0% 12.214%, 100% 0%, 100% 100%, 0% 93.13%, 0% 12.214%); }
  .section-faq .faq-item.active:nth-child(8n + 1) {
    clip-path: polygon(0% 0%, 100% 5.665%, 100% 96.305%, 0% 100%, 0% 0%); }
  .section-faq .faq-item.active:nth-child(8n + 2) {
    clip-path: polygon(0% 8.487%, 100% 0%, 100% 91.882%, 0% 100%, 0% 8.487%); }
  .section-faq .faq-item.active:nth-child(8n + 3) {
    clip-path: polygon(0% 5.392%, 100% 0%, 100% 94.444%, 0% 100%, 0% 5.392%); }
  .section-faq .faq-item.active:nth-child(8n + 4) {
    clip-path: polygon(0% 4.834%, 100% 0%, 100% 100%, 0% 94.562%, 0% 4.834%); }
  .section-faq .faq-item.active:nth-child(8n + 5) {
    clip-path: polygon(0% 5.607%, 100% 0%, 100% 100%, 0% 95.327%, 0% 5.607%); }
  .section-faq .faq-item.active:nth-child(8n + 6) {
    clip-path: polygon(0% 0%, 100% 7.317%, 100% 93.496%, 0% 100%, 0% 0%); }
  .section-faq .faq-item.active:nth-child(8n + 7) {
    clip-path: polygon(0% 0%, 100% 5.691%, 100% 91.057%, 0% 100%, 0% 0%); }
  .section-faq .faq-item.active:nth-child(8n + 8) {
    clip-path: polygon(0% 4.834%, 100% 0%, 100% 100%, 0% 97.281%, 0% 4.834%); }
  .section-faq .faq-item.active .faq-item-top .ic {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .section-faq .faq-item.text-dark .faq-item-title,
  .section-faq .faq-item.text-dark .faq-item-top .ic,
  .section-faq .faq-item.text-dark .faq-item-answer {
    color: var(--theme-color-main) !important; }

.section-faq .faq-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }
  .section-faq .faq-item-top .faq-item-title {
    color: var(--theme-color-milk);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .section-faq .faq-item-top .faq-item-title {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 767.98px) {
      .section-faq .faq-item-top .faq-item-title {
        font-size: 18px; } }
  .section-faq .faq-item-top .ic {
    width: 31px;
    height: 31px;
    color: var(--theme-color-milk);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .section-faq .faq-item-top .ic {
        width: 20px;
        height: 20px; } }

.section-faq .faq-item-answer {
  display: none;
  color: var(--theme-color-milk);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .section-faq .faq-item-answer {
      font-size: 16px;
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .section-faq .faq-item-answer {
      font-size: 12px;
      line-height: 14px;
      padding-top: 20px; } }

.section-faq .btn-main-dark {
  margin: 50px auto 0; }
  @media (max-width: 767.98px) {
    .section-faq .btn-main-dark {
      margin: 30px auto 0; } }
  @media (max-width: 575.98px) {
    .section-faq .btn-main-dark {
      width: 100%; } }

.section-error {
  padding-top: 50px; }
  .section-error .section-error-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 24px;
    background: rgba(128, 128, 128, 0.1); }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 40px 16px; } }
  .section-error .section-error-row {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .section-error .section-error-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        row-gap: 16px; } }
  .section-error .section-error-img {
    display: none; }
  .section-error .section-error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .section-error .section-error-title {
    color: var(--color-red);
    font-size: 80px;
    font-weight: 700; }
    .section-error .section-error-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 32px; } }
  .section-error .section-error-text {
    max-width: 560px;
    color: var(--theme-dark-green);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0; }

body:has(.section-home-page-slider),
body.page-main {
  overflow: hidden; }
  @media (max-width: 991.98px) {
    body:has(.section-home-page-slider),
    body.page-main {
      overflow: auto; } }
  body:has(.section-home-page-slider) #page-header,
  body.page-main #page-header {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s ease;
    transition: .5s ease; }
    @media (max-width: 991.98px) {
      body:has(.section-home-page-slider) #page-header,
      body.page-main #page-header {
        position: sticky;
        opacity: 1;
        pointer-events: all; } }
    body:has(.section-home-page-slider) #page-header.visible,
    body.page-main #page-header.visible {
      opacity: 1;
      pointer-events: all; }

.section-home-page-slider {
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  @media (max-width: 991.98px) {
    .section-home-page-slider {
      display: none; } }
  .section-home-page-slider .slide {
    position: relative;
    width: 0;
    height: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
    .section-home-page-slider .slide .slide-item-inner {
      position: relative;
      -webkit-transition: 2s ease;
      transition: 2s ease; }
    .section-home-page-slider .slide .slide-item-wrap {
      top: 18%;
      position: absolute;
      width: 100%;
      -webkit-transition: 1.5s ease;
      transition: 1.5s ease; }
      .section-home-page-slider .slide .slide-item-wrap img {
        max-height: 35vh;
        -o-object-fit: cover;
           object-fit: cover; }
    .section-home-page-slider .slide .slide-item-img {
      display: block;
      width: 100%;
      -webkit-transition: 1.2s ease;
      transition: 1.2s ease; }
    .section-home-page-slider .slide .slide-item-content {
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0;
      height: 100%;
      position: absolute;
      left: 0;
      top: 100%;
      -webkit-transition: 1.5s ease;
      transition: 1.5s ease; }
    .section-home-page-slider .slide .slide-item-title {
      color: var(--white-color);
      font-size: 60px;
      font-weight: 500;
      margin-top: 10px; }
      @media (max-width: 1680.98px) {
        .section-home-page-slider .slide .slide-item-title {
          font-size: 46px; } }
      @media (max-width: 1199.98px) {
        .section-home-page-slider .slide .slide-item-title {
          font-size: 32px;
          line-height: normal; } }
    .section-home-page-slider .slide .slide-item-text {
      color: var(--white-color);
      font-size: 24px;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
      @media (max-width: 1680.98px) {
        .section-home-page-slider .slide .slide-item-text {
          font-size: 20px; } }
    .section-home-page-slider .slide .slide-number {
      position: absolute;
      left: 10px;
      bottom: 10px;
      color: var(--theme-dark-green);
      font-size: 13px;
      font-weight: 500;
      line-height: normal; }
  .section-home-page-slider .slide-info-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50dvw; }
    .section-home-page-slider .slide-info-content .home-pages-nav {
      position: absolute;
      left: 20px;
      top: 32px;
      right: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 1199.98px) {
        .section-home-page-slider .slide-info-content .home-pages-nav {
          right: 20px; } }
      .section-home-page-slider .slide-info-content .home-pages-nav .nav-link {
        color: var(--theme-dark-green);
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        padding: 2px 0;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (pointer: fine) {
          .section-home-page-slider .slide-info-content .home-pages-nav .nav-link:hover {
            color: var(--color-red); } }
        @media (max-width: 1300px) {
          .section-home-page-slider .slide-info-content .home-pages-nav .nav-link {
            font-size: 14px;
            line-height: 20px; } }
    .section-home-page-slider .slide-info-content .container {
      height: 100%; }
    .section-home-page-slider .slide-info-content .slide-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -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;
      height: 100%;
      width: 100%;
      padding-right: 50px; }
      @media (max-width: 991.98px) {
        .section-home-page-slider .slide-info-content .slide-content {
          padding-right: 0; } }
    .section-home-page-slider .slide-info-content .slide-content-title {
      color: var(--theme-dark-green);
      font-size: 26px;
      font-weight: 400;
      line-height: normal;
      margin-top: 10px;
      margin-left: 20px; }
      @media (max-width: 1199.98px) {
        .section-home-page-slider .slide-info-content .slide-content-title {
          font-size: 20px; } }
    .section-home-page-slider .slide-info-content .btn-main-border {
      margin-left: auto;
      margin-top: 30px; }
  .section-home-page-slider .slide:nth-child(3n + 2) {
    background-color: var(--color-red); }
  .section-home-page-slider .slide:nth-child(3n + 3) {
    background-color: var(--theme-main-color); }
  .section-home-page-slider .slide:nth-child(3n + 4) {
    background-color: var(--color-yellow); }
  .section-home-page-slider .slide.slide-active:nth-child(1) {
    width: 50%;
    opacity: 1; }
    .section-home-page-slider .slide.slide-active:nth-child(1) + .slide {
      width: 33%;
      opacity: 1; }
      .section-home-page-slider .slide.slide-active:nth-child(1) + .slide .slide-item-inner {
        width: 33dvw; }
    .section-home-page-slider .slide.slide-active:nth-child(1) + .slide + .slide {
      width: 17%;
      opacity: 1; }
      .section-home-page-slider .slide.slide-active:nth-child(1) + .slide + .slide .slide-item-wrap {
        top: 60%; }
      .section-home-page-slider .slide.slide-active:nth-child(1) + .slide + .slide .slide-item-inner {
        width: 17dvw; }
  .section-home-page-slider .slide:nth-child(2) .slide-item-inner {
    width: 50dvw; }
  .section-home-page-slider .slide.slide-active:nth-child(2) {
    width: 50%;
    opacity: 1; }
    .section-home-page-slider .slide.slide-active:nth-child(2) .slide-item-content {
      height: 100%;
      -webkit-animation: appearAnim 1s ease-in-out forwards;
              animation: appearAnim 1s ease-in-out forwards; }
    .section-home-page-slider .slide.slide-active:nth-child(2) + .slide {
      width: 50%;
      opacity: 1; }
      .section-home-page-slider .slide.slide-active:nth-child(2) + .slide .slide-item-inner {
        width: 50dvw; }
      .section-home-page-slider .slide.slide-active:nth-child(2) + .slide .slide-item-content {
        -webkit-animation: appearAnim 1s ease-in-out forwards;
                animation: appearAnim 1s ease-in-out forwards;
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }

.section-home-slider-mobile {
  display: none;
  margin-bottom: 60px;
  overflow: hidden;
  min-height: 610px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 991.98px) {
    .section-home-slider-mobile {
      display: block; } }
  .section-home-slider-mobile .swiper-item {
    position: relative;
    height: auto !important; }
    .section-home-slider-mobile .swiper-item picture,
    .section-home-slider-mobile .swiper-item img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .section-home-slider-mobile .img-slider-mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-home-slider-mobile .slide-content {
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
    bottom: 40px;
    width: 100%;
    padding: 0 16px; }
    @media (max-width: 575.98px) {
      .section-home-slider-mobile .slide-content {
        bottom: 20px; } }
  .section-home-slider-mobile .slide-content-title {
    color: var(--theme-color-milk);
    font-size: 68px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center; }
    @media (max-width: 575.98px) {
      .section-home-slider-mobile .slide-content-title {
        font-size: 49px; } }
  .section-home-slider-mobile .btn-main-white {
    margin: 32px auto 0; }
    @media (max-width: 575.98px) {
      .section-home-slider-mobile .btn-main-white {
        margin: 16px auto 0;
        width: 100%; } }

@-webkit-keyframes appearAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes appearAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.container:has(.section-steps) {
  padding: 0 !important;
  max-width: 1440px !important; }

.section-steps {
  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;
  width: 100%;
  height: 470px;
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .section-steps {
      height: 380px; } }
  @media (max-width: 991.98px) {
    .section-steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }
  .section-steps .step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
    text-decoration: none !important; }
    @media (max-width: 991.98px) {
      .section-steps .step {
        padding: 30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 767.98px) {
      .section-steps .step {
        padding: 25px 16px; } }
    @media (pointer: fine) {
      .section-steps .step:hover .step-hover-img {
        opacity: 1;
        visibility: visible; }
      .section-steps .step:hover .title,
      .section-steps .step:hover .step-number {
        color: var(--white-color) !important; } }
    .section-steps .step:nth-child(1) {
      background-color: #2a3c8b;
      clip-path: polygon(0% 0%, 100% 0%, 72% 100%, 0% 100%); }
      @media (max-width: 991.98px) {
        .section-steps .step:nth-child(1) {
          clip-path: polygon(0% 0%, 100% 0%, 100% 78.75%, 0% 100%, 0% 0%); } }
      .section-steps .step:nth-child(1) .title {
        padding-left: 85px; }
    .section-steps .step:nth-child(2) {
      background-color: #ffc42e;
      clip-path: polygon(27% 0%, 85.6% 0%, 100% 100%, 0% 100%, 27% 0%);
      margin-left: -51px; }
      @media (max-width: 1199.98px) {
        .section-steps .step:nth-child(2) {
          margin-left: -35px; } }
      @media (max-width: 991.98px) {
        .section-steps .step:nth-child(2) {
          clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 88.75%, 0% 20%);
          margin: 0; } }
      .section-steps .step:nth-child(2) .title {
        padding-left: 45px; }
      .section-steps .step:nth-child(2) .step-number {
        left: 21px; }
    .section-steps .step:nth-child(3) {
      background-color: #e33327;
      clip-path: polygon(0% 0%, 77.6% 0%, 100% 100%, 13.2% 100%, 0% 0%);
      margin-left: -21px; }
      @media (max-width: 1199.98px) {
        .section-steps .step:nth-child(3) {
          margin-left: -12px; } }
      @media (max-width: 991.98px) {
        .section-steps .step:nth-child(3) {
          margin: 0;
          clip-path: polygon(0% 0%, 100% 10.43%, 100% 100%, 0% 85%, 0% 0%); } }
      .section-steps .step:nth-child(3) .title {
        padding-left: 45px; }
        @media (max-width: 1449.98px) {
          .section-steps .step:nth-child(3) .title {
            padding-left: 35px; } }
      .section-steps .step:nth-child(3) .step-number {
        left: 50px; }
        @media (max-width: 1449.98px) {
          .section-steps .step:nth-child(3) .step-number {
            left: 40px; } }
    .section-steps .step:nth-child(4) {
      background-color: var(--color-avocado);
      clip-path: polygon(0% 0%, 100% 0%, 91.43% 100%, 23.61% 100%, 0% 0%);
      margin-left: -48px; }
      @media (max-width: 1199.98px) {
        .section-steps .step:nth-child(4) {
          margin-left: -27px; } }
      @media (max-width: 991.98px) {
        .section-steps .step:nth-child(4) {
          margin: 0;
          clip-path: polygon(0% 0%, 100% 12.5%, 100% 82.5%, 0% 100%, 0% 0%); } }
      .section-steps .step:nth-child(4) .title {
        padding-left: 29px; }
        @media (max-width: 1449.98px) {
          .section-steps .step:nth-child(4) .title {
            padding-left: 30px; } }
      .section-steps .step:nth-child(4) .step-number {
        left: 80px; }
        @media (max-width: 1449.98px) {
          .section-steps .step:nth-child(4) .step-number {
            left: 55px; } }
    .section-steps .step:nth-child(5) {
      background-color: #ffc42e;
      clip-path: polygon(9.55% 0%, 100% 0%, 80.7% 100%, 0% 100%, 9.55% 0%);
      margin-left: -5px; }
      @media (max-width: 1199.98px) {
        .section-steps .step:nth-child(5) {
          margin-left: -3px; } }
      @media (max-width: 991.98px) {
        .section-steps .step:nth-child(5) {
          margin: 0;
          clip-path: polygon(0% 16.33%, 100% 0%, 100% 81.25%, 0% 100%, 0% 16.33%); } }
      .section-steps .step:nth-child(5) .title {
        padding-left: 60px; }
      .section-steps .step:nth-child(5) .step-number {
        left: 15px; }
    .section-steps .step:nth-child(6) {
      background-color: #2a3c8b;
      clip-path: polygon(20.7% 0%, 100% 0%, 100% 100%, 0% 100%, 20.7% 0%);
      margin-left: -30px; }
      @media (max-width: 1199.98px) {
        .section-steps .step:nth-child(6) {
          margin-left: -20px; } }
      @media (max-width: 991.98px) {
        .section-steps .step:nth-child(6) {
          margin: 0;
          clip-path: polygon(0% 15.79%, 100% 0%, 100% 100%, 0% 96.25%, 0% 15.79%); } }
      .section-steps .step:nth-child(6) .title {
        padding-left: 23px; }
      .section-steps .step:nth-child(6) .step-number {
        left: 25px; }
    .section-steps .step:nth-child(2) .title,
    .section-steps .step:nth-child(2) .step-number, .section-steps .step:nth-child(5) .title,
    .section-steps .step:nth-child(5) .step-number {
      color: var(--theme-main-color); }
  .section-steps .step-hover-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
    will-change: opacity, visibility;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .section-steps .title {
    color: var(--white-color);
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-top: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1300px) {
      .section-steps .title {
        font-size: 42px; } }
    @media (max-width: 1199.98px) {
      .section-steps .title {
        font-size: 36px;
        padding-top: 50px; } }
    @media (max-width: 991.98px) {
      .section-steps .title {
        padding: 0 !important;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        -webkit-writing-mode: unset;
            -ms-writing-mode: unset;
                writing-mode: unset;
        text-orientation: unset; } }
    @media (max-width: 767.98px) {
      .section-steps .title {
        font-size: 26px;
        line-height: 30px; } }
  .section-steps .step-number {
    position: absolute;
    bottom: 18px;
    left: 10px;
    color: var(--theme-color-milk);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1300px) {
      .section-steps .step-number {
        font-size: 20px;
        line-height: normal; } }
    @media (max-width: 991.98px) {
      .section-steps .step-number {
        position: static; } }
    @media (max-width: 767.98px) {
      .section-steps .step-number {
        font-size: 16px;
        line-height: 30px; } }

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

.section-seo {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--theme-dark-green); }
  @media (max-width: 991.98px) {
    .section-seo {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .section-seo {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .section-seo .section-title {
    color: var(--theme-color-milk); }
  .section-seo .text-formatted,
  .section-seo table {
    color: var(--color-beige);
    max-width: 1132px;
    width: 100%;
    margin: 0 auto; }
  .section-seo table {
    margin-top: 20px; }
  .section-seo .text-formatted {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 16px; }
    @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: 3px;
        height: 3px; }
      .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: rgba(229, 223, 209, 0.2); }
      .section-seo .text-formatted::-webkit-scrollbar-track-piece,
      .section-seo .text-formatted *::-webkit-scrollbar-track-piece {
        background: rgba(229, 223, 209, 0.2); }
      .section-seo .text-formatted::-webkit-scrollbar-thumb,
      .section-seo .text-formatted *::-webkit-scrollbar-thumb {
        background: var(--color-beige);
        border-radius: 99px; }
      .section-seo .text-formatted::-webkit-scrollbar-corner,
      .section-seo .text-formatted *::-webkit-scrollbar-corner {
        background: rgba(229, 223, 209, 0.2); } }
    .section-seo .text-formatted .section-title {
      text-transform: unset; }

.section-instagram .container-swiper {
  padding: 0 !important;
  max-width: 1440px !important; }

.section-promo + .section-instagram {
  padding-top: 120px; }
  @media (max-width: 991.98px) {
    .section-promo + .section-instagram {
      padding-top: 170px; } }

.section-instagram {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--color-yellow); }
  @media (max-width: 991.98px) {
    .section-instagram .head-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 10px; } }
  .section-instagram .section-instagram__top .section-title {
    color: var(--theme-main-color); }
  .section-instagram .section-instagram__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .section-instagram .section-instagram__gallery:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .section-instagram .section-instagram__gallery:not(.swiper-initialized) .swiper-slide {
      width: 22%; }
    @media (max-width: 575.98px) {
      .section-instagram .section-instagram__gallery .swiper-slide {
        min-width: auto !important;
        margin: 0 !important; } }
    .section-instagram .section-instagram__gallery .swiper-slide:nth-child(1) .section-instagram__img {
      clip-path: polygon(0% 0%, 100% 0%, 86.45% 100%, 0% 100%, 0% 0%); }
    .section-instagram .section-instagram__gallery .swiper-slide:nth-child(2) {
      margin-left: -17px; }
      .section-instagram .section-instagram__gallery .swiper-slide:nth-child(2) .section-instagram__img {
        clip-path: polygon(13.94% 0%, 92.42% 0%, 100% 100%, 0% 100%, 13.94% 0%); }
    .section-instagram .section-instagram__gallery .swiper-slide:nth-child(3) {
      min-width: 400px; }
      .section-instagram .section-instagram__gallery .swiper-slide:nth-child(3) .section-instagram__img {
        clip-path: polygon(0% 0%, 76.338% 0%, 100% 100%, 6.761% 100%, 0% 0%); }
    .section-instagram .section-instagram__gallery .swiper-slide:nth-child(4) {
      min-width: 380px;
      margin-left: -110px; }
      .section-instagram .section-instagram__gallery .swiper-slide:nth-child(4) .section-instagram__img {
        clip-path: polygon(0% 0%, 100% 0%, 86.65% 100%, 24.72% 100%, 0% 0%); }
        @media (max-width: 575.98px) {
          .section-instagram .section-instagram__gallery .swiper-slide:nth-child(4) .section-instagram__img {
            clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 9.72% 100%, 0% 0%); } }
    .section-instagram .section-instagram__gallery .swiper-slide:nth-child(5) {
      margin-left: -60px; }
      .section-instagram .section-instagram__gallery .swiper-slide:nth-child(5) .section-instagram__img {
        clip-path: polygon(17.18% 0%, 100% 0%, 100% 100%, 0% 100%, 17.18% 0%); }
    .section-instagram .section-instagram__gallery .section-instagram__img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 494px; }
      @media (max-width: 767.98px) {
        .section-instagram .section-instagram__gallery .section-instagram__img {
          max-height: 400px;
          min-height: 400px;
          width: 100%; } }

.section-promo {
  position: relative;
  padding: 40px 0 60px;
  margin-bottom: -60px; }
  @media (max-width: 991.98px) {
    .section-promo {
      margin-bottom: -100px;
      padding: 40px 0 80px; } }
  .section-promo .bg-decor-outer {
    clip-path: polygon(0% 15.175%, 43.264% 0%, 100% 15.175%, 82.5% 100%, 22.049% 100%, 0% 100%, 0% 15.175%);
    background-color: var(--theme-main-color);
    position: absolute;
    inset: 0;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .section-promo .bg-decor-outer {
        clip-path: polygon(0% 10.3%, 100% 0%, 100% 41.46%, 100% 93.14%, 22.4% 100%, 0% 90.02%, 0% 10.3%); } }
  .section-promo .bg-decor {
    clip-path: polygon(0% 0.068%, 48.125% 9.035%, 100% 4.212%, 100% 100%, 0% 79.144%, 0% 0.068%);
    background-color: var(--color-red);
    position: absolute;
    inset: 0;
    top: 20px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .section-promo .bg-decor {
        clip-path: polygon(0% 0%, 100% 11.89%, 100% 100%, 0% 90.87%, 0% 0%); } }
  .section-promo .section-promo__content-wrap {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .section-promo .section-promo__content-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .section-promo .section-promo__image {
    clip-path: polygon(0% 17.21%, 88.06% 0%, 100% 100%, 0% 95.04%, 0% 17.21%); }
    .section-promo .section-promo__image img {
      display: block;
      width: 100%; }
  .section-promo .section-promo__content {
    max-width: 560px;
    width: 100%;
    margin-left: 20px; }
    @media (max-width: 1199.98px) {
      .section-promo .section-promo__content {
        max-width: none;
        width: auto; } }
    @media (max-width: 767.98px) {
      .section-promo .section-promo__content {
        margin-left: 0;
        margin-top: 20px; } }
  .section-promo .section-promo__title {
    color: var(--color-beige); }
  .section-promo .section-promo__description {
    color: var(--color-beige);
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 0; }
    @media (max-width: 1199.98px) {
      .section-promo .section-promo__description {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .section-promo .section-promo__description {
        font-size: 16px;
        margin-top: 10px; } }
  .section-promo .btn-main-white {
    margin-top: 50px; }
    @media (max-width: 1199.98px) {
      .section-promo .btn-main-white {
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      .section-promo .btn-main-white {
        margin: 30px auto 0; } }
    @media (max-width: 575.98px) {
      .section-promo .btn-main-white {
        width: 100%; } }

@media (max-width: 767.98px) {
  .section-bestsellers {
    position: relative; } }

.section-bestsellers .section-bestsellers__container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .section-bestsellers .section-bestsellers__container {
      position: static;
      padding-top: 0;
      padding-bottom: 10px;
      background-color: var(--theme-color-milk); } }
  .section-bestsellers .section-bestsellers__container .bg-decor-outer {
    clip-path: polygon(0% 0%, 74.132% 29.211%, 99.942% 100%, 0% 90.53%, 0% 0%);
    background-color: var(--theme-main-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .section-bestsellers .section-bestsellers__container .bg-decor-outer {
        width: 100%;
        height: 60%;
        clip-path: polygon(0% 8.92%, 24.27% 12.8%, 100% 0%, 100% 41.58%, 100% 100%, 0% 74.75%, 0% 8.92%);
        top: -10px; } }
  .section-bestsellers .section-bestsellers__container .bg-decor {
    background-color: var(--theme-color-milk);
    position: absolute;
    inset: 0;
    top: 20px;
    bottom: 60px;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .section-bestsellers .section-bestsellers__container .bg-decor {
        display: none; } }
  .section-bestsellers .section-bestsellers__container .swiper-bestsellers {
    position: relative;
    z-index: 3;
    overflow: hidden; }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers:not(.swiper-initialized) .swiper-slide:not(:first-child) {
      display: none; }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide .container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 40px;
      padding-bottom: 40px; }
      @media (max-width: 767.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-bottom: 0; } }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__title-wrap {
      max-width: 460px;
      width: 100%; }
      @media (max-width: 767.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__title-wrap {
          max-width: none; } }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__title {
      color: var(--theme-color-milk);
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis; }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__text {
      color: var(--theme-color-milk);
      font-size: 26px;
      font-weight: 400;
      line-height: normal;
      margin-top: 20px; }
      @media (max-width: 1199.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__text {
          font-size: 22px;
          line-height: 1.2; } }
      @media (max-width: 767.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__text {
          font-size: 16px;
          line-height: normal;
          margin-top: 10px; } }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__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; }
      @media (max-width: 767.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__image {
          margin-top: 30px; } }
      .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__image img {
        display: block;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 991.98px) {
          .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__image img {
            max-height: 300px; } }
        @media (max-width: 575.98px) {
          .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__image img {
            max-height: 280px; } }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 30px; }
      @media (max-width: 767.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details {
          max-width: none;
          margin: 40px 0 0;
          padding-bottom: 20px; } }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item {
      margin-bottom: 30px; }
      @media (max-width: 1199.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item {
          margin-bottom: 20px; } }
      .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item:last-child {
        margin-bottom: 0; }
      .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-title {
        color: var(--theme-main-color);
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (max-width: 1199.98px) {
          .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-title {
            font-size: 20px;
            line-height: 1.1; } }
        @media (max-width: 767.98px) {
          .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-title {
            font-size: 18px;
            line-height: 26px; } }
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-title p {
          margin: 0; }
      .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-descr {
        color: var(--theme-main-color);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (max-width: 1199.98px) {
          .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-descr {
            font-size: 16px; } }
        @media (max-width: 767.98px) {
          .section-bestsellers .section-bestsellers__container .swiper-bestsellers .product-item__details-item .detail-descr {
            font-size: 14px;
            line-height: normal; } }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide-active:nth-child(3n + 1) .detail-title,
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide-active:nth-child(3n + 1) .detail-descr {
      color: var(--theme-color-main); }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide-active:nth-child(3n + 2) .detail-title,
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide-active:nth-child(3n + 2) .detail-descr {
      color: var(--color-yellow); }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide-active:nth-child(3n) .detail-title,
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .swiper-slide-active:nth-child(3n) .detail-descr {
      color: var(--color-red); }
    .section-bestsellers .section-bestsellers__container .swiper-bestsellers .btn-main {
      width: 100%;
      margin-top: 50px; }
      @media (max-width: 991.98px) {
        .section-bestsellers .section-bestsellers__container .swiper-bestsellers .btn-main {
          margin-top: 0; } }

.section-bestsellers .swiper-slide:nth-child(3n + 1).swiper-slide-active ~ .bg-decor-outer {
  background-color: blue; }

.section-bestsellers .swiper-slide:nth-child(3n + 2).swiper-slide-active ~ .bg-decor-outer {
  background-color: yellow; }

.section-bestsellers .swiper-slide:nth-child(3n).swiper-slide-active ~ .bg-decor-outer {
  background-color: red; }

.products-grid-section .products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px; }

.products-grid-section .products-sub-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .products-grid-section .products-sub-grid:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(even) {
      padding: 80px 20px 46px; }
      .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(even) .product-img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1199.98px) {
          .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(even) .product-img-wrap img {
            max-height: 360px; } }
      .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(even) .product-details {
        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; }
      .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(even) .product-description {
        margin-right: 20px; }
    .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(odd) {
      height: 300px; }
      @media (max-width: 1199.98px) {
        .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:nth-child(odd) {
          height: 260px; } }
    .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 50%;
      padding: 20px; }
      .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:first-child .product-img-wrap {
        padding: 60px 0 20px;
        margin: 0 auto; }
      .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:first-child .product-details {
        position: static;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 45%;
        -webkit-transition: unset;
        transition: unset; }
    @media (pointer: fine) {
      .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:hover:first-child {
        width: 100%; }
        .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:hover:first-child .product-details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .products-grid-section .products-sub-grid:nth-child(odd) .product-block-new:hover:first-child .product-info {
          width: 40%; } }
  .products-grid-section .products-sub-grid:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(even) {
      padding: 80px 20px 46px; }
      .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(even) .product-img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1199.98px) {
          .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(even) .product-img-wrap img {
            max-height: 360px; } }
      .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(even) .product-details {
        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; }
      .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(even) .product-description {
        margin-right: 20px; }
    .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(odd) {
      height: 300px; }
      @media (max-width: 1199.98px) {
        .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:nth-child(odd) {
          height: 260px; } }
    .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 50%;
      padding: 20px; }
      .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:first-child .product-img-wrap {
        padding: 60px 0 20px;
        margin: 0 auto; }
      .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:first-child .product-details {
        position: static;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 45%;
        -webkit-transition: unset;
        transition: unset; }
    @media (pointer: fine) {
      .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:hover:first-child {
        width: 100%; }
        .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:hover:first-child .product-details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .products-grid-section .products-sub-grid:nth-child(even) .product-block-new:hover:first-child .product-info {
          width: 40%; } }

@media (max-width: 991.98px) {
  .products-grid-section .products-grid-desk {
    display: none; } }

.products-grid-section .products-grid-mobile {
  display: none; }
  @media (max-width: 991.98px) {
    .products-grid-section .products-grid-mobile {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }

.products-grid-section .btn-main-dark {
  margin: 50px auto 0; }
  @media (max-width: 1199.98px) {
    .products-grid-section .btn-main-dark {
      min-width: auto !important; } }
  @media (max-width: 991.98px) {
    .products-grid-section .btn-main-dark {
      margin: 30px auto 0; } }
  @media (max-width: 575.98px) {
    .products-grid-section .btn-main-dark {
      width: 100%; } }

.section-brand .brand__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px; }
  @media (max-width: 1199.98px) {
    .section-brand .brand__container {
      gap: 60px; } }
  @media (max-width: 991.98px) {
    .section-brand .brand__container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 40px; } }

.section-brand .brand__image {
  position: sticky;
  top: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  clip-path: polygon(0% 8.708%, 100% 0%, 88.414% 100%, 11.497% 94.613%, 0% 8.708%); }
  .section-brand .brand__image img {
    display: block; }

.section-brand .brand__content {
  max-width: 600px;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .section-brand .brand__content {
      max-width: 50%; } }
  @media (max-width: 991.98px) {
    .section-brand .brand__content {
      position: static;
      max-width: 100%; } }

.section-brand .brand__text {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px; }
  @media (max-width: 1199.98px) {
    .section-brand .brand__text {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    .section-brand .brand__text {
      font-size: 16px;
      margin-top: 24px; } }

.section-certification .certification__description {
  margin: 15px 0 0;
  max-width: 750px;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 1199.98px) {
    .section-certification .certification__description {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    .section-certification .certification__description {
      font-size: 16px;
      margin-top: 24px;
      max-width: 100%; } }

.section-certification .certification__list {
  margin: 40px 0 0;
  list-style: none;
  padding: 0; }

.section-certification .certification__item {
  color: var(--theme-color-milk);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  padding: 50px 40px; }
  @media (max-width: 991.98px) {
    .section-certification .certification__item {
      font-size: 20px;
      padding: 40px; } }
  @media (max-width: 767.98px) {
    .section-certification .certification__item {
      font-size: 14px;
      line-height: 22px;
      padding: 20px; } }
  .section-certification .certification__item.text-dark {
    color: var(--theme-main-color); }
  .section-certification .certification__item:nth-child(4n + 1) {
    background-color: var(--theme-main-color); }
  .section-certification .certification__item:nth-child(4n + 2) {
    background-color: var(--color-red); }
  .section-certification .certification__item:nth-child(4n + 3) {
    background-color: var(--theme-dark-green); }
  .section-certification .certification__item:nth-child(4n + 4) {
    background-color: var(--color-yellow); }
  .section-certification .certification__item:nth-child(6n + 1) {
    clip-path: polygon(0% 16.154%, 100% 0%, 100% 100%, 0% 90.769%, 0% 16.154%); }
  .section-certification .certification__item:nth-child(6n + 2) {
    clip-path: polygon(0% 0%, 100% 11.565%, 100% 100%, 0% 91.538%, 0% 0%); }
  .section-certification .certification__item:nth-child(6n + 3) {
    clip-path: polygon(0% 0%, 100% 10.769%, 100% 83.846%, 0% 100%, 0% 0%); }
  .section-certification .certification__item:nth-child(6n + 4) {
    clip-path: polygon(0% 12.023%, 100% 0%, 100% 100%, 0% 91.025%, 0% 12.023%); }
  .section-certification .certification__item:nth-child(6n + 5) {
    clip-path: polygon(0% 0%, 100% 12.729%, 100% 100%, 0% 88.462%, 0% 0%); }
  .section-certification .certification__item:nth-child(6n + 6) {
    clip-path: polygon(0% 0%, 100% 10.769%, 100% 84.615%, 0% 100%, 0% 0%); }

.section-about {
  position: relative;
  padding-top: 70px;
  padding-bottom: 58px; }
  .section-about .bg-decor-outer {
    clip-path: polygon(0% 36.769%, 100% 0%, 100% 100%, 0% 87.846%, 0% 36.769%);
    background-color: var(--theme-dark-green);
    position: absolute;
    top: 76px;
    bottom: 32px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .section-about .bg-decor {
    clip-path: polygon(0% 0%, 100% 24.115%, 100% 95.151%, 0% 100%, 0% 0%);
    background-color: var(--color-red);
    position: absolute;
    inset: 0;
    z-index: 1; }
  .section-about .about__container {
    position: relative;
    z-index: 3; }
  .section-about .about__title {
    color: var(--white-color); }
  .section-about .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 120px;
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .section-about .about__content {
        gap: 40px; } }
    @media (max-width: 767.98px) {
      .section-about .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; } }
  .section-about .about__image {
    clip-path: polygon(0% 0%, 100% 8.197%, 96.078% 85.155%, 10.606% 100%, 0% 0%); }
  .section-about .about__text {
    color: var(--theme-color-milk);
    max-width: 545px;
    width: 100%; }

.section-faq .faq__description {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px; }
  .section-faq .faq__description p:first-child {
    margin-right: 50px; }
    @media (max-width: 991.98px) {
      .section-faq .faq__description p:first-child {
        margin-right: 0; } }
  .section-faq .faq__description p {
    margin: 0; }
  @media (max-width: 991.98px) {
    .section-faq .faq__description {
      font-size: 20px;
      gap: 20px; } }
  @media (max-width: 767.98px) {
    .section-faq .faq__description {
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      gap: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 24px; } }

.section-faq .faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px; }
  @media (max-width: 991.98px) {
    .section-faq .faq__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.section-faq .faq-item {
  padding: 50px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  page-break-inside: avoid;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (max-width: 991.98px) {
    .section-faq .faq-item {
      padding: 40px; } }
  @media (max-width: 767.98px) {
    .section-faq .faq-item {
      padding: 20px; } }
  .section-faq .faq-item:nth-child(8n + 1) {
    background-color: var(--color-red);
    clip-path: polygon(0% 0%, 100% 17.557%, 100% 88.55%, 0% 100%, 0% 0%); }
  .section-faq .faq-item:nth-child(8n + 2) {
    background-color: var(--theme-main-color);
    clip-path: polygon(0% 17.557%, 100% 0%, 100% 83.206%, 0% 100%, 0% 17.557%); }
  .section-faq .faq-item:nth-child(8n + 3) {
    background-color: var(--theme-dark-green);
    clip-path: polygon(0% 12.595%, 100% 0%, 100% 87.023%, 0% 100%, 0% 12.595%); }
  .section-faq .faq-item:nth-child(8n + 4) {
    background-color: var(--color-yellow);
    clip-path: polygon(0% 12.214%, 100% 0%, 100% 100%, 0% 86.26%, 0% 12.214%); }
  .section-faq .faq-item:nth-child(8n + 5) {
    background-color: var(--theme-main-color);
    clip-path: polygon(0% 13.74%, 100% 0%, 100% 100%, 0% 88.55%, 0% 13.74%); }
  .section-faq .faq-item:nth-child(8n + 6) {
    background-color: var(--color-red);
    clip-path: polygon(0% 0%, 100% 13.74%, 100% 87.786%, 0% 100%, 0% 0%); }
  .section-faq .faq-item:nth-child(8n + 7) {
    background-color: var(--color-yellow);
    clip-path: polygon(0% 0%, 100% 10.687%, 100% 83.206%, 0% 100%, 0% 0%); }
  .section-faq .faq-item:nth-child(8n + 8) {
    background-color: var(--theme-dark-green);
    clip-path: polygon(0% 12.214%, 100% 0%, 100% 100%, 0% 93.13%, 0% 12.214%); }
  .section-faq .faq-item.active:nth-child(8n + 1) {
    clip-path: polygon(0% 0%, 100% 5.665%, 100% 96.305%, 0% 100%, 0% 0%); }
  .section-faq .faq-item.active:nth-child(8n + 2) {
    clip-path: polygon(0% 8.487%, 100% 0%, 100% 91.882%, 0% 100%, 0% 8.487%); }
  .section-faq .faq-item.active:nth-child(8n + 3) {
    clip-path: polygon(0% 5.392%, 100% 0%, 100% 94.444%, 0% 100%, 0% 5.392%); }
  .section-faq .faq-item.active:nth-child(8n + 4) {
    clip-path: polygon(0% 4.834%, 100% 0%, 100% 100%, 0% 94.562%, 0% 4.834%); }
  .section-faq .faq-item.active:nth-child(8n + 5) {
    clip-path: polygon(0% 5.607%, 100% 0%, 100% 100%, 0% 95.327%, 0% 5.607%); }
  .section-faq .faq-item.active:nth-child(8n + 6) {
    clip-path: polygon(0% 0%, 100% 7.317%, 100% 93.496%, 0% 100%, 0% 0%); }
  .section-faq .faq-item.active:nth-child(8n + 7) {
    clip-path: polygon(0% 0%, 100% 5.691%, 100% 91.057%, 0% 100%, 0% 0%); }
  .section-faq .faq-item.active:nth-child(8n + 8) {
    clip-path: polygon(0% 4.834%, 100% 0%, 100% 100%, 0% 97.281%, 0% 4.834%); }
  .section-faq .faq-item.active .faq-item-top .ic {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .section-faq .faq-item.text-dark .faq-item-title,
  .section-faq .faq-item.text-dark .faq-item-top .ic,
  .section-faq .faq-item.text-dark .faq-item-answer {
    color: var(--theme-color-main) !important; }

.section-faq .faq-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }
  .section-faq .faq-item-top .faq-item-title {
    color: var(--theme-color-milk);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .section-faq .faq-item-top .faq-item-title {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 767.98px) {
      .section-faq .faq-item-top .faq-item-title {
        font-size: 18px; } }
  .section-faq .faq-item-top .ic {
    width: 31px;
    height: 31px;
    color: var(--theme-color-milk);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .section-faq .faq-item-top .ic {
        width: 20px;
        height: 20px; } }

.section-faq .faq-item-answer {
  display: none;
  color: var(--theme-color-milk);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .section-faq .faq-item-answer {
      font-size: 16px;
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .section-faq .faq-item-answer {
      font-size: 12px;
      line-height: 14px;
      padding-top: 20px; } }

.section-faq .btn-main-dark {
  margin: 50px auto 0; }
  @media (max-width: 767.98px) {
    .section-faq .btn-main-dark {
      margin: 30px auto 0; } }
  @media (max-width: 575.98px) {
    .section-faq .btn-main-dark {
      width: 100%; } }

.section-blog-main {
  position: relative;
  padding-top: 70px;
  padding-bottom: 58px; }
  .section-blog-main .bg-decor-outer {
    clip-path: polygon(0% 38.363%, 100% 0%, 100% 100%, 0% 93.178%, 0% 38.363%);
    background-color: var(--theme-color-milk);
    position: absolute;
    top: 60px;
    bottom: 16px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .section-blog-main .bg-decor {
    clip-path: polygon(0% 0%, 100% 26.475%, 100% 97.698%, 0% 100%, 0% 0%);
    background-color: var(--theme-dark-green);
    position: absolute;
    inset: 0;
    z-index: 1; }
  .section-blog-main .blog__container {
    position: relative;
    z-index: 3; }
  .section-blog-main .blog__title {
    color: var(--white-color); }
  .section-blog-main .article-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent; }
    @media (max-width: 991.98px) {
      .section-blog-main .article-card {
        gap: 30px; } }
    @media (max-width: 767.98px) {
      .section-blog-main .article-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0; } }
    .section-blog-main .article-card .article-img {
      margin: 0; }
      @media (max-width: 767.98px) {
        .section-blog-main .article-card .article-img {
          margin-bottom: 10px; } }
      .section-blog-main .article-card .article-img img {
        display: block;
        clip-path: polygon(0% 0%, 100% 8.621%, 90.763% 85.057%, 8.382% 100%, 0% 0%);
        min-height: auto;
        max-height: none; }
  .section-blog-main .article-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .section-blog-main .article-content-wrap {
        padding: 20px 0; } }
    @media (max-width: 767.98px) {
      .section-blog-main .article-content-wrap {
        padding: 24px 0 0; } }
  .section-blog-main .article-actions-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: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px; }
    @media (max-width: 767.98px) {
      .section-blog-main .article-actions-wrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section-blog-main .article-actions-wrap .author-wrap {
      margin: 0; }
    .section-blog-main .article-actions-wrap .btn-main-dark {
      display: block; }
      @media (max-width: 767.98px) {
        .section-blog-main .article-actions-wrap .btn-main-dark {
          margin: 0 auto; } }
      @media (max-width: 575.98px) {
        .section-blog-main .article-actions-wrap .btn-main-dark {
          width: 100%; } }
  .section-blog-main .article-rubric-badge {
    margin: 0; }
    @media (max-width: 767.98px) {
      .section-blog-main .article-rubric-badge {
        margin-top0: 10px; } }

.section-articles-list .articles-list {
  margin-top: 60px; }
  @media (max-width: 767.98px) {
    .section-articles-list .articles-list {
      margin-top: 50px; } }
  @media (max-width: 575.98px) {
    .section-articles-list .articles-list .load-more,
    .section-articles-list .articles-list .btn-main-dark {
      width: 100%; } }

.section-signup {
  position: relative; }
  .section-signup .signup-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 3; }
  .section-signup .signup-title {
    color: var(--white-color);
    max-width: 100% !important;
    margin-bottom: 0 !important; }
    @media (max-width: 767.98px) {
      .section-signup .signup-title {
        font-size: 26px;
        line-height: 30px; } }
  .section-signup .signup-description {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px; }
    @media (max-width: 1199.98px) {
      .section-signup .signup-description {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 575.98px) {
      .section-signup .signup-description {
        font-size: 14px;
        line-height: normal; } }
  .section-signup .signup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 50px; }
    @media (max-width: 1300px) {
      .section-signup .signup-form {
        margin-top: 30px; } }
    .section-signup .signup-form .signup-input {
      color: var(--theme-dark-green);
      font-size: 26px;
      font-weight: 400;
      line-height: normal;
      width: 100%;
      height: 80px;
      border: 1px solid var(--theme-color-milk);
      background: var(--color-beige);
      outline: none; }
      .section-signup .signup-form .signup-input::-webkit-input-placeholder {
        color: rgba(13, 40, 24, 0.5); }
      .section-signup .signup-form .signup-input::-moz-placeholder {
        color: rgba(13, 40, 24, 0.5); }
      .section-signup .signup-form .signup-input:-ms-input-placeholder {
        color: rgba(13, 40, 24, 0.5); }
      .section-signup .signup-form .signup-input::-ms-input-placeholder {
        color: rgba(13, 40, 24, 0.5); }
      .section-signup .signup-form .signup-input::placeholder {
        color: rgba(13, 40, 24, 0.5); }
      @media (max-width: 1199.98px) {
        .section-signup .signup-form .signup-input {
          font-size: 20px;
          height: 52px;
          min-height: 52px; } }
      @media (max-width: 575.98px) {
        .section-signup .signup-form .signup-input {
          font-size: 14px;
          height: 40px;
          min-height: 40px; } }
    .section-signup .signup-form .form-group {
      width: 100%;
      margin: 0; }
    .section-signup .signup-form .signup-button {
      color: var(--theme-dark-green);
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase;
      padding: 25px 10px;
      background-color: var(--color-beige);
      min-width: 140px;
      border: none;
      outline: none;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      @media (max-width: 1199.98px) {
        .section-signup .signup-form .signup-button {
          font-size: 20px;
          padding: 8px 10px;
          height: 52px; } }
      @media (max-width: 575.98px) {
        .section-signup .signup-form .signup-button {
          padding: 4px 10px;
          font-size: 14px;
          height: 40px; } }
  .section-signup .signup-footer {
    color: var(--color-beige);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 19px;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .section-signup .signup-footer {
        font-size: 14px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .section-signup .signup-footer {
        font-size: 12px;
        margin-top: 8px; } }
    .section-signup .signup-footer .signup-terms {
      color: var(--color-beige);
      text-decoration-line: underline;
      text-decoration-style: solid;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font; }
  .section-signup.signup__variant-one {
    padding-top: 70px;
    padding-bottom: 58px; }
    @media (max-width: 1199.98px) {
      .section-signup.signup__variant-one {
        padding-top: 130px;
        padding-bottom: 100px; } }
    .section-signup.signup__variant-one .signup-container {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 44px; }
      @media (max-width: 767.98px) {
        .section-signup.signup__variant-one .signup-container {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
    .section-signup.signup__variant-one .bg-decor-outer {
      clip-path: polygon(0% 0.156%, 42.465% 16.269%, 100% 3.59%, 100% 51.487%, 47.292% 100%, 0% 86.705%, 0% 0.156%);
      background-color: var(--theme-dark-green);
      position: absolute;
      top: 40px;
      bottom: 10px;
      width: 100%;
      z-index: 2;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      max-height: 570px; }
      @media (max-width: 991.98px) {
        .section-signup.signup__variant-one .bg-decor-outer {
          clip-path: polygon(0% 0%, 44% 5.68%, 100% 2.09%, 100% 67.98%, 42.67% 100%, 0% 91.49%, 0% 0%);
          max-height: none;
          bottom: 0;
          top: 32px; } }
    .section-signup.signup__variant-one .bg-decor {
      clip-path: polygon(0% 32.325%, 100% 0%, 100% 87.134%, 0% 100%, 0% 32.325%);
      background-color: var(--color-red);
      position: absolute;
      inset: 0;
      z-index: 1;
      max-height: 600px; }
      @media (max-width: 991.98px) {
        .section-signup.signup__variant-one .bg-decor {
          clip-path: polygon(0% 11.51%, 100% 0%, 100% 87.12%, 0% 100%, 0% 11.51%);
          max-height: none; } }
    .section-signup.signup__variant-one .signup-image {
      clip-path: polygon(0% 26.271%, 40.998% 0%, 100% 63.559%, 16.641% 100%, 0% 26.271%);
      max-height: 590px;
      margin-top: -25px; }
  @media (max-width: 1199.98px) {
    .section-signup.signup__variant-two {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .section-signup.signup__variant-two {
      padding-top: 135px;
      padding-bottom: 0; } }
  .section-signup.signup__variant-two .signup-container {
    -ms-grid-columns: 43% 1fr;
    grid-template-columns: 43% 1fr;
    gap: 100px; }
    @media (max-width: 1300px) {
      .section-signup.signup__variant-two .signup-container {
        gap: 60px; } }
    @media (max-width: 1199.98px) {
      .section-signup.signup__variant-two .signup-container {
        gap: 45px; } }
    @media (max-width: 767.98px) {
      .section-signup.signup__variant-two .signup-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 40px; } }
  .section-signup.signup__variant-two .bg-decor-outer {
    clip-path: polygon(0% 26.33%, 100% 0%, 100% 100%, 0% 85.106%, 0% 26.33%);
    background-color: var(--theme-main-color);
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .section-signup.signup__variant-two .bg-decor-outer {
        clip-path: polygon(0% 12.53%, 100% 0%, 100% 100%, 0% 86.57%, 0% 12.53%); } }
  .section-signup.signup__variant-two .signup-image {
    clip-path: polygon(88.88% 83.18%, 11.388% 100%, 0.097% 0.097%, 100% 22.037%, 88.88% 83.18%); }

.section-products-set .section-title {
  margin-bottom: 35px; }

.section-products-set .products-set-swiper {
  overflow: hidden; }
  .section-products-set .products-set-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-products-set .products-set-swiper:not(.swiper-initialized) .swiper-slide {
    width: 100%; }
    .section-products-set .products-set-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
      display: none; }

.section-products-set .product-set-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 1fr;
  grid-template-columns: 48% 1fr;
  gap: 30px; }
  @media (max-width: 991.98px) {
    .section-products-set .product-set-wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.section-products-set .product-set__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px; }
  @media (max-width: 1199.98px) {
    .section-products-set .product-set__images {
      gap: 24px; } }
  @media (max-width: 991.98px) {
    .section-products-set .product-set__images {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .section-products-set .product-set__images .product-set__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 20px;
    background-color: var(--theme-color-milk);
    max-width: 218px;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .section-products-set .product-set__images .product-set__image-wrapper {
        max-width: 200px; } }
  .section-products-set .product-set__images .product-set__image {
    display: block;
    -o-object-fit: contain;
       object-fit: contain; }
  .section-products-set .product-set__images .ic {
    width: 31px;
    min-width: 31px;
    height: 31px; }
    @media (max-width: 575.98px) {
      .section-products-set .product-set__images .ic {
        width: 20px;
        min-width: 20px;
        height: 20px; } }

.section-products-set .product-set__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-products-set .product-set__products .product-set__product {
  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: 12px;
  padding-right: 50px;
  margin-bottom: 12px; }
  .section-products-set .product-set__products .product-set__product:last-child {
    margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .section-products-set .product-set__products .product-set__product {
      padding-right: 0; } }

.section-products-set .product-set__products .product-set__product-name {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 600;
  line-height: normal; }
  @media (max-width: 1199.98px) {
    .section-products-set .product-set__products .product-set__product-name {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .section-products-set .product-set__products .product-set__product-name {
      font-size: 14px;
      font-weight: 400; } }

.section-products-set .product-set__products .product-set__product-price {
  color: var(--theme-main-color);
  font-size: 20px;
  font-weight: 600;
  line-height: normal; }
  @media (max-width: 1199.98px) {
    .section-products-set .product-set__products .product-set__product-price {
      font-size: 18px; } }

.section-products-set .product-set__summary {
  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: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1199.98px) {
    .section-products-set .product-set__summary {
      margin-top: 24px; } }
  @media (max-width: 767.98px) {
    .section-products-set .product-set__summary {
      margin-top: 50px; } }
  @media (max-width: 575.98px) {
    .section-products-set .product-set__summary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: unset;
          flex-wrap: unset; } }
  .section-products-set .product-set__summary .product-set__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: var(--theme-dark-green);
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .section-products-set .product-set__summary .product-set__total {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 575.98px) {
      .section-products-set .product-set__summary .product-set__total {
        margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .section-products-set .product-set__summary .btn-main {
      width: 100%; } }

.section-product-characteristics {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .section-product-characteristics {
      padding-top: 80px;
      padding-bottom: 70px; } }
  @media (max-width: 991.98px) {
    .section-product-characteristics {
      padding-top: 25px;
      padding-bottom: 100px; } }
  .section-product-characteristics .bg-decor-outer {
    clip-path: polygon(0% 17.057%, 36.979% 0%, 100% 9.365%, 100% 100%, 50.382% 85.201%, 0% 93.562%, 0% 17.057%);
    background-color: var(--theme-main-color);
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 991.98px) {
      .section-product-characteristics .bg-decor-outer {
        clip-path: polygon(0% 0%, 100% 3.08%, 100% 91.2%, 0% 100%, 0% 0%); } }
  .section-product-characteristics .product-characteristics-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 1fr;
    grid-template-columns: 48% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
    @media (max-width: 991.98px) {
      .section-product-characteristics .product-characteristics-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .section-product-characteristics .product-characteristics__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 70px 36px;
    margin-top: -50px; }
    @media (max-width: 1199.98px) {
      .section-product-characteristics .product-characteristics__list {
        gap: 30px; } }
    @media (max-width: 991.98px) {
      .section-product-characteristics .product-characteristics__list {
        margin: 0; } }
    @media (max-width: 767.98px) {
      .section-product-characteristics .product-characteristics__list {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .section-product-characteristics .product-characteristics__list {
        gap: 20px; } }
  .section-product-characteristics .product-characteristics__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .section-product-characteristics .product-characteristics__item-title {
    color: var(--theme-color-milk);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .section-product-characteristics .product-characteristics__item-title {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 575.98px) {
      .section-product-characteristics .product-characteristics__item-title {
        font-size: 18px;
        line-height: 26px; } }
  .section-product-characteristics .product-characteristics__item-descr {
    display: block;
    color: var(--theme-color-milk);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px; }
    @media (max-width: 1199.98px) {
      .section-product-characteristics .product-characteristics__item-descr {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 575.98px) {
      .section-product-characteristics .product-characteristics__item-descr {
        font-size: 14px;
        line-height: normal; } }
  .section-product-characteristics .product-characteristics__image {
    clip-path: polygon(0% 0%, 100% 8.755%, 100% 100%, 0% 82.101%, 0% 0%); }
    @media (max-width: 991.98px) {
      .section-product-characteristics .product-characteristics__image {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .section-product-characteristics .product-characteristics__image img {
        width: 100%; } }

.section-interesting-swiper {
  background-color: var(--theme-dark-green);
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .section-interesting-swiper {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .section-interesting-swiper .interesting-swiper-wrap {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .section-interesting-swiper .interesting-swiper-wrap {
        margin-right: -15px; } }
  .section-interesting-swiper .section-title {
    color: var(--white-color); }
  .section-interesting-swiper .swiper-interesting:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
  .section-interesting-swiper .swiper-interesting:not(.swiper-initialized) .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    scroll-snap-align: start;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1; }
  @media (max-width: 567px) {
    .section-interesting-swiper .swiper-interesting:not(.swiper-initialized) .swiper-slide {
      width: calc(100% / 1.2); } }
  @media (min-width: 567px) and (max-width: 700px) {
    .section-interesting-swiper .swiper-interesting:not(.swiper-initialized) .swiper-slide {
      width: calc(100% / 1.5); } }
  @media (min-width: 700px) {
    .section-interesting-swiper .swiper-interesting:not(.swiper-initialized) .swiper-slide {
      width: calc(100% / 2); } }
  .section-interesting-swiper .swiper-interesting .swiper-slide {
    height: auto !important; }
  .section-interesting-swiper .interesting-item {
    padding: 20px;
    background-color: var(--theme-color-milk); }
    @media (max-width: 767.98px) {
      .section-interesting-swiper .interesting-item {
        padding: 16px; } }
    .section-interesting-swiper .interesting-item .interesting-item-img {
      display: block; }
      @media (max-width: 767.98px) {
        .section-interesting-swiper .interesting-item .interesting-item-img {
          -o-object-fit: cover;
             object-fit: cover; } }
    .section-interesting-swiper .interesting-item .interesting-title {
      display: block;
      color: var(--theme-dark-green);
      margin-top: 20px; }
    .section-interesting-swiper .interesting-item .interesting-descr {
      color: var(--theme-dark-green);
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin-top: 4px; }
      @media (max-width: 575.98px) {
        .section-interesting-swiper .interesting-item .interesting-descr {
          font-size: 14px;
          margin-top: 2px; } }
  @media (pointer: fine) {
    .section-interesting-swiper .interesting-prev:hover .ic,
    .section-interesting-swiper .interesting-next:hover .ic {
      color: var(--white-color); } }

.section-product-reviews .product-reviews-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; }
  @media (max-width: 575.98px) {
    .section-product-reviews .product-reviews-head {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 575.98px) {
    .section-product-reviews .product-reviews-head .btn-main-dark {
      width: 100%;
      margin-top: 30px; } }

.section-product-reviews .reviews-list {
  margin-top: 30px; }
  @media (max-width: 767.98px) {
    .section-product-reviews .reviews-list {
      margin-top: 50px; } }

.section-product-reviews .review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 1fr 6%;
  grid-template-columns: 23% 1fr 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 40px;
  margin-bottom: 20px;
  background-color: var(--theme-color-milk); }
  @media (max-width: 1199.98px) {
    .section-product-reviews .review {
      padding: 32px; } }
  @media (max-width: 991.98px) {
    .section-product-reviews .review {
      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;
      padding: 24px; } }
  @media (max-width: 767.98px) {
    .section-product-reviews .review {
      gap: 0;
      padding: 16px;
      margin-bottom: 8px; } }
  .section-product-reviews .review .reviews-name {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .section-product-reviews .review .reviews-name {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 767.98px) {
      .section-product-reviews .review .reviews-name {
        font-size: 18px;
        line-height: 26px; } }
  .section-product-reviews .review .reviews-data {
    color: var(--theme-main-color);
    font-size: 14px;
    font-weight: 600;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .section-product-reviews .review .reviews-data {
        font-size: 14px;
        line-height: normal;
        margin-top: 20px; } }
  .section-product-reviews .review .review-content {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .section-product-reviews .review .review-content {
        font-size: 14px;
        margin-top: 24px; } }

.section-product-reviews .btn-load-more {
  margin: 50px auto 0; }
  @media (max-width: 767.98px) {
    .section-product-reviews .btn-load-more {
      margin: 30px auto 0; } }

.section-gifts-swiper {
  margin-top: 60px; }
  @media (max-width: 767.98px) {
    .section-gifts-swiper {
      margin-top: 50px; } }
  .section-gifts-swiper .gifts-swiper-wrap {
    overflow: hidden; }
  .section-gifts-swiper .swiper-gifts .swiper-slide {
    height: auto !important; }
  .section-gifts-swiper .head-wrap {
    margin-bottom: 10px; }
  .section-gifts-swiper .gifts-selected-count {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .section-gifts-swiper .gifts-selected-count {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .section-gifts-swiper .gifts-selected-count {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 20px; } }
  .section-gifts-swiper .swiper-gift-item {
    position: relative;
    background-color: var(--color-beige);
    padding: 10px; }
  .section-gifts-swiper .gift-select {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid var(--theme-dark-green);
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .section-gifts-swiper .gift-select {
        width: 18px;
        height: 18px; } }
    .section-gifts-swiper .gift-select.selected::before {
      content: "";
      background: url("/front/img/check.svg") center no-repeat;
      width: 27px;
      height: 25px;
      background-size: contain;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      margin-left: 2px; }
      @media (max-width: 767.98px) {
        .section-gifts-swiper .gift-select.selected::before {
          width: 16px;
          height: 15px; } }
  .section-gifts-swiper .gift-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;
    padding: 50px 0; }
    @media (max-width: 767.98px) {
      .section-gifts-swiper .gift-item-img {
        padding: 40px 0 20px; } }
  .section-gifts-swiper .item-gift-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .section-gifts-swiper .item-gift-title {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .section-gifts-swiper .item-gift-title {
        font-size: 12px;
        line-height: 18px; } }

.section-ask-question {
  background-color: var(--theme-color-milk);
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .section-ask-question {
      padding-top: 34px;
      padding-bottom: 34px; } }
  .section-ask-question .thin-container {
    margin: 0 auto !important; }
  .section-ask-question .ask-question-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 120px; }
    @media (max-width: 1199.98px) {
      .section-ask-question .ask-question-content {
        gap: 50px; } }
    @media (max-width: 767.98px) {
      .section-ask-question .ask-question-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0; } }
  .section-ask-question .ask-question-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .section-ask-question .ask-question-title {
        font-size: 18px;
        line-height: 26px; } }
  .section-ask-question .ask-question-contacts {
    margin-top: 28px;
    gap: 14px; }
    @media (max-width: 767.98px) {
      .section-ask-question .ask-question-contacts {
        margin-top: 24px;
        gap: 20px; } }
  @media (max-width: 767.98px) {
    .section-ask-question .ask-question-actions {
      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;
      margin-top: 60px; } }
  .section-ask-question .ask-question-actions .btn-main-dark .ic {
    color: var(--color-black); }
  @media (max-width: 575.98px) {
    .section-ask-question .ask-question-actions .btn-main-dark {
      width: 100%; } }
  .section-ask-question .contacts-info {
    border-bottom: 0;
    gap: 15px; }
  .section-ask-question .ask-question__note {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .section-ask-question .ask-question__note {
        font-size: 12px; } }
  .section-ask-question .section-details {
    color: var(--theme-main-color);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-top: 57px; }
    @media (max-width: 1199.98px) {
      .section-ask-question .section-details {
        font-size: 16px;
        margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .section-ask-question .section-details {
        font-size: 14px;
        margin-top: 60px; } }

.section-details-accordion {
  display: none; }
  @media (max-width: 991.98px) {
    .section-details-accordion {
      display: block; } }
  .section-details-accordion .accordion-header {
    margin-bottom: 0;
    margin-bottom: 24px; }
  .section-details-accordion .accordion-button {
    color: var(--theme-main-color);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767.98px) {
      .section-details-accordion .accordion-button {
        font-size: 18px;
        line-height: 26px; } }
    .section-details-accordion .accordion-button .ic {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .section-details-accordion .accordion-button:not(.collapsed) .ic {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .section-details-accordion .accordion-body {
    padding-bottom: 24px; }
  .section-details-accordion .table-wrap {
    margin: 0; }
    .section-details-accordion .table-wrap .attribute {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      margin-bottom: 12px; }
      .section-details-accordion .table-wrap .attribute .title {
        border: none; }
        @media (max-width: 575.98px) {
          .section-details-accordion .table-wrap .attribute .title {
            font-size: 14px; } }
      .section-details-accordion .table-wrap .attribute .value {
        color: var(--theme-main-color);
        text-decoration: none;
        border: none; }
        .section-details-accordion .table-wrap .attribute .value span {
          color: var(--theme-main-color);
          text-decoration: none; }
        @media (max-width: 575.98px) {
          .section-details-accordion .table-wrap .attribute .value {
            font-size: 14px; } }
      .section-details-accordion .table-wrap .attribute:last-child {
        margin-bottom: 0; }
    .section-details-accordion .table-wrap td {
      padding: 0; }

.section-reviews-swiper {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .section-reviews-swiper {
      margin-bottom: 60px; } }
  .section-reviews-swiper .reviews-swiper-wrap {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .section-reviews-swiper .reviews-swiper-wrap {
        margin-right: -15px; } }
  .section-reviews-swiper .swiper-reviews:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
  .section-reviews-swiper .swiper-reviews:not(.swiper-initialized) .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    scroll-snap-align: start;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1; }
  @media (max-width: 567px) {
    .section-reviews-swiper .swiper-reviews:not(.swiper-initialized) .swiper-slide {
      width: calc(100% / 1.2); } }
  @media (min-width: 567px) and (max-width: 700px) {
    .section-reviews-swiper .swiper-reviews:not(.swiper-initialized) .swiper-slide {
      width: calc(100% / 1.5); } }
  @media (min-width: 700px) {
    .section-reviews-swiper .swiper-reviews:not(.swiper-initialized) .swiper-slide {
      width: calc(100% / 2); } }
  .section-reviews-swiper .swiper-reviews .swiper-slide {
    height: auto !important; }
  .section-reviews-swiper .review-item {
    padding: 40px;
    background-color: var(--theme-color-milk);
    height: 100%; }
    @media (max-width: 1199.98px) {
      .section-reviews-swiper .review-item {
        padding: 32px; } }
    @media (max-width: 991.98px) {
      .section-reviews-swiper .review-item {
        padding: 24px; } }
    @media (max-width: 767.98px) {
      .section-reviews-swiper .review-item {
        padding: 16px; } }
    .section-reviews-swiper .review-item .review-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .section-reviews-swiper .review-item .review-img-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;
      max-width: 140px;
      width: 100%;
      padding: 5px; }
      @media (max-width: 991.98px) {
        .section-reviews-swiper .review-item .review-img-container {
          max-width: 100px; } }
      @media (max-width: 767.98px) {
        .section-reviews-swiper .review-item .review-img-container {
          max-width: 76px; } }
      .section-reviews-swiper .review-item .review-img-container .review-item-img {
        display: block; }
    .section-reviews-swiper .review-item .review-title-container {
      margin-left: 40px; }
      @media (max-width: 991.98px) {
        .section-reviews-swiper .review-item .review-title-container {
          margin-left: 16px; } }
      .section-reviews-swiper .review-item .review-title-container .review-item-title {
        color: var(--theme-dark-green);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (pointer: fine) {
          .section-reviews-swiper .review-item .review-title-container .review-item-title:hover {
            color: #0f07aa; } }
        @media (max-width: 767.98px) {
          .section-reviews-swiper .review-item .review-title-container .review-item-title {
            font-size: 12px;
            line-height: 14px; } }
      .section-reviews-swiper .review-item .review-title-container .review-item-subtitle {
        color: var(--theme-dark-green);
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 2px; }
        @media (max-width: 767.98px) {
          .section-reviews-swiper .review-item .review-title-container .review-item-subtitle {
            font-size: 12px;
            line-height: 14px; } }
    .section-reviews-swiper .review-item .rating .count {
      display: none; }
    .section-reviews-swiper .review-item .review-content {
      color: var(--theme-dark-green);
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin-top: 20px; }
      @media (max-width: 767.98px) {
        .section-reviews-swiper .review-item .review-content {
          font-size: 14px; } }
    .section-reviews-swiper .review-item .reviews-bottom {
      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;
      margin-top: 25px; }
    .section-reviews-swiper .review-item .reviews-name {
      color: var(--theme-dark-green);
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        .section-reviews-swiper .review-item .reviews-name {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 767.98px) {
        .section-reviews-swiper .review-item .reviews-name {
          font-size: 18px;
          line-height: 26px; } }
    .section-reviews-swiper .review-item .reviews-data {
      color: var(--theme-dark-green);
      font-size: 14px;
      font-weight: 600;
      line-height: normal; }

.price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--theme-dark-green);
  font-size: 20px;
  font-weight: 600;
  line-height: normal; }
  @media (max-width: 767.98px) {
    .price-wrap {
      font-size: 18px; } }
  .price-wrap .old-price {
    display: inline-block;
    color: rgba(41, 48, 125, 0.5);
    text-decoration: line-through; }
  .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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  background-color: var(--color-beige);
  padding: 4px 8px; }
  @media (max-width: 991.98px) {
    .qty-picker {
      gap: 8px; } }
  @media (max-width: 575.98px) {
    .qty-picker {
      gap: 20px; } }
  .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: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: var(--theme-dark-green);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 14px;
      height: 14px; }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      color: var(--color-red); }
    @media (any-hover: hover) {
      .qty-picker .minus:hover,
      .qty-picker .plus:hover {
        color: var(--color-red); } }
    @media (max-width: 575.98px) {
      .qty-picker .minus,
      .qty-picker .plus {
        width: 20px;
        height: 20px; } }
  .qty-picker input {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    width: 34px;
    padding: 1px 4px;
    text-align: center;
    outline: none !important;
    background: transparent !important;
    border: none;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        border-color: var(--theme-color-second); } }
    .qty-picker input:focus {
      border-color: var(--theme-color-second); }
    @media (max-width: 575.98px) {
      .qty-picker input {
        font-size: 14px;
        line-height: normal;
        width: 24px;
        height: 20px; } }
  .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: 10px;
  --bg: var(--theme-color-milk);
  position: relative;
  width: 100%;
  min-height: 540px;
  background-color: var(--theme-color-milk);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (max-width: 1449.98px) {
    .product-block {
      min-height: 530px; } }
  @media (max-width: 991.98px) {
    .product-block {
      min-height: auto; } }
  @media (any-hover: hover) {
    .product-block:hover .product-block-wrap {
      position: absolute;
      z-index: 15;
      left: 0;
      right: 0;
      top: 0;
      padding: 20px;
      -webkit-box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08); } }
  @media (any-hover: hover) and (max-width: 991.98px) {
    .product-block:hover .product-block-wrap {
      position: static;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (any-hover: hover) and (max-width: 767.98px) {
    .product-block:hover .product-block-wrap {
      padding: 10px; } }
  @media (any-hover: hover) {
    .product-block:hover .btn-more,
    .product-block:hover .btn-buy {
      display: block; } }
  .product-block:focus {
    border-radius: var(--br) var(--br) 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .product-block .product-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    background-color: var(--theme-color-milk);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 991.98px) {
      .product-block .product-block-wrap {
        min-height: auto; } }
    @media (max-width: 767.98px) {
      .product-block .product-block-wrap {
        padding: 10px; } }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    padding: 40px 20px 20px;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .product-block .product-img-wrap {
        padding: 30px 20px 10px; } }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
    .product-block .product-img-wrap img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .product-block .product-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(--theme-dark-green);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    min-height: 48px;
    margin: 0; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--theme-main-color); } }
    .product-block .product-title:focus {
      color: var(--theme-main-color); }
    @media (max-width: 767.98px) {
      .product-block .product-title {
        font-size: 14px;
        line-height: 18px;
        min-height: auto; } }
  .product-block .product-subtitle {
    color: var(--theme-dark-green);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 4px;
    height: 44px; }
    @media (max-width: 767.98px) {
      .product-block .product-subtitle {
        font-size: 12px;
        line-height: normal;
        margin-top: 2px;
        height: 35px; } }
  .product-block .product-sku {
    font-size: 13px; }
    .product-block .product-sku .product-sku-title {
      color: #bdbdbd; }
    .product-block .product-sku .product-sku-value {
      color: #3d3d3d;
      text-transform: uppercase; }
    .product-block .product-sku:not(:last-child) {
      margin-bottom: 4px; }
  .product-block .price-wrap {
    margin-top: auto; }
  .product-block .rating,
  .product-block .stock-status,
  .product-block .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .product-block .rating:not(:last-child),
    .product-block .stock-status:not(:last-child),
    .product-block .product-actions:not(:last-child) {
      margin-bottom: 10px; }
  .product-block .btn-more,
  .product-block .btn-buy {
    display: none;
    margin-top: 20px;
    min-width: auto;
    width: 100%; }
    @media (max-width: 991.98px) {
      .product-block .btn-more,
      .product-block .btn-buy {
        display: block; } }

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

.product-block-new {
  position: relative;
  background-color: var(--theme-color-milk);
  padding: 20px;
  overflow: hidden;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out; }
  @media (pointer: fine) {
    .product-block-new:hover {
      background-color: var(--color-yellow); }
      .product-block-new:hover .product-details {
        opacity: 1;
        pointer-events: all; } }
  .product-block-new .product-info {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60%; }
  .product-block-new .product-title {
    color: var(--theme-dark-green);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    text-decoration: none !important; }
    @media (max-width: 1449.98px) {
      .product-block-new .product-title {
        font-size: 16px; } }
  .product-block-new .product-stickers {
    top: 20px !important;
    right: 20px !important;
    left: unset !important; }
  .product-block-new .price-wrap {
    color: var(--theme-main-color);
    margin-top: 4px; }
  .product-block-new .product-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-block-new .product-img-wrap img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-block-new .product-details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    color: #0D2818;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 1449.98px) {
      .product-block-new .product-details {
        font-size: 16px; } }
  .product-block-new .product-description {
    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; }
  .product-block-new .product-attributes {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .product-block-new .btn-buy {
    z-index: 1;
    white-space: nowrap; }

.section-product {
  padding-bottom: 0;
  padding-top: 0; }
  .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%; } }

@media (max-width: 767.98px) {
  .page-product .product-container {
    margin-bottom: 30px; } }

.page-product .product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 1fr;
  grid-template-columns: 48% 1fr;
  gap: 30px; }
  @media (max-width: 991.98px) {
    .page-product .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;
      gap: 0; } }

.page-product.gallery-none {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  .page-product.gallery-none .left-side {
    display: none; }
  @media (min-width: 992px) {
    .page-product.gallery-none .top-side {
      grid-area: span 1; } }

@media (min-width: 992px) {
  .page-product .left-side {
    position: sticky;
    z-index: 1;
    top: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

@media (max-width: 991.98px) {
  .page-product .left-side {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px; } }

.page-product .stock-status {
  font-size: 18px;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 991.98px) {
    .page-product .stock-status {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .page-product .stock-status {
      font-size: 12px;
      line-height: 14px; } }
  .page-product .stock-status .in-stock,
  .page-product .stock-status .not-in-stock {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    @media (max-width: 575.98px) {
      .page-product .stock-status .in-stock,
      .page-product .stock-status .not-in-stock {
        gap: 6px; } }
    .page-product .stock-status .in-stock::before,
    .page-product .stock-status .not-in-stock::before {
      content: "";
      display: block;
      width: 15px;
      min-width: 15px;
      height: 15px;
      border-radius: 100%; }
      @media (max-width: 575.98px) {
        .page-product .stock-status .in-stock::before,
        .page-product .stock-status .not-in-stock::before {
          width: 10px;
          min-width: 10px;
          height: 10px; } }
  .page-product .stock-status .in-stock {
    color: var(--theme-dark-green); }
    .page-product .stock-status .in-stock::before {
      background-color: var(--color-avocado); }
  .page-product .stock-status .not-in-stock {
    color: var(--color-red); }
    .page-product .stock-status .not-in-stock::before {
      background-color: rgba(13, 40, 24, 0.5); }

.page-product .product-title-main {
  margin-top: 25px;
  margin-bottom: 0; }

.page-product .product-subtitle {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px; }
  @media (max-width: 575.98px) {
    .page-product .product-subtitle {
      font-size: 14px; } }

.page-product .product-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-product .product-information .star-icon.disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.625 20.1818L7.35819 13.0187L2 9.47475L8.84227 9.12918L11.5625 2L14.7641 8.8301L26 8.26263L16.8815 13.3473L20.9375 22L11.9841 16.0782L4.625 20.1818Z' fill='%23FFFAEE'/%3E%3Cpath d='M4.625 20.1818L11.5625 2L20.9375 22L2 9.47475L26 8.26263L4.625 20.1818Z' stroke='%23FFFAEE'/%3E%3C/svg%3E%0A"); }

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

.page-product .sku {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .page-product .sku {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .page-product .sku {
      font-size: 12px;
      line-height: 14px; } }
  .page-product .sku b {
    color: rgba(13, 40, 24, 0.5);
    font-weight: 400; }

.page-product .product-description {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px; }
  @media (max-width: 767.98px) {
    .page-product .product-description {
      font-size: 14px; } }

.page-product .product-price {
  margin-top: 30px; }

.page-product .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .page-product .product-actions {
      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: unset;
          flex-wrap: unset;
      gap: 0;
      margin-top: 30px; } }
  @media (max-width: 575.98px) {
    .page-product .product-actions .btn-main-dark,
    .page-product .product-actions .btn-main {
      width: 100%; } }
  .page-product .product-actions .text-select-action {
    display: none; }
    @media (max-width: 767.98px) {
      .page-product .product-actions .text-select-action {
        display: block;
        color: #000;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        margin: 20px 0; } }
    @media (max-width: 575.98px) {
      .page-product .product-actions .text-select-action {
        font-size: 14px;
        margin: 12px 0; } }

.page-product .product-group {
  margin-top: 40px; }
  @media (max-width: 575.98px) {
    .page-product .product-group {
      margin-top: 30px; } }
  .page-product .product-group .product-group-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-product .product-group .product-group-button {
    color: var(--theme-color-milk);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background-color: rgba(79, 119, 23, 0.3);
    padding: 4px 16px;
    text-decoration: none !important;
    clip-path: polygon(55.556% 0%, 0% 40.556%, 26.392% 100%, 100% 74.627%, 55.556% 0%);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .page-product .product-group .product-group-button:hover {
        background-color: rgba(41, 48, 125, 0.9); } }
    .page-product .product-group .product-group-button.selected {
      background-color: var(--theme-main-color); }

.page-product .product-customer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-left: auto; }
  .page-product .product-customer-actions:not(:last-child) {
    margin-bottom: 16px; }

.page-product .product-price .price-wrap {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600; }
  @media (max-width: 575.98px) {
    .page-product .product-price .price-wrap {
      font-size: 24px;
      line-height: normal; } }
  .page-product .product-price .price-wrap .old-price {
    color: rgba(13, 40, 24, 0.5);
    font-size: 32px;
    line-height: 32px;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      .page-product .product-price .price-wrap .old-price {
        font-size: 24px;
        line-height: normal; } }

.section-details-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47% 1fr;
  grid-template-columns: 47% 1fr;
  border: 1px solid rgba(13, 40, 24, 0.5); }
  @media (max-width: 991.98px) {
    .section-details-tabs {
      display: none; } }
  .section-details-tabs .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    gap: 50px;
    padding: 40px; }
    @media (max-width: 1199.98px) {
      .section-details-tabs .nav-tabs {
        padding: 32px; } }
    .section-details-tabs .nav-tabs .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 15px;
      color: rgba(41, 48, 125, 0.5);
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase;
      padding: 0;
      border: none;
      background: transparent;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .section-details-tabs .nav-tabs .nav-link.active {
        color: var(--theme-main-color); }
      .section-details-tabs .nav-tabs .nav-link .ic {
        width: 32px;
        height: 24px; }
      @media (pointer: fine) {
        .section-details-tabs .nav-tabs .nav-link:hover {
          color: var(--theme-main-color); } }
      @media (max-width: 1199.98px) {
        .section-details-tabs .nav-tabs .nav-link {
          font-size: 20px;
          line-height: 24px; } }
  .section-details-tabs .tab-content {
    padding: 40px;
    border-left: 1px solid rgba(13, 40, 24, 0.5); }
    @media (max-width: 1199.98px) {
      .section-details-tabs .tab-content {
        padding: 32px; } }
  .section-details-tabs .table-wrap {
    margin: 0; }
  .section-details-tabs .tab-pane {
    color: var(--theme-dark-green);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    max-height: 335px;
    overflow-y: auto;
    padding-right: 10px; }
    @media (min-width: 992px) {
      .section-details-tabs .tab-pane, .section-details-tabs .tab-pane * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .section-details-tabs .tab-pane::-webkit-scrollbar,
      .section-details-tabs .tab-pane *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .section-details-tabs .tab-pane::-webkit-scrollbar-button,
      .section-details-tabs .tab-pane *::-webkit-scrollbar-button {
        display: none; }
      .section-details-tabs .tab-pane::-webkit-scrollbar-track,
      .section-details-tabs .tab-pane *::-webkit-scrollbar-track {
        background: rgba(229, 223, 209, 0.2); }
      .section-details-tabs .tab-pane::-webkit-scrollbar-track-piece,
      .section-details-tabs .tab-pane *::-webkit-scrollbar-track-piece {
        background: rgba(229, 223, 209, 0.2); }
      .section-details-tabs .tab-pane::-webkit-scrollbar-thumb,
      .section-details-tabs .tab-pane *::-webkit-scrollbar-thumb {
        background: var(--color-beige);
        border-radius: 99px; }
      .section-details-tabs .tab-pane::-webkit-scrollbar-corner,
      .section-details-tabs .tab-pane *::-webkit-scrollbar-corner {
        background: rgba(229, 223, 209, 0.2); } }
  .section-details-tabs .attribute {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    gap: 10px;
    margin-bottom: 10px; }
    .section-details-tabs .attribute .title {
      color: var(--theme-dark-green);
      font-size: 18px;
      font-weight: 600;
      line-height: normal;
      padding: 0;
      border: none; }
    .section-details-tabs .attribute .value {
      color: var(--theme-dark-green);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding: 0;
      border: none; }
      .section-details-tabs .attribute .value span {
        color: var(--theme-dark-green) !important;
        text-decoration: none; }

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

.product-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  max-height: 600px;
  min-height: 600px; }
  @media (max-width: 1199.98px) {
    .product-gallery {
      max-height: none;
      min-height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .product-gallery .product-gallery-wrap {
    position: relative;
    max-width: 450px; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-wrap {
        max-width: 100%; } }
    .product-gallery .product-gallery-wrap .product-stickers {
      left: unset;
      right: 20px;
      top: 20px;
      z-index: 3; }
  .product-gallery .product-gallery-slides {
    padding: 32px 20px;
    background: var(--theme-color-milk);
    height: 100%; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-slides {
        min-height: 328px;
        height: auto; } }
    @media (max-width: 767.98px) {
      .product-gallery .product-gallery-slides {
        padding: 20px;
        min-height: auto; } }
    .product-gallery .product-gallery-slides .swiper-button-prev,
    .product-gallery .product-gallery-slides .swiper-button-next {
      position: absolute !important;
      z-index: 10; }
      @media (max-width: 767.98px) {
        .product-gallery .product-gallery-slides .swiper-button-prev,
        .product-gallery .product-gallery-slides .swiper-button-next {
          display: none; } }
    .product-gallery .product-gallery-slides .swiper-pagination {
      margin-bottom: 0; }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 528px; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
        width: 100%; }
        .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide:not(:first-child) {
          display: none; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-prev,
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-next {
        display: none; }
    .product-gallery .product-gallery-slides .image-item img {
      height: revert-layer;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-gallery .gallery-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 575.98px) {
      .product-gallery .gallery-slide picture,
      .product-gallery .gallery-slide img {
        max-width: 200px; } }
  .product-gallery .product-gallery-thumbs {
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .product-gallery .product-gallery-thumbs {
        display: none; } }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      display: none; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
        gap: 12px; }
        @media (max-width: 991.98px) {
          .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
            gap: 8px; } }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100px; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
        width: 100px; }
  .product-gallery .gallery-thumb-slide {
    width: 100px;
    min-width: 100px;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      border-bottom: 4px solid var(--theme-main-color); }
  .product-gallery .thumb-img {
    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;
    background-color: var(--theme-color-milk);
    padding: 10px; }
    .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 .thumb-video {
    position: relative; }
    .product-gallery .thumb-video::before {
      content: "";
      position: absolute;
      inset: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 40, 24, 0.2)), to(rgba(13, 40, 24, 0.2)));
      background: linear-gradient(0deg, rgba(13, 40, 24, 0.2) 0%, rgba(13, 40, 24, 0.2) 100%); }
    .product-gallery .thumb-video::after {
      content: "";
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: url("/front/img/play.svg") no-repeat center;
      background-size: contain;
      width: 36px;
      height: 36px; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    margin-top: -16px;
    width: 32px !important;
    height: 32px !important; }
    .product-gallery .swiper-button-next svg,
    .product-gallery .swiper-button-prev svg {
      color: var(--theme-main-color); }
  .product-gallery .swiper-button-next {
    right: 24px; }
  .product-gallery .swiper-button-prev {
    left: 24px; }

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

.product-anchors {
  position: sticky;
  z-index: 999;
  top: 0;
  min-height: 56px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  background: var(--white); }
  @media (max-width: 991.98px) {
    .product-anchors {
      padding-right: 0; } }
  .product-anchors:not(:last-child) {
    margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      .product-anchors:not(:last-child) {
        margin-bottom: 24px; } }
  .product-anchors .product-anchors-slider {
    overflow: hidden;
    margin-right: -16px;
    background: var(--white); }
  .product-anchors .product-anchors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .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: 56px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-main);
    background: var(--white);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .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: grey; }
    .product-anchors .product-anchors-link::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: grey;
      -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; }
    @media (any-hover: hover) {
      .product-anchors .product-anchors-link:hover {
        text-decoration: none; }
        .product-anchors .product-anchors-link:hover::before {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; } }
    .product-anchors .product-anchors-link:focus {
      text-decoration: none; }
      .product-anchors .product-anchors-link:focus::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
  .product-anchors .product-anchors-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-card {
        display: none; } }
  .product-anchors .product-anchors-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .product-anchors .product-anchors-img {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-anchors .product-anchors-img picture,
    .product-anchors .product-anchors-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-anchors .product-anchors-title {
    max-width: 150px;
    color: var(--theme-color-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word; }
  .product-anchors .price-wrap {
    font-size: 16px; }
  .product-anchors .old-price {
    font-size: 12px; }
  .product-anchors .product-anchors-btn {
    padding: 8px 16px;
    min-height: 40px; }

.delivery-payment-content {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--theme-dark-green); }
  .delivery-payment-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  @media (max-width: 991.98px) {
    .delivery-payment-content {
      font-size: 16px;
      border-bottom: none;
      margin-bottom: 0; } }
  @media (max-width: 575.98px) {
    .delivery-payment-content {
      font-size: 14px; } }
  .delivery-payment-content p {
    margin-bottom: 0; }
    .delivery-payment-content p:empty {
      display: none; }
  .delivery-payment-content .delivery-section-title,
  .delivery-payment-content .payment-section-title {
    color: var(--theme-dark-green);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px; }
    @media (max-width: 575.98px) {
      .delivery-payment-content .delivery-section-title,
      .delivery-payment-content .payment-section-title {
        font-size: 18px;
        line-height: 24px; } }
  .delivery-payment-content .delivery-details,
  .delivery-payment-content .payment-details {
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      .delivery-payment-content .delivery-details,
      .delivery-payment-content .payment-details {
        margin-top: 14px; } }
  .delivery-payment-content .delivery-detail-item,
  .delivery-payment-content .payment-detail-item {
    margin-top: 20px; }
    .delivery-payment-content .delivery-detail-item:not(:first-child),
    .delivery-payment-content .payment-detail-item:not(:first-child) {
      margin-top: 30px; }
    @media (max-width: 575.98px) {
      .delivery-payment-content .delivery-detail-item,
      .delivery-payment-content .payment-detail-item {
        margin-top: 16px; } }
  .delivery-payment-content .delivery-detail-title,
  .delivery-payment-content .payment-detail-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--theme-main-color);
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
    @media (max-width: 991.98px) {
      .delivery-payment-content .delivery-detail-title,
      .delivery-payment-content .payment-detail-title {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .delivery-payment-content .delivery-detail-title,
      .delivery-payment-content .payment-detail-title {
        font-size: 14px;
        gap: 6px; } }
    .delivery-payment-content .delivery-detail-title img,
    .delivery-payment-content .payment-detail-title img {
      color: var(--theme-main-color);
      width: 30px;
      height: 30px;
      margin: 0;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 575.98px) {
        .delivery-payment-content .delivery-detail-title img,
        .delivery-payment-content .payment-detail-title img {
          width: 20px;
          height: 20px; } }
  .delivery-payment-content .delivery-note,
  .delivery-payment-content .payment-note {
    color: var(--theme-dark-green);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px; }
    @media (max-width: 991.98px) {
      .delivery-payment-content .delivery-note,
      .delivery-payment-content .payment-note {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .delivery-payment-content .delivery-note,
      .delivery-payment-content .payment-note {
        font-size: 14px;
        margin-top: 24px; } }
  .delivery-payment-content strong {
    display: block;
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      .delivery-payment-content strong {
        margin-top: 14px; } }

.section-details-card {
  position: fixed;
  top: 0;
  right: 5%;
  padding: 10px;
  background-color: var(--theme-color-milk);
  -webkit-box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
          box-shadow: 0px 209px 59px 0px rgba(99, 96, 90, 0), 0px 134px 53px 0px rgba(99, 96, 90, 0.02), 0px 75px 45px 0px rgba(99, 96, 90, 0.06), 0px 33px 33px 0px rgba(99, 96, 90, 0.11), 0px 8px 18px 0px rgba(99, 96, 90, 0.13);
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (max-width: 1199.98px) {
    .section-details-card {
      display: none; } }
  .section-details-card.visible {
    opacity: 1;
    pointer-events: all; }
  .section-details-card .product-sticky-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-details-card .product-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90px;
    height: 80px;
    margin-right: 20px; }
    .section-details-card .product-img-wrap img {
      display: block;
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  .section-details-card .product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    max-width: 150px;
    margin-right: 20px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
  .section-details-card .price-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section-details-card .price-wrap .old-price {
      font-size: 20px;
      font-weight: 500;
      line-height: normal; }
    .section-details-card .price-wrap .price {
      font-size: 32px;
      font-weight: 600;
      line-height: normal; }
  .section-details-card .btn-main {
    display: block;
    margin-left: 40px; }

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

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

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

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

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

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

.products-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.products-swiper:not(.swiper-initialized) .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.3s ease, -webkit-transform 0.5s ease;
  transition: 0.3s ease, -webkit-transform 0.5s ease;
  transition: 0.3s ease, transform 0.5s ease;
  transition: 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }

@media (max-width: 480px) {
  .products-swiper:not(.swiper-initialized) .swiper-slide {
    width: calc(100% / 2); } }

@media (min-width: 480px) and (max-width: 992px) {
  .products-swiper:not(.swiper-initialized) .swiper-slide {
    width: calc(100% / 3); } }

@media (min-width: 1200px) {
  .products-swiper:not(.swiper-initialized) .swiper-slide {
    width: calc(100% / 4); } }

@media (max-width: 767.98px) {
  .products-swiper .swiper-slide {
    height: auto !important; }
  .products-swiper .product-block,
  .products-swiper .product-block-wrap {
    height: 100%; } }

.products-carousel {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
  overflow: visible; }
  .products-carousel:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .products-carousel .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .products-carousel .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .products-carousel .products-carousel-list {
    position: relative;
    z-index: 1; }

.products-carousel-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  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-section.hovered .products-carousel-wrap,
    .products-carousel-tabs-section.hovered .products-carousel-list.swiper-wrapper {
      padding-bottom: 500px;
      margin-bottom: -500px; }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px; }
  .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
    margin-bottom: 24px; }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    padding: 7px 15px;
    border: 1px solid var(--theme-color-main);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: var(--theme-color-main);
      color: var(--white-color); }
  .products-carousel-tabs .products-carousel-tabs-nav .nav-item-title {
    font-weight: bold;
    text-transform: uppercase; }

.products-carousel-tabs .products-carousel-tabs-content {
  position: relative;
  z-index: 1; }

.products-carousel-tabs .products-carousel-tab-content {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .products-carousel-tabs .products-carousel-tab-content:not(.active) {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none; }

.products-section {
  overflow: hidden;
  padding-bottom: 80px; }

.product-stickers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  .product-stickers.stickers-top-left {
    top: 5px;
    left: 5px; }
  .product-stickers.stickers-top-right {
    top: 5px;
    right: 5px; }
  .product-stickers.stickers-bottom-left {
    bottom: 5px;
    left: 5px; }
  .product-stickers.stickers-bottom-right {
    bottom: 5px;
    right: 5px; }
  .product-stickers .sticker-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-stickers .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 2px 6px;
    text-align: center;
    color: var(--white-color); }
    @media (max-width: 767.98px) {
      .product-stickers .label {
        font-size: 10px;
        line-height: normal;
        padding: 2px 4px; } }
    .product-stickers .label.label-is_new {
      background: var(--color-red); }
    .product-stickers .label.label-is_top {
      background: var(--color-avocado); }
    .product-stickers .label.label-is_sale {
      background: var(--theme-main-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:not(:last-child) {
  margin-bottom: 10px; }

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

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

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

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

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 333px) 1fr;
  grid-template-columns: minmax(260px, 333px) 1fr;
  gap: 10px;
  margin-bottom: 50px; }
  @media (max-width: 1199.98px) {
    .category-page-grid {
      -ms-grid-columns: 280px 1fr;
      grid-template-columns: 280px 1fr; } }
  @media (max-width: 991.98px) {
    .category-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .category-page-grid .catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .category-page-grid .aside-elem:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(13, 40, 24, 0.5); }
  .category-page-grid .aside-elem.accordion-open .icon-wrap, .category-page-grid .aside-elem.accordion-collapsed .icon-wrap {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .category-page-grid .aside-elem:not(:last-child) {
    margin-bottom: 16px; }
  .category-page-grid .empty-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 32px 0 50px;
    color: var(--color-red);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .category-page-grid .empty-category {
        font-size: 18px; } }

@media (min-width: 992px) {
  .category-page-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid rgba(13, 40, 24, 0.5);
    position: sticky;
    top: 10px; } }

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

.category-page-aside .category-aside-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 16px 0; }
  @media (min-width: 992px) {
    .category-page-aside .category-aside-top {
      display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-title {
    color: var(--theme-color-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
  .category-page-aside .category-aside-top .category-aside-top-close {
    display: -webkit-box;
    display: -ms-flexbox;
    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-top .category-aside-top-close .icon {
      color: rgba(13, 40, 24, 0.5);
      width: 20px;
      height: 20px; }

.category-page-aside .slider-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(13, 40, 24, 0.5); }
  .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: 20px; }
    .category-page-aside .slider-nav .amount:not(:last-child) {
      margin-bottom: 29px; }
  .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: 88px;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    .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: 38px;
      max-width: 60px;
      color: var(--color-black);
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      text-align: center;
      border: 1px solid rgba(13, 40, 24, 0.5);
      background: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .category-page-aside .slider-nav .amount-item input:hover, .category-page-aside .slider-nav .amount-item input:focus {
          border-color: var(--theme-main-color); } }
      .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--theme-main-color);
        outline: none; }
  .category-page-aside .slider-nav .ui-slider {
    height: 6px; }
    .category-page-aside .slider-nav .ui-slider:not(:last-child) {
      margin-bottom: 25px; }
  .category-page-aside .slider-nav .ui-widget-content {
    background: var(--theme-color-milk);
    height: 3px;
    border-radius: 10px;
    border: none;
    margin: 0 25px; }
    .category-page-aside .slider-nav .ui-widget-content:after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      border-radius: 10px;
      top: 0px;
      bottom: 0px;
      left: -25px;
      right: -25px;
      background: var(--theme-color-milk); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
    height: 3px;
    top: 0px;
    background: transparent; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 105%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--theme-dark-green); }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle {
    top: 1px;
    width: 32px;
    height: 0;
    display: block;
    border: none;
    outline: none;
    margin-left: -16px; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle::before {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      width: 25px;
      height: 25px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--theme-main-color);
      cursor: pointer;
      border-radius: 100px; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(1):before {
    right: 50%; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(2):before {
    left: 50%; }
  .category-page-aside .slider-nav .btn-apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 4px;
    color: var(--theme-main-color);
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--theme-main-color);
    margin-left: auto; }
    @media (pointer: fine) {
      .category-page-aside .slider-nav .btn-apply:hover {
        color: var(--white-color);
        background-color: var(--theme-main-color); } }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media (max-width: 1199.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991.98px) {
    .catalog-product-grid .product-block-wrap {
      height: 100%; } }

.category-page-aside-wrap {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 20px); }
  @media (min-width: 992px) {
    .category-page-aside-wrap, .category-page-aside-wrap * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .category-page-aside-wrap::-webkit-scrollbar,
    .category-page-aside-wrap *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .category-page-aside-wrap::-webkit-scrollbar-button,
    .category-page-aside-wrap *::-webkit-scrollbar-button {
      display: none; }
    .category-page-aside-wrap::-webkit-scrollbar-track,
    .category-page-aside-wrap *::-webkit-scrollbar-track {
      background: rgba(229, 223, 209, 0.2); }
    .category-page-aside-wrap::-webkit-scrollbar-track-piece,
    .category-page-aside-wrap *::-webkit-scrollbar-track-piece {
      background: rgba(229, 223, 209, 0.2); }
    .category-page-aside-wrap::-webkit-scrollbar-thumb,
    .category-page-aside-wrap *::-webkit-scrollbar-thumb {
      background: var(--color-beige);
      border-radius: 99px; }
    .category-page-aside-wrap::-webkit-scrollbar-corner,
    .category-page-aside-wrap *::-webkit-scrollbar-corner {
      background: rgba(229, 223, 209, 0.2); } }
  @media (max-width: 991.98px) {
    .category-page-aside-wrap {
      padding: 56px 16px 16px;
      overflow-y: auto;
      max-height: 100dvh; } }

.category-aside-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }
  .category-aside-top-wrap .title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
  .category-aside-top-wrap .filter-selected-clear {
    color: rgba(13, 40, 24, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-dark-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer; }
  .aside-elem-title .icon-wrap {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--theme-color-main);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -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 .icon-wrap .icon {
      width: 10px;
      height: 10px; }

.btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  gap: 12px;
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 !important; }
  .btn-filter-mobile .ic {
    width: 36px;
    height: 20px; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }

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

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      margin-bottom: 2px; } }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .catalog-filter-selected .filter-selected {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 10px;
    gap: 10px;
    color: var(--theme-dark-green);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    background-color: var(--theme-color-milk);
    border: 1px solid var(--color-beige);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .catalog-filter-selected .filter-selected {
        font-size: 12px;
        line-height: 14px;
        padding: 8px; } }
    .catalog-filter-selected .filter-selected .icon-wrap {
      width: 10px;
      min-width: 10px;
      height: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      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-dark-green);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        background: var(--color-beige);
        border: 1px solid var(--theme-dark-green);
        text-decoration: none; } }
    .catalog-filter-selected .filter-selected:focus {
      background: var(--color-beige);
      border: 1px solid var(--theme-dark-green);
      text-decoration: none; }

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

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

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  @media (max-width: 991.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .categories-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }
  .categories-navigation .category-card {
    padding: 20px 20px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px #bebebe;
            box-shadow: 0 2px 3px #bebebe; }
    .categories-navigation .category-card .category-img {
      display: block;
      position: relative;
      margin-bottom: 10px; }
      .categories-navigation .category-card .category-img img, .categories-navigation .category-card .category-img picture {
        display: block; }
    .categories-navigation .category-card .category-title {
      font-weight: 500;
      font-size: 18px; }
    .categories-navigation .category-card .category-sub-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      margin-top: 10px;
      padding-left: 15px; }

.catalog-filter .aside-elem:not(:last-child) {
  margin-bottom: 20px; }

.catalog-filter .aside-elem-title {
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .catalog-filter .aside-elem-title .icon-wrap {
    margin-left: auto; }

.catalog-filter .filter-search-wrap {
  margin-top: 10px; }
  .catalog-filter .filter-search-wrap input {
    width: 100%;
    min-height: 40px;
    background-color: var(--theme-color-milk);
    border: none;
    padding: 2px 16px; }
    .catalog-filter .filter-search-wrap input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      border: none; }

.catalog-filter .aside-elem-list {
  margin-top: 30px;
  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; }

.catalog-filter .aside-elem-list:not(.show-hidden) .attribute-checkbox.is-hidden,
.catalog-filter .aside-elem-list:not(.show-hidden) .color-value.is-hidden {
  display: none; }

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: var(--theme-dark-green);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none; }
  .catalog-filter .attribute-checkbox .checkmark {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--theme-dark-green);
    background-color: transparent;
    border-radius: 50%;
    margin-top: 2px; }
  .catalog-filter .attribute-checkbox.active .checkmark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 14px;
    min-width: 14px;
    height: 14px;
    background-color: var(--theme-main-color);
    border-radius: 50%; }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      text-decoration: underline; } }

.catalog-filter .toggle-elem-list {
  margin-top: 10px;
  font-weight: bolder;
  color: var(--theme-dark-green);
  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;
  gap: 10px;
  margin-bottom: 30px; }
  .catalog-filter-selected .filter-selected-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 767.98px) {
      .catalog-filter-selected .filter-selected-items {
        gap: 8px; } }
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border: 1px solid #000000;
    padding: 2px 6px;
    border-radius: 2px; }

.catalog-sorting-wrap {
  position: relative; }
  .catalog-sorting-wrap.active .sorting-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M4.74414 6.56918L6.93389 5.47431L17.1812 15.7216L16.2768 17.6639L4.74414 6.56918Z' fill='%2329307D'/%3E%3Cpath d='M5.10924 16.4231L16.2405 4.92695L16.4986 7.22356L6.93403 17.1531L5.10924 16.4231Z' fill='%2329307D'/%3E%3C/svg%3E");
    width: 33px;
    height: 23px; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap.active .sorting-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M4.74414 6.56918L6.93389 5.47431L17.1812 15.7216L16.2768 17.6639L4.74414 6.56918Z' fill='%230D2818'/%3E%3Cpath d='M5.10924 16.4231L16.2405 4.92695L16.4986 7.22356L6.93403 17.1531L5.10924 16.4231Z' fill='%230D2818'/%3E%3C/svg%3E"); } }
  .catalog-sorting-wrap .sorting-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    color: var(--theme-main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    min-height: 25px;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .sorting-title {
        color: var(--theme-dark-geen);
        font-size: 18px;
        line-height: 30px; } }
  .catalog-sorting-wrap .sorting-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='25' viewBox='0 0 33 25' fill='none'%3E%3Cpath d='M0 0.5L29.5 0L33 3.35714H1.24088L0 0.5Z' fill='%2329307D'/%3E%3Cpath d='M0.870968 8.5H23L26.129 10.5H0L0.870968 8.5Z' fill='%2329307D'/%3E%3Cpath d='M1.5 16L22 15L19 18.5H0L1.5 16Z' fill='%2329307D'/%3E%3Cpath d='M0 22.8571H15L13 25H0V22.8571Z' fill='%2329307D'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 25px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .sorting-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='33' height='20' viewBox='0 0 33 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.946808L29.5 0.5L33 3.5H1.24088L0 0.946808Z' fill='%230D2818'/%3E%3Cpath d='M0.866667 8.5H22.8864L26 11.5H0L0.866667 8.5Z' fill='%230D2818'/%3E%3Cpath d='M0 16.5H12L9 19.5L0 19.5V16.5Z' fill='%230D2818'/%3E%3C/svg%3E%0A");
        height: 20px; } }
  .catalog-sorting-wrap .sorting-options {
    position: absolute;
    right: 0;
    top: 100%;
    border: 1px solid var(--theme-main-color);
    background: var(--theme-color-milk);
    padding: 10px;
    min-width: 175px;
    margin-top: 10px;
    z-index: 10; }
    .catalog-sorting-wrap .sorting-options .sorting-option {
      color: var(--color-black);
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      cursor: pointer;
      padding: 1px 1px 1px 3px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .catalog-sorting-wrap .sorting-options .sorting-option:hover {
          background-color: #e3ded1; } }
      .catalog-sorting-wrap .sorting-options .sorting-option:not(:last-child) {
        margin-bottom: 10px; }

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

.page-post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px;
  gap: 30px; }

.page-post-text .page-title {
  max-width: 60%;
  margin-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .page-post-text .page-title {
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .page-post-text .page-title {
      font-size: 32px;
      line-height: normal;
      margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .page-post-text .page-title {
      font-size: 26px;
      line-height: 30px; } }

.page-post-text .article-info-wrap {
  margin-bottom: 30px; }

@media (max-width: 767.98px) {
  .page-post-text .article-content {
    padding-top: 10px; } }

.page-post-text .article-header {
  position: relative;
  padding-bottom: 70px; }
  @media (max-width: 767.98px) {
    .page-post-text .article-header {
      padding: 80px 0; } }

.page-post-text .article-main-image {
  clip-path: polygon(0% 0%, 100% 8.62%, 100% 84.75%, 8.39% 100%, 0% 0%); }
  @media (max-width: 767.98px) {
    .page-post-text .article-main-image {
      clip-path: polygon(0% 0%, 100% 8.72%, 100% 84.83%, 8.38% 100%, 0% 0%);
      min-height: 350px;
      -o-object-fit: cover;
         object-fit: cover; } }

.page-post-text .bg-decor {
  clip-path: polygon(0% 31.85%, 100% 0%, 100% 58.6%, 0% 100%, 0% 31.85%);
  background-color: var(--color-yellow);
  position: absolute;
  top: 95px;
  bottom: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (max-width: 767.98px) {
    .page-post-text .bg-decor {
      inset: 0;
      clip-path: polygon(0% 10.5%, 100% 0%, 100% 79.41%, 0% 100%, 0% 10.5%); } }

.page-post-text .article-text-wrap {
  max-width: 904px;
  width: 100%;
  margin: 0 auto; }

.page-post-text .share-socials__wrap {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--theme-dark-green); }
  @media (max-width: 767.98px) {
    .page-post-text .share-socials__wrap {
      margin-top: 40px;
      padding-bottom: 30px; } }
  .page-post-text .share-socials__wrap .share-socials__title {
    color: var(--theme-dark-green);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px; }
    @media (max-width: 575.98px) {
      .page-post-text .share-socials__wrap .share-socials__title {
        font-size: 12px; } }

@media (max-width: 1199.98px) {
  .page-post-text .page-description h2 {
    font-size: 48px;
    line-height: normal; } }

@media (max-width: 991.98px) {
  .page-post-text .page-description h2 {
    font-size: 32px; } }

@media (max-width: 575.98px) {
  .page-post-text .page-description h2 {
    font-size: 22px;
    line-height: 25px; } }

.article-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px; }
  @media (max-width: 767.98px) {
    .article-info-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .article-info-wrap .author-img {
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 16px; }
  .article-info-wrap .author-name {
    color: var(--theme-dark-green);
    font-size: 14px;
    font-weight: 600;
    line-height: normal; }
  .article-info-wrap .author-details {
    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: 15px;
    margin-top: 10px; }
  .article-info-wrap .article-date {
    color: var(--theme-dark-green);
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
  .article-info-wrap .reading-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px; }
    .article-info-wrap .reading-time .separator {
      display: block;
      width: 10px;
      min-width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--theme-main-color); }
    .article-info-wrap .reading-time .read-time {
      color: var(--theme-dark-green);
      font-size: 14px;
      font-weight: 400;
      line-height: normal; }
  @media (max-width: 767.98px) {
    .article-info-wrap .btn-main-dark {
      margin: 0 auto; } }
  @media (max-width: 575.98px) {
    .article-info-wrap .btn-main-dark {
      width: 100%; } }

.article-content .nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0; }
  .article-content .nav-buttons .nav-link-item {
    gap: 10px; }
  .article-content .nav-buttons .nav-link-item-prev {
    padding-left: 7px; }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    padding-right: 7px; }

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

.articles-latest {
  overflow: hidden; }
  .articles-latest .section-title {
    margin-bottom: 44px; }
    @media (max-width: 991.98px) {
      .articles-latest .section-title {
        margin-bottom: 30px; } }
  .articles-latest .section-btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0; }
    @media (max-width: 767.98px) {
      .articles-latest .section-btn-more {
        width: 100%; } }
  .articles-latest .articles-latest-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
    @media (max-width: 1199.98px) {
      .articles-latest .articles-latest-text {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .articles-latest .articles-latest-text {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 767.98px) {
    .rubrics-nav {
      gap: 10px; } }
  .rubrics-nav .rubric {
    color: var(--theme-dark-green);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 8px 16px;
    border: 1px solid var(--theme-dark-green);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .rubrics-nav .rubric {
        font-size: 14px;
        line-height: normal; } }
    @media (pointer: fine) {
      .rubrics-nav .rubric:hover {
        background-color: var(--white-color); } }
    .rubrics-nav .rubric.active {
      background-color: var(--white-color); }

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; }
  @media (max-width: 767.98px) {
    .articles-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 8px; } }

.article-card {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: var(--theme-color-milk);
  overflow: hidden;
  height: 100%; }
  @media (max-width: 767.98px) {
    .article-card {
      padding: 16px; } }
  .article-card .article-card-img-wrap {
    position: relative; }
  .article-card .article-img {
    display: block;
    margin-bottom: 10px; }
    .article-card .article-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center;
      max-height: 350px; }
  .article-card .article-title a {
    display: block;
    color: var(--theme-dark-green);
    font-size: 34px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 20px;
    text-decoration: none !important;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      .article-card .article-title a {
        font-size: 32px;
        line-height: 40px; } }
    @media (max-width: 767.98px) {
      .article-card .article-title a {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px; } }
  .article-card .article-announce {
    color: var(--theme-dark-green);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis;
    margin-top: 3px; }
    @media (max-width: 575.98px) {
      .article-card .article-announce {
        font-size: 14px;
        line-height: normal; } }
  .article-card .article-footer {
    margin-top: 10px; }
  .article-card .author-wrap {
    margin-top: 30px; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-main-color);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-top: 11px; }
  @media (max-width: 575.98px) {
    .article-rubric-badge {
      font-size: 12px;
      margin-top: 10px; } }

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

.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: 24px; }
  .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: 15px; }
    .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 {
    margin-top: 4px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    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(--theme-dark-green);
    color: var(--white); }
    .contacts-block .info-icon .ic {
      width: 14px;
      height: 14px; }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: grey;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    text-transform: uppercase; }
    .contacts-block .info-title:not(:last-child) {
      margin-bottom: 2px; }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 12px; }
    .contacts-block .info-content span {
      max-width: 292px; }
    .contacts-block .info-content a {
      color: var(--theme-dark-green);
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover, .contacts-block .info-content a:focus {
          text-decoration: none;
          color: var(--theme-main-color); } }

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

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

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

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

.page-contacts .page-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;
  background-color: var(--theme-color-milk);
  padding: 32px 24px; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .page-contacts .page-contacts-col {
      padding: 20px; } }

.page-contacts .form-contacts-callback {
  background-color: var(--theme-color-milk); }

.page-contacts .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;
  gap: 24px;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .page-contacts .contacts-block {
      margin-bottom: 24px; } }
  .page-contacts .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: 15px; }
    .page-contacts .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; }
  .page-contacts .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: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--theme-main-color);
    color: var(--white); }
    @media (max-width: 767.98px) {
      .page-contacts .contacts-block .info-icon {
        width: 30px;
        height: 30px; } }
    .page-contacts .contacts-block .info-icon .icon {
      width: 18px;
      height: 18px; }
      @media (max-width: 767.98px) {
        .page-contacts .contacts-block .info-icon .icon {
          width: 14px;
          height: 14px; } }
  .page-contacts .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .page-contacts .contacts-block .info-title {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    text-transform: uppercase; }
    .page-contacts .contacts-block .info-title:not(:last-child) {
      margin-bottom: 2px; }
    @media (max-width: 767.98px) {
      .page-contacts .contacts-block .info-title {
        font-size: 12px; } }
  .page-contacts .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; }
    .page-contacts .contacts-block .info-content span {
      max-width: 292px; }
    .page-contacts .contacts-block .info-content a {
      color: var(--theme-dark-green);
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      text-decoration: none !important; }
      @media (any-hover: hover) {
        .page-contacts .contacts-block .info-content a:hover, .page-contacts .contacts-block .info-content a:focus {
          color: var(--theme-main-color); } }
      @media (max-width: 767.98px) {
        .page-contacts .contacts-block .info-content a {
          font-size: 16px; } }

.page-contacts .socials-wrap {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .page-contacts .socials-wrap {
      margin-bottom: 24px; } }

.page-contacts .socials-wrap .socials-title,
.page-contacts .socials-wrap .messengers-title,
.page-contacts .messengers .socials-title,
.page-contacts .messengers .messengers-title {
  color: grey;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media (max-width: 767.98px) {
    .page-contacts .socials-wrap .socials-title,
    .page-contacts .socials-wrap .messengers-title,
    .page-contacts .messengers .socials-title,
    .page-contacts .messengers .messengers-title {
      font-size: 12px; } }

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

.page-contacts .socials-wrap .social-link,
.page-contacts .socials-wrap .messengers-item,
.page-contacts .messengers .social-link,
.page-contacts .messengers .messengers-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--theme-dark-green);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none !important; }
  @media (pointer: fine) {
    .page-contacts .socials-wrap .social-link:hover svg,
    .page-contacts .socials-wrap .social-link:hover .messengers-item-img,
    .page-contacts .socials-wrap .messengers-item:hover svg,
    .page-contacts .socials-wrap .messengers-item:hover .messengers-item-img,
    .page-contacts .messengers .social-link:hover svg,
    .page-contacts .messengers .social-link:hover .messengers-item-img,
    .page-contacts .messengers .messengers-item:hover svg,
    .page-contacts .messengers .messengers-item:hover .messengers-item-img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); } }
  .page-contacts .socials-wrap .social-link svg,
  .page-contacts .socials-wrap .social-link .messengers-item-img,
  .page-contacts .socials-wrap .messengers-item svg,
  .page-contacts .socials-wrap .messengers-item .messengers-item-img,
  .page-contacts .messengers .social-link svg,
  .page-contacts .messengers .social-link .messengers-item-img,
  .page-contacts .messengers .messengers-item svg,
  .page-contacts .messengers .messengers-item .messengers-item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--theme-main-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .page-contacts .socials-wrap .social-link svg,
      .page-contacts .socials-wrap .social-link .messengers-item-img,
      .page-contacts .socials-wrap .messengers-item svg,
      .page-contacts .socials-wrap .messengers-item .messengers-item-img,
      .page-contacts .messengers .social-link svg,
      .page-contacts .messengers .social-link .messengers-item-img,
      .page-contacts .messengers .messengers-item svg,
      .page-contacts .messengers .messengers-item .messengers-item-img {
        width: 30px;
        height: 30px; } }

.page-checkout .page-title-lg {
  margin-bottom: 60px; }
  @media (max-width: 1199.98px) {
    .page-checkout .page-title-lg {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .page-checkout .page-title-lg {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 24px; } }

.page-checkout .checkout-tabs {
  list-style-type: none;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px; }
  @media (max-width: 1199.98px) {
    .page-checkout .checkout-tabs {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      white-space: nowrap;
      overflow-x: auto;
      scrollbar-width: none;
      gap: 20px;
      margin-bottom: 32px; } }
  .page-checkout .checkout-tabs .tab-item {
    color: rgba(13, 40, 24, 0.5);
    font-size: 32px;
    font-weight: 500;
    line-height: normal; }
    .page-checkout .checkout-tabs .tab-item:has(.tab-item-title) {
      color: var(--theme-dark-green); }
    @media (max-width: 1320px) {
      .page-checkout .checkout-tabs .tab-item {
        font-size: 26px; } }
    @media (max-width: 767.98px) {
      .page-checkout .checkout-tabs .tab-item {
        font-size: 22px;
        line-height: 25px; } }
  .page-checkout .checkout-tabs form {
    margin: 0; }

.page-checkout .btn-edit-step {
  background-color: transparent;
  border: none;
  color: var(--theme-main-color);
  padding: 0; }

.page-checkout .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1199.98px) {
    .page-checkout .left-side {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 40px; } }
  @media (max-width: 767.98px) {
    .page-checkout .left-side {
      margin-top: 30px; } }
  .page-checkout .left-side .form-groups {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px; }
    @media (max-width: 767.98px) {
      .page-checkout .left-side .form-groups {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 0; } }
  .page-checkout .left-side .form-label {
    color: var(--theme-dark-green);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .page-checkout .left-side .form-label {
        font-size: 16px;
        margin-bottom: 8px; } }
    @media (max-width: 575.98px) {
      .page-checkout .left-side .form-label {
        font-size: 12px; } }
  .page-checkout .left-side .form-control {
    background-color: var(--theme-color-milk); }

.page-checkout .right-side {
  background-color: var(--theme-color-milk);
  padding: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 1199.98px) {
    .page-checkout .right-side {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      background-color: transparent;
      padding: 0; } }
  .page-checkout .right-side .btn-toggle-order {
    display: none; }
    .page-checkout .right-side .btn-toggle-order .arrow-wrap {
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M1 1L10.0426 8L18 1' stroke='%230D2818' stroke-width='2'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .page-checkout .right-side .btn-toggle-order.active .arrow-wrap {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (max-width: 1199.98px) {
      .page-checkout .right-side .btn-toggle-order {
        color: var(--theme-dark-green);
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        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: 24px;
        background-color: var(--theme-color-milk); } }
    @media (max-width: 767.98px) {
      .page-checkout .right-side .btn-toggle-order {
        font-size: 14px;
        padding: 10px 16px; } }
  @media (max-width: 1199.98px) {
    .page-checkout .right-side .order-card-wrapper {
      display: none;
      background-color: var(--theme-color-milk);
      padding: 16px;
      border-top: 1px solid var(--color-beige); } }
  .page-checkout .right-side .order-products-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .page-checkout .right-side .order-totals-top {
    margin: 0 0 40px;
    max-width: 100%; }
  .page-checkout .right-side .cart-items {
    padding-bottom: 20px;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .page-checkout .right-side .cart-items, .page-checkout .right-side .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .page-checkout .right-side .cart-items::-webkit-scrollbar,
      .page-checkout .right-side .cart-items *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .page-checkout .right-side .cart-items::-webkit-scrollbar-button,
      .page-checkout .right-side .cart-items *::-webkit-scrollbar-button {
        display: none; }
      .page-checkout .right-side .cart-items::-webkit-scrollbar-track,
      .page-checkout .right-side .cart-items *::-webkit-scrollbar-track {
        background: rgba(229, 223, 209, 0.2); }
      .page-checkout .right-side .cart-items::-webkit-scrollbar-track-piece,
      .page-checkout .right-side .cart-items *::-webkit-scrollbar-track-piece {
        background: rgba(229, 223, 209, 0.2); }
      .page-checkout .right-side .cart-items::-webkit-scrollbar-thumb,
      .page-checkout .right-side .cart-items *::-webkit-scrollbar-thumb {
        background: var(--color-beige);
        border-radius: 99px; }
      .page-checkout .right-side .cart-items::-webkit-scrollbar-corner,
      .page-checkout .right-side .cart-items *::-webkit-scrollbar-corner {
        background: rgba(229, 223, 209, 0.2); } }
  .page-checkout .right-side .cart-item {
    -ms-grid-columns: 113px 1fr !important;
    grid-template-columns: 113px 1fr !important;
    gap: 7px;
    border-bottom: none;
    padding: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    @media (max-width: 575.98px) {
      .page-checkout .right-side .cart-item {
        -ms-grid-columns: 80px 1fr !important;
        grid-template-columns: 80px 1fr !important; } }
    .page-checkout .right-side .cart-item:not(:last-child) {
      margin-bottom: 40px; }
    .page-checkout .right-side .cart-item .cart-item-info {
      padding: 0;
      max-width: none; }
    .page-checkout .right-side .cart-item .cart-item-img {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1; }
    .page-checkout .right-side .cart-item .cart-item-info,
    .page-checkout .right-side .cart-item .cart-item-qty,
    .page-checkout .right-side .cart-item .cart-item-price-total {
      -ms-grid-column: 2;
      grid-column: 2;
      margin: 0; }
    .page-checkout .right-side .cart-item .cart-item-price-total {
      margin: 10px 0 0; }
      @media (max-width: 991.98px) {
        .page-checkout .right-side .cart-item .cart-item-price-total {
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset; } }
    .page-checkout .right-side .cart-item .price-wrap {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; }
  .page-checkout .right-side .cart-item-set {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; }
    .page-checkout .right-side .cart-item-set .set-item {
      gap: 7px; }
  .page-checkout .right-side .cart-item,
  .page-checkout .right-side .cart-item-set {
    border-bottom: none; }
    .page-checkout .right-side .cart-item .product-title,
    .page-checkout .right-side .cart-item-set .product-title {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    .page-checkout .right-side .cart-item .cart-item-set-total-price,
    .page-checkout .right-side .cart-item-set .cart-item-set-total-price {
      margin-left: 125px;
      margin-bottom: 0; }
      @media (max-width: 575.98px) {
        .page-checkout .right-side .cart-item .cart-item-set-total-price,
        .page-checkout .right-side .cart-item-set .cart-item-set-total-price {
          margin-left: 92px; } }
      .page-checkout .right-side .cart-item .cart-item-set-total-price .price-wrap,
      .page-checkout .right-side .cart-item-set .cart-item-set-total-price .price-wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .page-checkout .right-side .cart-item .cart-item-set-total-qty,
    .page-checkout .right-side .cart-item-set .cart-item-set-total-qty {
      margin-top: 5px;
      margin-left: 125px; }
      @media (max-width: 575.98px) {
        .page-checkout .right-side .cart-item .cart-item-set-total-qty,
        .page-checkout .right-side .cart-item-set .cart-item-set-total-qty {
          margin-left: 92px; } }
    .page-checkout .right-side .cart-item .cart-item-set-remove,
    .page-checkout .right-side .cart-item .cart-item-remove,
    .page-checkout .right-side .cart-item-set .cart-item-set-remove,
    .page-checkout .right-side .cart-item-set .cart-item-remove {
      right: 5px;
      bottom: 10px;
      top: unset; }
  .page-checkout .right-side .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; }
    .page-checkout .right-side .total-item.discount .total-item-title,
    .page-checkout .right-side .total-item.discount .price-wrap,
    .page-checkout .right-side .total-item.discount .price {
      color: #889082; }
  .page-checkout .right-side .totals-bottom {
    margin-top: auto;
    border-top: 1px solid var(--theme-dark-green); }
    @media (max-width: 1199.98px) {
      .page-checkout .right-side .totals-bottom {
        border-top: 1px solid rgba(13, 40, 24, 0.5);
        border-bottom: 1px solid rgba(13, 40, 24, 0.5);
        padding: 10px 0;
        margin-top: 30px; } }
    .page-checkout .right-side .totals-bottom .order-totals-block {
      margin: 20px 0 0;
      max-width: none; }
      @media (max-width: 1199.98px) {
        .page-checkout .right-side .totals-bottom .order-totals-block {
          margin: 0; } }
    .page-checkout .right-side .totals-bottom .total-item {
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .page-checkout .right-side .totals-bottom .total-item .total-item-title,
        .page-checkout .right-side .totals-bottom .total-item .price-wrap:has(.price-text),
        .page-checkout .right-side .totals-bottom .total-item .price-wrap {
          font-size: 14px; } }
      @media (max-width: 575.98px) {
        .page-checkout .right-side .totals-bottom .total-item .total-item-title,
        .page-checkout .right-side .totals-bottom .total-item .price-wrap:has(.price-text),
        .page-checkout .right-side .totals-bottom .total-item .price-wrap {
          font-size: 12px; } }
    .page-checkout .right-side .totals-bottom .total-item-in-total {
      margin: 30px 0 0; }
  .page-checkout .right-side .order-totals-top .total-item-title,
  .page-checkout .right-side .order-totals-top .price-wrap,
  .page-checkout .right-side .order-totals-top .price,
  .page-checkout .right-side .totals-bottom .total-item-in-total .total-item-title,
  .page-checkout .right-side .totals-bottom .total-item-in-total .price-wrap,
  .page-checkout .right-side .totals-bottom .total-item-in-total .price {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px; }
    @media (max-width: 991.98px) {
      .page-checkout .right-side .order-totals-top .total-item-title,
      .page-checkout .right-side .order-totals-top .price-wrap,
      .page-checkout .right-side .order-totals-top .price,
      .page-checkout .right-side .totals-bottom .total-item-in-total .total-item-title,
      .page-checkout .right-side .totals-bottom .total-item-in-total .price-wrap,
      .page-checkout .right-side .totals-bottom .total-item-in-total .price {
        font-size: 24px;
        line-height: normal; } }
    @media (max-width: 767.98px) {
      .page-checkout .right-side .order-totals-top .total-item-title,
      .page-checkout .right-side .order-totals-top .price-wrap,
      .page-checkout .right-side .order-totals-top .price,
      .page-checkout .right-side .totals-bottom .total-item-in-total .total-item-title,
      .page-checkout .right-side .totals-bottom .total-item-in-total .price-wrap,
      .page-checkout .right-side .totals-bottom .total-item-in-total .price {
        font-size: 18px;
        line-height: normal; } }

.page-checkout .btn-dark,
.page-checkout .btn-main-dark {
  margin: 50px 0 0 auto; }
  @media (max-width: 1199.98px) {
    .page-checkout .btn-dark,
    .page-checkout .btn-main-dark {
      margin: 32px auto 0; } }
  @media (max-width: 575.98px) {
    .page-checkout .btn-dark,
    .page-checkout .btn-main-dark {
      width: 100%; } }

.page-checkout .section-gifts-swiper {
  margin-top: 20px; }
  .page-checkout .section-gifts-swiper .section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px; }
    @media (max-width: 991.98px) {
      .page-checkout .section-gifts-swiper .section-title {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 575.98px) {
      .page-checkout .section-gifts-swiper .section-title {
        font-size: 18px;
        line-height: normal; } }
  .page-checkout .section-gifts-swiper .navigation-wrap {
    display: none; }
  .page-checkout .section-gifts-swiper .swiper-gifts {
    padding-bottom: 20px; }
    .page-checkout .section-gifts-swiper .swiper-gifts:not(.swiper-initialized) .swiper-slide:not(:first-child) {
      display: none; }
  .page-checkout .section-gifts-swiper .swiper-pagination-gifts {
    display: block;
    position: static !important;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    margin: 12px auto 0; }

[js-order-tooltip] {
  position: relative; }

.payment-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 10px; }
  .payment-type-list .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 25px;
    gap: 10px;
    min-height: 80px;
    background-color: var(--theme-color-milk); }
    @media (max-width: 767.98px) {
      .payment-type-list .custom-radio {
        min-height: 60px; } }
    @media (max-width: 575.98px) {
      .payment-type-list .custom-radio {
        padding: 4px 10px;
        min-height: 40px; } }
  .payment-type-list .radio-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .payment-type-list .radio-title {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .payment-type-list .radio-title {
        font-size: 14px; } }

.payment-picker {
  margin-bottom: 40px !important; }
  @media (max-width: 767.98px) {
    .payment-picker {
      margin-bottom: 24px !important; } }
  .payment-picker .payment-details {
    font-size: 18px;
    line-height: normal;
    padding: 25px;
    background-color: var(--theme-color-milk);
    border: 1px solid var(--color-red); }
    .payment-picker .payment-details > :last-child {
      margin-bottom: 0; }

.alert-message {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 25px;
  background-color: var(--theme-color-milk);
  border: 1px solid var(--color-red);
  margin-top: 50px; }

.custom-radio {
  cursor: pointer;
  margin: 0; }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid var(--theme-dark-green);
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 991.98px) {
      .custom-radio .checkmark {
        width: 24px;
        min-width: 24px;
        height: 24px; } }
    @media (max-width: 767.98px) {
      .custom-radio .checkmark {
        width: 18px;
        min-width: 18px;
        height: 18px; } }
    .custom-radio .checkmark:after {
      content: "";
      background: url("/front/img/check.svg") center no-repeat;
      width: 27px;
      height: 25px;
      background-size: contain;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      opacity: 0;
      margin-left: 2px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (max-width: 767.98px) {
        .custom-radio .checkmark:after {
          width: 16px;
          height: 15px;
          margin-left: 1px; } }
  .custom-radio input[type="radio"]:checked ~ .checkmark:after {
    opacity: 1; }

.empty-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px; }

.checkout-grid-by-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32%;
  grid-template-columns: 1fr 32%;
  gap: 123px; }
  @media (max-width: 1320px) {
    .checkout-grid-by-steps {
      gap: 80px; } }
  @media (max-width: 1199.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;
      gap: 0; } }

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

.step-card .step-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

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

.step-card .form-contacts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }
  .step-card .form-contacts-grid .form-group-email {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4; }

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

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

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

.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-checkout-success {
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .page-checkout-success {
      margin-top: 40px; } }
  .page-checkout-success .order-info-message {
    margin-bottom: 24px; }
  .page-checkout-success .btn-paid-order {
    position: relative;
    display: block;
    padding: 14px 25px;
    text-decoration: none !important;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    outline: none !important;
    background-color: var(--theme-main-color);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--theme-color-milk);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .page-checkout-success .btn-paid-order {
        font-size: 18px;
        line-height: 22px;
        -webkit-transition: .3s ease;
        transition: .3s ease; } }
    @media (max-width: 767.98px) {
      .page-checkout-success .btn-paid-order {
        font-size: 16px;
        line-height: 20px; } }
    @media (pointer: fine) {
      .page-checkout-success .btn-paid-order:hover {
        background-color: var(--theme-dark-green); } }
    @media (max-width: 767.98px) {
      .page-checkout-success .btn-paid-order {
        padding: 16px 25px; } }
  .page-checkout-success .checkout-success-title {
    text-align: center;
    margin: 0 auto 50px; }
    @media (max-width: 991.98px) {
      .page-checkout-success .checkout-success-title {
        margin-bottom: 36px; } }
    @media (max-width: 575.98px) {
      .page-checkout-success .checkout-success-title {
        margin-bottom: 24px; } }
  .page-checkout-success .checkout-success-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66% 1fr;
    grid-template-columns: 66% 1fr;
    gap: 10px; }
    @media (max-width: 1199.98px) {
      .page-checkout-success .checkout-success-grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    @media (max-width: 991.98px) {
      .page-checkout-success .checkout-success-grid {
        gap: 0; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .cart-gifts-items {
      padding: 0 16px; } }
  .page-checkout-success .cart-gifts-title {
    color: var(--theme-dark-green);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    padding: 16px 0 10px; }
    @media (max-width: 991.98px) {
      .page-checkout-success .cart-gifts-title {
        font-size: 18px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .page-checkout-success .cart-gifts-title {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0; } }
  .page-checkout-success .gift-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-beige); }
    .page-checkout-success .gift-item .gift-item-img {
      display: block;
      max-width: 85px; }
      @media (max-width: 767.98px) {
        .page-checkout-success .gift-item .gift-item-img {
          max-width: 50px; } }
    .page-checkout-success .gift-item .item-gift-title,
    .page-checkout-success .gift-item .item-gift-price {
      color: var(--theme-dark-green);
      font-size: 18px;
      font-weight: 600;
      line-height: 23px; }
      @media (max-width: 767.98px) {
        .page-checkout-success .gift-item .item-gift-title,
        .page-checkout-success .gift-item .item-gift-price {
          font-size: 16px;
          line-height: normal; } }
      @media (max-width: 575.98px) {
        .page-checkout-success .gift-item .item-gift-title,
        .page-checkout-success .gift-item .item-gift-price {
          font-size: 14px;
          line-height: 22px; } }
    .page-checkout-success .gift-item .item-gift-price {
      margin-left: auto; }
  .page-checkout-success .left-side {
    position: sticky;
    top: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 1199.98px) {
      .page-checkout-success .left-side {
        position: static; } }
    @media (max-width: 991.98px) {
      .page-checkout-success .left-side {
        margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      .page-checkout-success .left-side .order-card {
        background-color: transparent; } }
    @media (max-width: 991.98px) {
      .page-checkout-success .left-side .order-card .order-info-title {
        display: none; } }
  .page-checkout-success .order-totals-block {
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .page-checkout-success .order-totals-block {
        width: 100%;
        margin: 30px 0 0;
        padding: 10px 0;
        border-top: 1px solid rgba(13, 40, 24, 0.5);
        border-bottom: 1px solid rgba(13, 40, 24, 0.5); } }
    .page-checkout-success .order-totals-block .total-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      @media (max-width: 575.98px) {
        .page-checkout-success .order-totals-block .total-item {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .page-checkout-success .order-totals-block .total-item .total-item-title {
        color: black;
        font-size: 32px;
        font-weight: 600;
        line-height: 30px; }
        @media (max-width: 991.98px) {
          .page-checkout-success .order-totals-block .total-item .total-item-title {
            font-size: 24px;
            line-height: 24px; } }
        @media (max-width: 575.98px) {
          .page-checkout-success .order-totals-block .total-item .total-item-title {
            font-size: 18px;
            line-height: normal; } }
      .page-checkout-success .order-totals-block .total-item .price {
        color: var(--theme-dark-green);
        font-size: 32px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .page-checkout-success .order-totals-block .total-item .price {
            font-size: 24px;
            line-height: 24px; } }
        @media (max-width: 575.98px) {
          .page-checkout-success .order-totals-block .total-item .price {
            font-size: 18px;
            line-height: normal; } }
    .page-checkout-success .order-totals-block .total-subtext {
      color: var(--theme-dark-green);
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      margin-top: 15px; }
  .page-checkout-success .right-side {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px; }
    @media (max-width: 1199.98px) {
      .page-checkout-success .right-side {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767.98px) {
      .page-checkout-success .right-side {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
  .page-checkout-success .order-card {
    background-color: var(--theme-color-milk); }
  .page-checkout-success .order-info-card .info-flex-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .page-checkout-success .order-info-card .info-flex-row picture, .page-checkout-success .order-info-card .info-flex-row img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .page-checkout-success .order-info-card .order-number {
    color: var(--theme-main-color);
    font-size: 18px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      .page-checkout-success .order-info-card .order-number:hover {
        color: #555db6; } }
    @media (max-width: 575.98px) {
      .page-checkout-success .order-info-card .order-number {
        font-size: 14px;
        line-height: 22px; } }
  .page-checkout-success .order-info-title {
    color: var(--theme-dark-green);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 1px solid var(--theme-dark-green); }
    @media (max-width: 991.98px) {
      .page-checkout-success .order-info-title {
        font-size: 20px;
        line-height: normal; } }
    @media (max-width: 575.98px) {
      .page-checkout-success .order-info-title {
        font-size: 18px;
        line-height: 26px;
        padding: 10px; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .products-table {
      background-color: var(--theme-color-milk); } }
  .page-checkout-success .products-table-wrap {
    padding: 20px; }
    @media (max-width: 991.98px) {
      .page-checkout-success .products-table-wrap {
        padding: 0; } }
  .page-checkout-success .cart-items {
    max-height: 500px;
    overflow-y: auto; }
    @media (max-width: 991.98px) {
      .page-checkout-success .cart-items {
        padding: 6px 16px; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .cart-item-qty {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2 !important;
      grid-row: 2 !important; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .cart-item-price-total {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2 !important;
      grid-row: 2 !important;
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .cart-item-set-content {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      -ms-grid-row: 1;
      grid-row: 1; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .cart-item-set-total-qty {
      -ms-grid-row: 2 !important;
      grid-row: 2 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 125px; } }
  @media (max-width: 575.98px) {
    .page-checkout-success .cart-item-set-total-qty {
      margin-left: 92px; } }
  @media (max-width: 991.98px) {
    .page-checkout-success .cart-item-set-total-price {
      -ms-grid-row: 2 !important;
      grid-row: 2 !important;
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  .page-checkout-success .price-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .page-checkout-success table.order-info-table {
    width: calc(100% - 40px);
    margin: 20px; }
    @media (max-width: 575.98px) {
      .page-checkout-success table.order-info-table {
        width: calc(100% - 20px);
        margin: 10px; } }
    .page-checkout-success table.order-info-table tr {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-bottom: 8px; }
      @media (max-width: 575.98px) {
        .page-checkout-success table.order-info-table tr {
          margin-bottom: 0; } }
    .page-checkout-success table.order-info-table th {
      font-size: 18px;
      font-weight: 600;
      line-height: normal; }
      @media (max-width: 991.98px) {
        .page-checkout-success table.order-info-table th {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        .page-checkout-success table.order-info-table th {
          font-size: 14px;
          line-height: 22px; } }
    .page-checkout-success table.order-info-table th, .page-checkout-success table.order-info-table td {
      padding: 10px 0; }
    .page-checkout-success table.order-info-table td {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      padding-left: 0; }
      @media (max-width: 575.98px) {
        .page-checkout-success table.order-info-table td {
          font-size: 14px;
          line-height: normal; } }
  .page-checkout-success .btn-main-dark {
    margin: 50px auto 0; }
  .page-checkout-success .ajax-payment-details {
    position: relative; }
    .page-checkout-success .ajax-payment-details .payment-buttons {
      margin-top: 30px; }
  .page-checkout-success .payment-description {
    font-size: 18px;
    line-height: normal;
    padding: 25px;
    background-color: var(--theme-color-milk);
    border: 1px solid var(--color-red);
    margin-top: 16px; }

.cart-modal-inner {
  display: none; }
  .cart-modal-inner .overlay {
    display: none; }

.fancybox-container.form-popup .fancybox-content#cartModal {
  max-width: 1132px; }

@media (max-width: 767.98px) {
  .fancybox-slide--html:has(#cartModal) {
    padding: 0; } }

#cartModal {
  --px: 30px;
  background-color: var(--theme-color-milk); }
  @media (max-width: 767.98px) {
    #cartModal {
      min-height: 100%;
      padding: 16px; }
      #cartModal .cart-top {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1px;
                order: 1px; }
      #cartModal .cart-items {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #cartModal .section-gifts-swiper {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-right: -16px; }
      #cartModal .products-carousel-section {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      #cartModal .cart-bottom {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; } }
  #cartModal .cart-title {
    margin-bottom: 12px;
    line-height: 60px; }
    @media (max-width: 767.98px) {
      #cartModal .cart-title {
        line-height: 30px;
        border-bottom: 1px solid var(--color-beige);
        margin: 0;
        padding-bottom: 18px; } }
  #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%;
    overflow: hidden; }
  #cartModal .cart-items {
    padding-right: 15px;
    overflow-y: auto;
    max-height: 405px; }
    @media (min-width: 992px) {
      #cartModal .cart-items, #cartModal .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #cartModal .cart-items::-webkit-scrollbar,
      #cartModal .cart-items *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: rgba(229, 223, 209, 0.2); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: rgba(229, 223, 209, 0.2); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: var(--color-beige);
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: rgba(229, 223, 209, 0.2); } }
  #cartModal .products-carousel-section {
    padding-top: 50px; }
    #cartModal .products-carousel-section .container {
      padding: 0;
      max-width: none; }
    #cartModal .products-carousel-section .products-carousel-wrap,
    #cartModal .products-carousel-section .products-section {
      overflow: unset; }
    #cartModal .products-carousel-section .products-section {
      padding: 0; }
  @media (max-width: 767.98px) {
    #cartModal .cart-item-set:last-child {
      border-bottom: 1px solid var(--color-beige); } }
  #cartModal .cart-item-img {
    width: 113px; }
    @media (max-width: 575.98px) {
      #cartModal .cart-item-img {
        width: 80px; } }
  #cartModal .cart-bottom {
    margin-top: 20px;
    position: relative; }
    @media (max-width: 767.98px) {
      #cartModal .cart-bottom {
        margin-top: 50px; } }
  #cartModal .cart-progressive-discount {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    border: 1px solid #e91c25;
    margin: 0 0 20px;
    padding: 13px; }
    @media (max-width: 767.98px) {
      #cartModal .cart-progressive-discount {
        font-size: 14px;
        padding: 10px; } }
    @media (max-width: 575.98px) {
      #cartModal .cart-progressive-discount {
        font-size: 12px; } }
  #cartModal .message-limit {
    font-weight: bold;
    color: var(--white-color);
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 15px var(--px);
    background: var(--color-beige); }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 15px var(--px);
        gap: 15px; } }
    @media (max-width: 767.98px) {
      #cartModal .bottom-row {
        background-color: transparent;
        padding: 16px 0 0;
        border-top: 1px solid rgba(13, 40, 24, 0.5); } }
  #cartModal .total-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    @media (max-width: 991.98px) {
      #cartModal .total-block-wrap {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 767.98px) {
      #cartModal .total-block-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    @media (max-width: 767.98px) {
      #cartModal .total-block {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #cartModal .total-block .total-title {
      font-size: 32px;
      font-weight: 600;
      line-height: 30px; }
      @media (max-width: 767.98px) {
        #cartModal .total-block .total-title {
          font-size: 24px;
          line-height: normal; } }
    #cartModal .total-block .price-wrap {
      line-height: 1;
      -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; }
      #cartModal .total-block .price-wrap .price {
        font-size: 32px;
        font-weight: 600;
        line-height: 30px; }
        @media (max-width: 767.98px) {
          #cartModal .total-block .price-wrap .price {
            font-size: 24px;
            line-height: normal; } }
  #cartModal .btn-continue {
    margin-right: auto; }
    @media (max-width: 767.98px) {
      #cartModal .btn-continue {
        display: none; } }

#cartModal:has(.cart-empty) {
  padding: 30px 20px; }

.cart-empty .cart-title {
  text-align: center;
  margin-bottom: 32px !important; }
  @media (max-width: 767.98px) {
    .cart-empty .cart-title {
      line-height: 30px !important; } }

.cart-empty .description {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  width: 85%;
  margin: 0 auto 48px; }
  @media (max-width: 1199.98px) {
    .cart-empty .description {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 767.98px) {
    .cart-empty .description {
      font-size: 18px;
      line-height: 26px;
      width: 100%;
      margin-bottom: 32px; } }
  @media (max-width: 575.98px) {
    .cart-empty .description {
      font-size: 16px;
      line-height: normal; } }

.cart-empty .btn-main {
  margin: 0 auto 32px; }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 16px !important;
  right: 16px !important;
  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(--white);
  border: none;
  opacity: 1;
  padding: 0 !important;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close .ic,
  .modal-close .icon {
    width: 32px;
    height: 32px;
    color: var(--color-beige);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      color: var(--color-red); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--color-red); } }
  @media (max-width: 991.98px) {
    .modal-close {
      top: 24px; } }

.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-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 113px 1fr 140px 160px;
  grid-template-columns: 113px 1fr 140px 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-beige); }
  @media (max-width: 991.98px) {
    .cart-item {
      -ms-grid-columns: 113px 1fr;
      grid-template-columns: 113px 1fr;
      gap: 12px; } }
  @media (max-width: 575.98px) {
    .cart-item {
      -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr; } }
  .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;
    padding: 10px; }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .cart-item .cart-item-info {
    max-width: 400px; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column: 2;
        grid-column: 2;
        max-width: none; } }
  .cart-item .variant-attributes {
    font-size: 13px;
    margin-top: 8px; }
  .cart-item .cart-item-qty {
    margin-top: auto;
    margin-bottom: 10px;
    padding: 0; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-qty {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        grid-row: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; } }
    .cart-item .cart-item-qty:has(.qty-text) {
      text-align: center; }
  .cart-item .cart-item-price-total {
    margin-top: auto;
    margin-bottom: 10px;
    padding: 0; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-price-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2; } }
    @media (max-width: 767.98px) {
      .cart-item .cart-item-price-total {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; } }
  .cart-item .price-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.cart-item-set {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 160px;
  grid-template-columns: 1fr 140px 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-beige); }
  @media (max-width: 991.98px) {
    .cart-item-set {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 12px; }
      .cart-item-set:last-child {
        border-bottom: none; } }
  .cart-item-set .set-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 113px 1fr;
    grid-template-columns: 113px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    @media (max-width: 991.98px) {
      .cart-item-set .set-item {
        gap: 12px; } }
    @media (max-width: 575.98px) {
      .cart-item-set .set-item {
        -ms-grid-columns: 80px 1fr;
        grid-template-columns: 80px 1fr; } }
  .cart-item-set .cart-item-set-total-qty {
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .cart-item-set .cart-item-set-total-qty {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 125px;
        margin-bottom: 0; } }
    @media (max-width: 575.98px) {
      .cart-item-set .cart-item-set-total-qty {
        margin-left: 92px; } }
    .cart-item-set .cart-item-set-total-qty:has(.qty-text) {
      text-align: center; }
  .cart-item-set .price-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .cart-item-set .cart-item-set-total-qty,
  .cart-item-set .cart-item-set-total-price {
    margin-top: auto; }
  .cart-item-set .cart-item-set-total-price {
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .cart-item-set .cart-item-set-total-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        margin-left: 125px; } }
    @media (max-width: 767.98px) {
      .cart-item-set .cart-item-set-total-price {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; } }
    @media (max-width: 575.98px) {
      .cart-item-set .cart-item-set-total-price {
        margin-left: 92px; } }

.cart-item .product-title,
.cart-item-set .product-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none !important;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis; }
  @media (any-hover: hover) {
    .cart-item .product-title:hover, .cart-item .product-title:focus,
    .cart-item-set .product-title:hover,
    .cart-item-set .product-title:focus {
      color: var(--theme-main-color);
      text-decoration: none; } }
  @media (max-width: 767.98px) {
    .cart-item .product-title,
    .cart-item-set .product-title {
      font-size: 16px;
      line-height: normal;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; } }
  @media (max-width: 575.98px) {
    .cart-item .product-title,
    .cart-item-set .product-title {
      font-size: 14px;
      line-height: 22px; } }

.cart-item .product-subtitle,
.cart-item-set .product-subtitle {
  color: rgba(13, 40, 24, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px; }
  @media (max-width: 767.98px) {
    .cart-item .product-subtitle,
    .cart-item-set .product-subtitle {
      font-size: 14px;
      line-height: normal; } }
  @media (max-width: 575.98px) {
    .cart-item .product-subtitle,
    .cart-item-set .product-subtitle {
      font-size: 12px;
      line-height: 14px; } }

.cart-item .product-volume,
.cart-item-set .product-volume {
  color: rgba(13, 40, 24, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px; }
  @media (max-width: 767.98px) {
    .cart-item .product-volume,
    .cart-item-set .product-volume {
      font-size: 14px;
      line-height: normal; } }
  @media (max-width: 575.98px) {
    .cart-item .product-volume,
    .cart-item-set .product-volume {
      font-size: 12px;
      line-height: 14px; } }

.cart-item .plus-icon,
.cart-item-set .plus-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;
  z-index: 2;
  position: relative;
  margin: 8px 0; }
  .cart-item .plus-icon svg,
  .cart-item-set .plus-icon svg {
    width: 30px;
    height: 30px;
    color: var(--theme-dark-green); }
    @media (max-width: 575.98px) {
      .cart-item .plus-icon svg,
      .cart-item-set .plus-icon svg {
        width: 20px;
        height: 20px; } }

.cart-item .qty-text,
.cart-item-set .qty-text {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 600;
  line-height: normal; }
  @media (max-width: 991.98px) {
    .cart-item .qty-text,
    .cart-item-set .qty-text {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .cart-item .qty-text,
    .cart-item-set .qty-text {
      font-size: 14px; } }

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

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

.order-promocode .order-promocode-title {
  color: var(--theme-dark-green);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .order-promocode .order-promocode-title {
      font-size: 16px;
      margin-bottom: 8px; } }
  @media (max-width: 575.98px) {
    .order-promocode .order-promocode-title {
      font-size: 12px; } }

.order-promocode .fields-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative; }
  .order-promocode .fields-group .btn {
    min-height: 32px;
    padding: 2px 10px; }

.order-promocode .promocode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px; }
  .order-promocode .promocode-wrap .promocode-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border: 2px dashed var(--theme-main-color);
    background-color: var(--theme-color-milk);
    width: 100%;
    min-height: 80px; }
    @media (max-width: 767.98px) {
      .order-promocode .promocode-wrap .promocode-info {
        min-height: 60px; } }
    @media (max-width: 575.98px) {
      .order-promocode .promocode-wrap .promocode-info {
        padding: 4px 10px;
        min-height: 40px; } }
  .order-promocode .promocode-wrap .sale-text {
    color: var(--theme-main-color); }
  .order-promocode .promocode-wrap .promocode-code {
    display: inline-block;
    color: var(--white-color);
    background: var(--theme-main-color);
    padding: 2px 10px;
    text-align: center; }

.order-promocode .order-promocode-error {
  color: red;
  margin-top: 4px; }

.order-promocode .order-promocode-message {
  color: green;
  margin-top: 4px; }

.order-promocode .promocode-btn-remove,
.order-promocode .promocode-btn-apply {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 12px;
  border: 1px solid var(--theme-dark-green);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .order-promocode .promocode-btn-remove:hover,
    .order-promocode .promocode-btn-apply:hover {
      color: var(--theme-color-milk);
      background-color: var(--theme-dark-green); } }
  @media (max-width: 767.98px) {
    .order-promocode .promocode-btn-remove,
    .order-promocode .promocode-btn-apply {
      font-size: 14px;
      line-height: normal;
      padding: 4px 12px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-regular .page-title {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .page-regular .page-title {
      margin-bottom: 12px; } }

.page-regular .description {
  font-size: 22px;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 991.98px) {
    .page-regular .description {
      font-size: 18px;
      line-height: normal; } }
  @media (max-width: 767.98px) {
    .page-regular .description {
      font-size: 12px; } }

.page-regular .thin-container {
  max-width: 904px;
  width: 100%;
  margin: 100px auto 0 0; }
  @media (max-width: 991.98px) {
    .page-regular .thin-container {
      margin-top: 60px; } }
  @media (max-width: 767.98px) {
    .page-regular .thin-container {
      margin-top: 40px; } }

.page-category {
  padding-bottom: 0 !important; }
  .page-category .catalog-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0; }
    @media (max-width: 991.98px) {
      .page-category .catalog-title-wrap {
        display: block; } }
    @media (max-width: 767.98px) {
      .page-category .catalog-title-wrap {
        margin: 30px 0; } }
  @media (max-width: 991.98px) {
    .page-category .catalog-top-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 14px;
      margin-top: 40px; } }
  .page-category .page-title {
    color: var(--theme-main-color); }
    @media (max-width: 991.98px) {
      .page-category .page-title {
        margin-bottom: 0; } }

.page-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-search .search-title-wrap {
    margin: 30px 0; }
  .page-search .catalog-top {
    margin-bottom: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: unset;
        flex-wrap: unset; }
  .page-search .catalog-aside {
    padding: 20px; }
    .page-search .catalog-aside .catalog-title {
      font-size: 18px;
      font-weight: 600; }
    .page-search .catalog-aside ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .page-search .catalog-aside li a {
      color: var(--theme-main-color);
      font-size: 16px;
      display: block;
      padding: 4px 0;
      text-decoration: none !important;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .page-search .catalog-aside li a:hover {
          color: var(--theme-dark-green); } }
    .page-search .catalog-aside .pr-1,
    .page-search .catalog-aside .pr-2 {
      display: none; }
  .page-search:has(.search-no-results) .container {
    margin-top: auto;
    margin-bottom: auto; }
  .page-search .search-no-results {
    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;
    text-align: center;
    background-color: var(--theme-color-milk);
    padding: 80px 40px;
    margin-top: 24px; }
    @media (max-width: 767.98px) {
      .page-search .search-no-results {
        padding: 40px 20px; } }
    .page-search .search-no-results .search-title-wrap {
      margin: 0; }
    .page-search .search-no-results .no-results-img {
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .page-search .search-no-results .no-results-img {
          width: 48px; } }
      @media (max-width: 575.98px) {
        .page-search .search-no-results .no-results-img {
          width: 40px; } }
    .page-search .search-no-results .text {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      text-align: center;
      margin-top: 24px; }
      @media (max-width: 991.98px) {
        .page-search .search-no-results .text {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .page-search .search-no-results .text {
          font-size: 16px; } }
    .page-search .search-no-results .btn-main-dark {
      margin: 24px auto 0; }
      @media (max-width: 575.98px) {
        .page-search .search-no-results .btn-main-dark {
          width: 100%;
          min-width: auto; } }

.page-special-offers .special-offers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; }
  @media (max-width: 767.98px) {
    .page-special-offers .special-offers__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 8px; } }
  .page-special-offers .special-offers__list .special-offers__item {
    position: relative;
    z-index: 1;
    padding: 20px;
    background-color: var(--theme-color-milk);
    overflow: hidden;
    height: 100%; }
    @media (max-width: 767.98px) {
      .page-special-offers .special-offers__list .special-offers__item {
        padding: 16px; } }
    .page-special-offers .special-offers__list .special-offers__item .item-img {
      display: block;
      margin-bottom: 10px; }
      .page-special-offers .special-offers__list .special-offers__item .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down;
        -o-object-position: center;
           object-position: center;
        max-height: 350px; }
    .page-special-offers .special-offers__list .special-offers__item .item-title {
      display: block;
      color: var(--theme-dark-green);
      font-size: 34px;
      font-weight: 500;
      line-height: 50px;
      margin-top: 20px;
      text-decoration: none !important;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis;
      margin-top: 40px; }
      @media (max-width: 1199.98px) {
        .page-special-offers .special-offers__list .special-offers__item .item-title {
          font-size: 32px;
          line-height: 40px; } }
      @media (max-width: 767.98px) {
        .page-special-offers .special-offers__list .special-offers__item .item-title {
          font-size: 26px;
          line-height: 30px;
          margin-top: 20px; } }
    .page-special-offers .special-offers__list .special-offers__item .item-date {
      color: var(--theme-dark-green);
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      margin-top: 5px; }

.page-special-offer .special-offer-main-info {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  .page-special-offer .special-offer-main-info .bg-decor-outer {
    clip-path: polygon(0% 38.363%, 100% 0%, 100% 100%, 0% 93.178%, 0% 38.363%);
    background-color: var(--theme-color-milk);
    position: absolute;
    top: -30px;
    bottom: 16px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .page-special-offer .special-offer-main-info .bg-decor {
    clip-path: polygon(0% 0%, 100% 26.475%, 100% 97.698%, 0% 100%, 0% 0%);
    background-color: var(--theme-dark-green);
    position: absolute;
    inset: 0;
    z-index: 1; }
  .page-special-offer .special-offer-main-info .special-offer__container {
    position: relative;
    z-index: 3; }
  .page-special-offer .special-offer-main-info .special-offer-img {
    display: block;
    clip-path: polygon(0% 0%, 100% 8.621%, 90.763% 85.057%, 8.382% 100%, 0% 0%); }
  .page-special-offer .special-offer-main-info .special-offer__content-wrap {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 12px; }
    @media (min-width: 992px) {
      .page-special-offer .special-offer-main-info .special-offer__content-wrap, .page-special-offer .special-offer-main-info .special-offer__content-wrap * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      .page-special-offer .special-offer-main-info .special-offer__content-wrap::-webkit-scrollbar,
      .page-special-offer .special-offer-main-info .special-offer__content-wrap *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .page-special-offer .special-offer-main-info .special-offer__content-wrap::-webkit-scrollbar-button,
      .page-special-offer .special-offer-main-info .special-offer__content-wrap *::-webkit-scrollbar-button {
        display: none; }
      .page-special-offer .special-offer-main-info .special-offer__content-wrap::-webkit-scrollbar-track,
      .page-special-offer .special-offer-main-info .special-offer__content-wrap *::-webkit-scrollbar-track {
        background: rgba(229, 223, 209, 0.2); }
      .page-special-offer .special-offer-main-info .special-offer__content-wrap::-webkit-scrollbar-track-piece,
      .page-special-offer .special-offer-main-info .special-offer__content-wrap *::-webkit-scrollbar-track-piece {
        background: rgba(229, 223, 209, 0.2); }
      .page-special-offer .special-offer-main-info .special-offer__content-wrap::-webkit-scrollbar-thumb,
      .page-special-offer .special-offer-main-info .special-offer__content-wrap *::-webkit-scrollbar-thumb {
        background: var(--color-beige);
        border-radius: 99px; }
      .page-special-offer .special-offer-main-info .special-offer__content-wrap::-webkit-scrollbar-corner,
      .page-special-offer .special-offer-main-info .special-offer__content-wrap *::-webkit-scrollbar-corner {
        background: rgba(229, 223, 209, 0.2); } }
  .page-special-offer .special-offer-main-info .special-offer__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent; }
    @media (max-width: 991.98px) {
      .page-special-offer .special-offer-main-info .special-offer__content {
        gap: 30px; } }
    @media (max-width: 767.98px) {
      .page-special-offer .special-offer-main-info .special-offer__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: 0; } }
  .page-special-offer .special-offer-main-info .special-offer-title {
    display: block;
    color: var(--theme-dark-green);
    font-size: 34px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 20px;
    text-decoration: none !important;
    word-break: break-word; }
    @media (max-width: 1199.98px) {
      .page-special-offer .special-offer-main-info .special-offer-title {
        font-size: 32px;
        line-height: 40px; } }
    @media (max-width: 767.98px) {
      .page-special-offer .special-offer-main-info .special-offer-title {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px; } }
  .page-special-offer .special-offer-main-info .special-offer-date {
    color: var(--theme-dark-green);
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }

.page-special-offer .special-offers__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 60px; }
  @media (max-width: 1199.98px) {
    .page-special-offer .special-offers__items {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .page-special-offer .special-offers__items {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      margin-top: 32px; } }

.page-about .breadcrumbs-wrap,
.page-blog-root .breadcrumbs-wrap {
  margin-bottom: 30px; }

.page-product .breadcrumbs-wrap {
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    .page-product .breadcrumbs-wrap {
      margin-bottom: 30px; } }

.page-product,
.page-checkout-success,
.page-warranty {
  padding-bottom: 0 !important; }
  .page-product .page-description,
  .page-checkout-success .page-description,
  .page-warranty .page-description {
    max-width: 904px;
    width: 100%;
    margin-right: auto; }

body:has(.page-checkout) #page-footer {
  display: none; }
