@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #24084e;
  /* Base */
  --color-black: #000;
  --white-color: #ffffff;
  --color-white-alt: #F8F8F8;
  --color-white-soft: #F7F7F7;
  /* Gray scale */
  --color-gray-100: #F1EDED;
  --color-gray-200: #A9A9A9;
  --color-gray-250: #ACADAD;
  --color-gray-300: #6D6D6D;
  --color-gray-350: #6C6C6C;
  --color-gray-400: #868E96;
  /* Brand / Primary */
  --color-green: #2F8031;
  --color-green-light: #9EE86F;
  --color-blue: #0F88B4;
  --color-blue-light: #E5F3FE;
  --color-teal: #40C5AA;
  /* Secondary / Status */
  --color-violet-light: #EFEAFF;
  --color-yellow-light: #FCF4DB;
  --color-red-light: #FFE3E3;
  --color-green-bg: #F4FBF0;
  /* Gradient */
  --color-gradient-main: linear-gradient(
        258deg,
        #89E032 -14.14%,
        #0FB475 45.66%,
        #1B45C3 110.12%
    ); }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: var(--white-color);
  scroll-behavior: smooth; }

body {
  background: var(--white-color);
  color: var(--color-black);
  font-size: 0.875rem;
  font-family: "Geologica", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

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

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

picture {
  display: block; }

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

figure.media {
  display: block; }

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

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

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

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

.clearfix {
  clear: both; }

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

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

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

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

#page-footer {
  position: relative; }
  @media (max-width: 991.98px) {
    #page-footer {
      z-index: 30; } }

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

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

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

.fnx-tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-16.69%, #E2FFED), color-stop(113.16%, #D8F3C9));
  background: linear-gradient(90deg, #E2FFED -16.69%, #D8F3C9 113.16%);
  padding: 7px 10px;
  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%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M4.48814 7.25426C5.28569 8.17518 6.71431 8.17518 7.51186 7.25426L10.9283 3.30931C12.05 2.01402 11.1299 0 9.41643 0H2.58357C0.870064 0 -0.0500369 2.01402 1.07172 3.30931L4.48814 7.25426Z' fill='url(%23paint0_linear_97_1693)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_97_1693' x1='-6.03582' y1='2.96954' x2='17.3981' y2='2.87769' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E2FFED'/%3E%3Cstop offset='1' stop-color='%23D8F3C9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    width: 12px;
    height: 8px; }

.custom-notifier {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 30%;
  right: 50%;
  padding: 15px 25px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  z-index: 10000;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .custom-notifier.show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .custom-notifier.success {
    background-color: #28a745; }
  .custom-notifier.error {
    background-color: #dc3545; }

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

.swiper-pagination .swiper-pagination-bullet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: grey;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black; }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 12px;
  margin-top: -24px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px !important;
  height: 48px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--white);
  border-radius: 100px;
  border: 1px solid black;
  font-weight: 900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus {
    background: var(--theme-color-main);
    border-color: var(--theme-color-main); }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after,
    .swiper-button-prev:hover::after,
    .swiper-button-prev:focus::after {
      color: var(--white); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    color: var(--theme-color-main);
    font-weight: 900; }

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

#page-content:has(.section-image-bg) {
  padding: 0 !important; }

.section-image-bg img {
  width: 100%;
  height: calc(100vh - 61px - 52px + 16px);
  margin-top: -16px;
  -o-object-fit: cover;
     object-fit: cover; }

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

#page-header {
  border-radius: 0 0 16px 16px;
  background: var(--color-black);
  padding: 10px 0;
  height: 61px; }
  @media (max-width: 991.98px) {
    #page-header {
      border-radius: 0;
      padding: 12px 0;
      height: auto; } }
  #page-header .header-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; }
    #page-header .header-wrapper .logo-wrap {
      margin-right: 24px; }
      @media (max-width: 1199.98px) {
        #page-header .header-wrapper .logo-wrap {
          margin-right: 16px; } }
      @media (max-width: 991.98px) {
        #page-header .header-wrapper .logo-wrap {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-right: 0; } }
  #page-header .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-right: auto; }
    @media (max-width: 1199.98px) {
      #page-header .header-left {
        gap: 20px; } }
    @media (max-width: 991.98px) {
      #page-header .header-left {
        margin: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    #page-header .header-left .btn-menu {
      position: relative;
      color: var(--white-color);
      font-size: 15px;
      font-weight: 400;
      line-height: 140%;
      padding: 10px 16px;
      border-radius: 6px;
      background: var(--color-gradient-main);
      overflow: hidden;
      z-index: 0;
      -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
      transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
      #page-header .header-left .btn-menu::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(258deg, #0FB475 -14.14%, #1B45C3 45.66%, #89E032 110.12%);
        opacity: 0;
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
        transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
        transition: opacity 0.4s ease, transform 0.6s ease;
        transition: opacity 0.4s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
        z-index: -1; }
      #page-header .header-left .btn-menu:hover {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
        -webkit-box-shadow: 0 4px 15px rgba(0, 117, 250, 0.3);
                box-shadow: 0 4px 15px rgba(0, 117, 250, 0.3); }
        #page-header .header-left .btn-menu:hover::before {
          opacity: 1;
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); }
      @media (max-width: 991.98px) {
        #page-header .header-left .btn-menu {
          width: 40px;
          height: 40px;
          border: 1px solid #0075FA;
          border-radius: 10px;
          padding: 0; }
          #page-header .header-left .btn-menu .header-menu-text {
            display: none; } }
      #page-header .header-left .btn-menu .ic {
        width: 20px;
        height: 20px; }
    @media (max-width: 991.98px) {
      #page-header .header-left .user-greeting {
        display: none; } }
  #page-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    @media (max-width: 991.98px) {
      #page-header .header-right {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    #page-header .header-right .header-user {
      text-decoration: none;
      margin-right: 30px; }
      @media (max-width: 1199.98px) {
        #page-header .header-right .header-user {
          margin-right: 16px; } }
      @media (max-width: 991.98px) {
        #page-header .header-right .header-user {
          display: none; } }
      #page-header .header-right .header-user .text {
        color: var(--white-color);
        font-size: 15px;
        font-weight: 400;
        line-height: 140%; }
    @media (max-width: 991.98px) {
      #page-header .header-right .header-languages {
        display: none; } }
    #page-header .header-right .btn-profile {
      padding: 9px 16px;
      background-color: var(--color-teal);
      border-radius: 8px; }
      @media (max-width: 991.98px) {
        #page-header .header-right .btn-profile {
          width: 40px;
          height: 40px;
          border-radius: 10px;
          padding: 0;
          border-radius: 10px;
          border: 1px solid var(--color-gray-300); } }
      #page-header .header-right .btn-profile .ic {
        display: none; }
        @media (max-width: 991.98px) {
          #page-header .header-right .btn-profile .ic {
            color: var(--white-color);
            display: block;
            width: 20px;
            height: 20px; } }
      @media (max-width: 991.98px) {
        #page-header .header-right .btn-profile .text {
          display: none; } }
    #page-header .header-right .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;
      width: 41px;
      height: 41px;
      border-radius: 6px;
      border: 1px solid var(--color-gray-300);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        #page-header .header-right .btn-account-logout:hover {
          border: 1px solid var(--color-teal); } }
      @media (max-width: 991.98px) {
        #page-header .header-right .btn-account-logout {
          width: 40px;
          height: 40px;
          border-radius: 10px; } }
      #page-header .header-right .btn-account-logout .ic {
        color: var(--white-color);
        width: 18px;
        height: 18px; }
        @media (max-width: 991.98px) {
          #page-header .header-right .btn-account-logout .ic {
            width: 20px;
            height: 20px; } }

