@font-face {
  font-family: 'Nunito';
  font-display: swap;
  src: url('../fonts/Nunito-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 400 700;
}
:root {
  --header-height: 4rem;
  --container-padding: 1rem;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 1.875rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-height: 5.625rem;
  }
}
.scrollbar {
  scrollbar-color: #519E90 #D9D9D9;
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
/* base */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  overflow: hidden scroll;
}
body {
  font-family: 'Nunito', sans-serif;
  color: #1E1E1E;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 20rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100dvh;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: var(--header-height);
  background-color: #F3F3F3;
  overflow: hidden;
}
.n-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 88rem;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
@media (max-width: 1199px) {
  .hidden-desktop {
    display: none!important;
  }
}
@media (max-width: 1023px) {
  .hidden-tablet {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .visible-mobile {
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .visible-tablet {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: none!important;
  }
}
svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
use {
  fill: currentColor;
}
.swiper-slide {
  height: auto;
}
.n-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 600;
  background-color: #F3F3F3;
  --gap: 2.5rem;
}
@media (max-width: 1519px) {
  .n-header {
    --gap: 2rem;
  }
}
@media (max-width: 1439px) {
  .n-header {
    --gap: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .n-header {
    -webkit-box-shadow: 0.125rem 0.25rem 0.75rem 0px #0000001F;
            box-shadow: 0.125rem 0.25rem 0.75rem 0px #0000001F;
    background-color: #fff;
    --gap: 0.813rem;
  }
}
.n-header > .n-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gap);
}
@media (max-width: 1799px) and (min-width: 1440px) {
  .n-header > .n-container {
    width: 100%;
    --container-padding: var(--gap);
  }
}
.n-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.375rem;
}
@media (min-width: 1800px) {
  .n-logo {
    position: fixed;
    left: 3rem;
    top: calc(0.5 * var(--header-height));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .n-logo {
    width: 5.875rem;
    margin-right: auto;
  }
}
.n-logo img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .n-header-nav > .n-container {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .n-header-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: 600;
    padding: 1.5rem 0;
    overflow: hidden auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #F3F3F3;
  }
}
.n-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  .n-header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.n-header-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 1.33;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .n-header-menu > li > a {
    padding: 0.5rem calc(0.5 * var(--gap));
    height: var(--header-height);
    font-size: 1rem;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .n-header-menu > li:hover > .n-header-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.n-header-menu > li:hover > a {
  color: #519E90;
}
@media (min-width: 1024px) {
  .n-header-submenu {
    position: fixed;
    inset: var(--header-height) 0 0;
    background-color: #F3F3F3;
    z-index: 600;
    padding: 3rem 0;
    overflow: hidden auto;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .n-header-submenu > .n-container {
    padding: 1.5rem 0;
    width: 100%;
  }
}
.n-catalog-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.25rem 1.25rem;
  list-style: none;
}
@media (max-width: 1199px) {
  .n-catalog-menu {
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .n-catalog-menu {
    row-gap: 1.5rem;
  }
}
.n-catalog-menu-link {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1199px) {
  .n-catalog-menu-link {
    grid-template-columns: 13rem 1fr;
  }
}
@media (max-width: 1023px) {
  .n-catalog-menu-link {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.n-catalog-menu-link-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  will-change: transform;
  min-width: 0;
}
@media (max-width: 1023px) {
  .n-catalog-menu-link-img {
    border-radius: 0.5rem;
  }
}
.n-catalog-menu-link-img:hover img {
  scale: 1.06;
}
.n-catalog-menu-link-img img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
  aspect-ratio: 208/232;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1023px) {
  .n-catalog-menu-link-img img {
    aspect-ratio: 130/55;
  }
}
.n-catalog-menu-link-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .n-catalog-menu-link-body {
    gap: 0.75rem;
  }
}
.n-catalog-menu-link-title {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .n-catalog-menu-link-title {
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .n-catalog-menu-link-title {
    font-size: 1rem;
  }
}
@media (max-width: 479px) {
  .n-catalog-menu-link-title {
    font-size: 0.75rem;
  }
}
.n-catalog-menu-link-title:hover {
  color: #519E90;
}
.n-catalog-menu-submenu {
  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.625rem;
  list-style: none;
}
@media (max-width: 1023px) {
  .n-catalog-menu-submenu {
    gap: 0.5rem;
  }
}
@media (max-width: 479px) {
  .n-catalog-menu-submenu {
    gap: 0.375rem;
  }
}
.n-catalog-menu-submenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.n-catalog-menu-submenu a {
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .n-catalog-menu-submenu a {
    font-size: 0.875rem;
  }
}
@media (max-width: 479px) {
  .n-catalog-menu-submenu a {
    font-size: 0.75rem;
  }
}
.n-catalog-menu-submenu a:hover {
  color: #519E90;
}
.n-header-tel {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.16;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .n-header-tel {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .n-header-tel {
    display: none;
  }
}
.n-header-tel:hover {
  color: #519E90;
}
.n-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0.5 * var(--gap));
}
@media (max-width: 1023px) {
  .n-header-links {
    gap: 0.5rem;
  }
}
.n-header-links a {
  color: inherit;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.n-header-links a:hover {
  color: #519E90;
}
.n-header-links svg {
  width: 1.5rem;
  height: 1.5rem;
}
.n-header-nav-toggle {
  padding-left: 0.75rem;
  border-left: solid 1px #D9D9D9;
}
@media (min-width: 1024px) {
  .n-header-nav-toggle {
    display: none;
  }
}
.n-header-nav-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: inherit;
}
.n-header-nav-toggle-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.n-header-nav-toggle-btn svg:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.n-header-nav-toggle-btn.active svg:first-child {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.n-header-nav-toggle-btn.active svg:last-child {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1023px) {
  .n-header-nav-opened {
    overflow: hidden;
  }
  .n-header-nav-opened .n-header-nav {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
@media (max-width: 1023px) {
  .n-header-nav-is-open .n-header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.n-home-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .n-home-banners {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.n-home-banner {
  position: relative;
  aspect-ratio: 960/600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  overflow: hidden;
  will-change: transform;
}
.n-home-banner:hover img {
  scale: 1.04;
}
.n-home-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
.n-home-banner-1 {
  aspect-ratio: 1920/700;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .n-home-banner-1 {
    aspect-ratio: unset;
    height: 37.5rem;
    grid-column: unset;
  }
  .n-home-banner-1 img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .n-home-banner-1 img {
    -o-object-position: 10% center;
       object-position: 10% center;
  }
}
.n-home-banner-1 .n-home-banner-title {
  padding: 6rem 1.25rem;
}
@media (min-width: 768px) {
  .n-home-banner-1 .n-home-banner-title {
    opacity: 0;
  }
}
.n-home-banner-title {
  padding: 5rem 7.5rem;
  margin-top: auto;
  position: relative;
  z-index: 1;
  font-size: 3.5rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .n-home-banner-title {
    padding: 2.5rem 5rem;
    font-size: 3rem;
  }
}
@media (max-width: 1199px) {
  .n-home-banner-title {
    padding: 1.5rem 2.5rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .n-home-banner-title {
    padding: 0.75rem 1.25rem;
    font-size: 1.5rem;
  }
}
.n-home-catalog {
  padding: 6rem 0;
}
@media (max-width: 1023px) {
  .n-home-catalog {
    padding: 1.5rem 0;
  }
}
.n-home-catalog-slider-wrapp {
  position: relative;
}
@media (max-width: 1599px) and (min-width: 1024px) {
  .n-home-catalog-slider-wrapp {
    padding: 0 3rem;
  }
}
.n-home-catalog-slider-wrapp .n-slider-arrow {
  position: absolute;
  top: calc(50% - 0.75rem);
}
@media (max-width: 1023px) {
  .n-home-catalog-slider-wrapp .n-slider-arrow {
    display: none;
  }
}
.n-home-catalog-slider-wrapp .n-slider-arrow-prev {
  right: calc(100% + 4rem);
}
@media (max-width: 1599px) {
  .n-home-catalog-slider-wrapp .n-slider-arrow-prev {
    right: unset;
    left: 0;
  }
}
.n-home-catalog-slider-wrapp .n-slider-arrow-next {
  left: calc(100% + 4rem);
}
@media (max-width: 1599px) {
  .n-home-catalog-slider-wrapp .n-slider-arrow-next {
    left: unset;
    right: 0;
  }
}
.n-home-catalog-slider {
  width: 100%;
}
.n-slider-arrow {
  all: unset;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: color 0.4s, background-color 0.4s, opacity 0.4s;
  transition: color 0.4s, background-color 0.4s, opacity 0.4s;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background-color: rgba(30, 30, 30, 0);
  border-radius: 50%;
}
.n-slider-arrow:hover {
  background-color: #1E1E1E;
  color: #fff;
}
.n-slider-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
.n-slider-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .n-home-catalog-slider .swiper-wrapper {
    display: grid;
    -webkit-transform: none!important;
            transform: none!important;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
  }
}
.n-home-catalog-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  min-height: 15rem;
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  background-color: #fff;
  font-size: 1.75rem;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  will-change: transform;
  border-radius: 1rem;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 1199px) {
  .n-home-catalog-slide {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .n-home-catalog-slide {
    min-height: 3.75rem;
    padding: 1rem 2rem 1rem 0.75rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 479px) {
  .n-home-catalog-slide {
    font-size: 0.875rem;
  }
}
.n-home-catalog-slide:hover {
  color: #519E90;
}
.n-home-catalog-slide-img {
  position: absolute;
  inset: 0;
}
.n-home-catalog-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-position: right bottom;
     object-position: right bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.n-home-catalog-slide-title {
  position: relative;
  z-index: 1;
}
.n-page-body {
  padding: 2.5rem 0 6rem;
}
@media (max-width: 1023px) {
  .n-page-body {
    padding: 1.5rem 0 3rem;
  }
}
.n-breadcrumbs {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .n-breadcrumbs {
    font-size: 0.75rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 calc(-1 * var(--container-padding)) 0.5rem;
    padding: 0 var(--container-padding);
    max-width: 100vw;
    min-width: 20rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .n-breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.n-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.n-breadcrumbs a:hover {
  color: #519E90;
}
.n-breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 0.875rem;
  margin-right: 0.875rem;
}
@media (max-width: 1023px) {
  .n-breadcrumbs li:not(:last-child) {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
.n-breadcrumbs li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  top: calc(50% - 0.125rem);
  left: calc(100% - 0.125rem);
  border-radius: 50%;
  background-color: currentColor;
}
.n-page-title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1875;
}
@media (max-width: 1023px) {
  .n-page-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.n-catalog {
  display: grid;
  gap: 1.75rem 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .n-catalog {
    row-gap: 1.5rem;
  }
}
@media (max-width: 479px) {
  .n-catalog {
    grid-template-columns: 1fr 1fr;
  }
}
.n-catalog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 1023px) {
  .n-catalog-item {
    gap: 0.5rem;
  }
}
.n-catalog-item:hover .n-catalog-item-img img {
  scale: 1.06;
}
.n-catalog-item:hover .n-catalog-item-btn-desktop-link {
  opacity: 1;
  scale: 1;
}
.n-catalog-item-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.n-catalog-item-img {
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 1023px) {
  .n-catalog-item-img {
    margin-bottom: 0.25rem;
  }
}
.n-catalog-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 436/512;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
.n-catalog-item-btn-desktop {
  position: absolute;
  inset: 0 0 auto;
  z-index: 9;
  pointer-events: none;
  aspect-ratio: 436/512;
}
.n-catalog-item-btn-desktop-link {
  position: absolute;
  width: 5.625rem;
  height: 5.625rem;
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #1E1E1E;
  bottom: 1.5rem;
  left: calc(50% - 2.813rem);
  -webkit-transition: scale 0.4s, opacity 0.4s, background-color 0.4s;
  transition: scale 0.4s, opacity 0.4s, background-color 0.4s;
  z-index: 9;
  border-radius: 50%;
  opacity: 0;
  scale: 0.4;
  pointer-events: auto;
}
.n-catalog-item-btn-desktop-link:hover {
  background-color: #519E90;
}
.n-catalog-item-btn-desktop-link svg {
  width: 2rem;
  height: 2rem;
}
.n-catalog-item-available {
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 0.375rem;
}
@media (max-width: 1023px) {
  .n-catalog-item-available {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .n-catalog-item-available {
    font-size: 0.625rem;
  }
}
.n-catalog-item-title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .n-catalog-item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .n-catalog-item-title {
    font-size: 0.75rem;
  }
}
.n-catalog-item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.75rem;
  white-space: nowrap;
  line-height: 1.3;
}
.n-catalog-item-cost {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .n-catalog-item-cost {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .n-catalog-item-cost {
    font-size: 1rem;
  }
}
.n-catalog-item-btn-mobile {
  margin-top: auto;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background-color: #1E1E1E;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .n-catalog-item-btn-mobile {
    font-size: 0.75rem;
  }
}
.n-catalog-item-btn-mobile svg {
  width: 1rem;
  height: 1rem;
}
.n-product {
  display: grid;
  gap: 2rem 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1024px) {
  .n-product {
    grid-template-columns: 1fr 1fr;
  }
}
.n-product-gallery {
  min-width: 0;
  position: relative;
}
.n-product-favorite {
  position: relative;
  width: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1024px) {
  .n-product-favorite {
    position: absolute;
    z-index: 6;
    right: 2rem;
    top: 2rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    color: #fff;
    background-color: #1E1E1E;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    padding-top: 0.125rem;
  }
}
.n-product-favorite svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  left: calc(50% - 1.25rem);
  top: calc(50% - 1.125rem);
}
@media (max-width: 1023px) {
  .n-product-favorite svg {
    color: #1E1E1E;
  }
}
.n-product-favorite svg:last-child {
  color: #1E1E1E;
  opacity: 0;
}
@media (min-width: 1024px) {
  .n-product-favorite:hover {
    background-color: #fff;
  }
  .n-product-favorite:hover svg:first-child {
    opacity: 0;
  }
  .n-product-favorite:hover svg:last-child {
    opacity: 1;
  }
}
.n-product-favorite.active svg:first-child {
  opacity: 0;
}
.n-product-favorite.active svg:last-child {
  opacity: 1;
}
@media (max-width: 767px) {
  .n-product-slider {
    overflow: visible;
  }
}
.n-product-slide,
.n-product-nav-slide {
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.n-product-slide img,
.n-product-nav-slide img,
.n-product-slide video,
.n-product-nav-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n-product-nav-slider {
  margin-top: 1.25rem;
  position: relative;
}
.n-product-nav-slider .n-slider-arrow {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #1E1E1E;
  color: #fff;
  -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s;
  position: absolute;
  top: calc(50% - 1.875rem);
  z-index: 6;
}
.n-product-nav-slider .n-slider-arrow svg {
  width: 2.5rem;
  height: 2.5rem;
}
.n-product-nav-slider .n-slider-arrow:hover {
  background-color: #fff;
  color: #1E1E1E;
}
.n-product-nav-slider .n-slider-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.n-product-nav-slider .n-slider-arrow.swiper-button-lock {
  display: none;
}
.n-product-nav-slider .n-slider-arrow-prev {
  left: 1.75rem;
}
@media (max-width: 1439px) {
  .n-product-nav-slider .n-slider-arrow-prev {
    left: 0.5rem;
  }
}
.n-product-nav-slider .n-slider-arrow-next {
  right: 1.75rem;
}
@media (max-width: 1439px) {
  .n-product-nav-slider .n-slider-arrow-next {
    right: 0.5rem;
  }
}
.n-product-nav-slide {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.n-product-nav-slide:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(217, 217, 217, 0.6);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.n-product-nav-slide.swiper-slide-thumb-active:after {
  opacity: 0;
}
.n-product-slide-video {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.n-product-slide-video:hover .n-product-slide-video-play {
  background-color: #fff;
  color: #1E1E1E;
}
.n-product-slide-video.active .n-product-slide-video-play {
  opacity: 0;
}
.n-product-slide-video-play {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  border-radius: 50%;
  background-color: #1E1E1E;
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s;
  pointer-events: none;
  z-index: 6;
}
.n-product-slide-video-play svg {
  width: 3.25rem;
  height: 3.25rem;
}
.n-product-body {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.n-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .n-product-info {
    margin-bottom: -0.75rem;
    font-size: 0.625rem;
  }
}
.n-product-available {
  padding: 0.375rem 1rem;
  border-radius: 0.313rem;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .n-product-available {
    padding: 1px 0.25rem;
  }
}
.n-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.n-product-rating svg {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
}
@media (max-width: 1023px) {
  .n-product-rating svg {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.125rem;
  }
}
.n-product-title {
  margin: 0;
}
.n-product-price {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .n-product-price {
    gap: 1rem;
  }
}
.n-product-cost {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .n-product-cost {
    font-size: 2rem;
  }
}
.n-product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: ceenter;
      -ms-flex-align: ceenter;
          align-items: ceenter;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  color: #519E90;
  border: solid 0.125rem;
  border-radius: 0.313rem;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .n-product-size {
    padding: 0;
    border: 0;
    font-size: 0.625rem;
    gap: 0.5rem;
  }
}
.n-product-size-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}
.n-product-size-item svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1023px) {
  .n-product-size-item svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.n-product-size-vertical svg {
  margin: 0 -0.375rem;
}
@media (max-width: 1023px) {
  .n-product-size-vertical svg {
    margin: 0 -0.25rem;
  }
}
.n-product-form-btns {
  display: grid;
  gap: 0.75rem 1.25rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199px) {
  .n-product-form-btns {
    grid-template-columns: 1fr;
  }
}
.n-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: 0.75rem;
  height: 3.5rem;
  color: #fff;
  border: 0;
  padding: 0 2rem;
  -webkit-transition: opacity 0.4s, background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s, color 0.4s, border-color 0.4s;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #1E1E1E;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-decoration: none;
  border-radius: 0.375rem;
}
@media (max-width: 1439px) {
  .n-btn {
    height: 3rem;
    font-size: 1rem;
    gap: 0.5rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 1023px) {
  .n-btn {
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.n-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.n-btn:hover {
  background-color: #519E90;
}
.n-btn-border {
  background-color: rgba(30, 30, 30, 0);
  color: #1E1E1E;
  border: solid 1px #1E1E1E;
}
.n-btn-border:hover {
  background-color: #1E1E1E;
  color: #fff;
}
.n-product-desc {
  margin-top: 2.25rem;
}
@media (max-width: 1023px) {
  .n-product-desc {
    margin-top: 0.375rem;
  }
}
.n-accordion {
  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.75rem;
}
.n-accordion-item {
  border-radius: 1rem;
  background-color: #fff;
}
.n-accordion-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .n-accordion-item-toggle {
    padding: 1rem 0.75rem;
    font-size: 1rem;
  }
}
.n-accordion-item-toggle i {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  -webkit-transition: color 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, background-color 0.4s, transform 0.4s;
  transition: color 0.4s, background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
  background-color: rgba(30, 30, 30, 0);
  padding-top: 0.125rem;
}
@media (max-width: 1023px) {
  .n-accordion-item-toggle i {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.n-accordion-item-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1023px) {
  .n-accordion-item-toggle svg {
    width: 1rem;
    height: 1rem;
  }
}
.n-accordion-item-toggle.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-accordion-item-toggle:hover i {
  background-color: #1E1E1E;
  color: #fff;
}
.n-accordion-item-toggle span {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.n-accordion-item-body {
  display: none;
}
.n-accordion-item-content {
  padding: 0 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.36;
}
@media (max-width: 1023px) {
  .n-accordion-item-content {
    padding: 0.25rem 0.75rem 1.25rem;
    font-size: 0.75rem;
    gap: 0.75rem;
  }
}
.n-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0;
  width: 100%;
  gap: 0.375rem;
}
@media (max-width: 1023px) {
  .n-slider-dots {
    margin: 1rem 0;
  }
}
.n-slider-dots:first-child {
  margin-top: 0;
}
.n-slider-dots:last-child {
  margin-bottom: 0;
}
.n-slider-dots span {
  margin: 0!important;
  width: 0.25rem;
  height: 0.25rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 0.25rem;
  opacity: 1;
  position: relative;
  background: none;
  background-color: #BFBFBF;
  -webkit-transition: background-color 0.4s, width 0.4s;
  transition: background-color 0.4s, width 0.4s;
}
.n-slider-dots span:before {
  content: '';
  position: absolute;
  inset: -0.125rem;
}
.n-slider-dots span.swiper-pagination-bullet-active {
  background-color: #1E1E1E;
}
.n-slider-dots.swiper-pagination-lock {
  display: none;
}
.n-slider-dots-large span.swiper-pagination-bullet-active {
  width: 3.375rem;
}
.n-product-section {
  margin-top: 6.25rem;
}
@media (max-width: 1023px) {
  .n-product-section {
    margin-top: 2.5rem;
  }
}
.n-product-section-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .n-product-section-title {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767px) {
  .n-products-slider {
    overflow: visible;
  }
}
.n-product-section-head {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-product-section-head .n-product-section-title {
  margin: 0;
}
@media (max-width: 1023px) {
  .n-product-section-head {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767px) {
  .n-reviews-slider {
    overflow: visible;
  }
}
.n-reviews-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.25rem 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 1023px) {
  .n-reviews-slide {
    padding: 1rem 0.75rem;
  }
}
.n-reviews-slide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.n-reviews-slide-avatar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .n-reviews-slide-avatar {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.n-reviews-slide-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n-reviews-slide-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.36;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
}
@media (max-width: 1023px) {
  .n-reviews-slide-name {
    font-size: 1rem;
  }
}
.n-reviews-slide-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.n-reviews-slide-rating svg {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
}
.n-reviews-slide-date {
  font-size: 0.75rem;
  line-height: 1.33;
}
@media (max-width: 1023px) {
  .n-reviews-slide-date {
    font-size: 0.625rem;
  }
}
.n-reviews-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.36;
}
@media (max-width: 1023px) {
  .n-reviews-slide-content {
    font-size: 0.75rem;
  }
}
.n-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
}
.n-product-seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 1.25rem;
  -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: 1023px) {
  .n-product-seo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.n-product-seo-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
  max-width: 55.875rem;
}
.n-product-seo-title {
  margin: 0;
}
.n-product-seo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.36;
}
@media (max-width: 1023px) {
  .n-product-seo-content {
    font-size: 0.75rem;
    gap: 0.75rem;
  }
}
.n-product-seo-logo {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .n-product-seo-logo {
    width: 8.125rem;
  }
}
.n-product-seo-logo img {
  width: 15rem;
}
@media (max-width: 1023px) {
  .n-product-seo-logo img {
    width: 6.5rem;
  }
}
.n-product-mobile-footer {
  -webkit-box-shadow: 0.125rem 0.25rem 0.75rem 0px #0000001F;
          box-shadow: 0.125rem 0.25rem 0.75rem 0px #0000001F;
  background-color: #fff;
  position: fixed;
  inset: auto 0 0;
  z-index: 600;
}
.n-product-mobile-footer .n-container {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.n-product-mobile-footer .n-product-buy-btn {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.n-product-mobile-footer .n-product-favorite {
  margin-top: -0.125rem;
}
.n-product-mobile-footer .n-product-favorite svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 1023px) {
  body:has(.n-product-mobile-footer) {
    padding-bottom: 4rem;
  }
}
