@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #60C724;
  --theme-color-second: #032428;
  --color-text: #032428;
  --ocean-color: #08282C;
  --title-color: #2B4043;
  --color-decore: #EDEDED;
  --grey-color: #879799;
  --white-color: #ffffff;
  --green-color: #60C724;
  --yellow-color: #FFE15A;
  --orange-color: #FD8031;
  --text-grey: #CBDCDE;
  --bg: #FAFAFA;
  --border-color: #ECECEC;
  --border-color2: #E5E5E5;
  --light-bg: #F6F9F6;
  --grayblack: #709296;
  --price-color: #032428;
  --price-old: #888888;
  --price-new: #dc4b47;
  --color-link: #032428;
  --color-link-hovered: #60C724; }

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

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

body.catalog-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.catalog-opened .header-menu-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.menu-opened {
  overflow: hidden; }
  body.menu-opened #page-header .header-top::after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  body.menu-opened #page-header .header-menu-mobile {
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }

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

picture {
  display: block; }

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

figure.media {
  display: block; }

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

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

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

a,
[js-href] {
  color: var(--color-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: 60px; }
  @media (max-width: 991.98px) {
    #page-content {
      padding-bottom: 28px; } }
  #page-content:after {
    content: "";
    clear: both; }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .section {
      padding-top: 28px;
      padding-bottom: 28px; } }

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

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

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

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--green-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal; }

[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(--theme-color-main);
  -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-nav {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .swiper-nav:has(.swiper-button-lock) {
    display: none; }
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    position: relative;
    margin-top: 0 !important;
    left: auto !important;
    right: auto !important; }

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

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

.swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 8px;
  line-height: normal;
  text-underline: none; }
  .swiper-pagination.swiper-pagination-bullets-dynamic {
    --swiper-pagination-bottom: 0; }
    .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
        opacity: 1 !important;
        visibility: visible;
        background: var(--green-color); }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--grey-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 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 0.16);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    border-radius: 0; }
    @media (max-width: 991.98px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 28px;
        font-size: 20px;
        line-height: 1.4; } }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: var(--green-color); }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 12px;
  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(--theme-color-second);
  border-radius: 100px;
  border: none;
  font-weight: 800;
  -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::after,
  .swiper-button-prev::after {
    color: var(--white-color);
    font-weight: 800; }

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

.js-anim-title.active .main-text span {
  -webkit-animation: letterColorsWhite 1.5s ease-in-out both;
          animation: letterColorsWhite 1.5s ease-in-out both; }

@-webkit-keyframes letterColorsBlack {
  0% {
    color: #ffffff; }
  50% {
    color: #60c724; }
  100% {
    color: #2b4043; } }

@keyframes letterColorsBlack {
  0% {
    color: #ffffff; }
  50% {
    color: #60c724; }
  100% {
    color: #2b4043; } }

@-webkit-keyframes letterColorsWhite {
  0% {
    color: #60c724; }
  100% {
    color: #ededed; } }

@keyframes letterColorsWhite {
  0% {
    color: #60c724; }
  100% {
    color: #ededed; } }

#page-content.page-contacts,
#page-content.page-regular {
  padding-bottom: 0; }
  #page-content.page-contacts .tire-recycling,
  #page-content.page-regular .tire-recycling {
    padding-bottom: 0; }

.page-nav {
  padding-bottom: 30px; }
  .page-nav.page-nav--margin {
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .page-nav.page-nav--margin {
        margin-top: 28px; } }
  .page-nav ul, .page-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .page-nav nav {
    overflow: auto;
    padding: 0 4px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .page-nav nav::-webkit-scrollbar {
      display: none; }
  .page-nav ul {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .page-nav ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .page-nav li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 16px; }
    @media (max-width: 991.98px) {
      .page-nav li {
        padding: 0 8px; } }
  .page-nav a {
    white-space: nowrap;
    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;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none; }
    @media (any-hover: hover) {
      .page-nav a:hover {
        color: var(--green-color);
        text-decoration: none; } }
    .page-nav a:focus {
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .page-nav a {
        font-size: 14px;
        line-height: 20px; } }

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

body.menu-opened #page-header::before {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

body.menu-opened #page-header .header-pages {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: initial; }

#page-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent; }
  @media (max-width: 991.98px) {
    #page-header::before {
      content: "";
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 68px;
      opacity: 0;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      background: var(--ocean-color);
      pointer-events: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  #page-header.sticky-header {
    background: rgba(3, 36, 40, 0.68); }
  #page-header.header-scroll {
    margin-top: -72px; }
    @media (max-width: 991.98px) {
      #page-header.header-scroll {
        margin-top: -68px; } }
  #page-header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px; }
    @media (max-width: 991.98px) {
      #page-header .header-wrap {
        padding-top: 16px;
        padding-bottom: 16px; } }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 206px; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        margin-right: auto; } }
    #page-header .logo-wrap picture, #page-header .logo-wrap img {
      height: 48px; }
      @media (max-width: 991.98px) {
        #page-header .logo-wrap picture, #page-header .logo-wrap img {
          height: 36px; } }
  #page-header .header-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
    margin-left: auto; }
    @media (max-width: 1199.98px) {
      #page-header .header-pages {
        gap: 18px; } }
    @media (max-width: 991.98px) {
      #page-header .header-pages {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        padding: 72px 20px 32px;
        background: var(--ocean-color);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 36px;
        opacity: 0;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        pointer-events: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: auto; }
        #page-header .header-pages .btn {
          margin-top: auto; } }
  #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; }
  #page-header .catalog-btn {
    min-height: 40px;
    background: white;
    border-color: var(--white-color); }
    #page-header .catalog-btn.active .icon-arrow {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media (max-width: 991.98px) {
      #page-header .catalog-btn {
        width: 100%;
        background: var(--theme-color-main);
        color: var(--white-color); } }
  #page-header .header-search {
    width: 100%; }
    @media (max-width: 991.98px) {
      #page-header .header-search {
        margin-left: auto;
        width: auto; } }
    @media (max-width: 575.98px) {
      #page-header .header-search .search-form {
        display: none; } }
  #page-header .header-search-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 100px;
    border: 1px solid;
    outline: none;
    background: #f8f8f8; }
    @media (min-width: 576px) {
      #page-header .header-search-btn {
        display: none; } }
    #page-header .header-search-btn .icon {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 16px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: var(--theme-color-main); }
    #page-header .header-search-btn.btn-search-active {
      background: var(--theme-color-main); }
      #page-header .header-search-btn.btn-search-active .icon {
        color: var(--white-color); }
    @media (any-hover: hover) {
      #page-header .header-search-btn:hover, #page-header .header-search-btn:focus {
        background: var(--theme-color-main);
        color: var(--white-color); } }

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

.hamburger {
  position: relative;
  z-index: 102;
  width: 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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }
  @media (any-hover: hover) {
    .hamburger:hover .hamburger-line {
      background-color: var(--white); } }
  .hamburger:focus .hamburger-line {
    background-color: var(--white); }
  .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
    background: var(--white);
    height: 2px; }
    .menu-opened .hamburger .hamburger-line:nth-child(2n + 1), .hamburger.trigger-active .hamburger-line:nth-child(2n + 1) {
      -webkit-transform: translateY(6px) rotate(-45deg);
          -ms-transform: translateY(6px) rotate(-45deg);
              transform: translateY(6px) rotate(-45deg); }
    .menu-opened .hamburger .hamburger-line:nth-child(2n + 2), .hamburger.trigger-active .hamburger-line:nth-child(2n + 2) {
      -webkit-transform: translateY(-6px) rotate(45deg);
          -ms-transform: translateY(-6px) rotate(45deg);
              transform: translateY(-6px) rotate(45deg); }
  .hamburger .hamburger-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 24px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 0.2em;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hamburger .hamburger-line:nth-child(2n + 1) {
      top: 0; }
    .hamburger .hamburger-line:nth-child(2n + 2) {
      bottom: 0; }

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

@media (any-hover: hover) and (min-width: 992px) {
  .catalog-drop .catalog-drop-item.sub-in:hover > .sub-list, .catalog-drop .catalog-drop-item.sub-in:focus > .sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-link > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .catalog-drop .catalog-drop-item:not(:last-child) {
      margin-bottom: 16px; }
  @media (min-width: 992px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 991.98px) {
    .catalog-drop .sub-item.sub-in > a > .icon {
      -webkit-transform: rotate(0deg) !important;
          -ms-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; } }
  .catalog-drop .sub-item.sub-in.accordion-open > a > .icon {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .catalog-drop .catalog-drop-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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); }

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px 32px; }
  @media (max-width: 1199.98px) {
    .header-pages-nav {
      gap: 4px 24px; } }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 32px;
      text-align: center;
      padding-top: 68px; } }
  .header-pages-nav .nav-link {
    padding: 4px 0;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .header-pages-nav .nav-link:hover {
        color: var(--green-color); } }
    .header-pages-nav .nav-link:focus {
      color: var(--green-color); }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link {
        font-size: 24px;
        line-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; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    border: 1px solid grey;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer; }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        width: 40px;
        height: 40px;
        background: #f7f8ff;
        border-color: #f7f8ff; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active {
      background: grey; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active .icon {
        color: var(--white); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 20px;
      height: 20px;
      color: var(--theme-color-main); }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
          width: 16px;
          height: 16px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover::before, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      background: transparent; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphones-dropdown, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphones-dropdown {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphone-main-icon, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphone-main-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: grey;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      cursor: pointer;
      margin-left: 5px; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphone-main {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .phone .sup,
    #page-header .cellphones-dropdown-wrap .phone .quote,
    #page-header .cellphones-dropdown-wrap .phone .nums {
      font-weight: 400; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover, #page-header .cellphones-dropdown-wrap .phone:focus {
        color: var(--theme-color-second); } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 100%;
    right: 0;
    min-width: 100%;
    gap: 2px;
    padding: 4px;
    margin-top: 8px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: auto;
        right: 0;
        margin-top: 30px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      padding: 8px 12px;
      color: var(--theme-color-main);
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      border-radius: 10px;
      background: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-size: contain; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-kyivstar::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgBpZZLaBRBEIb/nQTRoCB5ETcbsyjRgxAVHyBRFDEKKgqCFy+CF0/xKIgGfEAu3gVFBS+C4kVExEO8RJQNGhKQgA8SzfoAH3gQRbNx1q93ZsLOTM8+8Iemu6u7/qqpqq7dlKrgg9SVkjazXOVK2QbJnZNmitIY68lOKV9Jv7ECcR/ToCNtg6zJyFir6M3jjE7W3R+ldgzfy0gTqgUvpMWfpFsYcFEuBoP9T8alKUjNPe5kGVPBOetr09LCKF+qfPNeakGQY6wsl+Ppk0XSkWbpnU/ehuw5y64I3wS6/cukL4HACRZI0myeWshvEOe+gNyXHbeQG6zlbISkNMcMkLghpp6Iwt20dMxCdFDJWE3yz4YMYHE7lo8q7HmecYIvci0kVxnPlIwBv0g8Aw2e9yFAfIXQzNi0+arLjE040K+y0EX0z5Xmz1LHXClvIRRQTmPgq6rgm5T5Q9xZZiNHP2YJl1OQ9lv0crWQG7RQfH7So1iyQNpiQtQbPUHhpeoA4RqWxSF4eo2B7uhBqqyOawH3/zI9thwtNwZci+V21Y8YjyF3sP5WcY+2qk6kSpGKWcwbI5OW+z1U1zrVCFpMhq/eGJVDPuo0eQmKOUTpXixGelUSeEcDindm09ZfOUvpiGzGLHq7eBwXVAV00kM4cjIqx7MRmtXr0kumBAYT9E/z5K+bEEQPIG2E/AzLmzZFOE/5hjzg7X2U9touIy9wcZh5lHnWr++dzK22+9y5Q8s+HDKAp60o5VBaof/DNHndQOi/m818uzatgaTskaVs6yEnNLsD8pABA5LyhmkHX/FQdQKd27/pPT7HPBLLkJAdwPoQimtUATymHE3tfJv0IOX9J1BNBgLwrdlf0j6I1jeUIikXFn7fNc7+UYdX5on4B/9KufeiyIeAAAAAAElFTkSuQmCC") center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover, #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
          background: var(--theme-color-second);
          color: var(--white-color); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  @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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    outline: none;
    padding: 6px 20px 6px 6px;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #page-header .nav-languages-dropdown-wrap .current-language:hover {
        color: var(--green-color); } }
    #page-header .nav-languages-dropdown-wrap .current-language::after {
      content: "";
      position: absolute;
      top: 46%;
      right: 4px;
      width: 8px;
      height: 8px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path d="M4.00005 6.83333C3.82985 6.83247 3.66198 6.79374 3.50862 6.71994C3.35526 6.64614 3.22024 6.53913 3.11338 6.40667L0.306713 3.00667C0.142709 2.80198 0.0395035 2.55533 0.00885753 2.29484C-0.0217884 2.03435 0.0213577 1.77049 0.133379 1.53333C0.224232 1.32722 0.372495 1.15161 0.560459 1.02748C0.748423 0.903353 0.968144 0.835954 1.19338 0.833332H6.80671C7.03195 0.835954 7.25167 0.903353 7.43963 1.02748C7.6276 1.15161 7.77586 1.32722 7.86671 1.53333C7.97873 1.77049 8.02188 2.03435 7.99124 2.29484C7.96059 2.55533 7.85738 2.80198 7.69338 3.00667L4.88671 6.40667C4.77985 6.53913 4.64483 6.64614 4.49147 6.71994C4.33811 6.79374 4.17024 6.83247 4.00005 6.83333Z" fill="%2360C724"/></svg>') center center no-repeat;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .current-language.active::after {
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    @media (max-width: 991.98px) {
      #page-header .nav-languages-dropdown-wrap .current-language {
        display: none; } }
  @media (min-width: 992px) {
    #page-header .nav-languages-dropdown-wrap .nav-languages {
      display: none;
      visibility: hidden;
      position: absolute;
      opacity: 0;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      padding: 28px 2px 2px;
      gap: 2px;
      background: transparent;
      border-radius: 2px;
      -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; } }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-dropdown-wrap .nav-languages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px; } }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }
    @media (min-width: 992px) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link {
        width: 32px;
        height: 32px;
        background: var(--white-color);
        border-radius: 100%;
        color: var(--color-text); } }
    @media (max-width: 991.98px) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link {
        position: relative;
        color: #709296;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase; }
        #page-header .nav-languages-dropdown-wrap .nav-languages-link:not(:last-child) {
          padding-right: 10px; }
          #page-header .nav-languages-dropdown-wrap .nav-languages-link:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background: rgba(255, 255, 255, 0.1); } }

#page-header .nav-languages-inline-wrap:not(:last-child) {
  margin-bottom: 40px; }

@media (min-width: 992px) {
  #page-header .nav-languages-inline-wrap {
    display: none; } }

#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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  position: relative;
  color: #709296;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }
  #page-header .nav-languages-inline-wrap .nav-languages-item:not(:last-child) {
    padding-right: 10px; }
    #page-header .nav-languages-inline-wrap .nav-languages-item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1); }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: #709296; }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--white-color);
  cursor: default; }

#page-footer .footer-top {
  background: var(--ocean-color); }

#page-footer .footer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%; }
  @media (max-width: 991.98px) {
    #page-footer .footer-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media (max-width: 991.98px) {
  #page-footer .form-style-box {
    margin: 0 -16px;
    width: auto; } }

@media (min-width: 992px) {
  #page-footer .footer-col:nth-child(3n + 1) {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2; }
  #page-footer .footer-col:nth-child(3n + 3) {
    -ms-grid-column: 2;
        grid-column-start: 2; } }

#page-footer .footer-logo {
  position: sticky;
  top: 72px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 220px 48px 220px 0;
  -webkit-transition: all 5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 5s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform, top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  #page-footer .footer-logo.anim-logo {
    top: 100%; }
  @media (max-width: 1199.98px) {
    #page-footer .footer-logo {
      padding: 100px 32px 100px 0; } }
  @media (max-width: 991.98px) {
    #page-footer .footer-logo {
      display: none; } }