.user-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .user-greeting .greeting-text {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%; }
  .user-greeting .header-greeting-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .user-greeting .header-greeting-icon .img {
      width: 20px;
      min-width: 20px;
      height: 20px; }

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 314px;
  height: 100%;
  background: var(--color-black);
  -webkit-box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 9999; }
  @media (max-width: 767.98px) {
    .header-menu {
      width: 252px; } }
  .header-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .header-menu.closing {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .header-menu .header-menu-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 14px; }
    @media (max-width: 767.98px) {
      .header-menu .header-menu-top {
        padding: 12px 8px; } }
    .header-menu .header-menu-top::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--color-gradient-main); }
  .header-menu .header-close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 41px;
    height: 41px;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0;
    background: linear-gradient(var(--background-color, #000), var(--background-color, #000)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; }
    @media (pointer: fine) {
      .header-menu .header-close-menu:hover {
        background: var(--color-teal); } }
    @media (max-width: 767.98px) {
      .header-menu .header-close-menu {
        width: 28px;
        height: 28px;
        border-radius: 6px; } }
    .header-menu .header-close-menu .ic {
      color: var(--white-color);
      width: 13px;
      height: 13px; }
      @media (max-width: 767.98px) {
        .header-menu .header-close-menu .ic {
          width: 16px;
          height: 16px; } }
  .header-menu .header-menu-content {
    margin-top: 34px;
    padding: 0 14px; }
    @media (max-width: 767.98px) {
      .header-menu .header-menu-content {
        margin-top: 24px;
        padding: 0 8px; } }
  .header-menu .user-greeting {
    display: none; }
    @media (max-width: 767.98px) {
      .header-menu .user-greeting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px; } }
  .header-menu .account-nav-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px; }
    .header-menu .account-nav-wrap .btn-account-logout,
    .header-menu .account-nav-wrap .link-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      padding: 14px 16px;
      border-radius: 8px;
      color: var(--white-color);
      font-size: 17px;
      font-weight: 300;
      line-height: 140%;
      text-decoration: none;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .header-menu .account-nav-wrap .btn-account-logout:hover,
        .header-menu .account-nav-wrap .link-item:hover {
          color: var(--color-teal); }
          .header-menu .account-nav-wrap .btn-account-logout:hover .ic,
          .header-menu .account-nav-wrap .link-item:hover .ic {
            color: var(--color-teal); } }
      @media (max-width: 767.98px) {
        .header-menu .account-nav-wrap .btn-account-logout,
        .header-menu .account-nav-wrap .link-item {
          font-size: 15px;
          font-weight: 400; } }
      .header-menu .account-nav-wrap .btn-account-logout .ic,
      .header-menu .account-nav-wrap .link-item .ic {
        color: var(--color-gray-300);
        width: 22px;
        height: 22px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (max-width: 767.98px) {
          .header-menu .account-nav-wrap .btn-account-logout .ic,
          .header-menu .account-nav-wrap .link-item .ic {
            width: 18px;
            height: 18px; } }
    .header-menu .account-nav-wrap .link-item.active {
      background: var(--color-gradient-main); }
      @media (pointer: fine) {
        .header-menu .account-nav-wrap .link-item.active:hover {
          color: var(--white-color); }
          .header-menu .account-nav-wrap .link-item.active:hover .ic {
            color: var(--white-color); } }
      .header-menu .account-nav-wrap .link-item.active .ic {
        color: var(--white-color); }

body.menu-open {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    body.menu-open::before {
      content: '';
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      z-index: 35;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    body.menu-open #page-header {
      z-index: 30; } }

.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-link {
    padding: 2px 10px;
    text-align: center; }
    .header-pages-nav .nav-link.special-offers {
      border: 1px solid #dc4b47;
      background: #dc4b47;
      color: white;
      border-radius: 3px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover.special-offers {
        background: white;
        color: #dc4b47; } }

#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(--color-black); }

#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(--color-black); } }
  #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(--color-black);
          color: var(--white-color); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    padding: 9px 16px;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-300);
    outline: none;
    z-index: 5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%; }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .current-language:hover {
        border: 1px solid var(--color-teal); } }
    #page-header .nav-languages-dropdown-wrap .current-language.active .ic {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
    #page-header .nav-languages-dropdown-wrap .current-language .ic {
      color: var(--color-gray-200);
      width: 16px;
      height: 16px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    padding: 8px;
    gap: 4px;
    margin-top: 4px;
    --border-width: 2px;
    border: var(--border-width) solid transparent;
    border-radius: 8px;
    background: linear-gradient(var(--background-color, #0A0B0E), var(--background-color, #0A0B0E)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--white-color);
    text-align: center;
    text-decoration: none;
    padding: 2px;
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      color: var(--color-blue); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        color: var(--color-blue); } }

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

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

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

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

#page-footer {
  padding: 10px 0;
  background: linear-gradient(259deg, #89E032 -33.47%, #0FB475 -2.54%, #1675A2 28.23%, #195BB4 70.73%, #1B45C3 99.7%); }
  @media (max-width: 991.98px) {
    #page-footer {
      padding: 14px 0; } }
  #page-footer .footer-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; }
    @media (max-width: 991.98px) {
      #page-footer .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #page-footer .copyright {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 300;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      #page-footer .copyright {
        font-size: 12px; } }
  #page-footer .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    @media (max-width: 991.98px) {
      #page-footer .fenix-copyright {
        -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;
        margin-bottom: 8px; } }
    #page-footer .fenix-copyright .text {
      color: var(--white-color);
      font-size: 15px;
      font-weight: 300;
      line-height: 120%;
      text-decoration: none;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      @media (max-width: 767.98px) {
        #page-footer .fenix-copyright .text {
          font-size: 12px; } }
    #page-footer .fenix-copyright svg {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      #page-footer .fenix-copyright svg path {
        fill: var(--white-color); }
    #page-footer .fenix-copyright:focus {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:focus svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (pointer: fine) {
      #page-footer .fenix-copyright:hover {
        text-shadow: 0 0 0; }
        #page-footer .fenix-copyright:hover svg {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }

.form-style-box {
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: var(--white-color);
  padding: 20px;
  border-radius: 10px; }

.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-black) !important;
  -webkit-text-fill-color: var(--color-black);
  -webkit-box-shadow: 0 0 0 1000px var(--white-color) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

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

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

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

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

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

.form-style .form-label {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 10px; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 50px;
  padding: 4px 32px 4px 14px;
  border-radius: 6px;
  border: 1px solid var(--color-gray-100);
  background: var(--color-white-soft);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis; }
  @media (max-width: 767.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      font-size: 15px;
      letter-spacing: 0.3px;
      min-height: 42px; } }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #989898; }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }

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

.form-style .form-error {
  position: absolute;
  bottom: -22px;
  display: block;
  margin: 0;
  padding: 2px 0;
  color: red;
  font-size: 12px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis; }

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

.form-style a {
  color: var(--color-black);
  -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: -50px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 50px; }
  .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 25px;
    padding: 14px;
    padding-top: 25px;
    margin-top: -25px;
    white-space: normal; }

.form-style .btn + .custom-checkbox {
  margin-top: 20px; }
  @media (max-width: 767.98px) {
    .form-style .btn + .custom-checkbox {
      margin-top: 14px; } }

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

