@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  white-space: normal;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 0;
}

.label {
  font-weight: 700;
  color: #44ac30 !important;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #44ac30;
  transition: color 0.3s ease;
  font-size: 19px;
  font-weight: 500;
}
a:hover {
  color: #0f9c05;
}

section {
  padding: 0 16px;
}

input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #161032;
  word-spacing: normal !important;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 900;
  color: #161032;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 12px;
  word-spacing: 0.1em;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-weight: 700;
  color: #161032;
  font-size: 21px;
  line-height: 140%;
}

p {
  font-size: 17px;
  line-height: 140%;
  color: #161032;
  margin-bottom: 8px;
  word-spacing: 0.1em;
  display: block;
}

strong {
  font-weight: 700;
  word-spacing: normal;
  display: inline;
  white-space: normal;
}

::selection {
  background: #00a7e1;
  color: #ffffff;
}

@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
}
.header {
  top: 0;
  width: 100vw;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  position: fixed;
  padding: 0 16px;
  z-index: 10; /* Increased z-index */
  /* Optional: create a new stacking context for safety */
  will-change: transform;
}
@media screen and (max-width: 900px) {
  .header {
    height: 64px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: unset;
}
@media (max-width: 900px) {
  .header__left {
    width: 100%;
    justify-content: space-between;
  }
}
.header__toggle {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #cad5e3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__toggle--close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99;
}
.header__toggle:hover {
  border: 1px solid #0f9c05 !important;
  background: #d4f0d1 !important;
}
.header__action-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .header__action-container {
    display: none;
  }
}
.header__action-link {
  display: block;
  padding: 12px 16px;
  border-radius: 32px;
}
.header__action-link:hover {
  background: #d4f0d1;
  border: 1px solid #0f9c05;
}
.header__action-img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 9999px;
  border: 1px solid #cad5e3;
}
.header__language-switcher-item {
  display: none;
}
.header__language-switcher-item--current {
  display: block;
}
.header__language-switcher--active .header__language-switcher-item {
  display: block;
}
.header__sidebar-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: fixed;
  top: 0;
  left: -105%;
  z-index: 9999;
  background: #ffffff;
  border-radius: 0 24px 24px 0;
  padding: 32px;
  width: 420px;
  height: 100vh;
  box-shadow: 0px 8px 24px 0px rgba(22, 16, 50, 0.16);
  transition: left 0.4s ease-in-out;
  overflow-x: auto;
}
@media (max-width: 910px) {
  .header__sidebar-menu {
    height: 100%;
    width: 100vw;
    z-index: 9999;
    background: #ffffff;
    border-radius: 0 24px 24px 0;
    padding: 32px;
    box-shadow: 0px 8px 24px 0px rgba(22, 16, 50, 0.16);
    transition: left 0.4s ease-in-out;
    overflow: auto;
  }
  .header__sidebar-menu.active {
    left: 0;
    transition: left 0.4s ease-in-out;
  }
}
.header__sidebar-menu.active {
  left: 0;
  transition: left 0.4s ease-in-out;
}
.header__sidebar-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header__sidebar-items > li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #d4f0d1;
}
.header__sidebar-items > li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.header__sidebar-media {
  display: flex;
  gap: 32px;
  padding: 20px 0;
}
.header__sidebar-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__sidebar-separator {
  width: 28px;
  height: 1px;
  background-color: #86cc7c;
}
.header__ebook-data {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 16px;
  border: 4px solid #e2f5e0;
  gap: 16px;
}
.header__ebook-text {
  font-size: 17px;
  color: #161032;
}
.header__ebook-text > img {
  float: right;
  width: 150px;
}
.header__ebook-text > span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #44ac30;
}
.header__title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
}
.header__button-download {
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header__button-download:hover {
  color: #0f9c05;
}
.header__app-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width:100%;
}

.header__app-buttons > a {
  width:100%;
  max-width: 150px;
}

.header__app-buttons > a > img{
  width:100%;
}
.header .menu-link {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #44ac30;
  padding: 12px 14px 12px 26px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.header .menu-link:hover {
  background: #d4f0d1;
  color: #0f9c05;
  border: 1px solid #0f9c05;
}
.header .vertical-separator {
  width: 1px;
  height: 32px;
  background-color: #86cc7c;
}
@media (max-width: 900px) {
  .header .vertical-separator {
    display: none;
  }
}
.header .mega-menu-diety.active {
  display: block;
}
.header .mega-menu-diety {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 133px 30px 24px 30px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(22, 16, 50, 0.21);
  -moz-box-shadow: 0px 12px 24px 0px rgba(22, 16, 50, 0.21);
  box-shadow: 0px 12px 24px 0px rgba(22, 16, 50, 0.21);
  z-index: -1;
  margin: 0 auto;
  border-top: 1px solid #86cc7c;
  overflow: scroll;
  scrollbar-color: #44ac30 !important;
  max-height: 100vh;
}
.header .mega-menu-diety__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1419px) {
  .header .mega-menu-diety__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) {
  .header .mega-menu-diety__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .header .mega-menu-diety__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.header .mega-menu-diety__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  transition: all 0.2s ease;
  position: relative;
}
.header .mega-menu-diety__item:hover {
  background: #d4f0d1;
  border-radius: 16px;
}
.header .mega-menu-diety__item-title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
  margin: 0;
}
.header .mega-menu-diety__item-description {
  font-size: 15px;
  color: #161032;
  font-weight: 400;
}
.header .mega-menu-diety__cta {
  order: 999;
  grid-column: 6/span 2;
  padding: 16px;
  background-color: #e2f5e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1200px) {
  .header .mega-menu-diety__cta {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
@media (max-width: 600px) {
  .header .mega-menu-diety__cta {
    grid-column: 1/-1;
    width: 100%;
    border-radius: 12px;
  }
}
.header .mega-menu-diety__cta-image {
  width: 40px;
  height: 40px;
}
.header .mega-menu-diety__cta-title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
  margin: 0;
}
.header .mega-menu-diety__cta-description {
  font-size: 15px;
  color: #161032;
  margin-bottom: 16px;
}
.header .mega-menu-diety__cta-button {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.mega-menu-diety-mobile.active {
  display: block;
}

.mega-menu-diety-mobile {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-top: 1px solid #86cc7c;
}
.mega-menu-diety-mobile__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto;
}
.mega-menu-diety-mobile__item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px;
  transition: all 0.2s ease;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.mega-menu-diety-mobile__item:hover {
  background: #d4f0d1;
  border-radius: 16px;
}
.mega-menu-diety-mobile__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 80%;
}
.mega-menu-diety-mobile__item-icon {
  width: 40px;
  height: 40px;
  display: block;
}
.mega-menu-diety-mobile__item-icon > img {
  width: 100%;
  object-fit: contain;
}
.mega-menu-diety-mobile__item-title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
  margin: 0;
}
.mega-menu-diety-mobile__item-description {
  font-size: 15px;
  color: #161032;
  font-weight: 400;
}
.mega-menu-diety-mobile__cta {
  order: 999;
  grid-column: 6/span 2;
  padding: 16px;
  background-color: #e2f5e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1200px) {
  .mega-menu-diety-mobile__cta {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
@media (max-width: 600px) {
  .mega-menu-diety-mobile__cta {
    grid-column: 1/-1;
    width: 100%;
    border-radius: 12px;
  }
}
.mega-menu-diety-mobile__cta-image {
  width: 40px;
  height: 40px;
}
.mega-menu-diety-mobile__cta-image > img {
  width: 100%;
  object-fit: contain;
}
.mega-menu-diety-mobile__cta-title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
  margin: 0;
}
.mega-menu-diety-mobile__cta-description {
  font-size: 15px;
  color: #161032;
  margin-bottom: 16px;
}
.mega-menu-diety-mobile__cta-button {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.menu-mobile > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d4f0d1;
}
@media (min-width: 900px) {
  .menu-mobile > li > a {
    display: none;
  }
}

.menu-mobile .menu-item.has-children {
  position: relative;
}

.language-switcher {
  position: relative;
}

.language-dropdown-list {
  display: none;
  position: absolute;
  right: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  z-index: 10;
  width: 135%;
  border-radius: 8px;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 38px -6px rgba(8, 11, 47, 0.29);
  -moz-box-shadow: 0px 0px 38px -6px rgba(8, 11, 47, 0.29);
  box-shadow: 0px 0px 38px -6px rgba(8, 11, 47, 0.29);
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.language-dropdown-list.open {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.language-dropdown-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  transition: background 0.3s ease;
}
.language-dropdown-list li a > span {
  font-size: 15px;
  color: #161032;
  font-weight: 400;
}
.language-dropdown-list li a:hover {
  background: #d4f0d1;
  border-radius: 8px;
}

.language-dropdown-list li a img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #cad5e3;
}

.current-language-flag {
  overflow: visible;
  padding: 12px 16px;
}
.current-language-flag > a > img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #cad5e3;
}

