@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

video,
iframe,
canvas {
  overflow: hidden !important;
  contain: layout style paint;
  view-transition-name: none;
}

.smartplayer,
.smartplayer *,
.video-vturb,
.video-vturb * {
  overflow: hidden !important;
  contain: layout style paint;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.display-1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  font-family: var(--font-heading);
}

.display-2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 48px;
  font-family: var(--font-heading);
}

.display-3 {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.017em;
  line-height: 58px;
}

.title-1 {
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.017em;
  font-weight: 400;
}

.body-1 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.body-2 {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.body-3 {
  font-family: 'Onest';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1156px) {
  .title-1 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .title-1 {
    font-size: 18px;
    line-height: 28px;
  }
}

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


#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

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

:root {
  --font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  --font-heading: Onest, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  --base-blue: #BCE3E9;
  --base-dark: #222222;
  --base-light-bg: #edf4fa;
  --base-accent-blue: #297ec1;
  --button-default: linear-gradient(180deg, #52a5e7 0%, #72baf3 100%);
  --bg-gradient: linear-gradient(180deg,
      rgba(136, 198, 246, 0.64) 0%,
      rgba(176, 208, 233, 0.64) 36.66%,
      rgba(176, 208, 233, 0) 100%);
  --bg-card: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #ddf0ff 100%);
  --bg-gradient-2: linear-gradient(180deg, rgba(176, 208, 233, 0.2) 0%, #b0d0e9 100%);
  --bg-gradient-3: linear-gradient(180deg,
      rgba(176, 208, 233, 0) 0%,
      rgba(176, 208, 233, 0.64) 43.6%,
      rgba(136, 198, 246, 0.64) 100%);
  --bg-gradient-5: linear-gradient(180deg,
      rgba(176, 208, 233, 0) 0%,
      rgba(176, 208, 233, 0.64) 36.63%,
      rgba(76, 143, 196, 0.64) 78.47%);
  --base-gradient: linear-gradient(90deg, rgba(88, 151, 200, 0.8) 0%, rgba(176, 208, 233, 0.8) 100%);
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--base-dark);
}

.main {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 92px;
}

@media (max-width: 1156px) {
  .container {
    padding: 0 4rem;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}

.button {
  font-family: var(--font-heading);
  box-shadow: 0px 2px 8px #ACCBD0;
  background: linear-gradient(92.72deg, #FF5B36 0%, #FF9D2E 100.53%);
  font-size: 22px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: 800;
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 20;
  padding: 2px;
}

.button span {
  position: relative;
  z-index: 20;
  padding: 16px 22px;
  background: linear-gradient(92.72deg, #FF5B36 0%, #FF9D2E 100.53%);
  border: 0;
  border-radius: 19px;
}

.button:hover {
  padding: 0;
}

.button:hover span {
  padding: 18px 24px;
  background: linear-gradient(180deg, #AEDEE5 0%, #6EC3D0 100%);
}

@media (max-width: 767px) {
  .button {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.2;
  }
}

h1,
.title,
.h1 {
  font-size: 40px;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 1156px) {

  h1,
  .title,
  .h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 32px;
    font-weight: 800;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 767px) {

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

img {
  width: 100%;
  height: auto;
}

.rte {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.rte strong {
  font-weight: 800;
}

:root {
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-light {
  font-weight: var(--font-weight-light);
}

.font-normal {
  font-weight: var(--font-weight-normal);
}

.font-medium {
  font-weight: var(--font-weight-medium);
}

.font-semibold {
  font-weight: var(--font-weight-semibold);
}

.font-bold {
  font-weight: var(--font-weight-bold);
}

.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}

.font-black {
  font-weight: var(--font-weight-black);
}


body {
  color: #222222;
}

.page-header {
  background: linear-gradient(180deg, #fff, #fff 36.48%, hsla(0, 0%, 100%, 0.9) 64.03%, hsla(0, 0%, 100%, 0));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.page-header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-block: 16px;
}

.page-header .header .header-logo {
  z-index: 20;
  position: relative;
}

.page-header .header .nav-primary {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1156px) {
  .page-header .header .nav-primary {
    gap: 48px;
  }
}

.page-header .header .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 21px;
  padding: 6px;
}

.page-header .header .hamburger .bar {
  width: 20px;
  height: 2px;
  background-color: var(--base-dark);
  pointer-events: none;
  transform-origin: left;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

@media screen and (min-width: 1156px) {
  .page-header .header .hamburger {
    display: none;
  }
}

.page-header .header .hamburger.active .top {
  rotate: 45deg;
  transform: translateY(-1px);
  width: 22px;
}

.page-header .header .hamburger.active .middle {
  opacity: 0;
  transform: translateX(5px);
}

.page-header .header .hamburger.active .bottom {
  rotate: -45deg;
  width: 22px;
  transform: translateY(1px);
}

.page-header .header .menu {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1156px) {
  .page-header .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 80px 4rem 1rem 4rem;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateY(-100%);
    transition: all 400ms ease;
  }

  .page-header .header .menu.active {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .page-header .header .menu {
    padding: 80px 1rem;
  }
}

@media screen and (min-width: 1156px) {
  .page-header .header .menu {
    display: flex;
    gap: 32px;
    align-items: center;
  }
}



.page-header .header .button span {
  padding: 16px 66px;
}

.page-header .header .button:hover span {
  padding: 18px 68px;
}

@media (max-width: 767px) {
  .page-header .header .button span {
    padding: 8px 16px;
    font-size: 22px;
  }
}

.main-screen {
  padding-top: 160px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 25%, #ABDCE4 100%);
}

.main-screen .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.main-screen .container .image-area {
  grid-column: span 4;
  order: 2;
  grid-row: span 3;
  justify-content: flex-end;
  max-width: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .main-screen .container .image-area {
    min-height: 330px;
  }
}

.main-screen .container .image-area .main-image {
  margin-right: 0;
  min-width: 300px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-25%, 25%);
}

.main-screen .container .image-area .main-image picture {
  position: absolute;
  z-index: 1;
  min-width: 526px;
  width: 100%;

}

.main-screen .container .image-area .main-screen-bg {
  margin-right: 0;
  scale: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-5%, 5%);
  /* z-index: -1; */
}

.main-screen .container .image-area .main-screen-bg svg {
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.main-screen .container .text-area {
  grid-column: span 8 / span 8;
  justify-content: flex-end;
  display: flex;
  order: 1;
  position: relative;
  z-index: 1;
}

.main-screen .container .subtitle {
  grid-column: span 8 / span 8;
  order: 3;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.main-screen .container .button {
  grid-column: span 6 / span 6;
  order: 4;
  height: fit-content;
  margin-top: 44px;
}

.main-screen .container .benefits {
  grid-column: span 12 / span 12;
  order: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 60px;
}

@media (max-width: 1156px) {
  .main-screen .container .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .main-screen .container .benefits {
    margin-top: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
    gap: 16px;
  }
}

.main-screen .container .benefits .benefit {
  display: flex;
  gap: 16px;
  padding: 16px;
  line-height: 26px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #FAFEFF;
  backdrop-filter: blur(16px);
  border-radius: 12px;
  align-items: center;
  .icon {
    flex-shrink: 0;
  }
}

@media (max-width: 1156px) {
  .main-screen .container .benefits .benefit {
    align-items: center;
  }
}

.main-screen .container .bottom {
  grid-column: span 12;
  order: 6;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .main-screen .container .bottom {
    text-align: center;
    width: 100%;
  }
}

.main-screen .container .bottom .bottom-title {
  position: absolute;
}

@media (max-width: 1156px) {
  .main-screen .container .image-area {
    grid-column: span 6;
  }

  .main-screen .container .image-area .main-image {
    transform: translate(0%, 10%);
  }

  .main-screen .container .image-area .main-image picture {
    min-width: 437px;
  }

  .main-screen .container .text-area {
    grid-column: span 6;
  }

  .main-screen .container .subtitle {
    grid-column: span 6;
  }

  .main-screen .container .button {
    grid-column: span 8;
    margin-block: 44px 0px;
  }

  .main-screen .container .circles {
    grid-column: span 6;
  }

  .main-screen .container .bottom {
    grid-column: span 12;
    font-size: 32px;
    margin-top: 32px;
    max-height: 150px;
  }

  .main-screen .container .bottom span {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .main-screen {
    padding-top: 98px;
  }

  .main-screen .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-screen .container .text-area {
    order: 1;
    grid-column: span 6;
  }

  .main-screen .container .title {
    font-size: 32px;
    line-height: 38px;
  }

  .main-screen .container .subtitle {
    order: 2;
    grid-column: span 6;
  }

  .main-screen .container .image-area {
    grid-column: span 4;
    margin-top: 2rem;
    order: 3;
  }

  .main-screen .container .image-area .main-image {
    padding-inline: 1.5rem;
  }

  .main-screen .container .bottom {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
  }
}

/* problems */

.problems {
  margin-block: 64px;

  .container {
    &.small-container {
      padding-inline: calc(6rem + 104px);

      @media (max-width: 1156px) {
        padding-inline: 4rem;
      }

      @media (max-width: 767px) {
        padding-inline: 1rem;
      }

      .description {
        margin-top: 24px;
      }
    }

    &.bullets-wrapper {
      display: grid;
      grid-template-columns: 304px auto;
      margin-block: 58px 97px;
      align-items: center;
      overflow: visible;
      position: relative;

      @media (max-width: 767px) {
        grid-template-columns: 164px auto;
      }

      .image-area {
        position: relative;
        z-index: -1;
        grid-row: span 2;

        @media (max-width: 1156px) {
          grid-row: span 1;
        }

        img {
          transform: scale(1.7) translate(5%, 5%);

          @media (max-width: 767px) {
            transform: scale(1.9) translate(5%, -5%);
          }
        }
      }

      h2 {
        margin-bottom: 48px;
      }

      ul {
        display: flex;
        flex-direction: column;
        gap: 42px;

        @media (max-width: 1156px) {
          grid-column: span 2;
          gap: 24px;
        }

        @media (max-width: 767px) {
          gap: 24px;
        }

        li {
          display: flex;
          align-items: end;
          gap: 16px;

          @media (max-width: 767px) {
            align-items: start;
          }

          &::before {
            content: '';
            display: block;
            min-width: 35px;
            height: 35px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Ccircle opacity='0.1' cx='17.5' cy='17.5' r='17.5' fill='%23DD7280'/%3E%3Ccircle opacity='0.3' cx='17.4987' cy='17.4997' r='11.6667' fill='%23DD7280'/%3E%3Ccircle cx='17.5013' cy='17.5003' r='5.83333' fill='%23DD7280'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
          }
        }
      }

      .nerve-image {
        position: absolute;
        top: 0px;
        right: -333px;
        z-index: -1;

        @media (max-width: 1156px) {
          right: -20px;
          width: 800px;
          z-index: -2;
        }

        @media (max-width: 767px) {
          top: 20%;
          width: 800px;
          z-index: -2;
        }
      }
    }

    &.bottom-wrapper {
      padding-bottom: 40px;
      text-align: center;

      @media (max-width: 767px) {
        text-align: left;
      }

      .description {
        margin-top: 32px;
        padding-inline: 84px;

        @media (max-width: 1156px) {
          padding-inline: 0;
        }
      }
    }
  }
}

/* solution */

.solution {

  @media (max-width: 1156px) {
    padding-block: 32px 64px;
    margin-block: 32px;
  }

  @media (max-width: 767px) {
    padding-block: 32px 0px;
    margin-block: 32px;
  }

  .bg-color {
    background-image: linear-gradient(180deg, #C9E9EE 30%, rgba(255, 255, 255, 0) 40%);
    margin-block: 64px;
    padding-block: 64px;

    @media (max-width: 1156px) {
      margin-block: 32px 0px;
      padding-block: 32px 0px;
    }
  }

  .container {
    &.small-container {
      padding-inline: calc(6rem + 104px);

      @media (max-width: 1156px) {
        padding-inline: 4rem;
      }

      @media (max-width: 767px) {
        padding-inline: 1rem;
      }

      h2 {
        margin-bottom: 24px;
      }
    }

    &.bottom-wrapper {
      margin-top: 48px;
      position: relative;

      .top-bg-image {
        position: absolute;
        top: -5%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;

        @media (max-width: 767px) {
          top: 40px;
        }

        img {
          max-width: 50%;
          height: auto;
          object-fit: cover;
          margin-inline: auto;

          @media (max-width: 767px) {
            max-width: 100%;
          }
        }
      }

      .bottom-bg-image {
        position: absolute;
        bottom: -20%;
        right: 0;
        z-index: -1;
        width: 100%;

        @media (max-width: 767px) {
          bottom: -10%;
        }

        img {
          max-width: 60%;
          height: auto;
          object-fit: cover;
          margin-inline: auto;

          @media (max-width: 767px) {
            max-width: 100%;
          }
        }
      }

      h2 {
        max-width: 617px;
        margin-inline: auto;
        margin-bottom: 116px;

        @media (max-width: 1156px) {
          margin-inline: unset;
        }

        @media (max-width: 767px) {
          padding-bottom: 200px;
          margin-bottom: 32px;
          font-size: 24px;
          line-height: 34px;
        }
      }

      .brain-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 302px;
        row-gap: 96px;

        @media (max-width: 1156px) {
          column-gap: 16px;
          row-gap: 32px;
        }

        @media (max-width: 767px) {
          grid-template-columns: 1fr;
          row-gap: 32px;
          padding-bottom: 32px;
        }

        &.desktop-items {
          @media (max-width: 767px) {
            display: none;
          }
        }

        &.mobile-items {
          display: none;

          @media (max-width: 767px) {
            display: block;
          }
        }

        &::part(pagination) {
          margin-top: 32px;
          position: relative;
          --swiper-theme-color: #43A2B1;
        }

        swiper-slide {
          height: auto;
        }

        .brain-item {
          padding: 16px 24px 20px;
          border-radius: 12px;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(201, 233, 238, 0.4) 100%);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          backdrop-filter: blur(8px);
          height: 100%;

          h3 {
            margin-bottom: 16px;
          }
        }
      }
    }
  }

  .benefits {
    margin-block: 64px;
    padding-top: 50px;
    position: relative;

    @media (max-width: 1156px) {
      margin-block: 0 32px;
      padding-top: 0px;
    }

    @media (max-width: 767px) {
      margin-block: 0px 32px;
      padding-top: 0px;
    }

    .top-wrapper {
      display: flex;
      gap: 16px;
      margin-bottom: 71px;

      @media (max-width: 767px) {
        margin-bottom: 382px;
      }

      .title-1 {
        max-width: 538px;

        @media (max-width: 1156px) {
          max-width: 288px;
          font-size: 18px;
          line-height: 32px;
        }
      }
    }

    .bottom-wrapper {
      .benefits-list {
        display: grid;
        grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;

        @media screen and (max-width: 1156px) {
          grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
        }

        @media (max-width: 767px) {
          grid-template-rows: 1fr 24px 1fr 24px 1fr 24px 1fr;
          grid-template-columns: 1fr;
        }

        .split-icon {
          margin-block: auto;
          margin-inline: -8px;
          position: relative;
          z-index: 1;

          @media (max-width: 767px) {
            margin-block: -8px;
          }

          svg {
            min-width: 48px;
            min-height: 48px;
            filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));

            @media screen and (max-width: 1156px) {
              min-width: 32px;
              min-height: 32px;
            }

            @media (max-width: 767px) {
              max-width: 16px;
              max-height: 16px;
              rotate: 90deg;
              margin-inline: auto;
              margin-top: 4px;
            }
          }
        }

        .benefit-item {
          background: linear-gradient(180deg, rgba(201, 233, 238, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
          border-radius: 12px;
          border: 1px solid #FAFEFF;
          overflow: hidden;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          display: flex;
          gap: 8px;
          padding-block: 16px;
          padding-inline: 16px 24px;
          position: relative;
          backdrop-filter: blur(16px);

          @media screen and (max-width: 1156px) {
            align-items: center;
            padding-inline: 16px;
          }

          .circle-icon {
            position: absolute;
            inset: 0;
            z-index: -1;
          }

          .number {
            font-family: var(--font-heading);
            font-weight: 800;
            font-size: 60px;
            line-height: 60px;
            color: white;
            margin-top: -12px;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);

            @media screen and (max-width: 1156px) {
              font-size: 40px;
              line-height: 44px;
              margin-top: 0;
            }
          }

          .text {
            font-family: var(--font-heading);
            line-height: 24px;
            font-weight: 700;

            @media screen and (max-width: 1156px) {
              font-size: 12px;
              line-height: 16px;
            }

            @media (max-width: 767px) {
              font-size: 14px;
              line-height: 20px;
              width: 100%;
              text-align: center;
            }
          }
        }
      }
    }

    .bg-image {
      position: absolute;
      bottom: -30%;
      right: 0;
      z-index: -1;

      @media (max-width: 1156px) {
        top: -20%;
        bottom: unset;
        right: -10%;
        width: 500px;
        z-index: -2;
      }

      @media (max-width: 767px) {
        top: 15%;
        right: -15%;
      }
    }
  }
}

/* claims-benefits */

.claims-benefits {
  margin-block: 64px;
  padding-block: 64px 96px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #ABDCE4 100%);

  @media (max-width: 1156px) {
    padding-block: 32px;
    margin-block: 32px;
  }

  @media (max-width: 767px) {
    padding-block: 32px;
    margin-block: 32px;
  }

  .container {
    .grid-wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 32px;
      row-gap: 0px;
      position: relative;

      @media (max-width: 767px) {
        grid-template-columns: 1fr;
      }

      .image {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-row: span 2;

        @media (max-width: 767px) {
          grid-row: span 1;
          padding-top: 300px;
          order: 2;
        }

        .desktop-image {
          display: block;

          @media (max-width: 767px) {
            display: none;
          }
        }

        .mobile-image {
          display: none;

          @media (max-width: 767px) {
            display: block;
          }
        }

        img {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 584px;
          height: auto;
          z-index: 1;
          transform: translate(-25%, 00%);

          @media (max-width: 767px) {
            transform: translate(-20%, 00%);
            margin-inline: auto;
          }
        }

        svg {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 520px;
          height: 564px;
          z-index: -1;
          transform: translate(-25%, 00%);
        }
      }
    }

    h2 {
      max-width: 717px;

      @media (max-width: 1156px) {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .description {
      margin-top: 24px;
      max-width: 717px;

      @media (max-width: 1156px) {
        font-size: 18px;
        line-height: 32px;
      }

      @media (max-width: 767px) {
        order: 1;
      }
    }

    .what-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 96px;
      position: relative;

      @media (max-width: 1156px) {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 32px;
      }

      @media (max-width: 767px) {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .what-item {
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #FAFEFF;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(8px);
        background: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 2;

        .what-item-title {
          display: flex;
          gap: 16px;
          margin-bottom: 16px;
        }

        h3 {
          font-weight: 700;
        }
      }

      .bg-image {
        position: absolute;
        top: -74%;
        right: -10%;
        z-index: 1;
      }
    }

    .bottom-title {
      margin-top: 96px;
      position: relative;

      @media (max-width: 767px) {
        margin-top: 32px;
      }

      h2 {
        position: relative;
        z-index: 2;
        max-width: 100%;
        text-align: center;

        @media (max-width: 767px) {
          font-size: 24px;
          line-height: 34px;
        }
      }

      .bg-image {
        position: absolute;
        inset: 0;

        svg {
          margin: auto;
          transform: translate(-60%, -44%);

          @media (max-width: 767px) {
            transform: translate(30%, -44%);
          }
        }
      }
    }
  }
}

/* ingredients section */

.ingredients {
  margin-block: 64px;

  @media (max-width: 767px) {
    margin-block: 32px;
  }

  .container {
    .top-wrapper {
      /* max-width: 707px; */
      margin-bottom: 64px;
      display: grid;
      grid-template-columns: auto 596px;

      @media (max-width: 1156px) {
        grid-template-columns: 1fr;
      }

      @media (max-width: 767px) {
        margin-bottom: 0px;
      }

      .image-area {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-row: span 2;
        padding-top: 150px;
        padding-right: 100px;

        @media (max-width: 1156px) {
          order: 2;
          padding-top: 0px;
          padding-right: 0px;
          grid-row: span 1;
          margin-bottom: -200px;
        }

        @media (max-width: 767px) {
          padding-top: 0px;
          padding-right: 0px;
          margin-bottom: 0px;
        }

        img {
          position: absolute;
          max-width: 529px;
          z-index: -1;

          @media screen and (max-width: 1156px) {
            position: relative;
          }
        }
      }

      h2 {
        margin-bottom: 32px;
      }
    }

    .list-wrapper {
      position: relative;

      .bg-image {
        position: absolute;
        top: 17%;
        right: 0;
        z-index: -1;

        img {
          max-width: 100%;
          transform: scale(1.17);
          height: auto;
          object-fit: cover;

          @media (max-width: 1156px) {
            max-width: 900px;
            width: 100vw;
            transform: scale(1.22);
            transform-origin: center;
          }

          @media screen and (max-width: 767px) {
            width: 100%;
            transform-origin: center;
            transform: translate(0%, 20px);
          }
        }
      }

      .desktop-image {
        display: block;

        @media screen and (max-width: 767px) {
          display: none;
        }
      }

      .mobile-image {
        display: none;

        @media screen and (max-width: 767px) {
          display: block;
        }
      }

      .count-title {
        margin-bottom: 32px;
        text-align: center;

        @media (max-width: 767px) {
          font-size: 24px;
          line-height: 34px;
        }
      }

      .count-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;

        @media (max-width: 767px) {
          gap: 16px;
          grid-template-columns: 1fr;
        }

        .count-item {
          display: flex;
          gap: 32px;
          padding: 21px 24px 29px 40px;
          background: linear-gradient(180deg, #C9E9EE 0%, #FFFFFF 100%);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          border-radius: 12px;
          position: relative;
          overflow: hidden;

          .bg-icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;

            svg {
              /* width: 100%; */
              height: 100%;
              object-fit: cover;
            }
          }

          @media (max-width: 1156px) {
            align-items: center;
            padding: 21px 24px 29px 12px;
            gap: 16px;

            .title-1 {
              font-size: 18px;
              line-height: 28px;
            }
          }

          @media screen and (max-width: 767px) {
            gap: 16px;
            padding: 16px;
          }
        }

        .number {
          font-family: var(--font-heading);
          font-weight: 800;
          font-size: 60px;
          line-height: 60px;
          color: #FFFFFF;
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          position: relative;
          z-index: 2;

          @media (max-width: 1156px) {
            font-size: 48px;
            line-height: 48px;
          }
        }

        .title-1 {
          font-weight: 700;
          position: relative;
          z-index: 2;
        }
      }

      .bottom-title {
        margin-top: 32px;
        text-align: center;
        font-weight: 700;
        max-width: 782px;
        margin-inline: auto;
        margin-bottom: 190px;

        @media (max-width: 767px) {
          margin-top: 250px;
          margin-bottom: 16px;
          font-size: 24px;
          line-height: 34px;
        }
      }
    }

    .ingredients-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px;
      row-gap: 48px;

      .ingredient-item {
        padding: 16px;
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid #FAFEFF;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(8px);
        border-radius: 12px;

        .ingredient-item-title {
          display: flex;
          gap: 4px;
          margin-bottom: 16px;
          align-items: center;
        }

        h4 {
          font-weight: 700;
          font-size: 22px;
          line-height: 28px;
        }

        .description {
          margin-top: 16px;
        }
      }

      @media (max-width: 1156px) {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;

        .empty {
          display: none;
        }

        .empty:nth-child(2) {
          order: 2;
          display: block;
        }

        .ingredient-item {
          order: 3;
        }

        .ingredient-item:nth-child(-n+5) {
          order: 1;
        }
      }
    }

    .desktop-list {
      display: grid;

      @media screen and (max-width: 767px) {
        display: none;
      }
    }

    .mobile-list {
      display: none;

      @media screen and (max-width: 767px) {
        display: block;
      }
    }

    swiper-container {
      &::part(pagination) {
        margin-top: 32px;
        position: relative;
        --swiper-theme-color: #43A2B1;
      }

      swiper-slide {
        height: auto;
      }

      &.top-list {
        margin-top: -50px;
      }

      &.bottom-list {
        margin-top: -350px;
      }
    }

    .ingredient-slide-item {
      padding: 16px;
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid #FAFEFF;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(8px);
      border-radius: 12px;
      height: 100%;

      .ingredient-item-title {
        display: flex;
        gap: 4px;
        margin-bottom: 16px;
        align-items: center;
      }

      h4 {
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
      }

      .description {
        margin-top: 16px;
      }
    }
  }
}

/* testimonials section */

.testimonials-section {
  margin-block: 64px;
  padding-block: 48px;

  @media screen and (max-width: 1156px) {
    padding-block: 32px;
    margin-block: 32px;
  }

  @media screen and (max-width: 767px) {
    padding-block: 24px;
  }

  .container {
    h2 {
      text-align: center;

      @media screen and (max-width: 767px) {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .description {
      margin-top: 20px;
      text-align: center;
      max-width: 948px;
      margin-inline: auto;
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
      font-family: var(--font-heading);
      letter-spacing: -0.017em;
    }

    .testimonials-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 48px;

      @media screen and (max-width: 1024px) {
        display: none;
      }
    }

    .testimonials-items-mobile {
      display: none;

      @media screen and (max-width: 1024px) {
        display: block;
        margin-top: 48px;
      }

      &::part(pagination) {
        margin-top: 32px;
        position: relative;
        --swiper-theme-color: #43A2B1;
      }

      swiper-slide {
        height: auto;
      }
    }

    .testimonial-item {
      background: #BCE3E9;
      border: 1px solid #FAFEFF;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(8px);
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;

      .testimonial-text {
        padding: 16px;
        font-family: var(--font-heading);
        line-height: 26px;
      }

      .testimonial-author {
        display: flex;
        gap: 20px;
        padding: 14px 16px;
        align-items: center;
        background: rgba(255, 255, 255, 0.6);

        img {
          width: 64px;
          height: 64px;
        }

        .autor-name {
          font-weight: 700;
          font-size: 20px;
          line-height: 32px;
        }
      }

      .bg-image {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
      }
    }

    .bottom-title {
      margin-top: 64px;
      text-align: center;
      max-width: 867px;
      margin-inline: auto;

      h2 {
        text-align: center;

        @media screen and (max-width: 767px) {
          font-size: 24px;
          line-height: 34px;
        }
      }
    }
  }
}

/* photo section */

.doctor-section {
  margin-block: 64px;
  padding-block: 24px 48px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #ABDCE4 100%);

  @media screen and (max-width: 1156px) {
    padding-block: 24px;
    margin-block: 32px;
  }

  @media screen and (max-width: 767px) {
    padding-block: 24px 0px;
    margin-block: 32px;
  }

  .container {
    &.small-container {
      max-width: 1080px;
      margin-inline: auto;
    }

    h2 {
      margin-bottom: 24px;

      @media screen and (max-width: 1156px) {
        font-size: 24px;
        line-height: 34px;
      }
    }

    .columns-wrapper {
      display: grid;
      grid-template-columns: 332px auto;
      gap: 20px;
      position: relative;

      @media screen and (max-width: 1156px) {
        grid-template-columns: 1fr;
      }

      .bg-image {
        position: absolute;
        top: -38%;
        right: -22%;
        z-index: 0;

        @media screen and (max-width: 1156px) {
          display: none;
        }
      }

      .text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
        z-index: 2;
      }

      .column {
        position: relative;
        z-index: 2;

        img {
          width: 100%;
        }
      }

    }

    p {
      font-family: var(--font-heading);
      font-size: 16px;
      line-height: 32px;
    }

    .bottom-wrapper {
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;

      .bottom-title {
        text-align: center;
        max-width: 755px;
        margin-inline: auto;
        margin-block: 48px;
        position: relative;

        @media screen and (max-width: 1156px) {
          margin-block: 24px 0;
        }

        h2 {
          text-align: center;
          font-weight: 700;
          position: relative;
          z-index: 2;

          @media screen and (max-width: 1156px) {
            font-size: 24px;
            line-height: 34px;
          }
        }

        .title-image {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          transform: translate(-30%, -50%);
        }
      }
    }
  }
}

/* timeline section */

.history-section {
  margin-block: 64px;
  padding-block: 48px;

  @media screen and (max-width: 1156px) {
    padding-block: 0px;
    margin-block: 64px;
  }

  @media screen and (max-width: 767px) {
    padding-block: 0px;
    margin-block: 64px;
  }

  .container {
    h2 {
      text-align: center;

      @media screen and (max-width: 767px) {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .description {
      max-width: 676px;
      margin-inline: auto;
      margin-top: 24px;
      text-align: center;

      @media screen and (max-width: 767px) {
        font-size: 16px;
        line-height: 32px;
      }
    }

    .timeline-items {
      display: grid;
      grid-template-columns: 1fr 36px 1fr 36px 1fr;
      margin-top: 48px;

      @media screen and (max-width: 767px) {
        margin-top: 24px;
        grid-template-rows: 1fr 16px 1fr 16px 1fr;
        grid-template-columns: 1fr;
      }

      .icon {
        width: 48px;
        height: 48px;
        margin-inline: -6px;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
        margin-block: auto;

        @media screen and (max-width: 767px) {
          width: 32px;
          height: 32px;
          margin-inline: auto;
          margin-top: -8px;
          display: flex;
          rotate: 90deg;

          svg {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }

      .timeline-item {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px 24px 24px;
        background: linear-gradient(180deg, #C9E9EE 0%, #FFFFFF 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        position: relative;
        overflow: hidden;

        .bg-image {
          position: absolute;
          top: 0;
          left: 0;
        }

        .timeline-item-content {
          display: flex;
          flex-direction: column;
          gap: 24px;
          position: relative;
          z-index: 2;

          @media screen and (max-width: 767px) {
            gap: 0px;
          }

          .item-title {
            font-family: var(--font-heading);
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            letter-spacing: -0.017em;
          }

          .item-year {
            font-family: var(--font-heading);
            font-weight: 700;
            font-size: 80px;
            line-height: 80px;
            letter-spacing: -0.017em;
            color: #FFFFFF;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);

            @media screen and (max-width: 1156px) {
              font-size: 60px;
              line-height: 64px;
            }

            @media screen and (max-width: 767px) {
              font-size: 40px;
              line-height: 40px;
            }
          }

          .text {
            font-family: var(--font-heading);
            font-weight: 700;
            font-size: 32px;
            line-height: 40px;
            letter-spacing: -0.017em;

            @media screen and (max-width: 1156px) {
              font-size: 22px;
              line-height: 32px;
            }

            @media screen and (max-width: 767px) {
              font-size: 20px;
              line-height: 28px;
            }
          }
        }
      }
    }
  }

  .grid-wrapper {
    margin-block: 96px 0;
    display: grid;
    grid-template-columns: 594px auto;
    gap: 20px;
    position: relative;

    @media screen and (max-width: 1156px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    @media screen and (max-width: 767px) {
      grid-template-columns: 1fr;
      margin-block: 64px 0;
    }

    h2 {
      text-align: center;
      margin-bottom: 32px;

      @media screen and (max-width: 1156px) {
        grid-column: span 2;
      }

      @media screen and (max-width: 767px) {
        grid-column: span 1;
      }
    }

    .image {
      grid-row: span 4;
      position: relative;

      @media screen and (max-width: 1156px) {
        order: 2;
        grid-row: span 1;
      }

      img {
        min-width: 769px;
        position: absolute;
        transform: translate(-20%, 50px);

        @media screen and (max-width: 1156px) {
          position: relative;
          min-width: unset;
          height: 100%;
          width: auto;
          object-fit: cover;
          transform: translate(0, 0);
        }
      }

      svg {
        position: absolute;
        scale: 3;
        top: 0;
        left: 0;
        transform: translate(30px, 80px);
        z-index: -1;

        @media screen and (max-width: 1156px) {
          scale: 1;
          transform: translate(30px, 80px);
        }

        @media screen and (max-width: 767px) {
          scale: 2;
          transform: translate(15px, 0px);
        }
      }
    }

    p {
      font-size: 18px;
      line-height: 36px;

      @media screen and (max-width: 1156px) {
        order: 3;
        grid-column: span 2;

        &.par-1 {
          order: 1;
          grid-column: span 1;
        }
      }

      @media screen and (max-width: 767px) {
        order: 3;
        grid-column: span 1;

        &.par-1 {
          order: 3;
          grid-column: span 1;
        }
      }
    }

  }
}

.gratis-cards {
  margin-bottom: 64px
}

.gratis-cards h2 {
  font-family: Onest;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.7%;
  vertical-align: middle;
}

.gratis-cards .subtitle {
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.gratis-cards .subtitle span {
  color: #4599dd
}

.gratis-cards .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-block: 32px
}

@media screen and (max-width: 1024px) {
  .gratis-cards .cards-wrapper {
    grid-template-columns: 1fr
  }
}

@supports(grid-template-rows: subgrid) {
  .gratis-cards .card {
    display: grid;
    grid-template-rows: subgrid;
    gap: 0rem;
    grid-row: span 3;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #ABDCE4 97.6%);
    box-shadow: 0px 2px 2px 0px #00000026;
  }

  .gratis-cards .image {
    grid-row: 1;
    align-self: start
  }

  .gratis-cards .image img {
    width: 100%;
    height: 300px;
    object-fit: cover
  }

  .gratis-cards .middle-text {
    grid-row: 2;
    font-weight: 500;
    font-family: Onest;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 1rem 1.5rem 0
  }

  .gratis-cards .bottom-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .gratis-cards .bottom-text span {
    font-family: Onest;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.7%;
    color: #D51945;
  }

  .gratis-cards .middle-text strong {
    font-weight: 700
  }

  @media(max-width: 768px) {
    .gratis-cards .middle-text {
      font-size: 22px;
      line-height: 1.4
    }
  }

  .gratis-cards .text-section {
    grid-row: 3;
    align-self: end;
    padding: 1rem 1.5rem 1rem
  }

  .gratis-cards .text-section .main-text {
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 1rem
  }

  .gratis-cards .text-section .main-text strong {
    font-weight: 700
  }

  .gratis-cards .text-section .support-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

.gratis-cards .awards .circles {
  margin-block: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem
}

.gratis-cards .awards .circles .circle {
  width: 100px;
  height: 100px
}

/* books section */

.books-section {
  margin-block: 64px;
  padding-block: 48px;

  @media screen and (max-width: 1156px) {
    padding-block: 0px;
    margin-block: 64px;
  }

  @media screen and (max-width: 767px) {
    padding-block: 0px;
  }

  .container {
    @media screen and (max-width: 767px) {
      h2 {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .description {
      margin-top: 24px;
      max-width: 717px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .books {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
      margin-block: 32px 40px;

      @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
      }

      figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        position: relative;

        figcaption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 16px 24px;

          @media screen and (max-width: 1156px) {
            position: relative;
          }

          h3 {
            font-weight: 700;
            margin-bottom: 16px;
          }

          p {
            font-size: 18px;
            line-height: 36px;
            font-family: var(--font-heading);
          }
        }
      }
    }

    .bottom-title {
      text-align: center;
      max-width: 845px;
      margin-inline: auto;
      position: relative;
      text-align: center;
      font-size: 28px;
      line-height: 46px;
      font-weight: 700;
      font-family: var(--font-heading);
      letter-spacing: -0.017em;
    }
  }
}

/* warranty section */

.warranty {
  background: linear-gradient(156.83deg, #FFFFFF -95.45%, #ABDCE4 86.27%);
  margin-block: 64px;
  padding-block: 48px;
}

.warranty .container {
  grid-template-columns: repeat(5, minmax(0px, 1fr));
  row-gap: 1rem;
  column-gap: 2.5rem;
  display: grid;
  font-family: var(--font-heading);
  max-width: 1096px;
}

.warranty .container .image {
  grid-column: span 1 / span 1;
  margin-bottom: 1.5rem;
  grid-row: span 2 / span 2;
  max-width: 124px;
  margin: auto;
}

@media (max-width: 767px) {
  .warranty .container .image {
    grid-column: span 5 / span 5;
  }
}

.warranty .container .uptitle {
  font-size: 22px;
  font-weight: 800;
  line-height: 34px;
  grid-column: span 4 / span 4;
  text-transform: uppercase;
  margin-top: auto;
}

@media (max-width: 767px) {
  .warranty .container .uptitle {
    grid-column: span 5 / span 5;
    font-size: 16px;
    line-height: 24px;
  }
}

.warranty .container .title {
  font-size: 40px;
  line-height: 46px;
  grid-column: span 4 / span 4;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .warranty .container .title {
    grid-column: span 5 / span 5;
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
  }
}

.warranty .container .content {
  grid-column: span 5 / span 5;
  margin-top: 16px;
}

.warranty .container .content p {
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 32px;
}

/* sales section */

.sales-section {
  margin-block: 64px;
  position: relative;
  font-family: var(--font-heading);

  .container {
    h2 {
      text-align: center;
      margin-bottom: 16px;
      max-width: 952px;
      margin-inline: auto;

      @media screen and (max-width: 1156px) {
        font-size: 40px;
        line-height: 48px;
      }

      @media screen and (max-width: 767px) {
        font-size: 32px;
        line-height: 38px;
        text-align: left;
      }
    }

    .subtitle {
      text-align: center;

      @media screen and (max-width: 1156px) {
        font-size: 24px;
        line-height: 32px;
      }

      @media screen and (max-width: 767px) {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
      }
    }
  }
}

.sales-section .container .products-wrapper {
  flex-direction: row;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3rem;
  display: flex;
  justify-content: center
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper {
    /* margin-inline: -8px */
  }
}

.sales-section .container .products-wrapper .product {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 334px;
  position: relative;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  padding: 16px 24px 24px;
  background: linear-gradient(180deg, #C9E9EE 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    display: grid;
    order: 2;
    column-gap: .5rem
  }

  .sales-section .container .products-wrapper .product.one-bottle {
    order: 3
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product {
    padding: 12px
  }
}

.sales-section .container .products-wrapper .product:hover {
  transform: scale(1.05)
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product:hover {
    transform: none
  }
}

.sales-section .container .products-wrapper .product .title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .title {
    /* grid-column: span 2/span 2; */
    text-align: left;
    order: 1;
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .title {
    grid-column: span 2;
    font-size: 28px;
    flex-direction: row;
    gap: 10px;
  }
}

.sales-section .container .products-wrapper .product .subtitle {
  font-size: 22px;
  font-weight: 800;
  grid-column: span 1/span 1;
  line-height: 34px;
  margin-block: 8px 16px;
  padding-top: 8px;
  text-align: center;
  order: 1
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .subtitle {
    text-align: left;
    margin-block: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    order: 2;
  }
}

.sales-section .container .products-wrapper .product .product-image {
  position: relative;
  order: 1;
}

.sales-section .container .products-wrapper .product .product-image .books-image {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-35%, 20%, 0);
  max-width: 210px
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .product-image {
    order: 1;
    grid-row: span 5;
  }
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .product-image .books-image {
    order: 2;
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .product-image .books-image {
    max-width: 100px;
    transform: translate3d(-25%, 20%, 0)
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .product-image {
    grid-row: span 4;
    order: 2;
    margin-block: auto;
  }
}

.sales-section .container .products-wrapper .product .price {
  display: flex;
  color: #FF6435;
  font-weight: 800;
  grid-row: span 2/span 2;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  order: 2;
  letter-spacing: -0.03em;
  font-size: 80px;
  line-height: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .price {
    /* max-width: 170px; */
    flex-wrap: wrap;
    font-size: 80px;
    margin-top: 1rem;
    width: 100%;
    justify-content: start;
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .price {
    margin-top: 0;
    justify-content: center;
  }
}

.sales-section .container .products-wrapper .product .price span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: .5rem
}

.sales-section .container .products-wrapper .product .price .ampule {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  gap: 4px;
  text-shadow: none;

  span {
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--base-dark);
    margin-left: 0;
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .price .ampule {
    flex-direction: row;
  }
}

.sales-section .container .products-wrapper .product .books {
  order: 3;
  margin-top: .25rem;
  max-width: 100%;
  min-height: 2.5rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .books {
    max-width: 180px;
    width: 100%;
    /* margin-inline: auto; */
    font-size: 14px;
    line-height: 24px
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .books {
    width: 100%
  }
}

.sales-section .container .products-wrapper .product .books .info {
  background: linear-gradient(90deg, rgba(88, 151, 200, 0.8), rgba(176, 208, 233, 0.8));
  border-radius: 6px;
  color: white;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center
}

.sales-section .container .products-wrapper .product .button {
  margin-block: 1rem;
  width: 100%;
  order: 3;
  text-transform: none;
  font-size: 22px;
}

.sales-section .container .products-wrapper .product .button span {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .button {
    max-width: 234px;
    width: 100%;
    margin-top: 0;
    /* margin-inline: auto; */
    /* font-size: 16px; */
    height: fit-content;
    grid-row: span 3;
    margin-block: auto;
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .button {
    grid-column: span 2/span 2;
    max-width: 100%;
    padding-inline: 0;
    margin-bottom: 1rem;
  }

  .sales-section .container .products-wrapper .product .button span {
    font-size: 20px
  }
}

.sales-section .container .products-wrapper .product .button svg {
  position: absolute;
  right: -0.05rem;
  top: 1rem;
  z-index: 2;
}

.sales-section .container .products-wrapper .product .economy {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 4;
  grid-column: span 1/span 1
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .economy {
    grid-column: span 2/span 2
  }
}

.sales-section .container .products-wrapper .product .economy .eco {
  font-size: 32px;
  letter-spacing: -0.017em;
  line-height: 40px;
  font-weight: 700
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .economy .eco {
    font-weight: 400;
    font-size: 24px
  }
}

.sales-section .container .products-wrapper .product .economy .before {
  font-weight: 800;
  line-height: 1;
  margin-left: 6px;
  text-decoration-line: line-through;
  font-size: 28px
}

.sales-section .container .products-wrapper .product .economy .after {
  font-weight: 600;
  line-height: 38px;
  margin-left: .5rem;
  font-size: 36px
}

.sales-section .container .products-wrapper .product .payment-icons {
  order: 4;
  grid-column: span 1/span 1;
  margin-top: .75rem;
  display: flex;
  gap: 10px;
  justify-content: center
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .payment-icons {
    grid-column: span 2/span 2
  }
}

.sales-section .container .products-wrapper .product .payment-icons svg {
  filter: drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15));
  height: auto
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .payment-icons svg {
    /* width: 38px */
  }
}

.sales-section .container .products-wrapper .product .ship-text {
  order: 4;
  grid-column: span 1/span 1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-top: .75rem;
  text-align: center
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .ship-text {
    grid-column: span 2/span 2
  }
}

.sales-section .container .products-wrapper .product.main {
  max-width: 358px;
  border: 3px solid #FF6435;
  /* margin-bottom: -1.5rem;
  margin-top: -4rem; */
  overflow: visible;
  /* padding-top: 64px */
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product.main {
    order: 1;
    max-width: 100%;
    padding: 24px;
    margin: 0
  }
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product.main {
    padding: 12px
  }
}

.sales-section .container .products-wrapper .product.main .title {
  color: #bc282f
}

.sales-section .container .products-wrapper .product .badge {
  max-width: 170px;
  position: absolute;
  right: -3rem;
  top: -2.5rem
}

@media(max-width: 767px) {
  .sales-section .container .products-wrapper .product .badge {
    scale: 0.9;
    right: -3.5rem;
    top: -4rem;
  }
}

.sales-section .container .products-wrapper .product .badge img {
  height: auto
}

.sales-section .container .bottom-line {
  margin-top: 2.5rem;
  line-height: 24px;
  display: flex
}

/* Section: kosten-banner */

.kosten-banner {
  margin-block: 3rem;
  font-family: var(--font-heading);
}

.kosten-banner .container .wrapper {
  gap: 1rem;
  grid-row: auto;
  padding: 24px 32px;
  background: var(--base-blue);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  display: grid;
  position: relative;
  border-radius: 20px;
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper {
    padding-block: 96px 32px;
  }
}

.kosten-banner .container .wrapper h2 {
  grid-column: span 10/span 10;
  color: #fff;
  word-wrap: normal;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: -0.017em;
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper h2 {
    font-size: 20px;
    line-height: 38px;
  }
}

.kosten-banner .container .wrapper h2 span {
  color: var(--base-dark)
}

.kosten-banner .container .wrapper .subtitle {
  grid-column: span 10/span 10;
}

.kosten-banner .container .wrapper .payment-icons {
  grid-column: span 10/span 10;
  display: flex;
  justify-content: center;
  gap: 1rem;
  filter: drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15))
}

.kosten-banner .container .wrapper .box {
  grid-row: span 3;
  grid-column: span 2;
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper .box {
    position: absolute;
    right: 50%;
    top: 0%;
    margin: 0;
    transform: translate3d(50%, -50%, 0)
  }
}

.capsule-section {
  margin-block: 64px;

  .container {
    h2 {
      margin-bottom: 32px;
      max-width: 706px;

      @media screen and (max-width: 1156px) {
        font-size: 32px;
        line-height: 38px;
      }

      @media screen and (max-width: 767px) {
        font-size: 24px;
        line-height: 34px;
      }
    }

    .subtitle {
      max-width: 603px;

      @media screen and (max-width: 767px) {
        font-size: 18px;
        line-height: 32px;
      }
    }

    .capsule-wrapper {
      margin-block: 64px;
      position: relative;

      .capsule-title {
        text-align: center;
        margin-bottom: 80px;

        @media screen and (max-width: 767px) {
          font-size: 32px;
          line-height: 38px;
          margin-bottom: 210px;
        }
      }

      .capsule-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 222px;
        row-gap: 249px;
        margin-block: 64px;

        @media screen and (max-width: 1156px) {
          grid-template-columns: repeat(1, 1fr);
          column-gap: 0;
          row-gap: 0;
        }

        .capsule-item {
          display: flex;
          gap: 16px;

          .icon {
            min-width: 35px;
            min-height: 35px;
          }

          @media screen and (max-width: 1156px) {
            .title-1 {
              max-width: 330px;
              font-size: 20px;
              line-height: 32px;
            }
          }
        }
      }

      .button {
        margin-inline: auto;

        @media screen and (max-width: 767px) {
          white-space: wrap;
        }
      }

      .bg-image {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: flex;
        align-items: center;
        justify-content: center;

        @media screen and (max-width: 1156px) {
          justify-content: flex-end;
        }

        @media screen and (max-width: 767px) {
          justify-content: center;
          align-items: flex-start;
        }

        svg {
          position: absolute;
          width: 724px;
          z-index: -1;

          @media screen and (max-width: 1156px) {
            right: -200px;
          }

          @media screen and (max-width: 767px) {
            right: unset;
            top: 30px;
            height: auto;
          }
        }

        img {
          max-width: 357px;

          @media screen and (max-width: 767px) {
            max-width: 244px;
            margin-top: 120px;
          }
        }
      }
    }
  }
}

/* stand-title */

.stand-title {
  margin-block: 64px;

  .container {
    h2 {
      text-align: center;
      max-width: 942px;
      margin-inline: auto;

      @media screen and (max-width: 767px) {
        font-size: 24px;
        line-height: 34px;
      }
    }
  }
}

/* Section: faq */
.faq {
  margin-block: 3rem 100px;
  background: linear-gradient(180deg, #ABDCE4 0%, #FFFFFF 100%);
}

.faq .container {
  padding-top: 64px;
  position: relative;

  @media screen and (max-width: 767px) {
    padding-top: 32px;
  }
}

.faq .container .bg-image {
  max-width: 778px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-10%, 0%)
}

.faq .container .content h2 {
  margin-bottom: 51px;

  @media screen and (max-width: 767px) {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
}

.faq .container .faq-wrapper {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem
}

.faq .container .faq-wrapper .ac {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FAFEFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 24px 32px;

  @media screen and (max-width: 767px) {
    padding: 10px 16px;
  }
}

.faq .container .faq-wrapper .ac .ac-trigger {
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.017em;
  font-weight: 700;

  @media screen and (max-width: 767px) {
    font-size: 18px;
    line-height: 28px;
  }
}

.faq .container .faq-wrapper .ac .ac-trigger:focus {
  color: var(--base-dark)
}

.faq .container .faq-wrapper .ac .ac-trigger::after {
  display: none
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper {
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: .5rem 1.5rem;

  @media screen and (max-width: 767px) {
    p {
      font-size: 18px;
      line-height: 28px;
    }
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table {
  display: flex;
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row {
  gap: 1.5rem;
  display: grid;
  border-bottom: 1px solid rgba(21, 45, 33, .2);
  padding-block: 10px;
  align-items: center;
  grid-template-columns: repeat(12, minmax(0px, 1fr))
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row {
    font-size: 14px;
    grid-template-columns: repeat(3, minmax(0px, 1fr))
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .first {
  grid-column: span 5/span 5
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .first {
    grid-column: span 1/span 1
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .second {
  grid-column: span 4/span 4
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .second {
    grid-column: span 1/span 1
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .third {
  grid-column: span 3/span 3
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .third {
    grid-column: span 1/span 1
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row:first-child {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  padding-top: 1.5rem;
  display: grid
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row:first-child {
    font-size: 13px
  }
}

.faq .container .faq-wrapper .ac.is-active .ac-trigger svg {
  transform: rotate(180deg)
}

/* Section: double-proposal */
.double-proposal {
  padding: 100px 0px;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000
}

.double-proposal.active {
  display: flex
}

.double-proposal .popup-wrapper {
  margin: auto;
  background: linear-gradient(180deg, #dfe6ec, #b0d0e9);
  border-radius: 20px;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
  max-width: 870px
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0
  }
}

@media(max-width: 767px) {
  .double-proposal .popup-wrapper {
    padding: 1rem;
    gap: 8px
  }
}

.double-proposal .popup-wrapper .title {
  text-align: center;
  grid-column: span 2;
  margin-bottom: 4rem
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .title {
    margin-bottom: 0rem
  }
}

@media(max-width: 767px) {
  .double-proposal .popup-wrapper .title {
    line-height: 1
  }
}

.double-proposal .popup-wrapper .subtitle {
  font-weight: 900;
  font-size: 26px
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .subtitle {
    grid-column: span 2;
    text-align: center
  }
}

@media(max-width: 767px) {
  .double-proposal .popup-wrapper .subtitle {
    line-height: 1.2
  }
}

.double-proposal .popup-wrapper .products-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: span 2;
  gap: 8px
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .products-wrapper {
    grid-column: span 2;
    grid-row: span 1;
    display: flex;
    justify-content: center
  }
}

.double-proposal .popup-wrapper .products-wrapper>* {
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  text-align: center
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .products-wrapper>* {
    max-width: 275px;
    background: rgba(0, 0, 0, 0)
  }

  .double-proposal .popup-wrapper .products-wrapper>* .product-image {
    padding: 2.25rem 4rem;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px
  }
}

@media(max-width: 1156px)and (max-width: 767px) {
  .double-proposal .popup-wrapper .products-wrapper>* .product-image {
    padding: 1rem 2rem;
    margin-bottom: 4px
  }
}

.double-proposal .popup-wrapper .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: end
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .buttons-wrapper {
    grid-column: span 2;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto
  }
}

.double-proposal .popup-wrapper .buttons-wrapper .button.primary {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  justify-content: center
}

.arm-icon {
  z-index: 20;
}

.double-proposal .popup-wrapper .buttons-wrapper .button.primary svg {
  position: absolute;
  right: -12px;
  bottom: -22px
}

.double-proposal .popup-wrapper .buttons-wrapper .link {
  border-radius: initial;
  font-weight: 400;
  line-height: 26px;
  padding: initial;
  font-size: 14px;
  text-decoration: underline
}

.double-proposal .popup-wrapper .buttons-wrapper .link:hover {
  text-decoration: none
}

/* Section: footer */
.nav-footer {
  margin-top: 8rem;
  background-color: white;
  font-family: var(--font-heading);
}

.nav-footer .menu {
  padding-block: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem
}

@media(max-width: 767px) {
  .nav-footer .menu {
    gap: 1.5rem;
    flex-direction: column
  }
}

.nav-footer .menu .item a {
  opacity: .4
}

.nav-footer .menu .item a:hover {
  text-decoration: underline
}

.nav-footer .menu .popup-for-button {
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150
}

.nav-footer .menu .popup-for-button.active {
  display: flex
}

.nav-footer .menu .popup-for-button .popup-wrapper {
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  max-width: 800px;
  padding: 2rem;
  position: relative;
  width: 100%;
  background: linear-gradient(156.83deg, #FFFFFF -95.45%, #ABDCE4 86.27%);
}

.nav-footer .menu .popup-for-button .popup-wrapper .close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem
}

.nav-footer .menu .popup-for-button .popup-wrapper .close svg {
  pointer-events: none
}

@media(max-width: 767px) {
  .nav-footer .menu .popup-for-button .popup-wrapper .popup-content {
    overflow-y: auto;
    height: calc(100vh - 4rem)
  }
}

.nav-footer .menu .popup-for-button .popup-wrapper .popup-content .popup-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
  gap: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-top: 2rem
}