.custom-checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 14px;
  margin: 0;
  cursor: pointer; }
  @media (pointer: fine) {
    .custom-checkbox:hover .text {
      color: var(--color-teal); } }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .custom-checkbox .checkbox {
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--color-gray-250);
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .custom-checkbox .checkbox {
        width: 20px;
        min-width: 20px;
        height: 20px; } }
  .custom-checkbox input {
    display: none; }
    .custom-checkbox input:checked ~ .checkbox {
      border: none;
      background: var(--color-gradient-main); }
      .custom-checkbox input:checked ~ .checkbox::before {
        content: '';
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M15 5.5L6.75 13.75L3 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 18px;
        height: 18px;
        background-size: contain !important;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (max-width: 767.98px) {
          .custom-checkbox input:checked ~ .checkbox::before {
            width: 14px;
            height: 14px; } }
  .custom-checkbox .text {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .custom-checkbox .text {
        font-size: 14px; } }
  .custom-checkbox .form-error {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }

.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-group:has(input:disabled) input {
  color: var(--color-gray-400) !important; }

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

.fancybox-container.form-popup .fancybox-content {
  padding: 0; }

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

.form-style .additional-chose {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 6px; }
  @media (max-width: 767.98px) {
    .form-style .additional-chose {
      margin-top: 14px; } }

.form-style .forgot-password,
.form-style .goto-register {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; }
  @media (max-width: 767.98px) {
    .form-style .forgot-password,
    .form-style .goto-register {
      font-size: 15px; } }

.form-style .forgot-password .link {
  color: var(--color-teal); }

.form-style .goto-register .link {
  color: var(--color-green-light); }

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

.password-view-wrap {
  position: relative; }
  .password-view-wrap .form-control {
    padding-right: 50px; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 14px;
    top: 50%;
    color: var(--color-gray-250);
    cursor: pointer; }
    .password-view-wrap .password-view-toggle svg.ic {
      width: 20px;
      height: 20px; }
  .password-view-wrap .form-control[type=text] ~ .password-view-toggle {
    color: green; }

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

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

#search-modal {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  border-radius: 24px;
  padding: 20px 14px 24px 24px;
  background: white;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 576px) {
    #search-modal .search-modal-header,
    #search-modal .search-form {
      display: none; } }
  @media (max-width: 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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: var(--color-teal);
        border-radius: 99px; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: grey;
    margin-bottom: 8px; }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 20px; }
  #search-modal .result-message {
    background: rgba(128, 128, 128, 0.1);
    border-radius: 16px;
    text-align: center;
    padding: 24px;
    font-size: 16px;
    line-height: 24px; }
    #search-modal .result-message > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .description {
      margin-bottom: 20px; }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  #search-modal .result-products .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px; }
  #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;
    height: 32px;
    border-radius: 999px;
    background: white;
    border: 1px solid #ededed;
    color: var(--theme-color-main);
    text-decoration: none;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      #search-modal .category-search-card:hover {
        background: var(--theme-color-main);
        border-color: var(--theme-color-main);
        color: var(--white-color); } }
    #search-modal .category-search-card:focus {
      background: var(--theme-color-main);
      border-color: var(--theme-color-main);
      color: var(--white-color); }
  #search-modal .search-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px; }
    #search-modal .search-modal-header .title {
      font-size: 24px;
      line-height: 28px; }
  #search-modal .close-modal {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="%231B1203"/></svg>');
    background-color: rgba(128, 128, 128, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #search-modal .close-modal:after {
      display: none; }
    #search-modal .close-modal:focus {
      background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="white"/></svg>');
      background-color: var(--theme-color-main);
      -webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4); }
  #search-modal .search-form {
    margin-bottom: 20px; }
  #search-modal .search-modal-header {
    display: none; }
  @media (max-width: 575.98px) {
    #search-modal {
      inset: 0;
      border-radius: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 16px 20px; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #search-modal .result-title {
        margin-bottom: 12px; }
      #search-modal .result-products .result-list {
        margin-top: 12px; }
      #search-modal .result-message {
        font-size: 14px;
        line-height: 20px;
        height: calc(100dvh - 180px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #search-modal .result-message > .icon {
          font-size: 56px;
          margin-bottom: 16px; }
      #search-modal .search-results {
        padding-right: 0;
        max-height: calc(100dvh - 66px);
        padding-bottom: 20px; }
      #search-modal .product-search-card {
        -ms-grid-columns: 88px 1fr;
        grid-template-columns: 88px 1fr;
        grid-column-gap: 12px; }
        #search-modal .product-search-card img {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 3;
          grid-row: 1 / 4;
          -ms-grid-row-align: start;
              align-self: start; }
        #search-modal .product-search-card .price-wrap {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 3;
          grid-row: 3; }
        #search-modal .product-search-card img {
          width: 88px;
          height: 88px; }
        #search-modal .product-search-card .title {
          line-height: 1.1; }
        #search-modal .product-search-card .price-wrap {
          line-height: 1;
          margin-top: 4px; }
          #search-modal .product-search-card .price-wrap .old-price {
            margin-bottom: 2px; } }

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

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 100px; }
  .search-form input {
    border: 1px solid #ededed;
    border-radius: 100px;
    height: 46px;
    width: 100%;
    padding-left: 19px;
    padding-right: 60px;
    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;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    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);
      font-size: 20px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--theme-color-main); }

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

#page-breadcrumbs {
  --gap: 5px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  height: var(--breadcrumbs-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap); }
  #page-breadcrumbs .breadcrumb-scroll-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #page-breadcrumbs .breadcrumb-scroll-wrap::-webkit-scrollbar {
      display: none; }
    #page-breadcrumbs .breadcrumb-scroll-wrap.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  #page-breadcrumbs .breadcrumb-inner {
    position: absolute;
    top: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    direction: ltr; }
  #page-breadcrumbs .breadcrumbs-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #757575; }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 10px;
      height: 10px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.9 18.6" xml:space="preserve" id="ic-arrow-right-bold-mini" fill="%23757575"><path d="m3.1.5 7.2 7.6c.3.3.5.8.5 1.3s-.2.9-.5 1.2l-7.2 7.6c-.3.3-.8.5-1.3.5s-.9-.2-1.3-.5c-.8-.8-.8-1.6 0-2.6l6-6.2-6-6.3C-.3 2.2-.3 1.3.5.5.9.2 1.4 0 1.9 0s.9.2 1.2.5z"></path></svg>');
      background-repeat: no-repeat;
      background-position: center; }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--theme-color-main); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--theme-color-main); } }
  #page-breadcrumbs .breadcrumbs-nav-item-main {
    color: var(--theme-color-main);
    font-weight: bolder; }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: #adadad; }

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

button,
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: none;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-main {
  position: relative;
  color: var(--white-color) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 8px;
  background: var(--color-gradient-main);
  padding: 14px 24px;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .btn-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(258deg, #0FB475 -14.14%, #1B45C3 45.66%, #89E032 110.12%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.4s ease, transform 0.6s ease;
    transition: opacity 0.4s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: -1; }
  @media (pointer: fine) {
    .btn-main:hover {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 6px 18px rgba(0, 117, 250, 0.35);
              box-shadow: 0 6px 18px rgba(0, 117, 250, 0.35); }
      .btn-main:hover::before {
        opacity: 1;
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .btn-main:hover .ic,
      .btn-main:hover .icon {
        -webkit-transform: translateX(2px);
            -ms-transform: translateX(2px);
                transform: translateX(2px); } }
  @media (max-width: 767.98px) {
    .btn-main {
      font-size: 15px;
      padding: 12px 24px; } }
  .btn-main .ic,
  .btn-main .icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.btn-border {
  position: relative;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 8px;
  padding: 13px 24px;
  border: 1px solid transparent;
  background: linear-gradient(var(--white-color), var(--white-color)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .btn-border::before {
    content: '';
    position: absolute;
    inset: -30% 0 -30% 0;
    background: linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
    -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
            transform: translateY(60%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.5s ease, transform 0.6s ease;
    transition: opacity 0.5s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: -1; }
  @media (pointer: fine) {
    .btn-border:hover {
      color: var(--white-color);
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 6px 18px rgba(0, 117, 250, 0.25);
              box-shadow: 0 6px 18px rgba(0, 117, 250, 0.25); }
      .btn-border:hover::before {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .btn-border:hover .ic,
      .btn-border:hover .icon {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
        -webkit-filter: brightness(1.3);
                filter: brightness(1.3); } }
  @media (max-width: 767.98px) {
    .btn-border {
      font-size: 14px;
      padding: 12px 24px; } }
  .btn-border .ic,
  .btn-border .icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease; }

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

#messageDialog {
  padding: 20px 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  max-width: 400px;
  background: var(--color-gradient-main); }
  #messageDialog .popup-title {
    color: var(--white-color);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px; }
  #messageDialog .popup-message {
    color: var(--white-color);
    text-align: center; }
  @media (pointer: fine) {
    #messageDialog .modal-close:hover .ic {
      color: var(--color-teal); } }
  #messageDialog .modal-close .ic {
    color: var(--white-color); }

.pagination-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: 26px; }
  @media (max-width: 767.98px) {
    .pagination-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-top: 20px;
      gap: 14px; } }

.pagination {
  display: block;
  padding: 0;
  margin: 0; }
  @media (max-width: 767.98px) {
    .pagination {
      width: 100%; } }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px; }
  .pagination li a {
    width: 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%;
    color: var(--color-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    border: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        background: linear-gradient(var(--background-color, var(--color-white-alt)), var(--background-color, var(--color-white-alt))) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; } }
    @media (max-width: 767.98px) {
      .pagination li a {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 12px;
        font-weight: 300;
        line-height: 120%; } }
  .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: linear-gradient(var(--background-color, var(--color-white-alt)), var(--background-color, var(--color-white-alt))) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; }
  .pagination .prev.disabled .ic,
  .pagination .next.disabled .ic {
    color: #999999; }
  .pagination .prev a,
  .pagination .next a {
    width: auto;
    height: auto;
    border: none;
    background: unset !important; }
    @media (max-width: 767.98px) {
      .pagination .prev a,
      .pagination .next a {
        width: 30px;
        min-width: 30px;
        height: 30px;
        background: var(--white-color) !important; } }
    .pagination .prev a .ic,
    .pagination .next a .ic {
      color: var(--color-teal);
      width: 20px;
      height: 20px; }
      @media (max-width: 767.98px) {
        .pagination .prev a .ic,
        .pagination .next a .ic {
          width: 16px;
          height: 16px; } }
  .pagination .prev {
    margin-right: 32px; }
    @media (max-width: 767.98px) {
      .pagination .prev {
        margin-right: auto; } }
  .pagination .next {
    margin-left: 32px; }
    @media (max-width: 767.98px) {
      .pagination .next {
        margin-left: auto; } }
  @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 .page-item a {
      width: 48px;
      height: 48px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(17px);
          -ms-transform: translateY(17px);
              transform: translateY(17px); } }