@media (min-width: 900px) {
  .mobile-lang {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .desktop-lang {
    display: none !important;
  }
}

.new-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
}
@media screen and (max-width: 600px) {
  .new-label {
    top: 0;
    right: -150;
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}

.footer__container {
  max-width: 1280px;
  padding: 0 84px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .footer__container {
    padding: 0 16px;
  }
}
.footer__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__media {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__middle-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__middle-inner {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__menu--1 {
  column-count: 2;
  column-gap: 1rem;
  list-style: none;
  padding: 0;
}
.footer__menu--1 > li {
  break-inside: avoid;
}
.footer__menu--1 > li:last-child {
  margin-bottom: 0;
}
.footer__menu--2 {
  margin-bottom: 32px;
}
.footer__title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer li {
  margin-bottom: 12px;
}
.footer li > a {
  font-size: 15px;
  font-weight: 500;
  color: #666278;
}
.footer li > a:hover {
  color: #44ac30;
}
.footer__logo {
  margin-left: -15;
}
.footer__copy {
  text-align: right;
  color: #161032;
  font-size: 15px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}

.button {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 32px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 900px) {
  .button {
    width: 100%;
  }
}
.button--primary {
  background: #44ac30;
  color: #ffffff;
  width: max-content;
}
@media screen and (max-width: 900px) {
  .button--primary {
    width: 100%;
    justify-content: center;
  }
}
.button--primary:hover, .button--primary:focus {
  background: #0f9c05;
  color: #ffffff;
}
.button--link {
  background: transparent;
  color: #44ac30;
  border: 1px solid transparent;
}
@media screen and (max-width: 900px) {
  .button--link {
    width: 100%;
    justify-content: center;
  }
}
.button--link:hover, .button--link:focus {
  background: #d4f0d1;
  color: #0f9c05;
  border: 1px solid #0f9c05;
}
.button--secondary {
  background: #e2f5e0;
  color: #44ac30;
  border: 1px solid transparent;
}
@media screen and (max-width: 900px) {
  .button--secondary {
    width: 100%;
    justify-content: center;
  }
}
.button--secondary:hover, .button--secondary:focus {
  background: #d4f0d1;
  color: #0f9c05;
  border: 1px solid #0f9c05;
}
.button--outline {
  background: transparent;
  color: #44ac30;
  border: 1px solid #44ac30;
}
@media screen and (max-width: 900px) {
  .button--outline {
    width: 100%;
    justify-content: center;
  }
}
.button--outline:hover, .button--outline:focus {
  background: #d4f0d1;
  color: #0f9c05;
  border: 1px solid #0f9c05;
}

.diet-comparison {
  color: #161032;
  margin-bottom: 72px;
}
.diet-comparison__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  padding: 16px;
  width: 100%;
}
.diet-comparison__wrapper::-webkit-scrollbar {
  display: none;
}
.diet-comparison__inner-wrapper {
  display: inline-flex;
  background: #ffffff;
  border-radius: 24px;
  outline: 4px solid #e2f5e0;
  width: 100%;
  min-width: 700px;
  min-width: 700px;
  margin-bottom: 48px;
  margin-top: 48px;
}
.diet-comparison__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e0e0e0;
}
.diet-comparison__column:first-child {
  flex: 2;
}
.diet-comparison__column--highlighted {
  outline: 6px solid #4caf50;
  position: relative;
  border-radius: 24px;
}
.diet-comparison__column--radius-right {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  border-right: none !important;
}
.diet-comparison__cell {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}
.diet-comparison__cell--header {
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
  border-bottom: 1px solid #e0e0e0;
  flex: 0 0 auto;
  height: 160px;
}
.diet-comparison__cell--feature {
  justify-content: flex-start;
  gap: 12px;
  padding-left: 24px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.diet-comparison__column:first-child .diet-comparison__cell--feature:nth-child(even) {
  background: #f9f9f9;
}
.diet-comparison__cell--radius-left {
  border-bottom-left-radius: 24px;
}
.diet-comparison__cell--radius-right {
  border-bottom-right-radius: 24px;
}
.diet-comparison__column:not(.diet-comparison__column--highlighted) .diet-comparison__cell--check:nth-child(even) {
  background: #f9f9f9;
}
.diet-comparison__image {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diet-comparison__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diet-comparison__title {
  font-size: 15px;
  font-weight: 500;
  color: #161032;
  line-height: 1.4;
  text-align: center;
}
.diet-comparison__icon {
  width: 24px;
  height: 24px;
  color: #4caf50;
  flex-shrink: 0;
}
.diet-comparison__text {
  font-size: 17px;
  font-weight: 500;
  color: #161032;
  font-family: "Rubik", sans-serif;
}
.diet-comparison__status {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.diet-comparison__status::before, .diet-comparison__status::after {
  content: "";
  position: absolute;
  background: #fff;
}
.diet-comparison__status--positive {
  background: #4caf50;
}
.diet-comparison__status--positive::before {
  width: 3px;
  height: 10px;
  bottom: 9px;
  left: 13px;
  transform: rotate(45deg);
}
.diet-comparison__status--positive::after {
  width: 3px;
  height: 6px;
  bottom: 9px;
  left: 9px;
  transform: rotate(-45deg);
}
.diet-comparison__status--negative {
  background: #e53935;
}
.diet-comparison__status--negative::before {
  width: 14px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.diet-comparison__status--negative::after {
  width: 14px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 968px) {
  .diet-comparison__column:first-child {
    flex: 1.5;
  }
  .diet-comparison__title {
    font-size: 13px;
  }
  .diet-comparison__text {
    font-size: 13px;
  }
  .diet-comparison__image {
    width: 48px;
    height: 48px;
  }
  .diet-comparison__cell--header {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .diet-comparison__container {
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  .diet-comparison__inner-wrapper {
    min-width: 768px;
    border-radius: 24px;
  }
  .diet-comparison__column:first-child {
    flex: 2;
  }
  .diet-comparison__title {
    font-size: 12px;
  }
  .diet-comparison__text {
    font-size: 12px;
  }
  .diet-comparison__image {
    width: 40px;
    height: 40px;
  }
  .diet-comparison__cell {
    padding: 12px 8px;
  }
  .diet-comparison__cell--header {
    height: 120px;
    padding: 16px 8px;
  }
  .diet-comparison__cell--feature {
    padding-left: 12px;
    gap: 8px;
  }
  .diet-comparison__status {
    width: 28px;
    height: 28px;
  }
  .diet-comparison__status--positive::before {
    height: 8px;
    bottom: 8px;
    left: 11px;
  }
  .diet-comparison__status--positive::after {
    height: 5px;
    bottom: 8px;
    left: 8px;
  }
  .diet-comparison__status--negative::before, .diet-comparison__status--negative::after {
    width: 12px;
  }
}

.offer__ebook-data {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 16px;
  border: 4px solid #e2f5e0;
  gap: 16px;
  width: 100%;
  align-items: flex-start;
}
.offer__ebook-top {
  display: flex;
}
.offer__ebook-top > img {
  width: 200px;
  order: 2;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 420px) {
  .offer__ebook-top {
    flex-direction: column-reverse;
  }
  .offer__ebook-top > img {
    width: 80%;
    margin-bottom: 24px;
  }
}
.offer__ebook-text {
  font-size: 17px;
  color: #161032;
  text-align: left;
}
.offer__ebook-text > span {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #44ac30;
}
.offer__title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
}
.offer__sidebar-separator {
  width: 28px;
  height: 1px;
  background-color: #86cc7c;
}
.offer__button-download {
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.offer__button-download:hover {
  color: #0f9c05;
}
.offer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.ebook-download-popup.active {
  display: flex !important;
}

.ebook-download-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.ebook-download-popup__close-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ebook-download-popup__close {
  position: static !important;
  margin-right: 0 !important;
  text-align: right;
  cursor: pointer;
}
.ebook-download-popup__content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 500px;
  height: 650px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #e2f5e0;
}
.ebook-download-popup__content > iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.ebook-download-popup__title {
  font-size: 21px;
  font-weight: 700;
  color: #161032;
}
.ebook-download-popup__text {
  font-size: 17px;
  color: #161032;
  line-height: 1.4;
}

.u_body {
  background-color: #e2f5e0 !important;
}

.blog-hero {
  width: 100%;
  height: max-content;
  margin-bottom: 72px;
  padding-top: 120px;
}
.blog-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.blog-hero__categories {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #e2f5e0;
  width: 424px;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .blog-hero__categories {
    width: 100%;
    max-width: 280px;
    margin-bottom: 0;
    align-items: center;
  }
}
.blog-hero__categories::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -270px;
  width: 300px;
  height: 86.78px;
  background-image: url("../assets/czego-szukasz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .blog-hero__categories::before {
    content: none;
  }
}
.blog-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
  text-align: center;
}
.blog-hero__subheading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #44ac30;
  margin: 0;
}
.blog-hero__desc > p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 140%;
  color: #161032 !important;
}
.blog-hero__subcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.blog-filter__main {
  color: #44ac30;
  padding: 16px;
  border-radius: 32px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  margin-top: auto;
}
.blog-filter__main:hover {
  background-color: #0f9c05;
  color: #ffffff;
}
.blog-filter__main.active {
  background-color: #44ac30;
  color: #ffffff;
  padding: 16px;
  border-radius: 32px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-top: auto;
}
.blog-filter__main.active:hover {
  background-color: #0f9c05;
  color: #ffffff;
}
.blog-filter__sub {
  color: #44ac30;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #44ac30;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: auto;
}
.blog-filter__sub:hover {
  background-color: #0f9c05;
  color: #ffffff;
}

#blog-posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
}

.blog-item {
  flex: 1 0 300px;
  height: 600px;
	display: flex;
  flex-direction: column;
}

.post-thumbnail {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.post-thumbnail > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.post-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.post-meta__dot {
  width: 3.2px;
  height: 3.2px;
  border-radius: 50%;
  background-color: #44ac30;
}

.post-author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.post-author-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-content {
  padding: 0 16px;
}

.post-author-name {
  font-weight: 500;
  color: #44ac30;
  font-size: 15px;
}

.post-date {
  font-weight: 400;
  color: #727272;
  font-size: 15px;
}

.post-excerpt > p {
  font-weight: 400;
  color: #161032;
  font-size: 17px;
  line-height: 140%;
}

.read-more-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
	margin-top:auto;
}

.btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #44ac30;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 32px;
  width: max-content;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #0f9c05;
  border: 1px solid #0f9c05;
  background-color: #d4f0d1;
}

