@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #189E31;
  --theme-color-second: #6337a6;
  --purple-gradient: linear-gradient(228deg, #746DB6 0%, #3C376B 100%);
  --green-gradient: linear-gradient(249deg, #189E31 0%, #225F2E 100%);
  --color-text: #0F162C;
  --color-decore: #F2F6FC;
  --grey-color: #586878;
  --light-grey: #8998A7;
  --white-color: #ffffff;
  --bg: #F2F6FC;
  --outline: #D8E3F3;
  --stroke: #E1E8EE;
  --main-color: #189E31;
  --black-color: #0F162C;
  --sec-black: #191B1D;
  --main-100: #E7F0F8;
  --price-color: #189E31;
  --price-old: #888888;
  --price-new: #dc4b47; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: var(--color-text);
  scroll-behavior: smooth; }
  @media (min-width: 992px) {
    html, html * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    html::-webkit-scrollbar,
    html *::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    html::-webkit-scrollbar-button,
    html *::-webkit-scrollbar-button {
      display: none; }
    html::-webkit-scrollbar-track,
    html *::-webkit-scrollbar-track {
      background: #e1e8ee; }
    html::-webkit-scrollbar-track-piece,
    html *::-webkit-scrollbar-track-piece {
      background: #e1e8ee; }
    html::-webkit-scrollbar-thumb,
    html *::-webkit-scrollbar-thumb {
      background: #11171c; }
    html::-webkit-scrollbar-corner,
    html *::-webkit-scrollbar-corner {
      background: #e1e8ee; } }

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

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

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

picture {
  display: block; }

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

figure.media {
  display: block; }

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

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

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

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

.clearfix {
  clear: both; }

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

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

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

#page-content {
  position: relative;
  z-index: 25;
  padding-bottom: 88px;
  overflow: clip; }
  @media (max-width: 991.98px) {
    #page-content {
      padding-bottom: 56px; } }
  #page-content:after {
    content: "";
    clear: both; }

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

.page-main .section-title {
  text-align: center; }

.required {
  color: #db4545; }

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

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

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

.section-seo h1 {
  color: var(--grey-color);
  font-size: 45px;
  font-weight: 500;
  line-height: 52px; }
  .section-seo h1:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .section-seo h1 {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.4; }
      .section-seo h1:not(:last-child) {
        margin-bottom: 12px; } }

.section-seo .text-formatted {
  color: var(--grey-color); }

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

.date {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

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

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

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

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

.swiper-bottom {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccdbf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .swiper-bottom {
      padding-top: 26px;
      margin-top: 20px; }
      .swiper-bottom:has(.btn) {
        padding-top: 40px; }
        .swiper-bottom:has(.btn) .swiper-pagination.swiper-pagination-bullets-dynamic {
          --swiper-pagination-bottom: 68px; }
      .swiper-bottom .products-carousel-nav {
        display: none; }
      .swiper-bottom .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto; } }
  .swiper-bottom .swiper-pagination.swiper-pagination-bullets-dynamic {
    --swiper-pagination-bottom: 15px; }
    @media (max-width: 991.98px) {
      .swiper-bottom .swiper-pagination.swiper-pagination-bullets-dynamic {
        --swiper-pagination-bottom: 0; } }

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

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 10px;
  margin-top: -20px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--white);
  border-radius: 100px;
  border: 1px solid var(--white);
  font-weight: 700;
  -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(--black-color);
    font-weight: 700; }

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

@media (max-width: 991.98px) {
  body.menu-opened {
    overflow: hidden; }
    body.menu-opened #page-header::before {
      opacity: 1; }
    body.menu-opened #page-header .header-pages {
      pointer-events: initial;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; }
    body.menu-opened #page-header .nav-languages-dropdown-wrap {
      display: block;
      z-index: 100; }
    body.menu-opened #page-header .header-wrap > .btn-profile {
      display: none; } }

#page-header {
  position: sticky;
  z-index: 100;
  top: 0;
  padding: 20px 0;
  border-radius: 0 0 32px 32px;
  background: var(--purple-gradient); }
  @media (max-width: 991.98px) {
    #page-header {
      padding: 12px 0;
      border-radius: 0 0 16px 16px; } }
  #page-header.checkout-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
  @media (max-width: 991.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap {
      display: block; } }
  @media (max-width: 1199.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap .phone {
      border-color: rgba(255, 255, 255, 0.08); } }
  @media (max-width: 991.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap .phone {
      width: 40px;
      height: 40px; }
      #page-header.checkout-header .cellphones-dropdown-wrap .phone::after {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_2281_1583)"><path d="M23.347 17.6136L19.9977 14.2643C18.8015 13.0681 16.768 13.5467 16.2896 15.1016C15.9307 16.1782 14.7346 16.7763 13.658 16.537C11.2657 15.9389 8.03602 12.8289 7.43794 10.317C7.07908 9.24035 7.79679 8.04419 8.87334 7.68538C10.4284 7.20691 10.9068 5.17343 9.71066 3.97726L6.36138 0.627988C5.40445 -0.209329 3.96905 -0.209329 3.13173 0.627988L0.859009 2.90071C-1.41371 5.29305 1.09824 11.6327 6.72023 17.2547C12.3422 22.8767 18.6819 25.5083 21.0743 23.116L23.347 20.8432C24.1843 19.8863 24.1843 18.4509 23.347 17.6136Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_2281_1583"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; } }
  #page-header .header-wrap {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    @media (max-width: 991.98px) {
      #page-header .header-wrap {
        gap: 12px; }
        #page-header .header-wrap > .btn-profile {
          padding: 5px;
          min-width: 40px;
          height: 40px; }
          #page-header .header-wrap > .btn-profile .ic {
            width: 20px;
            height: 20px; }
          #page-header .header-wrap > .btn-profile .text {
            display: none; } }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 150px; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        max-width: 120px;
        margin-right: auto; } }
  #page-header .header-pages {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    @media (max-width: 991.98px) {
      #page-header .header-pages {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        padding: 72px 16px 24px;
        gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: var(--purple-gradient);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        pointer-events: none;
        visibility: hidden; } }
  @media (min-width: 992px) {
    #page-header .profile-mobile {
      display: none; } }
  @media (max-width: 991.98px) {
    #page-header .profile-mobile {
      position: relative;
      width: 100%;
      padding: 20px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
      #page-header .profile-mobile::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% + 32px);
        height: 1px;
        background: rgba(255, 255, 255, 0.12);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      #page-header .profile-mobile .btn-profile {
        width: 100%; } }
  #page-header .header-actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  @media (max-width: 991.98px) {
    #page-header .header-languages.desktop,
    #page-header .header-pages.desktop,
    #page-header .header-catalog.desktop {
      display: none; } }
  @media (min-width: 992px) {
    #page-header .header-languages.mobile,
    #page-header .header-pages.mobile,
    #page-header .header-catalog.mobile {
      display: none; } }

.header-menu-mobile {
  display: none; }
  .header-menu-mobile .header-menu-mobile-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    padding: 100px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-contacts {
    margin-top: auto; }

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

.catalog-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  width: auto;
  padding: 20px 0;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .catalog-drop {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 991.98px) {
    .catalog-drop {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      padding: 20px;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0;
      overflow-y: auto; } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding-bottom: 16px;
    background: white;
    border-bottom: 1px solid; }
    .catalog-drop .catalog-drop-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-top {
        display: none; } }
  .catalog-drop .catalog-drop-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }
  .catalog-drop .nav-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-drop .catalog-drop-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1199.98px) {
      .catalog-drop .catalog-drop-item {
        width: 33.333%; } }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-item {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .catalog-drop .catalog-drop-item {
        width: 100%;
        padding-right: 0; } }

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .catalog-drop-item.sub-in:hover > .sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-link > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .catalog-drop .catalog-drop-item:not(:last-child) {
      margin-bottom: 16px; }
  @media (min-width: 992px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 991.98px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(0deg) !important;
          -ms-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; } }
  .catalog-drop .sub-item.sub-in.accordion-open > a > .icon {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .catalog-drop .catalog-drop-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--theme-color-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (min-width: 992px) {
      .catalog-drop .catalog-drop-link {
        padding: 0 14px; } }
    .catalog-drop .catalog-drop-link .icon-wrapper svg [style*=fill],
    .catalog-drop .catalog-drop-link .icon-wrapper svg [fill]:not([fill="none"]) {
      fill: var(--theme-color-main) !important;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .catalog-drop .catalog-drop-link .icon-wrapper svg [style*=stroke],
    .catalog-drop .catalog-drop-link .icon-wrapper svg [stroke]:not([stroke="none"]) {
      stroke: var(--theme-color-main) !important;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .catalog-drop .catalog-drop-link .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: auto;
      width: 24px;
      height: 24px;
      padding: 7px;
      color: var(--theme-color-main);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
      @media (min-width: 992px) {
        .catalog-drop .catalog-drop-link .icon {
          pointer-events: none;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }
    .catalog-drop .catalog-drop-link:hover, .catalog-drop .catalog-drop-link:focus {
      text-decoration: none;
      color: var(--theme-color-second); }
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [style*=fill],
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [fill]:not([fill="none"]), .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [style*=fill],
      .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [fill]:not([fill="none"]) {
        fill: var(--theme-color-second) !important; }
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [style*=stroke],
      .catalog-drop .catalog-drop-link:hover .icon-wrapper svg [stroke]:not([stroke="none"]), .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [style*=stroke],
      .catalog-drop .catalog-drop-link:focus .icon-wrapper svg [stroke]:not([stroke="none"]) {
        stroke: var(--theme-color-second) !important; }
  .catalog-drop .sub-list {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .catalog-drop .sub-list {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        padding: 20px 0;
        background: var(--white);
        -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list {
        display: none; } }

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

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

.btn-profile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 80px;
  background: var(--main-color);
  padding: 8px 20px;
  min-height: 40px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .btn-profile:hover {
      color: var(--main-color);
      background: var(--white);
      text-decoration: none;
      -webkit-box-shadow: 0 0 0 1px var(--main-color);
              box-shadow: 0 0 0 1px var(--main-color); } }
  .btn-profile .ic {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.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 24px; }
  @media (max-width: 1199.98px) {
    .header-pages-nav {
      gap: 4px 12px; } }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 0;
      overflow: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-height: calc(100vh - 224px); } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .header-pages-nav, .header-pages-nav * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .header-pages-nav::-webkit-scrollbar,
    .header-pages-nav *::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .header-pages-nav::-webkit-scrollbar-button,
    .header-pages-nav *::-webkit-scrollbar-button {
      display: none; }
    .header-pages-nav::-webkit-scrollbar-track,
    .header-pages-nav *::-webkit-scrollbar-track {
      background: #e1e8ee; }
    .header-pages-nav::-webkit-scrollbar-track-piece,
    .header-pages-nav *::-webkit-scrollbar-track-piece {
      background: #e1e8ee; }
    .header-pages-nav::-webkit-scrollbar-thumb,
    .header-pages-nav *::-webkit-scrollbar-thumb {
      background: #11171c; }
    .header-pages-nav::-webkit-scrollbar-corner,
    .header-pages-nav *::-webkit-scrollbar-corner {
      background: #e1e8ee; } }
  .header-pages-nav .nav-item {
    position: relative; }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-item {
        width: 100%; } }
  @media (min-width: 992px) {
    .header-pages-nav .sub-in {
      cursor: pointer; }
      .header-pages-nav .sub-in:hover > .nav-link {
        color: var(--main-color); }
      .header-pages-nav .sub-in:hover .toggle-sublist {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .header-pages-nav .sub-in:hover .sub-list {
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .header-pages-nav .sub-in .__no-link {
        pointer-events: none; } }
  @media (max-width: 991.98px) {
    .header-pages-nav .sub-in.accordion-open .nav-link {
      border: none; }
    .header-pages-nav .sub-in.accordion-open .toggle-sublist {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); } }
  .header-pages-nav .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;
    gap: 4px;
    color: var(--white);
    padding: 4px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
        padding: 4px 0;
        min-height: 65px;
        font-size: 18px;
        line-height: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12); } }
    .header-pages-nav .nav-link:focus {
      text-decoration: none; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover {
        color: var(--main-color);
        text-decoration: none; } }
    .header-pages-nav .nav-link .toggle-sublist {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 8px;
      height: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .header-pages-nav .nav-link .toggle-sublist .icon {
        width: 8px;
        height: 8px; }
      @media (max-width: 991.98px) {
        .header-pages-nav .nav-link .toggle-sublist {
          width: 40px;
          height: 40px;
          margin-left: auto; } }
  @media (min-width: 992px) {
    .header-pages-nav .sub-list {
      position: absolute;
      top: 100%;
      left: -30px;
      min-width: 323px;
      padding: 18px 0;
      border-radius: 24px;
      background: #ffffff;
      -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.05);
      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: 991.98px) {
    .header-pages-nav .sub-list {
      display: none;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); } }
  .header-pages-nav .sub-list .nav-link {
    position: relative;
    padding: 6px 24px;
    gap: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .header-pages-nav .sub-list .nav-link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      border-radius: 0 4px 4px 0;
      background: var(--main-color);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .header-pages-nav .sub-list .nav-link .icon-wrapper {
      width: 40px;
      height: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (any-hover: hover) {
      .header-pages-nav .sub-list .nav-link:hover {
        background-color: rgba(24, 158, 49, 0.05);
        color: var(--main-color);
        text-decoration: none; }
        .header-pages-nav .sub-list .nav-link:hover::before {
          opacity: 1; } }
    .header-pages-nav .sub-list .nav-link:hover, .header-pages-nav .sub-list .nav-link:focus {
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .header-pages-nav .sub-list .nav-link {
        color: var(--white);
        padding: 0;
        min-height: auto;
        border: none; }
        .header-pages-nav .sub-list .nav-link:not(:last-child) {
          margin-bottom: 12px; }
        .header-pages-nav .sub-list .nav-link .icon-wrapper {
          width: 32px;
          height: 32px; } }

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

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 99; }
  @media (max-width: 991.98px) {
    #page-header .cellphones-dropdown-wrap {
      padding-top: 24px;
      margin-top: auto; } }
  #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: 8px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
    color: var(--white); }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 100%;
      height: 100%; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        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); }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .phone {
        position: relative;
        font-size: 0;
        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;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%; }
        #page-header .cellphones-dropdown-wrap .phone::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 16px;
          height: 16px;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.5477 11.7424L13.3149 9.50954C12.5174 8.71209 11.1618 9.0311 10.8428 10.0678C10.6036 10.7855 9.80611 11.1842 9.08841 11.0247C7.49352 10.626 5.34042 8.5526 4.9417 6.87797C4.70246 6.16024 5.18093 5.36279 5.89863 5.12359C6.93531 4.80461 7.25429 3.44895 6.45684 2.65151L4.224 0.418659C3.58604 -0.139553 2.6291 -0.139553 2.07089 0.418659L0.555745 1.93381C-0.959401 3.5287 0.715235 7.75516 4.46323 11.5032C8.21122 15.2511 12.4377 17.0056 14.0326 15.4106L15.5477 13.8955C16.106 13.2575 16.106 12.3006 15.5477 11.7424Z" fill="white"/></svg>') center no-repeat; } }
    #page-header .cellphones-dropdown-wrap .phone .sup,
    #page-header .cellphones-dropdown-wrap .phone .quote,
    #page-header .cellphones-dropdown-wrap .phone .nums {
      font-weight: 600; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover {
        color: var(--main-color); } }
    @media (max-width: 991.98px) {
      #page-header .cellphones-dropdown-wrap .phone {
        font-size: 18px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 100%;
    right: 0;
    min-width: 100%;
    gap: 2px;
    padding: 4px;
    margin-top: 8px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: auto;
        right: 0;
        margin-top: 30px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      padding: 8px 12px;
      color: var(--theme-color-main);
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      border-radius: 10px;
      background: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-size: contain; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-kyivstar::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgBpZZLaBRBEIb/nQTRoCB5ETcbsyjRgxAVHyBRFDEKKgqCFy+CF0/xKIgGfEAu3gVFBS+C4kVExEO8RJQNGhKQgA8SzfoAH3gQRbNx1q93ZsLOTM8+8Iemu6u7/qqpqq7dlKrgg9SVkjazXOVK2QbJnZNmitIY68lOKV9Jv7ECcR/ToCNtg6zJyFir6M3jjE7W3R+ldgzfy0gTqgUvpMWfpFsYcFEuBoP9T8alKUjNPe5kGVPBOetr09LCKF+qfPNeakGQY6wsl+Ppk0XSkWbpnU/ehuw5y64I3wS6/cukL4HACRZI0myeWshvEOe+gNyXHbeQG6zlbISkNMcMkLghpp6Iwt20dMxCdFDJWE3yz4YMYHE7lo8q7HmecYIvci0kVxnPlIwBv0g8Aw2e9yFAfIXQzNi0+arLjE040K+y0EX0z5Xmz1LHXClvIRRQTmPgq6rgm5T5Q9xZZiNHP2YJl1OQ9lv0crWQG7RQfH7So1iyQNpiQtQbPUHhpeoA4RqWxSF4eo2B7uhBqqyOawH3/zI9thwtNwZci+V21Y8YjyF3sP5WcY+2qk6kSpGKWcwbI5OW+z1U1zrVCFpMhq/eGJVDPuo0eQmKOUTpXixGelUSeEcDindm09ZfOUvpiGzGLHq7eBwXVAV00kM4cjIqx7MRmtXr0kumBAYT9E/z5K+bEEQPIG2E/AzLmzZFOE/5hjzg7X2U9touIy9wcZh5lHnWr++dzK22+9y5Q8s+HDKAp60o5VBaof/DNHndQOi/m818uzatgaTskaVs6yEnNLsD8pABA5LyhmkHX/FQdQKd27/pPT7HPBLLkJAdwPoQimtUATymHE3tfJv0IOX9J1BNBgLwrdlf0j6I1jeUIikXFn7fNc7+UYdX5on4B/9KufeiyIeAAAAAAElFTkSuQmCC") center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover, #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
          background: var(--theme-color-second);
          color: var(--white-color); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-dropdown-wrap {
      display: none; } }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .current-language:hover, #page-header .nav-languages-dropdown-wrap .current-language:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    @media (any-hover: hover) {
      #page-header .nav-languages-dropdown-wrap .current-language:hover {
        background: var(--main-color);
        text-decoration: none; } }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: calc(100% + 4px);
    right: 0;
    padding: 10px 0;
    gap: 2px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.05);
    background: var(--white-color);
    -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 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
    height: 32px;
    padding: 6px 16px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: var(--white-color);
    border-radius: 0; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      border-radius: 0 4px 4px 0;
      background: var(--main-color);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      text-decoration: none; }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: rgba(24, 158, 49, 0.05);
        color: var(--main-color);
        text-decoration: none; }
        #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover::before {
          opacity: 1; } }

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

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

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

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

#page-footer {
  padding-top: 64px;
  padding-bottom: 24px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(228deg, #746db6 0%, #3c376b 100%), #d9d9d9; }
  @media (max-width: 991.98px) {
    #page-footer {
      padding-top: 58px;
      padding-bottom: 16px;
      border-radius: 16px 16px 0 0; } }
  #page-footer .footer-top {
    padding-bottom: 64px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-top {
        padding-bottom: 29px; } }
  #page-footer .logo-wrap {
    max-width: 269px;
    width: 100%; }
    @media (max-width: 991.98px) {
      #page-footer .logo-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; } }
    #page-footer .logo-wrap img {
      width: 100%; }
      @media (max-width: 991.98px) {
        #page-footer .logo-wrap img {
          height: 48px;
          width: auto; } }
    #page-footer .logo-wrap:not(:last-child) {
      margin-bottom: 22px; }
      @media (max-width: 991.98px) {
        #page-footer .logo-wrap:not(:last-child) {
          margin-bottom: 12px; } }
  #page-footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px; }
    @media (max-width: 1199.98px) {
      #page-footer .footer-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 991.98px) {
      #page-footer .footer-row {
        gap: 0;
        width: 100%; } }
  #page-footer .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      #page-footer .footer-col {
        width: calc(50% - 12px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 991.98px) {
      #page-footer .footer-col {
        width: 100%; }
        #page-footer .footer-col:not(:last-child) {
          margin-bottom: 24px;
          padding-bottom: 24px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.12); } }
    @media (min-width: 992px) {
      #page-footer .footer-col:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 324px;
                flex: 0 0 324px;
        padding-top: 13px; } }
    @media (max-width: 991.98px) {
      #page-footer .footer-col:first-child {
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #page-footer .footer-col:first-child:not(:last-child) {
          padding-bottom: 20px;
          margin-bottom: 28px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.12); } }
    @media (min-width: 992px) {
      #page-footer .footer-col:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 304px;
                flex: 0 0 304px; } }
    @media (max-width: 991.98px) {
      #page-footer .footer-col:last-child {
        width: 100%; }
        #page-footer .footer-col:last-child .btn-default {
          width: 100%; } }
  #page-footer .footer-slogan {
    max-width: 236px;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      #page-footer .footer-slogan {
        text-align: center; }
        #page-footer .footer-slogan:not(:last-child) {
          margin-bottom: 20px; } }
  #page-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.56);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-bottom {
        padding-top: 16px; } }
  #page-footer .copyright {
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 991.98px) {
      #page-footer .copyright {
        font-size: 14px;
        line-height: 20px; } }
  #page-footer .payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; }
    #page-footer .payments-list img {
      height: 30px; }
  #page-footer .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 991.98px) {
      #page-footer .fenix-copyright {
        gap: 12px;
        line-height: 20px; } }
    #page-footer .fenix-copyright .text {
      max-width: 64px; }
    #page-footer .fenix-copyright img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 86px;
      height: 32px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -webkit-filter: invert(100%);
              filter: invert(100%); }
      @media (max-width: 991.98px) {
        #page-footer .fenix-copyright img {
          width: 62px;
          height: 24px; } }
    #page-footer .fenix-copyright svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 86px;
      height: 32px;
      -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); }
      @media (max-width: 991.98px) {
        #page-footer .fenix-copyright svg {
          width: 53px;
          height: 20px; } }
    #page-footer .fenix-copyright:focus {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:focus svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (pointer: fine) {
      #page-footer .fenix-copyright:hover {
        text-shadow: 0 0 0; }
        #page-footer .fenix-copyright:hover svg {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }
  #page-footer .socials-wrap {
    --size: 44px;
    --size-icon: 24px;
    --bg-social: rgba(255, 255, 255, 0.04); }
    @media (min-width: 992px) {
      #page-footer .socials-wrap:not(:first-child) {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.12); } }
    @media (max-width: 991.98px) {
      #page-footer .socials-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #page-footer .socials-wrap .socials-title {
      color: rgba(255, 255, 255, 0.72);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      text-transform: none; }
      #page-footer .socials-wrap .socials-title:not(:last-child) {
        margin-bottom: 12px; }
    #page-footer .socials-wrap ul {
      gap: 8px; }
      @media (max-width: 991.98px) {
        #page-footer .socials-wrap ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    @media (any-hover: hover) {
      #page-footer .socials-wrap a:hover .social-icon {
        background: var(--main-color);
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); } }
  #page-footer .footer-nav-title {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    #page-footer .footer-nav-title:not(:last-child) {
      margin-bottom: 12px; }

@media (max-width: 991.98px) {
  .footer-nav-wrap.accordion-open [js-accordion-title]::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); } }

@media (min-width: 992px) {
  .footer-nav-wrap [js-accordion-title] {
    pointer-events: none; } }

@media (max-width: 991.98px) {
  .footer-nav-wrap [js-accordion-title] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-right: 4px; }
    .footer-nav-wrap [js-accordion-title]:not(:last-child) {
      margin-bottom: 0 !important; }
    .footer-nav-wrap [js-accordion-title]::after {
      content: "";
      margin-left: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 9px;
      height: 6px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M0.698503 0.717058C0.427293 0.988268 0.410173 1.41751 0.647505 1.70845L0.698503 1.76451L4.21703 5.28304C4.50631 5.57232 4.97521 5.57232 5.26449 5.28304L8.78302 1.76451C9.07229 1.47524 9.07229 1.00634 8.78302 0.717057C8.49374 0.427779 8.02484 0.427779 7.73556 0.717057L4.74076 3.71186L1.74596 0.717058L1.6899 0.666059C1.39895 0.428728 0.969713 0.445848 0.698503 0.717058Z" fill="white"/></svg>') center no-repeat; } }

@media (max-width: 991.98px) {
  .footer-nav-wrap [js-accordion-content] {
    display: none; } }

@media (max-width: 991.98px) {
  .footer-nav-wrap [js-accordion-content] {
    padding-top: 12px; } }

.footer-nav-wrap .footer-nav-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.footer-nav-wrap .nav-item {
  list-style: none;
  padding: 0; }
  .footer-nav-wrap .nav-item:not(:last-child) {
    margin-bottom: 12px; }

.footer-nav-wrap .nav-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .footer-nav-wrap .nav-link:hover {
      color: var(--main-color); } }