.pagination-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px; }
  @media (max-width: 767.98px) {
    .pagination-limit {
      width: 100%;
      background-color: var(--white-color);
      padding: 2px 2px 2px 14px;
      border-radius: 6px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .pagination-limit label {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin: 0; }
    @media (max-width: 767.98px) {
      .pagination-limit label {
        font-size: 13px; } }
    @media (max-width: 575.98px) {
      .pagination-limit label {
        font-size: 12px;
        font-weight: 300;
        line-height: 120%; } }
  .pagination-limit .jq-selectbox__select {
    min-width: 95px;
    border: 1px solid transparent !important;
    background: linear-gradient(var(--background-color, #fff), var(--background-color, #fff)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; }
    @media (max-width: 767.98px) {
      .pagination-limit .jq-selectbox__select {
        min-width: 76px;
        background: linear-gradient(var(--background-color, var(--color-white-alt)), var(--background-color, var(--color-white-alt))) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; } }
    @media (max-width: 767.98px) {
      .pagination-limit .jq-selectbox__select .jq-selectbox__select-text {
        font-size: 12px;
        line-height: 120%; } }
    @media (max-width: 767.98px) {
      .pagination-limit .jq-selectbox__select .jq-selectbox__trigger {
        background: var(--color-white-alt); } }
    .pagination-limit .jq-selectbox__select .jq-selectbox__trigger-arrow {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat; }
      @media (max-width: 767.98px) {
        .pagination-limit .jq-selectbox__select .jq-selectbox__trigger-arrow {
          width: 18px;
          height: 18px;
          background-size: contain; } }
  .pagination-limit .jq-selectbox__dropdown ul {
    max-height: 75px; }

@-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(--color-gradient-main) var(--white-color);
    scrollbar-width: thin; } }

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--color-teal);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

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

.section-title {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 300;
  line-height: 140%; }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 20px;
      line-height: 140%; } }
  .section-title:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .section-title:not(:last-child) {
        margin-bottom: 14px; } }

.page-title {
  margin-top: 15px;
  text-transform: uppercase; }

.text-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 5px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: var(--color-teal);
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

.text-formatted {
  --br: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Geologica", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.2; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 2em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 10px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px;
    line-height: 1.2; }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 5px solid;
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .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; }
    .text-formatted table thead tr {
      background: var(--color-black);
      color: var(--white-color); }
    .text-formatted table tbody:first-child tr:nth-child(odd),
    .text-formatted table thead + tbody tr:nth-child(even) {
      background: #ececec; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .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 {
  color: var(--color-black); }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: var(--color-black); }
  .text-formatted hr {
    border-bottom-color: var(--color-black); }
  .text-formatted ol > li:before {
    color: var(--color-black); }
  .text-formatted ul > li:before {
    color: var(--color-black); }
  .text-formatted blockquote {
    border-left-color: var(--color-black); }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: var(--color-black); }

.fancybox-content:has(.form-popup-login) {
  background: transparent;
  max-width: 834px;
  width: 100%; }

.form-popup-login {
  border-radius: 26px;
  border: 1px solid rgba(250, 250, 250, 0.3);
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .form-popup-login {
      border-radius: 16px; } }
  .form-popup-login .form-popup-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 57.5% 1fr;
    grid-template-columns: 57.5% 1fr; }
    @media (max-width: 767.98px) {
      .form-popup-login .form-popup-wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
  .form-popup-login .form-content {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 70px 40px 40px; }
    @media (max-width: 991.98px) {
      .form-popup-login .form-content {
        padding: 40px; } }
    @media (max-width: 767.98px) {
      .form-popup-login .form-content {
        padding: 34px 16px 24px 16px; } }
    .form-popup-login .form-content .form-title {
      color: var(--color-green-light);
      font-size: 38px;
      font-weight: 400;
      line-height: 120%;
      text-align: left;
      margin-bottom: 24px; }
      @media (max-width: 767.98px) {
        .form-popup-login .form-content .form-title {
          font-size: 20px;
          margin-bottom: 14px; } }
    @media (max-width: 767.98px) {
      .form-popup-login .form-content .form-group {
        margin-bottom: 14px; } }
    .form-popup-login .form-content .form-label {
      color: #C0C0C0;
      font-size: 16px;
      font-weight: 300;
      line-height: 140%;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .form-popup-login .form-content .form-label {
          font-size: 15px;
          letter-spacing: 0.3px;
          margin-bottom: 6px; } }
      .form-popup-login .form-content .form-label .required {
        color: var(--color-green-light);
        margin-left: 4px; }
    .form-popup-login .form-content .form-control {
      color: var(--white-color);
      border: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(255, 255, 255, 0.1); }
      .form-popup-login .form-content .form-control::-webkit-input-placeholder {
        color: #C0C0C0; }
      .form-popup-login .form-content .form-control::-moz-placeholder {
        color: #C0C0C0; }
      .form-popup-login .form-content .form-control:-ms-input-placeholder {
        color: #C0C0C0; }
      .form-popup-login .form-content .form-control::-ms-input-placeholder {
        color: #C0C0C0; }
      .form-popup-login .form-content .form-control::placeholder {
        color: #C0C0C0; }
    .form-popup-login .form-content .btn-main {
      width: 100%; }
  .form-popup-login .form-popup-right {
    background: linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%); }
    @media (max-width: 767.98px) {
      .form-popup-login .form-popup-right {
        padding: 10px; } }
    .form-popup-login .form-popup-right .form-popup-main-title {
      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: 7px;
      height: 100%;
      color: var(--white-color);
      text-align: center;
      font-size: 38px;
      font-weight: 400;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .form-popup-login .form-popup-right .form-popup-main-title {
          gap: 4px;
          font-size: 18px; } }
      .form-popup-login .form-popup-right .form-popup-main-title .text-decorated {
        color: var(--color-black);
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        border-radius: 8px;
        background: #89E032;
        -webkit-transform: rotate(6.498deg);
            -ms-transform: rotate(6.498deg);
                transform: rotate(6.498deg);
        padding: 6px 14px 10px 12px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 10px; }
        @media (max-width: 767.98px) {
          .form-popup-login .form-popup-right .form-popup-main-title .text-decorated {
            font-size: 16px;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 4px;
            -webkit-transform: rotate(3.425deg);
                -ms-transform: rotate(3.425deg);
                    transform: rotate(3.425deg);
            margin-top: 2px; } }

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

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

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

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

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

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

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

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  padding: 0 16px;
  margin: 0 -16px;
  padding-bottom: 64px !important;
  overflow: visible !important; }
  .articles-latest-text-slider:has(.swiper-pagination-lock),
  .articles-latest-video-slider:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .articles-latest-text-slider .swiper-slide:not(.swiper-slide-visible),
    .articles-latest-video-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .articles-latest-text-slider:not(.swiper-initialized),
  .articles-latest-video-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-right: -16px; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      width: 25%;
      padding-right: 16px; }
      @media (max-width: 991.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }

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

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 14px; }

.article-card {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: white;
  overflow: hidden; }
  .article-card .article-ellipsis-wrap,
  .article-card .article-footer {
    padding: 0 20px; }
  .article-card .article-footer {
    padding-bottom: 20px; }
  .article-card .article-card-img-wrap {
    position: relative; }
  .article-card .article-rubrics-wrap {
    position: absolute;
    right: 20px;
    bottom: 10px; }
  .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; }
  .article-card .article-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .article-card .article-announce {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .article-card .article-footer {
    margin-top: 10px; }
  .article-card .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px; }
    .article-card .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-card .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
    .article-card .author-wrap .author-name {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis; }

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

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

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

.page-contacts .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; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }

.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: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid black; }
    @media (max-width: 991.98px) {
      .contacts-block .contacts-info {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .contacts-block .contacts-info:not(:last-child) {
      margin-bottom: 16px; }
    .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: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: black;
    color: var(--white); }
    .contacts-block .info-icon .ic {
      width: 20px;
      height: 20px; }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: 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;
    color: var(--theme-color-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2; }
    .contacts-block .info-content span {
      max-width: 292px; }
    .contacts-block .info-content a {
      color: var(--theme-color-main);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .contacts-block .info-content a {
          font-size: 18px; } }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 400; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover, .contacts-block .info-content a:focus {
          text-decoration: none;
          color: var(--color-black); } }

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

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

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

#cartModal {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: white;
  -webkit-transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  overflow: auto; }