.pagination__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 72px 0;
}
.pagination__arrow.is-active, .pagination__arrow.is-inactive {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #cad5e3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__arrow.is-active:hover, .pagination__arrow.is-inactive:hover {
  border: 1px solid #0f9c05 !important;
  background: #d4f0d1 !important;
}
.pagination__arrow.is-inactive {
  opacity: 0.7;
  pointer-events: none;
}
.pagination__numbers {
  display: flex;
  gap: 8px;
}
.pagination__numbers > a,
.pagination__numbers span {
  font-size: 17px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #44ac30;
}
.pagination__numbers > a:hover,
.pagination__numbers span:hover {
  background: #d4f0d1 !important;
  color: #44ac30;
}
.pagination__numbers > span {
  color: #ffffff;
  background-color: #44ac30;
  pointer-events: none;
}
.pagination__dots {
  color: #44ac30 !important;
  background-color: #ffffff !important;
  border: none !important;
}

html[lang=en-US] .blog-hero__categories::before {
  background-image: url("../assets/what-are-you-looking-for-en.svg");
}

.plan {
  display: flex;
  gap: 40px;
}
.plan__container {
  width: 100%;
}
.plan__carousel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  padding-left: 84px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .plan__carousel {
    flex-direction: column;
    padding: 0;
  }
}
.plan__header--mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .plan__header--mobile {
    text-align: center;
    display: block;
    order: 1;
  }
}
.plan__header--desktop {
  display: block;
}
@media screen and (max-width: 900px) {
  .plan__header--desktop {
    display: none;
  }
}
.plan__button {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
}
.plan__button > p {
  color: #44ac30;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .plan__button {
    margin-top: 12px;
  }
  .plan__button > p {
    display: none;
  }
}
.plan__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.plan__media {
  position: relative;
  width: 545px;
  height: 545px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .plan__media {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .plan__media {
    width: 100%;
    height: auto;
  }
}
.plan__media::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -150%;
  width: 200%;
  height: 110%;
  background-color: #e2f5e0;
  border-radius: 24px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .plan__media::before {
    content: none;
  }
}
.plan__content {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .plan__content {
    width: 100%;
  }
}
.plan__image-wrapper {
  position: relative;
  width: 545px;
  height: 545px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px dotted #44ac30;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .plan__image-wrapper {
    width: 100%;
    height: auto;
  }
}
.plan__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.plan__image.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.plan__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.plan__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px;
  border-radius: 50%;
  background: #44ac30;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .plan__dot {
    width: 8px;
    height: 8px;
    margin: -4px;
  }
}
.plan__dot.is-active {
  outline: 6px solid #ffffff;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(22, 16, 50, 0.27);
  -moz-box-shadow: 0px 8px 24px 0px rgba(22, 16, 50, 0.27);
  box-shadow: 0px 8px 24px 0px rgba(22, 16, 50, 0.27);
}
.plan__time {
  font-size: 17px;
  font-weight: 500;
}
.plan__meal {
  color: #44ac30;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}
.plan__calories {
  color: #44ac30;
  font-size: 17px;
  font-weight: 500;
}
.plan__title {
  margin-bottom: 10px;
}
.plan__description {
  margin-bottom: 20px;
}
.plan__slider {
  position: relative;
  min-height: 180px;
}
@media screen and (max-width: 900px) {
  .plan__slider {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.plan__slide {
  display: none;
}
.plan__slide.is-active {
  animation: fadeIn 0.6s ease;
  padding: 24px;
  border: 4px solid #e2f5e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 292px;
}
@media screen and (max-width: 900px) {
  .plan__slide.is-active {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}
.plan__slide-title {
  font-size: 19px;
  font-weight: 700;
  color: #161032;
}
.plan__nav {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-home {
  min-height: 300px;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .hero-home {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .hero-home {
    margin-top: 70px;
  }
}
.hero-home__container {
  width: 100%;
}
.hero-home__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 1;
}
.hero-home__video-container {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (max-width: 900px) {
  .hero-home__video-container {
    height: 250px;
    border-radius: 24px;
    margin-bottom: 12px;
  }
}
.hero-home__video-container video {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home__max-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.hero-home__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 200px;
  max-width: 686px;
  padding-left: 84px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .hero-home__content {
    position: static;
    width: 100%;
    padding-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .hero-home__content {
    top: 200px;
  }
}
.hero-home__content h1 {
  display: block;
  color: #ffffff;
  position: relative;
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  .hero-home__content h1 {
    width: 60%;
    color: #44ac30;
  }
}
.hero-home__content h1::after {
  content: "";
  position: absolute;
  top: -30;
  left: -20;
  width: 223px;
  height: 103.33px;
  z-index: -1;
  background-image: url("../assets/after-hero.svg");
}
@media screen and (max-width: 900px) {
  .hero-home__content h1::after {
    content: none;
  }
}
.hero-home__crown {
  display: none;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .hero-home__crown {
    display: block;
  }
}
.hero-home__content p {
  font-size: 17px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .hero-home__content p {
    display: inline-block;
    color: #161032;
  }
}

.c-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.c-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.c-popup__content {
  position: relative;
  z-index: 2;
  background: #000;
  padding: 0;
  border-radius: 1rem;
  max-width: 900px;
  width: 90%;
  height: 600px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .c-popup__content {
    height: 400px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .c-popup__content {
    height: 600px;
    border-radius: 24px;
  }
}
.c-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #cad5e3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-popup__close:hover {
  border: 1px solid #0f9c05 !important;
  background: #d4f0d1 !important;
}
.c-popup__video {
  width: 100%;
  height: 100%;
}
.c-popup__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.c-popup.open {
  display: flex;
}

.intro__container {
  width: 100%;
  padding-top: 0 !important;
  position: relative;
}
.intro__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 48px;
  padding-left: 84px;
  overflow: hidden;
  margin-top: -190px;
  z-index: 1;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 900px) {
  .intro__content {
    margin-top: 0;
    flex-direction: column;
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .intro__content {
    margin-top: -72px;
    padding-top: 32px;
  }
}
.intro__content::after {
  content: "";
  position: absolute;
  bottom: -160px; /* dodałem jednostkę */
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2f5e0;
  background-repeat: no-repeat;
  background-size: cover; /* zamiast contain */
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .intro__content::after {
    top: 140px;
    border-radius: 16px;
  }
}
.intro__image {
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .intro__image {
    width: 100%;
  }
}
.intro__sfv {
  position: absolute;
  top: 170;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .intro__sfv {
    top: -265;
  }
}
.intro__left {
  display: flex;
  flex-direction: column;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .intro__left {
    width: 100%;
    order: 2;
  }
}
.intro__content h2 {
  color: #44ac30;
}
@media screen and (max-width: 900px) {
  .intro__content h2 {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .intro__content p {
    text-align: center;
  }
}
.intro__app-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  width:100%;
}

.intro__app-buttons > a{
  width: 100%;
  max-width: 150px;
  height: 48px;
}

.intro__app-buttons > a >img{
  width: 100%;
  height: 48px;
}
@media screen and (max-width: 900px) {
  .intro__app-buttons {
    width: 100%;
    justify-content: center;
    /* Opcjonalnie: flex-wrap, jeśli przyciski się nie zmieszczą obok siebie na bardzo małych ekranach */
    flex-wrap: wrap; 
  }

  .intro__app-buttons a {
    /* WAŻNE: Nie ustawiaj tu width: 100%. 
       Chcesz, aby guzik miał swój naturalny rozmiar lub max-width z desktopu. */
    width: auto; 
    max-width: 150px; /* Utrzymujemy ograniczenie z wersji desktop */
    flex: 0 0 auto; /* Zapobiega dziwnemu rozciąganiu przez flexbox */
  }

  .intro__app-buttons a img {
    /* KLUCZ DO SUKCESU NA SAFARI: */
    height: 48px; /* Sztywna wysokość */
    width: auto;  /* Szerokość dopasuje się sama do wysokości */
    object-fit: contain; /* Zabezpieczenie, żeby obrazek się nie spłaszczył */
  }
}

.intro__image img {
  width: 100%;
}

.home-icons__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home-icons__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 84px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .home-icons__content {
    padding-left: 0;
  }
  .home-icons__content > h2,
  .home-icons__content > h4 {
    text-align: center;
  }
}
.home-icons__arrow-absolute {
  position: absolute;
  right: 50;
  top: -60px;
  z-index: 1;
  width: 85px;
}
@media screen and (max-width: 900px) {
  .home-icons__arrow-absolute {
    width: 40px;
    right: 20px;
  }
}
.home-icons__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.home-icons__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 200px;
  padding: 24px;
  border-radius: 16px;
  background-color: #e2f5e0;
}
@media screen and (max-width: 900px) {
  .home-icons__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.home-icons__item img {
  width: 64px;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .home-icons__item img {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
}
.home-icons__item-description > p {
  font-size: 19px !important;
  color: #161032 !important;
}

.app-pr__container {
  display: flex;
  padding-left: 84px;
  align-items: center;
  gap: 64px;
}
@media (max-width: 900px) {
  .app-pr__container {
    flex-direction: column;
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .app-pr__container {
    padding-left: 0;
  }
}
.app-pr__image {
  width: 50%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .app-pr__image {
    width: 100%;
  }
}
.app-pr__image img {
  width: 100%;
  height: auto;
}
.app-pr__play-icon {
  position: absolute;
  top: 50%;
  left: 68%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
}
.app-pr__play-icon img {
  width: 100%;
  height: auto;
}
.app-pr__content {
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .app-pr__content {
    width: 100%;
    text-align: center;
  }
  .app-pr__content > img {
    width: 100%;
  }
}
.app-pr__title {
  color: #44ac30;
}

.diety__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diety__container > h2 {
  margin-bottom: 0;
}
.diety__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .diety__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.diety__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .diety__item {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.diety__item h3 {
  font-size: 17px;
  font-weight: 700;
  color: #161032 !important;
  margin-bottom: 0;
}
.diety__item-description {
  font-size: 17px;
  font-weight: 400;
  color: #161032;
  margin-bottom: 16px;
}
.diety__item.is-hidden {
  display: none;
}
.diety__cta.is-last {
  order: 99;
}
.diety__cta {
  padding: 16px;
  background-color: #e2f5e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.diety__cta-image {
  width: 40px;
  height: 40px;
}
.diety__cta-title {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
  margin: 0;
}
.diety__cta-description {
  font-size: 15px;
  color: #161032;
  margin-bottom: 16px;
}
.diety__cta-button {
  width: 100% !important;
}
@media screen and (max-width: 900px) {
  .diety__cta-button {
    display: none;
  }
}
.diety__cta-button a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100% !important;
}
.diety__new-label {
  position: absolute;
  right: 16px;
  top: 16px;
}

.card__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  padding-top: 72px;
}
.card__container::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 200px;
  height: 200px;
  background: url("../assets/violet-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 24px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .card__container::before {
    top: -110px;
    right: 0;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 900px) {
  .card__container {
    flex-direction: column;
  }
  .card__container > img {
    width: 100%;
    position: relative;
  }
}
.card .card__image {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .card .card__image {
    width: 80%;
  }
}
.card__left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 396px;
}
@media screen and (max-width: 900px) {
  .card__left {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .card__left > .card__text h2 {
    display: block;
    max-width: 60%;
    margin: 12px auto;
  }
}
.card__left::before {
  content: "";
  position: absolute;
  top: -80;
  left: -80;
  width: 510px;
  height: 378px;
  background: url("../assets/card-icons.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .card__left::before {
    position: absolute;
    top: 20;
    left: -15px;
    width: 105%;
    height: 105%;
    background: url("../assets/card-before-m.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.min-button {
  width: fit-content !important;
}

.ambasadors__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}
.ambasadors__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .ambasadors__content > h2 {
    text-align: center;
  }
}
.ambasadors__content p {
  text-align: center;
}
.ambasadors__items {
  width: 100%;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .ambasadors__items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .ambasadors__items::-webkit-scrollbar {
    display: none !important;
  }
}
.ambasadors__item {
  border-radius: 16px;
  background-color: #e2f5e0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ambasadors__item {
    flex: 0 0 90%;
    scroll-snap-align: start;
    margin-bottom: 0;
  }
}
.ambasadors__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  .ambasadors__item img {
    height: 350px;
  }
}
.ambasadors__item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
}
.ambasadors__item-profile {
  font-size: 15px;
  font-weight: 500;
  color: #161032;
  text-align: left !important;
}
.ambasadors__item-name {
  font-size: 17px;
  color: #44ac30;
  font-weight: 700;
  text-align: left !important;
}
.ambasadors__item-description {
  font-size: 15px;
  color: #161032;
  font-weight: 400;
}

.offer__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 84px;
}
@media screen and (max-width: 1000px) {
  .offer__container {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
}
.offer__title {
  margin-bottom: 12px;
}
.offer__title--mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .offer__title--mobile {
    display: block;
    order: 1;
    color: #44ac30 !important;
  }
}
.offer__title--desktop {
  display: block;
  color: #44ac30 !important;
  max-width: 400px;
}
@media screen and (max-width: 900px) {
  .offer__title--desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .offer__text > p {
    text-align: center;
  }
}
.offer__button {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .offer__image {
    margin-top: 32px;
    width: 100%;
  }
  .offer__image > img {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .offer__content {
    text-align: center;
    width: 100%;
  }
}
.offer__button-download {
  font-size: 17px;
  font-weight: 700 !important;
  display: inline-flex;
  text-align: left;
  gap: 8px;
  color: #44ac30;
  font-family: "Rubik", sans-serif;
}
.offer__button-download:hover {
  color: #0f9c05;
}
.offer__button-download > img {
  width: 24px;
  height: 24px;
}

.table__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.table__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 0 84px;
  text-align: center;
  gap: 8px;
}
.table__content::before {
  content: "";
  position: absolute;
  top: -40;
  right: -60;
  width: 350px;
  height: 200px;
  background: url("../assets/arrow-200.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 24px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .table__content::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .table__content {
    padding: 0 16px;
  }
}
.table__label {
  color: #44ac30;
}
.table__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  overflow-y: hidden;
}
.table__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .table__image img {
    width: 679px;
  }
}
.table__title {
  display: block;
  max-width: 800px;
}
.table__cta {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.table__cta h3 {
  margin-bottom: 0;
}
.table .image--desktop {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .table .image--desktop {
    display: none;
  }
}
.table .image--mobile {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .table .image--mobile {
    display: none;
  }
}

.cta {
  padding: 0 16px;
}
.cta__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 96px 24px;
  background: url(../assets/cta-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 24px;
  text-align: center;
}
.cta__container > h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.cta__container > h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 36px;
}
.cta__button {
  margin-top: 24px;
}
.cta__button > a {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff !important;
  border: 1px solid #44ac30 !important;
  color: #44ac30 !important;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.cta__button > a svg {
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.cta__button > a svg path {
  fill: #44ac30;
  transition: fill 0.3s ease;
}
.cta__button > a:hover {
  background: #0f9c05 !important;
  color: #ffffff !important;
  border-color: #0f9c05 !important;
}
.cta__button > a:hover svg path {
  fill: #ffffff !important;
}

.hero-price__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 120px 0 72px 84px;
  position: relative;
}
@media (max-width: 900px) {
  .hero-price__content {
    padding: 80px 0 48px;
  }
}
.hero-price__content > h1 {
  margin-bottom: 0;
}
.hero-price__content > h4 {
  color: #44ac30;
}
.hero-price__content > p {
  display: block;
  font-size: 23px;
}
.hero-price__absolute-image {
  display: block;
  margin: 48px auto;
  width: 200px;
  height: auto;
}
@media (min-width: 900px) {
  .hero-price__absolute-image {
    margin: 48px 500px;
  }
}
.hero-price__switch-buttons {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 32px;
  width: 100%;
  background: #e2f5e0;
  border-radius: 32px;
}
@media (min-width: 760px) {
  .hero-price__switch-buttons {
    display: none;
  }
}
.hero-price__switch-buttons .hero-price__switch-button {
  flex: 1 1 50%;
  border: none;
  border-radius: 32px;
  background: none;
  color: #44ac30;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}
.hero-price__switch-buttons .hero-price__switch-button:hover {
  background: #0f9c05;
  color: #ffffff;
}
.hero-price__switch-buttons .hero-price__switch-button.is-active {
  background: #44ac30;
  color: #ffffff;
}
.hero-price__items {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: stretch !important;
  justify-content: flex-start;
  margin: 0 auto;
  overflow: auto;
  clip-path: inset(0);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 760px) {
  .hero-price__items {
    min-width: 100%;
    justify-content: flex-start;
    background: none;
  }
}
.hero-price__items {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}
.hero-price__items::-webkit-scrollbar {
  display: none;
}
@media (max-width: 760px) {
  .hero-price__items {
    min-width: 824px;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .hero-price__items {
    min-width: 100%;
    justify-content: flex-start;
  }
}
.hero-price .hero-price__button {
  width: 100%;
}
.hero-price__item {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  flex: 1 0 50%;
  max-width: 400px;
  border: 6px solid #e2f5e0;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .hero-price__item {
    flex: 0 0 auto;
    width: 330px;
  }
}
.hero-price__item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.hero-price__item-top > p,
.hero-price__item-top > h3 {
  text-align: center;
  display: block;
  width: 270px;
}
.hero-price__item-top > h3 {
  font-size: 32px;
  width: 100% !important;
}
.hero-price__item-label {
  color: #161032;
  text-transform: uppercase;
}
.hero-price__item-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}
.hero-price__item-bottom > p {
  text-align: center;
}
.hero-price__item .hero-price__label {
  color: #44ac30;
}
.hero-price__item .hero-price__time,
.hero-price__item .hero-price__price {
  color: #161032;
}
.hero-price .hero-price__separator {
  width: 100%;
  height: 1px;
  background-color: #86cc7c;
  margin: 24px 0;
}
.hero-price .hero-price__button {
  width: 100%;
  margin-top: 24px;
}
.hero-price__price-sale {
  font-size: 17px;
  font-weight: 700;
  text-decoration: line-through;
}
.hero-price .hero-price__info {
  font-size: 15px;
  color: #727272;
  margin-top: 12px;
  text-align: center;
}
.hero-price__button {
  width: 100%;
  margin-top: 24px;
}
.hero-price__button > a {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff !important;
  border: 1px solid #44ac30 !important;
  color: #44ac30 !important;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.hero-price__button > a svg {
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.hero-price__button > a svg path {
  fill: #44ac30;
  transition: fill 0.3s ease;
}
.hero-price__button > a:hover {
  background: #0f9c05 !important;
  color: #ffffff !important;
  border-color: #0f9c05 !important;
}
.hero-price__button > a:hover svg path {
  fill: #ffffff !important;
}

.item--first {
  border-color: #44ac30;
}
.item--first .hero-price__item-bottom > p {
  text-align: center;
}
.item--first .hero-price__button a {
  background: #44ac30 !important;
  text-align: center;
  color: #ffffff !important;
}
.item--first .hero-price__button > a {
  background-color: #44ac30;
  text-align: center;
  color: #ffffff;
}
.item--first .hero-price__button > a svg path {
  fill: #ffffff !important;
}
.item--first .hero-price__item-top > h3 {
  width: 250px;
  color: #44ac30;
}
.item--first .hero-price__label,
.item--first .hero-price__item-label,
.item--first .hero-price__time,
.item--first .hero-price__price {
  color: #44ac30;
}
.item--first .hero-price__item-label {
  text-transform: uppercase;
}

.price-benefits__content > h2 {
  text-align: center;
  margin-bottom: 32px;
  display: block;
  width: 100%;
}
.price-benefits__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.price-benefits__items::before {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 200px;
  background: url("../assets/arrow-cta.svg") no-repeat;
  background-size: contain;
  right: 540px;
  bottom: -40px;
}
@media (max-width: 900px) {
  .price-benefits__items::before {
    content: none;
  }
}
.price-benefits__item {
  border-radius: 16px;
  background-color: #e2f5e0;
  padding: 24px;
  min-height: 210px;
}
@media (max-width: 900px) {
  .price-benefits__item {
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: auto;
  }
}
.price-benefits__item > img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.faq-hero__container {
  padding: 170px 0 0 0;
}
@media screen and (max-width: 900px) {
  .faq-hero__container {
    padding: 80px 0 0 0;
  }
}
.faq-hero__label {
  color: #44ac30;
}
.faq-hero__title {
  position: relative;
  margin-bottom: 24px;
  display: block;
  width: 700px;
}
@media screen and (max-width: 900px) {
  .faq-hero__title {
    width: 100%;
  }
}
.faq-hero__title::before {
  content: "";
  position: absolute;
  right: -550px;
  top: 70px;
  width: 100px;
  height: 100px;
  background-image: url(../assets/misc.svg);
}
@media screen and (max-width: 900px) {
  .faq-hero__title::before {
    right: 60px;
    top: 140px;
  }
}
.faq-hero__nav {
  color: #44ac30;
  padding-left: 18px;
}
.faq-hero__nav > ul > li {
  list-style-type: disc !important;
  margin-bottom: 4px;
  line-height: 1.4;
}
.faq-hero__nav > ul > li > a {
  font-weight: 400;
  font-size: 23px;
}
@media screen and (max-width: 900px) {
  .faq-hero__nav {
    width: 60%;
  }
}

.faq__category {
  margin-bottom: 72px;
}
.faq__category-heading {
  color: #44ac30;
  margin-bottom: 30px;
  display: block;
}
.faq__list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #86cc7c;
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px 0;
  border-top: 1px solid #86cc7c;
}
.faq__question-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
}
.faq__question-title {
  font-size: 23px;
  color: #161032;
  font-weight: 700;
  text-align: left;
  font-family: "Rubik", sans-serif;
}
.faq__answer {
  font-size: 19px;
  color: #161032;
  scroll-behavior: smooth;
}