.footer-contacts.contacts-block {
  --size: 40px;
  --size-icon: 20px;
  --bg-icon: rgba(255, 255, 255, 0.08);
  margin-top: 14px; }
  @media (max-width: 991.98px) {
    .footer-contacts.contacts-block {
      margin-top: 0; } }
  .footer-contacts.contacts-block:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none; }
    @media (max-width: 991.98px) {
      .footer-contacts.contacts-block:not(:last-child) {
        margin-bottom: 12px; } }
  .footer-contacts.contacts-block .contacts-info {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .footer-contacts.contacts-block .contacts-info:first-child {
      padding-top: 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.12); }
    @media (max-width: 991.98px) {
      .footer-contacts.contacts-block .contacts-info {
        padding-bottom: 12px; }
        .footer-contacts.contacts-block .contacts-info:first-child {
          padding-top: 12px; }
        .footer-contacts.contacts-block .contacts-info:not(:last-child) {
          margin-bottom: 12px; } }
  .footer-contacts.contacts-block .info-title {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase; }
    .footer-contacts.contacts-block .info-title:not(:last-child) {
      margin-bottom: 5px; }
  .footer-contacts.contacts-block .info-content {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 991.98px) {
      .footer-contacts.contacts-block .info-content {
        font-size: 16px; } }
    .footer-contacts.contacts-block .info-content a {
      color: var(--white); }

.form-style-box {
  width: 100%;
  background: var(--white-color);
  padding: 32px;
  border-radius: 24px;
  background: var(--white);
  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; }
  @media (max-width: 991.98px) {
    .form-style-box {
      padding: 20px;
      border-radius: 20px; } }

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

.form-style .form-title {
  color: var(--black-color);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase; }
  .form-style .form-title:not(:last-child) {
    margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    .form-style .form-title {
      font-size: 20px;
      line-height: 1.4; }
      .form-style .form-title:not(:last-child) {
        margin-bottom: 4px; } }

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

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

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

.form-style .form-group {
  position: relative;
  margin-bottom: 0;
  width: 100%; }

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

.form-style .form-label {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 48px;
  padding: 4px 15px;
  background: var(--white-color);
  border: 1px solid #d8e3f3;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black-color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  caret-color: var(--black-color); }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #189e31; }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: var(--light-grey); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: var(--light-grey); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: var(--light-grey); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: var(--light-grey); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: var(--light-grey); }

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

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

.form-style .btn-submit {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white-color);
  background: var(--theme-color-main);
  border: 1px solid var(--theme-color-main);
  text-transform: uppercase;
  font-weight: 600; }
  .form-style .btn-submit:focus {
    color: var(--theme-color-main);
    background: var(--white-color); }
  @media (pointer: fine) {
    .form-style .btn-submit:hover {
      color: var(--theme-color-main);
      background: var(--white-color); } }

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

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

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

.form-style .jq-selectbox.form-control {
  height: 48px; }
  .form-style .jq-selectbox.form-control.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 48px;
    min-height: 48px;
    width: 100%;
    padding: 4px 40px 4px 15px;
    background: var(--white-color);
    border: 1px solid #d8e3f3;
    border-radius: 12px;
    color: var(--black-color);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      line-height: 1.4; }
  .form-style .jq-selectbox.form-control .jq-selectbox__trigger {
    right: 16px;
    width: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__trigger-arrow {
    margin-top: 0;
    width: 10px;
    height: 10px;
    color: var(--theme-color-main);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M8.77067 0.717058C9.05721 0.988268 9.0753 1.41751 8.82455 1.70845L8.77067 1.76451L5.05328 5.28304C4.74765 5.57232 4.25225 5.57232 3.94662 5.28304L0.229221 1.76451C-0.0764074 1.47524 -0.0764074 1.00634 0.229221 0.717057C0.534849 0.427779 1.03025 0.427779 1.33588 0.717057L4.49995 3.71186L7.66401 0.717058L7.72325 0.666059C8.03063 0.428728 8.48413 0.445848 8.77067 0.717058Z" fill="%23189E31"/></svg>') center no-repeat; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    top: calc(100% + 2px) !important;
    border-radius: 12px;
    min-width: 250px;
    left: auto !important;
    border: 1px solid var(--outline);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul {
      padding: 6px;
      border-radius: 12px; }
      @media (min-width: 992px) {
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul, .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul * {
          scrollbar-color: auto;
          scrollbar-width: auto; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul::-webkit-scrollbar,
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul *::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul::-webkit-scrollbar-button,
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul *::-webkit-scrollbar-button {
          display: none; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul::-webkit-scrollbar-track,
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul *::-webkit-scrollbar-track {
          background: #e1e8ee; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul::-webkit-scrollbar-track-piece,
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul *::-webkit-scrollbar-track-piece {
          background: #e1e8ee; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul *::-webkit-scrollbar-thumb {
          background: #11171c; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul::-webkit-scrollbar-corner,
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul *::-webkit-scrollbar-corner {
          background: #e1e8ee; } }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li {
        border-radius: 6px;
        padding: 12px 16px;
        font-size: 16px;
        color: var(--black-color);
        font-family: "Inter", sans-serif; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li:not(:last-child) {
          margin-bottom: 2px; }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li.selected, .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li.sel {
          background: var(--main-color);
          color: var(--white); }
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li.disabled {
          background: var(--stroke);
          display: none; }
        @media (any-hover: hover) {
          .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul li:hover {
            background: var(--main-color);
            color: var(--white); } }

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

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

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

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

.form-style-popup {
  width: 100%; }
  .form-style-popup .form-title {
    color: var(--sec-black);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    .form-style-popup .form-title:not(:last-child) {
      margin-bottom: 4px; }
  .form-style-popup .form-note {
    text-wrap: balance;
    color: var(--grey-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .form-style-popup .form-note:not(:last-child) {
      margin-bottom: 16px; }
  .form-style-popup .form-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
    .form-style-popup .form-nav:not(:last-child) {
      margin-bottom: 16px; }
    .form-style-popup .form-nav .btn-grey {
      color: var(--black-color); }
      @media (any-hover: hover) {
        .form-style-popup .form-nav .btn-grey:hover {
          color: var(--white); } }
  .form-style-popup .form-wrap:not(:last-child) {
    margin-bottom: 16px; }
  .form-style-popup .btn-submit,
  .form-style-popup .btn-default {
    margin-top: 0;
    width: 100%; }

.fancybox-slide {
  padding: 16px; }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5); }

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

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

.fancybox-slide--html .fancybox-close-small {
  top: 10px;
  right: 10px;
  padding: 9px; }

.fancybox-container.form-popup .fancybox-content {
  padding: 32px;
  width: 100%;
  max-width: 438px;
  border-radius: 24px;
  background: var(--white); }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 32px 24px 24px; } }

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

.form-style .additional-chose {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grey-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .form-style .additional-chose a {
    color: var(--main-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .form-style .additional-chose a:hover {
        text-decoration: underline; } }

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

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

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

body.search-modal-opened {
  overflow: hidden;
  padding-right: var(--scrollbar-width); }
  body.search-modal-opened #page-header .search-form {
    position: 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: 2px;
        height: 2px; }
      #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: #e1e8ee; }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: #e1e8ee; }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: #11171c; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: #e1e8ee; } }
  #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); }

#page-breadcrumbs {
  --gap: 8px;
  padding-top: 24px;
  padding-bottom: 8px;
  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;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    #page-breadcrumbs {
      padding-top: 20px; }
      #page-breadcrumbs .container {
        padding: 0; } }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap); }
    @media (max-width: 991.98px) {
      #page-breadcrumbs .breadcrumbs-nav {
        padding-left: 16px; } }
  #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 */ }
    @media (max-width: 991.98px) {
      #page-breadcrumbs .breadcrumb-scroll-wrap {
        padding-right: 16px; } }
    #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; }
    @media (max-width: 991.98px) {
      #page-breadcrumbs .breadcrumb-inner {
        min-width: calc(100% - 16px); } }
  #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; }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "";
      width: 4px;
      height: 4px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      background: var(--main-color); }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--theme-color-main); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--theme-color-main); } }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: var(--light-grey); }
    #page-breadcrumbs .breadcrumbs-nav-item-last .text-decorated {
      color: var(--light-grey); }

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

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

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

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

a:hover {
  color: inherit; }

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

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .btn .btn-text {
    vertical-align: middle; }

.btn {
  min-height: 48px;
  padding: 4px 24px;
  border-radius: 80px; }
  .btn.btn-small {
    min-height: 35px;
    font-size: 14px;
    border-width: 1px; }
  .btn.btn-big {
    min-height: 55px;
    font-size: 18px; }
  .btn.btn-biggest {
    min-height: 65px;
    font-size: 20px; }

.btn-default {
  background: var(--main-color);
  color: var(--white-color);
  border: 1px solid var(--main-color); }
  @media (pointer: fine) {
    .btn-default:hover {
      background: var(--white-color);
      color: var(--main-color);
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } }

.btn-default-transparent {
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--outline);
  font-weight: 500; }
  @media (pointer: fine) {
    .btn-default-transparent:hover {
      background: var(--theme-color-main);
      color: var(--white-color); }
      .btn-default-transparent:hover .icon {
        color: var(--white-color); } }
  .btn-default-transparent:hover, .btn-default-transparent:focus {
    text-decoration: none; }
  .btn-default-transparent .icon {
    width: 20px;
    height: 20px;
    color: var(--main-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.btn-white {
  color: var(--black-color);
  background: var(--white);
  border-color: var(--white); }
  @media (pointer: fine) {
    .btn-white:hover {
      background: var(--white-color);
      color: var(--main-color);
      border-color: var(--main-color); } }

.btn-grey {
  background: var(--bg);
  color: var(--black-color);
  border: none; }
  @media (pointer: fine) {
    .btn-grey:hover {
      background: var(--main-color);
      color: var(--white-color); } }
  .btn-grey:hover {
    text-decoration: none; }

.btn-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  gap: 8px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background-color: transparent;
  border: 0 none;
  outline: none !important;
  padding: 0; }
  .btn-link .icon-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn-link .icon-arrow .icon {
      position: static;
      width: 8px;
      height: 8px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  @media (any-hover: hover) {
    .btn-link:hover {
      text-decoration: none;
      color: var(--main-color); }
      .btn-link:hover .icon-arrow .icon {
        -webkit-animation: moveArrow 1s forwards;
                animation: moveArrow 1s forwards; } }

.btn-add {
  padding: 0;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  gap: 10px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .btn-add:hover {
      text-decoration: none;
      color: var(--main-color); }
      .btn-add:hover::before {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
  .btn-add::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 1C9.82441 1 7.69767 1.64514 5.88873 2.85383C4.07979 4.06253 2.66989 5.78049 1.83733 7.79048C1.00477 9.80047 0.786929 12.0122 1.21137 14.146C1.6358 16.2798 2.68345 18.2398 4.22183 19.7782C5.76021 21.3166 7.72022 22.3642 9.85401 22.7886C11.9878 23.2131 14.1995 22.9952 16.2095 22.1627C18.2195 21.3301 19.9375 19.9202 21.1462 18.1113C22.3549 16.3023 23 14.1756 23 12C22.9966 9.08367 21.8365 6.28778 19.7744 4.22563C17.7122 2.16347 14.9163 1.00344 12 1ZM17 13H13V17C13 17.2652 12.8946 17.5196 12.7071 17.7071C12.5196 17.8946 12.2652 18 12 18C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17V13H7C6.73479 13 6.48043 12.8946 6.2929 12.7071C6.10536 12.5196 6 12.2652 6 12C6 11.7348 6.10536 11.4804 6.2929 11.2929C6.48043 11.1054 6.73479 11 7 11H11V7C11 6.73478 11.1054 6.48043 11.2929 6.29289C11.4804 6.10536 11.7348 6 12 6C12.2652 6 12.5196 6.10536 12.7071 6.29289C12.8946 6.48043 13 6.73478 13 7V11H17C17.2652 11 17.5196 11.1054 17.7071 11.2929C17.8946 11.4804 18 11.7348 18 12C18 12.2652 17.8946 12.5196 17.7071 12.7071C17.5196 12.8946 17.2652 13 17 13Z" fill="url(%23paint0_linear_230_4041)"/><defs><linearGradient id="paint0_linear_230_4041" x1="23" y1="1" x2="-3.54551" y2="11.4194" gradientUnits="userSpaceOnUse"><stop stop-color="%23189E31"/><stop offset="1" stop-color="%23225F2E"/></linearGradient></defs></svg>') center center no-repeat; }

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

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

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

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

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

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

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

#messageDialog {
  padding: 32px;
  border-radius: 24px;
  width: 100%;
  max-width: 480px; }
  @media (max-width: 991.98px) {
    #messageDialog {
      padding: 32px 24px 24px; } }
  #messageDialog:has(.js-cancel-logout) {
    max-width: 438px; }
    #messageDialog:has(.js-cancel-logout) .popup-bg {
      display: none; }
    #messageDialog:has(.js-cancel-logout) .btn {
      min-width: 144px; }
    #messageDialog:has(.js-cancel-logout) .modal-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      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; }
  #messageDialog .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #messageDialog:has(.image) .popup-bg {
    display: none; }
  #messageDialog .image,
  #messageDialog .popup-bg {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 1/1;
    background: var(--bg); }
    #messageDialog .image::before,
    #messageDialog .popup-bg::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 44px;
      height: 44px;
      background: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.9982 10.0748C19.5959 10.0748 17.2474 10.7872 15.2499 12.1219C13.2524 13.4565 11.6955 15.3536 10.7762 17.5731C9.85682 19.7926 9.61628 22.2349 10.085 24.5911C10.5536 26.9474 11.7105 29.1117 13.4092 30.8104C15.108 32.5092 17.2723 33.666 19.6285 34.1347C21.9848 34.6034 24.4271 34.3628 26.6466 33.4435C28.8661 32.5241 30.7631 30.9673 32.0978 28.9698C33.4325 26.9723 34.1449 24.6238 34.1449 22.2214C34.1414 19.001 32.8605 15.9135 30.5833 13.6363C28.3062 11.3592 25.2186 10.0783 21.9982 10.0748ZM21.9982 25.9548C21.7062 26.2304 21.3198 26.384 20.9182 26.384C20.5167 26.384 20.1303 26.2304 19.8382 25.9548L15.5849 21.7014L17.7582 19.5548L20.9316 22.7281L26.2649 17.3948L28.3849 19.5548L21.9982 25.9548Z" fill="%23189E31"/><path fill-rule="evenodd" clip-rule="evenodd" d="M42.3318 18.8748C40.9984 16.9281 39.6651 14.8748 39.6651 14.8748C39.6651 14.8748 39.1984 12.4881 38.7318 10.2214C38.4974 9.05366 37.923 7.98127 37.0808 7.13907C36.2386 6.29687 35.1662 5.72247 33.9984 5.48809L29.3318 4.52809L25.3318 1.86142C24.3419 1.21049 23.1831 0.863617 21.9984 0.863617C20.8137 0.863617 19.6549 1.21049 18.6651 1.86142L14.6651 4.52809L9.99843 5.48809C8.83067 5.72247 7.75827 6.29687 6.91608 7.13907C6.07388 7.98127 5.49948 9.05366 5.2651 10.2214C4.79843 12.5014 4.3051 14.9014 4.3051 14.9014C4.3051 14.9014 2.97177 16.9548 1.63843 18.9014C0.987497 19.8913 0.640625 21.0501 0.640625 22.2348C0.640625 23.4195 0.987497 24.5782 1.63843 25.5681C2.97177 27.5148 4.3051 29.5681 4.3051 29.5681C4.3051 29.5681 4.7851 31.9681 5.2651 34.2481C5.50418 35.411 6.08067 36.4776 6.92251 37.3147C7.76435 38.1518 8.83422 38.7222 9.99843 38.9548L14.6784 39.9148L18.6784 42.5814C19.6683 43.2324 20.8271 43.5792 22.0118 43.5792C23.1965 43.5792 24.3553 43.2324 25.3451 42.5814L29.3451 39.9148L33.9984 38.9548C35.1662 38.7204 36.2386 38.146 37.0808 37.3038C37.923 36.4616 38.4974 35.3892 38.7318 34.2214C39.1984 31.9414 39.6918 29.5414 39.6918 29.5414C39.6918 29.5414 41.0251 27.4881 42.3584 25.5414C43.0054 24.549 43.3477 23.3888 43.3429 22.2041C43.3382 21.0194 42.9867 19.862 42.3318 18.8748ZM21.9984 37.4081C18.9948 37.4081 16.0586 36.5174 13.5612 34.8487C11.0637 33.1799 9.11723 30.8081 7.96778 28.0331C6.81834 25.2581 6.51759 22.2046 7.10357 19.2587C7.68955 16.3127 9.13594 13.6067 11.2598 11.4828C13.3837 9.35893 16.0897 7.91255 19.0357 7.32656C21.9816 6.74058 25.0351 7.04133 27.8101 8.19077C30.5851 9.34022 32.957 11.2867 34.6257 13.7842C36.2944 16.2816 37.1851 19.2178 37.1851 22.2214C37.1781 26.247 35.5758 30.1057 32.7292 32.9522C29.8827 35.7988 26.024 37.401 21.9984 37.4081Z" fill="%23189E31"/></svg>') center no-repeat; }
    #messageDialog .image img,
    #messageDialog .popup-bg img {
      width: 48px;
      height: 48px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    #messageDialog .image:not(:last-child),
    #messageDialog .popup-bg:not(:last-child) {
      margin-bottom: 12px; }
  #messageDialog .popup-title {
    color: var(--black-color);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    #messageDialog .popup-title:not(:last-child) {
      margin-bottom: 12px; }
  #messageDialog .popup-message {
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }

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

.btn-load-more {
  gap: 12px;
  padding: 8px 24px;
  min-height: 48px;
  border-radius: 100px;
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black-color);
  border: none; }
  .btn-load-more .icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .btn-load-more:hover {
      background: var(--main-color);
      color: var(--white-color); }
      .btn-load-more:hover .icon {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); } }

.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  .pagination:not(:first-child) {
    margin-top: 24px; }
  .pagination:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .pagination {
      gap: 16px; }
      .pagination:not(:first-child) {
        margin-top: 16px; }
      .pagination:not(:last-child) {
        margin-bottom: 16px; } }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .pagination ul {
        gap: 4px; } }
  .pagination li.page-gap span {
    display: inline-block;
    cursor: default;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px; }
  .pagination li.disabled a {
    pointer-events: none;
    cursor: default; }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--main-color);
    color: var(--white-color); }
  .pagination li.prev.disable, .pagination li.next.disable {
    pointer-events: none;
    opacity: 0.6; }
  .pagination li.prev a, .pagination li.next a {
    background: transparent;
    color: var(--main-color); }
    @media (any-hover: hover) {
      .pagination li.prev a:hover, .pagination li.next a:hover {
        text-decoration: none;
        background: var(--main-color);
        color: var(--white-color); }
        .pagination li.prev a:hover .ic, .pagination li.next a:hover .ic {
          color: var(--white-color); } }
    .pagination li.prev a:focus, .pagination li.next a:focus {
      text-decoration: none;
      background: var(--main-color);
      color: var(--white-color); }
      .pagination li.prev a:focus .ic, .pagination li.next a:focus .ic {
        color: var(--white-color); }
  .pagination li a {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-color);
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pagination li a .ic {
      width: 18px;
      height: 18px;
      color: var(--main-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: var(--main-color);
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: var(--main-color);
      color: var(--white-color); }
      .pagination li a:focus .ic {
        color: var(--white-color); }

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

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

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

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 2px;
    height: 2px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: #e1e8ee; }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: #e1e8ee; }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: #11171c; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: #e1e8ee; } }

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

.section-title,
.page-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .section-title,
    .page-title {
      font-size: 42px; } }
  @media (max-width: 767.98px) {
    .section-title,
    .page-title {
      font-size: 36px; } }
  @media (max-width: 575.98px) {
    .section-title,
    .page-title {
      font-size: 26px;
      line-height: 34px; }
      .section-title br,
      .page-title br {
        content: "A";
        position: relative;
        display: inline-block;
        width: 0.3em; } }
  .section-title:not(:last-child),
  .page-title:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .section-title:not(:last-child),
      .page-title:not(:last-child) {
        margin-bottom: 20px; } }

.page-title {
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .page-title {
      margin-bottom: 20px; } }

.text-scroll {
  max-height: 304px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 16px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: #e1e8ee; }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: #e1e8ee; }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: #11171c; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: #e1e8ee; } }
  @media (max-width: 991.98px) {
    .text-scroll {
      max-height: 328px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
  .faq-utp .container {
    padding-left: 20px;
    padding-right: 20px; } }

.faq-utp .faq-utp-row {
  position: relative;
  padding: 56px 48px;
  border-radius: 32px;
  background: var(--white); }
  @media (min-width: 992px) {
    .faq-utp .faq-utp-row {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 355px 1fr;
      grid-template-columns: 355px 1fr;
      -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
      gap: 50px; }
      .faq-utp .faq-utp-row::before, .faq-utp .faq-utp-row::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 281px;
        height: 281px;
        border-radius: 36px;
        background-color: var(--main-color); }
      .faq-utp .faq-utp-row::after {
        top: -6px;
        right: -6px; }
      .faq-utp .faq-utp-row::before {
        bottom: -6px;
        left: -6px; } }
  @media (max-width: 991.98px) {
    .faq-utp .faq-utp-row {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      border-radius: 20px; }
      .faq-utp .faq-utp-row::before, .faq-utp .faq-utp-row::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 186px;
        height: 186px;
        border-radius: 20px;
        background-color: var(--main-color); }
      .faq-utp .faq-utp-row::after {
        top: -4px;
        left: -4px; }
      .faq-utp .faq-utp-row::before {
        bottom: -4px;
        right: -4px; } }

.faq-utp .faq-utp-col {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .faq-utp .faq-utp-col:nth-child(2) {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2; }

.faq-utp .section-title {
  text-align: left;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px; }
  .faq-utp .section-title:not(:last-child) {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .faq-utp .section-title {
      font-size: 24px;
      line-height: 32px; } }

.faq-utp .faq-utp-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 12px; }
  .faq-utp .faq-utp-content .btn {
    width: 100%;
    max-width: 300px; }
    .faq-utp .faq-utp-content .btn .icon {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.faq-utp .faq-utp-text {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .faq-utp .faq-utp-text {
      font-size: 14px;
      line-height: 20px; } }

.faq-list .faq-item {
  padding: 20px;
  border-radius: 24px;
  background: var(--bg); }
  @media (max-width: 991.98px) {
    .faq-list .faq-item {
      padding: 12px;
      border-radius: 12px; } }
  .faq-list .faq-item.accordion-open .faq-item-title .icon-faq::after {
    opacity: 1; }
  .faq-list .faq-item.accordion-open .faq-item-title .icon-faq::before {
    opacity: 0; }
  .faq-list .faq-item.accordion-open .faq-item-title .icon-arrow {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .faq-list .faq-item:not(:last-child) {
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .faq-list .faq-item:not(:last-child) {
        margin-bottom: 4px; } }

.faq-list .faq-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (any-hover: hover) {
    .faq-list .faq-item-title:hover {
      color: var(--main-color); } }
  @media (max-width: 991.98px) {
    .faq-list .faq-item-title {
      gap: 10px;
      font-size: 14px;
      line-height: 20px; } }
  .faq-list .faq-item-title .icon-faq {
    position: relative;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--white);
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 991.98px) {
      .faq-list .faq-item-title .icon-faq {
        width: 24px;
        height: 24px; } }
    .faq-list .faq-item-title .icon-faq span {
      position: relative;
      z-index: 2; }
    .faq-list .faq-item-title .icon-faq::after, .faq-list .faq-item-title .icon-faq::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .faq-list .faq-item-title .icon-faq::after {
      opacity: 0;
      background: var(--green-gradient); }
    .faq-list .faq-item-title .icon-faq::before {
      background: var(--purple-gradient); }
  .faq-list .faq-item-title .icon-arrow {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto;
    margin-top: 4px; }
    @media (max-width: 991.98px) {
      .faq-list .faq-item-title .icon-arrow {
        width: 16px;
        height: 16px; }
        .faq-list .faq-item-title .icon-arrow .icon {
          width: 8px;
          height: 8px; } }

.faq-list .faq-item-content {
  display: none;
  padding-top: 10px;
  padding-left: 44px;
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .faq-list .faq-item-content {
      padding-left: 34px;
      font-size: 14px;
      line-height: 20px; } }
  .faq-list .faq-item-content p {
    margin-bottom: 0; }
    .faq-list .faq-item-content p:not(:last-child) {
      margin-bottom: 16px; }

.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: 32px;
    background: linear-gradient(228deg, #746DB6 0%, #3C376B 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), linear-gradient(228deg, #746DB6 0%, #3C376B 100%); }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 40px 16px; } }
  .section-error .section-error-row {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .section-error .section-error-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        row-gap: 16px; } }
  .section-error .section-error-img {
    display: none; }
  .section-error .section-error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .section-error .section-error-title {
    color: var(--white);
    font-size: 72px;
    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: 40px; } }
  .section-error .section-error-text {
    max-width: 460px;
    color: var(--white);
    font-size: 16px;
    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; } }

