@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #569D70;
  --theme-color-second: #6337a6;
  --theme-color-third: #569D70;
  --bck-color: #292E2E;
  --black-color: #4F5A5F;
  --color-text: #292E2E;
  --color-decore: #569D70;
  --color-green: #42835A;
  --grey-color: #7F7F7F;
  --white-color: #ffffff;
  --bg: #FAFAFA;
  --color-light-gray: #F0F0F0;
  --color-gray: #9E9E9E;
  --price-color: #151515;
  --price-old: #888888;
  --price-new: #dc4b47;
  --color-link: #24084e;
  --color-link-hovered: #6337a6;
  --color-title-link: #181818;
  --color-title-link-hovered: #24084e; }

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

body {
  background: #ffffff;
  color: var(--color-text);
  font-size: 0.875rem;
  font-family: "Montserrat", 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 {
  color: var(--color-link);
  text-decoration: none; }
  a, a:hover, a:active, a:focus {
    outline: none; }
  @media (any-hover: hover) {
    a:hover {
      color: var(--color-link-hovered);
      text-decoration: underline; } }
  a: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; }
  #page-content:after {
    content: "";
    clear: both; }

#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 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding: 10px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20.5px);
          backdrop-filter: blur(20.5px); }

[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; }
  .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; }
  .status-mark:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    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-pagination .swiper-pagination-bullet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: grey;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black; }

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

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

.scroll-animation {
  z-index: 9;
  -webkit-animation: moveUpDown 2s linear infinite;
          animation: moveUpDown 2s linear infinite; }
  @media (max-width: 991.98px) {
    .scroll-animation {
      display: none; } }

@-webkit-keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-text);
  z-index: 9999;
  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;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  #preloader.hidden {
    opacity: 0; }
  #preloader .preloader-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 991.98px) {
      #preloader .preloader-wrap {
        width: 300px; } }
  #preloader .tractor-in {
    position: relative;
    width: 100px;
    height: 80px; }
    @media (min-width: 992px) {
      #preloader .tractor-in {
        -webkit-transform: translateX(44%);
            -ms-transform: translateX(44%);
                transform: translateX(44%);
        -webkit-animation: tractorMove 1s ease-in-out forwards;
                animation: tractorMove 1s ease-in-out forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; } }
    @media (max-width: 991.98px) {
      #preloader .tractor-in {
        width: 80px;
        height: 60px;
        -webkit-transform: translateX(40%);
            -ms-transform: translateX(40%);
                transform: translateX(40%);
        -webkit-animation: tractorMoveMobile 1s ease-in-out forwards;
                animation: tractorMoveMobile 1s ease-in-out forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; } }
  #preloader .tractor {
    position: relative;
    width: 100%;
    height: 100%; }
  #preloader .tractor-body {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  #preloader .logo-letter {
    opacity: 0;
    -webkit-animation: letterFadeIn 0.5s ease-in-out forwards;
            animation: letterFadeIn 0.5s ease-in-out forwards; }
  #preloader .logo-letter:nth-child(1) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
  #preloader .logo-letter:nth-child(2) {
    -webkit-animation-delay: 2.9s;
            animation-delay: 2.9s; }
  #preloader .logo-letter:nth-child(3) {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s; }
  #preloader .logo-letter:nth-child(4) {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s; }
  #preloader .logo-letter:nth-child(5) {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s; }
  #preloader .logo-letter:nth-child(6) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s; }
  #preloader .logo-letter:nth-child(7) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; }
  #preloader .logo-letter:nth-child(8) {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s; }
  #preloader .logo-letter:nth-child(9) {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s; }
  #preloader .logo-letter:nth-child(10) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s; }

@-webkit-keyframes tractorBounce {
  30% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  70% {
    -webkit-transform: rotate(-1deg) translateY(2px);
            transform: rotate(-1deg) translateY(2px); } }

@keyframes tractorBounce {
  30% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  70% {
    -webkit-transform: rotate(-1deg) translateY(2px);
            transform: rotate(-1deg) translateY(2px); } }

@-webkit-keyframes tractorMove {
  0% {
    -webkit-transform: translateX(44%);
            transform: translateX(44%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes tractorMove {
  0% {
    -webkit-transform: translateX(44%);
            transform: translateX(44%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes tractorMoveMobile {
  0% {
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes tractorMoveMobile {
  0% {
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

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

.main-page #map {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .main-page #map {
      margin-bottom: 64px; } }

:root {
  --page-header-height: 80px; }

body {
  padding-top: var(--page-header-height); }

#page-header {
  position: fixed;
  width: 100%;
  top: 0; }
  #page-header .header-left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #page-header .header-right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199.98px) {
      #page-header .header-right-side {
        gap: 8px; } }
  #page-header .header-cellphones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    @media (max-width: 1199.98px) {
      #page-header .header-cellphones .cellphones-list .phone {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: transparent;
        color: var(--theme-color-main); }
        #page-header .header-cellphones .cellphones-list .phone span {
          display: none; }
        #page-header .header-cellphones .cellphones-list .phone::before {
          content: "";
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15.5653 11.7424L13.3325 9.50954C12.535 8.71209 11.1794 9.0311 10.8604 10.0677C10.6211 10.7855 9.82369 11.1842 9.10599 11.0247C7.5111 10.626 5.358 8.5526 4.95927 6.87797C4.72004 6.16024 5.19851 5.36279 5.91621 5.12359C6.95289 4.80461 7.27187 3.44895 6.47442 2.65151L4.24157 0.418659C3.60362 -0.139553 2.64668 -0.139553 2.08847 0.418659L0.573324 1.93381C-0.941823 3.5287 0.732813 7.75516 4.48081 11.5032C8.2288 15.2511 12.4553 17.0056 14.0502 15.4106L15.5653 13.8955C16.1235 13.2575 16.1235 12.3006 15.5653 11.7424Z' fill='white'/%3E%3C/svg%3E");
          width: 16px;
          height: 16px;
          background-size: contain; } }
  #page-header .header-top {
    background: transparent;
    -webkit-transition: background ease-in .3s;
    transition: background ease-in .3s; }
    #page-header .header-top:after {
      content: '';
      background: rgba(41, 46, 46, 0.7);
      width: 100%;
      position: absolute;
      -webkit-backdrop-filter: blur(9px);
      backdrop-filter: blur(9px);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      z-index: -1; }
  #page-header.checkout-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 991.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap {
      display: block; } }
  @media (max-width: 1199.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap .phone {
      border-color: rgba(255, 255, 255, 0.08); } }
  @media (max-width: 991.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap .phone {
      width: 40px;
      height: 40px; }
      #page-header.checkout-header .cellphones-dropdown-wrap .phone::after {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_2281_1583)"><path d="M23.347 17.6136L19.9977 14.2643C18.8015 13.0681 16.768 13.5467 16.2896 15.1016C15.9307 16.1782 14.7346 16.7763 13.658 16.537C11.2657 15.9389 8.03602 12.8289 7.43794 10.317C7.07908 9.24035 7.79679 8.04419 8.87334 7.68538C10.4284 7.20691 10.9068 5.17343 9.71066 3.97726L6.36138 0.627988C5.40445 -0.209329 3.96905 -0.209329 3.13173 0.627988L0.859009 2.90071C-1.41371 5.29305 1.09824 11.6327 6.72023 17.2547C12.3422 22.8767 18.6819 25.5083 21.0743 23.116L23.347 20.8432C24.1843 19.8863 24.1843 18.4509 23.347 17.6136Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_2281_1583"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; } }
  #page-header .header-top {
    /*   @media (max-width: $md-max) {
			   position: relative;

			   &::after {
				   content: "";
				   position: absolute;
				   z-index: 101;
				   top: 0;
				   left: 0;
				   width: 100%;
				   height: 100%;
				   background-color: var(--white-color);
				   transform: translateY(-100%);
				   pointer-events: none;
				   transition: all 0.3s ease;
			   }
		   }*/ }
    #page-header .header-top > .container {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
  #page-header .header-bottom {
    background: var(--theme-color-main); }
    #page-header .header-bottom > .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
      gap: 10px; }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        margin-right: auto;
        max-width: 185px; } }
  #page-header .head-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; }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-btn {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid var(--white-color);
    background: var(--white-color);
    color: var(--theme-color-main); }
    #page-header .header-btn:focus {
      background: var(--theme-color-main);
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }
    #page-header .header-btn .head-qty {
      border-color: var(--theme-color-main);
      background: var(--white-color);
      color: var(--theme-color-main); }
  #page-header .header-btn-inverse {
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.12);
    background: transparent;
    color: var(--white-color); }
    #page-header .header-btn-inverse:focus {
      background: var(--white-color);
      color: var(--theme-color-main); }
    @media (pointer: fine) {
      #page-header .header-btn-inverse:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }
  #page-header .btn-callback {
    color: var(--white-color);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.12); }
    @media (pointer: fine) {
      #page-header .btn-callback:hover {
        background-color: transparent; } }
    @media (max-width: 1199.98px) {
      #page-header .btn-callback {
        display: none; } }
  #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 .header-search {
    width: 100%; }
    @media (max-width: 991.98px) {
      #page-header .header-search {
        margin-left: auto;
        width: auto;
        margin-top: 24px; } }
  #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); } }
  @media (max-width: 1199.98px) {
    #page-header .header-languages.desktop,
    #page-header .header-pages.desktop,
    #page-header .header-catalog.desktop {
      display: none; } }
  @media (min-width: 1200px) {
    #page-header .header-languages.mobile,
    #page-header .header-pages.mobile,
    #page-header .header-catalog.mobile {
      display: none; } }