.hero__container {
  max-width: 840px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 130px auto 0 auto;
}
.hero__container > h4 {
  color: #44ac30;
}
.hero__container > h4,
.hero__container > h1 {
  text-align: center;
}
.hero__container > p {
  text-align: center;
}

.wpcf7 {
  max-width: 560px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
}

.wpcf7-form label {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #161032;
  width: 100%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text, .wpcf7-form .wpcf7-form-control.wpcf7-email, .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  min-width: 100%;
  padding: 12px 24px;
  border: 4px solid #e2f5e0;
  border-radius: 24px;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  transition: border-color 0.3s ease;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder, .wpcf7-form .wpcf7-form-control.wpcf7-email::placeholder, .wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #727272;
  font-size: 17px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form .wpcf7-form-control.wpcf7-email:focus, .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #44ac30;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 120px;
  resize: vertical;
}
.wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  user-select: none;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #44ac30;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #44ac30;
  border-color: #44ac30;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.wpcf7-form .wpcf7-submit {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #44ac30;
  border: none;
  border-radius: 25px;
  padding: 14px 28px 14px 28px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-image: url("../assets/send.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  padding-right: 48px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #0f9c05;
}

.wpcf7-response-output {
  border: 1px solid #44ac30;
  margin: 0;
  border-radius: 8px;
  background: #e2f5e0;
  color: #44ac30;
}