@media (max-width: 767.98px) {
  .stats-utp .section-title:not(:last-child) {
    margin-bottom: 16px; }
  .stats-utp .section-title .text-decorated {
    display: block; } }

@media (max-width: 991.98px) {
  .stats-utp .container {
    padding-left: 20px;
    padding-right: 20px; } }

.stats-utp .stats-utp-wrap {
  position: relative;
  padding: 48px 42px;
  border-radius: 32px;
  background: var(--white); }
  @media (min-width: 992px) {
    .stats-utp .stats-utp-wrap::before, .stats-utp .stats-utp-wrap::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 350px;
      height: 268px;
      border-radius: 36px;
      background-color: var(--main-color); }
    .stats-utp .stats-utp-wrap::after {
      top: -8px;
      right: -8px; }
    .stats-utp .stats-utp-wrap::before {
      bottom: -8px;
      left: -8px; } }
  @media (max-width: 991.98px) {
    .stats-utp .stats-utp-wrap::before, .stats-utp .stats-utp-wrap::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 186px;
      height: 186px;
      border-radius: 24px;
      background-color: var(--main-color); }
    .stats-utp .stats-utp-wrap::after {
      top: -4px;
      left: -4px; }
    .stats-utp .stats-utp-wrap::before {
      bottom: -4px;
      right: -4px; } }
  @media (max-width: 991.98px) {
    .stats-utp .stats-utp-wrap {
      padding: 20px;
      border-radius: 20px; } }

@media (max-width: 991.98px) {
  .stats-utp .stats-utp-slider {
    padding-bottom: 20px; } }

.stats-utp .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 20px; }

.stats-utp .swiper:not(.swiper-initialized) .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(25% - 20px); }
  @media (max-width: 991.98px) {
    .stats-utp .swiper:not(.swiper-initialized) .swiper-slide {
      width: calc(33.333% - 20px); } }
  @media (max-width: 767.98px) {
    .stats-utp .swiper:not(.swiper-initialized) .swiper-slide {
      width: calc(50% - 20px); } }
  @media (max-width: 767.98px) {
    .stats-utp .swiper:not(.swiper-initialized) .swiper-slide {
      width: 100%; } }

.stats-utp .stats-utp-item {
  position: relative;
  height: auto !important;
  padding: 38px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 32px;
  background: var(--bg); }
  @media (max-width: 1199.98px) {
    .stats-utp .stats-utp-item {
      padding: 20px 16px;
      border-radius: 24px; } }

.stats-utp .stats-utp-item-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--white); }
  .stats-utp .stats-utp-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }
  @media (max-width: 1199.98px) {
    .stats-utp .stats-utp-item-icon {
      width: 56px;
      height: 56px; }
      .stats-utp .stats-utp-item-icon img {
        width: 100%;
        height: 100%; } }

.stats-utp .stats-utp-item-title {
  padding-right: 39px;
  color: var(--black-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis; }
  @media (min-width: 1200px) {
    .stats-utp .stats-utp-item-title:not(:last-child) {
      margin-bottom: 4px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .stats-utp .stats-utp-item-title {
      font-size: 26px; } }
  @media (max-width: 1199.98px) {
    .stats-utp .stats-utp-item-title {
      padding-right: 40px;
      font-size: 20px;
      line-height: 1.25; } }
  @media (max-width: 767.98px) {
    .stats-utp .stats-utp-item-title {
      font-size: 32px; } }

.stats-utp .stats-utp-item-subtitle {
  color: var(--sec-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase; }
  .stats-utp .stats-utp-item-subtitle:not(:last-child) {
    margin-bottom: 8px; }
  @media (max-width: 1199.98px) {
    .stats-utp .stats-utp-item-subtitle {
      font-size: 14px; }
      .stats-utp .stats-utp-item-subtitle:not(:last-child) {
        margin-bottom: 10px; } }

.stats-utp .stats-utp-item-text {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; }
  @media (max-width: 767.98px) {
    .stats-utp .stats-utp-item-text {
      text-wrap: balance; } }

@media (min-width: 992px) {
  .stats-utp .swiper-pagination {
    display: none; } }

@media (min-width: 992px) {
  .tests-utp .tests-utp-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    gap: 16px; } }

@media (max-width: 991.98px) {
  .tests-utp .tests-utp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px; } }

.tests-utp .tests-utp-item {
  padding: 8px 8px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  background: var(--white); }
  @media (min-width: 992px) {
    .tests-utp .tests-utp-item:nth-child(5n + 2) {
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-row: 2;
          grid-row-start: 2; }
    .tests-utp .tests-utp-item:nth-child(5n + 3) {
      -ms-grid-column-span: 2;
      grid-column: span 2 / span 2;
      -ms-grid-row-span: 2;
      grid-row: span 2 / span 2;
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-row: 1;
          grid-row-start: 1; }
    .tests-utp .tests-utp-item:nth-child(5n + 4) {
      -ms-grid-column: 4;
          grid-column-start: 4;
      -ms-grid-row: 1;
          grid-row-start: 1; }
    .tests-utp .tests-utp-item:nth-child(5n + 5) {
      -ms-grid-column: 4;
          grid-column-start: 4;
      -ms-grid-row: 2;
          grid-row-start: 2; } }
  @media (max-width: 1199.98px) {
    .tests-utp .tests-utp-item {
      padding: 8px 8px 20px 20px; } }
  @media (max-width: 991.98px) {
    .tests-utp .tests-utp-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      gap: 16px;
      border-radius: 20px; }
      .tests-utp .tests-utp-item:nth-child(5n + 1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .tests-utp .tests-utp-item:nth-child(5n + 2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .tests-utp .tests-utp-item:nth-child(5n + 3) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .tests-utp .tests-utp-item:nth-child(5n + 4) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .tests-utp .tests-utp-item:nth-child(5n + 5) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; } }
  .tests-utp .tests-utp-item.big-item {
    padding: 24px 32px;
    background: linear-gradient(249deg, #189e31 0%, #225f2e 100%); }
    @media (max-width: 1199.98px) {
      .tests-utp .tests-utp-item.big-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        row-gap: 0; } }
    @media (max-width: 991.98px) {
      .tests-utp .tests-utp-item.big-item .tests-utp-item-content {
        padding-top: 0; } }
    .tests-utp .tests-utp-item.big-item .tests-utp-item-icon {
      background: transparent;
      width: 224px;
      height: 147px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: auto;
      margin-left: initial; }
      .tests-utp .tests-utp-item.big-item .tests-utp-item-icon:not(:last-child) {
        margin-bottom: 34px; }
      .tests-utp .tests-utp-item.big-item .tests-utp-item-icon img {
        width: 100%;
        height: 100%; }
      @media (max-width: 991.98px) {
        .tests-utp .tests-utp-item.big-item .tests-utp-item-icon {
          width: 154px;
          height: 100px; }
          .tests-utp .tests-utp-item.big-item .tests-utp-item-icon:not(:last-child) {
            margin-bottom: 20px; } }
    .tests-utp .tests-utp-item.big-item .tests-utp-item-title {
      color: var(--white);
      font-size: 32px;
      font-weight: 600;
      line-height: 1.4;
      text-transform: uppercase; }
      .tests-utp .tests-utp-item.big-item .tests-utp-item-title:not(:last-child) {
        margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .tests-utp .tests-utp-item.big-item .tests-utp-item-title {
          font-size: 20px; }
          .tests-utp .tests-utp-item.big-item .tests-utp-item-title:not(:last-child) {
            margin-bottom: 5px; } }
    .tests-utp .tests-utp-item.big-item .tests-utp-item-text {
      max-width: 533px;
      color: var(--white); }

.tests-utp .tests-utp-item-icon {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: var(--bg); }
  .tests-utp .tests-utp-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }
  @media (max-width: 1199.98px) {
    .tests-utp .tests-utp-item-icon {
      width: 56px;
      height: 56px; } }
  .tests-utp .tests-utp-item-icon:not(:last-child) {
    margin-bottom: 2px; }

.tests-utp .tests-utp-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    .tests-utp .tests-utp-item-content {
      padding-top: 12px; } }

.tests-utp .tests-utp-item-title {
  color: var(--sec-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase; }
  .tests-utp .tests-utp-item-title:not(:last-child) {
    margin-bottom: 8px; }
  @media (max-width: 1199.98px) {
    .tests-utp .tests-utp-item-title {
      font-size: 20px; }
      .tests-utp .tests-utp-item-title:not(:last-child) {
        margin-bottom: 4px; } }

.tests-utp .tests-utp-item-text {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; }
  .tests-utp .tests-utp-item-text:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .tests-utp .tests-utp-item-text:not(:last-child) {
        margin-bottom: 20px; } }

.tests-utp .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600; }

.team-form .team-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .team-form .team-form-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.team-form .team-form-col:first-child {
  position: relative; }
  @media (min-width: 992px) {
    .team-form .team-form-col:first-child {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 48px 48px 58px 48px; }
      .team-form .team-form-col:first-child::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: calc(100% + 32px);
        height: 100%;
        border-radius: 32px;
        background: var(--purple-gradient); } }
  @media (max-width: 1199.98px) {
    .team-form .team-form-col:first-child {
      padding: 40px; } }
  @media (max-width: 991.98px) {
    .team-form .team-form-col:first-child {
      padding: 24px 24px 64px;
      background: var(--purple-gradient);
      border-radius: 20px 20px 0 0; } }

.team-form .team-form-col:last-child {
  position: relative; }
  @media (min-width: 992px) {
    .team-form .team-form-col:last-child {
      width: calc(50% - 8px);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .team-form .team-form-col:last-child::before {
        content: "";
        position: absolute;
        top: 4px;
        left: -4px;
        width: 100%;
        height: calc(100% - 13px);
        background: var(--main-color);
        border-radius: 36px; } }
  @media (max-width: 991.98px) {
    .team-form .team-form-col:last-child {
      width: 100%;
      margin-top: -32px; }
      .team-form .team-form-col:last-child::before {
        content: "";
        position: absolute;
        top: -4px;
        left: 50%;
        width: calc(100% - 32px);
        height: 186px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: var(--main-color);
        border-radius: 24px; } }

.team-form .team-form--title {
  text-align: left;
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase; }
  .team-form .team-form--title:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 1199.98px) {
    .team-form .team-form--title {
      font-size: 26px;
      line-height: 34px; }
      .team-form .team-form--title:not(:last-child) {
        margin-bottom: 9px; } }

.team-form .team-form-text {
  text-wrap: balance;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  .team-form .team-form-text:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .team-form .team-form-text {
      font-size: 14px;
      line-height: 20px; }
      .team-form .team-form-text:not(:last-child) {
        margin-bottom: 24px; } }

.team-form .team-form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .team-form .team-form-info {
      gap: 10px; } }
  .team-form .team-form-info .team-form-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--main-color);
    color: var(--white);
    border-radius: 50%; }
    .team-form .team-form-info .team-form-info-icon .icon {
      width: 24px;
      height: 24px; }
    @media (max-width: 991.98px) {
      .team-form .team-form-info .team-form-info-icon {
        width: 48px;
        height: 48px; }
        .team-form .team-form-info .team-form-info-icon .icon {
          width: 20px;
          height: 20px; } }
  .team-form .team-form-info .team-form-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2px; }
    @media (max-width: 991.98px) {
      .team-form .team-form-info .team-form-info-content {
        row-gap: 6px; } }
  .team-form .team-form-info .team-form-info-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .team-form .team-form-info .team-form-info-heading {
        font-size: 14px;
        line-height: 20px; } }
  .team-form .team-form-info .team-form-info-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .team-form .team-form-info .team-form-info-phone {
        font-size: 20px;
        line-height: 1.4; } }
    @media (any-hover: hover) {
      .team-form .team-form-info .team-form-info-phone:hover {
        text-decoration: none;
        color: var(--main-color); } }
    .team-form .team-form-info .team-form-info-phone:focus {
      text-decoration: none; }

.team-form .form-style-box {
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 32px; }
  @media (max-width: 1199.98px) {
    .team-form .form-style-box {
      padding: 20px; } }
  @media (max-width: 991.98px) {
    .team-form .form-style-box {
      border-radius: 20px; } }
  .team-form .form-style-box .form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase; }
    .team-form .form-style-box .form-title:not(:last-child) {
      margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .team-form .form-style-box .form-title {
        text-align: center;
        font-size: 24px;
        line-height: 32px; }
        .team-form .form-style-box .form-title:not(:last-child) {
          margin-bottom: 8px; } }

.hero {
  padding-top: 16px; }
  @media (max-width: 991.98px) {
    .hero {
      padding-top: 20px; } }
  @media (min-width: 992px) {
    .hero .hero-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 400px;
      grid-template-columns: 1fr 400px;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      gap: 16px 24px;
      padding-right: 40px; } }
  @media (max-width: 1199.98px) {
    .hero .hero-grid {
      -ms-grid-columns: 1fr 350px;
      grid-template-columns: 1fr 350px;
      padding-right: 20px; } }
  @media (max-width: 991.98px) {
    .hero .hero-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 0;
      row-gap: 24px; } }
  .hero .hero-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 48px; }
    @media (min-width: 992px) {
      .hero .hero-row {
        min-height: 494px; }
        .hero .hero-row::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          width: calc(100% + 464px);
          height: 100%;
          border-radius: 32px;
          background: var(--purple-gradient); } }
    @media (min-width: 991.98px) and (max-width: 1200px) {
      .hero .hero-row::before {
        width: calc(100% + 394px); } }
    @media (max-width: 1199.98px) {
      .hero .hero-row {
        padding: 32px; } }
    @media (max-width: 991.98px) {
      .hero .hero-row {
        min-height: 438px;
        padding: 24px 20px;
        border-radius: 20px;
        background: var(--purple-gradient); }
        .hero .hero-row::before {
          display: none; } }
  .hero .hero-choose-instructor {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .hero .hero-choose-instructor {
        -ms-grid-row-span: 2;
        grid-row: span 2 / span 2;
        padding-top: 40px; } }
    @media (max-width: 991.98px) {
      .hero .hero-choose-instructor {
        padding: 0 4px; } }
  .hero .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .hero .hero-title {
    text-wrap: balance;
    max-width: 530px;
    text-align: left;
    color: var(--white); }
    .hero .hero-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .hero .hero-title:not(:last-child) {
          margin-bottom: 4px; } }
    @media (max-width: 1199.98px) {
      .hero .hero-title {
        max-width: 380px;
        font-size: 26px;
        line-height: 34px; } }
    @media (max-width: 991.98px) {
      .hero .hero-title {
        max-width: 100%; } }
  .hero .hero-text {
    text-wrap: balance;
    max-width: 450px;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; }
    .hero .hero-text:not(:last-child) {
      margin-bottom: 32px; }
    @media (max-width: 1199.98px) {
      .hero .hero-text {
        font-size: 12px;
        line-height: 16px;
        max-width: 380px; }
        .hero .hero-text:not(:last-child) {
          margin-bottom: 162px; } }
    @media (max-width: 991.98px) {
      .hero .hero-text {
        max-width: 100%; } }
  .hero .hero-info {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: auto;
    margin-right: auto; }
    @media (max-width: 1199.98px) {
      .hero .hero-info {
        -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; } }
  .hero .hero-bg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -47px; }
    @media (max-width: 991.98px) {
      .hero .hero-bg {
        right: -80px; } }
    .hero .hero-bg img {
      aspect-ratio: 341/431;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
      @media (max-width: 1280px) {
        .hero .hero-bg img {
          width: 290px; } }
      @media (max-width: 991.98px) {
        .hero .hero-bg img {
          aspect-ratio: 237/265;
          width: 260px; } }
  .hero .hero-utp {
    padding: 0;
    margin: 0; }
    @media (min-width: 992px) {
      .hero .hero-utp {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 16px; } }
    @media (max-width: 991.98px) {
      .hero .hero-utp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 8px; } }

.hero-info-google {
  padding: 10px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.25;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08); }
  @media (max-width: 991.98px) {
    .hero-info-google {
      gap: 8px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 20px; } }
  .hero-info-google .hero-info-google-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    font-weight: 700; }
    .hero-info-google .hero-info-google-rating::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 19px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none"><path d="M10 0L13.0565 5.79311L19.5106 6.90983L14.9455 11.6069L15.8779 18.0902L10 15.2L4.12215 18.0902L5.05451 11.6069L0.489435 6.90983L6.94352 5.79311L10 0Z" fill="%23F4C20C"/></svg>') center no-repeat no-repeat; }
      @media (max-width: 991.98px) {
        .hero-info-google .hero-info-google-rating::before {
          width: 16px;
          height: 15px;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M8 0L10.4452 4.63449L15.6085 5.52786L11.9564 9.28551L12.7023 14.4721L8 12.16L3.29772 14.4721L4.0436 9.28551L0.391548 5.52786L5.55481 4.63449L8 0Z" fill="%23F4C20C"/></svg>') center no-repeat; } }
  .hero-info-google .hero-info-google-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .hero-info-google .hero-info-google-count {
        gap: 8px; } }
    .hero-info-google .hero-info-google-count::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><path d="M18.8 10.2083C18.8 9.55834 18.7417 8.93334 18.6333 8.33334H10V11.8833H14.9333C14.7167 13.025 14.0667 13.9917 13.0917 14.6417V16.95H16.0667C17.8 15.35 18.8 13 18.8 10.2083Z" fill="%234285F4"/><path d="M9.99974 19.1667C12.4747 19.1667 14.5497 18.35 16.0664 16.95L13.0914 14.6417C12.2747 15.1917 11.2331 15.525 9.99974 15.525C7.61641 15.525 5.59141 13.9167 4.86641 11.75H1.81641V14.1167C3.32474 17.1083 6.41641 19.1667 9.99974 19.1667Z" fill="%2334A853"/><path d="M4.86732 11.7417C4.68398 11.1917 4.57565 10.6083 4.57565 10C4.57565 9.39166 4.68398 8.80833 4.86732 8.25833V5.89166H1.81732C1.19232 7.125 0.833984 8.51666 0.833984 10C0.833984 11.4833 1.19232 12.875 1.81732 14.1083L4.19232 12.2583L4.86732 11.7417Z" fill="%23FBBC05"/><path d="M9.99974 4.48331C11.3497 4.48331 12.5497 4.94998 13.5081 5.84998L16.1331 3.22498C14.5414 1.74165 12.4747 0.833313 9.99974 0.833313C6.41641 0.833313 3.32474 2.89165 1.81641 5.89165L4.86641 8.25831C5.59141 6.09165 7.61641 4.48331 9.99974 4.48331Z" fill="%23EA4335"/></svg>') center no-repeat; }
      @media (max-width: 991.98px) {
        .hero-info-google .hero-info-google-count::before {
          width: 16px;
          height: 16px; } }

.hero-form {
  position: relative;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  border-radius: 24px;
  background: var(--white);
  height: 100%; }
  @media (min-width: 992px) {
    .hero-form::before, .hero-form::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 214px;
      height: 214px;
      border-radius: 32px;
      background-color: var(--main-color); }
    .hero-form::after {
      top: -8px;
      right: -8px; }
    .hero-form::before {
      bottom: -8px;
      left: -8px; } }
  @media (max-width: 991.98px) {
    .hero-form {
      padding: 20px;
      border-radius: 20px;
      row-gap: 16px; }
      .hero-form::before, .hero-form::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 186px;
        height: 186px;
        border-radius: 24px;
        background-color: var(--main-color); }
      .hero-form::after {
        top: -4px;
        left: -4px; }
      .hero-form::before {
        bottom: -4px;
        right: -4px; } }
  .hero-form .hero-form-title {
    color: var(--black);
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .hero-form .hero-form-title {
        font-size: 24px;
        line-height: 32px; } }
  .hero-form .hero-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero-form .hero-form-group label {
      color: var(--black-color);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }
      .hero-form .hero-form-group label:not(:last-child) {
        margin-bottom: 4px; }
    .hero-form .hero-form-group.district-group {
      display: none; }
      .hero-form .hero-form-group.district-group:has(#district-option) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .hero-form .btn {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .hero-form .styler {
    width: 100%; }
    .hero-form .styler.opened .jq-selectbox__trigger-arrow {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
          -ms-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
    .hero-form .styler.opened .jq-selectbox__select {
      border-color: var(--main-color);
      border-radius: 12px; }
    .hero-form .styler .jq-selectbox__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 48px;
      border-radius: 12px;
      border: 1px solid var(--outline);
      background: var(--white);
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
      .hero-form .styler .jq-selectbox__select:focus {
        border-color: var(--main-color); }
    .hero-form .styler .jq-selectbox__select-text {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis;
      font-family: "Inter", sans-serif;
      line-height: 1.4;
      color: var(--light-grey); }
    .hero-form .styler .jq-selectbox__trigger {
      right: 8px;
      background: transparent; }
      .hero-form .styler .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M8.77067 0.217058C9.05721 0.488268 9.0753 0.917507 8.82455 1.20845L8.77067 1.26451L5.05328 4.78304C4.74765 5.07232 4.25225 5.07232 3.94662 4.78304L0.229221 1.26451C-0.0764074 0.975236 -0.0764074 0.506335 0.229221 0.217057C0.534849 -0.0722207 1.03025 -0.0722207 1.33588 0.217057L4.49995 3.21186L7.66401 0.217058L7.72325 0.166059C8.03063 -0.0712722 8.48413 -0.0541525 8.77067 0.217058Z" fill="%23189E31"/></svg>') center no-repeat;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .hero-form .styler .jq-selectbox__dropdown {
      top: calc(100% + 2px) !important;
      bottom: auto !important;
      border-radius: 12px;
      border: 1px solid var(--outline);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
      .hero-form .styler .jq-selectbox__dropdown ul {
        padding: 6px;
        border-radius: 12px; }
        @media (min-width: 992px) {
          .hero-form .styler .jq-selectbox__dropdown ul, .hero-form .styler .jq-selectbox__dropdown ul * {
            scrollbar-color: auto;
            scrollbar-width: auto; }
          .hero-form .styler .jq-selectbox__dropdown ul::-webkit-scrollbar,
          .hero-form .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar {
            width: 2px;
            height: 2px; }
          .hero-form .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-button,
          .hero-form .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-button {
            display: none; }
          .hero-form .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-track,
          .hero-form .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-track {
            background: #e1e8ee; }
          .hero-form .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-track-piece,
          .hero-form .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-track-piece {
            background: #e1e8ee; }
          .hero-form .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
          .hero-form .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-thumb {
            background: #11171c; }
          .hero-form .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-corner,
          .hero-form .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-corner {
            background: #e1e8ee; } }
        .hero-form .styler .jq-selectbox__dropdown ul li {
          border-radius: 6px;
          padding: 12px 16px;
          font-size: 16px;
          color: var(--black-color);
          font-family: "Inter", sans-serif; }
          .hero-form .styler .jq-selectbox__dropdown ul li:not(:last-child) {
            margin-bottom: 2px; }
          .hero-form .styler .jq-selectbox__dropdown ul li.selected, .hero-form .styler .jq-selectbox__dropdown ul li.sel {
            background: var(--main-color);
            color: var(--white); }
          .hero-form .styler .jq-selectbox__dropdown ul li.disabled {
            background: var(--stroke);
            display: none; }
          @media (any-hover: hover) {
            .hero-form .styler .jq-selectbox__dropdown ul li:hover {
              background: var(--main-color);
              color: var(--white); } }

.hero-info-students {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }
  @media (max-width: 991.98px) {
    .hero-info-students {
      gap: 8px;
      font-size: 12px;
      line-height: 16px; } }
  .hero-info-students .hero-info-students-img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .hero-info-students .hero-info-students-img picture,
    .hero-info-students .hero-info-students-img img {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 40px; }
      @media (max-width: 991.98px) {
        .hero-info-students .hero-info-students-img picture,
        .hero-info-students .hero-info-students-img img {
          height: 32px; } }
  .hero-info-students .hero-info-students-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .hero-info-students .hero-info-students-count {
    font-size: 20px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .hero-info-students .hero-info-students-count {
        font-size: 16px; } }

.hero-utp-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 20px;
  border-radius: 32px;
  background: var(--white); }
  .hero-utp-item > * {
    margin-bottom: 8px; }
  .hero-utp-item > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .hero-utp-item {
      border-radius: 20px; }
      .hero-utp-item > * {
        margin-bottom: 4px; }
      .hero-utp-item:nth-child(3n + 1) {
        background: var(--purple-gradient); }
      .hero-utp-item:nth-child(3n + 2) {
        background: var(--green-gradient); }
      .hero-utp-item:nth-child(3n + 3) {
        background: linear-gradient(228deg, #e3b408 0%, #83621a 100%); } }
  .hero-utp-item .hero-utp-item-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--white); }
    .hero-utp-item .hero-utp-item-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 1199.98px) {
      .hero-utp-item .hero-utp-item-icon {
        width: 56px;
        height: 56px;
        background: rgba(255, 255, 255, 0.12); }
        .hero-utp-item .hero-utp-item-icon img {
          width: 35px;
          height: 35px; } }
  .hero-utp-item .hero-utp-item-title {
    padding-right: 52px;
    color: var(--black-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .hero-utp-item .hero-utp-item-title {
        padding-right: 36px; } }
    @media (max-width: 991.98px) {
      .hero-utp-item .hero-utp-item-title {
        padding-right: 46px;
        font-size: 20px;
        line-height: 1.4;
        color: var(--white); } }
  .hero-utp-item .hero-utp-item-text {
    padding-right: 42px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .hero-utp-item .hero-utp-item-text {
        padding-right: 44px;
        color: var(--white-color);
        text-wrap: balance; }
        .hero-utp-item .hero-utp-item-text:not(:last-child) {
          margin-bottom: 16px; } }
  .hero-utp-item .hero-utp-item-link {
    margin-top: auto; }
    @media (max-width: 991.98px) {
      .hero-utp-item .hero-utp-item-link {
        color: var(--white); } }

.hero-about .hero-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 32px;
  background: var(--purple-gradient); }
  @media (max-width: 991.98px) {
    .hero-about .hero-about-wrap {
      -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;
      border-radius: 20px; } }

.hero-about .hero-about-content {
  padding: 48px 6px 48px 48px; }
  @media (max-width: 991.98px) {
    .hero-about .hero-about-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;
      padding: 24px 20px 6px; } }

.hero-about .hero-info-google:not(:last-child) {
  margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .hero-about .hero-info-google:not(:last-child) {
      margin-bottom: 20px; } }

.hero-about .hero-about-title {
  color: var(--white); }
  @media (max-width: 991.98px) {
    .hero-about .hero-about-title {
      text-align: center; } }
  .hero-about .hero-about-title:not(:last-child) {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .hero-about .hero-about-title:not(:last-child) {
        margin-bottom: 4px; } }

.hero-about .hero-about-text {
  max-width: 485px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; }
  .hero-about .hero-about-text:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .hero-about .hero-about-text {
      max-width: 100%;
      text-align: center;
      font-size: 12px;
      line-height: 16px;
      text-wrap: balance; }
      .hero-about .hero-about-text:not(:last-child) {
        margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  .hero-about .btn-default {
    min-height: 36px; } }

.hero-about .hero-about-img {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 992px) {
    .hero-about .hero-about-img {
      width: 48%;
      padding-right: 16px;
      margin-top: -37px; } }
  @media (max-width: 991.98px) {
    .hero-about .hero-about-img {
      width: 100%; } }
  .hero-about .hero-about-img picture, .hero-about .hero-about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: bottom;
       object-position: bottom; }

@media (max-width: 991.98px) {
  .about-us .container {
    padding-right: 20px;
    padding-left: 20px; } }

.about-us .about-us-wrap {
  position: relative;
  border-radius: 32px;
  background: var(--white);
  padding: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51.7% 1fr;
  grid-template-columns: 51.7% 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr; }
  @media (min-width: 992px) {
    .about-us .about-us-wrap::before, .about-us .about-us-wrap::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 443px;
      height: 339px;
      border-radius: 36px;
      background-color: var(--main-color); }
    .about-us .about-us-wrap::after {
      top: -8px;
      right: -8px; }
    .about-us .about-us-wrap::before {
      bottom: -8px;
      left: -8px; } }
  @media (max-width: 991.98px) {
    .about-us .about-us-wrap::before, .about-us .about-us-wrap::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 186px;
      height: 186px;
      border-radius: 24px;
      background-color: var(--main-color); }
    .about-us .about-us-wrap::after {
      top: -4px;
      left: -4px; }
    .about-us .about-us-wrap::before {
      bottom: -4px;
      right: -4px; } }
  @media (max-width: 1199.98px) {
    .about-us .about-us-wrap {
      padding: 48px; } }
  @media (max-width: 991.98px) {
    .about-us .about-us-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      padding: 20px;
      border-radius: 20px; } }