.header-menu-mobile {
  position: fixed;
  z-index: 111;
  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: #292e2e;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  -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; }
  .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; }
  @media (min-width: 1449.98px) {
    .header-menu-mobile {
      display: none; } }
  .header-menu-mobile .header-menu-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;
    padding: 12px 0 16px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .header-menu-mobile .header-menu-top .header-menu-close {
      position: relative;
      z-index: 102;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.08);
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-menu-mobile .header-menu-top .header-menu-close .icon {
        color: white;
        height: 12px; }
  .header-menu-mobile .header-menu-mobile-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-contacts {
    margin-top: auto; }
  .header-menu-mobile .catalog-drop-title,
  .header-menu-mobile .catalog-drop-top {
    display: none !important; }
  .header-menu-mobile .footer-contacts-title {
    display: none; }
    @media (max-width: 991.98px) {
      .header-menu-mobile .footer-contacts-title {
        display: block;
        color: #DEDEDE;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 12px; } }
  .header-menu-mobile .socials-wrap {
    margin-top: 16px; }
    .header-menu-mobile .socials-wrap nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header-menu-mobile .socials-wrap nav .social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-menu-mobile .socials-wrap nav .social-link .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 32px;
          height: 32px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 100%;
          border: 1px solid var(--color-decore); }
          .header-menu-mobile .socials-wrap nav .social-link .icon svg {
            fill: #ffffff !important;
            color: #ffffff; }
        .header-menu-mobile .socials-wrap nav .social-link .text {
          color: #ffffff; }
        .header-menu-mobile .socials-wrap nav .social-link:hover {
          text-decoration: none; }
    @media (max-width: 410px) {
      .header-menu-mobile .socials-wrap nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.btn-back {
  display: none; }
  @media (max-width: 767.98px) {
    .btn-back {
      color: white;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.1;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      margin-top: 24px; }
      .btn-back .ic {
        width: 16px;
        height: 16px; } }

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

.catalog-drop {
  position: absolute;
  left: 0;
  z-index: 999999;
  width: auto;
  min-width: 412px;
  top: 0;
  padding: 20px 24px 20px 44px;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .catalog-drop:after {
    content: '';
    background: rgba(41, 46, 46, 0.7);
    width: 100%;
    position: absolute;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1; }
  @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: 0 20px 20px;
      width: 100%;
      height: 100dvh;
      max-height: 100%;
      top: 0;
      left: 0;
      overflow-y: auto;
      background: #292e2e; } }
  .catalog-drop ul, .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-drop .catalog-drop-top {
    gap: 8px;
    padding-bottom: 16px; }
    .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 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    .catalog-drop .catalog-drop-title .catalog-drop-close {
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .catalog-drop .catalog-drop-title .catalog-drop-close:hover {
        cursor: pointer; }
  .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;
    margin-top: 24px; }
  .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;
    background: transparent;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    max-width: 260px; } }
    .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:last-child a {
      border-bottom: 0; }
      @media (max-width: 991.98px) {
        .catalog-drop .catalog-drop-item:last-child a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.08); } }
  .catalog-drop .sub-item .catalog-drop-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42; }
  .catalog-drop .sub-item:last-child a {
    border-bottom: 0; }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-item:last-child a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08); } }
  @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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.71;
    text-transform: uppercase;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .catalog-drop .catalog-drop-link {
        font-size: 18px; } }
    .catalog-drop .catalog-drop-link .text {
      position: relative;
      overflow: hidden;
      padding: 0 10px; }
      .catalog-drop .catalog-drop-link .text:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #ffffff;
        display: block;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s;
        -webkit-transform: translateX(-211%);
            -ms-transform: translateX(-211%);
                transform: translateX(-211%);
        bottom: 12px; }
        @media (max-width: 991.98px) {
          .catalog-drop .catalog-drop-link .text:after {
            display: none; } }
    .catalog-drop .catalog-drop-link .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
      width: 24px;
      height: 24px;
      padding: 7px;
      color: #ffffff;
      -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; }
      .catalog-drop .catalog-drop-link:hover .text:after, .catalog-drop .catalog-drop-link:focus .text:after {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
  .catalog-drop .sub-list {
    padding: 16px;
    position: absolute;
    left: 100%;
    /*	height: 100%;*/
    width: 100%;
    background: var(--color-text);
    -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: 0.3s ease-in;
    transition: 0.3s ease-in;
    max-width: 260px; }
    .catalog-drop .sub-list:after {
      content: '';
      background: rgba(41, 46, 46, 0.7);
      width: 100%;
      position: absolute;
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .catalog-drop .sub-list:after {
          display: none; } }
    .catalog-drop .sub-list:before {
      content: '';
      display: block;
      height: 68px;
      width: 60px;
      top: 0;
      background: transparent;
      position: absolute;
      left: -30px; }
      @media (max-width: 991.98px) {
        .catalog-drop .sub-list:before {
          display: none; } }
    @media (max-width: 991.98px) {
      .catalog-drop .sub-list {
        position: relative;
        opacity: 1;
        visibility: visible;
        left: 0;
        padding: 4px 16px;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: none;
        transition: none;
        max-width: 100%; } }

@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;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

body:has(.section.section-hero),
body:has(.section.section-fullscreen) {
  padding-top: 0; }
  body:has(.section.section-hero) #page-header:not(.sticky-menu) .header-top,
  body:has(.section.section-fullscreen) #page-header:not(.sticky-menu) .header-top {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.7)), color-stop(97.5%, rgba(19, 19, 19, 0)));
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.7) 0%, rgba(19, 19, 19, 0) 97.5%);
    -webkit-transition: background ease-in .3s;
    transition: background ease-in .3s; }
    body:has(.section.section-hero) #page-header:not(.sticky-menu) .header-top:after,
    body:has(.section.section-fullscreen) #page-header:not(.sticky-menu) .header-top:after {
      opacity: 0; }

.sticky-menu .header-pages-nav .sub-list {
  top: 100%;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s; }
  .sticky-menu .header-pages-nav .sub-list:before {
    content: '';
    width: 100%;
    height: 30px;
    background: transparent;
    display: block;
    position: absolute;
    top: -30px;
    z-index: 1; }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 8px;
      margin-bottom: 40px; } }
  .header-pages-nav .nav-item .sub-in {
    position: relative; }
  @media (pointer: fine) {
    .header-pages-nav .nav-item.sub-in:hover .sub-list {
      opacity: 1;
      visibility: visible; }
    .header-pages-nav .nav-item.sub-in:hover .toggle-sublist {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s; } }
  @media (min-width: 991.98px) {
    .header-pages-nav .nav-item .sub-list {
      position: absolute;
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      text-align: left;
      background: transparent;
      padding: 6px 12px;
      visibility: hidden;
      opacity: 0;
      top: 100%; }
      .header-pages-nav .nav-item .sub-list:after {
        content: '';
        background: rgba(41, 46, 46, 0.7);
        width: 100%;
        position: absolute;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        z-index: -1; }
      .header-pages-nav .nav-item .sub-list .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        position: relative; }
        .header-pages-nav .nav-item .sub-list .nav-link:last-child {
          border-bottom: 0; } }
  @media (max-width: 991.98px) {
    .header-pages-nav .nav-item {
      width: 100%; }
      .header-pages-nav .nav-item .sub-list {
        width: 100%;
        padding: 4px 12px; } }
  .header-pages-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 10px;
    overflow: hidden;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08); } }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link.main {
        font-size: 18px; } }
    .header-pages-nav .nav-link .text {
      color: #ffffff;
      display: inline-block;
      text-decoration: none !important; }
      .header-pages-nav .nav-link .text:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #ffffff;
        display: block;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s;
        -webkit-transform: translateX(-211%);
            -ms-transform: translateX(-211%);
                transform: translateX(-211%); }
        @media (max-width: 991.98px) {
          .header-pages-nav .nav-link .text:after {
            display: none; } }
    .header-pages-nav .nav-link .toggle-sublist {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s; }
      .header-pages-nav .nav-link .toggle-sublist.toggle {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .header-pages-nav .nav-link .toggle-sublist .ic {
        font-size: 10px; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover {
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s; }
        .header-pages-nav .nav-link:hover .text:after {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }

#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.62;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500; }

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

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 2px 2px;
    gap: 2px;
    background: var(--white-color);
    border: 2px solid var(--theme-color-main);
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 100%; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: var(--theme-color-main);
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }

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

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

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

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

.socials-dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: relative; }
  @media (pointer: fine) {
    .socials-dropdown-wrap:hover .social-dropdown-list {
      visibility: visible;
      opacity: 1;
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s; }
    .socials-dropdown-wrap:hover .dropdown-icon .ic {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s; } }
  .socials-dropdown-wrap .dropdown-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .socials-dropdown-wrap .dropdown-icon .ic {
      fill: #ffffff;
      font-size: 8px;
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s; }
    @media (pointer: fine) {
      .socials-dropdown-wrap .dropdown-icon:hover {
        cursor: pointer; } }
  .socials-dropdown-wrap .socials-dropdown-head .social-link {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    @media (pointer: fine) {
      .socials-dropdown-wrap .socials-dropdown-head .social-link:hover {
        background: var(--color-decore);
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s; } }
  .socials-dropdown-wrap .social-dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    border-radius: 50px;
    background: transparent;
    top: 44px;
    left: 2px;
    padding: 3px;
    gap: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    .socials-dropdown-wrap .social-dropdown-list:after {
      content: '';
      background: rgba(41, 46, 46, 0.7);
      width: 100%;
      position: absolute;
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      z-index: -1;
      border-radius: 50px; }
    .socials-dropdown-wrap .social-dropdown-list .social-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 32px;
      height: 32px;
      -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 ease-in .3s;
      transition: all ease-in .3s;
      border-radius: 100%; }
      @media (pointer: fine) {
        .socials-dropdown-wrap .social-dropdown-list .social-link:hover {
          background: var(--color-decore);
          -webkit-transition: all ease-in .3s;
          transition: all ease-in .3s; } }
  @media (max-width: 1199.98px) {
    .socials-dropdown-wrap {
      display: none; } }