#page-footer .logo-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 16px 0;
  -webkit-text-stroke: 1px rgba(96, 199, 36, 0.8);
  font-size: 91px;
  font-weight: 800;
  line-height: 0.9;
  color: transparent;
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    #page-footer .logo-bg {
      font-size: 72px;
      text-align: center; } }
  #page-footer .logo-bg span:nth-child(1) {
    opacity: 0.9; }
  #page-footer .logo-bg span:nth-child(2) {
    opacity: 0.8; }
  #page-footer .logo-bg span:nth-child(3) {
    opacity: 0.7; }
  #page-footer .logo-bg span:nth-child(4) {
    opacity: 0.6; }
  #page-footer .logo-bg span:nth-child(5) {
    opacity: 0.4; }
  #page-footer .logo-bg span:nth-child(6) {
    opacity: 0.3; }
  #page-footer .logo-bg span:nth-child(7) {
    opacity: 0.2; }
  #page-footer .logo-bg span:nth-child(8) {
    opacity: 0.1; }

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

#page-footer .form-style-box {
  position: relative; }
  @media (min-width: 1440px) {
    #page-footer .form-style-box::before {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 48px;
      height: 100%;
      background: var(--white-color); } }

#page-footer .footer-content {
  padding: 60px 0 60px 60px; }
  @media (max-width: 1439.98px) {
    #page-footer .footer-content {
      padding: 60px 48px 60px; } }
  @media (max-width: 991.98px) {
    #page-footer .footer-content {
      padding: 56px 0 32px;
      width: 100%; } }

#page-footer .footer-nav-wrap:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  @media (max-width: 991.98px) {
    #page-footer .footer-nav-wrap:not(:last-child) {
      margin-bottom: 32px; } }

#page-footer .footer-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  background: var(--color-text);
  color: var(--grey-color); }
  @media (max-width: 991.98px) {
    #page-footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px; } }
  #page-footer .footer-bottom > .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; }
  #page-footer .footer-bottom a {
    color: var(--grey-color); }

#page-footer .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  #page-footer .payments-list img {
    height: 30px; }

#page-footer .fenix-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  color: var(--grey-color);
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  @media (max-width: 991.98px) {
    #page-footer .fenix-copyright {
      gap: 8px;
      line-height: 20px; }
      #page-footer .fenix-copyright .text {
        max-width: 64px; } }
  #page-footer .fenix-copyright img {
    opacity: 0.5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
  #page-footer .fenix-copyright svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    #page-footer .fenix-copyright svg path {
      fill: var(--grey-color); }
  #page-footer .fenix-copyright:focus {
    text-shadow: 0 0 0; }
    #page-footer .fenix-copyright:focus img, #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 img, #page-footer .fenix-copyright:hover svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }

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

#page-footer .socials-wrap .socials-list {
  gap: 30px; }
  @media (max-width: 991.98px) {
    #page-footer .socials-wrap .socials-list {
      gap: 20px; } }

@media (min-width: 992px) {
  .footer-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px; } }

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

.footer-nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .footer-nav .nav-link:hover {
      color: var(--green-color); } }
  .footer-nav .nav-link:focus {
    color: var(--green-color); }
  @media (max-width: 991.98px) {
    .footer-nav .nav-link {
      font-size: 16px;
      line-height: 1.5; } }

.form-style-box {
  width: 100%;
  background: var(--white-color);
  padding: 70px 0 48px 48px; }
  @media (max-width: 1439.98px) {
    .form-style-box {
      padding: 70px 48px 48px; } }
  @media (max-width: 1199.98px) {
    .form-style-box {
      padding: 40px 32px 32px; } }
  @media (max-width: 991.98px) {
    .form-style-box {
      padding: 28px 20px 56px; } }

.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: #879799 !important;
  -webkit-text-fill-color: #879799;
  -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(--color-text);
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .form-style .form-title {
      margin-bottom: 12px;
      font-size: 26px;
      line-height: 32px; } }

.form-style .form-note {
  color: var(--grey-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .form-style .form-note {
      margin-bottom: 28px;
      font-size: 14px;
      line-height: 20px; } }

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

.form-style .form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-style .form-grid .form-group {
    width: 100%; }
    @media (min-width: 992px) {
      .form-style .form-grid .form-group:nth-child(2), .form-style .form-grid .form-group:nth-child(3) {
        width: calc(50% - 12px); } }
    .form-style .form-grid .form-group:not(:last-child) {
      margin-bottom: 0; }

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

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

.form-style .form-label {
  margin-bottom: 2px; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 64px;
  padding: 18px 0;
  background: var(--white-color);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #879799;
  color: #879799;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 991.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      padding: 16px 0;
      min-height: 56px; } }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--green-color); }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: #879799; }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: #879799; }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: #879799; }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: #879799; }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: #879799; }

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

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

.form-style .form-bottom {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px; }
  @media (max-width: 991.98px) {
    .form-style .form-bottom {
      margin-top: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 28px; } }

.form-style .btn-submit {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

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

.form-style .jq-selectbox.form-control {
  height: 64px; }
  .form-style .jq-selectbox.form-control.opened .jq-selectbox__select {
    border-color: var(--main-color); }
    .form-style .jq-selectbox.form-control.opened .jq-selectbox__select .jq-selectbox__trigger {
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 64px;
    min-height: 64px;
    width: 100%;
    padding: 4px 40px 4px 0;
    background: var(--white-color);
    border: none;
    border-bottom: 1px solid #879799;
    border-radius: 0;
    color: #879799;
    -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%;
      color: var(--grey-color); }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__trigger {
      top: 50%;
      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;
      border-radius: 100px;
      background: var(--green-color);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -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; }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__trigger-arrow {
      width: 10px;
      height: 7px;
      color: var(--white-color);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><path d="M1 1.5L5 5.5L9 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></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; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    top: 100% !important;
    border: 1px solid var(--main-color);
    border-radius: 0;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    border-top: none;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li {
      padding: 10px 12px;
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase; }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:not(:last-child) {
        border-bottom: 1px solid #ececec; }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li.sel {
        color: var(--green-color);
        background: rgba(3, 36, 40, 0.05); }
      @media (any-hover: hover) {
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:hover {
          color: var(--green-color); } }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown .disabled {
      display: none; }

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

.form-style .custom-checkbox {
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
        }*/ }

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

.custom-checkbox,
.custom-radio {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--grey-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .custom-checkbox input[type="checkbox"],
  .custom-checkbox input[type="radio"],
  .custom-radio input[type="checkbox"],
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-checkbox .checkbox,
  .custom-checkbox .checkmark,
  .custom-radio .checkbox,
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--white-color);
    border: 1px solid var(--green-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px; }
    .custom-checkbox .checkbox::before,
    .custom-checkbox .checkmark::before,
    .custom-radio .checkbox::before,
    .custom-radio .checkmark::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 10px;
      -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="13" height="10" viewBox="0 0 13 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2987 0.970316C12.4392 1.11094 12.518 1.30157 12.518 1.50032C12.518 1.69907 12.4392 1.88969 12.2987 2.03032L5.29871 9.03032C5.15808 9.17077 4.96746 9.24966 4.76871 9.24966C4.56996 9.24966 4.37933 9.17077 4.23871 9.03032L0.238708 5.03032C0.165021 4.96165 0.105919 4.87885 0.064927 4.78685C0.023935 4.69486 0.00189351 4.59554 0.000116722 4.49484C-0.00166006 4.39414 0.0168643 4.29411 0.0545854 4.20072C0.0923064 4.10733 0.148451 4.0225 0.21967 3.95128C0.290888 3.88006 0.375722 3.82391 0.46911 3.78619C0.562499 3.74847 0.662528 3.72995 0.763231 3.73172C0.863934 3.7335 0.963247 3.75554 1.05525 3.79654C1.14725 3.83753 1.23005 3.89663 1.29871 3.97032L4.76871 7.44032L11.2387 0.970316C11.3793 0.829866 11.57 0.750977 11.7687 0.750977C11.9675 0.750977 12.1581 0.829866 12.2987 0.970316Z" fill="white"/></svg>') center no-repeat; }
  .custom-checkbox input[type="checkbox"]:checked ~ .checkbox,
  .custom-checkbox input[type="checkbox"]:checked ~ .checkmark,
  .custom-checkbox input[type="radio"]:checked ~ .checkmark,
  .custom-radio input[type="checkbox"]:checked ~ .checkbox,
  .custom-radio input[type="checkbox"]:checked ~ .checkmark,
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    background: var(--green-color); }
  @media (any-hover: hover) {
    .custom-checkbox:hover .checkmark,
    .custom-radio:hover .checkmark {
      border-color: var(--color-text); } }
  .custom-checkbox:focus .checkmark,
  .custom-radio:focus .checkmark {
    border-color: var(--color-text); }
  .custom-checkbox a,
  .custom-radio a {
    color: var(--grey-color);
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .custom-checkbox a:hover,
      .custom-radio a:hover {
        color: var(--green-color); } }
    .custom-checkbox a:focus,
    .custom-radio a:focus {
      color: var(--green-color); }
  .custom-checkbox .form-error,
  .custom-radio .form-error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px; }

.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 .fancybox-close-small {
    top: 6px;
    right: 6px;
    background: transparent;
    color: #7C8C9C; }
    .form-style-popup .fancybox-close-small .ic {
      color: #7C8C9C;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .form-style-popup .fancybox-close-small .ic:hover {
          color: var(--green-color); } }
  .form-style-popup .form-title {
    color: #032428;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .form-style-popup .form-title {
        font-size: 24px;
        line-height: 32px; } }
  .form-style-popup .form-note {
    color: #032428;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .form-style-popup .form-note {
        font-size: 14px;
        line-height: 20px; } }
  .form-style-popup .form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.fancybox-container.form-popup .fancybox-close-small {
  top: 6px;
  right: 6px;
  background: transparent;
  color: #7C8C9C; }
  .fancybox-container.form-popup .fancybox-close-small .ic {
    color: #7C8C9C;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .fancybox-container.form-popup .fancybox-close-small .ic:hover {
        color: var(--green-color); } }

.fancybox-container.form-popup .fancybox-content {
  padding: 48px;
  width: 100%;
  max-width: 490px; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 24px 16px; } }

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

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

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

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

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

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

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

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

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 100px; }
  .search-form input {
    border: 1px solid #ededed;
    border-radius: 100px;
    height: 46px;
    width: 100%;
    padding-left: 19px;
    padding-right: 60px;
    outline: none; }
    .search-form input:focus {
      border-color: var(--theme-color-main); }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 100%;
    border: none;
    outline: none;
    background: none; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        height: 46px; } }
    .search-form .btn-search .ic {
      color: var(--theme-color-main);
      font-size: 20px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--theme-color-main); }

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

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

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

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

.btn {
  min-height: 48px;
  padding: 10px 32px;
  font-size: 14px;
  border-radius: 999px; }
  .btn.btn-small {
    min-height: 32px;
    font-size: 14px; }
  .btn.btn-big {
    min-height: 56px;
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .btn.btn-big {
        min-height: 48px;
        font-size: 14px; } }
  @media (max-width: 575.98px) {
    .btn {
      width: 100%; } }

.btn-default {
  background: var(--theme-color-main);
  color: var(--white-color);
  border: 1px solid var(--theme-color-main); }
  @media (pointer: fine) {
    .btn-default:hover {
      background: var(--white-color);
      color: var(--color-text); } }
  .btn-default:focus {
    background: var(--white-color);
    color: var(--color-text); }

.btn-default-border {
  background: var(--white-color);
  color: var(--color-text);
  border: 1px solid var(--theme-color-main);
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (pointer: fine) {
    .btn-default-border:hover {
      background: var(--green-color);
      color: var(--white-color);
      text-decoration: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .btn-default-border:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

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

.btn-green-dark {
  background: var(--theme-color-second);
  color: var(--white-color);
  border: 1px solid var(--theme-color-second); }
  @media (pointer: fine) {
    .btn-green-dark:hover {
      background: var(--orange-color);
      border-color: var(--orange-color);
      color: var(--white-color); } }

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

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

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

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

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

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

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

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

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

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

#messageDialog {
  padding: 40px;
  width: 100%;
  max-width: 490px;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    #messageDialog {
      padding: 24px; } }
  #messageDialog .modal-close {
    top: 6px;
    right: 6px;
    background: transparent;
    color: #7C8C9C; }
    #messageDialog .modal-close .ic {
      color: #7C8C9C;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #messageDialog .modal-close .ic:hover {
          color: var(--green-color); } }
  #messageDialog .popup-content {
    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;
    row-gap: 24px; }
    @media (max-width: 991.98px) {
      #messageDialog .popup-content {
        row-gap: 16px; } }
  #messageDialog .popup-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; }
    #messageDialog .popup-img img {
      width: auto;
      height: 120px; }
  #messageDialog .popup-title {
    color: #032428;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      #messageDialog .popup-title {
        font-size: 24px;
        line-height: 32px; } }
  #messageDialog .popup-message {
    color: #032428;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      #messageDialog .popup-message {
        font-size: 14px;
        line-height: 20px; } }

.fancybox-slide--html {
  padding: 20px; }

.fancybox-bg {
  background: rgba(3, 36, 40, 0.4); }

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

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

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

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

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

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: rgba(3, 36, 40, 0.5); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: rgba(3, 36, 40, 0.5); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: #88DB58;
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: rgba(3, 36, 40, 0.5); } }

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

.section-title {
  color: var(--color-text);
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .section-title.title-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      -ms-grid-rows: 88px auto;
      grid-template-rows: 88px auto;
      -webkit-column-gap: 22px;
         -moz-column-gap: 22px;
              column-gap: 22px; }
      .section-title.title-grid .main-text {
        -ms-grid-row-span: 2;
        grid-row: span 2; }
      .section-title.title-grid span:nth-child(2) {
        -ms-flex-item-align: end;
            -ms-grid-row-align: end;
            align-self: end; } }
  @media (max-width: 1199.98px) {
    .section-title.title-grid {
      -ms-grid-rows: 68px auto;
      grid-template-rows: 68px auto;
      gap: 32px 16px; } }
  @media (max-width: 991.98px) {
    .section-title.title-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .section-title .main-text {
    color: var(--green-color);
    font-size: 88px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em; }
    .section-title .main-text:first-child {
      display: block;
      width: 100%; }
    @media (max-width: 1199.98px) {
      .section-title .main-text {
        font-size: 60px; } }
    @media (max-width: 991.98px) {
      .section-title .main-text {
        width: 100%;
        font-size: 40px;
        line-height: 1.2; } }
  @media (max-width: 991.98px) {
    .section-title > span:last-child {
      width: 100%;
      display: block; } }
  .section-title .text {
    margin-top: 60px;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .section-title .text {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.5; } }
  @media (max-width: 1199.98px) {
    .section-title {
      font-size: 40px; } }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 16px;
      line-height: 1.5; } }
  @media (max-width: 575.98px) {
    .section-title br {
      content: "A";
      position: relative;
      display: inline-block;
      width: 0.3em; } }
  .section-title:not(:last-child) {
    margin-bottom: 64px; }
    @media (max-width: 991.98px) {
      .section-title:not(:last-child) {
        margin-bottom: 28px; } }

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

.section-text {
  color: var(--color-text);
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase; }
  .section-text p {
    margin-bottom: 0; }
  .section-text:not(:last-child) {
    margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .section-text {
      font-size: 18px;
      line-height: 24px; }
      .section-text:not(:last-child) {
        margin-bottom: 28px; } }

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

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

@media (min-width: 768px) {
  .section-top .section-title .main-text:nth-child(2) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 39%; }
  .section-top .section-title span:last-child {
    width: 59%; } }

@media (min-width: 768px) {
  .section-top .section-text {
    text-indent: 40%; } }

.text-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 5px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: rgba(3, 36, 40, 0.5); }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: rgba(3, 36, 40, 0.5); }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: #88DB58;
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: rgba(3, 36, 40, 0.5); } }

.text-formatted {
  --br: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
  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) {
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.04em;
    text-transform: uppercase; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
      margin-top: 32px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
      margin-top: 32px; }
    @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: 8px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 10px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 42px; } }
    @media (max-width: 575.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 28px; } }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 20px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px; }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none;
        color: var(--green-color); } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 5px solid;
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li: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: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "●";
      display: inline-block;
      min-width: 0.9em;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em;
      color: var(--green-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; }

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