.about-us .about-us-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;
  max-width: 609px; }
  @media (min-width: 992px) {
    .about-us .about-us-img {
      -ms-grid-row-span: 2;
      grid-row: span 2 / span 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-row: 1;
          grid-row-start: 1;
      padding-right: 64px; } }
  @media (max-width: 991.98px) {
    .about-us .about-us-img {
      padding: 0;
      width: 100%;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; } }
  .about-us .about-us-img img {
    width: 100%;
    height: auto; }

.about-us .about-us-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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (min-width: 992px) {
    .about-us .about-us-content {
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-row: 2;
          grid-row-start: 2; } }

@media (min-width: 992px) {
  .about-us .about-us-title {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1; }
    .about-us .about-us-title:not(:last-child) {
      margin-bottom: 16px; } }

@media (max-width: 991.98px) {
  .about-us .about-us-title {
    text-align: center; }
    .about-us .about-us-title:not(:last-child) {
      margin-bottom: 0; } }

.about-us .about-us-text {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .about-us .about-us-text {
      font-size: 14px;
      line-height: 20px; } }
  .about-us .about-us-text p {
    margin-bottom: 0; }
    .about-us .about-us-text p:not(:last-child) {
      margin-bottom: 16px; }
  .about-us .about-us-text:not(:last-child) {
    margin-bottom: 16px; }

.about-us .about-us-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px; }
  @media (max-width: 767.98px) {
    .about-us .about-us-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.about-us .btn {
  min-width: 226px; }
  @media (max-width: 767.98px) {
    .about-us .btn {
      width: 100%; } }

.some-steps .some-steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .some-steps .some-steps-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; } }

@media (min-width: 992px) {
  .some-steps .some-steps-col:first-child {
    width: 48.8%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .some-steps .some-steps-col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

@media (max-width: 991.98px) {
  .some-steps .some-steps-col {
    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; } }

@media (min-width: 992px) {
  .some-steps .some-steps-title .text-decorated {
    width: 100%;
    display: block; } }

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

@media (max-width: 991.98px) {
  .some-steps .some-steps-title {
    text-align: center; } }

.some-steps .some-steps-text {
  max-width: 475px;
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  .some-steps .some-steps-text:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .some-steps .some-steps-text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 14px; }
      .some-steps .some-steps-text:not(:last-child) {
        margin-bottom: 20px; } }

.some-steps-list {
  padding: 0;
  list-style: none;
  margin: 0;
  counter-reset: step-counter; }
  @media (max-width: 991.98px) {
    .some-steps-list {
      width: 100%; } }

.some-steps-item {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 32px;
  border-radius: 32px;
  background: var(--white);
  counter-increment: step-counter; }
  .some-steps-item:not(:last-child) {
    margin-bottom: 12px; }
  .some-steps-item::before {
    content: counters(step-counter, ".", decimal-leading-zero);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    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: 50px;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    background: var(--green-gradient); }
    @media (max-width: 991.98px) {
      .some-steps-item::before {
        min-width: 48px;
        height: 48px;
        font-size: 24px;
        line-height: 32px; } }
  @media (max-width: 991.98px) {
    .some-steps-item {
      padding: 20px; }
      .some-steps-item:not(:last-child) {
        margin-bottom: 8px; } }
  .some-steps-item .some-steps-item-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase; }
    .some-steps-item .some-steps-item-title:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .some-steps-item .some-steps-item-title {
        font-size: 20px; }
        .some-steps-item .some-steps-item-title:not(:last-child) {
          margin-bottom: 4px; } }
  .some-steps-item .some-steps-item-text {
    max-width: 511px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4; }

.completed-course .completed-course-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 32px;
  background: var(--purple-gradient); }
  @media (max-width: 991.98px) {
    .completed-course .completed-course-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 20px; } }

.completed-course .completed-course-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .completed-course .completed-course-img img {
    aspect-ratio: 387 / 465;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center bottom;
       object-position: center bottom; }
  @media (min-width: 992px) {
    .completed-course .completed-course-img {
      margin-top: -27px;
      padding-left: 28px; } }
  @media (max-width: 991.98px) {
    .completed-course .completed-course-img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.completed-course .completed-course-content {
  width: 50%;
  padding: 48px 56px 48px 8px;
  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) {
    .completed-course .completed-course-content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 26px;
      width: 100%; } }

.completed-course .completed-course-title {
  color: var(--white); }
  .completed-course .completed-course-title:not(:last-child) {
    margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .completed-course .completed-course-title {
      text-align: center; }
      .completed-course .completed-course-title:not(:last-child) {
        margin-bottom: 4px; } }

.completed-course .completed-course-text {
  max-width: 427px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; }
  .completed-course .completed-course-text:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .completed-course .completed-course-text {
      text-align: center;
      font-size: 12px;
      line-height: 16px; }
      .completed-course .completed-course-text:not(:last-child) {
        margin-bottom: 20px; } }

.completed-course .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 991.98px) {
    .completed-course .btn {
      padding: 6px 16px;
      min-height: 36px; } }

@media (max-width: 991.98px) {
  .completed-course .hero-info-students {
    margin-right: auto; }
    .completed-course .hero-info-students .hero-info-students-img img {
      height: 40px; }
    .completed-course .hero-info-students .hero-info-students-count {
      font-size: 20px;
      font-weight: 400;
      line-height: 1; } }

.completed-course .hero-info-students:not(:last-child) {
  margin-bottom: 12px; }

@media (max-width: 991.98px) {
  .completed-course .hero-info-students {
    font-size: 12px;
    line-height: 1.5; }
    .completed-course .hero-info-students:not(:last-child) {
      margin-bottom: 20px; } }

.reviews-section {
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .reviews-section .container {
      padding-left: 20px;
      padding-right: 20px; } }

.reviews-slider {
  overflow: visible; }
  .reviews-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }
  .reviews-slider:not(.swiper-initialized) .swiper-slide {
    padding: 0 8px;
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .reviews-slider:not(.swiper-initialized) .swiper-slide {
        width: 33.333%; } }
    @media (max-width: 767.98px) {
      .reviews-slider:not(.swiper-initialized) .swiper-slide {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .reviews-slider:not(.swiper-initialized) .swiper-slide {
        width: 100%; } }
  .reviews-slider:has(.swiper-button-lock) .swiper-bottom {
    display: none; }
  .reviews-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .reviews-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.review-cart {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .review-cart::before, .review-cart::after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 110px;
      height: 110px;
      border-radius: 28px;
      background-color: var(--main-color); }
    .review-cart::after {
      top: -4px;
      right: -4px; }
    .review-cart::before {
      bottom: -4px;
      left: -4px; } }
  @media (max-width: 991.98px) {
    .review-cart::before, .review-cart::after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 186px;
      height: 186px;
      border-radius: 24px;
      background-color: var(--main-color); }
    .review-cart::after {
      top: -4px;
      left: -4px; }
    .review-cart::before {
      bottom: -4px;
      right: -4px; } }
  .review-cart .review-cart-wrap {
    position: relative;
    z-index: 2;
    padding: 24px;
    border-radius: 26px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--purple-gradient); }
    @media (max-width: 991.98px) {
      .review-cart .review-cart-wrap {
        padding: 20px;
        border-radius: 20px; } }
  .review-cart .review-cart-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: var(--white); }
    @media (max-width: 991.98px) {
      .review-cart .review-cart-icon {
        width: 40px;
        height: 40px; } }
    .review-cart .review-cart-icon::before {
      content: "";
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none"><path d="M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.26H17.92C17.66 15.63 16.88 16.79 15.71 17.57V20.34H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z" fill="%234285F4"/><path d="M11.9997 23.0001C14.9697 23.0001 17.4597 22.0201 19.2797 20.3401L15.7097 17.5701C14.7297 18.2301 13.4797 18.6301 11.9997 18.6301C9.13969 18.6301 6.70969 16.7001 5.83969 14.1001H2.17969V16.9401C3.98969 20.5301 7.69969 23.0001 11.9997 23.0001Z" fill="%2334A853"/><path d="M5.84 14.0901C5.62 13.4301 5.49 12.7301 5.49 12.0001C5.49 11.2701 5.62 10.5701 5.84 9.91007V7.07007H2.18C1.43 8.55007 1 10.2201 1 12.0001C1 13.7801 1.43 15.4501 2.18 16.9301L5.03 14.7101L5.84 14.0901Z" fill="%23FBBC05"/><path d="M11.9997 5.38C13.6197 5.38 15.0597 5.94 16.2097 7.02L19.3597 3.87C17.4497 2.09 14.9697 1 11.9997 1C7.69969 1 3.98969 3.47 2.17969 7.07L5.83969 9.91C6.70969 7.31 9.13969 5.38 11.9997 5.38Z" fill="%23EA4335"/></svg>') center no-repeat; }
      @media (max-width: 991.98px) {
        .review-cart .review-cart-icon::before {
          width: 20px;
          height: 20px; } }
  .review-cart .review-cart-text {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    text-overflow: ellipsis; }
    .review-cart .review-cart-text:not(:last-child) {
      margin-bottom: 4px; }
  .review-cart .review-cart-btn {
    color: var(--white);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: underline;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .review-cart .review-cart-btn:hover {
        color: var(--main-color);
        text-decoration: none; } }
    .review-cart .review-cart-btn:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .review-cart .review-cart-btn:not(:last-child) {
          margin-bottom: 16px; } }
  .review-cart .review-cart-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: auto; }
    .review-cart .review-cart-name:not(:last-child) {
      margin-bottom: 4px; }

.review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .review-stars .star-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M8 0L10.4452 4.63449L15.6085 5.52786L11.9564 9.28551L12.7023 14.4721L8 12.16L3.29772 14.4721L4.0436 9.28551L0.391548 5.52786L5.55481 4.63449L8 0Z" fill="%23F4C20C"/></svg>') center no-repeat; }
    .review-stars .star-icon.disabled {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M8 0L10.4452 4.63449L15.6085 5.52786L11.9564 9.28551L12.7023 14.4721L8 12.16L3.29772 14.4721L4.0436 9.28551L0.391548 5.52786L5.55481 4.63449L8 0Z" fill="%23E7E9EF"/></svg>') center no-repeat; }

body:has(.review-modal-wrap.active) {
  overflow: hidden; }

body.modal-open .review-modal {
  opacity: 1;
  pointer-events: auto; }

.review-modal {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .review-modal:has(.review-modal-wrap.active) {
    opacity: 1;
    pointer-events: auto; }
  .review-modal .review-modal-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .review-modal .review-modal-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 32px;
    max-width: 600px;
    height: auto;
    background: var(--white);
    border-radius: 24px;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    overflow: auto;
    max-height: 100%; }
    .review-modal .review-modal-wrap.active {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
    @media (max-width: 991.98px) {
      .review-modal .review-modal-wrap {
        padding: 32px 24px 24px; } }
  .review-modal .review-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: var(--bg);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border: none;
    outline: none; }
    .review-modal .review-modal-close::before, .review-modal .review-modal-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 1px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--light-grey);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .review-modal .review-modal-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .review-modal .review-modal-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    @media (any-hover: hover) {
      .review-modal .review-modal-close:hover {
        background: var(--main-color); }
        .review-modal .review-modal-close:hover::before, .review-modal .review-modal-close:hover::after {
          background: var(--white); } }
  .review-modal .review-cart-text:not(:last-child) {
    margin-bottom: 16px; }
  .review-modal .review-modal-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 12px; }
  .review-modal .review-cart-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }

.modal-dialog {
  max-width: 528px; }
  .modal-dialog .modal-content {
    border: none;
    padding: 32px;
    border-radius: 24px; }
    @media (max-width: 991.98px) {
      .modal-dialog .modal-content {
        padding: 32px 16px 20px;
        border-radius: 20px; } }
  .modal-dialog .modal-body {
    padding: 0; }
  .modal-dialog .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: var(--bg);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border: none;
    outline: none; }
    @media (max-width: 991.98px) {
      .modal-dialog .modal-close {
        top: 8px;
        right: 8px; } }
    .modal-dialog .modal-close::before, .modal-dialog .modal-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 1px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: var(--light-grey);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .modal-dialog .modal-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .modal-dialog .modal-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    @media (any-hover: hover) {
      .modal-dialog .modal-close:hover {
        background: var(--main-color); }
        .modal-dialog .modal-close:hover::before, .modal-dialog .modal-close:hover::after {
          background: var(--white); } }
  .modal-dialog .h3 {
    color: var(--sec-black);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .modal-dialog .h3 {
        font-size: 20px; } }
    .modal-dialog .h3:not(:last-child) {
      margin-bottom: 16px; }

.form-product-add-review .btn {
  width: 100%; }

@media (min-width: 992px) {
  .form-product-add-review .raty-rating-wrap {
    padding-top: 12px; } }

.form-product-add-review .raty-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .form-product-add-review .raty-rating {
      gap: 2px; } }
  .form-product-add-review .raty-rating .star-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .form-product-add-review .raty-rating .star-wrap {
        row-gap: 4px;
        font-size: 12px;
        line-height: 1.4; } }
  .form-product-add-review .raty-rating img {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40px;
            flex: 1 1 40px;
    height: 40px;
    -o-object-fit: scale-down;
       object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .form-product-add-review .raty-rating img {
        height: 24px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 24px;
                flex: 1 1 24px; } }
    .form-product-add-review .raty-rating img::after {
      content: attr(title);
      display: block;
      font-size: 12px;
      text-align: center;
      margin-top: 2px;
      color: #666666; }

.form-product-add-review .required-text {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .form-product-add-review .required-text span {
    color: #db4545; }
  .form-product-add-review .required-text:not(:last-child) {
    margin-bottom: 16px; }

.instructor-register .container {
  max-width: 1036px; }

.form-instructor-register {
  display: block;
  width: 100%; }
  .form-instructor-register .note {
    display: block;
    padding: 16px;
    border-radius: 12px;
    background: var(--bg);
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .form-instructor-register .note:not(:last-child) {
      margin-bottom: 16px; }
    .form-instructor-register .note b {
      font-weight: 400;
      color: var(--black-color); }
  .form-instructor-register .agreement {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .form-instructor-register .agreement:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .form-instructor-register .agreement:not(:last-child) {
          margin-bottom: 16px; } }
    .form-instructor-register .agreement span {
      color: var(--red, #db4545); }
  .form-instructor-register .btn-default {
    min-height: 56px;
    font-size: 16px; }

.form-instructor-row {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  /* Прибрати стрілки у Chrome, Safari, Edge, Opera */
  /* Прибрати стрілки у Firefox */ }
  .form-instructor-row:first-of-type {
    border-radius: 32px 32px 0 0; }
  .form-instructor-row:last-child {
    border-radius: 0 0 32px 32px; }
  .form-instructor-row:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .form-instructor-row {
      padding: 20px; }
      .form-instructor-row:first-of-type {
        border-radius: 20px 20px 0 0; }
      .form-instructor-row:last-child {
        border-radius: 0 0 20px 20px; } }
  .form-instructor-row .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    .form-instructor-row .form-wrap:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .form-instructor-row .form-wrap {
        row-gap: 16px; }
        .form-instructor-row .form-wrap:not(:last-child) {
          margin-bottom: 16px; } }
    .form-instructor-row .form-wrap.two-col {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 16px; }
      @media (max-width: 767.98px) {
        .form-instructor-row .form-wrap.two-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 16px; } }
    .form-instructor-row .form-wrap.three-col {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 24px 16px; }
      @media (max-width: 991.98px) {
        .form-instructor-row .form-wrap.three-col {
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 767.98px) {
        .form-instructor-row .form-wrap.three-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 16px; } }
    .form-instructor-row .form-wrap .form-group:not(:last-child) {
      margin-bottom: 0 !important; }
  .form-instructor-row input[type="number"]::-webkit-outer-spin-button,
  .form-instructor-row input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-instructor-row input[type="number"] {
    -moz-appearance: textfield; }

.form-group-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 12px; }
  @media (max-width: 575.98px) {
    .form-group-checkbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .form-group-checkbox .form-group {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .form-group-checkbox .form-group:not(:last-child) {
      margin-bottom: 0; }

.form-check {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .form-check a {
    color: var(--black-color);
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .form-check a:hover {
        text-decoration: none; } }
  @media (any-hover: hover) {
    .form-check:hover {
      color: var(--main-color); }
      .form-check:hover::before {
        border-color: var(--main-color); } }
  .form-check:has(input[type="checkbox"]:checked)::before {
    background-color: var(--main-color);
    border-color: var(--main-color); }
  .form-check::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--outline);
    background: var(--white) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.5846 6C15.2513 5.66667 14.7513 5.66667 14.418 6L8.16797 12.25L5.58464 9.66667C5.2513 9.33333 4.7513 9.33333 4.41797 9.66667C4.08464 10 4.08464 10.5 4.41797 10.8333L7.58464 14C7.7513 14.1667 7.91797 14.25 8.16797 14.25C8.41797 14.25 8.58464 14.1667 8.7513 14L15.5846 7.16667C15.918 6.83333 15.918 6.33333 15.5846 6Z" fill="white"/></svg>') center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none; }
  .form-check input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-check label {
    padding-left: 34px;
    cursor: pointer; }

.form-instructor-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--sec-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase; }
  .form-instructor-title:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e9ef; }
  .form-instructor-title .icon-instructor {
    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;
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--green-gradient);
    color: var(--white); }
    .form-instructor-title .icon-instructor.info-icon::before {
      content: "i";
      font-size: 16px;
      font-weight: 700;
      text-transform: none; }
    .form-instructor-title .icon-instructor .icon {
      width: 16px;
      height: 16px; }
  @media (max-width: 991.98px) {
    .form-instructor-title {
      font-size: 18px;
      gap: 10px; }
      .form-instructor-title .icon-instructor {
        width: 24px;
        height: 24px; }
      .form-instructor-title:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 16px; } }

.form-instructor-text {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .form-instructor-text:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .form-instructor-text {
      font-size: 14px;
      line-height: 20px; }
      .form-instructor-text:not(:last-child) {
        margin-bottom: 16px; } }