#page-footer {
  background: var(--color-text); }
  #page-footer .footer-top {
    padding-top: 40px;
    padding-bottom: 46px; }
  #page-footer .logo-wrap {
    display: block; }
    #page-footer .logo-wrap:not(:last-child) {
      margin-bottom: 29px; }
      @media (max-width: 991.98px) {
        #page-footer .logo-wrap:not(:last-child) {
          margin-bottom: 44px; } }
  #page-footer .footer-contacts-title {
    display: none; }
    @media (max-width: 991.98px) {
      #page-footer .footer-contacts-title {
        display: block;
        color: #DEDEDE;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 12px; } }
  #page-footer .footer-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 135px; }
    #page-footer .footer-row .nav-link {
      color: #DEDEDE;
      padding: 20px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      overflow: hidden;
      line-height: 1; }
      #page-footer .footer-row .nav-link .text {
        position: relative;
        overflow: hidden;
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        padding: 0 10px; }
        #page-footer .footer-row .nav-link .text:after {
          content: '';
          height: 1px;
          width: 100%;
          background: #ffffff;
          display: block;
          -webkit-transition: all ease-in-out .5s;
          transition: all ease-in-out .5s;
          -webkit-transform: translateX(-211%);
              -ms-transform: translateX(-211%);
                  transform: translateX(-211%);
          bottom: 12px; }
      @media (pointer: fine) {
        #page-footer .footer-row .nav-link:hover {
          -webkit-transition: all ease-in .3s;
          transition: all ease-in .3s;
          color: #ffffff;
          text-decoration: none; }
          #page-footer .footer-row .nav-link:hover .text:after {
            -webkit-transition: all ease-in .3s;
            transition: all ease-in .3s;
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); } }
  #page-footer .socials-wrap {
    margin-top: 16px; }
    #page-footer .socials-wrap nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #page-footer .socials-wrap nav .social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #page-footer .socials-wrap nav .social-link .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 32px;
          height: 32px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 100%;
          border: 1px solid var(--color-decore); }
          #page-footer .socials-wrap nav .social-link .icon svg {
            fill: #ffffff !important;
            color: #ffffff; }
        #page-footer .socials-wrap nav .social-link .text {
          color: #ffffff; }
        #page-footer .socials-wrap nav .social-link:hover {
          text-decoration: none; }
    @media (max-width: 410px) {
      #page-footer .socials-wrap nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  #page-footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--white-color); }
    #page-footer .footer-bottom .copyright {
      opacity: 0.32; }
    #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;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 20px;
      padding-bottom: 15px; }
  #page-footer .payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; }
    #page-footer .payments-list img {
      height: 30px; }
  #page-footer .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: var(--white-color);
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    #page-footer .fenix-copyright .text {
      color: #ffffff;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.29;
      opacity: 0.32;
      max-width: 72px; }
    #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;
      opacity: 0.32; }
      #page-footer .fenix-copyright svg path {
        fill: var(--white-color); }
    #page-footer .fenix-copyright:focus {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:focus svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (pointer: fine) {
      #page-footer .fenix-copyright:hover {
        text-shadow: 0 0 0; }
        #page-footer .fenix-copyright:hover svg {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }
  @media (max-width: 991.98px) {
    #page-footer .footer-row {
      gap: 30px; }
      #page-footer .footer-row .nav-link {
        padding: 12px 0; }
        #page-footer .footer-row .nav-link .text {
          font-size: 14px; }
      #page-footer .footer-row .footer-contacts .info-content a {
        font-size: 14px; } }
  @media (max-width: 767.98px) {
    #page-footer .footer-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #page-footer .footer-row .footer-col:nth-child(1), #page-footer .footer-row .footer-col:nth-child(2) {
        display: none; }
    #page-footer .footer-top {
      padding: 32px 0; }
    #page-footer .footer-bottom .copyright {
      font-size: 12px; }
    #page-footer .footer-bottom .fenix-copyright {
      gap: 12px; }
      #page-footer .footer-bottom .fenix-copyright .text {
        font-size: 12px; }
    #page-footer .socials-wrap .social-link .text {
      font-size: 12px; } }

.form-style-box {
  width: 100%;
  background: transparent;
  position: relative;
  padding: 36px 54px;
  display: block;
  z-index: 1; }
  .form-style-box:after {
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 100%;
    position: absolute;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1; }
  .form-style-box .decore {
    background: url("../img/protector-big.svg") repeat-y;
    display: block;
    position: absolute;
    z-index: 22;
    right: 0;
    top: 0;
    width: 21px;
    height: 100%;
    background-size: contain;
    opacity: .1; }
    @media (max-width: 767.98px) {
      .form-style-box .decore {
        width: 14px; } }
  .form-style-box .btn-default.white {
    border-top: 0.5px solid #5E5E5E;
    border-bottom: 0.5px solid #5E5E5E; }
  @media (max-width: 767.98px) {
    .form-style-box {
      padding: 30px 16px; } }

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

.form-style .form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px; }
  .form-style .form-group-row .form-group {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 272px; }

.form-style .form-title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  text-transform: uppercase;
  padding-bottom: 24px; }

.form-style .button-centred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px; }

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

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

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

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

.form-style .form-label {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.43;
  /* 142.857% */ }

.form-style .form-group-row {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

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

.form-style .form-control:not(.jq-selectbox) {
  min-height: 40px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #B3BCC0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 0; }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff; }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: red; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: #B3BCC0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: #B3BCC0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: #B3BCC0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: #B3BCC0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: #B3BCC0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }

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

.form-style .form-error {
  display: block;
  margin: 0;
  padding: 2px 0;
  color: #ffffff;
  font-size: 10px; }

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

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

.form-style .jq-selectbox.form-control .jq-selectbox__select {
  height: 40px;
  min-height: 40px;
  width: 100%;
  padding: 4px 40px 4px 15px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  color: var(--color-text);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

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

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

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

@media (max-width: 767.98px) {
  .form-style .form-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    /* 133.333% */ }
  .form-style .form-group-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .form-style .form-group-row .form-group {
      margin: 0 !important;
      padding: 0 !important;
      min-width: 303px; } }

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

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

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

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: transparent; }
  .search-form input {
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: transparent;
    height: 40px;
    width: 100%;
    padding-left: 24px;
    padding-right: 12px;
    outline: none;
    color: #ffffff;
    font-size: 14px; }
    .search-form input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.42); }
    .search-form input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.42); }
    .search-form input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.42); }
    .search-form input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.42); }
    .search-form input::placeholder {
      color: rgba(255, 255, 255, 0.42); }
  .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; }
    .search-form .btn-search .ic {
      color: #ffffff;
      font-size: 20px; }

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

.breadcrumbs-wrap {
  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; }
  .breadcrumbs-wrap .ic-arrows {
    font-size: 10px; }
  .breadcrumbs-wrap .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item {
      -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;
      width: auto !important;
      color: #4F5A5F;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42; }
      .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item:not(:first-child):before {
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px;
        content: "";
        width: 10px;
        height: 10px;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzc0XzMzMTcpIj4KPGcgaWQ9IkxheWVyXzEiPgo8ZyBpZD0iR3JvdXAiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMC44MjY4NTQgOS41MjE4MkMwLjU3NDg4NiA5LjI4OTI5IDAuNTU4OTE3IDguODkwNiAwLjc5MTQ0OCA4LjYzODYzTDQuMTUwMiA1LjAwMDA0TDAuNzkxNDQ4IDEuMzYxNDJDMC41NTg5MTcgMS4xMDk0NSAwLjU3NDg4NiAwLjcxMDc5IDAuODI2ODU0IDAuNDc4MjI4QzEuMDc4ODIgMC4yNDU2NjUgMS40Nzc0OCAwLjI2MTY2NSAxLjcxMDA0IDAuNTEzNjM0TDUuNDYwMDQgNC41NzYxM0M1LjY4MDk4IDQuODE1NTQgNS42ODA5OCA1LjE4NDUxIDUuNDYwMDQgNS40MjM5MkwxLjcxMDA0IDkuNDg2NDJDMS40Nzc0OCA5LjczODM4IDEuMDc4NzkgOS43NTQzOCAwLjgyNjg1NCA5LjUyMTgyWiIgZmlsbD0iIzI5MkUyRSIvPgo8L2c+CjxnIGlkPSJHcm91cF8yIj4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNNC41NzY4NSA5LjUyMTgyQzQuMzI0ODkgOS4yODkyOSA0LjMwODkyIDguODkwNiA0LjU0MTQ1IDguNjM4NjNMNy45MDAyIDUuMDAwMDRMNC41NDE0NSAxLjM2MTQyQzQuMzA4OTIgMS4xMDk0NSA0LjMyNDg5IDAuNzEwNzkgNC41NzY4NSAwLjQ3ODIyOEM0LjgyODgyIDAuMjQ1NjY1IDUuMjI3NDggMC4yNjE2NjUgNS40NjAwNCAwLjUxMzYzNEw5LjIxMDA0IDQuNTc2MTNDOS40MzA5OCA0LjgxNTU0IDkuNDMwOTggNS4xODQ1MSA5LjIxMDA0IDUuNDIzOTJMNS40NjAwNCA5LjQ4NjQyQzUuMjI3NDggOS43MzgzOCA0LjgyODc5IDkuNzU0MzggNC41NzY4NSA5LjUyMTgyWiIgZmlsbD0iIzI5MkUyRSIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zNzRfMzMxNyI+CjxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat center center/cover; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumb-scroll-wrap {
      position: relative;
      width: 100%;
      height: 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      overflow-x: auto;
      overflow-y: hidden;
      direction: rtl;
      scrollbar-width: none; }
      .breadcrumbs-wrap .breadcrumbs-nav .breadcrumb-scroll-wrap::-webkit-scrollbar {
        display: none; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumb-inner {
      position: absolute;
      top: 0;
      min-width: 100%;
      direction: ltr;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap; }
    .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item {
      text-decoration: none; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item span {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:focus span {
        color: var(--theme-color-main); }
      @media (pointer: fine) {
        .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:hover span {
          color: var(--theme-color-main); } }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-main {
      color: #292E2E;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-last {
      cursor: default;
      color: #adadad; }
  @media (max-width: 991.98px) {
    .breadcrumbs-wrap {
      margin-top: 20px; } }

/*body:has(.section.section-hero),
body:has(.section.section-fullscreen) {
    .breadcrumbs-wrap {
        position: absolute;
        top: calc(0px + var(--page-header-height));
        width: 100%;
    }
}*/
@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: 12px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn .btn-text {
    vertical-align: middle; }

.btn {
  min-height: 45px;
  padding: 4px 25px;
  font-size: 16px; }
  .btn.btn-small {
    min-height: 35px;
    font-size: 14px;
    border-width: 1px; }
  .btn.btn-big {
    min-height: 55px;
    font-size: 18px; }
  .btn.btn-biggest {
    min-height: 65px;
    font-size: 20px; }
  .btn:has(svg.ic:first-child) {
    padding-left: 20px; }
  .btn:has(svg.ic:last-child) {
    padding-right: 20px; }
  @media (max-width: 1199.98px) {
    .btn {
      min-height: 35px;
      padding: 4px 20px;
      font-size: 15px; }
      .btn.btn-small {
        min-height: 25px;
        font-size: 13px; }
      .btn.btn-big {
        min-height: 45px;
        font-size: 16px; }
      .btn.btn-biggest {
        min-height: 55px;
        font-size: 18px; }
      .btn:has(svg.ic:first-child) {
        padding-left: 15px; }
      .btn:has(svg.ic:last-child) {
        padding-right: 15px; } }

.btn-default {
  background: transparent;
  color: #4F5A5F;
  border-top: 1px solid #4F5A5F;
  border-bottom: 1px solid #4F5A5F;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 3; }
  .btn-default:after {
    content: '';
    height: 60px;
    width: 100%;
    display: block;
    background: var(--theme-color-main);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%); }
  .btn-default .ic {
    fill: #4F5A5F;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
  .btn-default.white {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff; }
    .btn-default.white .ic {
      fill: #ffffff; }
  @media (pointer: fine) {
    .btn-default:hover {
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      color: #ffffff;
      border-color: var(--theme-color-main); }
      .btn-default:hover .ic {
        fill: #ffffff;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s; }
      .btn-default:hover:after {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
  .btn-default:focus, .btn-default:active {
    background: transparent;
    text-decoration: none;
    outline: none; }
  @media (max-width: 991.98px) {
    .btn-default {
      font-size: 12px; } }

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

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

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

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

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

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

.catalog-btn {
  min-height: 40px;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: var(--white-color);
  border-top: 1px rgba(255, 255, 255, 0.12) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.12) solid;
  color: #ffffff;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 2; }
  .catalog-btn .ic {
    fill: #ffffff; }
  .catalog-btn:after {
    content: '';
    height: 60px;
    width: 100%;
    display: block;
    background: var(--theme-color-main);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%); }
  @media (pointer: fine) {
    .catalog-btn:hover:after {
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media (max-width: 991.98px) {
    .catalog-btn {
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      border-top: 1px solid rgba(255, 255, 255, 0.42);
      border-bottom: 1px solid rgba(255, 255, 255, 0.42);
      gap: 12px;
      width: 100%;
      padding: 10px 8px 10px 24px;
      margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .catalog-btn .icon-arrow {
      width: 16px;
      height: 16px; }
      .catalog-btn .icon-arrow .ic {
        width: 16px;
        height: 16px; } }
  .catalog-btn .ic-arrows {
    display: none; }
    @media (max-width: 991.98px) {
      .catalog-btn .ic-arrows {
        display: block;
        margin-left: auto;
        width: 16px;
        height: 16px; } }

.offer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4F5A5F;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .offer-link.ic {
    color: #4F5A5F;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    fill: #4F5A5F; }
  @media (pointer: fine) {
    .offer-link:hover {
      color: var(--color-decore);
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      text-decoration: none; }
      .offer-link:hover.ic {
        color: var(--color-decore);
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s;
        fill: var(--color-decore); } }
  @media (max-width: 991.98px) {
    .offer-link {
      font-size: 12px; } }

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

#map {
  height: 700px;
  width: 100%; }
  #map .info-window {
    padding: 12px 32px;
    width: 260px;
    position: relative;
    background: url("../img/traktor.png") no-repeat right/29px; }
    @media (max-width: 575.98px) {
      #map .info-window {
        padding: 12px;
        max-width: 180px; } }
    #map .info-window .title {
      color: #569D70;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 22px;
      padding-bottom: 8px;
      border-bottom: 1px solid #F7F9FB;
      margin-bottom: 8px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 575.98px) {
        #map .info-window .title {
          font-size: 18px; } }
      #map .info-window .title:after {
        content: '';
        width: 143px;
        height: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        background: url("../img/baloon-logo.png") no-repeat center top/contain; }
        @media (max-width: 575.98px) {
          #map .info-window .title:after {
            width: 120px; } }
    #map .info-window .address, #map .info-window .phone, #map .info-window strong {
      color: var(--Black, #021408);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.42;
      /* 142.857% */
      text-decoration: none !important; }
      @media (max-width: 575.98px) {
        #map .info-window .address, #map .info-window .phone, #map .info-window strong {
          font-size: 12px;
          line-height: 1.1; } }
    #map .info-window p:has(strong) {
      margin: 0; }
    #map .info-window strong {
      display: block;
      color: #e64c4c;
      margin-top: 6px; }
    #map .info-window .phone {
      padding-bottom: 8px; }
  #map .gm-style-iw-tc {
    display: none; }
  #map .gm-style .gm-style-iw-c {
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #map .gm-style-iw-d {
    overflow: auto !important; }
  #map .gm-style-iw-ch {
    display: none; }
  #map .gm-style-iw-chr {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 222; }
    #map .gm-style-iw-chr button:focus {
      outline: none;
      border: 0; }
    #map .gm-style-iw-chr button:active {
      outline: none;
      border: 0; }