.hero {
  position: relative;
  overflow: hidden; }
  .hero .hero-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; }
  .hero .hero-slider:not(.swiper-initialized) .swiper-slide {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .hero .hero-slider:not(.swiper-initialized) .swiper-nav {
    display: none; }
  .hero .hero-slide {
    position: relative;
    min-height: 100vh;
    padding-top: 203px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .hero .hero-slide {
        padding-top: 160px; } }
  .hero .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100dvw;
    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;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .hero .hero-img::after {
      content: "";
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30%;
      background: -webkit-gradient(linear, left bottom, left top, from(#032428), color-stop(36.92%, rgba(3, 36, 40, 0.9)), color-stop(71.84%, rgba(3, 36, 40, 0.68)), to(rgba(3, 36, 40, 0.1)));
      background: linear-gradient(0deg, #032428 0%, rgba(3, 36, 40, 0.9) 36.92%, rgba(3, 36, 40, 0.68) 71.84%, rgba(3, 36, 40, 0.1) 100%); }
    .hero .hero-img::before {
      content: "";
      position: absolute;
      z-index: 1;
      inset: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%); }
    .hero .hero-img picture, .hero .hero-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .hero .hero-content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 44px; }
    @media (max-width: 991.98px) {
      .hero .hero-content {
        padding-bottom: 84px; } }
  .hero .hero-title {
    max-width: 886px;
    color: var(--white-color);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase; }
    .hero .hero-title:not(:last-child) {
      margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .hero .hero-title {
        font-size: 40px;
        line-height: 1.2; }
        .hero .hero-title:not(:last-child) {
          margin-bottom: 12px; } }
  .hero .hero-text {
    max-width: 774px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4; }
    .hero .hero-text:not(:last-child) {
      margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .hero .hero-text {
        font-size: 16px;
        line-height: 1.5; }
        .hero .hero-text:not(:last-child) {
          margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .hero .hero-text, .hero .btn {
      margin-left: 118px; } }
  .hero .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 991.98px) {
      .hero .btn {
        padding: 10px 28px;
        min-height: 48px;
        font-size: 14px;
        line-height: 20px; } }
  .hero .swiper-nav {
    position: absolute;
    z-index: 100;
    bottom: 120px;
    left: 50%;
    width: 100%;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    max-width: var(--bootstrap-container);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .hero .swiper-nav {
        bottom: 40px; } }

.processing-section {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--theme-color-second); }
  @media (max-width: 991.98px) {
    .processing-section {
      padding-top: 56px;
      padding-bottom: 84px; } }
  .processing-section .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .processing-section .section-title {
    color: var(--white-color); }
    .processing-section .section-title .main-text {
      color: var(--white-color); }

.processing-box:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 68px;
  border-bottom: 1px solid #143b40; }
  @media (max-width: 991.98px) {
    .processing-box:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 48px; } }

.processing-box .processing-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .processing-box .processing-heading:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .processing-box .processing-heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.processing-box .processing-title {
  width: 40%;
  -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: 24px;
  color: var(--white-color);
  font-size: 40px;
  font-weight: 300;
  line-height: 1; }
  @media (max-width: 991.98px) {
    .processing-box .processing-title {
      gap: 8px; } }
  .processing-box .processing-title .img {
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .processing-box .processing-title .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  @media (max-width: 991.98px) {
    .processing-box .processing-title {
      font-size: 20px;
      line-height: 1.2; }
      .processing-box .processing-title .img {
        width: 32px;
        height: 32px; } }

.processing-box .processing-text {
  color: #cbdcde;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .processing-box .processing-text {
      font-size: 14px;
      line-height: 20px; } }

.chart-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(96, 199, 36, 0)), to(rgba(96, 199, 36, 0.32)));
  background: linear-gradient(90deg, rgba(96, 199, 36, 0) 0%, rgba(96, 199, 36, 0.32) 100%); }
  @media (max-width: 991.98px) {
    .chart-box {
      padding: 0 19px;
      margin: 0 -16px; } }
  .chart-box#chart-ukraine {
    background: -webkit-gradient(linear, left top, right top, from(rgba(237, 80, 137, 0)), to(rgba(237, 80, 137, 0.32)));
    background: linear-gradient(90deg, rgba(237, 80, 137, 0) 0%, rgba(237, 80, 137, 0.32) 100%); }
    .chart-box#chart-ukraine .chart-col:first-child {
      background: -webkit-gradient(linear, left top, right top, from(rgba(96, 199, 36, 0)), to(rgba(96, 199, 36, 0.32)));
      background: linear-gradient(90deg, rgba(96, 199, 36, 0) 0%, rgba(96, 199, 36, 0.32) 100%); }
      .chart-box#chart-ukraine .chart-col:first-child::before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 199, 36, 0)), color-stop(53%, #60c724), to(rgba(96, 199, 36, 0)));
        background: linear-gradient(180deg, rgba(96, 199, 36, 0) 0%, #60c724 53%, rgba(96, 199, 36, 0) 100%); }
    .chart-box#chart-ukraine .chart-col::before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 80, 137, 0)), color-stop(51.5%, #ed5089), to(rgba(237, 80, 137, 0)));
      background: linear-gradient(180deg, rgba(237, 80, 137, 0) 0%, #ed5089 51.5%, rgba(237, 80, 137, 0) 100%); }
    .chart-box#chart-ukraine .chart-percentage {
      color: var(--white-color); }
    .chart-box#chart-ukraine .chart-connection {
      background: #ed5089 !important; }
    .chart-box#chart-ukraine .point,
    .chart-box#chart-ukraine .this-point {
      border-color: #ed5089; }
  .chart-box .chart-row {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px; }
    .chart-box .chart-row:has(.chart-col.active:nth-child(5)) .this-year,
    .chart-box .chart-row:has(.chart-col.active:nth-child(5)) .this-point {
      opacity: 1; }
  .chart-box .chart-col {
    position: relative;
    z-index: 10;
    width: 20%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 1s;
    transition: opacity 0.5s ease 1s; }
    .chart-box .chart-col.active {
      opacity: 1; }
      .chart-box .chart-col.active .percent {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 1; }
    .chart-box .chart-col:first-child::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 199, 36, 0)), color-stop(53%, #60c724), to(rgba(96, 199, 36, 0)));
      background: linear-gradient(180deg, rgba(96, 199, 36, 0) 0%, #60c724 53%, rgba(96, 199, 36, 0) 100%); }
    .chart-box .chart-col::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 199, 36, 0)), color-stop(53%, #60c724), to(rgba(96, 199, 36, 0)));
      background: linear-gradient(180deg, rgba(96, 199, 36, 0) 0%, #60c724 53%, rgba(96, 199, 36, 0) 100%); }
    .chart-box .chart-col .percent {
      position: absolute;
      top: 50%;
      left: 50%;
      color: rgba(255, 255, 255, 0.08);
      font-size: 48px;
      font-weight: 700;
      line-height: 56px;
      -webkit-transform: translate(-50%, -80%);
          -ms-transform: translate(-50%, -80%);
              transform: translate(-50%, -80%);
      opacity: 0;
      -webkit-transition: all 0.6s ease 1s;
      transition: all 0.6s ease 1s; }
      .chart-box .chart-col .percent span {
        font-size: 32px; }
      @media (max-width: 991.98px) {
        .chart-box .chart-col .percent {
          display: none; } }
    @media (max-width: 991.98px) {
      .chart-box .chart-col .year {
        display: none; } }
  .chart-box .point,
  .chart-box .this-point {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--white-color);
    border: 2px solid var(--green-color); }
  .chart-box .point {
    left: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%); }
  .chart-box .this-point {
    right: 0;
    -webkit-transform: translateX(50%) translateY(50%);
        -ms-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%); }
  .chart-box .year,
  .chart-box .this-year {
    position: absolute;
    top: calc(100% + 24px);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .chart-box .year,
      .chart-box .this-year {
        top: calc(100% + 16px); } }
  .chart-box .year {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .chart-box .this-year {
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
    @media (max-width: 991.98px) {
      .chart-box .this-year {
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .chart-box .this-year,
  .chart-box .this-point {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 1s;
    transition: opacity 0.5s ease-in-out 1s; }
  .chart-box .chart-line {
    position: absolute;
    height: 100%;
    width: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 0, 0.5)), to(lime));
    background: linear-gradient(to right, rgba(0, 255, 0, 0.5), lime);
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out; }
  .chart-box .progress-dot {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    opacity: 0; }
  .chart-box .chart-percentage {
    min-width: 180px;
    padding: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--green-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 56px; }
    @media (max-width: 991.98px) {
      .chart-box .chart-percentage {
        position: absolute;
        z-index: 10;
        top: 8px;
        left: 50%;
        min-width: auto;
        padding: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 40px;
        line-height: 1.2; } }
    .chart-box .chart-percentage span {
      font-size: 32px; }

.partners-section {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .page-main .partners-section .section-title:not(.main-text) {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -0.04em; } }
  .partners-section .partners-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .partners-section .partners-wrap:not(:last-child) {
      margin-bottom: 35px; }
    @media (max-width: 991.98px) {
      .partners-section .partners-wrap {
        gap: 12px; }
        .partners-section .partners-wrap:not(:last-child) {
          margin-bottom: 12px; } }
  .partners-section .partners-btn {
    margin-top: 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; }
    @media (max-width: 991.98px) {
      .partners-section .partners-btn {
        margin-top: 28px; } }
  .partners-section .partners-list {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: 20px; }
    .partners-section .partners-list.reverse-animation {
      animation-direction: reverse; }
    @media (min-width: 992px) {
      .partners-section .partners-list {
        -webkit-animation: scrollBrands 30s linear infinite;
                animation: scrollBrands 30s linear infinite; } }
    @media (max-width: 991.98px) {
      .partners-section .partners-list {
        gap: 12px;
        -webkit-animation: scrollBrandsMobile 30s linear infinite;
                animation: scrollBrandsMobile 30s linear infinite; } }
  .partners-section .partners-img {
    height: 100px;
    -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: 20px;
    background: var(--white-color); }
    .partners-section .partners-img svg,
    .partners-section .partners-img picture,
    .partners-section .partners-img img {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .partners-section .partners-img {
        height: 60px;
        border-radius: 6px; } }

.scroll-logo {
  --gap: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap); }
  @media (max-width: 991.98px) {
    .scroll-logo {
      --gap: 20px; } }
  .scroll-logo .scroll-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--gap);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation: scrollBrands 30s linear infinite;
            animation: scrollBrands 30s linear infinite; }
  .scroll-logo .scroll-logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--gap);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--color-decore);
    text-align: center;
    font-size: 142px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .scroll-logo .scroll-logo-item {
        font-size: 100px; } }
    @media (max-width: 991.98px) {
      .scroll-logo .scroll-logo-item {
        font-size: 50px;
        letter-spacing: 0; } }
    .scroll-logo .scroll-logo-item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .scroll-logo .scroll-logo-item .img {
      width: 290px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .scroll-logo .scroll-logo-item .img {
          width: 120px; } }
    .scroll-logo .scroll-logo-item .text-decor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .scroll-logo .scroll-logo-item .text-decor img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 114px; }
        @media (max-width: 991.98px) {
          .scroll-logo .scroll-logo-item .text-decor img {
            height: 40px; } }
      @media (max-width: 991.98px) {
        .scroll-logo .scroll-logo-item .text-decor {
          -webkit-text-stroke-width: 1px; } }

@-webkit-keyframes scrollBrands {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); } }

@keyframes scrollBrands {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); } }

@-webkit-keyframes scrollBrandsMobile {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 12px));
            transform: translateX(calc(-100% - 12px)); } }

@keyframes scrollBrandsMobile {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 12px));
            transform: translateX(calc(-100% - 12px)); } }

@media (min-width: 992px) {
  #developers .section-title:not(:last-child) {
    margin-bottom: -34px; } }

@media (max-width: 767.98px) {
  .page-main .info-section .section-title:not(.main-text) {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.04em; } }

.info-section .section-text {
  line-height: 1.42; }
  @media (max-width: 991.98px) {
    .info-section .section-text {
      line-height: 1.5; } }
  .page-cooperation .info-section .section-text,
  .page-about .info-section .section-text {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.info-section .info-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .info-section .info-section-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 28px; } }

.info-section .info-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .info-section .info-title-wrap:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .info-section .info-title-wrap:not(:last-child) {
        margin-bottom: 28px; } }
  .info-section .info-title-wrap .section-title:not(:last-child) {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .info-section .info-title-wrap .section-title {
      width: 40%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (max-width: 767.98px) {
    .info-section .info-title-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }

.info-section .info-section-heading {
  display: inline-block;
  color: var(--green-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase; }
  .info-section .info-section-heading:not(:last-child) {
    margin-bottom: 32px; }
  .info-section .info-section-heading p:not(:last-child) {
    margin-bottom: 28px; }
    @media (max-width: 991.98px) {
      .info-section .info-section-heading p:not(:last-child) {
        margin-bottom: 16px; } }
  @media (max-width: 991.98px) {
    .info-section .info-section-heading {
      font-size: 18px;
      line-height: 24px; }
      .info-section .info-section-heading:not(:last-child) {
        margin-bottom: 20px; } }

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

.info-section .info-section-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .info-section .info-section-img {
      position: sticky;
      top: 76px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      width: 40%;
      padding-right: 70px; } }
  @media (max-width: 1199.98px) {
    .info-section .info-section-img {
      padding-right: 32px; } }
  @media (max-width: 767.98px) {
    .info-section .info-section-img {
      margin: 0 -16px;
      padding-right: 0; } }
  .info-section .info-section-img picture, .info-section .info-section-img img {
    width: 100%;
    height: auto; }

.info-section .info-section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.info-item {
  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;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e5e5; }
  .info-item:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .info-item {
      padding-bottom: 20px; }
      .info-item:not(:last-child) {
        margin-bottom: 20px; } }
  .info-item .title {
    color: var(--green-color);
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .info-item .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2; } }
  .info-item .text {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px; }
    @media (max-width: 991.98px) {
      .info-item .text {
        font-size: 14px;
        line-height: 20px; } }

.our-vision.active .our-vision-img.img-animation {
  -webkit-animation: img-fade 2s forwards ease-in-out 0.5s;
          animation: img-fade 2s forwards ease-in-out 0.5s; }

.our-vision .container:not(:last-child) {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .our-vision .container:not(:last-child) {
      margin-bottom: 28px; } }

@media (min-width: 992px) {
  .our-vision .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .our-vision .section-title .title-img {
      width: 40%;
      padding-right: 32px; }
      .our-vision .section-title .title-img img {
        max-width: 100%; }
    .our-vision .section-title:not(:last-child) {
      margin-bottom: 0; }
    .our-vision .section-title span:last-child {
      padding-top: 18px; } }

@media (max-width: 767.98px) {
  .page-main .our-vision .section-title:not(.title-img) {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.04em; } }

@media (min-width: 992px) {
  .our-vision .section-text {
    margin-top: -50px; } }

.our-vision .our-vision-wrap {
  position: relative;
  overflow: hidden; }

.our-vision .our-vision-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;
  max-height: 810px; }
  .our-vision .our-vision-img picture,
  .our-vision .our-vision-img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .our-vision .our-vision-img.img-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

.title-img {
  width: 40%;
  max-width: 520px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (max-width: 991.98px) {
    .title-img {
      width: 320px; } }
  .title-img img {
    width: 100%;
    height: auto; }

@-webkit-keyframes img-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes img-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

@keyframes img-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.stages-work {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--theme-color-second); }
  @media (max-width: 991.98px) {
    .stages-work {
      padding-top: 56px;
      padding-bottom: 56px; } }
  .stages-work .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .stages-work .section-title {
    color: var(--white-color); }
    @media (max-width: 767.98px) {
      .page-main .stages-work .section-title:not(.main-text) {
        font-size: 28px;
        line-height: 36px; } }
    @media (max-width: 991.98px) {
      .page-main .stages-work .section-title .main-text:nth-child(2) {
        margin-left: 80px;
        margin-bottom: 12px; } }
    .stages-work .section-title .main-text {
      color: var(--white-color); }

