@charset "UTF-8";
/*!
Theme Name: Meduk  
Author: Magiausług 
Author URI: https://magiauslug.pl   
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  background-color: #F3F2F0;
  display: block;
  overflow-x: clip;
  min-height: 100dvh;
  overscroll-behavior: none;
}

img,
svg {
  max-width: 100%;
  display: block;
}

.breadcrumbs:has(+ .backgroundPadding) {
  margin-bottom: 20px;
}

.breadcrumbs + .backgroundPadding {
  margin-top: 0;
}

.backgroundPadding:has(+ .backgroundPadding), .backgroundPadding:has(+ footer) {
  margin-bottom: 0 !important;
}
.backgroundPadding + .backgroundPadding {
  margin-top: 0;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
html {
  font-family: Montserrat;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 16px;
}
.container--full {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    padding: 0 0px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}
body::after {
  display: none;
  bottom: 0px;
  right: 0;
  content: "xxs";
  position: fixed;
  z-index: 20;
  padding: 10px;
  background-color: black;
  color: #ffffff;
  opacity: 0.5;
}

@media (min-width: 600px) {
  body::after {
    content: "xs";
  }
}
@media (min-width: 768px) {
  body::after {
    content: "s";
  }
}
@media (min-width: 1024px) {
  body::after {
    content: "m";
  }
}
@media (min-width: 1200px) {
  body::after {
    content: "l";
  }
}
@media (min-width: 1440px) {
  body::after {
    content: "xl";
  }
}
@media (min-width: 1600px) {
  body::after {
    content: "xxl";
  }
}
.bold {
  font-weight: 700;
}

ul,
ol,
pre,
p,
.text {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: Montserrat;
}
ul a,
ol a,
pre a,
p a,
.text a {
  font-size: 14px;
  color: #0B6C39;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.12s linear;
  will-change: color;
}
ul a:hover,
ol a:hover,
pre a:hover,
p a:hover,
.text a:hover {
  color: #0B6C39;
}

.hero1,
.hero2,
.hero3,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
.hero1 span,
.hero2 span,
.hero3 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #0B6C39;
}

.hero1 {
  font-size: 32px;
  font-weight: 700;
}

.hero2 {
  font-size: 24px;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 19px;
}

h6,
.h6 {
  font-size: 18px;
}

@media (min-width: 700px) {
  .hero1 {
    font-size: 36px;
  }
  .hero2 {
    font-size: 28px;
  }
  ul,
  ol,
  pre,
  p,
  li,
  a,
  .text {
    font-size: 15px;
  }
  ul a,
  ol a,
  pre a,
  p a,
  li a,
  a a,
  .text a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  ul,
  ol,
  pre,
  p,
  li,
  a,
  .text {
    font-size: 13px;
    line-height: 1.5;
  }
  ul a,
  ol a,
  pre a,
  p a,
  li a,
  a a,
  .text a {
    font-size: 13px;
  }
  .hero1 {
    font-size: 36px;
  }
  .hero2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .hero1 {
    font-size: 44px;
  }
  .hero2 {
    font-size: 30px;
  }
  ul,
  ol,
  pre,
  p,
  li,
  a,
  .text {
    font-size: 16px;
  }
  ul a,
  ol a,
  pre a,
  p a,
  li a,
  a a,
  .text a {
    font-size: 16px;
  }
}
.color-primary {
  color: #0B6C39;
}

.color-secondary {
  color: #BCD475;
}

.color-dark {
  color: #000000;
}

.color-light {
  color: #ffffff;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 300;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.button {
  font-size: 16px;
  background: transparent;
  display: flex;
  padding: 10px 28px;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  line-height: normal;
  gap: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.12s linear;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.button__decor {
  position: absolute;
  display: block;
  top: -2px;
  bottom: -2px;
  left: calc(100% + 2px);
  height: calc(100% + 4px);
  z-index: 1;
  width: auto;
  aspect-ratio: 28/65.5;
  object-fit: cover;
  object-position: -1px center;
}
.button__decor path {
  transition: all 0.12s linear;
}
.button--primary {
  color: #0B6C39;
  border: 2px solid #0B6C39;
}
.button--primary .button__decor path {
  fill: #0B6C39 !important;
}
.button--primary:hover {
  color: #ffffff;
  background: #0B6C39;
  border-color: #0B6C39 !important;
}
.button--primary:hover .button__decor path {
  fill: #0B6C39 !important;
}
.button--secondary {
  color: #BCD475;
  border: 2px solid #BCD475;
}
.button--secondary:hover {
  color: #ffffff;
  background: #BCD475;
}
.button--secondary .button__decor path {
  fill: #BCD475 !important;
}
.button--light {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--light .button__decor path {
  fill: #ffffff !important;
}
.button--light:hover {
  background: #ffffff;
  color: #0B6C39;
  border: 2px solid #ffffff;
}
@media (min-width: 1200px) {
  .button {
    font-size: 15px;
    padding: 12px 24px;
  }
}
@media (min-width: 1480px) {
  .button {
    font-size: 20px;
    padding: 15px 28px;
  }
}
.footer {
  background: #ffffff;
  padding: 40px 0;
  margin-top: auto;
}
.footer__menu {
  margin: 16px 0 32px;
}
.footer__logo {
  max-width: 240px;
}
.footer__logo img {
  width: 100%;
  display: block;
  max-width: 50vw;
}
.footer__title {
  color: #0B6C39;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1, 27;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
}
.footer__nav li a {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
}
.footer__nav li a:hover {
  color: #0B6C39;
}
.footer__nav li.current-menu-item.menu-item-type-page a {
  color: #0B6C39;
}
.footer__container:first-of-type {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #0B6C39;
}
.footer__motto {
  color: #0B6C39;
  font-weight: 400;
  margin: 24px 0 32px;
}
.footer__motto span {
  display: block;
}

@media (min-width: 600px) {
  .footer__container:first-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer__nav {
    margin-top: 0;
  }
  .footer__column:nth-of-type(2) {
    padding-top: 18px;
  }
  .footer__menu {
    margin-left: auto;
  }
  .footer__logo {
    width: 200px;
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 72px;
  }
  .footer__container:nth-of-type(1) {
    display: grid;
    gap: 90px;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__column {
    padding-top: 0 !important;
  }
  .footer__title {
    padding-top: 28px;
    margin-bottom: 24px;
    display: block;
  }
  .footer__nav li a {
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer__logo {
    width: 230px;
  }
  .footer__motto {
    margin-top: 200px;
    position: relative;
    padding-top: 20px;
    color: #0B6C39;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer__motto::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background: #C9C9C9;
  }
}
@media (min-width: 1600px) {
  .footer__logo {
    width: 330px;
  }
  .footer__title {
    padding-top: 28px;
    margin-bottom: 24px;
    display: block;
  }
  .footer__nav li a {
    font-size: 16px;
  }
}
.header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
}
.header__placeholder {
  height: 60px;
}
.header__nav {
  display: none;
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  height: 32px;
  width: auto;
  display: block;
}
.header__hamburger {
  z-index: 200;
}
.header__cart {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 2rem;
}
.header__cart a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}
.header__cart svg {
  width: 24px;
  height: 24px;
}
.header__cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1;
}
.header--scrolled {
  background-color: #ffffff;
}
.header--scrolled .header__container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.header--hidden {
  transform: translateY(-100%);
}

@media (min-width: 1200px) {
  .header {
    height: 100px;
  }
  .header .dekstop-disable {
    display: none;
  }
  .header--scrolled {
    height: 80px;
  }
  .header--scrolled .header__logo img {
    height: 32px;
  }
  .header__cart {
    margin-left: 1rem;
  }
  .header__placeholder {
    height: 100px;
  }
  .header__logo img {
    height: 70px;
  }
  .header__hamburger {
    display: none;
  }
  .header__nav {
    display: flex;
  }
  .header__menu {
    display: flex;
    list-style: none;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .header__menu li {
    position: relative;
  }
  .header__menu li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    background-color: rgba(167, 167, 167, 0.7);
    height: 100%;
    width: 1px;
  }
  .header__menu li:last-of-type::after {
    content: unset;
  }
  .header__menu li a {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.12s linear;
  }
  .header__menu li a:hover {
    color: #0B6C39;
  }
  .header__menu li.button a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .header__menu li.button a:hover {
    color: #0B6C39;
  }
}
@media (min-width: 1200px) {
  .header__logo img {
    height: 70px;
  }
  .header__menu {
    gap: 32px;
  }
  .header__menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .header--scrolled .header__logo img {
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .header__menu {
    gap: 38px;
  }
  .header__menu li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    background-color: rgba(167, 167, 167, 0.7);
    height: 100%;
    width: 1px;
  }
  .header__menu li a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.floatingBar {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 20;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background: #242424;
  width: 210px;
  padding: 16px 28px 16px 32px;
}
.floatingBar p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.floatingBar p span {
  color: #FFF;
  font-family: "Cal Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 100% */
}
.floatingBar > span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1200px) {
  .floatingBar {
    display: flex;
  }
}
.hamburger {
  width: 28px;
  height: 28px;
  position: relative;
}
.hamburger span {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  position: absolute;
  will-change: background-color;
  transition: top 0.12s ease-in-out 0.12s, transform 0.12s ease-in-out, background-color 0.12s ease-in-out;
  transform-origin: center center;
}
.hamburger span:nth-of-type(1) {
  top: 11px;
}
.hamburger span:nth-of-type(2) {
  top: 16px;
}
.hamburger--opened span {
  transition: top 0.12s ease-in-out, transform 0.12s ease-in-out 0.12s;
}
.hamburger--opened span:nth-of-type(1) {
  top: 14px;
  transform: translateX(-50%) rotate(-45deg);
}
.hamburger--opened span:nth-of-type(2) {
  top: 14px;
  transform: translateX(-50%) rotate(45deg);
}
.hamburger:hover span {
  background-color: #0B6C39;
}