.image-file {
  margin-top: 8px; }
  .image-file:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .image-file:not(:last-child) {
        margin-bottom: 8px; } }
  .image-file .image-file__icon {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 136px;
    height: 136px;
    border-radius: 16px;
    background: var(--bg);
    color: var(--light-grey);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    cursor: pointer; }
    @media (any-hover: hover) {
      .image-file .image-file__icon:hover {
        -webkit-box-shadow: 0 0 0 1px var(--main-color);
                box-shadow: 0 0 0 1px var(--main-color); }
        .image-file .image-file__icon:hover::before {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
    .image-file .image-file__icon:has(img)::before {
      opacity: 0;
      pointer-events: none; }
    .image-file .image-file__icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .image-file .image-file__icon::before {
      content: "";
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 30px;
      height: 30px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M15.0026 0.333313C12.1018 0.333313 9.26617 1.1935 6.85425 2.80509C4.44233 4.41669 2.56246 6.70731 1.45238 9.38729C0.342292 12.0673 0.0518434 15.0162 0.61776 17.8613C1.18368 20.7064 2.58054 23.3197 4.63171 25.3709C6.68288 27.4221 9.29623 28.8189 12.1413 29.3848C14.9863 29.9507 17.9353 29.6603 20.6153 28.5502C23.2953 27.4401 25.5859 25.5603 27.1975 23.1483C28.8091 20.7364 29.6693 17.9008 29.6693 15C29.6647 11.1115 28.118 7.38369 25.3684 4.63415C22.6189 1.88461 18.891 0.3379 15.0026 0.333313ZM21.6693 16.3333H16.3359V21.6666C16.3359 22.0203 16.1955 22.3594 15.9454 22.6095C15.6954 22.8595 15.3562 23 15.0026 23C14.649 23 14.3098 22.8595 14.0598 22.6095C13.8098 22.3594 13.6693 22.0203 13.6693 21.6666V16.3333H8.33594C7.98232 16.3333 7.64318 16.1928 7.39313 15.9428C7.14309 15.6927 7.00261 15.3536 7.00261 15C7.00261 14.6464 7.14309 14.3072 7.39313 14.0572C7.64318 13.8071 7.98232 13.6666 8.33594 13.6666H13.6693V8.33331C13.6693 7.97969 13.8098 7.64055 14.0598 7.3905C14.3098 7.14046 14.649 6.99998 15.0026 6.99998C15.3562 6.99998 15.6954 7.14046 15.9454 7.3905C16.1955 7.64055 16.3359 7.97969 16.3359 8.33331V13.6666H21.6693C22.0229 13.6666 22.362 13.8071 22.6121 14.0572C22.8621 14.3072 23.0026 14.6464 23.0026 15C23.0026 15.3536 22.8621 15.6927 22.6121 15.9428C22.362 16.1928 22.0229 16.3333 21.6693 16.3333Z" fill="url(%23paint0_linear_185_1859)"/><defs><linearGradient id="paint0_linear_185_1859" x1="29.6693" y1="0.333313" x2="-5.72474" y2="14.2258" gradientUnits="userSpaceOnUse"><stop stop-color="%23189E31"/><stop offset="1" stop-color="%23225F2E"/></linearGradient></defs></svg>') center no-repeat;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .image-file .image-file__icon .icon {
      width: 48px;
      height: 48px; }
  .image-file .image-file__remove {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    right: 2px;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: var(--red, #db4545) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.8301 2.21904C13.5698 1.95868 13.1477 1.95868 12.8873 2.21904L8.02441 7.08196L3.16151 2.21904C2.90116 1.95868 2.47905 1.95868 2.2187 2.21904C1.95835 2.47938 1.95835 2.9015 2.2187 3.16184L7.08161 8.02477L2.21872 12.8876C1.95836 13.148 1.95836 13.5701 2.21872 13.8305C2.47906 14.0908 2.90118 14.0908 3.16152 13.8305L8.02441 8.96757L12.8873 13.8305C13.1477 14.0908 13.5698 14.0908 13.8301 13.8305C14.0905 13.5701 14.0905 13.148 13.8301 12.8877L8.96721 8.02477L13.8301 3.16184C14.0905 2.9015 14.0905 2.47938 13.8301 2.21904Z" fill="white"/></svg>') center no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (any-hover: hover) {
      .image-file .image-file__remove:hover {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
  .image-file input {
    display: none; }

.instructor-select.jq-selectbox {
  width: 100%; }
  .instructor-select.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .instructor-select.jq-selectbox.opened .jq-selectbox__select {
    border-color: var(--main-color);
    border-radius: 12px; }
  .instructor-select.jq-selectbox .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid var(--outline);
    background: var(--white);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .instructor-select.jq-selectbox .jq-selectbox__select:focus {
      border-color: var(--main-color); }
  .instructor-select.jq-selectbox .jq-selectbox__select-text {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    text-overflow: ellipsis;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    color: var(--light-grey); }
  .instructor-select.jq-selectbox .jq-selectbox__trigger {
    right: 8px;
    background: transparent; }
    .instructor-select.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M8.77067 0.217058C9.05721 0.488268 9.0753 0.917507 8.82455 1.20845L8.77067 1.26451L5.05328 4.78304C4.74765 5.07232 4.25225 5.07232 3.94662 4.78304L0.229221 1.26451C-0.0764074 0.975236 -0.0764074 0.506335 0.229221 0.217057C0.534849 -0.0722207 1.03025 -0.0722207 1.33588 0.217057L4.49995 3.21186L7.66401 0.217058L7.72325 0.166059C8.03063 -0.0712722 8.48413 -0.0541525 8.77067 0.217058Z" fill="%23189E31"/></svg>') center no-repeat;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .instructor-select.jq-selectbox .jq-selectbox__dropdown {
    top: calc(100% + 2px) !important;
    border-radius: 12px;
    bottom: auto !important;
    border: 1px solid var(--outline);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    font-family: "Inter", sans-serif; }
    .instructor-select.jq-selectbox .jq-selectbox__dropdown ul {
      padding: 6px;
      border-radius: 12px; }
      @media (min-width: 992px) {
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul, .instructor-select.jq-selectbox .jq-selectbox__dropdown ul * {
          scrollbar-color: auto;
          scrollbar-width: auto; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar,
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-button,
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-button {
          display: none; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-track,
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-track {
          background: #e1e8ee; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-track-piece,
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-track-piece {
          background: #e1e8ee; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-thumb {
          background: #11171c; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-corner,
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-corner {
          background: #e1e8ee; } }
      .instructor-select.jq-selectbox .jq-selectbox__dropdown ul li {
        border-radius: 6px;
        padding: 12px 16px;
        font-size: 16px;
        color: var(--black-color);
        font-family: "Inter", sans-serif; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul li:not(:last-child) {
          margin-bottom: 2px; }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul li.selected, .instructor-select.jq-selectbox .jq-selectbox__dropdown ul li.sel {
          background: var(--main-color);
          color: var(--white); }
        .instructor-select.jq-selectbox .jq-selectbox__dropdown ul li.disabled {
          background: var(--stroke);
          display: none; }
        @media (any-hover: hover) {
          .instructor-select.jq-selectbox .jq-selectbox__dropdown ul li:hover {
            background: var(--main-color);
            color: var(--white); } }

.car-hidden {
  display: none; }

.pt-3:empty {
  display: none; }

.city-form-body + .btn-add {
  margin-top: 16px; }

.car-card {
  padding: 16px;
  border-radius: 24px;
  background: var(--bg); }
  @media (max-width: 1199.98px) {
    .car-card {
      padding: 12px;
      border-radius: 20px; } }
  .car-card:not(:last-child) {
    margin-bottom: 16px; }
  .car-card .car-card__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) {
      .car-card .car-card__inner {
        gap: 8px; } }
  .car-card .car-card__img {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 80px;
    border-radius: 12px;
    border: 1px solid var(--outline); }
    @media (max-width: 1199.98px) {
      .car-card .car-card__img {
        width: 64px;
        height: 64px; } }
    .car-card .car-card__img img {
      width: 100%;
      height: 100%;
      border-radius: 12px;
      -o-object-fit: cover;
         object-fit: cover; }
  .car-card .car-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px; }
  .car-card .car-card__title {
    font-weight: 600; }
  .car-card .car-card__edit,
  .car-card .car-card__remove {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (max-width: 1199.98px) {
      .car-card .car-card__edit,
      .car-card .car-card__remove {
        width: 24px;
        height: 24px; } }
    @media (any-hover: hover) {
      .car-card .car-card__edit:hover,
      .car-card .car-card__remove:hover {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
  .car-card .car-card__remove {
    background: var(--red, #db4545) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.8301 2.21904C13.5698 1.95868 13.1477 1.95868 12.8873 2.21904L8.02441 7.08196L3.16151 2.21904C2.90116 1.95868 2.47905 1.95868 2.2187 2.21904C1.95835 2.47938 1.95835 2.9015 2.2187 3.16184L7.08161 8.02477L2.21872 12.8876C1.95836 13.148 1.95836 13.5701 2.21872 13.8305C2.47906 14.0908 2.90118 14.0908 3.16152 13.8305L8.02441 8.96757L12.8873 13.8305C13.1477 14.0908 13.5698 14.0908 13.8301 13.8305C14.0905 13.5701 14.0905 13.148 13.8301 12.8877L8.96721 8.02477L13.8301 3.16184C14.0905 2.9015 14.0905 2.47938 13.8301 2.21904Z" fill="white"/></svg>') center no-repeat; }
  .car-card .car-card__edit {
    background: var(--grey-color) url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.88086 2.68736L1.07744 11.4914C1.03315 11.5358 1.00117 11.5919 0.985939 11.6522L0.0101637 15.5688C-0.0190245 15.6867 0.0156207 15.812 0.101662 15.8981C0.166765 15.9632 0.255472 15.9992 0.346209 15.9992C0.374001 15.9992 0.402428 15.9958 0.430094 15.9888L4.34665 15.0129C4.40769 14.9977 4.46315 14.9658 4.50744 14.9216L13.3116 6.11812L9.88086 2.68736Z" fill="white"/><path d="M15.4924 1.48706L14.5124 0.507094C13.8574 -0.147864 12.7159 -0.14723 12.0617 0.507094L10.8613 1.70749L14.292 5.13813L15.4924 3.93773C15.8195 3.61069 15.9997 3.17541 15.9997 2.71246C15.9997 2.24951 15.8195 1.81422 15.4924 1.48706Z" fill="white"/></svg>') center no-repeat; }
  .car-card .car-card__bootom {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin-left: auto; }

.upload-images:not(:last-child) {
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .upload-images:not(:last-child) {
      margin-bottom: 16px; } }

.upload-images .upload-images__label {
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .upload-images .upload-images__label:hover {
      color: var(--theme-color-second); } }
  .upload-images .upload-images__label .icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.upload-images input {
  display: none; }

.upload-images .upload-images__list {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  .upload-images .upload-images__list:empty {
    display: none; }

.upload-images .upload-images__item {
  position: relative;
  width: 136px;
  height: 136px;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .upload-images .upload-images__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px; }

.upload-images .upload-images__remove {
  position: absolute;
  z-index: 2;
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: var(--red, #db4545) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.8301 2.21904C13.5698 1.95868 13.1477 1.95868 12.8873 2.21904L8.02441 7.08196L3.16151 2.21904C2.90116 1.95868 2.47905 1.95868 2.2187 2.21904C1.95835 2.47938 1.95835 2.9015 2.2187 3.16184L7.08161 8.02477L2.21872 12.8876C1.95836 13.148 1.95836 13.5701 2.21872 13.8305C2.47906 14.0908 2.90118 14.0908 3.16152 13.8305L8.02441 8.96757L12.8873 13.8305C13.1477 14.0908 13.5698 14.0908 13.8301 13.8305C14.0905 13.5701 14.0905 13.148 13.8301 12.8877L8.96721 8.02477L13.8301 3.16184C14.0905 2.9015 14.0905 2.47938 13.8301 2.21904Z" fill="white"/></svg>') center no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (any-hover: hover) {
    .upload-images .upload-images__remove:hover {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); } }

body:has(.popup.active) {
  overflow: hidden; }

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  padding: 16px; }
  .popup .popup-content {
    position: relative;
    border-radius: 24px;
    background: var(--white);
    max-width: 500px;
    width: 100%;
    padding: 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 12px; }
    @media (max-width: 991.98px) {
      .popup .popup-content {
        padding: 24px; } }
  .popup .popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: var(--bg);
    border: none;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (any-hover: hover) {
      .popup .popup-close:hover {
        background: var(--main-color); }
        .popup .popup-close:hover::before {
          -webkit-filter: grayscale(1) brightness(1000%);
                  filter: grayscale(1) brightness(1000%); } }
    .popup .popup-close::before {
      content: "";
      width: 14px;
      height: 14px;
      -webkit-transition: -webkit-filter 0.3s ease;
      transition: -webkit-filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M12.1004 1.94164C11.8726 1.71383 11.5032 1.71383 11.2754 1.94164L7.02038 6.1967L2.76534 1.94164C2.53754 1.71383 2.16819 1.71383 1.94039 1.94164C1.71258 2.16944 1.71258 2.53879 1.94039 2.7666L6.19543 7.02165L1.9404 11.2767C1.71259 11.5045 1.71259 11.8738 1.9404 12.1017C2.1682 12.3295 2.53755 12.3295 2.76536 12.1017L7.02038 7.8466L11.2754 12.1017C11.5032 12.3295 11.8726 12.3295 12.1004 12.1017C12.3282 11.8738 12.3282 11.5045 12.1004 11.2767L7.84533 7.02165L12.1004 2.7666C12.3282 2.53879 12.3282 2.16944 12.1004 1.94164Z" fill="%238998A7"/></svg>') center no-repeat; }
    @media (max-width: 767.98px) {
      .popup .popup-close {
        top: 8px;
        right: 8px; } }
  .popup .popup-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #f2f6fc; }
    @media (max-width: 767.98px) {
      .popup .popup-icon {
        width: 64px;
        height: 64px; } }
  .popup .icon {
    width: 42px;
    height: 42px;
    color: var(--main-color); }
    @media (max-width: 767.98px) {
      .popup .icon {
        width: 38px;
        height: 38px; } }
  .popup .popup-title {
    color: var(--sec-black);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .popup .popup-title {
        font-size: 24px;
        line-height: 1.2; } }
  .popup .popup-text {
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }

.price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  color: var(--theme-color-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 1; }
  .price-wrap .old-price {
    display: inline-block;
    color: var(--price-old);
    font-size: 0.7em;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 0.1em; }
  .price-wrap .price {
    color: var(--price-color);
    font-weight: bold; }
  .price-wrap .old-price ~ .price {
    color: var(--price-new); }
  .price-wrap .old-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .price-wrap .old-price-wrap ~ .price {
    color: var(--price-new); }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--price-new);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .qty-picker {
      gap: 8px; } }
  .qty-picker .minus,
  .qty-picker .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    background: rgba(128, 128, 128, 0.2);
    color: var(--theme-color-main);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      .qty-picker .minus:hover,
      .qty-picker .plus:hover {
        background: var(--theme-color-second);
        color: var(--white); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      background: var(--theme-color-second);
      color: var(--white); }
  .qty-picker input {
    height: 48px;
    width: 72px;
    padding: 1px 4px;
    text-align: center;
    outline: none !important;
    background: transparent !important;
    border-radius: 8px;
    border: 1px solid var(--grey-color);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        border-color: var(--theme-color-second); } }
    .qty-picker input:focus {
      border-color: var(--theme-color-second); }
  .qty-picker input::-webkit-outer-spin-button,
  .qty-picker input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-picker input[type=number] {
    -moz-appearance: textfield; }

.product-block {
  position: relative;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  min-height: 100%;
  background: var(--white); }
  .product-block .product-block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-block .product-block-top:not(:last-child) {
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--bg); }
      @media (max-width: 991.98px) {
        .product-block .product-block-top:not(:last-child) {
          padding-bottom: 12px;
          margin-bottom: 12px; } }
  .product-block .product-img-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-top: 4px;
    margin-left: 4px;
    max-width: 120px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .product-block .product-img-wrap {
        max-width: 108px; } }
    .product-block .product-img-wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 24px;
      background: var(--green-gradient);
      -webkit-transform: rotate(-5.764deg);
          -ms-transform: rotate(-5.764deg);
              transform: rotate(-5.764deg);
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 24px;
      background: #d9d9d9; }
    .product-block .product-img-wrap img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .product-block .product-actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 4px; }
  .product-block .action-toggle:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .product-block .action-toggle:not(:last-child) {
        margin-bottom: 14px; } }
  .product-block .product-experience {
    text-align: right;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
  .product-block .price-wrap {
    color: var(--main-color);
    text-align: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .product-block .price-wrap {
        font-size: 24px;
        line-height: 32px; } }
    .product-block .price-wrap:not(:last-child) {
      margin-bottom: 4px; }
  .product-block .product-title {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--sec-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .product-block .product-title:not(:last-child) {
      margin-bottom: 6px; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--main-color); } }
    .product-block .product-title:hover, .product-block .product-title:focus {
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .product-block .product-title {
        font-size: 16px;
        line-height: 1.25; } }
  .product-block .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    .product-block .product-rating:not(:last-child) {
      margin-bottom: 14px; }
  .product-block .btn-reviews {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; }
  .product-block .product-advantages:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bg); }
  .product-block .product-advantages .advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    background: var(--bg);
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .product-block .product-advantages .advantages-item:not(:last-child) {
      margin-bottom: 4px; }
    .product-block .product-advantages .advantages-item .item-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-right: 6px;
      color: var(--grey-color); }
    .product-block .product-advantages .advantages-item .item-value {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-weight: 500;
      color: var(--black-color); }
  .product-block .btn-link {
    margin-top: auto; }

.product-tooltip {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: auto; }
  @media (any-hover: hover) {
    .product-tooltip:hover .product-tooltip__text {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); } }
  .product-tooltip .product-tooltip__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    color: var(--main-color); }
    .product-tooltip .product-tooltip__icon .icon {
      width: 100%;
      height: 100%; }
  .product-tooltip .product-tooltip__text {
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    padding: 6px 10px 12px;
    min-width: 163px;
    -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    color: var(--black-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="163" height="34" viewBox="0 0 163 34" fill="none"><mask id="path-1-inside-1_134_10480" fill="white"><path d="M76.8555 28H8C3.58172 28 0 24.4183 0 20V8C0 3.58172 3.58172 0 8 0H155C159.418 0 163 3.58172 163 8V20C163 24.4183 159.418 28 155 28H86.1416L81.499 34L76.8555 28Z"/></mask><path d="M76.8555 28H8C3.58172 28 0 24.4183 0 20V8C0 3.58172 3.58172 0 8 0H155C159.418 0 163 3.58172 163 8V20C163 24.4183 159.418 28 155 28H86.1416L81.499 34L76.8555 28Z" fill="white"/><path d="M76.8555 28L77.6463 27.388L77.346 27H76.8555V28ZM8 28L8 29H8V28ZM86.1416 28V27H85.651L85.3507 27.388L86.1416 28ZM81.499 34L80.7082 34.612L81.4991 35.634L82.2899 34.612L81.499 34ZM76.8555 28V27H8V28V29H76.8555V28ZM8 28V27C4.13401 27 1 23.866 1 20H0H-1C-1 24.9706 3.02944 29 8 29L8 28ZM0 20H1V8H0H-1V20H0ZM0 8H1C1 4.13401 4.13401 1 8 1V0V-1C3.02944 -1 -1 3.02944 -1 8H0ZM8 0V1H155V0V-1H8V0ZM155 0V1C158.866 1 162 4.13401 162 8H163H164C164 3.02944 159.971 -1 155 -1V0ZM163 8H162V20H163H164V8H163ZM163 20H162C162 23.866 158.866 27 155 27V28V29C159.971 29 164 24.9706 164 20H163ZM155 28V27H86.1416V28V29H155V28ZM86.1416 28L85.3507 27.388L80.7081 33.388L81.499 34L82.2899 34.612L86.9325 28.612L86.1416 28ZM81.499 34L82.2898 33.388L77.6463 27.388L76.8555 28L76.0646 28.612L80.7082 34.612L81.499 34Z" fill="%23F0EEEF" mask="url(%23path-1-inside-1_134_10480)"/></svg>') center center no-repeat;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-tooltip .product-tooltip__text::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

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

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

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

.section-product {
  padding-bottom: 0;
  padding-top: 12px; }
  .section-product:not(:last-child) {
    margin-bottom: 4px; }
  .section-product.out_of_stock .thumb-img img,
  .section-product.out_of_stock .gallery-slide img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .section-product.out_of_stock .product-action-btn {
    display: none; }
  .section-product.out_of_stock .btn-out-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .section-product.out_of_stock .btn-out-stock {
        width: 100%; } }

.product-page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .product-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }
  .product-page-grid .left-side {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (min-width: 992px) {
      .product-page-grid .left-side {
        width: calc(100% - 336px);
        padding-right: 4px; } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side {
        width: 100%; } }
  .product-page-grid .right-side {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 336px; }
    @media (min-width: 992px) {
      .product-page-grid .right-side {
        position: sticky;
        z-index: 1;
        top: 136px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
    @media (max-width: 1199.98px) {
      .product-page-grid .right-side {
        display: none; } }
  .product-page-grid .product-row {
    padding: 32px;
    background: var(--white); }
    .product-page-grid .product-row.product-information {
      padding: 32px 20px 32px 32px; }
      @media (max-width: 991.98px) {
        .product-page-grid .product-row.product-information {
          padding: 16px; } }
    .product-page-grid .product-row:not(:last-child) {
      margin-bottom: 4px; }
    .product-page-grid .product-row:last-child {
      border-radius: 0 0 24px 24px; }
      @media (max-width: 991.98px) {
        .product-page-grid .product-row:last-child {
          border-radius: 0 0 20px 20px; } }
    @media (max-width: 991.98px) {
      .product-page-grid .product-row {
        padding: 20px 16px; } }
  @media (min-width: 1200px) {
    .product-page-grid .product-row-mobile {
      display: none; } }
  .product-page-grid .product-price-info {
    padding: 32px;
    background: var(--green-gradient); }
    @media (min-width: 1200px) {
      .product-page-grid .product-price-info {
        border-radius: 0 0 24px 0; } }
    @media (max-width: 1199.98px) {
      .product-page-grid .product-price-info {
        padding: 20px; } }
  .product-page-grid .product-row-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-row-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px; }
        .product-page-grid .product-row-top .btn {
          width: 100%; } }
    .product-page-grid .product-row-top:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .product-page-grid .product-row-top:not(:last-child) {
          margin-bottom: 12px; } }
    .product-page-grid .product-row-top .product-heading {
      margin-right: auto; }
      .product-page-grid .product-row-top .product-heading:not(:last-child) {
        margin-bottom: 0; }
  .product-page-grid .product-title {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-title {
        font-size: 20px;
        line-height: 1.4; } }
    .product-page-grid .product-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .product-page-grid .product-title:not(:last-child) {
          margin-bottom: 4px; } }
  .product-page-grid .product-experience {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .product-page-grid .product-experience:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-experience {
        font-size: 14px;
        line-height: 20px; }
        .product-page-grid .product-experience:not(:last-child) {
          margin-bottom: 12px; } }
  .product-page-grid .in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .product-page-grid .product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px; } }
  .product-page-grid .product-information-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (min-width: 992px) {
      .product-page-grid .product-information-content {
        padding-left: 32px; } }
  .product-page-grid .product-page-img {
    position: relative;
    width: 396px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1300px) {
      .product-page-grid .product-page-img {
        width: 340px; } }
    @media (max-width: 991.98px) {
      .product-page-grid .product-page-img {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767.98px) {
      .product-page-grid .product-page-img {
        width: 100%; } }
    .product-page-grid .product-page-img::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 95%;
      border-radius: 24px;
      background: var(--green-gradient);
      -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
              transform: rotate(-2deg);
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%; }
    .product-page-grid .product-page-img picture, .product-page-grid .product-page-img img {
      position: relative;
      z-index: 0;
      border-radius: 24px;
      aspect-ratio: 396 / 445;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .product-page-grid .product-page-img picture, .product-page-grid .product-page-img img {
          border-radius: 20px; } }
      @media (max-width: 767.98px) {
        .product-page-grid .product-page-img picture, .product-page-grid .product-page-img img {
          aspect-ratio: 1; } }
  .product-page-grid .product-page-label {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 32px;
    padding: 6px 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 12px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap; }
    .product-page-grid .product-page-label .icon {
      width: 18px;
      height: 18px;
      color: var(--main-color);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-page-label {
        min-height: 20px;
        padding: 4px 8px;
        gap: 4px;
        bottom: 14px;
        font-size: 10px;
        line-height: 1.2;
        border-radius: 6px; }
        .product-page-grid .product-page-label .icon {
          width: 14px;
          height: 14px; } }
  .product-page-grid .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
    .product-page-grid .product-actions:not(:last-child) {
      margin-bottom: 16px; }
  .product-page-grid .product-customer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-left: auto; }
    .product-page-grid .product-customer-actions:not(:last-child) {
      margin-bottom: 16px; }
  .product-page-grid .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
    .product-page-grid .product-price:not(:last-child) {
      margin-bottom: 8px; }
  .product-page-grid .price-wrap {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--white); }
    @media (max-width: 991.98px) {
      .product-page-grid .price-wrap {
        font-size: 40px;
        line-height: 1.2; } }
    .product-page-grid .price-wrap .price {
      font-size: 48px;
      font-weight: 700;
      line-height: 56px;
      color: var(--white); }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .price {
          font-size: 40px;
          line-height: 1.2; } }
    .product-page-grid .price-wrap .old-price {
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .old-price {
          font-size: 14px; } }
  .product-page-grid .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    .product-page-grid .product-rating:not(:last-child) {
      margin-bottom: 8px; }
    .product-page-grid .product-rating .rating {
      gap: 8px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      color: var(--white); }
      .product-page-grid .product-rating .rating .rating-stars {
        width: 28px;
        height: 28px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.1); }
  .product-page-grid .btn-reviews {
    color: var(--outline);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .product-page-grid .product-viewed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .product-page-grid .product-viewed:not(:last-child) {
      margin-bottom: 17px; }
    .product-page-grid .product-viewed .product-viewed-icon {
      width: 28px;
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.1); }
      .product-page-grid .product-viewed .product-viewed-icon::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_133_4566)"><path d="M15.9792 7.90105C14.3695 4.32285 11.404 1.92285 8.01172 1.92285V14.0771C11.404 14.0771 14.3695 11.6771 15.9792 8.09894C15.9868 8.08214 15.9921 8.06463 15.9956 8.0468V7.95318C15.9921 7.93538 15.9868 7.91788 15.9792 7.90105Z" fill="%23FFAD84"/><path d="M14.883 7.99999C13.5113 4.36715 10.9478 1.92285 8.01151 1.92285C4.58806 1.92285 1.59924 4.36715 0 7.99999C1.59924 11.6328 4.58806 14.0771 8.01151 14.0771C10.9478 14.0771 13.5113 11.6328 14.883 7.99999Z" fill="%23FFD4A1"/><path d="M15.9957 7.95318C14.3898 5.21353 11.4158 3.37363 8.01172 3.37363V12.6264C11.4158 12.6264 14.3898 10.7864 15.9957 8.0468C16.0018 8.01592 16.0018 7.9841 15.9957 7.95318Z" fill="%23FE8566"/><path d="M14.883 7.99999C13.5113 5.23442 10.9478 3.37363 8.01151 3.37363C4.96904 3.37363 2.26995 4.84339 0.58434 7.1117C0.240635 7.26006 0 7.60187 0 7.99999C0 8.39812 0.240635 8.73995 0.58434 8.88829C2.26995 11.1566 4.96904 12.6264 8.01151 12.6264C10.9478 12.6264 13.5113 10.7656 14.883 7.99999Z" fill="%23FFAD84"/><path d="M12.2102 5.48284C10.9434 4.73572 9.49151 4.34082 8.01172 4.34082V11.6592C9.49151 11.6592 10.9434 11.2643 12.2102 10.5172C13.2772 9.88794 14.1923 9.02454 14.8832 8C14.1923 6.97546 13.2772 6.11206 12.2102 5.48284Z" fill="%23FFFBBE"/><path d="M13.9164 8C13.3228 6.97546 12.5364 6.11202 11.6196 5.48284C10.5311 4.73572 9.28358 4.34082 8.01208 4.34082C6.53229 4.34082 5.08042 4.73572 3.81357 5.48284C2.7466 6.11206 1.83152 6.97546 1.14062 8C1.83152 9.02454 2.7466 9.88798 3.81357 10.5172C5.08045 11.2643 6.53229 11.6592 8.01208 11.6592C9.28361 11.6592 10.5311 11.2643 11.6196 10.5172C12.5364 9.88798 13.3228 9.02457 13.9164 8Z" fill="white"/><path d="M8.01172 4.34082V11.6592C10.0326 11.6592 11.6709 10.0209 11.6709 8C11.6709 5.9791 10.0326 4.34082 8.01172 4.34082Z" fill="%2301B1BC"/><path d="M10.7027 8C10.7027 5.9791 9.4975 4.34082 8.01074 4.34082C5.98984 4.34082 4.35156 5.9791 4.35156 8C4.35156 10.0209 5.98984 11.6592 8.01074 11.6592C9.4975 11.6592 10.7027 10.0209 10.7027 8Z" fill="%233AC7CF"/><path d="M8.01172 6.27518V9.7248C8.9643 9.7248 9.73653 8.95257 9.73653 7.99999C9.73653 7.04741 8.9643 6.27518 8.01172 6.27518Z" fill="%2320335A"/><path d="M8.76955 7.99999C8.76955 7.04741 8.43036 6.27518 8.01192 6.27518C7.05934 6.27518 6.28711 7.04741 6.28711 7.99999C6.28711 8.95257 7.05934 9.7248 8.01192 9.7248C8.43036 9.7248 8.76955 8.9526 8.76955 7.99999Z" fill="%232B4478"/></g><defs><clipPath id="clip0_133_4566"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>') center no-repeat; }
    .product-page-grid .product-viewed .product-viewed-count {
      color: var(--outline);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .product-page-grid .product-viewed .product-viewed-count strong {
        font-weight: 600;
        color: var(--white); }
  .product-page-grid .action-toggle {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (any-hover: hover) {
      .product-page-grid .action-toggle:hover {
        -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1); } }
    .product-page-grid .action-toggle::before {
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><path d="M10 18.6487C9.89883 18.6487 9.7977 18.6225 9.70707 18.5702C9.60864 18.5134 7.26993 17.1555 4.89767 15.1095C3.49166 13.8969 2.36931 12.6941 1.56189 11.5348C0.517053 10.0345 -0.0083756 8.5915 0.000100941 7.24568C0.0100228 5.67967 0.57092 4.20694 1.57959 3.09874C2.60529 1.97186 3.97412 1.35132 5.434 1.35132C7.30497 1.35132 9.01555 2.39936 10 4.05959C10.9845 2.3994 12.6951 1.35132 14.5661 1.35132C15.9453 1.35132 17.2612 1.91124 18.2715 2.92796C19.3803 4.0437 20.0102 5.62018 19.9999 7.2531C19.9914 8.59658 19.4561 10.0374 18.409 11.5356C17.599 12.6944 16.4783 13.8966 15.0778 15.1088C12.7142 17.1546 10.3923 18.5125 10.2946 18.5693C10.2035 18.6222 10.1017 18.6487 10 18.6487ZM5.43396 2.52319C4.3081 2.52319 3.24705 3.00772 2.44623 3.88756C1.63256 4.78151 1.18002 5.97674 1.17197 7.2531C1.15592 9.79376 3.5981 12.439 5.6497 14.2106C7.46184 15.7755 9.29989 16.9502 9.99895 17.3786C10.6944 16.9495 12.5195 15.7752 14.3241 14.2113C16.3699 12.4382 18.8119 9.79056 18.828 7.24572C18.8364 5.92264 18.3306 4.64998 17.4403 3.75401C16.6516 2.96034 15.6309 2.52323 14.5661 2.52323C12.7746 2.52323 11.1636 3.78323 10.5576 5.65861C10.4795 5.90049 10.2542 6.06436 10.0001 6.06436C9.74586 6.06436 9.52067 5.90045 9.44254 5.65858C8.83641 3.78323 7.22552 2.52319 5.43396 2.52319Z" fill="%23ffffff"/></svg>') center center no-repeat; }
    .product-page-grid .action-toggle.choosed::before {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 18" fill="none"><path d="M10 17.6487C9.89883 17.6487 9.7977 17.6225 9.70707 17.5702C9.60864 17.5134 7.26993 16.1555 4.89767 14.1095C3.49166 12.8969 2.36931 11.6942 1.56189 10.5348C0.517053 9.03456 -0.0083756 7.59151 0.000100941 6.2457C0.0100228 4.67968 0.57092 3.20695 1.57959 2.09875C2.60529 0.971879 3.97412 0.351334 5.434 0.351334C7.30497 0.351334 9.01555 1.39938 10 3.05961C10.9845 1.39942 12.6951 0.351334 14.5661 0.351334C15.9453 0.351334 17.2612 0.911254 18.2715 1.92797C19.3803 3.04371 20.0102 4.62019 19.9999 6.25312C19.9914 7.59659 19.4561 9.03745 18.409 10.5356C17.599 11.6944 16.4783 12.8966 15.0778 14.1088C12.7142 16.1547 10.3923 17.5125 10.2946 17.5693C10.2035 17.6222 10.1017 17.6487 10 17.6487Z" fill="%23F4C20C"/></svg>') center no-repeat; }
  .product-page-grid .product-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-order {
        gap: 18px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product-page-grid .product-group {
    position: relative;
    z-index: 99; }
  .product-page-grid .product-heading {
    margin-left: -32px;
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 32px;
    text-transform: uppercase;
    border-radius: 0 24px 24px 0;
    background: var(--purple-gradient); }
    .product-page-grid .product-heading:not(:last-child) {
      margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-heading {
        margin-left: -16px;
        padding: 8px 20px;
        font-size: 20px;
        line-height: 1.4;
        border-radius: 0 12px 12px 0; }
        .product-page-grid .product-heading:not(:last-child) {
          margin-bottom: 20px; } }

.btn-show-more {
  min-height: auto;
  border: none;
  padding: 0;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 20.5%;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-radius: 0; }
  @media (any-hover: hover) {
    .btn-show-more:hover {
      text-decoration: none; } }
  .btn-show-more .hide {
    display: none; }

[js-show-more-wrap] {
  position: relative; }
  [js-show-more-wrap]:not(.no-active) .text-formatted {
    max-height: 224px;
    overflow: hidden; }
  [js-show-more-wrap].no-active::before {
    display: none; }
  [js-show-more-wrap].no-active [js-btn-show-more] {
    display: none; }
  [js-show-more-wrap] .text-formatted {
    font-size: 16px;
    line-height: 1.5; }
  [js-show-more-wrap] [js-btn-show-more] {
    margin-top: 16px; }
  [js-show-more-wrap].active .text-formatted {
    max-height: 100%; }
  [js-show-more-wrap].active [js-btn-show-more] .show {
    display: none; }
  [js-show-more-wrap].active [js-btn-show-more] .hide {
    display: block; }

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  @media (max-width: 991.98px) {
    .product-list {
      row-gap: 12px; } }
  .product-list .product-list-link {
    width: 100%;
    min-height: 56px;
    padding: 12px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 80px;
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-list .product-list-link.is-loading {
      pointer-events: none;
      opacity: 0.7;
      cursor: wait; }
    @media (any-hover: hover) {
      .product-list .product-list-link:hover {
        color: var(--main-color);
        -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); } }
    .product-list .product-list-link .icon {
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 12px; }
      .product-list .product-list-link .icon.icon-phone {
        color: var(--main-color); }
      .product-list .product-list-link .icon.icon-telegram {
        color: #2aabee; }
      .product-list .product-list-link .icon.icon-viber {
        color: #7a46e9; }
    .product-list .product-list-link:has(.js-text-hide) {
      pointer-events: none; }
      .product-list .product-list-link:has(.js-text-hide) .js-link-hide {
        pointer-events: initial; }
    .product-list .product-list-link.active {
      pointer-events: initial; }
      .product-list .product-list-link.active .js-text-hide {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content; }
      .product-list .product-list-link.active .js-link-hide {
        display: none; }
    .product-list .product-list-link .js-text-hide {
      pointer-events: none;
      max-width: 60px;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: max-width 0.3s ease;
      transition: max-width 0.3s ease; }
    .product-list .product-list-link .js-link-hide {
      background: transparent;
      border: none;
      padding: 0;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .product-list .product-list-link .js-link-hide:hover {
          color: var(--main-color); } }
    @media (max-width: 991.98px) {
      .product-list .product-list-link {
        min-height: 48px; } }

.product-utp {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 12px; }
  @media (max-width: 991.98px) {
    .product-utp {
      gap: 8px; } }
  .product-utp:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .product-utp:not(:last-child) {
        margin-bottom: 12px; } }
  .product-utp .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .product-utp .item {
        gap: 4px;
        font-size: 12px;
        line-height: 16px; } }
  .product-utp .item-icon {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--bg);
    border-radius: 50%; }
    @media (max-width: 991.98px) {
      .product-utp .item-icon {
        width: 24px;
        height: 24px; } }
    .product-utp .item-icon img {
      width: 16px;
      height: 16px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
      @media (max-width: 991.98px) {
        .product-utp .item-icon img {
          width: 14px;
          height: 14px; } }

.product-table {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  .product-table .product-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 12px;
    background: var(--bg); }
    .product-table .product-table-item:not(:last-child) {
      margin-bottom: 4px; }
    .product-table .product-table-item .key {
      width: 35%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .product-table .product-table-item .key {
          width: 50%; } }
    .product-table .product-table-item .value {
      padding-left: 12px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-weight: 500;
      color: var(--black-color); }
      @media (max-width: 991.98px) {
        .product-table .product-table-item .value {
          padding-left: 6px; } }

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

.product-gallery {
  position: relative;
  width: 100%; }
  .product-gallery .product-gallery-slides {
    position: relative;
    padding-bottom: 28px; }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      overflow: hidden; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 12px; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
        width: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide img {
          border-radius: 24px; }
          @media (max-width: 991.98px) {
            .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide img {
              border-radius: 16px; } }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-prev,
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-next {
        display: none; }
  .product-gallery .gallery-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto !important; }
    .product-gallery .gallery-slide a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    margin-top: -20px;
    width: 40px !important;
    height: 40px !important;
    background: var(--white); }
    .product-gallery .swiper-button-next::after,
    .product-gallery .swiper-button-prev::after {
      color: var(--black-color); }
    @media (any-hover: hover) {
      .product-gallery .swiper-button-next:hover,
      .product-gallery .swiper-button-prev:hover {
        background: var(--main-color); }
        .product-gallery .swiper-button-next:hover::after,
        .product-gallery .swiper-button-prev:hover::after {
          color: var(--white); } }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-next,
      .product-gallery .swiper-button-prev {
        display: none; } }
  .product-gallery .swiper-button-next {
    right: 24px; }
    .product-gallery .swiper-button-next::after {
      margin-left: 2px; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-next {
        right: 16px; } }
  .product-gallery .swiper-button-prev {
    left: 24px; }
    .product-gallery .swiper-button-prev::after {
      margin-left: -2px; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-prev {
        left: 16px; } }
  .product-gallery .swiper-pagination {
    --swiper-pagination-bottom: 8px; }

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

.product-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  @media (min-width: 992px) {
    .product-car:first-child {
      padding-top: 24px;
      border-top: 1px solid var(--outline); }
    .product-car:not(:last-child) {
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--outline); } }
  @media (max-width: 991.98px) {
    .product-car:not(:last-child) {
      margin-bottom: 32px; } }
  @media (max-width: 767.98px) {
    .product-car {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }
  .product-car .product-car__img {
    position: relative;
    width: 232px;
    height: 232px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-car .product-car__img::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 24px;
      background: var(--green-gradient);
      -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
              transform: rotate(-2deg);
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%; }
    .product-car .product-car__img picture,
    .product-car .product-car__img img {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 24px; }
    @media (max-width: 991.98px) {
      .product-car .product-car__img {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto; } }
  .product-car .product-car__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px; }
    @media (max-width: 991.98px) {
      .product-car .product-car__list {
        row-gap: 4px; } }
  .product-car .product-car__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 12px;
    background: var(--bg); }
    @media (max-width: 991.98px) {
      .product-car .product-car__item {
        padding: 10px 16px; } }
    .product-car .product-car__item .key {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-right: 12px; }
    .product-car .product-car__item .value {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-weight: 500;
      color: var(--black-color); }