.stages-work-slider {
  position: relative; }
  .stages-work-slider.swiper {
    padding-bottom: 68px; }
    @media (max-width: 767.98px) {
      .stages-work-slider.swiper {
        padding-bottom: 55px; } }
  .stages-work-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .stages-work-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .stages-work-slider:not(.swiper-initialized) .swiper-slide {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .stages-work-slider .swiper-slide.swiper-slide-active .stages-work-item::before,
  .stages-work-slider .swiper-slide.swiper-slide-active .stages-work-item .stages-work-item-img,
  .stages-work-slider .swiper-slide.swiper-slide-active .stages-work-item .stages-work-item-content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .stages-work-slider .swiper-pagination {
    z-index: 100;
    margin-left: -8px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .stages-work-slider .swiper-pagination {
        text-align: center;
        margin-left: 0;
        bottom: 0 !important; } }

.stages-work-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  @media (max-width: 767.98px) {
    .stages-work-item {
      -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;
      margin: 0 -16px; } }
  .stages-work-item::before {
    content: attr(data-next-slide);
    position: absolute;
    z-index: 1;
    top: 0;
    right: -48px;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--green-color);
    font-size: 195px;
    font-weight: 800;
    line-height: 0.8;
    text-transform: uppercase;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all .6s ease 0.6s;
    transition: all .6s ease 0.6s; }
    @media (max-width: 1199.98px) {
      .stages-work-item::before {
        font-size: 120px; } }
    @media (max-width: 767.98px) {
      .stages-work-item::before {
        display: none; } }
  .stages-work-item .stages-work-item-img {
    width: 60%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out 0.4s;
    transition: all .6s ease-in-out 0.4s; }
    @media (max-width: 767.98px) {
      .stages-work-item .stages-work-item-img {
        width: 100%; } }
    .stages-work-item .stages-work-item-img picture,
    .stages-work-item .stages-work-item-img img {
      width: 100%; }
      @media (max-width: 767.98px) {
        .stages-work-item .stages-work-item-img picture,
        .stages-work-item .stages-work-item-img img {
          min-height: 240px;
          -o-object-fit: cover;
             object-fit: cover; } }
  .stages-work-item .stages-work-item-content {
    position: relative;
    z-index: 5;
    width: 60%;
    margin-left: -17.5%;
    margin-top: 130px;
    margin-bottom: -60px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    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;
    row-gap: 16px;
    background: var(--green-color);
    color: var(--white-color);
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out 0.4s;
    transition: all .6s ease-in-out 0.4s; }
    @media (max-width: 991.98px) {
      .stages-work-item .stages-work-item-content {
        padding: 24px;
        row-gap: 12px;
        margin-bottom: 0;
        height: 100%; } }
    @media (max-width: 767.98px) {
      .stages-work-item .stages-work-item-content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -28%; } }
    .stages-work-item .stages-work-item-content .number {
      font-size: 56px;
      font-weight: 800;
      line-height: normal; }
      @media (max-width: 991.98px) {
        .stages-work-item .stages-work-item-content .number {
          font-size: 32px;
          line-height: 1.25; } }
    .stages-work-item .stages-work-item-content .title {
      font-size: 48px;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .stages-work-item .stages-work-item-content .title {
          font-size: 24px;
          line-height: 1.33; } }
    .stages-work-item .stages-work-item-content .text {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.6; }
      @media (max-width: 991.98px) {
        .stages-work-item .stages-work-item-content .text {
          font-size: 14px;
          line-height: 20px; } }

.map-section {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--theme-color-second);
  color: var(--white-color); }
  @media (max-width: 991.98px) {
    .map-section {
      padding-top: 56px;
      padding-bottom: 56px; } }
  .map-section .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .map-section .section-title {
    color: var(--white-color); }
    .map-section .section-title:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .page-main .map-section .section-title:not(.main-text) {
        font-size: 28px;
        line-height: 36px; } }
    @media (max-width: 991.98px) {
      .page-main .map-section .section-title .main-text:nth-child(2) {
        -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
                transform: translateX(80px);
        margin-bottom: 12px; } }
    .map-section .section-title .main-text {
      color: var(--white-color); }
    @media (min-width: 992px) {
      .map-section .section-title > span:nth-child(2) {
        width: calc(40% - 8px);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .map-section .section-text {
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none; }
    @media (min-width: 992px) {
      .map-section .section-text {
        max-width: 60%;
        margin-left: auto; } }
    @media (min-width: 768px) {
      .map-section .section-text {
        text-indent: 0; } }
  @media (min-width: 992px) {
    .map-section .map-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -16px; }
      .map-section .map-grid .map-region,
      .map-section .map-grid .map-info {
        width: 50%; } }
  @media (min-width: 1440px) {
    .map-section .map-grid {
      margin: 0 -48px; } }
  @media (max-width: 991.98px) {
    .map-section .map-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
      .map-section .map-grid .map-region {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .map-section .map-grid .map-content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .map-section .map-grid .map-info {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .map-section .map-region {
    -ms-grid-row-span: 3;
    grid-row: span 3;
    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: 42px; }
    @media (max-width: 991.98px) {
      .map-section .map-region {
        row-gap: 24px; }
        .map-section .map-region.accordion-open .map-tab-btn .icon {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); } }
  .map-section .map-tab-btn {
    color: var(--white-color); }
    .map-section .map-tab-btn .icon {
      -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 (min-width: 992px) {
      .map-section .map-tab-btn {
        display: none; } }
  @media (max-width: 991.98px) {
    .map-section .map-tab-content {
      display: none; } }
  .map-section #google_map {
    width: 100%;
    height: 720px !important; }
    @media (max-width: 991.98px) {
      .map-section #google_map {
        height: 480px !important; } }
  .map-section .map-region-list {
    position: relative;
    width: 100%; }
    .map-section .map-region-list:not(:last-child) {
      margin-bottom: 42px; }
    @media (max-width: 991.98px) {
      .map-section .map-region-list {
        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; }
        .map-section .map-region-list:not(:last-child) {
          margin-bottom: 24px; } }
  .map-section #map {
    position: relative; }
    .map-section #map svg {
      max-width: 100%; }
    @media (max-width: 991.98px) {
      .map-section #map {
        width: 100%;
        max-width: 550px; } }
  .map-section .map-point-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    outline: none;
    padding: 6px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="48" viewBox="0 0 36 48" fill="none"><path d="M18 0C13.228 0.00633011 8.65335 1.90479 5.27907 5.27907C1.90479 8.65335 0.00633011 13.228 0 18C0 30.9225 16.77 47.1075 17.4825 47.79C17.6211 47.9247 17.8067 48 18 48.0001C18.1933 48 18.3789 47.9247 18.5175 47.79C19.23 47.1075 36 30.9225 36 18C35.9937 13.228 34.0952 8.65335 30.7209 5.27907C27.3466 1.90479 22.772 0.00633011 18 0ZM18 26.25C16.3683 26.25 14.7733 25.7661 13.4165 24.8596C12.0598 23.9531 11.0024 22.6646 10.378 21.1571C9.75357 19.6496 9.59019 17.9908 9.90852 16.3905C10.2269 14.7902 11.0126 13.3202 12.1664 12.1664C13.3202 11.0126 14.7902 10.2268 16.3905 9.90852C17.9908 9.59019 19.6496 9.75357 21.1571 10.378C22.6646 11.0024 23.9531 12.0598 24.8596 13.4165C25.7661 14.7733 26.25 16.3683 26.25 18C26.2487 20.1876 25.3791 22.2853 23.8322 23.8322C22.2853 25.3791 20.1876 26.2487 18 26.25Z" fill="%23032428"/></svg>');
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .map-section .map-point-btn:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
    .map-section .map-point-btn.active {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .map-section .map-point-btn::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 6px;
      left: 50%;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--color-text);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .map-section .map-point-btn .icon {
      position: relative;
      z-index: 5;
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .map-section .map-content {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6; }
    @media (max-width: 991.98px) {
      .map-section .map-content {
        font-size: 16px;
        line-height: 1.5; } }
  .map-section .map-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
        grid-column-start: 2;
    background: #0D2D30FF; }
  .map-section .map-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-color: var(--green-color);
    background: #0D2D30FF; }
    @media (max-width: 991.98px) {
      .map-section .map-info-top {
        margin: 0 -16px;
        border-right: none;
        border-left: none; } }
  .map-section .map-info-group {
    position: relative;
    z-index: 1000;
    width: 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; }
    .map-section .map-info-group:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .map-section .jq-selectbox {
    width: 100%; }
    .map-section .jq-selectbox.opened .jq-selectbox__trigger {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .map-section .jq-selectbox .sorting-select {
      border: none; }
    .map-section .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;
      min-height: 40px;
      min-width: 180px;
      width: 100%;
      padding: 24px 12px;
      background: transparent;
      border: none;
      color: var(--white-color);
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (max-width: 991.98px) {
        .map-section .jq-selectbox .jq-selectbox__select {
          min-width: -webkit-fit-content;
          min-width: -moz-fit-content;
          min-width: fit-content;
          padding: 16px 6px; } }
      .map-section .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: var(--white-color);
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-transform: uppercase;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        @media (any-hover: hover) {
          .map-section .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:hover {
            color: var(--green-color); } }
        .map-section .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:focus {
          color: var(--green-color); }
        @media (max-width: 1199.98px) {
          .map-section .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
            font-size: 20px; } }
        @media (max-width: 767.98px) {
          .map-section .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
            font-size: 12px;
            line-height: 20px; } }
    .map-section .jq-selectbox .jq-selectbox__trigger {
      position: relative;
      width: 20px;
      height: 20px;
      margin-left: 12px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: transparent; }
      @media (max-width: 991.98px) {
        .map-section .jq-selectbox .jq-selectbox__trigger {
          width: 10px;
          height: 10px; } }
    .map-section .jq-selectbox .jq-selectbox__trigger-arrow {
      margin-top: 0;
      width: 15px;
      height: 9px;
      color: var(--white-color);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" viewBox="0 0 15 9" fill="none"><path d="M1 1.25L7.5 7.75L14 1.25" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
      @media (max-width: 991.98px) {
        .map-section .jq-selectbox .jq-selectbox__trigger-arrow {
          width: 10px;
          height: 6px;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }
    .map-section .jq-selectbox .jq-selectbox__dropdown {
      left: 50% !important;
      min-width: 150px;
      border-top: 1px solid var(--green-color);
      border-radius: 0;
      padding: 16px;
      overflow: hidden;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.08);
      background: var(--ocean-color); }
      @media (max-width: 991.98px) {
        .map-section .jq-selectbox .jq-selectbox__dropdown {
          padding: 12px; } }
      .map-section .jq-selectbox .jq-selectbox__dropdown ul, .map-section .jq-selectbox .jq-selectbox__dropdown li {
        list-style: none;
        margin: 0;
        padding: 0;
        background: transparent; }
      .map-section .jq-selectbox .jq-selectbox__dropdown li {
        border-radius: 0;
        color: var(--white-color);
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 1199.98px) {
          .map-section .jq-selectbox .jq-selectbox__dropdown li {
            font-size: 14px; } }
        .map-section .jq-selectbox .jq-selectbox__dropdown li:not(:last-child) {
          margin-bottom: 16px;
          padding-bottom: 16px;
          border-bottom: 1px solid #2c4549; }
          @media (max-width: 991.98px) {
            .map-section .jq-selectbox .jq-selectbox__dropdown li:not(:last-child) {
              margin-bottom: 12px;
              padding-bottom: 12px; } }
        .map-section .jq-selectbox .jq-selectbox__dropdown li:focus, .map-section .jq-selectbox .jq-selectbox__dropdown li.sel {
          color: var(--green-color); }
        @media (any-hover: hover) {
          .map-section .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
            color: var(--green-color); } }
        .map-section .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
          color: var(--green-color); }

.map-utp {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  background: #071f21;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px; }
  @media (max-width: 991.98px) {
    .map-utp {
      gap: 8px; } }
  .map-utp .map-utp-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
    .map-utp .map-utp-item:not(:last-child) {
      padding-right: 24px; }
      .map-utp .map-utp-item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 4px;
        height: 4px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: var(--theme-color-main);
        border-radius: 50%; }
    @media (max-width: 991.98px) {
      .map-utp .map-utp-item {
        gap: 6px;
        font-size: 10px;
        line-height: 16px; }
        .map-utp .map-utp-item:not(:last-child) {
          padding-right: 12px; } }
    .map-utp .map-utp-item .icon {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #71989d; }
      @media (max-width: 991.98px) {
        .map-utp .map-utp-item .icon {
          width: 16px;
          height: 16px; } }

.info-search {
  position: relative; }
  @media (max-width: 991.98px) {
    .info-search {
      margin: 0 -16px; } }
  .info-search .icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--green-color); }
  .info-search input {
    height: 56px;
    width: 100%;
    padding: 16px 48px 16px 32px;
    border-radius: 0;
    color: var(--white-color);
    border: none;
    background: #0D2D30FF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .info-search input:hover {
        border-color: var(--green-color);
        outline: none; } }
    .info-search input:focus {
      border-color: var(--green-color);
      outline: none; }
    .info-search input::-webkit-input-placeholder {
      color: var(--white-color); }
    .info-search input::-moz-placeholder {
      color: var(--white-color); }
    .info-search input:-ms-input-placeholder {
      color: var(--white-color); }
    .info-search input::-ms-input-placeholder {
      color: var(--white-color); }
    .info-search input::placeholder {
      color: var(--white-color); }
    @media (max-width: 991.98px) {
      .info-search input {
        padding: 16px 40px 16px 20px;
        font-size: 14px;
        line-height: 20px; } }

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

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

.map-reception-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  max-height: 642px;
  overflow-y: auto;
  scroll-behavior: smooth; }
  .map-reception-list:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: calc(100% - 64px);
    height: 1px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #2c4549;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (max-width: 991.98px) {
      .map-reception-list:not(:last-child)::before {
        width: calc(100% - 40px); } }
  @media (min-width: 992px) {
    .map-reception-list, .map-reception-list * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .map-reception-list::-webkit-scrollbar,
    .map-reception-list *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .map-reception-list::-webkit-scrollbar-button,
    .map-reception-list *::-webkit-scrollbar-button {
      display: none; }
    .map-reception-list::-webkit-scrollbar-track,
    .map-reception-list *::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.24); }
    .map-reception-list::-webkit-scrollbar-track-piece,
    .map-reception-list *::-webkit-scrollbar-track-piece {
      background: rgba(255, 255, 255, 0.24); }
    .map-reception-list::-webkit-scrollbar-thumb,
    .map-reception-list *::-webkit-scrollbar-thumb {
      background: #88db58;
      border-radius: 99px; }
    .map-reception-list::-webkit-scrollbar-corner,
    .map-reception-list *::-webkit-scrollbar-corner {
      background: rgba(255, 255, 255, 0.24); } }
  @media (max-width: 991.98px) {
    .map-reception-list {
      max-height: 464px; } }