.contact-form {
  position: relative;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form:before {
  content: "";
  position: absolute;
  top: -200;
  right: -400;
  width: 388px;
  height: 373.51;
  background-image: url("../assets/arrow-200.svg");
  background-position: center;
}
@media screen and (max-width: 900px) {
  .wpcf7-form:before {
    display: none;
  }
}

.section--tresc-z-obrazem .section__container {
  max-width: 1200px;
  margin: 0 auto;
}
.section--tresc-z-obrazem .section__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.section--tresc-z-obrazem .section__label {
  font-weight: 900;
  color: #44ac30;
  margin-top: 0;
}
.section--tresc-z-obrazem .section__content {
  width: 40%;
  min-width: 200px;
}
@media screen and (max-width: 900px) {
  .section--tresc-z-obrazem .section__content {
    width: 100%;
  }
}
.section--tresc-z-obrazem .section__image {
  width: 60%;
  max-width: 520px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section--tresc-z-obrazem .section__image {
    width: 100%;
  }
}
.section--tresc-z-obrazem .section__image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.section--tresc-z-obrazem .section__image__decor {
  position: absolute;
  right: -24px;
  top: -24px;
  pointer-events: none;
}
.section--tresc-z-obrazem .section__image__decor__img {
  display: block;
  max-width: 120px;
  height: auto;
}
.section--tresc-z-obrazem--image-left .section__image {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .section--tresc-z-obrazem--image-left .section__image {
    width: 100%;
  }
}
.section--tresc-z-obrazem--image-left .section__content {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .section--tresc-z-obrazem--image-left .section__content {
    width: 100%;
  }
}
.section--tresc-z-obrazem--image-right .section__image {
  margin-left: 0;
  display: flex;
  order: 1;
}
@media (max-width: 900px) {
  .section--tresc-z-obrazem .section__inner {
    flex-direction: column;
  }
  .section--tresc-z-obrazem .section__image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .section--tresc-z-obrazem .section__image__decor {
    right: 0;
    top: auto;
    bottom: -12px;
    max-width: 80px;
  }
  .section--tresc-z-obrazem .section__content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.section__text > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.section__text > ul > li {
  margin-bottom: 12px;
  position: relative;
}
.section__text > ul > li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../assets/dot-li.svg") no-repeat center/contain;
}

.section__decor {
  height: 150px;
  position: absolute;
}
.section__decor > img {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .section__decor {
    display: none;
  }
}

.section-decor-3 {
  left: 540px;
}

.section-tresc-z-ikonami__container {
  display: flex;
  align-items: center;
  gap: 68px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .section-tresc-z-ikonami__container {
    padding: 0 16px;
    flex-wrap: wrap;
  }
}
.section-tresc-z-ikonami__content {
  flex: 0 1 auto;
  max-width: 600px;
}
@media (max-width: 900px) {
  .section-tresc-z-ikonami__content {
    order: 2;
    flex: 1 1 100%;
  }
}
.section-tresc-z-ikonami__label {
  display: block;
  font-weight: 900;
  color: #44ac30;
}
.section-tresc-z-ikonami__description > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.section-tresc-z-ikonami__description > ul > li {
  margin-bottom: 12px;
  position: relative;
}
.section-tresc-z-ikonami__description > ul > li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../assets/dot-li.svg") no-repeat center/contain;
}
.section-tresc-z-ikonami__icons {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 170px);
  grid-template-rows: repeat(3, auto);
  gap: 8px;
}
@media (max-width: 900px) {
  .section-tresc-z-ikonami__icons {
    margin-top: 72px;
    flex: 1 1 100%;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
.section-tresc-z-ikonami .section-tresc-z-ikonami__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  min-height: 170px;
}
.section-tresc-z-ikonami .section-tresc-z-ikonami__icon img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.section-tresc-z-ikonami .section-tresc-z-ikonami__icon span {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
}
.section-tresc-z-ikonami .section-tresc-z-ikonami__icon--highlight {
  background: #e2f5e0;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(68, 172, 61, 0.17);
  -moz-box-shadow: 0px 8px 24px 0px rgba(68, 172, 61, 0.17);
  box-shadow: 0px 8px 24px 0px rgba(68, 172, 61, 0.17);
}

.hero-image {
  margin-bottom: 48px;
}
.hero-image__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-left: 84px;
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  .hero-image__container {
    padding: 100px 16px;
  }
}
.hero-image__content {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .hero-image__content {
    width: 100%;
  }
}
.hero-image__content > img {
  margin-top: 64px;
  margin-left: 64px;
}
@media screen and (max-width: 900px) {
  .hero-image__content > img {
    display: none;
  }
}
.hero-image__label {
  color: #44ac30;
  margin-top: 0;
}
.hero-image__title {
  margin-top: 0;
  display: block;
  width: 90%;
}
.hero-image__text {
  font-size: 23px;
  color: #161032;
  line-height: 140%;
  margin-top: 0;
}
.hero-image__image {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .hero-image__image {
    width: 100%;
    margin-top: 36px;
  }
}
.hero-image__image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.hero-image__image__decor {
  position: absolute;
  right: -24px;
  top: -24px;
  pointer-events: none;
}
.hero-image__image__decor__img {
  display: block;
  max-width: 120px;
  height: auto;
}