.mobileNav {
  height: 100vh;
  width: 250px;
  padding: 16px 16px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(100%);
  bottom: 0;
  z-index: 200;
  will-change: right;
  background-color: #ffffff;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.mobileNav__dark {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 190;
  width: 100vw;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.mobileNav__dark:has(+ .mobileNav.open) {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.mobileNav.open {
  transform: translate(0%);
}
.mobileNav .container {
  overflow: auto;
}
.mobileNav .hamburger {
  margin-left: auto;
}
.mobileNav ul {
  margin-top: 40px;
  list-style: none;
}
.mobileNav__list {
  list-style: none;
}
.mobileNav__list li {
  text-align: right;
  margin-bottom: 24px;
}
.mobileNav__list li:last-of-type {
  margin-bottom: 0;
}
.mobileNav__list li .sub-menu {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}
.mobileNav__list li .sub-menu--open {
  margin-top: 16px;
  max-height: unset;
}
.mobileNav__list li.button.button--primary {
  margin-left: auto;
  width: fit-content;
  display: block;
}
.mobileNav__list li.button.button--primary a {
  color: #ffffff;
}
.mobileNav__list li.button.button--primary:hover a {
  color: #0B6C39;
}
.mobileNav__list li.menu-item-type-post_type.current-menu-item a {
  color: #0B6C39;
}
.mobileNav__list li.menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu::after {
  content: "";
  top: -50px;
  bottom: -10px;
  transition: background-color 0.12s linear;
  width: calc(100% + 32px);
  left: -16px;
  right: -16px;
  position: absolute;
  z-index: -1;
  background-color: transparent;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu--open {
  overflow: visible;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu--open::after {
  background-color: #dedede;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu {
  margin-left: 16px;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu svg {
  transform: rotate(180deg);
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu img {
  width: 12px;
  height: 12px;
  transform: rotate(90deg) translateY(-2px);
  transition: transform 0.15s;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu:hover {
  cursor: pointer;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu.open img {
  transform: rotate(270deg) translateY(-2px);
}
.mobileNav__list li a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .mobileNav {
    display: none;
  }
}
.scrollTop {
  display: none !important;
  position: fixed;
  display: flex;
  right: 16px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border: none;
  border: 1px solid #C5C5C5;
  bottom: 16px;
  transition: bottom 0.1s linear, background-color 0.3s linear, border-color 0.3s linear;
}
.scrollTop--hidden {
  bottom: -40px;
}
.scrollTop svg {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  transition: filter 0.3s;
}
.scrollTop svg path {
  transition: fill 0.3s linear;
}
.scrollTop:hover {
  cursor: pointer;
  border-color: #BCD475;
}
.scrollTop:hover svg path {
  fill: #BCD475 !important;
}

@media (min-width: 1024px) {
  .scrollTop {
    width: 62px;
    height: 62px;
    bottom: 64px;
    right: 64px;
  }
  .scrollTop--hidden {
    bottom: -70px;
  }
}
.breadcrumbs__container {
  border-top: 1px solid rgba(167, 167, 167, 0.7);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.breadcrumbs__container li.active {
  color: #0B6C39;
  font-style: normal;
  font-weight: 600;
}
.breadcrumbs__container li a {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  transition: color 0.12s linear;
}
.breadcrumbs__container li a:hover {
  color: #0B6C39;
}

@media (min-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .breadcrumbs__container {
    gap: 15px;
    padding-top: 35px;
  }
}
@media (min-width: 1600px) {
  .breadcrumbs {
    margin-bottom: 88px;
  }
  .breadcrumbs__container {
    gap: 18px;
    padding-top: 45px;
  }
}
.productIntro {
  margin: 40px 0;
  position: relative;
}
.productIntro__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  position: relative;
}
.productIntro__decor {
  display: block;
  opacity: 0.05;
  width: 200px;
  height: 429px;
  flex-shrink: 0;
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 0;
}
.productIntro__text {
  margin-top: 12px;
}
.productIntro__list {
  margin-top: 12px;
  list-style: none;
}
.productIntro__list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.productIntro__list li svg {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
}
.productIntro__cols {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.productIntro__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.productIntro__buttons .button[data-active="1"] {
  background-color: #BCD475;
  border-color: #BCD475;
}
.productIntro__buttons .button[data-active="1"] svg path {
  fill: #BCD475 !important;
}

@media (min-width: 1200px) {
  .productIntro {
    margin: 60px 0;
  }
  .productIntro__decor {
    transform: scale(0.7);
    transform-origin: left center;
  }
  .productIntro__container {
    display: grid;
    grid-template-columns: 1fr 630px;
    gap: 40px;
  }
  .productIntro__text {
    margin-top: 20px;
  }
  .productIntro__list {
    margin-top: 30px;
  }
  .productIntro__text--2 {
    margin-top: 40px;
  }
  .productIntro__cols {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .productIntro__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 70px;
  }
  .productIntro__buttons .button {
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .productIntro__decor {
    transform: scale(1);
  }
}
.productSchedule {
  margin: 40px 0;
  padding: 40px 0;
  background: linear-gradient(179deg, #026551 32.34%, #95AB57 149.47%);
}
.productSchedule__title {
  text-align: center;
}
.productSchedule__schedule {
  margin-top: 40px;
}
.productSchedule__schedule__day {
  margin-bottom: 30px;
}
.productSchedule__schedule__day > span {
  font-weight: 700;
}
.productSchedule__schedule__day table {
  margin: 0;
  border: none;
  padding: 0;
}
.productSchedule__schedule__day table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.productSchedule__schedule__day table td:first-of-type {
  width: 120px;
}
.productSchedule__sidebar img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center 29%;
}
.productSchedule__details {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23fff' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 40px;
  color: #ffffff;
}
.productSchedule__details__row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
}
.productSchedule__details__localization {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.productSchedule__details__price {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.productSchedule__details__price span {
  font-size: 14px;
  font-weight: 400;
}
.productSchedule__details__register form {
  width: 100%;
}
.productSchedule__details__register .button {
  width: 220px;
  margin-right: 20px;
  margin-left: auto;
}
.productSchedule__details__register__box {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 20px;
}
.productSchedule__details__register__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .productSchedule {
    padding: 60px 0 100px;
    margin: 60px 0;
  }
  .productSchedule__cols {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 40px;
  }
  .productSchedule__schedule {
    grid-column: 1/7;
    grid-row: 1/2;
    margin-top: 0;
  }
  .productSchedule__schedule__day:last-of-type {
    margin-bottom: 0;
  }
  .productSchedule__details__localization {
    margin-bottom: 40px;
  }
  .productSchedule__details__register .button {
    font-size: 14px;
    max-width: 100%;
  }
  .productSchedule__sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
    grid-column: 8/13;
    grid-row: 1/2;
  }
  .productSchedule__sidebar img {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 199/250;
    object-fit: bottom;
  }
}
.stickySocials {
  display: none;
}

@media (min-width: 1200px) {
  .stickySocials {
    position: fixed;
    left: 0;
    top: 200px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 50;
  }
  .stickySocials__link {
    border: 2px solid #D8D8D8;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    transition: background-color 0.12s linear;
    cursor: pointer;
  }
  .stickySocials__link svg {
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
  }
  .stickySocials__link svg path {
    transition: fill 0.12s linear;
  }
  .stickySocials__link:hover {
    background-color: #0B6C39;
  }
  .stickySocials__link:hover svg path {
    fill: #ffffff;
  }
}
@media (min-width: 1600px) {
  .stickySocials__link {
    height: 56px;
    width: 62px;
  }
}
.has-primary-color {
  color: #0B6C39;
}

.has-secondary-color {
  color: #BCD475;
}

@media (max-width: 450px) {
  .productSchedule__details__register__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .productSchedule__details__register__row .button {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
/*# sourceMappingURL=style.css.map */