.map-reception {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 20px 32px;
  background: #0D2D30FF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .map-reception {
      padding: 20px; } }
  @media (max-width: 1199.98px) {
    .map-reception {
      padding: 16px 20px;
      gap: 12px; } }
  .map-reception:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 64px);
    height: 1px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #2c4549;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (max-width: 991.98px) {
      .map-reception:not(:last-child)::before {
        width: calc(100% - 40px); } }
  .map-reception .map-reception-icon {
    position: relative;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px;
    color: var(--white-color);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="48" viewBox="0 0 36 48" fill="none"><path d="M18 0C13.228 0.00633011 8.65335 1.90479 5.27907 5.27907C1.90479 8.65335 0.00633011 13.228 0 18C0 30.9225 16.77 47.1075 17.4825 47.79C17.6211 47.9247 17.8067 48 18 48.0001C18.1933 48 18.3789 47.9247 18.5175 47.79C19.23 47.1075 36 30.9225 36 18C35.9937 13.228 34.0952 8.65335 30.7209 5.27907C27.3466 1.90479 22.772 0.00633011 18 0ZM18 26.25C16.3683 26.25 14.7733 25.7661 13.4165 24.8596C12.0598 23.9531 11.0024 22.6646 10.378 21.1571C9.75357 19.6496 9.59019 17.9908 9.90852 16.3905C10.2269 14.7902 11.0126 13.3202 12.1664 12.1664C13.3202 11.0126 14.7902 10.2268 16.3905 9.90852C17.9908 9.59019 19.6496 9.75357 21.1571 10.378C22.6646 11.0024 23.9531 12.0598 24.8596 13.4165C25.7661 14.7733 26.25 16.3683 26.25 18C26.2487 20.1876 25.3791 22.2853 23.8322 23.8322C22.2853 25.3791 20.1876 26.2487 18 26.25Z" fill="%2388DB58"/></svg>') center no-repeat;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .map-reception .map-reception-icon::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 6px;
      left: 50%;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #88db58;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .map-reception .map-reception-icon .icon {
      position: relative;
      z-index: 5;
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .map-reception .map-reception-icon {
        width: 24px;
        height: 30px;
        padding: 4px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="30" viewBox="0 0 24 30" fill="none"><path d="M12 0C9.01753 0.00395632 6.15835 1.19049 4.04942 3.29942C1.94049 5.40835 0.753956 8.26753 0.75 11.25C0.75 19.3266 11.2312 29.4422 11.6766 29.8688C11.7632 29.9529 11.8792 30 12 30C12.1208 30 12.2368 29.9529 12.3234 29.8688C12.7687 29.4422 23.25 19.3266 23.25 11.25C23.246 8.26753 22.0595 5.40835 19.9506 3.29942C17.8417 1.19049 14.9825 0.00395632 12 0ZM12 16.4063C10.9802 16.4063 9.98328 16.1038 9.13534 15.5373C8.2874 14.9707 7.62651 14.1654 7.23625 13.2232C6.84598 12.281 6.74387 11.2443 6.94283 10.2441C7.14178 9.24385 7.63287 8.3251 8.35398 7.60398C9.0751 6.88287 9.99385 6.39178 10.9941 6.19283C11.9943 5.99387 13.031 6.09598 13.9732 6.48625C14.9154 6.87651 15.7207 7.5374 16.2873 8.38534C16.8538 9.23328 17.1562 10.2302 17.1562 11.25C17.1554 12.6173 16.6119 13.9283 15.6451 14.8951C14.6783 15.8619 13.3673 16.4054 12 16.4063Z" fill="%2388DB58"/></svg>'); }
        .map-reception .map-reception-icon::before {
          top: 2px;
          width: 14px;
          height: 14px; }
        .map-reception .map-reception-icon .icon {
          width: 14px;
          height: 14px; } }
  .map-reception.active {
    background: #2b6907; }
    .map-reception.active .map-reception-icon {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="48" viewBox="0 0 36 48" fill="none"><path d="M18 0C13.228 0.00633011 8.65335 1.90479 5.27907 5.27907C1.90479 8.65335 0.00633011 13.228 0 18C0 30.9225 16.77 47.1075 17.4825 47.79C17.6211 47.9247 17.8067 48 18 48.0001C18.1933 48 18.3789 47.9247 18.5175 47.79C19.23 47.1075 36 30.9225 36 18C35.9937 13.228 34.0952 8.65335 30.7209 5.27907C27.3466 1.90479 22.772 0.00633011 18 0ZM18 26.25C16.3683 26.25 14.7733 25.7661 13.4165 24.8596C12.0598 23.9531 11.0024 22.6646 10.378 21.1571C9.75357 19.6496 9.59019 17.9908 9.90852 16.3905C10.2269 14.7902 11.0126 13.3202 12.1664 12.1664C13.3202 11.0126 14.7902 10.2268 16.3905 9.90852C17.9908 9.59019 19.6496 9.75357 21.1571 10.378C22.6646 11.0024 23.9531 12.0598 24.8596 13.4165C25.7661 14.7733 26.25 16.3683 26.25 18C26.2487 20.1876 25.3791 22.2853 23.8322 23.8322C22.2853 25.3791 20.1876 26.2487 18 26.25Z" fill="%23ffffff"/></svg>') center no-repeat; }
      .map-reception.active .map-reception-icon .icon {
        color: var(--green-color); }
      .map-reception.active .map-reception-icon::before {
        background: var(--white); }
      @media (max-width: 991.98px) {
        .map-reception.active .map-reception-icon {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="30" viewBox="0 0 24 30" fill="none"><path d="M12 0C9.01753 0.00395632 6.15835 1.19049 4.04942 3.29942C1.94049 5.40835 0.753956 8.26753 0.75 11.25C0.75 19.3266 11.2312 29.4422 11.6766 29.8688C11.7632 29.9529 11.8792 30 12 30C12.1208 30 12.2368 29.9529 12.3234 29.8688C12.7687 29.4422 23.25 19.3266 23.25 11.25C23.246 8.26753 22.0595 5.40835 19.9506 3.29942C17.8417 1.19049 14.9825 0.00395632 12 0ZM12 16.4063C10.9802 16.4063 9.98328 16.1038 9.13534 15.5373C8.2874 14.9707 7.62651 14.1654 7.23625 13.2232C6.84598 12.281 6.74387 11.2443 6.94283 10.2441C7.14178 9.24385 7.63287 8.3251 8.35398 7.60398C9.0751 6.88287 9.99385 6.39178 10.9941 6.19283C11.9943 5.99387 13.031 6.09598 13.9732 6.48625C14.9154 6.87651 15.7207 7.5374 16.2873 8.38534C16.8538 9.23328 17.1562 10.2302 17.1562 11.25C17.1554 12.6173 16.6119 13.9283 15.6451 14.8951C14.6783 15.8619 13.3673 16.4054 12 16.4063Z" fill="%23ffffff"/></svg>'); } }
    .map-reception.active:not(:last-child)::before {
      opacity: 0; }
  .map-reception .map-reception-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: 8px; }
    @media (max-width: 991.98px) {
      .map-reception .map-reception-content {
        row-gap: 4px; } }
  .map-reception .map-reception-name {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .map-reception .map-reception-name {
        font-size: 18px;
        line-height: 24px; } }
  .map-reception .map-reception-address {
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 991.98px) {
      .map-reception .map-reception-address {
        font-size: 12px;
        line-height: 16px; } }
  .map-reception .map-reception-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 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;
    color: var(--green-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5; }
    .map-reception .map-reception-link::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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.4105 2.56503L14.948 22.02C14.8937 22.161 14.798 22.2822 14.6735 22.3679C14.549 22.4535 14.4016 22.4996 14.2505 22.5H14.198C14.0387 22.4882 13.8873 22.4258 13.7658 22.322C13.6444 22.2181 13.5594 22.0781 13.523 21.9225L11.378 12.6225L2.07804 10.5C1.9238 10.4619 1.78564 10.3759 1.68347 10.2542C1.5813 10.1325 1.52041 9.98159 1.50956 9.82309C1.49872 9.66459 1.53848 9.50674 1.62313 9.37229C1.70777 9.23785 1.83293 9.13376 1.98054 9.07503L21.4355 1.59002C21.5718 1.53547 21.7211 1.52211 21.865 1.55161C22.0088 1.58112 22.1408 1.65218 22.2446 1.75599C22.3484 1.8598 22.4194 1.99179 22.4489 2.1356C22.4785 2.27942 22.4651 2.42873 22.4105 2.56503Z" fill="%2360C724"/></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) {
      .map-reception .map-reception-link:hover::before {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
    @media (max-width: 991.98px) {
      .map-reception .map-reception-link {
        font-size: 12px;
        line-height: 16px; }
        .map-reception .map-reception-link::before {
          width: 16px;
          height: 16px; } }

.banner {
  position: relative;
  overflow: hidden;
  min-height: 524px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .banner {
      min-height: 420px; } }
  .banner .banner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .banner .banner-img::after {
      content: "";
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30%;
      background: -webkit-gradient(linear, left bottom, left top, from(#032428), color-stop(36.92%, rgba(3, 36, 40, 0.9)), color-stop(71.84%, rgba(3, 36, 40, 0.68)), to(rgba(3, 36, 40, 0.1)));
      background: linear-gradient(0deg, #032428 0%, rgba(3, 36, 40, 0.9) 36.92%, rgba(3, 36, 40, 0.68) 71.84%, rgba(3, 36, 40, 0.1) 100%); }
    .banner .banner-img::before {
      content: "";
      position: absolute;
      z-index: 1;
      inset: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%); }
    .banner .banner-img picture, .banner .banner-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .banner .container {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px; }
  .banner .banner-title {
    max-width: 886px;
    color: var(--white-color);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase; }
    .page-cooperation .banner .banner-title {
      max-width: 1000px; }
    .banner .banner-title:not(:last-child) {
      margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .banner .banner-title {
        font-size: 40px;
        line-height: 1.2; }
        .banner .banner-title:not(:last-child) {
          margin-bottom: 12px; } }
  .banner .banner-text {
    max-width: 774px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4; }
    .banner .banner-text:not(:last-child) {
      margin-bottom: 48px; }
    @media (min-width: 992px) {
      .banner .banner-text {
        margin-left: 118px; } }
    @media (max-width: 991.98px) {
      .banner .banner-text {
        font-size: 16px;
        line-height: 1.5; } }

body:has(.advertising) .header {
  -webkit-transform: translateY(72px);
      -ms-transform: translateY(72px);
          transform: translateY(72px); }
  @media (max-width: 991.98px) {
    body:has(.advertising) .header {
      -webkit-transform: translateY(42px);
          -ms-transform: translateY(42px);
              transform: translateY(42px); } }
  body:has(.advertising) .header.sticky-header {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.advertising {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  background: var(--green-color);
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .advertising::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .advertising {
      padding: 5px;
      gap: 12px;
      font-size: 16px;
      line-height: 1.5; } }
  .advertising .advertising-marquee {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    white-space: nowrap; }
    @media (max-width: 991.98px) {
      .advertising .advertising-marquee {
        gap: 12px;
        padding: 0 16px; } }
  .advertising .advertising-text p {
    margin-bottom: 0; }
  .advertising .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .advertising .btn {
        min-height: 32px;
        padding: 4px 16px; } }

@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@media (min-width: 992px) {
  .banner-block {
    padding: 60px 0 0; }
    .banner-block:not(:last-child) {
      margin-bottom: 60px; } }

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

@media (max-width: 991.98px) {
  .banner-block .container {
    padding: 0; } }

.banner-block .banner-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner-block .banner-img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 32px;
  background: var(--color-text);
  color: var(--white-color); }
  @media (max-width: 991.98px) {
    .banner-block .banner-img-content {
      width: 50%;
      padding: 16px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.banner-block .banner-img-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase; }
  .banner-block .banner-img-title:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .banner-block .banner-img-title {
      font-size: 12px;
      line-height: 16px; }
      .banner-block .banner-img-title:not(:last-child) {
        margin-bottom: 4px; } }

.banner-block .banner-img-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }
  .banner-block .banner-img-text p {
    margin-bottom: 0; }
    .banner-block .banner-img-text p:not(:last-child) {
      margin-bottom: 12px; }
  .banner-block .banner-img-text:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .banner-block .banner-img-text {
      font-size: 10px;
      line-height: 1.2; }
      .banner-block .banner-img-text:not(:last-child) {
        margin-bottom: 12px; } }

.banner-block .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 991.98px) {
    .banner-block .btn {
      padding: 8px 16px;
      min-height: 32px;
      font-size: 12px;
      line-height: 16px; } }

.banner-block .banner-img-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block; }
  @media (max-width: 991.98px) {
    .banner-block .banner-img-img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .banner-block .banner-img-img picture,
  .banner-block .banner-img-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.video {
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .video {
      padding-top: 28px; } }
  .video .container:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .video .container:not(:last-child) {
        margin-bottom: 28px; } }
  .video .section-title span:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  @media (max-width: 991.98px) {
    .video .section-title span {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 992px) {
    .video .section-title span:nth-child(2) {
      translate: 0 50px;
      margin-left: 30px; } }
  @media (min-width: 992px) {
    .video .section-title span:last-child {
      display: block;
      line-height: 0.8; } }
  .video .video-img {
    position: relative;
    width: 100%;
    height: 810px; }
    @media (max-width: 991.98px) {
      .video .video-img {
        height: 600px; } }
    .video .video-img::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
    .video .video-img picture,
    .video .video-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .video .video-link {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--green-color);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (any-hover: hover) {
      .video .video-link:hover {
        background: var(--orange-color); } }
    .video .video-link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 24px;
      margin-left: 4px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="24" viewBox="0 0 20 24" fill="none"><path d="M20 12L0 0V24L20 12Z" fill="white"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .video .video-link {
        width: 64px;
        height: 64px; } }

.our-products {
  overflow: hidden; }
  .our-products .section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 991.98px) {
      .our-products .section-title .main-text:nth-child(2) {
        -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
                transform: translateX(80px);
        margin-bottom: 12px; } }
    @media (max-width: 767.98px) {
      .our-products .section-title:not(.main-text) {
        font-size: 23px;
        line-height: 32px; } }
  @media (min-width: 992px) {
    .our-products .our-products-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 24px; } }
  @media (max-width: 991.98px) {
    .our-products .our-products-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: 28px; } }

@media (min-width: 992px) {
  .our-products-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color); } }

@media (max-width: 991.98px) {
  .our-products-item {
    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; } }

.our-products-item .our-products-item-img {
  width: 100%; }
  .our-products-item .our-products-item-img picture, .our-products-item .our-products-item-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 318 / 406; }
    @media (max-width: 991.98px) {
      .our-products-item .our-products-item-img picture, .our-products-item .our-products-item-img img {
        aspect-ratio: 1 / 1; } }

.our-products-item .our-products-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; }

.our-products-item .our-products-item-title {
  color: var(--green-color);
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .our-products-item .our-products-item-title {
      font-size: 22px;
      line-height: 28px; } }
  .our-products-item .our-products-item-title:not(:last-child) {
    margin-bottom: 12px; }

.our-products-item .our-products-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .our-products-item .our-products-item-text {
      font-size: 14px;
      line-height: 20px; } }
  .our-products-item .our-products-item-text strong {
    font-weight: 600; }
  .our-products-item .our-products-item-text p {
    margin-bottom: 0; }
    .our-products-item .our-products-item-text p:not(:last-child) {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .our-products-item .our-products-item-text p:not(:last-child) {
          margin-bottom: 8px; } }
    .our-products-item .our-products-item-text p:last-child {
      margin-top: auto; }
  .our-products-item .our-products-item-text ul, .our-products-item .our-products-item-text li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .our-products-item .our-products-item-text ul:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .our-products-item .our-products-item-text ul:not(:last-child) {
        margin-bottom: 12px; } }
  .our-products-item .our-products-item-text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    .our-products-item .our-products-item-text li::before {
      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;
      margin-top: 8px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green-color);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .our-products-item .our-products-item-text li:not(:last-child) {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .our-products-item .our-products-item-text li:not(:last-child) {
          margin-bottom: 8px; } }

.tire-recycling .container:not(:last-child) {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .tire-recycling .container:not(:last-child) {
      margin-bottom: 28px; } }

@media (min-width: 992px) {
  .tire-recycling .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .tire-recycling .section-title:not(:last-child) {
      margin-bottom: 0; }
    .tire-recycling .section-title .title-img {
      -webkit-transform: translateY(24px);
          -ms-transform: translateY(24px);
              transform: translateY(24px); }
    .tire-recycling .section-title span:last-child {
      margin-top: -6px; } }

@media (max-width: 767.98px) {
  .tire-recycling .section-title:not(.main-text) {
    font-size: 26px;
    line-height: 32px; } }

@media (min-width: 992px) {
  .tire-recycling .section-text {
    text-indent: 40%;
    line-height: 1.86; } }

@media (max-width: 991.98px) {
  .tire-recycling .section-text {
    font-size: 16px;
    line-height: 1.5; } }

.tire-recycling .tire-recycling-banner {
  position: relative;
  width: 100%;
  height: 810px; }
  @media (max-width: 991.98px) {
    .tire-recycling .tire-recycling-banner {
      height: 600px; } }