.dieta-page__container {
  max-width: 1280px;
}
.dieta-page__hero {
  margin-bottom: 36px;
  margin-top: 80px;
}
.dieta-page__hero-bg {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-bg {
    position: static;
    border-radius: 24px;
    width: 100%;
    height: 250px;
  }
}
.dieta-page__hero-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dieta-page__hero-overlay {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-overlay {
    display: none;
  }
}
.dieta-page__hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  bottom: 50%;
  transform: translateY(20%);
  max-width: 646px;
  padding-left: 84px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-content {
    position: static;
    padding-left: 0;
    min-width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
.dieta-page__hero-content h1 {
  color: #ffffff;
  position: relative;
  min-width: 606px;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-content h1 {
    color: #44ac30;
    text-align: center;
    min-width: 100%;
    margin-top: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
.dieta-page__hero-content h1::after {
  content: "";
  position: absolute;
  top: -30;
  left: -20;
  width: 223px;
  height: 103.33px;
  z-index: -1;
  background-image: url("../assets/after-hero.svg");
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-content h1::after {
    content: none;
  }
}
.dieta-page__hero-content p {
  font-size: 17px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-content p {
    color: #161032;
    text-align: center;
    min-width: 100%;
    margin-top: 12px;
  }
}
.dieta-page__bottom {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px 64px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .dieta-page__bottom {
    display: flex;
    flex-direction: column-reverse;
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
    padding: 30px 0px;
  }
}
.dieta-page__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2f5e0;
  z-index: -1;
}
.dieta-page__hero-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .dieta-page__hero-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.dieta-page__hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 32px;
  border: 1px solid #44ac30;
}
.dieta-page__hero-badge > span {
  font-size: 17px;
  font-weight: 500;
  color: #44ac30;
}
.dieta-page__hero-badge > img {
  width: 24px;
  height: auto;
}
.dieta-page__benefits-heading {
  padding-left: 84px;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .dieta-page__benefits-heading {
    text-align: center;
    padding-left: 0;
  }
}
.dieta-page__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin-bottom: 72px;
}
@media screen and (max-width: 900px) {
  .dieta-page__benefits-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .dieta-page__benefit-item p {
    margin-bottom: 0 !important;
  }
}
.dieta-page__benefit-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background-color: #e2f5e0;
}
@media screen and (max-width: 900px) {
  .dieta-page__benefit-item {
    min-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.dieta-page__benefit-item > img {
  width: 48px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.dieta-page__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin-bottom: 72px;
}
@media screen and (max-width: 900px) {
  .dieta-page__steps-grid {
    display: flex;
    flex-direction: column;
  }
}
.dieta-page__step-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  min-width: 200px;
  border-radius: 16px;
  background-color: #e2f5e0;
}
@media screen and (max-width: 900px) {
  .dieta-page__step-item {
    min-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.dieta-page__step-item > img {
  width: 48px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.dieta-page__step-number {
  color: #44ac30;
}
.dieta-page__dietician-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 72px 0;
  margin-bottom: 72px;
}
@media screen and (max-width: 900px) {
  .dieta-page__dietician-content {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
}
.dieta-page__dietician-content > img {
  width: 50%;
  margin-left: 84px;
  padding: 10px;
  border: 6px dotted #44ac30;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .dieta-page__dietician-content > img {
    width: 80%;
    margin-left: 0;
    border: 3px dotted #44ac30;
  }
}
.dieta-page__dietician-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -900;
  width: 100%;
  height: 100%;
  background-color: #e2f5e0;
  z-index: -1;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
.dieta-page__dietician-text {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dieta-page__dietician-text > h2 {
  color: #44ac30;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .dieta-page__dietician-text {
    width: 100%;
    text-align: center;
  }
}
.dieta-page__dietician-name {
  font-size: 17px;
  font-weight: 700;
  color: #161032;
}
.dieta-page__dietician-name > span {
  color: #44ac30;
  font-weight: 400;
}
.dieta-page__dietician-quote {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 17px;
  font-weight: 400;
  color: #161032;
  padding: 24px;
  border-radius: 16px;
  border: 4px solid #e2f5e0;
}
.dieta-page__dietician-quote > span {
  color: #44ac30;
  font-weight: 700;
  font-size: 17px;
}
.dieta-page__meals {
  position: relative;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 900px) {
  .dieta-page__meals {
    margin-bottom: 0;
  }
}
.dieta-page__meals-viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto 32px auto;
}
.dieta-page__meals-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  transition: transform 0.6s cubic-bezier(0.22, 0.9, 0.35, 1);
  will-change: transform;
  width: max-content;
  height: 300px;
  margin: 0 auto;
}
.dieta-page__meal-item {
  flex: 0;
  width: 240px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center center;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.dieta-page__meal-item.is-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}
.dieta-page__meal-image {
  width: 240px !important;
  object-fit: cover;
  display: block;
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
  border-radius: 24px;
  object-fit: cover;
}
.dieta-page__meals-caption {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dieta-page__meals-caption.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.dieta-page__meal-category {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}
.dieta-page__meal-name {
  width: 100%;
  color: #44ac30;
  margin: 4px 0;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 70%;
}
.dieta-page__meal-time {
  font-size: 17px;
  font-weight: 500;
  color: #44ac30;
  position: relative;
  margin-left: 32px;
}
.dieta-page__meal-time::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../assets/clock.svg");
  background-repeat: no-repeat;
  left: -32px;
  top: -2px;
  position: absolute;
}
.dieta-page__meals-prev, .dieta-page__meals-next {
  position: absolute;
  bottom: 15%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #cad5e3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dieta-page__meals-prev:hover, .dieta-page__meals-next:hover {
  border: 1px solid #0f9c05 !important;
  background: #d4f0d1 !important;
}
@media screen and (max-width: 900px) {
  .dieta-page__meals-prev, .dieta-page__meals-next {
    transform: translateY(-60%);
  }
}
.dieta-page__meals-prev {
  left: 13%;
}
@media screen and (max-width: 900px) {
  .dieta-page__meals-prev {
    left: 16px;
  }
}
.dieta-page__meals-next {
  right: 13%;
}
@media screen and (max-width: 900px) {
  .dieta-page__meals-next {
    right: 16px;
  }
}
.dieta-page__wideo-container {
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background-image: url("../assets/video-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .dieta-page__wideo-container {
    width: 100%;
    margin: 16px 0;
    height: 300px;
  }
}
.dieta-page__vodeo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  color: #ffffff;
}
.dieta-page__vodeo-content > h2,
.dieta-page__vodeo-content > p {
  color: #ffffff;
  text-align: center;
}
.dieta-page__steps-container {
  padding-top: 16px;
}
.dieta-page__transformations-heading {
  text-align: center;
}
.dieta-page__transformations-heading > span {
  color: #44ac30;
}
.dieta-page__transformations {
  background: #e2f5e0;
  padding: 60px 16px;
  margin-bottom: 72px;
}
.dieta-page__transformations-text {
  text-align: center;
  margin-bottom: 40px;
}
.dieta-page__transformations-gallery {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  overflow: auto;
}
.dieta-page__transformations-gallery::-webkit-scrollbar {
  background-color: #e2f5e0;
  border-radius: 24px;
  padding-top: 24px;
}
.dieta-page__transformations-gallery::-webkit-scrollbar-thumb {
  background-color: #44ac30;
  border-radius: 24px;
  padding-top: 24px;
}
.dieta-page__transformations-image {
  flex: 1;
  width: 100%;
  min-width: 270px;
  height: auto;
}
.dieta-page__testimonial-container {
  width: 100%;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.dieta-page__testimonial-text > p {
  text-align: center !important;
  font-size: 19px;
  font-weight: 500;
  color: #161032;
  font-style: italic;
}
.dieta-page__cta {
  padding: 0;
}
.dieta-page__cta-button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 900px) {
  .dieta-page__cta-button {
    display: none;
  }
}