/*
.cart-modal-inner {
    display: none;

    .overlay {
        display: none;
    }
}
.fancybox-container.form-popup .fancybox-content#cartModal {
    max-width: 900px; // <<--- cart width
}
*/
#cartModal {
  --px: 20px;
  overflow: hidden; }
  #cartModal .cart-top {
    padding: 24px var(--px) 0;
    border-bottom: 1px solid #f1f1f1; }
  #cartModal .cart-title {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase; }
  #cartModal .cart-items-heading {
    border: none;
    margin-top: 15px; }
  #cartModal .cart-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100%; }
  #cartModal .cart-items {
    padding: 0 calc(var(--px) - 5px) 30px var(--px);
    margin-right: 5px;
    overflow-y: auto; }
    @media (min-width: 992px) {
      #cartModal .cart-items, #cartModal .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #cartModal .cart-items::-webkit-scrollbar,
      #cartModal .cart-items *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: var(--color-teal);
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20; }
  #cartModal .message-limit {
    font-weight: bold;
    color: var(--white-color);
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-grid-columns: 1fr  1fr 1fr;
    grid-template-columns: 1fr  1fr 1fr;
    gap: 24px;
    padding: 20px var(--px);
    background: var(--white);
    border-top: 1px solid #f1f1f1; }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 15px var(--px);
        gap: 15px; } }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    #cartModal .total-block .total-title {
      font-size: 20px;
      line-height: 1;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    #cartModal .total-block .price-wrap {
      line-height: 1; }
  #cartModal .btn-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    min-height: unset;
    background-color: transparent;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: auto; }
    #cartModal .btn-continue svg.ic {
      color: var(--theme-color-second);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 10px; }
    @media (any-hover: hover) {
      #cartModal .btn-continue:hover {
        color: var(--theme-color-second); }
        #cartModal .btn-continue:hover svg.ic {
          -webkit-animation: moveArrow 0.8s forwards;
                  animation: moveArrow 0.8s forwards; } }
    #cartModal .btn-continue:focus {
      color: var(--theme-color-second); }
      #cartModal .btn-continue:focus svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; }
    @media (max-width: 991.98px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 16px; }
      #cartModal .cart-top {
        padding: 28px var(--px); }
      #cartModal .cart-title {
        font-size: 18px; } }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: transparent;
  border: none;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close .ic,
  .modal-close .icon {
    width: 18px;
    height: 18px;
    color: var(--color-black); }
    @media (max-width: 767.98px) {
      .modal-close .ic,
      .modal-close .icon {
        color: var(--white-color); } }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--white-color); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--color-green); } }

.account-profile .account-content {
  border-radius: 16px;
  background: var(--color-white-alt);
  padding: 24px; }
  @media (max-width: 767.98px) {
    .account-profile .account-content {
      padding: 18px 14px; } }

.account-profile .profile-section {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px; }
  @media (max-width: 767.98px) {
    .account-profile .profile-section {
      padding: 14px; } }
  .account-profile .profile-section:not(:last-child) {
    margin-bottom: 10px; }

.account-profile .profile-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .account-profile .profile-section-header {
      margin-bottom: 14px; }
      .account-profile .profile-section-header:has(.form-group) {
        -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: 14px; } }
  .account-profile .profile-section-header .section-header-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .account-profile .profile-section-header .profile-step {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 41px;
    min-width: 41px;
    height: 41px;
    border-radius: 200px;
    border: 1px solid var(--color-gray-100);
    background: var(--color-black);
    color: var(--color-green-light);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .account-profile .profile-section-header .profile-step {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 13px; } }
  .account-profile .profile-section-header .profile-section-title {
    color: var(--color-black);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; }
    @media (max-width: 767.98px) {
      .account-profile .profile-section-header .profile-section-title {
        font-size: 15px; } }
  .account-profile .profile-section-header .form-group {
    margin: 0; }

.account-profile .nav-tabs {
  border: none;
  padding: 2px;
  border-radius: 6px;
  background: var(--color-white-alt);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 575.98px) {
    .account-profile .nav-tabs {
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  .account-profile .nav-tabs .nav-item {
    margin: 0; }
  .account-profile .nav-tabs .nav-link {
    color: #6C6C6C;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-profile .nav-tabs .nav-link:hover {
        color: var(--color-teal); } }
    @media (max-width: 767.98px) {
      .account-profile .nav-tabs .nav-link {
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
        padding: 8px 18px;
        border-radius: 10px; } }
    .account-profile .nav-tabs .nav-link.active {
      color: var(--white-color);
      background: var(--color-gradient-main); }

.account-profile .tab-content {
  margin-top: 24px; }

.account-profile .profile-form-cols {
  display: -ms-grid;
  display: grid;
  gap: 0 14px; }
  @media (max-width: 767.98px) {
    .account-profile .profile-form-cols {
      -ms-grid-columns: 100% !important;
      grid-template-columns: 100% !important; } }
  .account-profile .profile-form-cols .form-group {
    margin-bottom: 0; }
    .account-profile .profile-form-cols .form-group:not(:last-child) {
      margin-bottom: 14px; }
      @media (max-width: 767.98px) {
        .account-profile .profile-form-cols .form-group:not(:last-child) {
          margin-bottom: 12px; } }
    .account-profile .profile-form-cols .form-group:has(input:disabled) .form-label {
      color: var(--color-gray-400); }
    .account-profile .profile-form-cols .form-group .copy-text {
      position: relative; }
      .account-profile .profile-form-cols .form-group .copy-text .ic {
        position: absolute;
        -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        right: 14px;
        top: 50%;
        width: 16px;
        height: 16px;
        color: #C9C9C9;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (pointer: fine) {
          .account-profile .profile-form-cols .form-group .copy-text .ic:hover {
            color: var(--color-teal); } }
  @media (max-width: 767.98px) {
    .account-profile .profile-form-cols .form-label {
      font-size: 14px;
      font-weight: 300;
      line-height: 130%;
      margin-bottom: 6px; } }
  .account-profile .profile-form-cols .form-controls {
    position: relative; }
  .account-profile .profile-form-cols input[name="status"][data-value="active"] {
    color: var(--color-green);
    border: 1px solid var(--color-green); }
  .account-profile .profile-form-cols input[name="status"][data-value="ban"] {
    color: #d70c0c;
    border: 1px solid #d70c0c; }
  .account-profile .profile-form-cols input[name="status"][data-value="not_paid"] {
    color: #ff7a00;
    border: 1px solid #ff7a00; }

.account-profile .profile-form-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

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

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

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

.account-profile .btn-border {
  max-width: 238px;
  width: 100%;
  margin-top: 16px; }
  @media (max-width: 575.98px) {
    .account-profile .btn-border {
      max-width: 100%;
      margin-top: 14px; } }

.account-lids .account-content {
  border-radius: 16px;
  background: var(--color-white-alt);
  padding: 24px; }
  @media (max-width: 767.98px) {
    .account-lids .account-content {
      padding: 18px 14px; } }

.account-lids .account-lids-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: 24px; }
  @media (max-width: 991.98px) {
    .account-lids .account-lids-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 8px; } }
  .account-lids .account-lids-header .section-title {
    margin: 0; }
    @media (max-width: 991.98px) {
      .account-lids .account-lids-header .section-title {
        margin-bottom: 14px; } }

.account-lids .lids-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: var(--white-color);
  padding: 2px; }
  @media (max-width: 767.98px) {
    .account-lids .lids-nav {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      border-radius: 6px; } }
  .account-lids .lids-nav .lids-nav__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;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    color: var(--color-gray-350);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .account-lids .lids-nav .lids-nav__link {
        padding: 8px 18px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 130%; } }
    @media (pointer: fine) {
      .account-lids .lids-nav .lids-nav__link:hover:not(.active) {
        color: var(--color-teal); } }
    .account-lids .lids-nav .lids-nav__link.active {
      color: var(--white-color);
      background: var(--color-gradient-main); }

.account-lids .lids-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .account-lids .lids-filter-form {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 14px;
      margin-bottom: 14px; } }