.tire-recycling .tire-recycling-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .tire-recycling .tire-recycling-img picture,
  .tire-recycling .tire-recycling-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.tire-recycling .tire-recycling-content {
  position: absolute;
  z-index: 5;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 991.98px) {
    .tire-recycling .tire-recycling-content {
      bottom: 40px; } }

.tire-recycling .tire-recycling-wrap {
  max-width: 493px;
  width: 100%;
  padding: 24px 32px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .tire-recycling .tire-recycling-wrap {
      padding: 16px 20px; } }

.tire-recycling .tire-recycling-title {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase; }
  .tire-recycling .tire-recycling-title:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .tire-recycling .tire-recycling-title {
      font-size: 16px;
      line-height: 1.5; } }

.tire-recycling .tire-recycling-text {
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25; }
  @media (max-width: 991.98px) {
    .tire-recycling .tire-recycling-text {
      font-size: 14px;
      line-height: 20px; } }

.goals {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--theme-color-second); }
  @media (max-width: 991.98px) {
    .goals {
      padding-top: 56px;
      padding-bottom: 56px; } }
  .goals .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .goals .section-title {
    color: var(--white-color); }
    .goals .section-title .main-text {
      color: var(--white-color); }

.goals-accordion {
  background: #073338; }
  .goals-accordion:not(:last-child) {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .goals-accordion:not(:last-child) {
        margin-bottom: 8px; } }
  .goals-accordion.bg-gradient:nth-child(5n + 1) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 183, 18, 0)), to(#fdb713));
    background: linear-gradient(90deg, rgba(252, 183, 18, 0) 0%, #fdb713 100%); }
  .goals-accordion.bg-gradient:nth-child(5n + 2) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(142, 23, 56, 0)), to(#8e1738));
    background: linear-gradient(90deg, rgba(142, 23, 56, 0) 0%, #8e1738 100%); }
  .goals-accordion.bg-gradient:nth-child(5n + 3) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 109, 37, 0)), to(#f36d25));
    background: linear-gradient(90deg, rgba(243, 109, 37, 0) 0%, #f36d25 100%); }
  .goals-accordion.bg-gradient:nth-child(5n + 4) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(207, 141, 42, 0)), to(#cf8d2a));
    background: linear-gradient(90deg, rgba(207, 141, 42, 0) 0%, #cf8d2a 100%); }
  .goals-accordion.bg-gradient:nth-child(5n + 5) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 119, 62, 0)), to(#48773e));
    background: linear-gradient(90deg, rgba(72, 119, 62, 0) 0%, #48773e 100%); }
  .goals-accordion.accordion-open .goals-accordion-title::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .goals-accordion .goals-accordion-title {
    padding-right: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    color: var(--white-color);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer; }
    @media (any-hover: hover) {
      .goals-accordion .goals-accordion-title:hover {
        color: var(--green-color); } }
    .goals-accordion .goals-accordion-title span {
      padding: 12px 0; }
    .goals-accordion .goals-accordion-title::after {
      content: "";
      display: block;
      margin-left: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 32px;
      height: 32px;
      margin-top: 40px;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none"><path d="M16 22.6667C15.6596 22.665 15.3238 22.5876 15.0171 22.44C14.7104 22.2924 14.4404 22.0783 14.2266 21.8134L8.6133 15.0134C8.2853 14.604 8.07888 14.1108 8.01759 13.5898C7.9563 13.0688 8.04259 12.5411 8.26664 12.0667C8.44834 11.6545 8.74487 11.3033 9.1208 11.055C9.49672 10.8068 9.93617 10.672 10.3866 10.6667H21.6133C22.0638 10.672 22.5032 10.8068 22.8791 11.055C23.2551 11.3033 23.5516 11.6545 23.7333 12.0667C23.9573 12.5411 24.0436 13.0688 23.9823 13.5898C23.9211 14.1108 23.7146 14.604 23.3866 15.0134L17.7733 21.8134C17.5596 22.0783 17.2895 22.2924 16.9828 22.44C16.6761 22.5876 16.3404 22.665 16 22.6667Z" 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 (max-width: 991.98px) {
        .goals-accordion .goals-accordion-title::after {
          margin-top: 12px;
          width: 16px;
          height: 16px; } }
    @media (max-width: 991.98px) {
      .goals-accordion .goals-accordion-title {
        gap: 12px;
        padding-right: 12px;
        font-size: 18px;
        line-height: 24px; } }
  .goals-accordion .goals-accordion-img {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 112px;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    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; }
    @media (max-width: 991.98px) {
      .goals-accordion .goals-accordion-img {
        width: 48px;
        height: 48px; } }
    .goals-accordion .goals-accordion-img picture, .goals-accordion .goals-accordion-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .goals-accordion .goals-accordion-content {
    display: none;
    padding: 0 40px 32px 144px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .goals-accordion .goals-accordion-content {
        padding: 0 12px 20px 60px;
        font-size: 14px;
        line-height: 20px; } }
    .goals-accordion .goals-accordion-content p {
      margin-bottom: 0; }
      .goals-accordion .goals-accordion-content p:not(:last-child) {
        margin-bottom: 16px; }
        @media (max-width: 991.98px) {
          .goals-accordion .goals-accordion-content p:not(:last-child) {
            margin-bottom: 12px; } }
    .goals-accordion .goals-accordion-content ul {
      padding: 0;
      list-style: none; }
      .goals-accordion .goals-accordion-content ul li {
        position: relative;
        padding-left: 20px; }
        .goals-accordion .goals-accordion-content ul li::before {
          content: "";
          position: absolute;
          top: 10px;
          left: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: var(--white-color); }
        .goals-accordion .goals-accordion-content ul li:not(:last-child) {
          margin-bottom: 12px; }
        @media (max-width: 991.98px) {
          .goals-accordion .goals-accordion-content ul li {
            padding-left: 12px; }
            .goals-accordion .goals-accordion-content ul li::before {
              top: 7px;
              width: 5px;
              height: 5px; }
            .goals-accordion .goals-accordion-content ul li:not(:last-child) {
              margin-bottom: 8px; } }

.team {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--theme-color-second); }
  @media (max-width: 991.98px) {
    .team {
      padding-top: 56px;
      padding-bottom: 56px; } }
  .team .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .team .section-title {
    color: var(--white-color); }
    .team .section-title .main-text {
      color: var(--white-color); }
    .team .section-title > span:last-child {
      font-size: 30px;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .team .section-title > span:last-child {
          font-size: 16px;
          line-height: 1.5; } }
  .team .team-slider {
    position: relative; }
    .team .team-slider:not(.swiper-initialized) {
      overflow: hidden; }
      .team .team-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px; }
        @media (max-width: 767.98px) {
          .team .team-slider:not(.swiper-initialized) .swiper-wrapper {
            gap: 20px; } }
      .team .team-slider:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: calc(25% - 12px); }
        @media (max-width: 991.98px) {
          .team .team-slider:not(.swiper-initialized) .swiper-slide {
            width: calc(33.333% - 12px); } }
        @media (max-width: 767.98px) {
          .team .team-slider:not(.swiper-initialized) .swiper-slide {
            width: calc(50% - 10px); } }
        @media (max-width: 575.98px) {
          .team .team-slider:not(.swiper-initialized) .swiper-slide {
            width: 100%; } }
  .team .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .team .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .team .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .team .team-card {
    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; }
    @media (any-hover: hover) {
      .team .team-card:hover .team-card-content {
        background: var(--green-color); }
      .team .team-card:hover .team-card-name,
      .team .team-card:hover .team-card-position {
        color: var(--white-color); }
      .team .team-card:hover .team-card-img img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); } }
    .team .team-card .team-card-img {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      overflow: hidden; }
      .team .team-card .team-card-img::before {
        content: "";
        display: block;
        padding-bottom: 150%; }
      .team .team-card .team-card-img picture, .team .team-card .team-card-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -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; }
    .team .team-card .team-card-content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: -30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 4px;
      padding: 16px 24px;
      background: var(--white-color);
      -webkit-transform: translateX(12px);
          -ms-transform: translateX(12px);
              transform: translateX(12px);
      cursor: pointer;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      @media (max-width: 991.98px) {
        .team .team-card .team-card-content {
          margin-top: -52px;
          padding: 12px 16px;
          -webkit-transform: translateX(10px);
              -ms-transform: translateX(10px);
                  transform: translateX(10px); } }
    .team .team-card .team-card-name {
      color: var(--color-text);
      font-size: 20px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .team .team-card .team-card-position {
      color: #767676;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.25;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .team .team-card .team-card-position {
          font-size: 14px;
          line-height: 20px; } }
  .team .swiper-nav {
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .team .swiper-nav {
        margin-top: 50px; } }
  .team .swiper-button-prev,
  .team .swiper-button-next {
    background: #08282c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .team .swiper-button-prev:hover,
      .team .swiper-button-next:hover {
        background: var(--green-color); } }
    @media (max-width: 991.98px) {
      .team .swiper-button-prev,
      .team .swiper-button-next {
        display: none; } }
  .team .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 2px; }
    @media (min-width: 992px) {
      .team .swiper-pagination {
        display: none; } }
    .team .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6);
      background: #709296; }
      .team .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--green-color);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }

.grants {
  overflow: hidden; }
  .grants .grants-wrap {
    position: relative; }
  .grants .grants-slider {
    max-width: 60%;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .grants .grants-slider {
        padding-bottom: 46px; } }
    @media (max-width: 767.98px) {
      .grants .grants-slider {
        max-width: 100%; } }
    .grants .grants-slider:not(.swiper-initialized) {
      overflow: hidden; }
      .grants .grants-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px; }
        @media (max-width: 767.98px) {
          .grants .grants-slider:not(.swiper-initialized) .swiper-wrapper {
            gap: 20px; } }
      .grants .grants-slider:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: calc(50% - 16px); }
        @media (max-width: 991.98px) {
          .grants .grants-slider:not(.swiper-initialized) .swiper-slide {
            width: 100%; } }
  .grants .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .grants .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .grants .swiper-nav {
    position: absolute;
    bottom: 0;
    left: 0; }
  .grants .swiper-button-prev,
  .grants .swiper-button-next {
    background: #709296;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .grants .swiper-button-prev:hover,
      .grants .swiper-button-next:hover {
        background: var(--green-color); } }
    @media (max-width: 991.98px) {
      .grants .swiper-button-prev,
      .grants .swiper-button-next {
        display: none; } }
  .grants .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 2px; }
    @media (min-width: 992px) {
      .grants .swiper-pagination {
        display: none; } }
    .grants .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6);
      background: #709296; }
      .grants .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--green-color);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }

.grants-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5; }
  .grants-card .grants-card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px 20px; }
    .grants-card .grants-card-img:not(:last-child) {
      margin-bottom: 28px; }
    .grants-card .grants-card-img img {
      max-height: 52px;
      width: auto;
      height: auto; }
    @media (max-width: 991.98px) {
      .grants-card .grants-card-img {
        gap: 4px 16px; }
        .grants-card .grants-card-img:not(:last-child) {
          margin-bottom: 16px; }
        .grants-card .grants-card-img img {
          max-height: 36px; } }
  .grants-card .grants-card-title {
    color: var(--green-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase; }
    .grants-card .grants-card-title:not(:last-child) {
      margin-bottom: 28px; }
    @media (max-width: 991.98px) {
      .grants-card .grants-card-title {
        font-size: 28px;
        line-height: 36px; }
        .grants-card .grants-card-title:not(:last-child) {
          margin-bottom: 16px; } }
  .grants-card .grants-card-subtitle {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .grants-card .grants-card-subtitle {
        font-size: 16px;
        line-height: 1.25; } }
    .grants-card .grants-card-subtitle:not(:last-child) {
      margin-bottom: 8px; }
  .grants-card .grants-card-text {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75; }
    @media (max-width: 991.98px) {
      .grants-card .grants-card-text {
        font-size: 14px;
        line-height: 20px; } }

.our-goal {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 0;
  background: var(--theme-color-second);
  color: var(--white-color); }
  @media (max-width: 991.98px) {
    .our-goal {
      padding-top: 56px;
      padding-bottom: 56px;
      -webkit-transition: padding 0.3s ease;
      transition: padding 0.3s ease; }
      .our-goal:has(.accordion-open) {
        padding-bottom: 0; } }
  .our-goal .container:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .our-goal .container:not(:last-child) {
        margin-bottom: 28px; } }
  .our-goal .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .our-goal .section-title {
    color: var(--white-color); }
    .our-goal .section-title .main-text {
      color: var(--white-color); }
    @media (min-width: 768px) {
      .our-goal .section-title:not(:last-child) {
        margin-bottom: -34px; } }
    @media (max-width: 767.98px) {
      .our-goal .section-title > span:last-child {
        margin-left: 80px; } }
  .our-goal .section-text {
    line-height: 1.6;
    color: var(--white-color); }
    @media (min-width: 768px) {
      .our-goal .section-text {
        text-indent: 40%; } }
    @media (max-width: 767.98px) {
      .our-goal .section-text {
        line-height: 1.5;
        font-size: 16px; } }
  @media (max-width: 991.98px) {
    .our-goal .our-goal-map {
      padding: 0 16px; }
      .our-goal .our-goal-map.accordion-open .map-tab-btn .icon {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
  .our-goal .map-tab-btn {
    color: var(--white-color); }
    .our-goal .map-tab-btn .icon {
      -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 (min-width: 992px) {
      .our-goal .map-tab-btn {
        display: none; } }
  .our-goal .our-goal-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;
    max-height: 1019px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .our-goal .our-goal-img {
        width: auto;
        margin: 0 -16px; } }
    .our-goal .our-goal-img img {
      width: 100%; }
      @media (min-width: 992px) {
        .our-goal .our-goal-img img {
          height: 100%;
          -o-object-fit: scale-down;
             object-fit: scale-down; } }
      @media (max-width: 991.98px) {
        .our-goal .our-goal-img img {
          height: auto; } }
    @media (max-width: 991.98px) {
      .our-goal .our-goal-img {
        padding-top: 20px;
        display: none; } }
  @media (min-width: 992px) {
    .our-goal .our-goal-list {
      display: none; } }
  .our-goal .our-goal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase; }
    .our-goal .our-goal-item:not(:last-child) {
      margin-bottom: 16px; }
    .our-goal .our-goal-item .percent {
      color: var(--green-color); }
  .our-goal .progress-ring {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .our-goal .ring-bg {
    fill: none;
    stroke: #ed5089;
    stroke-opacity: 0.32;
    stroke-width: 2; }
  .our-goal .ring {
    fill: none;
    stroke: #60c724;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 44;
    stroke-dashoffset: 44;
    -webkit-transition: stroke-dashoffset 0.4s ease;
    transition: stroke-dashoffset 0.4s ease; }

.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 {
  --br: 10px;
  --bg: white;
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: var(--br);
  min-height: 100%; }
  .product-block,
  .product-block .dropdown-block {
    background: var(--bg);
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); }
  .product-block .dropdown-block:empty {
    display: none; }
  @media (any-hover: hover) {
    .product-block:hover {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .product-block:hover:has(.dropdown-block) {
        border-radius: var(--br) var(--br) 0 0; }
      .product-block:hover .dropdown-block {
        opacity: 1;
        pointer-events: initial; }
      .product-block:hover,
      .product-block:hover .dropdown-block {
        -webkit-box-shadow: 0 10px 10px rgba(207, 207, 207, 0.5);
                box-shadow: 0 10px 10px rgba(207, 207, 207, 0.5); } }
  .product-block:focus {
    border-radius: var(--br) var(--br) 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .product-block:focus .dropdown-block {
      opacity: 1;
      pointer-events: initial; }
    .product-block:focus,
    .product-block:focus .dropdown-block {
      -webkit-box-shadow: 0 10px 10px rgba(207, 207, 207, 0.5);
              box-shadow: 0 10px 10px rgba(207, 207, 207, 0.5); }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
    .product-block .product-img-wrap img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .product-block .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--color-text);
    text-decoration: none; }
    .product-block .product-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--theme-color-second); } }
    .product-block .product-title:focus {
      color: var(--theme-color-second); }
  .product-block .product-sku {
    font-size: 13px; }
    .product-block .product-sku .product-sku-title {
      color: #bdbdbd; }
    .product-block .product-sku .product-sku-value {
      color: #3d3d3d;
      text-transform: uppercase; }
    .product-block .product-sku:not(:last-child) {
      margin-bottom: 4px; }
  .product-block .rating,
  .product-block .stock-status,
  .product-block .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .product-block .rating:not(:last-child),
    .product-block .stock-status:not(:last-child),
    .product-block .product-actions:not(:last-child) {
      margin-bottom: 8px; }
  .product-block .dropdown-block {
    position: absolute;
    z-index: 99;
    top: 100%;
    margin-top: -10px;
    left: 0;
    right: 0;
    padding: 20px 10px 10px;
    background: var(--bg);
    opacity: 0;
    pointer-events: none;
    border-radius: 0 0 var(--br) var(--br);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

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

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

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

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

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
  grid-template-columns: 500px 1fr;
  gap: 4px; }
  .product-page-grid.gallery-none {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .product-page-grid.gallery-none .left-side {
      display: none; }
    @media (min-width: 992px) {
      .product-page-grid.gallery-none .top-side {
        grid-area: span 1; } }
  @media (max-width: 1199.98px) {
    .product-page-grid {
      -ms-grid-columns: 480px 1fr;
      grid-template-columns: 480px 1fr; } }
  @media (max-width: 991.98px) {
    .product-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }
  @media (min-width: 992px) {
    .product-page-grid .top-side {
      -ms-grid-column: 2;
      grid-area: span 1 / 2; } }
  @media (max-width: 991.98px) {
    .product-page-grid .top-side.product-row {
      padding: 0;
      background: transparent; } }
  .product-page-grid .product-row {
    padding: 24px 32px;
    background: var(--white); }
    @media (max-width: 991.98px) {
      .product-page-grid .product-row {
        padding: 16px; } }
  .product-page-grid .left-side {
    background: var(--white); }
    @media (min-width: 992px) {
      .product-page-grid .left-side {
        position: sticky;
        z-index: 1;
        top: 60px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        grid-area: 1 / 1 / span 2; } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side {
        max-width: 628px;
        width: 100%;
        margin: 0 auto; } }
  .product-page-grid .product-title {
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-title {
        font-size: 24px;
        line-height: 1.1; } }
    .product-page-grid .product-title:not(:last-child) {
      margin-bottom: 12px; }
  .product-page-grid .in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .product-page-grid .product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px; }
  .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:not(:last-child) {
    margin-bottom: 16px; }
  .product-page-grid .price-wrap {
    font-size: 24px;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .price-wrap {
        font-size: 18px;
        line-height: 26px; } }
    .product-page-grid .price-wrap .old-price {
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .old-price {
          font-size: 14px; } }
  .product-page-grid .product-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-order {
        gap: 18px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product-page-grid .product-group {
    position: relative;
    z-index: 99; }

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

.product-gallery {
  position: relative;
  background: var(--white); }
  .product-gallery .product-gallery-slides {
    padding: 24px;
    min-height: 528px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-slides {
        padding: 16px;
        min-height: 328px; } }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 528px; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
        width: 100%; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-prev,
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-next {
        display: none; }
    .product-gallery .product-gallery-slides [role=button] {
      position: absolute;
      z-index: 10; }
  .product-gallery .gallery-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 575.98px) {
      .product-gallery .gallery-slide picture,
      .product-gallery .gallery-slide img {
        max-width: 200px; } }
  .product-gallery .product-gallery-thumbs {
    max-width: 216px;
    padding: 12px 0;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs {
        max-width: 208px; } }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      display: none; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
        gap: 12px; }
        @media (max-width: 991.98px) {
          .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
            gap: 8px; } }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 64px;
        height: 64px; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
        width: 64px;
        height: 64px; }
  .product-gallery .gallery-thumb-slide {
    max-width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--grey-color); }
    .product-gallery .gallery-thumb-slide:not(:last-child) {
      margin-right: 12px; }
      @media (max-width: 991.98px) {
        .product-gallery .gallery-thumb-slide:not(:last-child) {
          margin-right: 8px; } }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      border-color: var(--theme-color-main); }
  .product-gallery .thumb-img {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    margin-top: -16px;
    width: 32px !important;
    height: 32px !important; }
  .product-gallery .swiper-button-next {
    right: 24px; }
    .product-gallery .swiper-button-next::after {
      margin-left: 2px; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-next {
        right: 16px; } }
  .product-gallery .swiper-button-prev {
    left: 24px; }
    .product-gallery .swiper-button-prev::after {
      margin-left: -2px; }
    @media (max-width: 991.98px) {
      .product-gallery .swiper-button-prev {
        left: 16px; } }

