@font-face {
  font-family: Maves;
  src: url('../fonts/Maves-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nomark;
  src: url('../fonts/Nomark.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rewant;
  src: url('../fonts/Untitled-18.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euphoria;
  src: url('../fonts/Untitled-20.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pading-global {
  padding-left: 5%;
  padding-right: 5%;
}

.pading-horizontal {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Gilda Display, sans-serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 10rem;
  display: flex;
}

.heading.f {
  font-family: Gilda Display, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

.heading.i {
  margin-bottom: 40px;
  font-size: 7rem;
  line-height: 7rem;
}

.heading.i.big {
  font-size: 20rem;
  line-height: 20vw;
}

.heading.i.big-s {
  font-size: 9rem;
  line-height: 9rem;
}

.section {
  background-image: url('../images/Firefly-20250516184331.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 110vh;
  display: flex;
  overflow: hidden;
}

.section.section-hero {
  background-image: url('../images/Firefly-20250516184331-5-min.png');
  margin-top: 0;
}

.section._12-14 {
  background-image: url('../images/Firefly-20250516184331-4.webp');
  background-attachment: fixed;
  height: 100vh;
}

.section._12-14.data-w-id {
  background-attachment: fixed;
}

.section._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ChatGPT-Image-3-июн.-2025-г.-18_18_08-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ChatGPT-Image-3-июн.-2025-г.-17_53_12-min.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ChatGPT-Image-3-июн.-2025-г.-17_57_51-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section._7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ууу.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  display: flex;
}

.section._8 {
  background-image: linear-gradient(#00000063, #00000063), url('../images/ChatGPT-Image-25-мая-2025-г.-13_38_56-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section._9 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ChatGPT-Image-25-мая-2025-г.-14_00_24-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.online-2 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/black-and-white-photo-of-a-woman-s-back-with-long--min.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section._22 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ChatGPT-Image-25-мая-2025-г.-12_40_05-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.button {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff8f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button:hover {
  background-color: #ffffffa8;
}

.grid {
  grid-template-rows: auto;
}

.image {
  position: relative;
}

.div-block-3 {
  background-image: url('../images/Frame-6-8.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-width: auto;
  min-height: 500px;
  display: flex;
  position: static;
}

.div-block-4 {
  background-color: #000;
  min-width: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004a;
  justify-content: space-between;
  min-width: auto;
  min-height: 70px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/Frame-1000002521.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  color: #fff;
}

.testimonials_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonials1_slider-nav {
  display: none;
}

.testimonials1_component {
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
}

.testimonials1_slide {
  max-width: 28rem;
  margin-right: 2rem;
}

.testimonials1_slider-mask {
  width: 28rem;
  overflow: visible;
}

.testimonials1_arrow {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -12% auto auto 0%;
  box-shadow: 1px 1px 10px -5px #3333334d;
}

.testimonials1_arrow:hover {
  color: #fff;
  background-color: #363637;
}

.testimonials1_arrow.right {
  border-radius: 50%;
  left: 4.5rem;
  box-shadow: 1px 1px 30px #0000000d;
}

.testimonials_content {
  background-color: #fafafa;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 18rem;
  padding: 1rem 0;
  font-weight: 400;
  display: flex;
}

.testimonials_content.is-first {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  padding-bottom: 1rem;
}

.testimonials_content.black {
  background-color: #0000;
}

.heading-2 {
  text-transform: uppercase;
  margin-bottom: 140px;
  font-family: Gilda Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.body {
  background-color: #fafafa;
  overflow: hidden;
}

.img-foother {
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  background-image: url('../images/Mechas.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 400px;
}

.div-block-8 {
  background-image: url('../images/Без-названия---2025-05-16T215946.726-2.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9 {
  background-image: url('../images/Без-названия-100-1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-11 {
  background-color: #ffffff96;
  width: 200px;
  height: 50px;
}

.div-block-12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: block;
}

.section-2 {
  background-color: #000;
  margin-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.button-2 {
  color: #000;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

.icon-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-2 {
  margin-bottom: 40px;
}

.tel {
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.dropdown-text {
  margin-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.left-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.card-icon {
  background-color: #000;
  border: 1px solid #242424;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.menu-dropdown {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  padding: 9px;
  display: grid;
  position: relative;
  box-shadow: 0 9px 72px -8px #121a2c1f;
}

.menu-dropdown.left {
  background-color: #fff;
  grid-template-columns: 1fr;
  width: 300px;
  padding-bottom: 37px;
}

.nav-link-image {
  width: 1.5rem;
}

.menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-content {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 777;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff0;
  border-bottom: 1px solid #ffffff1f;
  justify-content: center;
  width: 100vw;
  height: auto;
  padding: 20px 5% 15px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.menu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
}

.nav-logo {
  z-index: 10;
  color: #0a0f1a;
  font-variation-settings: "wght" 900;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-logo:hover {
  transform: scale(1.01);
}

.nav-action-btn {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #272727;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e2d9a3;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: .5;
  transition: min-width .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-action-btn:hover {
  background-color: #e2d9a3b8;
}

.nav-action-btn.is-in-nav {
  z-index: 5;
  color: #faf8f0;
  letter-spacing: .5px;
  background-color: #f36838;
  min-width: 100px;
  height: 35px;
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-action-btn.is-in-nav:hover {
  min-width: 110px;
}

.nav-link {
  color: #faf8f0;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  font-size: .7rem;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .4s;
  position: relative;
}

.nav-link:hover {
  opacity: .55;
  transform: scale(1.05);
}

.nav-link.w--current {
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
  overflow: visible;
}

.nav-link.is-dropdown {
  padding: 0;
  display: flex;
}

.nav-link.is-shop-icon {
  width: 25px;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s;
}

.nav-link.is-shop-icon:hover {
  opacity: .6;
  transform: scale(1.1);
}

.nav-link.is-shop-mobile {
  display: none;
}

.nav-wrap {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  display: flex;
  position: relative;
}

.mobile-nav-button {
  z-index: 98;
  cursor: pointer;
  background-color: #ffffff40;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: none;
}

.nav-bg-texture {
  z-index: 2;
  opacity: .03;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.nav-button-wrap {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.dropdown-arrow {
  z-index: 20;
  background-color: #ededed;
  border-top: 1px solid #eef0f6;
  border-bottom: 1px #f7f7fa;
  border-left: 1px solid #eef0f6;
  border-right: 1px #eef0f6;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 18px 0 auto;
  transform: rotate(45deg);
  box-shadow: -8px -8px 42px #121a2c1f;
}

.menu-list-item {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #000;
  grid-template-rows: 25px;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-background {
  z-index: 1;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.menu-link {
  width: 100%;
  margin-top: -21px;
  margin-bottom: -21px;
  padding: 18px;
  text-decoration: none;
  position: relative;
}

.dropdown-header {
  color: #666883;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.mobile-nav-logo {
  width: 7rem;
}

.logo {
  width: 12rem;
}

.button-line {
  width: 100%;
  height: 2px;
  position: relative;
}

.button-line-absolute {
  z-index: 1;
  background-color: #faf8f0;
  width: 100%;
  height: 1px;
  position: absolute;
}

.btn-text {
  z-index: 2;
  line-height: .9rem;
  position: absolute;
}

.dropdown {
  z-index: 5;
}

.menu-list-title {
  border-bottom: 1px solid #eef0f6;
  padding-bottom: 18px;
}

.nav-link-lottie {
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
}

.navigation-items {
  z-index: 10;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: #c8c8c800;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding: 27px 0 27px 27px;
  display: grid;
}

.menu-left.large {
  padding: 22px 1rem 0;
}

.menu-hover-background {
  background-color: #ededed57;
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.menu-dropdown-list.w--open {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000;
  width: 100%;
  padding-top: 18px;
}

.nav-link-wrap {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  color: #eee;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.mobile-nav-menu {
  z-index: 90;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #4c4e41;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 50vw;
  height: 100vh;
  padding: 4.7rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-background-2 {
  z-index: 1;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.page-hero-section {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 5rem 8vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-image {
  z-index: 1;
  filter: brightness(32%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrap {
  z-index: 5;
  width: 100%;
  display: flex;
  position: relative;
}

.text-wrap {
  z-index: 5;
  color: #eee;
  width: 770px;
  position: relative;
}

.hero-header {
  letter-spacing: -5px;
  margin-top: 0;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.progress-bar-scroll {
  z-index: 778;
  background-color: #e6d59a;
  width: 100vw;
  height: 2px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-13 {
  width: 100%;
  max-width: 95rem;
  display: flex;
}

.text-block-7, .text-block-8 {
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  direction: ltr;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.underline-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.wrap-container {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-family: Nomark, Georgia, sans-serif;
  font-weight: 400;
}

.paragraph {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1.225rem;
  line-height: 1.225rem;
}

.text-block-14 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-4 {
  color: #474646;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-family: Gilda Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  margin-bottom: 60px;
}

.div-block-14 {
  background-image: url('../images/Frame-1000002492-_1_.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 567.563px;
  height: 600px;
  padding: 20px 40px;
  display: flex;
}

.div-block-14.block {
  background-image: url('../images/Frame-1000002491.webp');
}

.div-block-14.block.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/szkolenia-online-fryzjerskie-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 380px;
}

.div-block-14._3 {
  background-image: url('../images/Frame-1000002491.webp');
  background-position: 50%;
}

.div-block-14._3.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002491.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-14._4 {
  background-image: url('../images/Frame-1000002499.png');
}

.div-block-14._4.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002499.png');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.div-block-14._5 {
  background-image: url('../images/Frame-1000002495-4.png');
}

.div-block-14._5.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/szkolenia-online-fryzjerskie-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-14._6 {
  background-image: url('../images/Frame-1000002493.png');
}

.div-block-14._6.card {
  background-image: linear-gradient(#0009, #0009), url('../images/szkolenia-online-fryzjerskie-2.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-14._7 {
  background-image: url('../images/Frame-1000002500.png');
}

.div-block-14._7.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/szkolenia-online-fryzjerskie.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.div-block-14._8 {
  background-image: url('../images/Frame-1000002501.png');
  background-position: 50% 100%;
}

.div-block-14._8.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002501.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.div-block-14.card {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Frame-1000002500.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  width: auto;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.div-block-14.card:hover {
  transform: translate(0, -11px);
}

.div-block-14.card.card-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/szkolenia-online-fryzjerskie-1.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.div-block-15 {
  background-image: url('../images/Frame-1000002490.webp');
  background-position: 0 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 600px;
  padding: 20px 40px;
  display: flex;
}

.div-block-15.card {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Frame-1000002490.webp');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.div-block-15.card:hover {
  transform: translate(0, -11px);
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-15.right {
  text-align: left;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: none;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16.right {
  justify-content: center;
  align-items: flex-start;
}

.button-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-transform: uppercase;
  background-color: #ffffff61;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-3:hover {
  background-color: #ffffff94;
}

.block-course-online {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.body-3 {
  background-color: #fafafa;
}

.section-3 {
  background-image: url('../images/Firefly-20250516184331-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 110vh;
  display: flex;
}

.section-3.sectionaboutme {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Firefly-20250618182549-min_1_11zon-1_11zon.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 140px;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 7rem;
}

.container-heading {
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.heading-7 {
  width: 80%;
  font-family: Cinzel, sans-serif;
  font-size: 48px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
}

.heading-8 {
  color: #424242;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.divider-line, .divider-line-2 {
  z-index: 100;
  background-color: #b1b1b1;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  position: relative;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-9 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.body-4 {
  background-color: #fafafa;
}

.text-span {
  font-weight: 500;
}

.product_img {
  opacity: 0;
  pointer-events: none;
  color: #000;
  border-radius: 0;
  width: 20%;
  position: absolute;
}

.product_number {
  color: #2b2b2b;
  text-align: left;
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 1.225rem;
  line-height: 23px;
}

.max-width-large {
  width: 100%;
  max-width: none;
}

.container-large-2 {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h6-2.blue {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: Gilda Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.heading-style-h6-2.blue.whithe {
  color: #fff;
}

.product_title {
  color: #222;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1;
}

.product_title:hover {
  color: #222;
  font-weight: 400;
}

.product_title.bolt {
  color: #5c5c5c;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.p {
  padding-left: 5%;
  padding-right: 5%;
}

.product_link {
  color: #1a5abe;
  border-bottom: 1px solid #2c2c2ceb;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product_link:hover {
  background-color: #1a5abe00;
}

.product_link.hover-text {
  border-bottom-color: #4b4b4beb;
  text-decoration: none;
}

.product_link.hover-text:hover {
  color: #fff;
  background-color: #1a5abe00;
  text-decoration: none;
}

.product_content {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 2rem;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-horizontal {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.oferta {
  background-color: #fef8ed00;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.oferta.zero-padingh {
  padding-top: 0;
  display: block;
}

.div-block-17 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.25fr;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-4 {
  background-image: url('../images/Frame-1000002506.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 60vh;
  padding-top: 25%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.grid-11, .grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-17 {
  color: #2b2b2b;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-18 {
  background-image: url('../images/Frame-1000002511.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-19 {
  border: 1px solid #646464;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.section-7 {
  margin-bottom: 0;
}

.section-8 {
  overflow: hidden;
}

.pading--horizontal {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-15 {
  max-width: 95rem;
}

.text-field {
  height: 200px;
  margin-bottom: 20px;
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-9 {
  background-color: #000;
  display: block;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px dashed #ffffffc2;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-20 {
  color: #fff;
  width: 60%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-9 {
  color: #fff;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 9rem;
}

.heading-9.s {
  font-size: 6rem;
  line-height: 6rem;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-16.small-grid {
  grid-template-columns: 1fr 1fr;
}

.wrap-1 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff21;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.wrap-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff21;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.wrap-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff21;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-block-21 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.page-wraper {
  overflow: hidden;
}

.button-4 {
  text-transform: uppercase;
  background-color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-4:hover {
  background-color: #252525;
}

.text-span-2 {
  font-weight: 500;
}

.text-span-3 {
  font-weight: 600;
}

.bold-text {
  font-weight: 500;
}

.wave-text-up-btn {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a5abe;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header37_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.heading-style-h1 {
  color: #1a5abe;
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.img-block-hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-85 {
  border-radius: 20px;
  width: 50%;
}

.footer-btn-text {
  color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
}

.text-block-22 {
  color: #1a5abe;
  text-align: center;
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
  font-size: 1.5rem;
}

.text-size-medium {
  color: #1a5abe;
  text-align: center;
  font-size: 1.25rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  overflow: hidden;
}

.link-block {
  text-decoration: none;
}

.link-block.t {
  background-color: #fff0;
  padding: 0;
}

.link-block.t:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #fff0;
}

.link-block {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff38;
  border: 2px dashed #fff0;
  border-radius: 0;
  padding: 10px 20px;
}

.link-block:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ffffff4f;
}

.text-block-23 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.link-block-2, .card-2, .cart-2 {
  text-decoration: none;
}

.grid-block {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.image-86 {
  object-fit: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
}

.heading-10 {
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.paragraph-4 {
  font-size: 16px;
}

.link-bar {
  color: #fff;
  text-align: center;
  background-color: #25272a;
  padding: 10px;
  display: block;
}

.link {
  color: #f8f8f8;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.cart-1, .link-block-3, .cart--3, .cart--5, .cart--6, .cart----7, .cart--8, .cart--9 {
  text-decoration: none;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31 {
  font-weight: 600;
}

.tutorial-link {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 0;
  padding: .8em 4em .7em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tutorial-link:hover {
  color: #fff;
  background-color: #0000;
  border-style: dashed;
  border-color: #fff;
}

.tutorial-link.whithe {
  margin-top: 20px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: .8rem;
  display: none;
}

.tutorial-link.whithe:hover {
  color: #fff;
  border-color: #fff;
}

.tutorial-link.whithe.m {
  margin-top: 20px;
}

.tutorial-link.whithe.z {
  margin-top: 0;
  display: block;
}

.tutorial-link.black {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tutorial-link.black:hover {
  color: #000;
  background-color: #0000;
  border-color: #000;
}

.wrap-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-11 {
  text-align: center;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
}

.bold-text-32 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.wrap--container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  background-color: #000;
}

.image-87 {
  width: 400px;
  margin-bottom: 40px;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: none;
}

.text-block-24.zero-pading {
  margin-top: 0;
}

.text-block-24.m {
  margin-bottom: 10px;
}

.text-block-24.s {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}

.bold-text-33 {
  font-weight: 600;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  inset: 15% auto auto -10%;
}

.home-hero-image {
  object-fit: cover;
  height: 500px;
  margin-bottom: 20px;
}

.link-block-4 {
  text-decoration: none;
}

.card-item {
  border-radius: .25rem;
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.grid-item-overlay {
  opacity: 1;
  background-color: #0003;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.card-heading-background {
  background-color: #bb4ef3;
  border-radius: .125rem;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.card-heading {
  color: #f5f5f7;
  text-transform: uppercase;
  object-fit: fill;
  border-left: .375rem solid #bb4ef3;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-5 {
  color: #f5f5f7;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.card-content {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  background-color: #0000009c;
  flex-direction: column;
  justify-content: flex-start;
  height: 15.625rem;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.card-heading-background-2 {
  background-color: #ffffff45;
  border-radius: 0;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-heading-2 {
  color: #f5f5f7;
  text-transform: uppercase;
  object-fit: fill;
  border-left: .375rem solid #ddd;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Gilda Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-content-2 {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  background-color: #0000009c;
  flex-direction: column;
  justify-content: flex-start;
  height: 25rem;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.link-block-5, .link-block-6 {
  text-decoration: none;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 300;
}

.div-block-20 {
  display: none;
}

.text-block-25 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-span-13 {
  text-decoration: line-through;
}

.text-block-26 {
  color: #fff;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: none;
}

.div-block-21 {
  display: flex;
}

.text-span-14 {
  text-decoration: line-through;
}

.text-span-15 {
  font-weight: 500;
}

.text-block-27 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1.225rem;
  font-weight: 500;
}

.text-block-28 {
  color: #fff;
  width: 60%;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-16, .bold-text-34 {
  font-weight: 500;
}

.section--0 {
  margin-top: 0;
  padding: 2rem 5%;
}

.section--0.hero {
  margin-top: 100px;
}

.container-1 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  margin-bottom: 4rem;
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.paragraph-18, .bold-text-35 {
  font-family: Montserrat, sans-serif;
}

.heading-14 {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.paragraph-19 {
  font-family: Montserrat, sans-serif;
}

.heading-15 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.paragraph-20 {
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.paragraph-21, .bold-text-36, .bold-text-37 {
  font-family: Montserrat, sans-serif;
}

.text-block-29 {
  color: #fff9;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  max-width: 90rem;
  margin-top: 40px;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.section-13 {
  overflow: hidden;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal1_content-wrapper-2 {
  background-color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 50rem;
  height: auto;
  max-height: none;
  padding: 4rem;
  position: relative;
  overflow: visible;
}

.icon-embed-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-modal1_component-2 {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.contact-modal1_component-2.mm {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  display: none;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-2.align-center, .text-align-center {
  text-align: left;
}

.text-size-medium-12 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.125rem;
}

.div-block-26 {
  margin-left: 15%;
  margin-right: 15%;
}

.bold-text-38 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.italic-text {
  font-style: normal;
}

.item-filter-btn {
  color: #070707;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.item-filter-btn:hover {
  transform: scale(1.08);
}

.filter-by-text-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.link-block-8 {
  text-decoration: none;
}

.section-14, .section-15, .section-16, .section-17 {
  display: block;
}

.text-block-30 {
  color: #fff;
  margin-bottom: 20px;
}

.text-block-30.big {
  font-size: 20px;
}

.div-block-27, .div-block-28, .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .div-block-10 {
    max-width: 60rem;
  }

  .nav-link {
    font-size: .75rem;
  }

  .link-block {
    background-color: #fff0;
  }

  .code-embed {
    max-width: 60rem;
  }

  .contact-modal1_content-wrapper-2 {
    justify-content: center;
    align-items: center;
    max-width: 60rem;
    display: flex;
  }

  .contact-modal1_component-2 {
    display: none;
  }

  .contact-modal1_component-2.mm {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 35rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    text-transform: uppercase;
  }

  .heading {
    flex-flow: row;
    font-family: Cinzel, sans-serif;
    font-size: 8rem;
    font-weight: 400;
    display: block;
  }

  .heading.f {
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading.i {
    margin-bottom: 40px;
    font-family: Gilda Display, sans-serif;
    font-size: 7rem;
    line-height: 7rem;
  }

  .heading.i.big-s {
    line-height: 9rem;
  }

  .heading.i.big-xs {
    font-size: 6rem;
  }

  .heading.i.small-heading {
    font-size: 5rem;
  }

  .section.section-hero {
    background-image: url('../images/Firefly-20250516184331-5-min.png');
    background-position: 50% 0;
    height: 110vh;
  }

  .section._7 {
    display: flex;
  }

  .div-block {
    width: auto;
  }

  .text-block {
    text-transform: none;
  }

  .heading-2 {
    font-family: Cormorant Garamond, sans-serif;
  }

  .section-2 {
    margin-top: 0;
  }

  .navbar {
    height: 80px;
    position: relative;
    top: 0%;
  }

  .nav-link {
    width: 100%;
    font-size: .75rem;
  }

  .nav-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo {
    width: 14rem;
  }

  .navigation-items {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .text-wrap {
    width: 800px;
  }

  .text-block-9 {
    color: #000;
  }

  .wrap-container {
    max-width: 60rem;
  }

  .paragraph {
    text-align: justify;
    text-transform: none;
  }

  .text-block-14 {
    text-transform: none;
  }

  .heading-4 {
    color: #4e4e4e;
    font-family: Cinzel, sans-serif;
    font-weight: 400;
    line-height: 48px;
  }

  .body-2 {
    background-color: #fafafa;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-14 {
    width: auto;
    height: 700px;
  }

  .div-block-14.block.card {
    width: auto;
    height: 600px;
  }

  .div-block-14._4.card {
    width: 100%;
    display: flex;
  }

  .div-block-14._8.card {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002501.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-14.card {
    width: auto;
    height: 600px;
  }

  .div-block-15 {
    width: auto;
  }

  .div-block-15.card {
    width: auto;
    height: 600px;
  }

  .section-3.sectionaboutme {
    background-image: linear-gradient(#00000057, #00000057), url('../images/Firefly-20250618182549-min_1_11zon-1_11zon.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 140px;
  }

  .heading-6 {
    font-size: 6rem;
    font-weight: 400;
  }

  .paragraph-2 {
    text-transform: none;
  }

  .container-large-2 {
    max-width: 100rem;
  }

  .heading-style-h6-2.blue.whithe {
    color: #fff;
  }

  .oferta.zero-padingh {
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .paragraph-3 {
    text-transform: none;
  }

  .section-4 {
    padding-top: 21%;
    padding-bottom: 60px;
    display: block;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    text-transform: none;
  }

  .section-8 {
    margin-bottom: 8rem;
  }

  .pading--horizontal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-15 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
  }

  .text-field {
    width: 717.703px;
    height: 200px;
  }

  .field-label, .field-label-2, .field-label-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .section-9 {
    background-color: #000;
  }

  .submit-button {
    background-color: #fff0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .text-block-20 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .heading-9 {
    font-family: Gilda Display, sans-serif;
    font-size: 8rem;
    font-weight: 400;
  }

  .heading-9.s {
    font-size: 7rem;
    line-height: 7rem;
  }

  .wrap-1, .wrap-2, .wrap-3 {
    padding-right: 20px;
  }

  .wave-text-up-btn {
    margin-bottom: 0;
  }

  .wave-text-up-btn.mrg-4 {
    margin-bottom: 40px;
  }

  .header37_content {
    margin-top: 40px;
  }

  .heading-style-h1 {
    color: #1a5abe;
    font-size: 3.5rem;
  }

  .footer-btn-text {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .text-block-22 {
    color: #1a5abe;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .cart--5 {
    width: 100%;
  }

  .text-block-24.s {
    margin-top: 0;
  }

  .grid-17 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-heading, .card-heading-2 {
    font-size: 1.375rem;
  }

  .text-field-2 {
    width: 717.703px;
    height: 38px;
  }

  .text-block-27 {
    text-transform: none;
  }

  .text-span-16 {
    line-height: 1.3rem;
  }

  .contact-modal1_content-wrapper-2 {
    background-color: #000;
    border-radius: 0;
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: visible;
  }

  .icon-embed-small {
    color: #fff;
  }

  .contact-modal1_component-2 {
    z-index: 2000;
  }

  .contact-modal1_component-2.mm {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .text-size-medium-12 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-26 {
    max-width: none;
  }

  .bold-text-38 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .section-14 {
    display: block;
  }

  .section-15 {
    display: flex;
  }

  .section-16, .section-17 {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 10rem;
  }

  .heading.f {
    font-size: 8rem;
    line-height: 7rem;
  }

  .heading.i {
    font-size: 7.8rem;
    line-height: 8rem;
  }

  .heading.i.big {
    font-size: 20rem;
    line-height: 20rem;
  }

  .heading.i.big-s {
    font-size: 12rem;
  }

  .heading.i.big-xs {
    font-size: 6.3rem;
    line-height: 6.5rem;
  }

  .heading.i.small-heading {
    font-size: 6.3rem;
  }

  .section {
    background-attachment: scroll;
  }

  .section.section-hero {
    background-position: 50% 0;
  }

  .section._12-14 {
    background-attachment: fixed;
  }

  .section._2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/ChatGPT-Image-3-июн.-2025-г.-18_18_08-min.webp');
    background-attachment: scroll, fixed;
  }

  .div-block-2 {
    max-width: 30rem;
  }

  .div-block-7 {
    min-height: 600px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .dropdown-text {
    font-size: 1rem;
  }

  .navbar {
    height: 90px;
  }

  .nav-action-btn {
    min-width: 200px;
    height: 70px;
    font-size: 1.2rem;
  }

  .nav-link {
    font-size: .85rem;
  }

  .mobile-nav-logo {
    width: 5rem;
  }

  .logo {
    width: 15rem;
  }

  .text-wrap {
    width: 1300px;
  }

  .text-block-9 {
    font-size: 1rem;
  }

  .div-block-14.block.card {
    width: auto;
    height: 700px;
  }

  .div-block-14._3.card, .div-block-14.card {
    height: 700px;
  }

  .div-block-15.card {
    width: auto;
    height: 700px;
  }

  .text-block-15 {
    text-align: center;
  }

  .div-block-16 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    height: 100vh;
  }

  .section-3.sectionaboutme {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/Firefly-20250618182549-min_1_11zon-1_11zon.webp');
    background-position: 0 0, 100% 40%;
    background-size: auto, cover;
  }

  .heading-6 {
    margin-bottom: 40px;
    font-size: 7rem;
  }

  .paragraph-2 {
    text-transform: none;
  }

  .container-large-2 {
    max-width: 95rem;
  }

  .section-4 {
    padding-top: 15%;
  }

  .grid-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    width: 746px;
  }

  .heading-9.s {
    margin-bottom: 40px;
    font-size: 8rem;
    line-height: 8rem;
  }

  .wrap-1, .wrap-2, .wrap-3 {
    padding-right: 20px;
  }

  .wave-text-up-btn {
    height: 50px;
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .footer-btn-text {
    font-size: 1rem;
  }

  .link-block.t {
    background-color: #fff0;
  }

  .link-block {
    background-color: #ffffff4d;
  }

  .bold-text-32 {
    font-size: 48px;
    line-height: 50px;
  }

  .text-block-24, .text-block-24.zero-pading, .text-block-24.m, .text-block-24.s {
    margin-bottom: 20px;
  }

  .card-heading-background {
    background-color: #eeedee96;
  }

  .card-heading {
    border-left-color: #cecece;
    height: 4rem;
    font-family: Gilda Display, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .card-content {
    height: 25rem;
    margin-top: -6rem;
  }

  .text-field-3 {
    width: 717.703px;
  }

  .section--0.hero {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13, .heading-14, .heading-15, .heading-16 {
    font-size: 2rem;
  }

  .div-block-22 {
    max-width: none;
  }

  .contact-modal1_content-wrapper-2 {
    border-radius: 8px;
    overflow: visible;
  }

  .contact-modal1_component-2.mm {
    display: none;
  }

  .max-width-large-2.align-center {
    max-width: none;
  }

  .text-field-4 {
    width: 746px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 5rem;
  }

  .heading.i {
    line-height: 5rem;
  }

  .menu-dropdown {
    box-shadow: none;
    border-style: none;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 0;
  }

  .menu-dropdown.left {
    width: auto;
  }

  .menu-list {
    grid-row-gap: 6px;
  }

  .navbar {
    border-bottom: 1px solid #b9dee926;
  }

  .nav-action-btn.is-in-nav {
    background-color: #ccba69;
    width: 100%;
    min-width: 100%;
    height: 60px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
  }

  .nav-link {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }

  .nav-link.is-shop-icon {
    display: none;
  }

  .nav-link.is-shop-mobile {
    flex-flow: column;
    display: flex;
  }

  .nav-wrap {
    display: none;
  }

  .mobile-nav-button {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #88888880;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 12px;
    transition: background-color .3s cubic-bezier(.215, .61, .355, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
    inset: auto;
  }

  .mobile-nav-button:hover {
    background-color: #b4b4b480;
    transform: scale(1.05);
  }

  .nav-bg-texture {
    opacity: .14;
    object-position: 68% 50%;
  }

  .nav-button-wrap {
    width: 100%;
    margin-top: 1rem;
  }

  .dropdown-arrow {
    top: 0;
  }

  .menu-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav-content {
    z-index: 5;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .mobile-nav-logo {
    z-index: 10;
    width: 7rem;
    display: none;
  }

  .button-line {
    background-color: #faf8f0;
  }

  .button-line-absolute {
    display: none;
  }

  .btn-text {
    line-height: 1;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-items {
    z-index: 97;
    flex: 0 auto;
  }

  .menu-left {
    padding: 27px 27px 12px;
  }

  .menu-hover-background {
    display: none;
  }

  .menu-dropdown-list.w--open {
    border-bottom: 1px solid #eef0f6;
    justify-content: center;
    padding-top: 0;
    position: relative;
    bottom: 0;
  }

  .nav-link-wrap {
    z-index: 2;
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: column;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-content: start;
    width: 100%;
  }

  .mobile-nav-menu {
    z-index: 2;
    background-color: #050505;
    border-bottom-left-radius: 7rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
    place-content: start center;
    align-items: flex-start;
    height: 70vh;
    display: flex;
    transform: translate(100%);
  }

  .text-wrap {
    width: 470px;
  }

  .hero-header {
    font-size: 6rem;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-family: Montserrat, sans-serif;
  }

  .heading-4 {
    margin-bottom: 2rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-14, .div-block-14.block.card {
    width: auto;
  }

  .div-block-15 {
    height: 600px;
  }

  .grid-8, .grid-9 {
    grid-template-columns: 1fr;
  }

  .product_img {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

  .product_number {
    width: 100%;
  }

  .heading-style-h6-2.blue {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .product_title.bolt {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }

  .product_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .product_content {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal, .oferta.zero-padingh {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-17 {
    margin-bottom: 2rem;
  }

  .section-4 {
    margin-top: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .h-about-star {
    left: -11%;
  }

  .home-hero-image {
    height: 600px;
  }

  .card-item {
    height: 30rem;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card-content, .card-content-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .contact-modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .item-filter-btn {
    margin-left: .7rem;
    margin-right: .7rem;
    padding-left: 13px;
    padding-right: 13px;
  }

  .item-filter-btn:hover {
    box-shadow: none;
  }

  .item-filter-btn:active {
    opacity: .5;
  }

  .filter-by-text-3 {
    padding-left: 0;
    font-size: .8rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonials_arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .testimonials1_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .testimonials1_slider-mask {
    width: 100%;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .mobile-nav-button {
    position: absolute;
    top: 5rem;
  }

  .nav-button-wrap {
    grid-column-gap: 12px;
  }

  .mobile-nav-logo {
    width: 8rem;
    position: relative;
  }

  .logo {
    width: 5.5rem;
  }

  .navigation-items {
    display: flex;
    transform: translate(0, -100%);
  }

  .menu-dropdown-list.w--open {
    justify-content: flex-end;
  }

  .mobile-nav-menu {
    width: 100vw;
  }

  .page-hero-section {
    padding-top: 4.2rem;
  }

  .text-wrap {
    padding-right: 107px;
  }

  .hero-header {
    letter-spacing: -2px;
    font-size: 4rem;
    font-weight: 600;
  }

  .paragraph {
    text-align: left;
  }

  .section-3.sectionaboutme {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/Firefly-20250618182549-min_1_11zon-1_11zon.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .heading-6 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .h-about-star {
    display: none;
  }

  .card-heading {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-content {
    align-items: flex-start;
  }

  .card-heading-2 {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-content-2 {
    align-items: flex-start;
  }

  .text-block-27 {
    text-align: left;
  }

  .contact-modal1_content-wrapper-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-modal1_component-2 {
    align-items: flex-start;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .pading-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pading-horizontal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    max-width: none;
    overflow: hidden;
  }

  .heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading.f {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .heading.i {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading.i.big {
    justify-content: flex-start;
    align-items: center;
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading.i.big-s {
    font-size: 4rem;
    line-height: 4rem;
  }

  .heading.i.big-s.s {
    justify-content: flex-start;
    align-items: center;
    font-size: 2.5rem;
  }

  .section {
    overflow: hidden;
  }

  .section.section-hero {
    background-image: linear-gradient(#00000069, #00000069), url('../images/Firefly-20250516184331-2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 90vh;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .section._12-14 {
    height: 90vh;
  }

  .section._2 {
    justify-content: flex-end;
    align-items: center;
    height: 90vh;
  }

  .section._4 {
    height: 100vh;
  }

  .section.online-2 {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/black-and-white-photo-of-a-woman-s-back-with-long--min.png');
    background-position: 0 0, 50%;
    height: 90vh;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block {
    font-size: 16px;
  }

  .div-block-2 {
    width: auto;
    max-width: none;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    background-position: 50%;
    min-height: 400px;
  }

  .div-block-5 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 4px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    background-position: 100%;
    min-height: 400px;
  }

  .testimonials1_slide {
    width: 90%;
  }

  .testimonials1_arrow {
    top: -25%;
  }

  .testimonials_content {
    min-height: 10rem;
    padding: 0;
  }

  .testimonials_content.is-first {
    padding: 0;
  }

  .heading-2 {
    margin-bottom: 154px;
  }

  .body {
    overflow: visible;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7 {
    min-height: 200px;
  }

  .div-block-9 {
    display: none;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-11 {
    width: 70px;
  }

  .section-2 {
    overflow: hidden;
  }

  .grid-3 {
    grid-template-columns: 2.5fr;
  }

  .left-nav, .menu-dropdown.left {
    width: auto;
  }

  .navbar {
    border-bottom: 1px solid #b9dee926;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    white-space: normal;
  }

  .mobile-nav-button {
    border-radius: 0;
    position: absolute;
    top: 5.2rem;
    right: .2rem;
  }

  .nav-button-wrap {
    justify-items: center;
  }

  .logo {
    width: 10rem;
  }

  .menu-list-title {
    display: none;
  }

  .navigation-items {
    padding-top: 4.5rem;
    transform: translate(0, -100%);
  }

  .menu-left.large {
    padding-left: 2px;
    padding-right: 2px;
  }

  .menu-dropdown-list.w--open {
    justify-content: center;
  }

  .nav-link-wrap {
    padding-top: 1rem;
  }

  .mobile-nav-menu {
    background-color: #0f0f0f;
    height: 100vh;
    padding: 2rem 1.5rem 2.5rem;
    inset: 0%;
    overflow: hidden;
  }

  .page-hero-section {
    padding-top: 0;
  }

  .text-wrap {
    width: 100%;
    padding-right: 56px;
  }

  .hero-header {
    font-size: 3rem;
  }

  .progress-bar-scroll {
    height: 2px;
  }

  .text-block-11 {
    line-height: 1.2;
  }

  .button-title {
    font-size: .8rem;
  }

  .wrap-container {
    width: auto;
  }

  .paragraph {
    text-align: left;
    letter-spacing: normal;
    text-overflow: clip;
    overflow-wrap: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .heading-4 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .grid-4 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1.25fr;
  }

  .div-block-14 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002492-_1_.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14.block {
    background-image: linear-gradient(#00000054, #00000054), url('../images/Frame-1000002491.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    margin-top: 0;
  }

  .div-block-14.block.card {
    width: auto;
  }

  .div-block-14._3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002491.webp'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, auto, auto;
  }

  .div-block-14._4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002499.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .div-block-14._4.card {
    margin-top: 0;
  }

  .div-block-14._5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002495-4.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    background-size: auto, cover, auto;
  }

  .div-block-14._6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002493.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .div-block-14._7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002500.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100% 0, 0 0;
    background-size: auto, auto, auto;
  }

  .div-block-14._8 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002501.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50% 100%, 0 0;
    background-size: auto, auto, auto;
  }

  .div-block-15 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-1000002490.webp');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-15 {
    text-transform: uppercase;
    font-weight: 400;
  }

  .text-block-16 {
    margin-bottom: 10px;
  }

  .block-course-online {
    margin-bottom: 40px;
  }

  .section-3 {
    overflow: hidden;
  }

  .section-3.sectionaboutme {
    background-image: linear-gradient(#00000082, #00000082), url('../images/fryzjerskie-szkolenia-gdańsk.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90vh;
    display: flex;
  }

  .heading-6 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: 2fr;
  }

  .heading-8 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 16px;
  }

  .product_img, .product_number {
    width: 100%;
  }

  .heading-style-h6-2 {
    font-size: 2rem;
  }

  .heading-style-h6-2.blue {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .product_title.bolt {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .p {
    padding-left: 3%;
    padding-right: 3%;
  }

  .product_link {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .product_content {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .oferta {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .oferta.zero-padingh {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-17 {
    margin-bottom: 0;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .section-4 {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    height: auto;
    padding-top: 40px;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .text-block-19 {
    padding-top: 0;
    font-size: 18px;
  }

  .section-5 {
    overflow: hidden;
  }

  .section-6 {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .section-7, .section-8 {
    overflow: hidden;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .text-block-20 {
    width: 100%;
  }

  .heading-9, .heading-9.s {
    font-size: 3rem;
    line-height: 3rem;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .wrap-1, .wrap-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .footer-btn-text {
    letter-spacing: 0;
    font-size: .75rem;
  }

  .text-block-22 {
    font-size: 1.25rem;
  }

  .section-10, .section-11 {
    overflow: hidden;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-weight: 600;
  }

  .tutorial-link.whithe {
    color: #000;
    background-color: #fff;
    margin-top: 20px;
  }

  .tutorial-link.whithe:hover, .tutorial-link.whithe:active {
    background-color: #fff0;
  }

  .tutorial-link.black {
    font-size: .8rem;
  }

  .heading-11 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6rem;
  }

  .bold-text-32 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-block-24 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-24.m {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-24.s {
    margin-bottom: 10px;
  }

  .home-hero-image {
    height: 300px;
  }

  .card-item {
    height: 30rem;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .card-heading {
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .paragraph-5 {
    font-size: .875rem;
  }

  .card-heading-2 {
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .link-block-5 {
    text-decoration: none;
  }

  .text-field-3 {
    border-radius: 0;
  }

  .text-block-27 {
    text-align: left;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .heading-13, .heading-14, .heading-15, .heading-16 {
    font-size: 1.5rem;
  }

  .contact-modal1_content-wrapper-2 {
    width: auto;
    height: auto;
  }

  .contact-modal1_component-2 {
    z-index: 2000;
    display: none;
  }

  .contact-modal1_component-2.mm {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
  }

  .div-block-26 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .item-filter-btn {
    background-color: #dbdbdbad;
    border-radius: 100px;
    flex-direction: row;
    width: auto;
    min-width: 60px;
    height: 35px;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 5px 10px;
  }

  .filter-by-text-3 {
    flex: none;
    padding-left: 5px;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1;
    display: inline;
  }
}

#w-node-_6c232e93-b063-b217-f219-17c22056e3d2-a9bb1b26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_441c4d9d-d16a-635a-3f5c-2269a9bb1b3f-a9bb1b26 {
  align-self: end;
}

#w-node-f44c79d3-404d-035a-f94e-447485ae44e3-a9bb1b26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_441c4d9d-d16a-635a-3f5c-2269a9bb1b44-a9bb1b26 {
  align-self: end;
}

#w-node-_441c4d9d-d16a-635a-3f5c-2269a9bb1b49-a9bb1b26 {
  place-self: end;
}

#w-node-_6c49b434-98f6-942c-4c66-94d0a808746b-a8087469 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c49b434-98f6-942c-4c66-94d0a808746c-a8087469 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-a94e25aa-fcf8-1871-8116-d87a7728fea4-c3a307f8, #w-node-_88ba24ed-84e9-7650-84c1-e4cb74693e18-6b9f75a2, #w-node-_0181766a-eca7-9007-61fa-b4b1eaa8f201-1d14254e, #w-node-_4f4d48ba-3966-1a6c-3e9b-b7a23d67a5db-3d802276, #w-node-_5cfb5853-5c23-63e2-a553-8bd7b25c1dc3-caf5dab6, #w-node-_8b5f4c9f-5b10-0e0f-bda1-03d8e65e682a-735b16d2, #w-node-_546527c9-12ce-e945-7ab8-23af4dae8d3c-8c67e545, #w-node-_22ef0fbd-2244-dcbd-4320-5cd7cde88237-91fd3f50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7be9e8ac-7ccb-7f77-3f5e-58ef9ad4a5ca-6dea0f59, #w-node-_404d6922-cf6d-2029-87c2-2f411f50db7e-882dadb2 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_441c4d9d-d16a-635a-3f5c-2269a9bb1b49-a9bb1b26 {
    justify-self: start;
  }

  #w-node-_0efb2fba-8739-28d4-f0f3-ac4a631cdb39-882dadb2 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Maves';
  src: url('../fonts/Maves-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nomark';
  src: url('../fonts/Nomark.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rewant';
  src: url('../fonts/Untitled-18.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euphoria';
  src: url('../fonts/Untitled-20.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}