.dieta-page__meal-caption {
  display: none !important;
}

.dieta-page__active-caption {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 900px) {
  .dieta-page__active-caption {
    width: 300px;
    margin: 0 auto;
  }
}
.dieta-page__active-caption.visible {
  opacity: 1;
  transform: translateY(0);
}

.postid-1339 .dieta-page__hero-overlay,
.postid-1590 .dieta-page__hero-overlay {
  display: none !important;
}

.article__container {
  padding: 120px 84px 0;
}
@media screen and (max-width: 900px) {
  .article__container {
    padding: 80px 16px 0;
  }
}
.article__section {
  padding: 0;
}
.article__back-button {
  margin-bottom: 40px;
}
.article__back-button > a > img {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .article__back-button {
    display: flex;
    justify-content: flex-start;
    width: max-content;
  }
}
.article__author-avatar {
  width: 32px;
  height: 32px;
}
.article__author-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__date {
  color: #161032;
  font-size: 15px;
  opacity: 0.6;
}
.article__author-name {
  font-size: 15px;
  font-weight: 700;
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .article__meta {
    gap: 8px;
  }
}
.article__meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #44ac30;
}
.article__share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article__share > p {
  margin-bottom: 0;
  color: #161032;
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .article__share {
    display: none;
  }
  .article__share--bottom {
    display: flex;
  }
}
.article__share-buttons {
  display: flex;
  gap: 16px;
}
.article__share-buttons > li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
.article__share-buttons > li > a > img {
  width: 32px;
  height: 32px;
}
.article__post-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .article__post-content {
    max-width: 100%;
  }
}
.article__tags > a {
  margin-right: 8px;
  color: #44ac30;
  padding: 10px 28px;
  border-radius: 36px;
  border: 1px solid #44ac30;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.article__tags > a:hover {
  background-color: #d4f0d1;
}
.article__excerpt {
  margin-bottom: 40px;
}
.article__title-links {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
}
.article__links > ul {
  margin-bottom: 40px;
}
.article__links > ul > li {
  list-style: disc;
  color: #44ac30;
  margin-bottom: 4px;
  margin-left: 20px;
}
.article__links > ul > li > a {
  font-size: 19px;
  font-weight: 400;
}
.article__image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 30px;
  overflow: hidden;
}
.article__image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.article__content {
  max-width: 900px;
}
.article__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article__table::-webkit-scrollbar {
  background-color: #e2f5e0;
  border-radius: 24px;
  padding-top: 24px;
}
.article__table::-webkit-scrollbar-thumb {
  background-color: #44ac30;
  border-radius: 24px;
  padding-top: 24px;
}
.article__table {
  width: 100%;
  overflow: auto;
  margin: 40px 0;
  border-radius: 24px;
  border: 4px solid #e2f5e0;
}
.article__table > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.article__table > table > tbody > tr > td {
  padding: 16px 24px;
  border-bottom: 1px solid #cad5e3;
  border-left: 1px solid #cad5e3;
}
.article__table > table > thead > tr > th {
  padding: 16px 24px;
  border-bottom: 1px solid #cad5e3;
  border-left: 1px solid #cad5e3;
  text-align: left;
}
.article__table-row {
  background-color: #ffffff;
}
.article__table-row--alt {
  background-color: #f9fafc !important;
}
.article__related-container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.article__related-container > h2 {
  margin-top: 72px;
  padding-left: 84px;
}
@media screen and (max-width: 900px) {
  .article__related-container > h2 {
    padding-left: 0;
  }
}
.article__footer {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.article__footer-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .article__footer-meta {
    gap: 8px;
  }
}
.article__footer-avatar {
  display: block;
  width: 48px;
  height: 48px;
}
.article__footer-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__footer-author {
  font-size: 15px;
  font-weight: 500;
}
.article__footer-author > span {
  color: #44ac30;
  font-weight: 400;
}
.article__related-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 16px;
}
.article__related-image {
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
}
.article__related-image > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.article__related-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article__related-avatar {
  display: block;
  width: 32px;
  height: 32px;
}
.article__related-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__related-author {
  font-size: 15px;
  font-weight: 700;
}
.article__related-date {
  font-size: 15px;
  opacity: 0.6;
  color: #161032;
}
.article__related-name {
  margin: 16px 0;
}
.article__related-button {
  display: flex;
  justify-content: flex-end;
}