.account-lids .filter-search {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .account-lids .filter-search::before {
    content: '';
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    right: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_77_7609)'%3E%3Cpath d='M19.6172 19.6167L15.0005 15' stroke='%231A1A1A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 15C2.23858 12.2386 2.23858 7.76142 5 5C7.76142 2.23858 12.2386 2.23858 15 5C17.7614 7.76142 17.7614 12.2386 15 15C12.2386 17.7614 7.76142 17.7614 5 15Z' stroke='%231A1A1A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_77_7609'%3E%3Crect width='20' height='20' fill='white' transform='matrix(-1 0 0 1 20 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    width: 20px;
    height: 20px; }
    @media (max-width: 767.98px) {
      .account-lids .filter-search::before {
        right: unset;
        left: 12px;
        width: 18px;
        height: 18px; } }
  .account-lids .filter-search .lids-search-input {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
    min-width: 300px;
    min-height: 48px;
    border-radius: 6px;
    padding: 4px 14px;
    border: 1px solid transparent;
    background: linear-gradient(var(--background-color, #fff), var(--background-color, #fff)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; }
    .account-lids .filter-search .lids-search-input::-webkit-input-placeholder {
      color: var(--color-gray-400); }
    .account-lids .filter-search .lids-search-input::-moz-placeholder {
      color: var(--color-gray-400); }
    .account-lids .filter-search .lids-search-input:-ms-input-placeholder {
      color: var(--color-gray-400); }
    .account-lids .filter-search .lids-search-input::-ms-input-placeholder {
      color: var(--color-gray-400); }
    .account-lids .filter-search .lids-search-input::placeholder {
      color: var(--color-gray-400); }
    @media (max-width: 767.98px) {
      .account-lids .filter-search .lids-search-input {
        min-height: 38px;
        min-width: auto;
        width: 100%;
        border-radius: 10px;
        padding: 4px 12px 4px 38px;
        font-size: 14px; } }

.account-lids .filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
  border-radius: 10px;
  border: 1px solid var(--color-gray-100);
  background: var(--white-color);
  padding: 3px 3px 3px 14px; }
  @media (max-width: 767.98px) {
    .account-lids .filters-wrapper {
      padding: 2px 2px 2px 12px; } }

.account-lids .filter-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .account-lids .filter-date-block .filter-label {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
    margin-right: 14px; }
    @media (max-width: 991.98px) {
      .account-lids .filter-date-block .filter-label {
        display: none; } }
  .account-lids .filter-date-block .filter-date-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    border-radius: 8px;
    background: var(--color-white-alt);
    padding: 12px 14px;
    margin-right: 2px; }
    @media (max-width: 767.98px) {
      .account-lids .filter-date-block .filter-date-inputs {
        padding: 0;
        margin-right: 14px;
        border-radius: 0;
        background: transparent;
        gap: 12px; } }
  .account-lids .filter-date-block .filter-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .account-lids .filter-date-block .filter-date .filter-date-text {
      color: var(--color-gray-400);
      font-size: 15px;
      font-weight: 300;
      line-height: 120%;
      margin: 0 4px 0 0; }
      @media (max-width: 767.98px) {
        .account-lids .filter-date-block .filter-date .filter-date-text {
          font-size: 12px;
          margin: 0 2px 0 0; } }
    .account-lids .filter-date-block .filter-date .form-control {
      color: var(--color-black);
      font-size: 14px;
      font-weight: 300;
      line-height: 120%;
      position: relative;
      padding: 0;
      border: none;
      height: auto;
      width: auto;
      appearance: none;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_97_326)'%3E%3Cpath d='M14.25 1.5H13.5V0.75C13.5 0.551088 13.421 0.360322 13.2803 0.21967C13.1397 0.0790176 12.9489 0 12.75 0C12.5511 0 12.3603 0.0790176 12.2197 0.21967C12.079 0.360322 12 0.551088 12 0.75V1.5H6V0.75C6 0.551088 5.92098 0.360322 5.78033 0.21967C5.63968 0.0790176 5.44891 0 5.25 0C5.05109 0 4.86032 0.0790176 4.71967 0.21967C4.57902 0.360322 4.5 0.551088 4.5 0.75V1.5H3.75C2.7558 1.50119 1.80267 1.89666 1.09966 2.59966C0.396661 3.30267 0.00119089 4.2558 0 5.25L0 14.25C0.00119089 15.2442 0.396661 16.1973 1.09966 16.9003C1.80267 17.6033 2.7558 17.9988 3.75 18H14.25C15.2442 17.9988 16.1973 17.6033 16.9003 16.9003C17.6033 16.1973 17.9988 15.2442 18 14.25V5.25C17.9988 4.2558 17.6033 3.30267 16.9003 2.59966C16.1973 1.89666 15.2442 1.50119 14.25 1.5ZM1.5 5.25C1.5 4.65326 1.73705 4.08097 2.15901 3.65901C2.58097 3.23705 3.15326 3 3.75 3H14.25C14.8467 3 15.419 3.23705 15.841 3.65901C16.2629 4.08097 16.5 4.65326 16.5 5.25V6H1.5V5.25ZM14.25 16.5H3.75C3.15326 16.5 2.58097 16.2629 2.15901 15.841C1.73705 15.419 1.5 14.8467 1.5 14.25V7.5H16.5V14.25C16.5 14.8467 16.2629 15.419 15.841 15.841C15.419 16.2629 14.8467 16.5 14.25 16.5Z' fill='%232F8031'/%3E%3Cpath d='M9 12.375C9.62132 12.375 10.125 11.8713 10.125 11.25C10.125 10.6287 9.62132 10.125 9 10.125C8.37868 10.125 7.875 10.6287 7.875 11.25C7.875 11.8713 8.37868 12.375 9 12.375Z' fill='%232F8031'/%3E%3Cpath d='M5.25 12.375C5.87132 12.375 6.375 11.8713 6.375 11.25C6.375 10.6287 5.87132 10.125 5.25 10.125C4.62868 10.125 4.125 10.6287 4.125 11.25C4.125 11.8713 4.62868 12.375 5.25 12.375Z' fill='%232F8031'/%3E%3Cpath d='M12.75 12.375C13.3713 12.375 13.875 11.8713 13.875 11.25C13.875 10.6287 13.3713 10.125 12.75 10.125C12.1287 10.125 11.625 10.6287 11.625 11.25C11.625 11.8713 12.1287 12.375 12.75 12.375Z' fill='%232F8031'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_97_326'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat right center;
      background-size: contain !important;
      max-width: 112px;
      cursor: pointer;
      /* Для Firefox */
      /* Для Chrome/Safari */ }
      @media (max-width: 767.98px) {
        .account-lids .filter-date-block .filter-date .form-control {
          font-size: 12px;
          line-height: 15px;
          max-width: 85px; } }
      .account-lids .filter-date-block .filter-date .form-control::-webkit-input-placeholder {
        color: var(--color-black); }
      .account-lids .filter-date-block .filter-date .form-control::-moz-placeholder {
        color: var(--color-black); }
      .account-lids .filter-date-block .filter-date .form-control:-ms-input-placeholder {
        color: var(--color-black); }
      .account-lids .filter-date-block .filter-date .form-control::-ms-input-placeholder {
        color: var(--color-black); }
      .account-lids .filter-date-block .filter-date .form-control::placeholder {
        color: var(--color-black); }
        @media (max-width: 767.98px) {
          .account-lids .filter-date-block .filter-date .form-control::-webkit-input-placeholder {
            font-size: 11px; }
          .account-lids .filter-date-block .filter-date .form-control::-moz-placeholder {
            font-size: 11px; }
          .account-lids .filter-date-block .filter-date .form-control:-ms-input-placeholder {
            font-size: 11px; }
          .account-lids .filter-date-block .filter-date .form-control::-ms-input-placeholder {
            font-size: 11px; }
          .account-lids .filter-date-block .filter-date .form-control::placeholder {
            font-size: 11px; } }
      .account-lids .filter-date-block .filter-date .form-control::-moz-calendar-picker-indicator {
        display: none; }
      .account-lids .filter-date-block .filter-date .form-control::-webkit-calendar-picker-indicator {
        opacity: 0;
        /* приховує стандартну іконку */
        display: block;
        width: 1em;
        height: 1em;
        cursor: pointer; }

.account-lids .filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto; }
  .account-lids .filter-actions .btn-apply {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 8px;
    background: var(--color-green-light);
    border: 1px solid var(--color-green-light);
    padding: 11px 26px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-lids .filter-actions .btn-apply:hover {
        background-color: var(--white-color); } }
  .account-lids .filter-actions .btn-reset {
    color: var(--color-gray-350);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 33px 12px 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-lids .filter-actions .btn-reset:hover {
        color: var(--color-teal); } }
  @media (max-width: 991.98px) {
    .account-lids .filter-actions .btn {
      border-radius: 10px;
      padding: 0;
      width: 36px;
      min-width: 36px;
      height: 36px; } }
  .account-lids .filter-actions .btn .icon {
    display: none; }
    @media (max-width: 991.98px) {
      .account-lids .filter-actions .btn .icon {
        display: block;
        width: 18px;
        height: 18px; } }
  @media (max-width: 991.98px) {
    .account-lids .filter-actions .btn span {
      display: none; } }