#messageDialog {
  padding: 36px 54px;
  display: block;
  z-index: 1;
  width: 100%;
  max-width: 668px;
  position: relative; }
  #messageDialog:after {
    content: '';
    background: rgba(255, 255, 255, 0.12);
    width: 100%;
    position: absolute;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1; }
  #messageDialog .popup-title {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    text-transform: uppercase; }
  #messageDialog .popup-message {
    padding-top: 24px;
    color: #F0F0F0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    /* 142.857% */ }

.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: 40px; }
  .pagination:not(:last-child) {
    margin-bottom: 40px; }
  .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: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--theme-color-main);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: var(--theme-color-main);
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: var(--theme-color-main);
      color: var(--white-color); }
      .pagination li a:focus .ic {
        color: var(--white-color); }
  .pagination li.page-gap span {
    display: inline-block;
    cursor: default;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px; }
  .pagination li.disabled a {
    pointer-events: none;
    cursor: default; }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--theme-color-main);
    color: var(--white-color); }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 54px;
      height: 54px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

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

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

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

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

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

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

.section-title,
.page-title {
  color: #292E2E;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 1449.98px) {
    .section-title,
    .page-title {
      font-size: 38px; } }
  @media (max-width: 1199.98px) {
    .section-title,
    .page-title {
      line-height: 1.2;
      font-size: 36px; } }
  @media (max-width: 991.98px) {
    .section-title,
    .page-title {
      font-size: 32px; } }
  @media (max-width: 767.98px) {
    .section-title,
    .page-title {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    .section-title br,
    .page-title br {
      content: "A";
      position: relative;
      display: inline-block;
      width: 0.3em; } }
  .section-title:not(:last-child),
  .page-title:not(:last-child) {
    margin-bottom: 34px; }
    @media (max-width: 991.98px) {
      .section-title:not(:last-child),
      .page-title:not(:last-child) {
        margin-bottom: 16px; } }

.page-title {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 48px; }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 32px; } }

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

.text-formatted {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.2; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 1.3em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 18px; } }
    .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: 12px; }
    .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: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .text-formatted h1, .text-formatted .h1 {
        font-size: 32px; } }
  .text-formatted .text-title {
    color: #292E2E;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title {
        font-size: 21px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title {
        font-size: 19px; } }
  .text-formatted h2, .text-formatted .h2 {
    color: #292E2E;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted h2, .text-formatted .h2 {
        font-size: 32px; } }
    @media (max-width: 575.98px) {
      .text-formatted h2, .text-formatted .h2 {
        font-size: 27px; } }
  .text-formatted .text-sub-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33; }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title {
        font-size: 16px; } }
  .text-formatted h3, .text-formatted .h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33; }
    @media (max-width: 575.98px) {
      .text-formatted h3, .text-formatted .h3 {
        font-size: 24px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 32px;
    line-height: 1.2; }
    @media (max-width: 575.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 20px; } }
  .text-formatted h5, .text-formatted .h5 {
    font-size: 24px; }
    @media (max-width: 575.98px) {
      .text-formatted h5, .text-formatted .h5 {
        font-size: 16px; } }
  .text-formatted h6, .text-formatted .h6 {
    font-size: 20px; }
    @media (max-width: 575.98px) {
      .text-formatted h6, .text-formatted .h6 {
        font-size: 14px; } }
  .text-formatted a {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline;
    color: #4F5A5F; }
    @media (pointer: fine) {
      .text-formatted a:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    color: #4F5A5F; }
    @media (max-width: 991.98px) {
      .text-formatted p {
        font-size: 14px;
        line-height: 1.43; } }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 23px;
    margin-top: 42px;
    margin-bottom: 42px;
    color: #4F5A5F;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-left: 62px;
    line-height: 12.5;
    /* 125% */
    position: relative; }
    .text-formatted blockquote:after {
      content: '';
      display: block;
      width: 85px;
      height: 140px;
      background: url("../img/block-marker.png") no-repeat center top/contain;
      position: absolute;
      top: 10%;
      left: -85px; }
    .text-formatted blockquote p {
      font-size: 32px; }
    @media (max-width: 991.98px) {
      .text-formatted blockquote:after {
        width: 60px;
        top: 20%;
        left: -61px; }
      .text-formatted blockquote p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.71;
        /* 171.429% */ } }
  .text-formatted img {
    display: block;
    width: 100%;
    height: auto !important;
    /*     &[style*="float:left"],
			 &[style*="float: left"] {
				 margin: 0 $img-mg 0 0;
			 }

			 &[style*="float:right"],
			 &[style*="float: right"] {
				 margin: 0 0 0 $img-mg;
			 }

			 &:not([style*="float"]) {
				 display: block;
			 }


			 @media (max-width: $xs-max) {
				 margin: 1.9em auto 3em;

				 &[style*="float:left"],
				 &[style*="float: left"] {
					 margin: 0 $img-mg 0 0;
				 }

				 &[style*="float:right"],
				 &[style*="float: right"] {
					 margin: 0 0 0 $img-mg;
				 }
			 }*/ }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em;
      font-size: 20px;
      line-height: 1.3;
      color: #4F5A5F; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
    @media (max-width: 991.98px) {
      .text-formatted ul:not(.list) li,
      .text-formatted ol:not(.list) li {
        font-size: 14px;
        line-height: 1.42;
        /* 142.857% */ } }
  .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: 3px;
        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.2em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "";
      display: inline-block;
      min-width: 8px;
      height: 8px;
      background: red;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.3em;
      font-size: 14px;
      color: #4F5A5F;
      top: 9px;
      background: url("../img/elipse-mark.svg") no-repeat center center; }
      @media (max-width: 991.98px) {
        .text-formatted ul:not(.list) > li:before {
          top: 6px; } }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 12px;
    line-height: 133%; }
    .text-formatted table img {
      margin: auto; }
    .text-formatted table tr {
      border-radius: 8px; }
      .text-formatted table tr:nth-child(odd) {
        background: var(--bg); }
      .text-formatted table tr td {
        color: var(--grey-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
    .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 {
    --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); }

.characteristics-table {
  width: 100%; }
  .characteristics-table .table-rows-title {
    background: rgba(41, 46, 46, 0.5);
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 10px 24px; }
  .characteristics-table th {
    padding: 12px 24px;
    color: #4F5A5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }
  .characteristics-table td {
    padding: 12px 24px;
    color: #292E2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.43;
    /* 142.857% */ }
  .characteristics-table tr:nth-child(even) {
    background-color: #FAFAFA; }
  @media (max-width: 991.98px) {
    .characteristics-table {
      display: block; }
      .characteristics-table tr, .characteristics-table td, .characteristics-table th {
        width: 100%;
        display: block; }
      .characteristics-table tr th {
        padding-bottom: 0; } }

.section-block {
  padding-bottom: 60px; }
  @media (min-width: 1200px) {
    .section-block .container {
      --container-padding: 158px;
      --full-width-margin: calc(-1 * ((100dvw - var(--bootstrap-container)) / 2 + var(--container-padding)));
      --full-width-padding: calc((100dvw - var(--bootstrap-container)) / 2 + var(--container-padding)); } }

@media (min-width: 1200px) {
  .container.article-content {
    --container-padding: 158px;
    --full-width-margin: calc(-1 * ((100dvw - var(--bootstrap-container)) / 2 + var(--container-padding)));
    --full-width-padding: calc((100dvw - var(--bootstrap-container)) / 2 + var(--container-padding)); } }

.product-page-grid .section-block {
  padding-bottom: 60px; }
  @media (min-width: 1200px) {
    .product-page-grid .section-block .container {
      --container-padding: 0;
      --full-width-margin: calc(-1 * ((100dvw - var(--bootstrap-container)) / 2 + var(--container-padding)));
      --full-width-padding: calc((100dvw - var(--bootstrap-container)) / 2 + var(--container-padding)); } }

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

.navigation-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1420px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
  background: red;
  display: block;
  z-index: 22; }

.main-slider-section {
  position: relative; }
  .main-slider-section .scroll-animation {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 36px; }
  .main-slider-section .swiper {
    min-height: 100vh; }
    @media (max-width: 991.98px) {
      .main-slider-section .swiper {
        min-height: 100%; } }
  .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) .main-slider-img {
    min-height: 100vh; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider:not(.swiper-initialized) .main-slider-img {
        min-height: 100%; } }
  .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; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider {
      height: 100vh;
      min-height: 640px; } }
  .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: 1470px;
    margin: 170px auto 0;
    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; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-link {
        margin: 0 auto; } }
  .main-slider-section .main-slider-img, .main-slider-section .main-slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .main-slider-section .main-slider-img::after, .main-slider-section .main-slider-video::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      pointer-events: none;
      height: 100vh;
      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%); }
      @media (max-width: 991.98px) {
        .main-slider-section .main-slider-img::after, .main-slider-section .main-slider-video::after {
          min-height: 100%; } }
    .main-slider-section .main-slider-img video,
    .main-slider-section .main-slider-img picture,
    .main-slider-section .main-slider-img img, .main-slider-section .main-slider-video video,
    .main-slider-section .main-slider-video picture,
    .main-slider-section .main-slider-video img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 100vh; }
      @media (max-width: 991.98px) {
        .main-slider-section .main-slider-img video,
        .main-slider-section .main-slider-img picture,
        .main-slider-section .main-slider-img img, .main-slider-section .main-slider-video video,
        .main-slider-section .main-slider-video picture,
        .main-slider-section .main-slider-video img {
          min-height: 100%; } }
  .main-slider-section .main-slider-content {
    position: relative;
    max-width: 793px;
    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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .main-slider-section .main-slider-title {
    color: var(--white);
    line-height: 1.25;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-title {
        font-size: 32px;
        line-height: 1.17; } }
    .main-slider-section .main-slider-title:not(:last-child) {
      margin-bottom: 16px; }
  .main-slider-section .main-slider-description {
    color: var(--white);
    line-height: 1.3;
    font-size: 20px;
    font-style: normal;
    font-weight: 500; }
    .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: 64px; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-description {
        font-size: 14px; }
        .main-slider-section .main-slider-description p {
          font-size: 14px; } }
  .main-slider-section .btn {
    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 .btn p {
          font-size: 14px;
          font-weight: 500; }
          .main-slider-section .btn p:not(:last-child) {
            margin-bottom: 24px; } }
  .main-slider-section .main-slider-nav {
    position: absolute;
    z-index: 999;
    bottom: 32px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    @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;
      background: transparent;
      border-color: #ffffff; }
    .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;
      margin-top: -20px; }
      .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet {
        background: white; }
        .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: white; }
  @media (max-width: 991.98px) {
    .main-slider-section .btn-default {
      font-size: 12px; }
    .main-slider-section .swiper-button-next,
    .main-slider-section .swiper-button-prev {
      display: none; } }