.product-anchors {
  position: sticky;
  z-index: 999;
  top: 80px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px 24px 0 0;
  background: var(--white);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .product-anchors.sticky {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    .product-anchors {
      top: 64px;
      border-radius: 12px 12px 0 0;
      min-height: 52px; } }
  .product-anchors:not(:last-child) {
    margin-bottom: 4px; }
  .product-anchors .product-anchors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-list {
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory; } }
    .product-anchors .product-anchors-list::-webkit-scrollbar {
      display: none; }
  .product-anchors .product-anchors-item {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-anchors .product-anchors-item:last-child .product-anchors-link:after {
      display: none; }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-item {
        scroll-snap-align: start; } }
  .product-anchors .product-anchors-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 32px;
    min-height: 56px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-anchors .product-anchors-link::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: var(--outline); }
    .product-anchors .product-anchors-link::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 20% 20% 0 0;
      background: var(--main-color);
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      will-change: transform; }
    @media (any-hover: hover) {
      .product-anchors .product-anchors-link:hover {
        text-decoration: none;
        color: var(--main-color); }
        .product-anchors .product-anchors-link:hover::before {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; } }
    .product-anchors .product-anchors-link.active {
      text-decoration: none;
      color: var(--main-color); }
      .product-anchors .product-anchors-link.active::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
    @media (max-width: 991.98px) {
      .product-anchors .product-anchors-link {
        padding: 16px 12px;
        font-size: 14px;
        line-height: 20px;
        min-height: 52px; }
        .product-anchors .product-anchors-link:first-child {
          padding-left: 16px; }
        .product-anchors .product-anchors-link::before {
          display: none; } }

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

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

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

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

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

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

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

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

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

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

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

.action-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-color);
  border-radius: 24px;
  background: var(--bg);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .action-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 18.6487C9.89883 18.6487 9.7977 18.6225 9.70707 18.5702C9.60864 18.5134 7.26993 17.1555 4.89767 15.1095C3.49166 13.8969 2.36931 12.6941 1.56189 11.5348C0.517053 10.0345 -0.0083756 8.5915 0.000100941 7.24568C0.0100228 5.67967 0.57092 4.20694 1.57959 3.09874C2.60529 1.97186 3.97412 1.35132 5.434 1.35132C7.30497 1.35132 9.01555 2.39936 10 4.05959C10.9845 2.3994 12.6951 1.35132 14.5661 1.35132C15.9453 1.35132 17.2612 1.91124 18.2715 2.92796C19.3803 4.0437 20.0102 5.62018 19.9999 7.2531C19.9914 8.59658 19.4561 10.0374 18.409 11.5356C17.599 12.6944 16.4783 13.8966 15.0778 15.1088C12.7142 17.1546 10.3923 18.5125 10.2946 18.5693C10.2035 18.6222 10.1017 18.6487 10 18.6487ZM5.43396 2.52319C4.3081 2.52319 3.24705 3.00772 2.44623 3.88756C1.63256 4.78151 1.18002 5.97674 1.17197 7.2531C1.15592 9.79376 3.5981 12.439 5.6497 14.2106C7.46184 15.7755 9.29989 16.9502 9.99895 17.3786C10.6944 16.9495 12.5195 15.7752 14.3241 14.2113C16.3699 12.4382 18.8119 9.79056 18.828 7.24572C18.8364 5.92264 18.3306 4.64998 17.4403 3.75401C16.6516 2.96034 15.6309 2.52323 14.5661 2.52323C12.7746 2.52323 11.1636 3.78323 10.5576 5.65861C10.4795 5.90049 10.2542 6.06436 10.0001 6.06436C9.74586 6.06436 9.52067 5.90045 9.44254 5.65858C8.83641 3.78323 7.22552 2.52319 5.43396 2.52319Z" fill="%23189E31"/></svg>') center center no-repeat; }
  .action-toggle .ic,
  .action-toggle .icon {
    width: 20px;
    height: 20px;
    display: none; }
  .action-toggle.choosed::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" viewBox="0 0 20 18" fill="none"><path d="M10 17.6487C9.89883 17.6487 9.7977 17.6225 9.70707 17.5702C9.60864 17.5134 7.26993 16.1555 4.89767 14.1095C3.49166 12.8969 2.36931 11.6942 1.56189 10.5348C0.517053 9.03456 -0.0083756 7.59151 0.000100941 6.2457C0.0100228 4.67968 0.57092 3.20695 1.57959 2.09875C2.60529 0.971879 3.97412 0.351334 5.434 0.351334C7.30497 0.351334 9.01555 1.39938 10 3.05961C10.9845 1.39942 12.6951 0.351334 14.5661 0.351334C15.9453 0.351334 17.2612 0.911254 18.2715 1.92797C19.3803 3.04371 20.0102 4.62019 19.9999 6.25312C19.9914 7.59659 19.4561 9.03745 18.409 10.5356C17.599 11.6944 16.4783 12.8966 15.0778 14.1088C12.7142 16.1547 10.3923 17.5125 10.2946 17.5693C10.2035 17.6222 10.1017 17.6487 10 17.6487Z" fill="%23189E31"/></svg>') center no-repeat; }
  @media (any-hover: hover) {
    .action-toggle:hover {
      -webkit-box-shadow: inset 0 0 0 1px var(--main-color);
              box-shadow: inset 0 0 0 1px var(--main-color); } }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--black-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px; }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rating .rating-stars .star-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 16px;
      height: 16px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 15" fill="none"><path d="M8 0L10.4452 4.63449L15.6085 5.52786L11.9564 9.28551L12.7023 14.4721L8 12.16L3.29772 14.4721L4.0436 9.28551L0.391548 5.52786L5.55481 4.63449L8 0Z" fill="%23F4C20C"/></svg>') center no-repeat; }
      .rating .rating-stars .star-icon.disabled {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 15" fill="none"><path d="M8 0L10.4452 4.63449L15.6085 5.52786L11.9564 9.28551L12.7023 14.4721L8 12.16L3.29772 14.4721L4.0436 9.28551L0.391548 5.52786L5.55481 4.63449L8 0Z" fill="%23F2F6FC"/></svg>') center no-repeat; }

.reviews .reviews-list {
  border-radius: 24px;
  border: 1px solid var(--outline); }
  .reviews .reviews-list:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .reviews .reviews-list:not(:last-child) {
        margin-bottom: 16px; } }