.section-details {
  padding-top: 0; }
  @media (max-width: 991.98px) {
    .section-details {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .section-details .section-details-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 318px;
      grid-template-columns: 1fr 318px;
      gap: 4px; } }
  .section-details .section-details-row {
    background: var(--white);
    padding: 32px 32px 12px; }
    .section-details .section-details-row:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      .section-details .section-details-row {
        padding: 24px 16px; } }
  .section-details .section-details-card {
    position: sticky;
    top: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .section-details .section-details-card .product-block {
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }
      @media (any-hover: hover) {
        .section-details .section-details-card .product-block:hover,
        .section-details .section-details-card .product-block:hover .dropdown-block {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      .section-details .section-details-card .product-block:focus,
      .section-details .section-details-card .product-block:focus .dropdown-block {
        -webkit-box-shadow: none;
                box-shadow: none; }
    @media (max-width: 991.98px) {
      .section-details .section-details-card {
        display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.action-toggle {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  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);
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .action-toggle .ic,
  .action-toggle .icon {
    width: 100%;
    height: 100%; }
  .action-toggle.choosed {
    color: var(--color-link-hovered); }

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

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

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

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

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

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

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

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

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

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

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

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

.products-carousel-tabs-section {
  position: relative;
  z-index: 1;
  padding: 32px 0; }
  .products-carousel-tabs-section .products-carousel-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold; }
  .products-carousel-tabs-section.hovered {
    z-index: 100; }
    .products-carousel-tabs-section.hovered .products-carousel-list {
      z-index: 100; }
    .products-carousel-tabs-section.hovered .products-carousel-wrap,
    .products-carousel-tabs-section.hovered .products-carousel-list.swiper-wrapper {
      padding-bottom: 500px;
      margin-bottom: -500px; }

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

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

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

.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: minmax(250px, 300px) 1fr;
  grid-template-columns: minmax(250px, 300px) 1fr;
  gap: 30px; }
  @media (max-width: 1199.98px) {
    .category-page-grid {
      -ms-grid-columns: 280px 1fr;
      grid-template-columns: 280px 1fr; } }
  @media (max-width: 991.98px) {
    .category-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .category-page-grid .catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .category-page-grid .catalog-top:not(:last-child) {
      margin-bottom: 16px; }
  .category-page-grid .aside-elem:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid grey; }
  .category-page-grid .aside-elem.accordion-collapsed .arrow-wrap {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .category-page-grid .aside-elem:not(:last-child) {
    margin-bottom: 16px; }

@media (min-width: 992px) {
  .category-page-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3);
            box-shadow: 2px 2px 10px rgba(207, 207, 207, 0.3); } }

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

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

.category-page-aside .slider-nav {
  padding-top: 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: 14px; }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }

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

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

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

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      margin-bottom: 2px; } }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .catalog-filter-selected .filter-selected {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 10px;
    gap: 8px;
    min-height: 24px;
    color: var(--theme-color-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    border-radius: 100px;
    background: #f8f8f8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      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;
      color: var(--theme-color-main);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover {
        background: grey;
        color: var(--white);
        text-decoration: none; }
        .catalog-filter-selected .filter-selected:hover .icon-wrap {
          color: var(--white); } }
    .catalog-filter-selected .filter-selected:focus {
      background: grey;
      color: var(--white);
      text-decoration: none; }
      .catalog-filter-selected .filter-selected:focus .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;
    min-height: 24px;
    padding: 2px 8px;
    color: var(--theme-color-main);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover {
        background: grey;
        color: var(--white); } }
    .catalog-filter-selected .filter-selected-clear:focus {
      background: grey;
      color: var(--white); }

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

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

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

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

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

.catalog-filter .filter-search-wrap {
  margin-top: 10px; }
  .catalog-filter .filter-search-wrap input {
    width: 100%; }

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

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

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

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

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  cursor: pointer;
  color: var(--color-link);
  text-decoration: none; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 3px; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5.5" fill="none" viewBox="0 0 16 11"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m2 4.77 4.615 4.615L14 2"/></svg>');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: #000000; }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      text-decoration: underline; } }

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

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .catalog-filter-selected .filter-selected-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
  .catalog-filter-selected .filter-selected,
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border: 1px solid #000000;
    padding: 2px 6px;
    border-radius: 2px; }

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

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

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

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

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

.page-post-text .banner-title {
  max-width: 100%;
  text-align: center;
  font-size: 64px;
  line-height: 1.25; }
  @media (max-width: 991.98px) {
    .page-post-text .banner-title {
      font-size: 28px;
      line-height: 36px; } }

.article-content {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .article-content {
      margin-top: 40px; } }

.nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #e5e5e5; }
  @media (max-width: 991.98px) {
    .nav-buttons {
      padding-top: 24px;
      margin-top: 24px; } }
  .nav-buttons .nav-link-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    border: none;
    min-height: auto;
    padding: 0;
    text-transform: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .nav-buttons .nav-link-item {
        font-size: 14px;
        line-height: 20px; } }
    .nav-buttons .nav-link-item:hover {
      color: var(--green-color);
      text-decoration: none; }
      .nav-buttons .nav-link-item:hover .icon-arrow {
        background: var(--green-color);
        color: var(--white-color); }
    .nav-buttons .nav-link-item .icon-arrow {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--light-bg);
      color: var(--green-color); }
      .nav-buttons .nav-link-item .icon-arrow .icon {
        width: 16px;
        height: 16px; }
        @media (max-width: 991.98px) {
          .nav-buttons .nav-link-item .icon-arrow .icon {
            width: 14px;
            height: 14px; } }
  .nav-buttons .nav-link-item-prev {
    text-align: left; }
  .nav-buttons .nav-link-item-next {
    margin-left: auto;
    text-align: right; }

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

.article-header:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color2); }
  @media (max-width: 991.98px) {
    .article-header:not(:last-child) {
      margin-bottom: 24px; } }

.article-header .article-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .article-header .article-header-top:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color2); }

.article-header .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .article-header .date {
      font-size: 14px;
      line-height: 20px; } }

.article-header .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px; }
  .article-header .author-wrap .author-img {
    width: 64px;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .article-header .author-wrap .author-img {
        width: 56px;
        height: 56px; } }
    .article-header .author-wrap .author-img picture,
    .article-header .author-wrap .author-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center; }
  .article-header .author-wrap a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .article-header .author-wrap a:hover {
        text-decoration: none;
        color: var(--green-color); } }
  .article-header .author-wrap .author-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article-header .author-wrap .author-name {
    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;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    .article-header .author-wrap .author-name:not(:last-child) {
      margin-bottom: 4px; }
  .article-header .author-wrap .author-position {
    color: var(--grayblack);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

.article-header .article-rubrics-wrap {
  margin-bottom: 10px; }

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

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

.articles-latest {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .page-main .articles-latest .section-title:not(.main-text) {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -0.04em; } }
  .articles-latest .articles-latest-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
    @media (max-width: 991.98px) {
      .articles-latest .articles-latest-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media (max-width: 767.98px) {
      .articles-latest .articles-latest-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

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

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

.articles-grid {
  margin-top: 60px;
  gap: 20px 24px; }
  @media (min-width: 768px) {
    .articles-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991.98px) {
    .articles-grid {
      margin-top: 40px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .articles-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.articles-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .articles-btn {
      margin-top: 28px; } }

.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;
  row-gap: 10px;
  background: var(--white-color);
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .article-card {
      row-gap: 8px; } }
  .article-card .article-img {
    display: block;
    width: 100%; }
    .article-card .article-img img {
      width: 100%;
      height: auto;
      -o-object-position: center;
         object-position: center; }
    @media (max-width: 991.98px) {
      .article-card .article-img {
        margin-bottom: 8px; } }
  .article-card .article-title {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
    @media (any-hover: hover) {
      .article-card .article-title:hover {
        color: var(--green-color);
        text-decoration: none; } }
    .article-card .article-title:focus {
      color: var(--green-color); }
    @media (max-width: 991.98px) {
      .article-card .article-title {
        font-size: 18px;
        line-height: 24px; } }
  .article-card .article-announce {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }

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

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

[js-list-show-more] .article-card {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  [js-list-show-more] .article-card.showing {
    -webkit-animation: cardAppear 0.5s ease forwards;
            animation: cardAppear 0.5s ease forwards; }

@-webkit-keyframes cardAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes cardAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

.page-contacts .page-contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-block:not(:last-child) {
    margin-bottom: 32px; }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .contacts-block .contacts-info:not(:last-child) {
      margin-bottom: 24px; }
    .contacts-block .contacts-info.work-time .info-content {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 4px 8px; }
      .contacts-block .contacts-info.work-time .info-content div {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .contacts-block .contacts-info {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 991.98px) {
      .contacts-block .contacts-info {
        padding-bottom: 16px; }
        .contacts-block .contacts-info:not(:last-child) {
          margin-bottom: 20px; } }
  .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: 14px;
    font-weight: 400;
    line-height: normal; }
    .contacts-block .info-title:not(:last-child) {
      margin-bottom: 2px; }
    @media (max-width: 991.98px) {
      .contacts-block .info-title {
        line-height: 20px; }
        .contacts-block .info-title:not(:last-child) {
          margin-bottom: 4px; } }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white-color);
    font-size: 32px;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 991.98px) {
      .contacts-block .info-content {
        font-size: 20px;
        line-height: 1.4; } }
    .contacts-block .info-content a {
      color: var(--white-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 400; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover {
          text-decoration: none;
          color: var(--green-color); } }
      .contacts-block .info-content a:focus {
        text-decoration: none;
        color: var(--green-color); }

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

.messengers .messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px; }
  @media (max-width: 991.98px) {
    .messengers .messengers-list {
      gap: 20px; } }

.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; }
    .messengers .messengers-item .messengers-item-img img {
      width: 24px;
      height: 24px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }

.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  .socials-wrap .socials-title {
    color: var(--grayblack);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .socials-wrap .socials-title {
        display: none; } }
  .socials-wrap .socials-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: 12px; }
    @media (max-width: 991.98px) {
      .socials-wrap .socials-list {
        gap: 16px; } }
  .socials-wrap .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (any-hover: hover) {
      .socials-wrap .social-link:hover svg path {
        fill: var(--green-color); } }
    .socials-wrap .social-link svg path {
      fill: #4c6d71;
      -webkit-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
    .socials-wrap .social-link svg,
    .socials-wrap .social-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }

section.contacts .contacts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    section.contacts .contacts-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

section.contacts .contacts-tabs-nav {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 992px) {
    section.contacts .contacts-tabs-nav {
      width: 432px;
      padding: 32px 32px 80px;
      background: var(--color-text); }
      section.contacts .contacts-tabs-nav::before {
        content: "GREENWIN";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: rgba(255, 255, 255, 0.08);
        font-size: 78.782px;
        font-weight: 800;
        line-height: 0.8;
        text-transform: uppercase; } }
  section.contacts .contacts-tabs-nav.nav-tabs-active .tabs-nav-btn::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg); }
  section.contacts .contacts-tabs-nav.nav-tabs-active .contacts-tabs-list {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: initial; }

section.contacts .tabs-nav-btn {
  min-height: 48px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 40px 12px 16px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  background: var(--color-text);
  border: none;
  outline: none; }
  section.contacts .tabs-nav-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-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 14.1667C9.78725 14.1656 9.57742 14.1172 9.38571 14.0249C9.19401 13.9327 9.02524 13.7989 8.89166 13.6334L5.38333 9.38335C5.17833 9.12749 5.04932 8.81919 5.01101 8.49358C4.9727 8.16796 5.02664 7.83814 5.16666 7.54169C5.28023 7.28404 5.46556 7.06453 5.70051 6.90937C5.93547 6.75421 6.21012 6.66996 6.49166 6.66669L13.5083 6.66669C13.7899 6.66996 14.0645 6.75421 14.2995 6.90937C14.5344 7.06453 14.7198 7.28404 14.8333 7.54169C14.9734 7.83814 15.0273 8.16796 14.989 8.49358C14.9507 8.81919 14.8217 9.12749 14.6167 9.38335L11.1083 13.6334C10.9747 13.7989 10.806 13.9327 10.6143 14.0249C10.4226 14.1172 10.2127 14.1656 10 14.1667Z" fill="%2360C724"/></svg>') center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (min-width: 992px) {
    section.contacts .tabs-nav-btn {
      display: none; } }