main.article ul li {
  list-style: disc;
  margin-left: 30px;
}

.hero-404__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
  padding-top: 140px;
}
.hero-404__container > img {
  width: 100%;
  max-width: 700px;
}
.hero-404__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .hero-404__cta {
    flex-direction: column;
  }
}

.ambasador-hero__hero {
  padding-top: 80px;
  margin-bottom: 72px;
}
.ambasador-hero__hero-bg {
  position: relative;
  height: 550px;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 900px) {
  .ambasador-hero__hero-bg {
    position: static;
    border-radius: 24px;
    height: 250px;
  }
}
.ambasador-hero__hero-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 900px) {
  .ambasador-hero__hero-bg > img {
    object-position: right;
  }
}
.ambasador-hero__hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 220px;
  max-width: 616px;
  padding-left: 84px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .ambasador-hero__hero-content {
    position: static;
    margin-top: 48px;
    padding-left: 0;
    max-width: 100%;
  }
}
.ambasador-hero__hero-content h4 {
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .ambasador-hero__hero-content h4 {
    color: #44ac30;
    text-align: center;
  }
}
.ambasador-hero__hero-content h1 {
  color: #ffffff;
  position: relative;
  min-width: 606px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .ambasador-hero__hero-content h1 {
    color: #161032;
    text-align: center;
    min-width: 100%;
    margin-top: 12px;
  }
}
.ambasador-hero__hero-content p {
  font-size: 17px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .ambasador-hero__hero-content p {
    color: #161032;
    text-align: center;
    min-width: 100%;
    margin-top: 12px;
  }
}
.ambasador-hero__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ambasador-hero__cta > a {
  width: auto;
}
.ambasador-hero__social {
  display: flex;
  gap: 16px;
}
.ambasador-hero__social-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #cad5e3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.ambasador-hero__social-icon:hover {
  border: 1px solid #0f9c05 !important;
  background: #d4f0d1 !important;
}

.page-id-1110 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1092 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1109 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1108 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1107 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1560 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1563 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1565 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1553 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1555 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1748 .section--tresc-z-obrazem.section--image-left .section__image,
.page-id-1553 .section--tresc-z-obrazem.section--image-left .section__image {
  position: relative;
}
.page-id-1110 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1092 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1109 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1108 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1107 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1560 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1563 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1565 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1553 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1555 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1748 .section--tresc-z-obrazem.section--image-left .section__image::before,
.page-id-1553 .section--tresc-z-obrazem.section--image-left .section__image::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -150%;
  width: 200%;
  height: 110%;
  background-color: #e2f5e0;
  border-radius: 24px;
  z-index: -1;
}
@media (max-width: 900px) {
  .page-id-1110 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1092 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1109 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1108 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1107 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1560 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1563 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1565 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1553 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1555 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1748 .section--tresc-z-obrazem.section--image-left .section__image::before,
  .page-id-1553 .section--tresc-z-obrazem.section--image-left .section__image::before {
    content: none;
  }
}

.page-id-1107 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1560 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1563 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1092 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1108 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1555 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1109 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1565 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1748 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.page-id-1553 .section--image-left .section__image {
  border-radius: 50%;
  padding: 12px;
  border: 6px dotted #44ac30;
}

.video-section__video-container {
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background-image: url("../assets/video-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 900px) {
  .video-section__video-container {
    width: 100%;
    margin: 16px 0;
    height: 300px;
  }
}
.video-section__video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  color: #ffffff;
}
.video-section__video-content > h2,
.video-section__video-content > p {
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .video-section__video-content > h2,
  .video-section__video-content > p {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