.section-text-block {
  padding-top: 40px; }

.section-error {
  padding-top: 50px; }
  .section-error .section-error-wrap {
    position: relative;
    padding: 80px 24px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 40px 16px; } }
  .section-error .number-404 {
    color: #4F5A5F;
    text-align: center;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .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: #292E2E;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase; }
    .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: #4F5A5F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; }
    .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; } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rev-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rev-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
  .section-error .icon-wrapper {
    position: absolute; }
    .section-error .icon-wrapper svg {
      -webkit-animation: rotate 3s linear infinite;
              animation: rotate 3s linear infinite; }
    .section-error .icon-wrapper.icon-1 {
      left: 15%; }
      .section-error .icon-wrapper.icon-1 svg {
        width: 20px;
        height: 20px; }
    .section-error .icon-wrapper.icon-2 {
      left: 12%;
      bottom: 20%; }
      .section-error .icon-wrapper.icon-2 svg {
        width: 20px;
        height: 20px; }
    .section-error .icon-wrapper.icon-3 {
      left: 15%;
      bottom: 27%; }
      .section-error .icon-wrapper.icon-3 svg {
        width: 32px;
        height: 32px;
        fill: #42835A;
        -webkit-animation: rev-rotate 10s linear infinite;
                animation: rev-rotate 10s linear infinite; }
    .section-error .icon-wrapper.icon-4 {
      left: 31%;
      bottom: 57%; }
      .section-error .icon-wrapper.icon-4 svg {
        width: 36px;
        height: 36px;
        fill: #42835A; }
    .section-error .icon-wrapper.icon-5 {
      left: 72%;
      bottom: 72%; }
      .section-error .icon-wrapper.icon-5 svg {
        width: 86px;
        height: 86px;
        fill: #42835A;
        -webkit-animation: rev-rotate 6s linear infinite;
                animation: rev-rotate 6s linear infinite; }
    .section-error .icon-wrapper.icon-6 {
      left: 70%;
      bottom: 69%; }
      .section-error .icon-wrapper.icon-6 svg {
        width: 20px;
        height: 20px;
        fill: #4F5A5F; }

.section-utp-home {
  padding: 80px 0;
  background: var(--color-text); }
  .section-utp-home .section-utp-home-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
    .section-utp-home .section-utp-home-row .section-utp-home-item {
      color: #ffffff; }
      .section-utp-home .section-utp-home-row .section-utp-home-item .header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
        border-bottom: 1px solid rgba(240, 240, 240, 0.12);
        padding-bottom: 12px;
        margin-bottom: 12px; }
        .section-utp-home .section-utp-home-row .section-utp-home-item .header-top .item-number {
          font-size: 56px;
          font-style: normal;
          font-weight: 500;
          line-height: 1.07;
          text-transform: uppercase; }
        .section-utp-home .section-utp-home-row .section-utp-home-item .header-top .item-title {
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 1.3;
          text-transform: uppercase; }
      .section-utp-home .section-utp-home-row .section-utp-home-item .item-content {
        color: #C6C6C6;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42; }
  @media (max-width: 1300px) {
    .section-utp-home .section-utp-home-row {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .section-utp-home {
      padding: 32px 0; }
      .section-utp-home .section-utp-home-row {
        display: block; }
        .section-utp-home .section-utp-home-row .section-utp-home-item {
          margin-bottom: 32px; }
          .section-utp-home .section-utp-home-row .section-utp-home-item .header-top {
            gap: 16px; }
            .section-utp-home .section-utp-home-row .section-utp-home-item .header-top .item-number {
              font-size: 36px; }
            .section-utp-home .section-utp-home-row .section-utp-home-item .header-top .item-title {
              font-size: 18px; }
      .section-utp-home .header-top {
        padding-bottom: 10px;
        margin-bottom: 10px; } }

.section-special-offers {
  padding: 100px 0;
  position: relative; }
  .section-special-offers .container {
    position: relative; }
  .section-special-offers .special-offers-slider {
    max-height: 380px;
    overflow: hidden; }
  .section-special-offers .special-offers-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-special-offers .special-offers-row .slider-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .section-special-offers .special-offers-row .column-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      .section-special-offers .special-offers-row .column-left .offer-link {
        padding-left: 90px; }
    .section-special-offers .special-offers-row .item-text-content {
      padding-left: 90px; }
    .section-special-offers .special-offers-row .item-title {
      color: #292E2E;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.33;
      /* 133.333% */
      text-transform: uppercase;
      margin-bottom: 16px; }
    .section-special-offers .special-offers-row .item-description {
      color: #4F5A5F;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.43;
      /* 142.857% */ }
  @media (max-width: 1199.98px) {
    .section-special-offers {
      padding: 64px 0; }
      .section-special-offers .special-offers-slider {
        max-height: 100%; }
      .section-special-offers .item-description {
        min-height: 60px;
        max-height: 61px;
        overflow: hidden;
        margin-bottom: calc(6px + 22px); }
        .section-special-offers .item-description.hide-content {
          margin-bottom: 6px; }
      .section-special-offers .offer-link {
        margin: 0 !important; }
      .section-special-offers .special-offers-row {
        display: block; }
        .section-special-offers .special-offers-row .item-title {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.44;
          /* 144.444% */
          margin-bottom: 8px; }
        .section-special-offers .special-offers-row .item-text-content {
          padding-left: 0;
          padding-bottom: 24px; }
        .section-special-offers .special-offers-row .column-left .offer-link {
          padding-left: 0;
          margin-bottom: 24px; }
        .section-special-offers .special-offers-row .slider-image {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }

.special-offers-slider-nav {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px; }
  .special-offers-slider-nav .buttons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .special-offers-slider-nav .swiper-pagination {
    position: static; }
  .special-offers-slider-nav .swiper-button-prev, .special-offers-slider-nav .swiper-button-next {
    position: static;
    margin: 0 !important; }
  @media (max-width: 1199.98px) {
    .special-offers-slider-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 12px;
      gap: 24px; }
      .special-offers-slider-nav .buttons-row {
        display: none; } }

.section-home-nav {
  padding-bottom: 100px; }
  .section-home-nav .home-nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-home-nav .home-nav-row .section-home-nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-transition: all ease-in .6s;
      transition: all ease-in .6s;
      min-height: 700px;
      height: 700px;
      overflow: hidden; }
      .section-home-nav .home-nav-row .section-home-nav-item:after {
        content: '';
        width: 100%;
        height: 189px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(75%, #000));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #000 75%);
        z-index: 1;
        position: absolute;
        bottom: 0; }
      .section-home-nav .home-nav-row .section-home-nav-item .item-image {
        width: 100%;
        z-index: -1;
        position: relative; }
        .section-home-nav .home-nav-row .section-home-nav-item .item-image img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 700px;
          width: 100%;
          z-index: -1;
          position: relative;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0);
          -webkit-transition: all ease-in .6s;
          transition: all ease-in .6s; }
      .section-home-nav .home-nav-row .section-home-nav-item .item-title {
        position: absolute;
        color: #ffffff;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        bottom: 46px;
        text-align: center;
        width: 100%;
        line-height: 1;
        z-index: 11; }
      .section-home-nav .home-nav-row .section-home-nav-item.uncolored img {
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        -webkit-transition: all ease-in .6s;
        transition: all ease-in .6s; }
      @media (pointer: fine) {
        .section-home-nav .home-nav-row .section-home-nav-item:hover {
          -webkit-box-flex: 2;
              -ms-flex: 2;
                  flex: 2;
          -webkit-transition: all ease-in .6s;
          transition: all ease-in .6s; } }
  @media (max-width: 1199.98px) {
    .section-home-nav {
      padding-bottom: 64px; }
      .section-home-nav .home-nav-row {
        display: block; }
        .section-home-nav .home-nav-row .section-home-nav-item {
          font-size: 32px;
          min-height: 375px;
          opacity: 0;
          -webkit-transition: opacity ease-in 1s;
          transition: opacity ease-in 1s; }
          .section-home-nav .home-nav-row .section-home-nav-item:after {
            height: 78px; }
          .section-home-nav .home-nav-row .section-home-nav-item.visible {
            opacity: 1; }
          .section-home-nav .home-nav-row .section-home-nav-item .item-title {
            font-size: 32px;
            bottom: 24px; }
        .section-home-nav .home-nav-row .item-image img {
          -webkit-filter: grayscale(0) !important;
                  filter: grayscale(0) !important;
          -o-object-fit: cover;
             object-fit: cover; } }
  @media (max-width: 575.98px) {
    .section-home-nav .home-nav-row {
      display: block; }
      .section-home-nav .home-nav-row .section-home-nav-item {
        height: auto;
        min-height: auto; }
      .section-home-nav .home-nav-row .item-image img {
        height: auto !important; } }

.section-about {
  padding-bottom: 100px; }
  .section-about .show-mobile {
    display: none; }
  .section-about .section-about-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 668px 1fr;
    grid-template-columns: 668px 1fr;
    gap: 42px; }
    .section-about .section-about-row .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .section-about .section-about-row .h1, .section-about .section-about-row h3, .section-about .section-about-row .h3 {
      text-transform: uppercase; }
    .section-about .section-about-row .text-formatted {
      max-height: 408px;
      overflow-y: auto;
      padding-top: 40px;
      padding-right: 72px; }
      .section-about .section-about-row .text-formatted p {
        font-size: 14px; }
  @media (max-width: 1199.98px) {
    .section-about {
      padding-bottom: 64px; }
      .section-about .show-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .section-about .h1, .section-about h1 {
        font-size: 32px; }
      .section-about .section-about-row {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; }
        .section-about .section-about-row > .column {
          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; }
        .section-about .section-about-row .column {
          display: block; }
        .section-about .section-about-row .column:last-child .btn {
          display: none; }
        .section-about .section-about-row .text-formatted {
          padding-top: 24px;
          padding-right: 5px; }
        .section-about .section-about-row .btn {
          margin-top: 24px; } }
  @media (max-width: 991.98px) {
    .section-about .section-about-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .section-about .section-about-row .column img {
        width: 100%; } }

.section-providers {
  padding-bottom: 80px; }
  .section-providers .section-providers-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px; }
    .section-providers .section-providers-row .section-providers-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: 327px;
      height: 140px;
      background: #FAFAFA; }
  @media (max-width: 767.98px) {
    .section-providers .section-providers-row {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }
      .section-providers .section-providers-row .section-providers-item {
        width: 100%;
        height: auto;
        padding: 20px 38px; } }
  @media (max-width: 1199.98px) {
    .section-providers {
      padding-bottom: 64px; } }