@media (max-width: 991.98px) {
  section.contacts .contacts-tabs-list {
    border-top: 1px solid var(--white-color);
    position: absolute;
    z-index: 10000;
    top: 100%;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    padding: 16px;
    background: var(--color-text); } }

section.contacts .contacts-tabs-item {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (min-width: 992px) {
    section.contacts .contacts-tabs-item::after {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px;
      display: block;
      margin-left: auto;
      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.3335 8.00001C11.3326 8.17021 11.2939 8.33808 11.2201 8.49144C11.1463 8.6448 11.0393 8.77982 10.9068 8.88668L7.50683 11.6933C7.30214 11.8574 7.0555 11.9606 6.79501 11.9912C6.53452 12.0218 6.27066 11.9787 6.0335 11.8667C5.82738 11.7758 5.65177 11.6276 5.52764 11.4396C5.40352 11.2516 5.33612 11.0319 5.3335 10.8067L5.3335 5.19335C5.33612 4.96811 5.40352 4.74839 5.52764 4.56043C5.65177 4.37246 5.82738 4.2242 6.0335 4.13335C6.27066 4.02133 6.53452 3.97818 6.79501 4.00883C7.0555 4.03947 7.30214 4.14268 7.50683 4.30668L10.9068 7.11335C11.0393 7.22021 11.1463 7.35523 11.2201 7.50859C11.2939 7.66195 11.3326 7.82982 11.3335 8.00001Z" fill="%235D7274"/></svg>') center no-repeat;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; } }
  @media (max-width: 991.98px) {
    section.contacts .contacts-tabs-item {
      padding: 16px 0;
      font-size: 16px;
      line-height: 1.5; } }
  section.contacts .contacts-tabs-item:first-child {
    padding-top: 0; }
  @media (any-hover: hover) {
    section.contacts .contacts-tabs-item:hover {
      color: var(--green-color);
      border-color: var(--green-color); } }
  section.contacts .contacts-tabs-item.tab-trigger-active {
    color: var(--green-color);
    border-color: var(--green-color); }
    section.contacts .contacts-tabs-item.tab-trigger-active::after {
      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.3335 8.00001C11.3326 8.17021 11.2939 8.33808 11.2201 8.49144C11.1463 8.6448 11.0393 8.77982 10.9068 8.88668L7.50683 11.6933C7.30214 11.8574 7.0555 11.9606 6.79501 11.9912C6.53452 12.0218 6.27066 11.9787 6.0335 11.8667C5.82738 11.7758 5.65177 11.6276 5.52764 11.4396C5.40352 11.2516 5.33612 11.0319 5.3335 10.8067L5.3335 5.19335C5.33612 4.96811 5.40352 4.74839 5.52764 4.56043C5.65177 4.37246 5.82738 4.2242 6.0335 4.13335C6.27066 4.02133 6.53452 3.97818 6.79501 4.00883C7.0555 4.03947 7.30214 4.14268 7.50683 4.30668L10.9068 7.11335C11.0393 7.22021 11.1463 7.35523 11.2201 7.50859C11.2939 7.66195 11.3326 7.82982 11.3335 8.00001Z" fill="%2360C724"/></svg>') center no-repeat; }
  section.contacts .contacts-tabs-item:not(:last-child) {
    border-bottom: 1px solid #2c4549; }

section.contacts .contacts-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (min-width: 992px) {
    section.contacts .contacts-inner {
      padding-left: 24px; } }
  @media (max-width: 991.98px) {
    section.contacts .contacts-inner {
      padding-top: 28px; } }

section.contacts .contacts-content:not(:first-child) {
  display: none; }

section.contacts .contacts-tabs-title {
  color: var(--green-color);
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }
  section.contacts .contacts-tabs-title:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    section.contacts .contacts-tabs-title {
      font-size: 24px;
      line-height: 32px; }
      section.contacts .contacts-tabs-title:not(:last-child) {
        margin-bottom: 16px; } }

section.contacts .contacts-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  section.contacts .contacts-info-list:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      section.contacts .contacts-info-list:not(:last-child) {
        margin-bottom: 16px; } }

section.contacts .contacts-info {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid var(--border-color); }
  section.contacts .contacts-info:first-child {
    border-top: 1px solid var(--border-color); }
  @media (max-width: 991.98px) {
    section.contacts .contacts-info {
      padding: 16px 0; } }

section.contacts .info-title {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 991.98px) {
    section.contacts .info-title {
      font-size: 12px;
      line-height: 16px; } }

section.contacts .info-content {
  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 20px;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 991.98px) {
    section.contacts .info-content {
      font-size: 16px;
      line-height: 1.5; } }
  section.contacts .info-content a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      section.contacts .info-content a:hover {
        color: var(--green-color);
        text-decoration: none; } }

section.contacts .link-address {
  gap: 11px;
  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;
  color: var(--green-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
  section.contacts .link-address::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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.4105 2.56503L14.948 22.02C14.8937 22.161 14.798 22.2822 14.6735 22.3679C14.549 22.4535 14.4016 22.4996 14.2505 22.5H14.198C14.0387 22.4882 13.8873 22.4258 13.7658 22.322C13.6444 22.2181 13.5594 22.0781 13.523 21.9225L11.378 12.6225L2.07804 10.5C1.9238 10.4619 1.78564 10.3759 1.68347 10.2542C1.5813 10.1325 1.52041 9.98159 1.50956 9.82309C1.49872 9.66459 1.53848 9.50674 1.62313 9.37229C1.70777 9.23785 1.83293 9.13376 1.98054 9.07503L21.4355 1.59002C21.5718 1.53547 21.7211 1.52211 21.865 1.55161C22.0088 1.58112 22.1408 1.65218 22.2446 1.75599C22.3484 1.8598 22.4194 1.99179 22.4489 2.1356C22.4785 2.27942 22.4651 2.42873 22.4105 2.56503Z" fill="%2360C724"/></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) {
    section.contacts .link-address:hover::before {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 991.98px) {
    section.contacts .link-address {
      font-size: 12px;
      line-height: 16px; }
      section.contacts .link-address::before {
        width: 16px;
        height: 16px; } }

section.contacts .socials-wrap .socials-title {
  display: none; }

section.contacts .socials-wrap .socials-list {
  gap: 30px; }
  @media (max-width: 991.98px) {
    section.contacts .socials-wrap .socials-list {
      gap: 24px; } }

section.contacts .socials-wrap .social-link {
  width: 32px;
  height: 32px;
  padding: 2px; }
  @media (max-width: 991.98px) {
    section.contacts .socials-wrap .social-link {
      width: 24px;
      height: 24px; } }
  section.contacts .socials-wrap .social-link svg path {
    fill: #879799; }
  @media (any-hover: hover) {
    section.contacts .socials-wrap .social-link:hover svg path {
      fill: var(--green-color); } }

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

.contacts-nav-inner:not(:last-child) {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .contacts-nav-inner:not(:last-child) {
      margin-bottom: 40px; } }

.contacts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  gap: 48px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .contacts-nav::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991.98px) {
    .contacts-nav {
      gap: 16px;
      padding: 0 16px;
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .contacts-nav:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .contacts-nav:not(:last-child) {
        margin-bottom: 40px; } }
  .contacts-nav a {
    -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;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none; }
    @media (max-width: 991.98px) {
      .contacts-nav a {
        font-size: 14px;
        line-height: 20px; } }
    @media (any-hover: hover) {
      .contacts-nav a:hover {
        color: var(--green-color); } }

.contact-map {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--theme-color-second);
  color: var(--white-color); }
  @media (max-width: 991.98px) {
    .contact-map {
      padding-top: 56px;
      padding-bottom: 56px; } }
  .contact-map .js-anim-title.active .main-text span {
    -webkit-animation: letterColorsBlack 1.5s ease-in-out both;
            animation: letterColorsBlack 1.5s ease-in-out both; }
  .contact-map .section-title {
    color: var(--white-color); }
    @media (max-width: 767.98px) {
      .page-main .contact-map .section-title:not(.main-text) {
        font-size: 28px;
        line-height: 36px; } }
    @media (max-width: 991.98px) {
      .page-main .contact-map .section-title .main-text:nth-child(2) {
        -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
                transform: translateX(80px);
        margin-bottom: 12px; } }
    .contact-map .section-title .main-text {
      color: var(--white-color); }
    @media (min-width: 992px) {
      .contact-map .section-title > span:nth-child(2) {
        width: calc(40% - 8px);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .contact-map .contact-map-inner {
    position: relative; }
  .contact-map .contact-map-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; }
    .contact-map .contact-map-img svg {
      width: 100%;
      height: auto; }
    .contact-map .contact-map-img svg path {
      stroke: #032428;
      stroke-width: 2px; }
  .contact-map .map-modal .map-project {
    position: absolute;
    top: 14px;
    left: 50%;
    max-width: 448px;
    width: 100%;
    padding: 24px;
    background: var(--white-color);
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.32);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    @media (max-width: 991.98px) {
      .contact-map .map-modal .map-project {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.7);
            -ms-transform: translate(-50%, -50%) scale(0.7);
                transform: translate(-50%, -50%) scale(0.7);
        padding: 20px;
        max-width: 280px; } }
    .contact-map .map-modal .map-project.active {
      opacity: 1;
      pointer-events: initial;
      visibility: visible;
      -webkit-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
      @media (max-width: 991.98px) {
        .contact-map .map-modal .map-project.active {
          -webkit-transform: translate(-50%, -50%) scale(1);
              -ms-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); } }
  .contact-map .map-modal .map-project-close {
    position: absolute;
    top: 12px;
    right: 12px;
    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: #bfbfbf;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .contact-map .map-modal .map-project-close {
        top: 6px;
        right: 6px; } }
    .contact-map .map-modal .map-project-close .icon {
      width: 14px;
      height: 14px; }
      @media (max-width: 991.98px) {
        .contact-map .map-modal .map-project-close .icon {
          width: 12px;
          height: 12px; } }
    @media (any-hover: hover) {
      .contact-map .map-modal .map-project-close:hover {
        color: var(--green-color); } }
  .contact-map .js-point-trigger {
    stroke-width: 0;
    pointer-events: none;
    stroke: var(--green-color); }
    .contact-map .js-point-trigger.active {
      fill: var(--white-color) !important;
      stroke: var(--white-color); }
  .contact-map .js-map-trigger {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
    .contact-map .js-map-trigger.active {
      fill: var(--green-color) !important; }
    @media (any-hover: hover) {
      .contact-map .js-map-trigger:hover {
        fill: var(--green-color) !important; } }
  .contact-map .contacts-tabs-title {
    color: var(--green-color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase; }
    .contact-map .contacts-tabs-title:not(:last-child) {
      margin-bottom: 16px; }
  .contact-map .contacts-info-list:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .contact-map .contacts-info-list:not(:last-child) {
        margin-bottom: 12px; } }
  .contact-map .contacts-info {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid var(--border-color); }
    .contact-map .contacts-info:first-child {
      border-top: 1px solid var(--border-color); }
    .contact-map .contacts-info .info-title {
      color: var(--grey-color);
      font-size: 12px;
      line-height: 1.4;
      font-weight: 400; }
      @media (max-width: 991.98px) {
        .contact-map .contacts-info .info-title {
          line-height: 16px; } }
    .contact-map .contacts-info .info-content {
      position: relative;
      padding-right: 42px;
      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 20px;
      color: var(--color-text);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 991.98px) {
        .contact-map .contacts-info .info-content {
          padding-right: 0;
          font-size: 14px;
          line-height: 20px; } }
      .contact-map .contacts-info .info-content img {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
        @media (max-width: 991.98px) {
          .contact-map .contacts-info .info-content img {
            display: none; } }
      .contact-map .contacts-info .info-content a {
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        @media (any-hover: hover) {
          .contact-map .contacts-info .info-content a:hover {
            color: var(--green-color);
            text-decoration: none; } }
    .contact-map .contacts-info .link-address {
      gap: 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;
      color: var(--green-color);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
      .contact-map .contacts-info .link-address::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        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.4105 2.56503L14.948 22.02C14.8937 22.161 14.798 22.2822 14.6735 22.3679C14.549 22.4535 14.4016 22.4996 14.2505 22.5H14.198C14.0387 22.4882 13.8873 22.4258 13.7658 22.322C13.6444 22.2181 13.5594 22.0781 13.523 21.9225L11.378 12.6225L2.07804 10.5C1.9238 10.4619 1.78564 10.3759 1.68347 10.2542C1.5813 10.1325 1.52041 9.98159 1.50956 9.82309C1.49872 9.66459 1.53848 9.50674 1.62313 9.37229C1.70777 9.23785 1.83293 9.13376 1.98054 9.07503L21.4355 1.59002C21.5718 1.53547 21.7211 1.52211 21.865 1.55161C22.0088 1.58112 22.1408 1.65218 22.2446 1.75599C22.3484 1.8598 22.4194 1.99179 22.4489 2.1356C22.4785 2.27942 22.4651 2.42873 22.4105 2.56503Z" fill="%2360C724"/></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) {
        .contact-map .contacts-info .link-address:hover::before {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }
      @media (max-width: 991.98px) {
        .contact-map .contacts-info .link-address {
          font-size: 12px;
          line-height: 16px; } }
  .contact-map .socials-wrap .socials-title {
    display: none; }
  .contact-map .socials-wrap .socials-list {
    gap: 30px; }
    @media (max-width: 991.98px) {
      .contact-map .socials-wrap .socials-list {
        gap: 24px; } }
  .contact-map .socials-wrap .social-link {
    width: 24px;
    height: 24px; }
    .contact-map .socials-wrap .social-link svg path {
      fill: #879799; }
    @media (any-hover: hover) {
      .contact-map .socials-wrap .social-link:hover svg path {
        fill: var(--green-color); } }

.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: 4px;
        height: 4px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: rgba(3, 36, 40, 0.5); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: rgba(3, 36, 40, 0.5); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: #88DB58;
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: rgba(3, 36, 40, 0.5); } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20; }
  #cartModal .message-limit {
    font-weight: bold;
    color: var(--white-color);
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-grid-columns: 1fr  1fr 1fr;
    grid-template-columns: 1fr  1fr 1fr;
    gap: 24px;
    padding: 20px var(--px);
    background: var(--white);
    border-top: 1px solid #f1f1f1; }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 15px var(--px);
        gap: 15px; } }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px; }
    #cartModal .total-block .total-title {
      font-size: 20px;
      line-height: 1;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    #cartModal .total-block .price-wrap {
      line-height: 1; }
  #cartModal .btn-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    min-height: unset;
    background-color: transparent;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: auto; }
    #cartModal .btn-continue svg.ic {
      color: var(--theme-color-second);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 10px; }
    @media (any-hover: hover) {
      #cartModal .btn-continue:hover {
        color: var(--theme-color-second); }
        #cartModal .btn-continue:hover svg.ic {
          -webkit-animation: moveArrow 0.8s forwards;
                  animation: moveArrow 0.8s forwards; } }
    #cartModal .btn-continue:focus {
      color: var(--theme-color-second); }
      #cartModal .btn-continue:focus svg.ic {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; }
    @media (max-width: 991.98px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 16px; }
      #cartModal .cart-top {
        padding: 28px var(--px); }
      #cartModal .cart-title {
        font-size: 18px; } }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  color: var(--white);
  background: rgba(128, 128, 128, 0.1);
  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: 12px;
    height: 12px;
    color: var(--theme-color-main); }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--theme-color-second);
      color: var(--white); }
      .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
        background-color: var(--white); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--white); } }
  @media (max-width: 991.98px) {
    .modal-close {
      top: 24px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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