.review {
  padding: 24px; }
  @media (max-width: 991.98px) {
    .review {
      padding: 20px 16px; } }
  .review:not(:last-child) {
    border-bottom: 1px solid var(--outline); }
  .review > * {
    margin-bottom: 8px; }
  .review > *:last-child {
    margin-bottom: 0; }
  .review.answer {
    padding-left: 50px; }
  .review .review-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
  .review .reviews-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2px; }
  .review .reviews-name {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .review .reviews-data {
    color: var(--light-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .review .rating {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto; }
    .review .rating .rating-stars {
      gap: 2px; }
      .review .rating .rating-stars .star-icon {
        width: 18px;
        height: 18px; }
  .review .review-content {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .review .answer-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px; }
  .review .review-benefits,
  .review .review-limitations {
    overflow: hidden;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .review .review-benefits b,
    .review .review-limitations b {
      font-weight: 600; }

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

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

.socials-wrap {
  --size: 32px;
  --size-icon: 16px;
  --bg-social: linear-gradient(249deg, #189e31 0%, #225f2e 100%); }
  .socials-wrap .socials-title {
    color: var(--black-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase; }
    .socials-wrap .socials-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .socials-wrap .socials-title {
        font-size: 20px;
        line-height: 28px; } }
  .socials-wrap ul {
    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: 12px 24px;
    padding: 0;
    margin: 0; }
    @media (max-width: 575.98px) {
      .socials-wrap ul {
        -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; } }
  .socials-wrap li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    list-style: none;
    padding: 0; }
  .socials-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .socials-wrap a:hover {
        color: var(--main-color); } }
    .socials-wrap a .social-icon {
      width: var(--size);
      height: var(--size);
      background: var(--bg-social);
      border-radius: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .socials-wrap a .social-icon svg,
      .socials-wrap a .social-icon img {
        width: var(--size-icon);
        height: var(--size-icon);
        -o-object-fit: scale-down;
           object-fit: scale-down; }

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

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

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

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

.products-carousel {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .products-carousel:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
    .products-carousel:has(.swiper-pagination-lock) .products-carousel-nav {
      display: none; }
  @media (max-width: 991.98px) {
    .products-carousel .section-btn-more {
      margin-left: auto; } }
  .products-carousel .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .products-carousel .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .products-carousel .products-carousel-list {
    position: relative;
    z-index: 1; }

.products-carousel-nav {
  position: relative;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px; }
  @media (max-width: 768px) {
    .products-carousel-nav {
      margin-top: 24px;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .products-carousel-nav .swiper-button-next,
  .products-carousel-nav .swiper-button-prev {
    position: static !important;
    margin-top: 0 !important; }

.products-carousel-tabs-section {
  position: relative;
  z-index: 1; }
  .products-carousel-tabs-section:not(:last-child) {
    margin-bottom: 88px; }
    @media (max-width: 991.98px) {
      .products-carousel-tabs-section:not(:last-child) {
        margin-bottom: 56px; } }
  .products-carousel-tabs-section .products-carousel-title {
    text-align: center; }

.products-carousel-tabs .products-carousel-tabs-nav-inner:not(:last-child) {
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .products-carousel-tabs .products-carousel-tabs-nav-inner:not(:last-child) {
      margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  .products-carousel-tabs .products-carousel-tabs-nav-inner {
    margin: 0 -16px; } }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  gap: 12px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .products-carousel-tabs .products-carousel-tabs-nav::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .products-carousel-tabs .products-carousel-tabs-nav {
      gap: 4px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
      padding: 0 16px; } }
  .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
        margin-bottom: 20px; } }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 24px;
    border-radius: 1000px;
    background: var(--white);
    cursor: pointer;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: var(--main-color);
      color: var(--white-color); }
    @media (any-hover: hover) {
      .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item:hover {
        background: var(--main-color);
        color: var(--white-color); } }
    @media (max-width: 991.98px) {
      .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        scroll-snap-align: center; } }

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

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

.product-stickers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  .product-stickers.stickers-top-left {
    top: 5px;
    left: 5px; }
  .product-stickers.stickers-top-right {
    top: 5px;
    right: 5px; }
  .product-stickers.stickers-bottom-left {
    bottom: 5px;
    left: 5px; }
  .product-stickers.stickers-bottom-right {
    bottom: 5px;
    right: 5px; }
  .product-stickers .label {
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    color: var(--white-color); }
    .product-stickers .label.label-is_new {
      background: blue; }
    .product-stickers .label.label-is_top {
      background: orange; }
    .product-stickers .label.label-is_sale {
      background: orangered; }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

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

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

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

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

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

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 324px 1fr;
  grid-template-columns: 324px 1fr;
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .category-page-grid {
      -ms-grid-columns: 280px 1fr;
      grid-template-columns: 280px 1fr; } }
  @media (max-width: 991.98px) {
    .category-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 992px) {
    .category-page-grid .category-page-aside {
      min-height: 400px; } }
  @media (max-width: 991.98px) {
    .category-page-grid:has(.aside-bottom) .category-page-aside-wrap {
      max-height: calc(100dvh - 72px); } }
  .category-page-grid .catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8pxp; }
    .category-page-grid .catalog-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .category-page-grid .catalog-top {
        padding: 6px 20px 6px 6px;
        border-radius: 24px;
        background: var(--white); } }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-top {
        gap: 16px 4px; } }

.catalog-search {
  position: relative;
  width: 100%;
  max-width: 400px; }
  @media (max-width: 991.98px) {
    .catalog-search {
      max-width: 100%; } }
  .catalog-search .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 16px;
    color: var(--main-color);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .catalog-search .catalog-search-input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid var(--outline);
    background: var(--white);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .catalog-search .catalog-search-input::-webkit-input-placeholder {
      color: var(--light-grey); }
    .catalog-search .catalog-search-input::-moz-placeholder {
      color: var(--light-grey); }
    .catalog-search .catalog-search-input:-ms-input-placeholder {
      color: var(--light-grey); }
    .catalog-search .catalog-search-input::-ms-input-placeholder {
      color: var(--light-grey); }
    .catalog-search .catalog-search-input::placeholder {
      color: var(--light-grey); }
    .catalog-search .catalog-search-input:focus {
      border-color: var(--main-color);
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .catalog-search input[type="search"]::-webkit-search-decoration,
  .catalog-search input[type="search"]::-webkit-search-cancel-button,
  .catalog-search input[type="search"]::-webkit-search-results-button,
  .catalog-search input[type="search"]::-webkit-search-results-decoration {
    display: none; }

@media (min-width: 992px) {
  .category-page-aside {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px;
    border-radius: 32px;
    background: var(--white); }
    .category-page-aside::before, .category-page-aside::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 278px;
      height: 278px;
      border-radius: 38px;
      background-color: var(--main-color); }
    .category-page-aside::after {
      top: -6px;
      right: -6px; }
    .category-page-aside::before {
      bottom: -6px;
      left: -6px; } }

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

@media (min-width: 992px) {
  .category-page-aside .category-aside-top:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--outline); } }

@media (max-width: 991.98px) {
  .category-page-aside .category-aside-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    background: var(--white);
    border-radius: 0 0 16px 16px;
    background: var(--purple-gradient); } }

.category-page-aside .category-aside-top .category-aside-top-title {
  color: var(--sec-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .category-page-aside .category-aside-top .category-aside-top-title {
      color: var(--white); } }

.category-page-aside .category-aside-top .category-aside-top-close {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1); }
  @media (min-width: 992px) {
    .category-page-aside .category-aside-top .category-aside-top-close {
      display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-close .icon {
    width: 16px;
    height: 16px;
    color: var(--white); }

.category-page-aside .slider-nav {
  padding-top: 10px; }
  .category-page-aside .slider-nav .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .category-page-aside .slider-nav .amount:not(:last-child) {
      margin-bottom: 29px; }
  .category-page-aside .slider-nav .amount-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    min-width: 88px;
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .category-page-aside .slider-nav .amount-item input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 40px;
      max-width: 88px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      color: var(--theme-color-main);
      border-radius: 4px;
      border: 1px solid #e3e3e3;
      background: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .category-page-aside .slider-nav .amount-item input:hover, .category-page-aside .slider-nav .amount-item input:focus {
          border-color: var(--theme-color-main); } }
      .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--theme-color-main);
        outline: none; }
  .category-page-aside .slider-nav .ui-slider {
    height: 6px; }
    .category-page-aside .slider-nav .ui-slider:not(:last-child) {
      margin-bottom: 25px; }
  .category-page-aside .slider-nav .ui-widget-content {
    background: #f1f1f1;
    height: 6px;
    border-radius: 100px;
    border: none;
    margin: 0 32px; }
    .category-page-aside .slider-nav .ui-widget-content:after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      border-radius: 100px;
      top: -2px;
      bottom: 2px;
      left: -32px;
      right: -32px;
      background: #f1f1f1; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: -2px;
    background: transparent; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 105%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #ffac07; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle {
    top: 1px;
    width: 32px;
    height: 0;
    display: block;
    border: none;
    outline: none;
    margin-left: -16px; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle::before {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      width: 32px;
      height: 32px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: black;
      cursor: pointer;
      border-radius: 100px; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(1):before {
    right: 50%; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(2):before {
    left: 50%; }
  .category-page-aside .slider-nav .btn-apply {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 4px; }

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

.category-page-aside-wrap {
  position: relative; }
  @media (max-width: 991.98px) {
    .category-page-aside-wrap {
      padding: 84px 16px 16px;
      overflow-y: auto;
      max-height: 100dvh; } }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer; }
  .aside-elem-title:not(:last-child) {
    margin-bottom: 12px; }
  .aside-elem-title .arrow-wrap {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--theme-color-main);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .aside-elem-title .arrow-wrap .icon {
      width: 10px;
      height: 10px; }

.btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 2px);
  margin-right: auto;
  height: 44px;
  gap: 4px;
  padding: 4px 20px;
  border-radius: 80px;
  background: var(--main-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase; }
  .btn-filter-mobile::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 17px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M13.8483 2H3.15335C2.88184 2.00021 2.61623 2.07923 2.38876 2.22746C2.16129 2.37569 1.98173 2.58676 1.87188 2.83505C1.76202 3.08334 1.7266 3.35818 1.76991 3.62621C1.81322 3.89424 1.93339 4.14394 2.11585 4.345L6.75085 9.4425V14.25C6.75089 14.344 6.77741 14.436 6.82738 14.5156C6.87735 14.5952 6.94873 14.6591 7.03335 14.7C7.10098 14.7333 7.17545 14.7505 7.25085 14.75C7.36449 14.7499 7.47471 14.7111 7.56335 14.64L8.50085 13.89L10.0633 12.64C10.1218 12.5932 10.169 12.5338 10.2015 12.4663C10.2339 12.3988 10.2508 12.3249 10.2508 12.25V9.4425L14.8858 4.345C15.0683 4.14394 15.1885 3.89424 15.2318 3.62621C15.2751 3.35818 15.2397 3.08334 15.1298 2.83505C15.02 2.58676 14.8404 2.37569 14.6129 2.22746C14.3855 2.07923 14.1199 2.00021 13.8483 2Z" fill="white"/></svg>') center no-repeat; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }

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

@media (max-width: 991.98px) {
  .aside-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px 16px 0 0;
    background: var(--purple-gradient); } }

.aside-bottom .btn {
  width: 100%;
  min-height: 40px; }

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

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

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

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

.catalog-filter .aside-elem:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--outline); }

.catalog-filter .aside-elem.accordion-collapsed .arrow-wrap {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 10px; }
  .catalog-filter .filter-search-wrap .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 16px;
    color: var(--main-color);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .catalog-filter .filter-search-wrap input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid var(--outline);
    background: var(--white);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .catalog-filter .filter-search-wrap input::-webkit-input-placeholder {
      color: var(--light-grey); }
    .catalog-filter .filter-search-wrap input::-moz-placeholder {
      color: var(--light-grey); }
    .catalog-filter .filter-search-wrap input:-ms-input-placeholder {
      color: var(--light-grey); }
    .catalog-filter .filter-search-wrap input::-ms-input-placeholder {
      color: var(--light-grey); }
    .catalog-filter .filter-search-wrap input::placeholder {
      color: var(--light-grey); }
    .catalog-filter .filter-search-wrap input:focus {
      border-color: var(--main-color);
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

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

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

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

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

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--outline);
    background-color: var(--white);
    border-radius: 8px; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M11.5846 1C11.2513 0.666667 10.7513 0.666667 10.418 1L4.16797 7.25L1.58464 4.66667C1.2513 4.33333 0.751302 4.33333 0.417969 4.66667C0.0846354 5 0.0846354 5.5 0.417969 5.83333L3.58464 9C3.7513 9.16667 3.91797 9.25 4.16797 9.25C4.41797 9.25 4.58464 9.16667 4.7513 9L11.5846 2.16667C11.918 1.83333 11.918 1.33333 11.5846 1Z" fill="white"/></svg>');
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--main-color); }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      color: var(--main-color); } }

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

.catalog-filter .styler {
  width: 100%; }
  .catalog-filter .styler.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .catalog-filter .styler.opened .jq-selectbox__select {
    border-color: var(--main-color);
    border-radius: 12px; }
  .catalog-filter .styler .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid var(--outline);
    background: var(--white);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .catalog-filter .styler .jq-selectbox__select:focus {
      border-color: var(--main-color); }
  .catalog-filter .styler .jq-selectbox__select-text {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    color: var(--light-grey); }
  .catalog-filter .styler .jq-selectbox__trigger {
    right: 8px;
    background: transparent; }
    .catalog-filter .styler .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M8.77067 0.217058C9.05721 0.488268 9.0753 0.917507 8.82455 1.20845L8.77067 1.26451L5.05328 4.78304C4.74765 5.07232 4.25225 5.07232 3.94662 4.78304L0.229221 1.26451C-0.0764074 0.975236 -0.0764074 0.506335 0.229221 0.217057C0.534849 -0.0722207 1.03025 -0.0722207 1.33588 0.217057L4.49995 3.21186L7.66401 0.217058L7.72325 0.166059C8.03063 -0.0712722 8.48413 -0.0541525 8.77067 0.217058Z" fill="%23189E31"/></svg>') center no-repeat;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .catalog-filter .styler .jq-selectbox__dropdown {
    top: calc(100% + 2px) !important;
    bottom: auto !important;
    border-radius: 12px;
    border: 1px solid var(--outline);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
    .catalog-filter .styler .jq-selectbox__dropdown ul {
      padding: 6px;
      border-radius: 12px; }
      @media (min-width: 992px) {
        .catalog-filter .styler .jq-selectbox__dropdown ul, .catalog-filter .styler .jq-selectbox__dropdown ul * {
          scrollbar-color: auto;
          scrollbar-width: auto; }
        .catalog-filter .styler .jq-selectbox__dropdown ul::-webkit-scrollbar,
        .catalog-filter .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .catalog-filter .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-button,
        .catalog-filter .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-button {
          display: none; }
        .catalog-filter .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-track,
        .catalog-filter .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-track {
          background: #e1e8ee; }
        .catalog-filter .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-track-piece,
        .catalog-filter .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-track-piece {
          background: #e1e8ee; }
        .catalog-filter .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
        .catalog-filter .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-thumb {
          background: #11171c; }
        .catalog-filter .styler .jq-selectbox__dropdown ul::-webkit-scrollbar-corner,
        .catalog-filter .styler .jq-selectbox__dropdown ul *::-webkit-scrollbar-corner {
          background: #e1e8ee; } }
      .catalog-filter .styler .jq-selectbox__dropdown ul li {
        border-radius: 6px;
        padding: 12px 16px;
        font-size: 16px;
        color: var(--black-color);
        font-family: "Inter", sans-serif; }
        .catalog-filter .styler .jq-selectbox__dropdown ul li:not(:last-child) {
          margin-bottom: 2px; }
        .catalog-filter .styler .jq-selectbox__dropdown ul li.selected, .catalog-filter .styler .jq-selectbox__dropdown ul li.sel {
          background: var(--main-color);
          color: var(--white); }
        .catalog-filter .styler .jq-selectbox__dropdown ul li.disabled {
          background: var(--stroke);
          display: none; }
        @media (any-hover: hover) {
          .catalog-filter .styler .jq-selectbox__dropdown ul li:hover {
            background: var(--main-color);
            color: var(--white); } }

.catalog-aside-nav-wrap .catalog-aside-nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px; }

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }
  .catalog-filter-selected:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--outline); }
  .catalog-filter-selected .filter-selected-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
  .catalog-filter-selected .filter-selected {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 10px;
    gap: 8px;
    min-height: 32px;
    color: var(--light-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 12px;
    background: var(--bg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected b {
      color: var(--black-color);
      font-weight: 400;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 12px;
      height: 12px;
      padding: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--light-grey);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .catalog-filter-selected .filter-selected .icon-wrap .ic {
        width: 100%;
        height: 100%; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        background: var(--main-color);
        color: var(--white);
        text-decoration: none; }
        .catalog-filter-selected .filter-selected:hover b {
          color: var(--white); }
        .catalog-filter-selected .filter-selected:hover .icon-wrap {
          color: var(--white); } }
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 2px 8px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected-clear .icon-wrap {
      width: 16px;
      height: 16px;
      padding: 1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .catalog-filter-selected .filter-selected-clear .icon-wrap .ic {
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover {
        background: transparent;
        color: var(--theme-color-second); }
        .catalog-filter-selected .filter-selected-clear:hover .ic {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
    .catalog-filter-selected .filter-selected-clear:focus {
      text-decoration: none; }

.catalog-sorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px; }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap {
      width: calc(50% - 2px); } }
  .catalog-sorting-wrap .sorting-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .catalog-sorting-wrap .sorting-title::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.7207 10.4951C11.8661 10.3679 12.1339 10.3679 12.2793 10.4951C12.3392 10.5476 12.3496 10.596 12.3496 10.625C12.3496 10.654 12.3393 10.7024 12.2793 10.7549L8.2793 14.2549C8.13386 14.3821 7.86613 14.3821 7.7207 14.2549L3.7207 10.7549L3.68457 10.7158C3.65636 10.6789 3.65039 10.6467 3.65039 10.625C3.65039 10.596 3.66075 10.5476 3.7207 10.4951C3.86616 10.3679 4.13383 10.3679 4.2793 10.4951L7.57227 13.377L8 13.751L8.42773 13.377L11.7207 10.4951ZM8 1.65039C8.11879 1.65039 8.21835 1.69179 8.2793 1.74512L12.2793 5.24512C12.3393 5.2976 12.3496 5.34603 12.3496 5.375C12.3496 5.40397 12.3393 5.4524 12.2793 5.50488C12.1339 5.63208 11.8661 5.63209 11.7207 5.50488L8.42773 2.62305L8 2.24902L7.57227 2.62305L4.2793 5.50488C4.13383 5.63208 3.86617 5.63208 3.7207 5.50488C3.66072 5.4524 3.65039 5.40396 3.65039 5.375C3.65039 5.34604 3.66072 5.2976 3.7207 5.24512L7.7207 1.74512C7.78164 1.69179 7.88121 1.65039 8 1.65039Z" fill="%23189E31" stroke="%23189E31" stroke-width="1.3"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .sorting-title {
        display: none; } }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap .sorting-select-wrap {
      width: 100%; } }
  .catalog-sorting-wrap .jq-selectbox {
    height: 44px;
    width: 100%; }
    .catalog-sorting-wrap .jq-selectbox.opened .jq-selectbox__trigger {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .catalog-sorting-wrap .jq-selectbox .sorting-select {
      border: none; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 6px;
      min-height: 44px;
      min-width: 100%;
      width: 100%;
      padding: 4px 0;
      background: var(--white);
      border: none;
      background: var(--white-color);
      color: var(--black-color);
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (max-width: 991.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
          padding: 4px 12px;
          border-radius: 80px; } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        height: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: var(--black-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        font-family: "Inter", sans-serif;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        text-overflow: ellipsis; }
        @media (min-width: 992px) {
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
            padding-right: 16px; } }
        @media (max-width: 991.98px) {
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
            position: relative;
            padding-left: 22px; }
            .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text::before {
              content: "";
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              position: absolute;
              top: 0;
              left: 0;
              width: 17px;
              height: 16px;
              margin-right: 5px;
              background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.2207 10.4951C12.3661 10.3679 12.6339 10.3679 12.7793 10.4951C12.8392 10.5476 12.8496 10.596 12.8496 10.625C12.8496 10.654 12.8393 10.7024 12.7793 10.7549L8.7793 14.2549C8.63386 14.3821 8.36613 14.3821 8.2207 14.2549L4.2207 10.7549L4.18457 10.7158C4.15636 10.6789 4.15039 10.6467 4.15039 10.625C4.15039 10.596 4.16075 10.5476 4.2207 10.4951C4.36616 10.3679 4.63383 10.3679 4.7793 10.4951L8.07227 13.377L8.5 13.751L8.92773 13.377L12.2207 10.4951ZM8.5 1.65039C8.61879 1.65039 8.71835 1.69179 8.7793 1.74512L12.7793 5.24512C12.8393 5.2976 12.8496 5.34603 12.8496 5.375C12.8496 5.40397 12.8393 5.4524 12.7793 5.50488C12.6339 5.63208 12.3661 5.63209 12.2207 5.50488L8.92773 2.62305L8.5 2.24902L8.07227 2.62305L4.7793 5.50488C4.63383 5.63208 4.36617 5.63208 4.2207 5.50488C4.16072 5.4524 4.15039 5.40396 4.15039 5.375C4.15039 5.34604 4.16072 5.2976 4.2207 5.24512L8.2207 1.74512C8.28164 1.69179 8.38121 1.65039 8.5 1.65039Z" fill="%23189E31" stroke="%23189E31" stroke-width="1.3"/></svg>') center no-repeat; } }
        @media (any-hover: hover) {
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:hover {
            color: var(--main-color); } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
      width: 10px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
          display: none; } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
      margin-top: 0;
      width: 10px;
      height: 10px;
      color: var(--theme-color-main);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M8.77067 0.717058C9.05721 0.988268 9.0753 1.41751 8.82455 1.70845L8.77067 1.76451L5.05328 5.28304C4.74765 5.57232 4.25225 5.57232 3.94662 5.28304L0.229221 1.76451C-0.0764074 1.47524 -0.0764074 1.00634 0.229221 0.717057C0.534849 0.427779 1.03025 0.427779 1.33588 0.717057L4.49995 3.71186L7.66401 0.717058L7.72325 0.666059C8.03063 0.428728 8.48413 0.445848 8.77067 0.717058Z" fill="%23189E31"/></svg>') center no-repeat; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
      top: calc(100% + 2px) !important;
      border-radius: 12px;
      min-width: 250px;
      left: auto !important;
      border: 1px solid var(--outline);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul {
        padding: 6px;
        border-radius: 12px; }
        @media (min-width: 992px) {
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul * {
            scrollbar-color: auto;
            scrollbar-width: auto; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar,
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar {
            width: 2px;
            height: 2px; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-button,
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-button {
            display: none; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-track,
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-track {
            background: #e1e8ee; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-track-piece,
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-track-piece {
            background: #e1e8ee; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-thumb {
            background: #11171c; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-corner,
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul *::-webkit-scrollbar-corner {
            background: #e1e8ee; } }
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul li {
          border-radius: 6px;
          padding: 12px 16px;
          font-size: 16px;
          color: var(--black-color);
          font-family: "Inter", sans-serif; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul li:not(:last-child) {
            margin-bottom: 2px; }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul li.selected, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul li.sel {
            background: var(--main-color);
            color: var(--white); }
          .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul li.disabled {
            background: var(--stroke);
            display: none; }
          @media (any-hover: hover) {
            .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul li:hover {
              background: var(--main-color);
              color: var(--white); } }

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

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

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

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

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

.page-post-grid article {
  padding: 32px;
  border-radius: 24px;
  background: var(--white); }
  @media (max-width: 991.98px) {
    .page-post-grid article {
      padding: 20px 16px; } }

.page-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-img:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .page-img:not(:last-child) {
        margin-bottom: 16px; } }
  .page-img picture, .page-img img {
    width: 100%;
    border-radius: 16px; }

.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;
  gap: 12px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--stroke); }
  .article-content .nav-buttons:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .article-content .nav-buttons {
      margin-top: 24px;
      padding-top: 24px; }
      .article-content .nav-buttons:not(:last-child) {
        margin-bottom: 24px; } }
  .article-content .nav-buttons .nav-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    border: none;
    text-transform: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .article-content .nav-buttons .nav-link-item .arrow-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--bg);
      display: -webkit-box;
      display: -ms-flexbox;
      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(--main-color);
      -webkit-transition: color 0.3s ease, background-color 0.3s ease;
      transition: color 0.3s ease, background-color 0.3s ease; }
      .article-content .nav-buttons .nav-link-item .arrow-icon .ic {
        width: 10px;
        height: 10px; }
    @media (any-hover: hover) {
      .article-content .nav-buttons .nav-link-item:hover {
        color: var(--main-color); }
        .article-content .nav-buttons .nav-link-item:hover .arrow-icon {
          background: var(--main-color);
          color: var(--white); } }
  .article-content .nav-buttons .nav-link-item-prev {
    text-align: left; }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    text-align: right; }

.article-content .text-formatted picture, .article-content .text-formatted img {
  width: 100%;
  border-radius: 16px; }

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

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--stroke); }
  @media (max-width: 991.98px) {
    .article-header {
      margin: 16px 0;
      padding-bottom: 16px; } }
  .article-header .date {
    font-size: 16px;
    line-height: 1.5; }

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

.article-aside-sticky .banner {
  width: 100%; }
  .article-aside-sticky .banner:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .article-aside-sticky .banner:not(:last-child) {
        margin-bottom: 24px; } }
  .article-aside-sticky .banner a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    border-radius: 24px; }
    @media (any-hover: hover) {
      .article-aside-sticky .banner a:hover {
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } }
    .article-aside-sticky .banner a picture,
    .article-aside-sticky .banner a img {
      width: 100%;
      border-radius: 24px; }

.article-aside-news {
  padding: 28px;
  border-radius: 24px;
  background: var(--white); }
  @media (max-width: 991.98px) {
    .article-aside-news {
      padding: 20px 16px; } }
  .article-aside-news .articles-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    .article-aside-news .articles-title:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .article-aside-news .articles-title:not(:last-child) {
          margin-bottom: 16px; } }
  .article-aside-news .article-aside-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article-aside-news .article-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    border-radius: 0;
    padding: 16px 0; }
    .article-aside-news .article-card:first-child {
      border-top: 1px solid var(--stroke); }
    .article-aside-news .article-card:not(:last-child) {
      border-bottom: 1px solid var(--stroke); }
    .article-aside-news .article-card .article-img {
      width: 120px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: auto; }
      .article-aside-news .article-card .article-img picture, .article-aside-news .article-card .article-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 12px; }
    .article-aside-news .article-card .article-title {
      color: var(--black-color);
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .article-aside-news .article-card .article-title {
          font-size: 14px;
          line-height: 20px; } }
      @media (any-hover: hover) {
        .article-aside-news .article-card .article-title:hover {
          color: var(--main-color); } }
      .article-aside-news .article-card .article-title span {
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        text-overflow: ellipsis; }
      .article-aside-news .article-card .article-title:not(:last-child) {
        margin-bottom: 4px; }