.page-about .section-providers {
  padding-top: 100px; }
  @media (max-width: 1199.98px) {
    .page-about .section-providers {
      padding-top: 64px; } }

.section-feedback {
  padding: 100px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../img/feedback-form.png) lightgray 0px -243px/100% 143.617% no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/feedback-form.png) lightgray 0px -243px/100% 143.617% no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .section-feedback .section-feedback-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 668px;
    grid-template-columns: 1fr 668px;
    gap: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-feedback .section-title {
    color: #ffffff;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.14;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .section-feedback .section-details {
    padding-left: 81px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42; }
  .section-feedback .section-title {
    font-size: 48px; }
  @media (max-width: 1340px) {
    .section-feedback .section-feedback-row {
      gap: 30px; } }
  @media (max-width: 1199.98px) {
    .section-feedback {
      padding: 64px 0; }
      .section-feedback .section-feedback-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .section-feedback .section-feedback-row .section-title {
          text-align: center;
          font-size: 32px; }
        .section-feedback .section-feedback-row .section-details {
          text-align: center;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          padding-left: 0;
          line-height: 1.43;
          /* 142.857% */ } }

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

.single-page-banner {
  position: relative;
  margin-top: -80px;
  margin-bottom: 48px; }
  .single-page-banner .scroll-animation {
    position: absolute;
    z-index: 19;
    right: 44px;
    bottom: 36px; }
  .single-page-banner:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, rgba(19, 19, 19, 0.21)), color-stop(97.18%, rgba(19, 19, 19, 0)));
    background: linear-gradient(90deg, rgba(19, 19, 19, 0.21) 0.1%, rgba(19, 19, 19, 0) 97.18%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .single-page-banner > .container {
    position: relative; }
    .single-page-banner > .container .content-banner {
      position: absolute;
      top: 160px;
      z-index: 2; }
      .single-page-banner > .container .content-banner .page-title {
        color: #ffffff;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25;
        text-transform: uppercase;
        max-width: 819px;
        width: 100%; }
  .single-page-banner .page-image {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 991.98px) {
    .single-page-banner > .container {
      position: absolute;
      top: 50%;
      z-index: 22;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
      .single-page-banner > .container .content-banner {
        top: 0; }
        .single-page-banner > .container .content-banner .page-title {
          font-size: 32px;
          text-align: center; } }

.section-hero {
  position: relative;
  height: 100%;
  z-index: 1; }
  .section-hero .scroll-animation {
    position: absolute;
    z-index: 19;
    right: 44px;
    bottom: 36px; }
  .section-hero:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.7)), color-stop(97.5%, rgba(19, 19, 19, 0)));
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.7) 0%, rgba(19, 19, 19, 0) 97.5%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .section-hero > .container .content-banner {
    position: absolute;
    z-index: 2;
    top: 40%; }
    .section-hero > .container .content-banner .page-title {
      color: #ffffff;
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.25;
      text-transform: uppercase;
      max-width: 819px;
      width: 100%; }
  .section-hero .page-image {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-hero .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .section-hero .products .hero-product-card-active {
      background: var(--color-decore); }
    .section-hero .products .hero-product-card {
      color: #ffffff;
      padding: 12px 16px;
      min-width: 248px;
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      border-top: 1px solid #3A3A3A;
      border-bottom: 1px solid #3A3A3A; }
      @media (pointer: fine) {
        .section-hero .products .hero-product-card:hover {
          -webkit-transition: all ease-in .3s;
          transition: all ease-in .3s;
          background: var(--color-decore);
          text-decoration: none; } }
      .section-hero .products .hero-product-card:active {
        text-decoration: none; }
      .section-hero .products .hero-product-card .product-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        /* 150% */
        text-transform: uppercase;
        text-align: center; }
      .section-hero .products .hero-product-card .power-value {
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding-top: 17px;
        padding-bottom: 8px; }
      .section-hero .products .hero-product-card .power-label {
        display: none;
        color: #F0F0F0;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.43;
        text-align: center; }
  .section-hero .products-mobile-button {
    display: none;
    position: absolute;
    z-index: 22;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap; }
  @media (max-width: 1199.98px) {
    .section-hero .products-mobile-button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 12px; }
    .section-hero .products {
      display: none; } }
  @media (max-width: 991.98px) {
    .section-hero > .container .content-banner {
      width: 100%;
      left: 0; }
      .section-hero > .container .content-banner .page-title {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        line-height: 1.31;
        /* 131.25% */
        width: 100%; } }

.fancybox-slide--html:has(#productsHeroBanner) {
  padding: 0; }

.fancybox-container:has(#productsHeroBanner) {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20.5px);
          backdrop-filter: blur(20.5px); }
  .fancybox-container:has(#productsHeroBanner) .fancybox-bg {
    display: none; }

#productsHeroBanner {
  position: relative;
  padding: 72px 24px;
  width: 100%;
  height: 100%; }
  #productsHeroBanner .fancybox-button {
    color: #ffffff; }
  #productsHeroBanner .products-popup {
    position: relative;
    z-index: 22; }
  #productsHeroBanner .hero-product-card {
    padding: 12px 16px;
    display: block;
    color: #ffffff;
    margin-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    #productsHeroBanner .hero-product-card .product-title {
      text-align: center;
      color: #ffffff;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.5;
      /* 150% */
      text-transform: uppercase;
      border-bottom: 1px solid rgba(240, 240, 240, 0.04);
      padding-bottom: 6px;
      margin-bottom: 12px; }
    #productsHeroBanner .hero-product-card .power-value {
      text-align: center;
      color: #ffffff;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 8px; }
    #productsHeroBanner .hero-product-card .power-label {
      display: none;
      text-align: center;
      color: #F0F0F0;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.43;
      /* 142.857% */ }
    #productsHeroBanner .hero-product-card.hero-product-card-active {
      background: var(--color-decore);
      border-color: var(--color-decore); }
    #productsHeroBanner .hero-product-card:active {
      text-decoration: none; }
    #productsHeroBanner .hero-product-card:focus {
      text-decoration: none; }