.account-lids .lids-bulk-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .account-lids .lids-bulk-actions {
      height: 48px;
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .account-lids .lids-bulk-actions {
      height: 38px; } }
  .account-lids .lids-bulk-actions.active .btn {
    pointer-events: all;
    visibility: visible; }
  .account-lids .lids-bulk-actions .btn {
    pointer-events: none;
    visibility: hidden;
    padding: 0;
    -webkit-transition: .3s ease !important;
    transition: .3s ease !important; }
    @media (pointer: fine) {
      .account-lids .lids-bulk-actions .btn:hover .icon {
        color: var(--color-green); } }
    .account-lids .lids-bulk-actions .btn .icon {
      color: #999999;
      width: 24px;
      height: 24px; }
    .account-lids .lids-bulk-actions .btn.bulk-btn {
      position: relative;
      position: relative; }
      .account-lids .lids-bulk-actions .btn.bulk-btn::after {
        color: var(--color-black);
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        content: attr(data-tooltip);
        position: absolute;
        bottom: 124%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-radius: 6px;
        background: -webkit-gradient(linear, left top, right top, color-stop(-16.69%, #E2FFED), color-stop(113.16%, #D8F3C9));
        background: linear-gradient(90deg, #E2FFED -16.69%, #D8F3C9 113.16%);
        padding: 10px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
        transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }
        @media (max-width: 991.98px) {
          .account-lids .lids-bulk-actions .btn.bulk-btn::after {
            display: none; } }
      .account-lids .lids-bulk-actions .btn.bulk-btn::before {
        content: "";
        position: absolute;
        bottom: 110%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='8px' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M4.48814 7.25426C5.28569 8.17518 6.71431 8.17518 7.51186 7.25426L10.9283 3.30931C12.05 2.01402 11.1299 0 9.41643 0H2.58357C0.870064 0 -0.0500369 2.01402 1.07172 3.30931L4.48814 7.25426Z' fill='url(%23paint0_linear_97_1693)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_97_1693' x1='-6.03582' y1='2.96954' x2='17.3981' y2='2.87769' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E2FFED'/%3E%3Cstop offset='1' stop-color='%23D8F3C9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
        background-size: contain;
        width: 12px;
        height: 8px;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        @media (max-width: 991.98px) {
          .account-lids .lids-bulk-actions .btn.bulk-btn::before {
            display: none; } }
      .account-lids .lids-bulk-actions .btn.bulk-btn:hover::after, .account-lids .lids-bulk-actions .btn.bulk-btn:hover::before {
        opacity: 1; }
      .account-lids .lids-bulk-actions .btn.bulk-btn:disabled {
        opacity: 1; }
  .account-lids .lids-bulk-actions .bulk-selection-counter {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .account-lids .lids-bulk-actions .bulk-selection-counter {
        font-size: 12px; } }

.account-lids .lids-table-inner {
  overflow-x: auto;
  padding-bottom: 8px; }
  @media (min-width: 992px) {
    .account-lids .lids-table-inner, .account-lids .lids-table-inner * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .account-lids .lids-table-inner::-webkit-scrollbar,
    .account-lids .lids-table-inner *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .account-lids .lids-table-inner::-webkit-scrollbar-button,
    .account-lids .lids-table-inner *::-webkit-scrollbar-button {
      display: none; }
    .account-lids .lids-table-inner::-webkit-scrollbar-track,
    .account-lids .lids-table-inner *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .account-lids .lids-table-inner::-webkit-scrollbar-track-piece,
    .account-lids .lids-table-inner *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .account-lids .lids-table-inner::-webkit-scrollbar-thumb,
    .account-lids .lids-table-inner *::-webkit-scrollbar-thumb {
      background: var(--color-teal);
      border-radius: 99px; }
    .account-lids .lids-table-inner::-webkit-scrollbar-corner,
    .account-lids .lids-table-inner *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  @media (max-width: 991.98px) {
    .account-lids .lids-table-inner {
      padding: 0;
      scrollbar-width: none; } }

.account-lids .lids-table {
  display: -ms-grid;
  display: grid;
  overflow-y: hidden;
  width: 100%;
  min-width: 1400px; }
  @media (max-width: 767.98px) {
    .account-lids .lids-table {
      min-width: auto; } }
  .account-lids .lids-table thead tr {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 6% 6% 11.6% 9.7% 7% 11.8% 11% 9.6% 9.7% 1fr;
    grid-template-columns: 6% 6% 11.6% 9.7% 7% 11.8% 11% 9.6% 9.7% 1fr;
    gap: 10px;
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 14px 20px; }
    @media (max-width: 767.98px) {
      .account-lids .lids-table thead tr {
        -ms-grid-columns: 69px 65px 67px 70px 100px 106px 109px 110px 82px 1fr;
        grid-template-columns: 69px 65px 67px 70px 100px 106px 109px 110px 82px 1fr;
        padding: 0 12px;
        gap: 12px;
        border-radius: 8px 8px 0 0;
        border-bottom: 1px solid transparent;
        background: linear-gradient(var(--background-color, #fff), var(--background-color, #fff)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; } }
  .account-lids .lids-table thead th {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .account-lids .lids-table thead th {
        font-size: 12px;
        padding: 7px 0;
        margin-bottom: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .account-lids .lids-table thead th .custom-checkbox {
      gap: 8px; }
      @media (max-width: 767.98px) {
        .account-lids .lids-table thead th .custom-checkbox .checkbox {
          width: 24px;
          min-width: 24px;
          height: 24px; } }
      .account-lids .lids-table thead th .custom-checkbox .text {
        font-size: 15px; }
        @media (max-width: 767.98px) {
          .account-lids .lids-table thead th .custom-checkbox .text {
            font-size: 12px; } }
    .account-lids .lids-table thead th.source {
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .account-lids .lids-table thead th.source {
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    @media (max-width: 767.98px) {
      .account-lids .lids-table thead th.phone {
        position: sticky;
        left: 0;
        z-index: 10;
        background-color: var(--white-color);
        padding: 7px 12px;
        margin: 0 -12px; } }
    .account-lids .lids-table thead th.action {
      text-align: right;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .account-lids .lids-table thead .head-item {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-lids .lids-table thead .head-item:hover {
        color: var(--color-teal); } }
    @media (max-width: 767.98px) {
      .account-lids .lids-table thead .head-item {
        font-size: 12px; } }
  .account-lids .lids-table thead .sort-icon-wrap {
    margin-left: 1px;
    margin-bottom: 1px; }
    .account-lids .lids-table thead .sort-icon-wrap .sort-icon {
      width: 16px;
      height: 16px;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        .account-lids .lids-table thead .sort-icon-wrap .sort-icon {
          width: 14px;
          height: 14px; } }
  .account-lids .lids-table tbody tr {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 6% 6% 11.6% 9.7% 7% 11.8% 11% 9.6% 9.7% 1fr;
    grid-template-columns: 6% 6% 11.6% 9.7% 7% 11.8% 11% 9.6% 9.7% 1fr;
    gap: 10px;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid transparent;
    border-left: none;
    border-right: none; }
    @media (max-width: 767.98px) {
      .account-lids .lids-table tbody tr {
        -ms-grid-columns: 69px 65px 67px 70px 100px 106px 109px 110px 82px 1fr;
        grid-template-columns: 69px 65px 67px 70px 100px 106px 109px 110px 82px 1fr;
        padding: 0 12px;
        gap: 12px; } }
    @media (pointer: fine) {
      .account-lids .lids-table tbody tr:nth-child(even):hover {
        background: linear-gradient(var(--background-color, #fafafa), var(--background-color, #fafafa)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; } }
    .account-lids .lids-table tbody tr:nth-child(odd) {
      background: var(--white-color); }
      @media (pointer: fine) {
        .account-lids .lids-table tbody tr:nth-child(odd):hover {
          background: linear-gradient(var(--background-color, #fff), var(--background-color, #fff)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; } }
      @media (max-width: 767.98px) {
        .account-lids .lids-table tbody tr:nth-child(odd) td.phone {
          background: var(--white-color); } }
    .account-lids .lids-table tbody tr:has(input:checked) {
      background: var(--color-green-bg) !important;
      border: 1px solid var(--color-gray-100) !important;
      border-left: none !important;
      border-right: none !important; }
      .account-lids .lids-table tbody tr:has(input:checked) td.phone {
        background: var(--color-green-bg); }
    .account-lids .lids-table tbody tr td {
      color: var(--color-black);
      font-size: 15px;
      font-weight: 300;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .account-lids .lids-table tbody tr td {
          font-size: 12px;
          padding: 7px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .account-lids .lids-table tbody tr td.checkbox .custom-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      @media (max-width: 767.98px) {
        .account-lids .lids-table tbody tr td.source {
          display: -webkit-box;
          display: -ms-flexbox;
          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-lids .lids-table tbody tr td.source svg {
            width: 18px;
            height: 18px; } }
      .account-lids .lids-table tbody tr td.email {
        color: var(--color-blue);
        font-family: "Commissioner", sans-serif;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        text-overflow: ellipsis; }
      .account-lids .lids-table tbody tr td.phone {
        color: var(--color-green);
        background: transparent; }
        @media (max-width: 767.98px) {
          .account-lids .lids-table tbody tr td.phone {
            position: sticky;
            left: 0;
            z-index: 10;
            height: 100%;
            background: #FAFAFA;
            padding: 0 12px;
            margin: 0 -12px; } }
      .account-lids .lids-table tbody tr td .value-input {
        color: var(--color-black);
        font-size: 15px;
        font-weight: 300;
        line-height: 120%;
        padding: 4px 10px;
        border-radius: 4px;
        border: 1px solid var(--color-gray-100);
        min-height: 38px;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media (max-width: 767.98px) {
          .account-lids .lids-table tbody tr td .value-input {
            font-size: 12px;
            padding: 4px 6px;
            min-height: 26px;
            border-radius: 4px; } }
        .account-lids .lids-table tbody tr td .value-input:focus {
          border: 1px solid transparent;
          background: linear-gradient(var(--background-color, #fff), var(--background-color, #fff)) padding-box, linear-gradient(258deg, #89E032 -14.14%, #0FB475 45.66%, #1B45C3 110.12%) border-box; }
      .account-lids .lids-table tbody tr td.lid-status {
        color: var(--color-black);
        font-size: 15px;
        font-weight: 300;
        line-height: 120%;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media (max-width: 767.98px) {
          .account-lids .lids-table tbody tr td.lid-status {
            font-size: 12px;
            font-weight: 400;
            padding: 6px 8px;
            border-radius: 4px; } }
        .account-lids .lids-table tbody tr td.lid-status.new {
          background-color: var(--color-green-light); }
        .account-lids .lids-table tbody tr td.lid-status.sent {
          background-color: var(--color-blue-light); }
        .account-lids .lids-table tbody tr td.lid-status.fixed {
          background-color: var(--color-violet-light); }
        .account-lids .lids-table tbody tr td.lid-status.failed {
          background-color: var(--color-red-light); }
      .account-lids .lids-table tbody tr td.lid-status-select .jq-selectbox {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        .account-lids .lids-table tbody tr td.lid-status-select .jq-selectbox.paid .jq-selectbox__select {
          background-color: #E0FFD4; }
        .account-lids .lids-table tbody tr td.lid-status-select .jq-selectbox.changed .jq-selectbox__select {
          background-color: #FCF4DB; }
        .account-lids .lids-table tbody tr td.lid-status-select .jq-selectbox.refused .jq-selectbox__select {
          background-color: #FFE3E3; }
        .account-lids .lids-table tbody tr td.lid-status-select .jq-selectbox.returned .jq-selectbox__select {
          background-color: #FFF0E1; }
      .account-lids .lids-table tbody tr td.lid-status-select .jq-selectbox__select {
        width: 100%; }
      .account-lids .lids-table tbody tr td.date-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: unset !important;
            -ms-flex-align: unset !important;
                align-items: unset !important;
        font-size: 14px;
        font-weight: 300;
        line-height: 120%; }
        @media (max-width: 767.98px) {
          .account-lids .lids-table tbody tr td.date-wrapp {
            font-size: 12px; } }
        .account-lids .lids-table tbody tr td.date-wrapp .date {
          color: var(--color-black); }
        .account-lids .lids-table tbody tr td.date-wrapp .time {
          color: var(--color-gray-350); }
      .account-lids .lids-table tbody tr td.actions-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 12px; }
        .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 6px;
          border: 1px solid var(--color-gray-100);
          background-color: var(--white-color);
          padding: 0;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
          .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn {
            position: relative;
            border-radius: 0;
            padding: 0;
            width: 38px;
            min-width: 38px;
            height: 38px;
            cursor: pointer;
            position: relative; }
            .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn::after {
              color: var(--color-black);
              text-align: center;
              font-size: 14px;
              font-weight: 400;
              line-height: 120%;
              content: attr(data-tooltip);
              position: absolute;
              bottom: 124%;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              border-radius: 6px;
              background: -webkit-gradient(linear, left top, right top, color-stop(-16.69%, #E2FFED), color-stop(113.16%, #D8F3C9));
              background: linear-gradient(90deg, #E2FFED -16.69%, #D8F3C9 113.16%);
              padding: 10px;
              white-space: nowrap;
              opacity: 0;
              pointer-events: none;
              -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
              transition: opacity 0.2s, -webkit-transform 0.2s;
              transition: opacity 0.2s, transform 0.2s;
              transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }
              @media (max-width: 991.98px) {
                .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn::after {
                  display: none; } }
            .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn::before {
              content: "";
              position: absolute;
              bottom: 110%;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='8px' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M4.48814 7.25426C5.28569 8.17518 6.71431 8.17518 7.51186 7.25426L10.9283 3.30931C12.05 2.01402 11.1299 0 9.41643 0H2.58357C0.870064 0 -0.0500369 2.01402 1.07172 3.30931L4.48814 7.25426Z' fill='url(%23paint0_linear_97_1693)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_97_1693' x1='-6.03582' y1='2.96954' x2='17.3981' y2='2.87769' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E2FFED'/%3E%3Cstop offset='1' stop-color='%23D8F3C9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
              background-size: contain;
              width: 12px;
              height: 8px;
              opacity: 0;
              -webkit-transition: opacity 0.2s;
              transition: opacity 0.2s; }
              @media (max-width: 991.98px) {
                .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn::before {
                  display: none; } }
            .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn:hover::after, .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn:hover::before {
              opacity: 1; }
            @media (max-width: 767.98px) {
              .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn {
                width: 26px;
                min-width: 26px;
                height: 26px; } }
            @media (max-width: 767.98px) {
              .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn svg {
                width: 13px;
                height: 13px; } }
            @media (pointer: fine) {
              .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn:hover {
                background: -webkit-gradient(linear, left top, right top, color-stop(-16.69%, #E2FFED), color-stop(113.16%, #D8F3C9));
                background: linear-gradient(90deg, #E2FFED -16.69%, #D8F3C9 113.16%); } }
            .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn:first-child {
              border-radius: 6px 0 0 6px; }
            .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn:last-child {
              border-radius: 0 6px 6px 0; }
            .account-lids .lids-table tbody tr td.actions-wrapp .buttons-wrapp .btn:not(:first-child) {
              border-left: 1px solid var(--color-gray-100); }
        .account-lids .lids-table tbody tr td.actions-wrapp .custom-checkbox {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
  .account-lids .lids-table tbody tr:nth-last-child(-n+2) td .jq-selectbox .jq-selectbox__dropdown {
    top: unset !important;
    bottom: 100%;
    margin-bottom: 4px; }
  .account-lids .lids-table tbody:has(.empty-state) tr {
    display: -webkit-box;
    display: -ms-flexbox;
    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) {
  .lids-table thead th.phone,
  .lids-table tbody td.phone {
    position: sticky;
    left: 0;
    z-index: 20; }
    .lids-table thead th.phone.is-sticky::before,
    .lids-table tbody td.phone.is-sticky::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: var(--white-color);
      -webkit-box-shadow: 4px 0 6px -2px rgba(0, 0, 0, 0.08);
              box-shadow: 4px 0 6px -2px rgba(0, 0, 0, 0.08);
      z-index: -1; } }

.account-lid-show .account-content {
  border-radius: 16px;
  background: var(--color-white-alt);
  padding: 24px; }
  @media (max-width: 767.98px) {
    .account-lid-show .account-content {
      padding: 18px 14px; } }

.account-lid-show .lid-info {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px; }
  @media (max-width: 767.98px) {
    .account-lid-show .lid-info {
      padding: 14px; } }
  .account-lid-show .lid-info:not(:last-child) {
    margin-bottom: 10px; }

.account-lid-show .lid-info__title {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .account-lid-show .lid-info__title {
      font-size: 15px;
      margin-bottom: 14px; } }

.account-lid-show .form-group {
  margin-bottom: 0; }
  .account-lid-show .form-group:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 767.98px) {
      .account-lid-show .form-group:not(:last-child) {
        margin-bottom: 12px; } }
  @media (max-width: 767.98px) {
    .account-lid-show .form-group .form-label {
      font-size: 14px;
      font-weight: 300;
      line-height: 130%;
      margin-bottom: 6px; } }

.account-lid-show .lid-details__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 14px; }
  @media (max-width: 1199.98px) {
    .account-lid-show .lid-details__fields {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .account-lid-show .lid-details__fields {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }

.account-lid-show .table--details .table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 10px 12px; }
  @media (max-width: 767.98px) {
    .account-lid-show .table--details .table__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .account-lid-show .table--details .table__row:nth-child(odd) {
    background-color: #FAFAFA; }
  .account-lid-show .table--details .table__row .table__label {
    color: var(--color-gray-400);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; }
    @media (max-width: 767.98px) {
      .account-lid-show .table--details .table__row .table__label {
        font-size: 14px; } }
  .account-lid-show .table--details .table__row .table__value {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; }
    @media (max-width: 767.98px) {
      .account-lid-show .table--details .table__row .table__value {
        font-size: 14px; } }

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