.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; }
  .articles-latest .section-btn-more {
    min-height: 40px;
    padding: 8px 20px; }
    @media (max-width: 767.98px) {
      .articles-latest .section-btn-more {
        font-size: 14px;
        line-height: 20px; } }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  overflow: visible !important; }
  .articles-latest-text-slider:has(.swiper-pagination-lock),
  .articles-latest-video-slider:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .articles-latest-text-slider .swiper-slide:not(.swiper-slide-visible),
    .articles-latest-video-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .articles-latest-text-slider:not(.swiper-initialized),
  .articles-latest-video-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-right: -16px; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      width: 25%;
      padding-right: 16px; }
      @media (max-width: 991.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 80%; } }
  .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: 12px;
  overflow: hidden; }
  .rubrics-nav:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .rubrics-nav {
      margin: 0 -16px; }
      .rubrics-nav:not(:last-child) {
        margin-bottom: 20px; } }
  .rubrics-nav .rubrics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    overflow: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .rubrics-nav .rubrics-list::-webkit-scrollbar {
      display: none; }
    @media (max-width: 991.98px) {
      .rubrics-nav .rubrics-list {
        gap: 4px;
        padding: 0 16px; } }
  .rubrics-nav .rubric {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 24px;
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 1000px;
    background: var(--white);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap; }
    @media (any-hover: hover) {
      .rubrics-nav .rubric:hover {
        -webkit-box-shadow: inset 0 0 0 1px var(--main-color);
                box-shadow: inset 0 0 0 1px var(--main-color); } }
    .rubrics-nav .rubric.active {
      color: var(--white);
      background: var(--main-color); }
    @media (max-width: 991.98px) {
      .rubrics-nav .rubric {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
        scroll-snap-align: center; } }

.articles-list:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .articles-list:not(:last-child) {
      margin-bottom: 24px; } }

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

.article-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  background: var(--white);
  overflow: hidden;
  height: 100%; }
  .article-card .article-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 24px; }
    @media (max-width: 991.98px) {
      .article-card .article-wrap {
        padding: 16px 20px; } }
  .article-card .article-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .article-card .article-img picture,
    .article-card .article-img img {
      width: 100%; }
  .article-card .article-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px; }
    .article-card .article-top:not(:last-child) {
      margin-bottom: 12px; }
  .article-card a.article-title {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .article-card a.article-title:hover {
        color: var(--main-color); } }
  .article-card .article-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    .article-card .article-title:not(:last-child) {
      margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .article-card .article-title {
        font-size: 16px;
        line-height: 1.5; }
        .article-card .article-title:not(:last-child) {
          margin-bottom: 12px; } }
  .article-card .article-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article-card .article-bottom .date {
      margin-left: auto; }
  .article-card .article-link {
    margin-top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 6px 0;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .article-card .article-link {
        padding: 0; } }
    .article-card .article-link .icon-arrow {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px; }
      .article-card .article-link .icon-arrow .icon {
        position: static;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    @media (any-hover: hover) {
      .article-card .article-link:hover {
        color: var(--main-color); }
        .article-card .article-link:hover .icon-arrow .icon {
          -webkit-animation: moveArrow 1s forwards;
                  animation: moveArrow 1s forwards; } }
  .article-card .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px; }
    .article-card .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-card .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
    .article-card .author-wrap .author-name {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  border-radius: 1000px;
  background: #eefff1;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis; }

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

.page-contacts:not(:last-child) {
  margin-bottom: 88px; }
  @media (max-width: 991.98px) {
    .page-contacts:not(:last-child) {
      margin-bottom: 56px; } }

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

.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; }
  .page-contacts .page-contacts-col:first-child {
    padding: 32px;
    border-radius: 24px;
    background: var(--white); }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-col:first-child {
        padding: 20px; } }
  .page-contacts .page-contacts-col:last-child {
    position: relative; }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-col:last-child {
        padding: 4px; } }
    .page-contacts .page-contacts-col:last-child::before, .page-contacts .page-contacts-col:last-child::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 36px;
      background: var(--main-color); }
    @media (min-width: 992px) {
      .page-contacts .page-contacts-col:last-child::before {
        top: -6px;
        right: -6px;
        border-radius: 36px 28px 36px 36px; }
      .page-contacts .page-contacts-col:last-child::after {
        bottom: -6px;
        left: -6px;
        border-radius: 36px 36px 36px 28px; } }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-col:last-child::before, .page-contacts .page-contacts-col:last-child::after {
        width: 186px;
        height: 186px;
        border-radius: 24px; }
      .page-contacts .page-contacts-col:last-child::before {
        top: 0;
        left: 0;
        border-radius: 24px; }
      .page-contacts .page-contacts-col:last-child::after {
        bottom: 0;
        right: 0;
        border-radius: 24px; } }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }

.page-contacts .page-contacts-title {
  color: var(--black-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase; }
  .page-contacts .page-contacts-title:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-title {
      font-size: 20px;
      line-height: 1.4; }
      .page-contacts .page-contacts-title:not(:last-child) {
        margin-bottom: 4px; } }

.page-contacts .page-contacts-text {
  text-wrap: balance;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .page-contacts .page-contacts-text:not(:last-child) {
    margin-bottom: 16px; }

.page-contacts .form-style-box {
  position: relative;
  z-index: 1;
  height: 100%; }

.contacts-block {
  --size: 56px;
  --size-icon: 24px;
  --bg-icon: linear-gradient(228deg, #746db6 0%, #3c376b 100%);
  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) {
    .contacts-block {
      --size: 48px;
      --size-icon: 20px; } }
  .contacts-block:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--main-100); }
    @media (max-width: 991.98px) {
      .contacts-block:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px; } }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .contacts-block .contacts-info:not(:last-child) {
      margin-bottom: 16px; }
    @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.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: 1px;
    width: var(--size);
    height: var(--size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--bg-icon);
    color: var(--white); }
    .contacts-block .info-icon .icon,
    .contacts-block .info-icon .ic {
      width: var(--size-icon);
      height: var(--size-icon); }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    .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(--black-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .contacts-block .info-content {
        font-size: 20px;
        line-height: 1.4; } }
    .contacts-block .info-content span {
      max-width: 292px; }
    .contacts-block .info-content a {
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 500; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover, .contacts-block .info-content a:focus {
          text-decoration: none;
          color: var(--main-color); } }
      .contacts-block .info-content a:focus {
        text-decoration: none; }

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

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

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

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

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

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

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

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

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

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 5px; }
  .delivery-field-examples .examples-label {
    text-transform: lowercase;
    font-size: 0.875em;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .delivery-field-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .delivery-field-examples .examples-list a {
      text-decoration: underline; }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          text-decoration: none; } }
      .delivery-field-examples .examples-list a:focus {
        text-decoration: none; }

.order-card {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: #ffffff; }
  .order-card .custom-checkbox-agreement {
    font-size: 14px;
    line-height: 1.3; }

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

.payment-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .payment-type-list .custom-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.payment-picker .payment-details {
  border: 1px solid darkorange;
  border-radius: 10px;
  padding: 10px;
  background: #ffc1070f; }
  .payment-picker .payment-details > :last-child {
    margin-bottom: 0; }

.custom-radio {
  cursor: pointer;
  margin: 0; }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid grey;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 3px;
      background: white;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border-color: green;
    border-width: 2px; }
    .custom-radio input[type="radio"]:checked ~ .checkmark:after {
      background: green; }

.order-totals-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .order-totals-block .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    padding: 10px 0; }
    .order-totals-block .total-item:not(:last-child) {
      border-bottom: 1px solid #cfcfcf; }
    .order-totals-block .total-item .total-item-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%; }
    .order-totals-block .total-item.total-item-in-total {
      font-size: 1.4em; }
    .order-totals-block .total-item .price-text {
      font-size: 1rem; }

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

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

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

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

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

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

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

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

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

.checkout-success-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  gap: 30px; }
  .checkout-success-grid .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
  .checkout-success-grid .left-side {
    -ms-grid-column: 1;
    grid-column: 1; }
  .checkout-success-grid .right-side {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2; }

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

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

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

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

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

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

table.order-info-table {
  width: 100%; }
  table.order-info-table th {
    width: 180px; }
  table.order-info-table th, table.order-info-table td {
    padding: 5px 0; }
  table.order-info-table td {
    padding-left: 5px; }

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: 2px;
        height: 2px; }
      #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: #e1e8ee; }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: #e1e8ee; }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: #11171c; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: #e1e8ee; } }
  #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: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  color: var(--white);
  background: var(--bg);
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 0.5em;
    background-color: var(--white);
    display: none; }
  .modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .modal-close .ic,
  .modal-close .icon {
    width: 14px;
    height: 14px;
    color: var(--light-grey); }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--main-color);
      color: var(--white); }
      .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
        background-color: var(--white); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--white); } }

.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.cart-items-heading,
.cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr 172px 120px 32px;
  grid-template-columns: 90px 1fr 172px 120px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 16px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 1fr;
      grid-template-columns: 80px 1fr 1fr; } }

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

.products-table.products-table-no-edit .cart-items-heading,
.products-table.products-table-no-edit .cart-item {
  -ms-grid-columns: 90px 1fr 120px 120px 120px;
  grid-template-columns: 90px 1fr 120px 120px 120px; }

.products-table.products-table-no-edit .cart-item-set {
  -ms-grid-columns: 1fr 120px 120px 120px;
  grid-template-columns: 1fr 120px 120px 120px; }
  .products-table.products-table-no-edit .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }

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

.cart-items-heading .cart-heading-qty,
.cart-item .cart-item-qty {
  padding-right: 20px; }

.cart-item {
  position: relative;
  padding: 5px 0; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1; }
  @media (max-width: 991.98px) {
    .cart-item {
      padding-bottom: 20px;
      min-height: auto; }
      .cart-item:not(:last-child) {
        margin-bottom: 20px; } }
  .cart-item .cart-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .cart-item .cart-item-info {
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 3;
        grid-column: span 3;
        padding-right: 32px; } }
    @media (max-width: 575.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--color-text); }
    .cart-item .product-title .text {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      word-break: break-word; }
    @media (any-hover: hover) {
      .cart-item .product-title:hover, .cart-item .product-title:focus {
        color: var(--theme-color-second);
        text-decoration: none; } }
  .cart-item .product-sku {
    color: #777777;
    line-height: 1;
    font-size: 13px;
    margin-top: 3px; }
  .cart-item .variant-attributes {
    font-size: 13px;
    margin-top: 8px; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-qty {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .cart-item .cart-item-qty .qty-text {
    height: 48px;
    min-width: 48px;
    padding: 2px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    background: var(--white); }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-qty .qty-text {
        min-width: 80px; } }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
  .cart-item .price-wrap {
    font-size: 16px;
    font-weight: 700; }
    .cart-item .price-wrap .old-price {
      font-size: 12px; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }
  @media (max-width: 991.98px) {
    .cart-item .qty-picker {
      gap: 12px; } }
  .cart-item .qty-picker input {
    width: 48px; }

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

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

.cart-item-remove,
.cart-item-set-remove {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--grey-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .cart-item-remove,
    .cart-item-set-remove {
      position: absolute;
      right: 0;
      top: 0; } }
  .cart-item-remove .remove,
  .cart-item-set-remove .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cart-item-remove svg,
  .cart-item-set-remove svg {
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .cart-item-remove .remove:focus svg.ic,
  .cart-item-set-remove .remove:focus svg.ic {
    color: red; }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: red; } }

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

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

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

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

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

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

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

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

.account-grid .account-aside {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  padding: 20px;
  position: relative;
  background-color: var(--white-color); }
  @media (min-width: 992px) {
    .account-grid .account-aside {
      position: sticky;
      left: 0;
      top: 82px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 991.98px) {
    .account-grid .account-aside {
      padding: 12px;
      border-radius: 20px; } }

.account-grid .user-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border-radius: 12px;
  background: var(--purple-gradient);
  margin-bottom: 2px; }
  .account-grid .user-info-wrap .user-greeting {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .account-grid .user-info-wrap .user-full-name {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; }
    @media (max-width: 991.98px) {
      .account-grid .user-info-wrap .user-full-name {
        font-size: 16px;
        line-height: 1.5; } }

.account-row {
  padding: 32px;
  border-radius: 32px;
  background: var(--white); }
  @media (max-width: 991.98px) {
    .account-row {
      border-radius: 24px;
      padding: 20px; } }

.account-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .account-type:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .account-type:not(:last-child) {
        margin-bottom: 16px; } }
  .account-type span {
    font-weight: 600;
    color: var(--main-color); }

.account-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 28px;
  border-radius: 24px;
  background: #fffbee; }
  @media (max-width: 991.98px) {
    .account-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 20px;
      row-gap: 0; } }
  @media (max-width: 1199.98px) {
    .account-info {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .account-info .account-info-img {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--white); }
    .account-info .account-info-img img {
      width: 48px;
      height: 48px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .account-info .account-info-img:not(:last-child) {
        margin-bottom: 24px; } }
  .account-info .account-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px; }
    @media (max-width: 991.98px) {
      .account-info .account-info-content:not(:last-child) {
        margin-bottom: 10px; } }
  .account-info .account-info-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }
  .account-info .account-info-text {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
  .account-info .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 767.98px) {
      .account-info .btn {
        width: 100%; } }

@media (max-width: 991.98px) {
  .account-nav-wrap {
    position: absolute;
    z-index: 10000;
    top: 100%;
    left: 50%;
    width: calc(100% + 24px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 12px;
    padding: 12px;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-10px);
        -ms-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    pointer-events: none;
    background: var(--white);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); } }

.account-nav-wrap .btn-account-logout {
  margin-top: 2px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--light-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  border-top: 1px solid #e7e9ef; }
  @media (pointer: fine) {
    .account-nav-wrap .btn-account-logout:hover {
      color: var(--theme-color-main); } }
  .account-nav-wrap .btn-account-logout .ic {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px; }
  @media (max-width: 991.98px) {
    .account-nav-wrap .btn-account-logout {
      border-top: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.account-nav-wrap .account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .account-nav-wrap .account-nav .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: var(--white-color); }
    .account-nav-wrap .account-nav .link-item .link-item-icon {
      width: 32px;
      height: 32px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: var(--green-gradient); }
    .account-nav-wrap .account-nav .link-item .ic {
      width: 16px;
      height: 16px;
      color: var(--white); }
    @media (pointer: fine) {
      .account-nav-wrap .account-nav .link-item:hover {
        color: var(--main-color); } }
    .account-nav-wrap .account-nav .link-item.active {
      color: var(--white-color);
      background-color: var(--main-color); }

.account-nav-inner {
  position: relative; }
  .account-nav-inner.nav-tabs-active .account-nav-btn {
    border-radius: 0; }
    .account-nav-inner.nav-tabs-active .account-nav-btn::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .account-nav-inner.nav-tabs-active .account-nav-wrap {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    pointer-events: initial; }
  .account-nav-inner .account-nav-btn {
    width: 100%;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    border: none;
    background: var(--white-color);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .account-nav-inner .account-nav-btn .link-item-icon {
      width: 32px;
      height: 32px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: var(--green-gradient); }
    .account-nav-inner .account-nav-btn .ic {
      width: 16px;
      height: 16px;
      color: var(--white); }
    .account-nav-inner .account-nav-btn::after {
      content: "";
      margin-left: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--main-color) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M7.79615 0.717058C8.05086 0.988268 8.06693 1.41751 7.84405 1.70845L7.79615 1.76451L4.4918 5.28304C4.22013 5.57232 3.77977 5.57232 3.50811 5.28304L0.203752 1.76451C-0.0679169 1.47524 -0.0679169 1.00634 0.203753 0.717057C0.475422 0.427779 0.91578 0.427779 1.18745 0.717057L3.99995 3.71186L6.81246 0.717058L6.86511 0.666059C7.13834 0.428728 7.54145 0.445848 7.79615 0.717058Z" fill="white"/></svg>') center no-repeat;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    @media (min-width: 992px) {
      .account-nav-inner .account-nav-btn {
        display: none; } }

.lesson-list {
  padding: 32px;
  border-radius: 24px;
  background: var(--white);
  list-style: none;
  margin: 0;
  counter-reset: step-counter; }
  .lesson-list:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .lesson-list {
      padding: 20px; } }

@media (min-width: 992px) {
  .lesson-item {
    padding: 24px 0; }
    .lesson-item:not(:last-child) {
      border-bottom: 1px solid var(--stroke); } }

@media (max-width: 991.98px) {
  .lesson-item:not(:last-child) {
    margin-bottom: 24in;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--stroke); } }

.lesson-item.accordion-open .lesson-item__title .icon-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.lesson-item .lesson-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  counter-increment: step-counter;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .lesson-item .lesson-item__title {
      font-size: 16px;
      line-height: 1.5; } }
  @media (max-width: 575.98px) {
    .lesson-item .lesson-item__title {
      position: relative;
      -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; } }
  .lesson-item .lesson-item__title::before {
    content: counters(step-counter, ".", decimal-leading-zero);
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--purple-gradient);
    color: var(--white);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .lesson-item .lesson-item__title::before {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 1.6; } }
  .lesson-item .lesson-item__title .icon-arrow {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 16px;
    height: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .lesson-item .lesson-item__title .icon-arrow .icon {
      width: 8px;
      height: 8px; }
    @media (max-width: 575.98px) {
      .lesson-item .lesson-item__title .icon-arrow {
        position: absolute;
        top: 0;
        right: 0; } }

.lesson-item .lesson-item__body {
  display: none; }
  @media (min-width: 992px) {
    .lesson-item .lesson-item__body {
      padding: 8px 36px 24px 76px; } }
  @media (max-width: 991.98px) {
    .lesson-item .lesson-item__body {
      padding-top: 8px; } }

.lesson-item .lesson-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .lesson-item .lesson-item__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; } }

.lesson-item .lesson-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (min-width: 992px) {
    .lesson-item .lesson-item__content {
      padding-right: 20px; } }
  @media (max-width: 991.98px) {
    .lesson-item .lesson-item__content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.lesson-item .lesson-item__text {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .lesson-item .lesson-item__text {
      font-size: 14px;
      line-height: 20px; } }
  .lesson-item .lesson-item__text:not(:last-child) {
    margin-bottom: 20px; }

.lesson-item .lesson-item__img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 372px; }
  @media (max-width: 991.98px) {
    .lesson-item .lesson-item__img {
      margin-left: auto;
      margin-right: auto;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 767.98px) {
    .lesson-item .lesson-item__img {
      width: 100%; } }
  .lesson-item .lesson-item__img picture,
  .lesson-item .lesson-item__img img {
    aspect-ratio: 372 / 267;
    border-radius: 16px; }
    @media (max-width: 991.98px) {
      .lesson-item .lesson-item__img picture,
      .lesson-item .lesson-item__img img {
        aspect-ratio: 288 / 206; } }

@media (max-width: 575.98px) {
  .lesson-item .btn {
    width: 100%; } }

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  max-width: 48px;
  min-height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  background: var(--green-gradient);
  border: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  @media (any-hover: hover) {
    .btn-play:hover {
      -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 991.98px) {
    .btn-play {
      width: 38px;
      height: 38px;
      max-width: 38px;
      min-height: 38px; } }
  .btn-play::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml,<svg width="11" height="14" viewBox="0 0 11 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 6.13397C11.1667 6.51888 11.1667 7.48112 10.5 7.86603L1.5 13.0622C0.833332 13.4471 -6.10471e-07 12.966 -5.76822e-07 12.1962L-1.2256e-07 1.80385C-8.8911e-08 1.03405 0.833333 0.552922 1.5 0.937822L10.5 6.13397Z" fill="white"/></svg>') center no-repeat; }

.empty-block {
  width: 100%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
  background: var(--white);
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .empty-block {
      padding: 40px 24px;
      row-gap: 24px;
      border-radius: 20px; } }
  .empty-block .empty-block-img {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: var(--bg); }
    .empty-block .empty-block-img img {
      width: 48px;
      height: 48px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .empty-block .empty-block-img {
        width: 80px;
        height: 80px; }
        .empty-block .empty-block-img img {
          width: 38px;
          height: 38px; } }
  .empty-block .empty-block-content {
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 8px; }
  .empty-block .empty-block-title {
    color: var(--sec-black);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase; }
  .empty-block .empty-block-text {
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
    color: var(--grey-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  .profile-grid:not(:last-child) {
    margin-bottom: 24px; }
  .profile-grid .info-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: var(--sec-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }
    .profile-grid .info-title:not(:last-child) {
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--stroke); }
    @media (max-width: 991.98px) {
      .profile-grid .info-title {
        font-size: 18px; }
        .profile-grid .info-title:not(:last-child) {
          margin-bottom: 16px;
          padding-bottom: 16px; } }
  .profile-grid .info-title-icon {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--green-gradient);
    color: var(--white);
    border-radius: 100px; }
    .profile-grid .info-title-icon .icon {
      width: 16px;
      height: 16px; }
  .profile-grid .info-note {
    text-align: left; }
    .profile-grid .info-note:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .profile-grid .info-note:not(:last-child) {
          margin-bottom: 16px; } }
  .profile-grid .profile-info,
  .profile-grid .profile-access {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .profile-grid .profile-access:not(:last-child) {
    margin-bottom: 24px; }
  .profile-grid .form-grid-two {
    width: 100%; }
    @media (min-width: 992px) {
      .profile-grid .form-grid-two {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px; }
        .profile-grid .form-grid-two:not(:last-child) {
          margin-bottom: 24px; } }
    @media (max-width: 991.98px) {
      .profile-grid .form-grid-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px; }
        .profile-grid .form-grid-two:not(:last-child) {
          margin-bottom: 16px; } }
    .profile-grid .form-grid-two .form-group:not(:last-child) {
      margin-bottom: 0; }
  .profile-grid .form-grid-three {
    width: 100%; }
    @media (min-width: 992px) {
      .profile-grid .form-grid-three {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 16px; }
        .profile-grid .form-grid-three:not(:last-child) {
          margin-bottom: 24px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .profile-grid .form-grid-three {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 991.98px) {
      .profile-grid .form-grid-three {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px; }
        .profile-grid .form-grid-three:not(:last-child) {
          margin-bottom: 16px; } }
    .profile-grid .form-grid-three .form-group:not(:last-child) {
      margin-bottom: 0; }
  .profile-grid .profile-socials-bind {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .profile-grid .profile-socials-bind .title {
      position: relative;
      text-align: center;
      font-size: 1rem; }
      .profile-grid .profile-socials-bind .title span {
        position: relative;
        z-index: 2;
        color: #696969;
        background: var(--white-color);
        padding: 0 10px; }
      .profile-grid .profile-socials-bind .title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: var(--grey-color);
        height: 1px;
        width: 100%; }
    .profile-grid .profile-socials-bind .profile-socials-bind-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px;
      margin-top: 13px; }
      .profile-grid .profile-socials-bind .profile-socials-bind-list .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1fr;
                flex: 1 0 1fr;
        width: 100%;
        padding: 7px 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 100px;
        border: 1px solid;
        background: var(--white-color); }
        .profile-grid .profile-socials-bind .profile-socials-bind-list .social .text {
          text-align: center;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2;
          color: var(--color-text); }
  @media (max-width: 575.98px) {
    .profile-grid .btn {
      width: 100%; } }

.favorites-content {
  height: 100%; }

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

.favorites-empty {
  width: 100%;
  height: 100%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
  background: var(--white);
  border-radius: 24px; }
  @media (max-width: 991.98px) {
    .favorites-empty {
      padding: 40px 24px;
      row-gap: 24px;
      border-radius: 20px; } }
  .favorites-empty .favorites-empty-img {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: var(--bg); }
    .favorites-empty .favorites-empty-img img {
      width: 48px;
      height: 48px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .favorites-empty .favorites-empty-img {
        width: 80px;
        height: 80px; }
        .favorites-empty .favorites-empty-img img {
          width: 38px;
          height: 38px; } }
  .favorites-empty .favorites-empty-content {
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 8px; }
  .favorites-empty .favorites-empty-title {
    color: var(--sec-black);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase; }
  .favorites-empty .favorites-empty-text {
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
    color: var(--grey-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

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

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

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

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

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

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

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

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