.page-product .section-hero:before {
  content: '';
  width: 100%;
  height: 343px;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 24.8%, #000 55.4%);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0; }

.page-product .section-hero > .container .content-banner {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.page-product .section-title {
  font-size: 32px; }

.page-product .section-block {
  padding-bottom: 48px; }

@media (max-width: 991.98px) {
  .page-product .section-title {
    font-size: 28px; }
  .page-product .section-block {
    padding-bottom: 40px; } }

.section-gallery .swiper .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  opacity: 0.24;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.section-gallery .gallery-item img {
  width: 100%; }

.section-gallery .swiper-button-next,
.section-gallery .swiper-button-prev {
  background-color: white; }
  .section-gallery .swiper-button-next:focus, .section-gallery .swiper-button-next:hover,
  .section-gallery .swiper-button-prev:focus,
  .section-gallery .swiper-button-prev:hover {
    background-color: white; }

.section-gallery .swiper-button-prev {
  left: 23%;
  right: unset; }
  @media (max-width: 991.98px) {
    .section-gallery .swiper-button-prev {
      left: 10%; } }

.section-gallery .swiper-button-next {
  right: 23%;
  left: unset; }
  @media (max-width: 991.98px) {
    .section-gallery .swiper-button-next {
      right: 10%; } }

@media (max-width: 767.98px) {
  .section-gallery .swiper-button-prev,
  .section-gallery .swiper-button-next {
    display: none; } }

.section-gallery2 .section-title {
  font-size: 40px;
  margin-bottom: 34px; }

.section-gallery2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-gallery2 .gallery-item {
  position: relative; }
  .section-gallery2 .gallery-item .item-title {
    position: absolute;
    color: #ffffff;
    z-index: 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38;
    /* 137.5% */
    text-transform: uppercase;
    bottom: 24px;
    left: 24px;
    max-width: 312px; }
  .section-gallery2 .gallery-item:after {
    background: linear-gradient(187deg, rgba(0, 0, 0, 0) 5.8%, rgba(0, 0, 0, 0.06) 21.93%, rgba(0, 0, 0, 0.24) 39.4%, #000 95.4%);
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 1; }
  .section-gallery2 .gallery-item .item-file {
    position: absolute;
    top: 24px;
    left: 24px;
    -webkit-transition: top .3s ease;
    transition: top .3s ease; }
    .section-gallery2 .gallery-item .item-file:hover {
      -webkit-animation: move .3s ease 3;
              animation: move .3s ease 3; }

@-webkit-keyframes move {
  0% {
    top: 24px; }
  50% {
    top: 26px; }
  100% {
    top: 24px; } }

@keyframes move {
  0% {
    top: 24px; }
  50% {
    top: 26px; }
  100% {
    top: 24px; } }

@media (max-width: 1199.98px) {
  .section-gallery2 .section-title {
    font-size: 32px; }
  .section-gallery2 .item-title {
    font-size: 14px; } }

.section-odd-list {
  padding: 16px 0 100px 0; }
  .section-odd-list .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #F0F0F0;
    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: 44px; }
    .section-odd-list .list-item:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .section-odd-list .list-item .item-img-wrap {
      min-width: 668px; }
    .section-odd-list .list-item:last-child {
      border-bottom: 1px solid #F0F0F0; }
    .section-odd-list .list-item .item-title {
      color: #292E2E;
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.25;
      text-transform: uppercase;
      padding-bottom: 40px; }
    .section-odd-list .list-item .item-description {
      padding-left: 82px;
      padding-bottom: 36px; }
    .section-odd-list .list-item .btn {
      margin-left: 82px; }
  @media (max-width: 1199.98px) {
    .section-odd-list {
      padding: 16px 0 64px 0; }
      .section-odd-list .list-item .item-img-wrap {
        min-width: 420px; } }
  @media (max-width: 991.98px) {
    .section-odd-list .list-item {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
      gap: 16px; }
      .section-odd-list .list-item .item-img-wrap {
        min-width: auto; }
      .section-odd-list .list-item .item-content {
        padding-left: 0;
        padding-bottom: 0; }
        .section-odd-list .list-item .item-content .item-description {
          padding: 0 0 16px 0; }
        .section-odd-list .list-item .item-content .item-title {
          font-size: 18px;
          padding-bottom: 16px; }
        .section-odd-list .list-item .item-content .btn-default {
          margin-left: 0; } }

.section-product-gallery .swiper-button-next,
.section-product-gallery .swiper-button-prev {
  background-color: white; }
  .section-product-gallery .swiper-button-next:focus, .section-product-gallery .swiper-button-next:hover,
  .section-product-gallery .swiper-button-prev:focus,
  .section-product-gallery .swiper-button-prev:hover {
    background-color: white; }

.section-product-gallery .swiper .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  opacity: 0.24;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

@media (max-width: 767.98px) {
  .section-product-gallery .swiper-wrap {
    margin: 0 -16px; } }

.section-product-gallery .swiper-button-next {
  right: 19%;
  left: unset; }

@media (max-width: 767.98px) {
  .section-product-gallery .swiper-button-prev,
  .section-product-gallery .swiper-button-next {
    display: none; } }

.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;
  width: 100%;
  padding: 10px;
  border-radius: var(--br);
  min-height: 100%;
  overflow: hidden; }
  .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); }
  @media (any-hover: hover) {
    .product-block:hover {
      border-radius: var(--br) var(--br) 0 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .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%; } }

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

.product-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 326px calc(100% - 326px - 16px);
  grid-template-columns: 326px calc(100% - 326px - 16px);
  gap: 16px;
  margin-top: 20px;
  padding-bottom: 120px; }
  .product-page-grid aside {
    padding-right: 24px;
    display: block;
    height: 100%; }
  .product-page-grid .aside-sticky-elements {
    position: sticky;
    top: 86px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .product-page-grid .conversion-buttons .btn-default {
    margin-bottom: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: var(--white-color); }
  .product-page-grid iframe {
    width: 100%;
    min-height: 568px; }
  .product-page-grid .section-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-page-grid {
      display: block;
      position: relative;
      padding-bottom: 64px; }
      .product-page-grid aside {
        padding: 0; }
      .product-page-grid iframe {
        min-height: 190px; }
      .product-page-grid .aside-sticky-elements {
        z-index: 100; }
      .product-page-grid .conversion-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 15px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: white;
        padding: 10px;
        margin: 0 auto 32px; }
        .product-page-grid .conversion-buttons .btn-default {
          margin-bottom: 0;
          width: auto;
          height: 40px;
          font-size: 12px; }
        .product-page-grid .conversion-buttons button.btn-default {
          background: var(--theme-color-main);
          color: #ffffff;
          border-color: var(--theme-color-main); }
          .product-page-grid .conversion-buttons button.btn-default .ic {
            fill: #ffffff; }
        .product-page-grid .conversion-buttons.active-on-scroll {
          position: fixed;
          top: 80px;
          left: 0;
          width: 100%;
          z-index: 2222;
          height: 44px;
          background: #ffffff;
          padding: 2px 0; }
      .product-page-grid .conversion-buttons-placeholder {
        display: none; }
        .product-page-grid .conversion-buttons-placeholder.active-on-scroll {
          display: block;
          height: 40px;
          margin-bottom: 32px; } }

.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; }
    @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: 20px;
  min-height: 56px;
  padding-right: 8px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  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-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; }
    @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 .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-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

.products-carousel-wrap,
.products-carousel-list.swiper-wrapper {
  padding-bottom: 500px;
  margin-bottom: -500px; }

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

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

.products-carousel {
  position: relative;
  z-index: 1;
  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 .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; }

.aside-block-navigation {
  margin-bottom: 32px; }
  .aside-block-navigation a {
    display: block;
    color: #292E2E;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    /* 150% */
    text-transform: uppercase;
    padding: 11px 24px;
    border-top: 1px solid #F0F0F0;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    .aside-block-navigation a:last-child {
      border-bottom: 1px solid #F0F0F0; }
    .aside-block-navigation a:hover {
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      color: var(--color-decore);
      text-decoration: none;
      border-color: var(--color-decore); }
      .aside-block-navigation a:hover + a {
        border-top-color: var(--color-decore); }
    .aside-block-navigation a:focus {
      text-decoration: none; }
    .aside-block-navigation a.active {
      border-color: var(--color-decore);
      color: var(--color-decore); }
      .aside-block-navigation a.active + a {
        border-top-color: var(--color-decore); }
  @media (max-width: 991.98px) {
    .aside-block-navigation {
      display: none; } }

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

.page-category-sublist {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-category-sublist {
      padding-bottom: 64px; } }

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 16px; }
  .categories-navigation .category-card {
    position: relative; }
    .categories-navigation .category-card .category-title {
      position: absolute;
      z-index: 2;
      bottom: 24px;
      left: 24px;
      color: #ffffff;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.33;
      text-transform: uppercase; }
    .categories-navigation .category-card .category-link {
      margin-top: 16px; }
    .categories-navigation .category-card .category-head {
      position: relative; }
      .categories-navigation .category-card .category-head:after {
        content: '';
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.6)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 75%);
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 0; }
    .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; }
  @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: 24px; }
      .categories-navigation .category-card .category-head {
        position: relative; }
      .categories-navigation .category-card .category-title {
        bottom: 16px;
        left: 16px;
        font-size: 18px; } }

.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;
  overflow: auto;
  max-height: 170px;
  padding-right: 5px; }

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

.catalog-filter .color-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .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; }
  .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; }

.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-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 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: -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; }

.page-blog-root {
  padding-bottom: 100px; }
  @media (max-width: 1199.98px) {
    .page-blog-root {
      padding-bottom: 64px; } }

.article-content .nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0; }
  .article-content .nav-buttons .nav-link-item {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #4F5A5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    .article-content .nav-buttons .nav-link-item:hover {
      -webkit-transition: all ease-in .3s;
      transition: all ease-in .3s;
      color: var(--color-decore);
      text-decoration: none; }
  .article-content .nav-buttons .nav-link-item-prev {
    padding-left: 7px; }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    padding-right: 7px; }

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

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

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

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

.main-page .articles-latest {
  margin-top: 0;
  margin-bottom: 36px; }

.articles-latest {
  overflow: hidden;
  margin: 30px 0; }
  .articles-latest .article-img {
    position: relative; }
    .articles-latest .article-img .article-date {
      margin-bottom: 38px;
      position: absolute;
      top: 15px;
      left: 15px; }
  .articles-latest .article-title a {
    color: #021408;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block; }
    .articles-latest .article-title a:hover {
      text-decoration: none;
      color: #021408; }
  .articles-latest .article-announce {
    color: #4F5A5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
    /* 142.857% */ }
  .articles-latest .offer-link {
    margin-top: 32px; }
  @media (max-width: 991.98px) {
    .articles-latest .article-ellipsis-wrap {
      margin-top: 12px; }
    .articles-latest .article-title a {
      font-size: 18px;
      font-style: normal;
      font-weight: 600; }
    .articles-latest .offer-link {
      margin-top: 16px; }
    .articles-latest .article-announce {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; } }

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }
  .swiper-navigation .products-carousel-nav {
    position: static; }
  .swiper-navigation .swiper-pagination {
    position: static; }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  padding: 0 16px;
  margin: 0 -16px;
  padding-bottom: 64px !important;
  overflow: visible !important; }
  .articles-latest-text-slider:has(.swiper-pagination-lock),
  .articles-latest-video-slider:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .articles-latest-text-slider .swiper-slide:not(.swiper-slide-visible),
    .articles-latest-video-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .articles-latest-text-slider:not(.swiper-initialized),
  .articles-latest-video-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-right: -16px; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      width: 25%;
      padding-right: 16px; }
      @media (max-width: 991.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }
  .articles-latest-text-slider .article-swiper-navigation,
  .articles-latest-video-slider .article-swiper-navigation {
    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: 24px; }
    .articles-latest-text-slider .article-swiper-navigation .products-carousel-nav,
    .articles-latest-video-slider .article-swiper-navigation .products-carousel-nav {
      position: static; }
    .articles-latest-text-slider .article-swiper-navigation .swiper-pagination,
    .articles-latest-video-slider .article-swiper-navigation .swiper-pagination {
      position: static; }
    .articles-latest-text-slider .article-swiper-navigation .section-btn-more,
    .articles-latest-video-slider .article-swiper-navigation .section-btn-more {
      margin: 0; }
  @media (max-width: 991.98px) {
    .articles-latest-text-slider,
    .articles-latest-video-slider {
      padding-bottom: 28px !important; }
      .articles-latest-text-slider .article-swiper-navigation,
      .articles-latest-video-slider .article-swiper-navigation {
        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: 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .articles-latest-text-slider .article-swiper-navigation .products-carousel-nav,
        .articles-latest-video-slider .article-swiper-navigation .products-carousel-nav {
          display: none; }
        .articles-latest-text-slider .article-swiper-navigation .section-btn-more,
        .articles-latest-video-slider .article-swiper-navigation .section-btn-more {
          margin-top: 24px; } }

.page-blog-rubric {
  padding-bottom: 74px; }
  @media (max-width: 768px) {
    .page-blog-rubric {
      padding-bottom: 64px; } }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px; }
  .rubrics-nav .rubric {
    color: #292E2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    gap: 10px;
    background: #FAFAFA;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    @media (pointer: fine) {
      .rubrics-nav .rubric:hover {
        color: #ffffff;
        background: var(--theme-color-main);
        text-decoration: none;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s; } }
  .rubrics-nav .rubric.active {
    color: #ffffff;
    background: var(--theme-color-main); }
  @media (max-width: 991.98px) {
    .rubrics-nav .rubric {
      font-size: 12px; } }

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

.article-card {
  position: relative;
  z-index: 1;
  background: white;
  overflow: hidden; }
  .article-card .article-footer {
    padding-bottom: 20px; }
  .article-card .article-card-img-wrap {
    position: relative; }
  .article-card .article-rubrics-wrap {
    position: absolute;
    right: 20px;
    bottom: 10px; }
  .article-card .article-img {
    display: block;
    margin-bottom: 16px; }
    .article-card .article-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .article-card .article-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 64px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
    .article-card .article-title a {
      color: #021408;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.33;
      text-transform: uppercase; }
      .article-card .article-title a:hover {
        text-decoration: none; }
  .article-card .article-announce {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .article-card .article-footer {
    margin-top: 10px; }
  .article-card .article-date {
    position: absolute;
    top: 24px;
    left: 24px; }
  .article-card .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px; }
    .article-card .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-card .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
    .article-card .author-wrap .author-name {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis; }
  @media (max-width: 767.98px) {
    .article-card .article-title {
      text-transform: uppercase;
      margin-bottom: 10px;
      height: auto;
      min-height: auto;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      text-overflow: ellipsis; }
      .article-card .article-title a {
        font-size: 18px;
        line-height: 1.33;
        /* 133.333% */ }
        .article-card .article-title a:hover {
          text-decoration: none; } }

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

.page-contacts .section-title {
  margin-bottom: 24px; }

.page-contacts .contacts-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24% 1fr;
  grid-template-columns: 24% 1fr;
  gap: 48px;
  margin-bottom: 120px; }
  @media (max-width: 1449.98px) {
    .page-contacts .contacts-wrapper {
      -ms-grid-columns: 28% 1fr;
      grid-template-columns: 28% 1fr;
      gap: 24px; } }
  @media (max-width: 991.98px) {
    .page-contacts .contacts-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0;
      margin-bottom: 64px; } }

.page-contacts .contacts-nav {
  position: sticky;
  top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 991.98px) {
    .page-contacts .contacts-nav {
      position: static;
      margin-bottom: 24px; } }

.page-contacts .contacts-nav__link {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding: 18px 16px;
  border: none;
  outline: none;
  background-color: transparent;
  border-top: 1px solid var(--color-light-gray);
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .page-contacts .contacts-nav__link:last-child {
    border-bottom: 1px solid #F0F0F0; }
  .page-contacts .contacts-nav__link:hover {
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    color: var(--color-decore);
    text-decoration: none;
    border-color: var(--color-decore); }
    .page-contacts .contacts-nav__link:hover + button {
      border-top-color: var(--color-decore); }
  .page-contacts .contacts-nav__link:focus {
    text-decoration: none; }
  .page-contacts .contacts-nav__link.active {
    border-color: var(--color-decore);
    color: var(--color-decore); }
    .page-contacts .contacts-nav__link.active + button {
      border-top-color: var(--color-decore); }

.page-contacts .contacts-tab__title {
  color: var(--bck-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts-tab__title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 16px; } }

.page-contacts .contact-image {
  display: block;
  width: 100%;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .page-contacts .contact-image {
      margin-bottom: 16px; } }

.page-contacts .contacts-info__content {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .page-contacts .contacts-info__content {
      margin-bottom: 16px; } }
  .page-contacts .contacts-info__content p {
    margin: 0; }

.page-contacts .contacts-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid var(--bg); }
  .page-contacts .contacts-info__wrap:not(:has(.contacts-info__item-value)) {
    display: none; }
  @media (max-width: 575.98px) {
    .page-contacts .contacts-info__wrap {
      padding: 16px 0; } }

.page-contacts .icon-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;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: var(--color-green);
  border-radius: 50%;
  margin-right: 16px; }
  .page-contacts .icon-wrap .ic {
    color: var(--white-color);
    width: 20px;
    height: 20px; }

.page-contacts .contacts-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 48px; }
  @media (max-width: 1449.98px) {
    .page-contacts .contacts-info__items {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; } }
  @media (max-width: 767.98px) {
    .page-contacts .contacts-info__items {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .page-contacts .contacts-info__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 12px; } }

.page-contacts .contacts-info__item:not(:has(.contacts-info__item-value)) {
  display: none; }

.page-contacts .contacts-info__item-name {
  color: var(--color-gray);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase; }

.page-contacts .contacts-info__item-value {
  color: var(--bck-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }
  .page-contacts .contacts-info__item-value a {
    color: var(--bck-color); }

.page-contacts .socials-wrap {
  margin-left: 32px; }
  .page-contacts .socials-wrap nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-contacts .socials-wrap .social-link {
    color: var(--bck-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 24px; }
    @media (max-width: 767.98px) {
      .page-contacts .socials-wrap .social-link {
        margin-left: 16px; } }
  .page-contacts .socials-wrap .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: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--bg);
    border-radius: 50%;
    margin-right: 12px; }
    @media (max-width: 767.98px) {
      .page-contacts .socials-wrap .icon {
        margin-right: 0; } }
    @media (max-width: 575.98px) {
      .page-contacts .socials-wrap .icon {
        width: 32px;
        min-width: 32px;
        height: 32px; }
        .page-contacts .socials-wrap .icon svg {
          width: 16px; } }
  @media (max-width: 767.98px) {
    .page-contacts .socials-wrap .text {
      display: none; } }

.page-contacts a {
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .page-contacts a:hover {
    text-decoration: none; }
  @media (pointer: fine) {
    .page-contacts a:hover {
      color: var(--color-green) !important; } }

.page-contacts .contacts-nav-dropdown {
  display: none !important;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .page-contacts .contacts-nav-dropdown {
      display: block !important; } }
  .page-contacts .contacts-nav-dropdown .jq-selectbox .opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .page-contacts .contacts-nav-dropdown .jq-selectbox__select {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    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;
    height: 48px;
    width: 100%;
    padding: 10px 8px 10px 24px;
    border: none;
    border-top: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray); }
  .page-contacts .contacts-nav-dropdown .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%; }
  .page-contacts .contacts-nav-dropdown .jq-selectbox__trigger {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .page-contacts .contacts-nav-dropdown .jq-selectbox__trigger-arrow {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%234F5A5F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat; }
  .page-contacts .contacts-nav-dropdown ul {
    margin-top: 5px;
    border-top: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray); }
    .page-contacts .contacts-nav-dropdown ul li {
      padding: 10px 8px 10px 24px; }
      .page-contacts .contacts-nav-dropdown ul li.selected {
        color: var(--color-green); }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-block:not(:last-child) {
    margin-bottom: 24px; }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08); }
    .contacts-block .contacts-info:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .contacts-block .contacts-info.phones .info-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .contacts-block .info-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--color-decore);
    color: var(--white); }
    .contacts-block .info-icon .ic {
      width: 20px;
      height: 20px; }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: #DEDEDE;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase; }
    .contacts-block .info-title:not(:last-child) {
      margin-bottom: 2px; }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 12px;
    color: #DEDEDE;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .contacts-block .info-content {
        font-size: 14px; } }
    .contacts-block .info-content span {
      max-width: 292px; }
    .contacts-block .info-content a {
      color: #DEDEDE;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .contacts-block .info-content a {
          font-size: 14px; } }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 400; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover, .contacts-block .info-content a:focus {
          text-decoration: none;
          color: var(--theme-color-main); } }

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

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

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

.page-search {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .page-search {
      margin-bottom: 64px; } }
  .page-search:has(.search-results-empty-container) .breadcrumbs-wrap {
    display: none; }
  .page-search .page-title {
    margin: 0 0 24px; }
  .page-search .search-image-main {
    display: block;
    margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .page-search .search-image-main {
        min-height: 190px;
        -o-object-fit: cover;
           object-fit: cover; } }
  .page-search .results-list {
    max-width: 1076px;
    width: 100%;
    margin: 0 auto; }
  .page-search .result-item {
    padding: 24px;
    margin-bottom: 16px;
    background-color: #FAFAFA; }
    @media (max-width: 767.98px) {
      .page-search .result-item {
        padding: 24px 16px;
        margin-bottom: 24px; } }
    .page-search .result-item .title {
      color: #292E2E;
      font-size: 32px;
      font-weight: 500;
      line-height: 38px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .page-search .result-item .title {
          font-size: 28px;
          line-height: 24px; } }
    .page-search .result-item .description {
      color: #4F5A5F;
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      margin-top: 16px; }
      @media (max-width: 767.98px) {
        .page-search .result-item .description {
          font-size: 14px;
          line-height: 20px; } }
      .page-search .result-item .description:empty {
        display: none; }
      @media (max-width: 767.98px) {
        .page-search .result-item .description h2 {
          font-size: 24px;
          line-height: 28px; } }
    .page-search .result-item .btn-wrap {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 24px 0 0 auto; }
      @media (max-width: 767.98px) {
        .page-search .result-item .btn-wrap {
          margin: 24px 0 0; } }
  .page-search .search-results-empty-container {
    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;
    padding-top: 80px; }
  .page-search .search-results-message {
    color: #292E2E;
    font-size: 48px;
    font-weight: 500;
    line-height: 59px; }
    @media (max-width: 1199.98px) {
      .page-search .search-results-message {
        font-size: 32px;
        line-height: 40px; } }
    @media (max-width: 767.98px) {
      .page-search .search-results-message {
        font-size: 24px;
        line-height: 34px; } }
  .page-search .search-no-results-text {
    color: #4F5A5F;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 24px; }
    @media (max-width: 1199.98px) {
      .page-search .search-no-results-text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 18px; } }
    @media (max-width: 767.98px) {
      .page-search .search-no-results-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px; } }
  .page-search .search-no-results-image {
    display: block;
    margin-top: 24px; }
  .page-search .btn-default {
    margin-top: 12px; }

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