@import url('../fonts/inter.css');

*,
*::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
}

#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: Poppins, sans-serif;
  --font-heading: Poppins, sans-serif;
  --base-blue: #B0D0E9;
  --base-dark: #2F2F2F;
  --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;
}

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

@media(max-width: 768px) {
  .container {
    padding: 0 1.5rem
  }
}

.button_wrapper {
  padding: 0;
  margin: 0;
  border-radius: 32px;
  border: 4px solid #1C80DE;
}

.button {
  background: #1C80DE;
  border: 1px solid #fff;
  font-size: 22px;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  transition: border .3s ease;
  padding: 8px 25px;
  font-weight: 800;
  display: flex;
  width: fit-content;
  box-shadow: -4px -4px 6px 0px #123B6B33 inset;
  box-shadow: 4px 4px 4px 0px #05203F33 inset;
}

.button span {
  position: relative;
  z-index: 20;
  padding: 0px 20px;
  border: 0;
  border-radius: 32px;
  text-shadow: 2px 2px 2px #00000026;
}

@media(max-width: 1024px) {
  .button span {
    padding: 0px 30px;
  }
}

@media(max-width: 768px) {
  .button {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.2;
    padding-inline: 12px
  }
}

h1,
.title,
.h1 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2
}

@media(max-width: 768px) {

  h1,
  .title,
  .h1 {
    font-size: 40px;
    font-weight: 800
  }
}

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

@media(max-width: 768px) {

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

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

@media(max-width: 768px) {

  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: "Poppins", 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)
}

/* Section: header */
.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: end;
  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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 768px) {
  .page-header .header .menu {
    padding: 80px 1rem
  }
}

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

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

/* Section: hero */
.hero {
  padding-top: 80px;
  padding-left: 96px;
  padding-right: 96px;
}

.hero .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 24px;
  align-items: center
}

@media(max-width: 1024px) {
  .hero {
    padding-left: 64px;
    padding-right: 64px;
  }

  .hero .container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 0;
  }
}

.hero .container .image-area {
  position: relative;
  grid-column: span 6;
  order: 2;
  grid-row: span 7;
  justify-content: flex-end;
  max-width: 100%;
  display: flex
}

.hero .container .image-area .hero-bg {
  position: absolute;
  bottom: 30px;
  left: 15px;
  max-width: 420px;
  z-index: -1;
  rotate: 39deg;
}

.hero .container .image-area .nerve {
  position: absolute;
  top: 75px;
  left: 85px;
  max-width: 880px;
  z-index: -1;
}

.hero .container .image-area .main-image {
  margin-right: 0;
  max-width: 582px;
  position: relative
}

.hero .container .text-area {
  grid-column: span 6/span 6;
  justify-content: flex-end;
  display: flex;
  grid-row: 2 / span 2;
  order: 1;
  justify-content: start;
}

.hero .container .text-area .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.017em;
  color: #000000;
  margin-left: -12px;
  padding-left: 8px;
  border-left: 4px solid #CF3956;
}

.hero .container .subtitle {
  grid-column: span 6/span 6;
  grid-row: 4 / span 2;
  order: 3;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.hero .container .button_wrapper {
  grid-column: span 3/span 3;
  grid-row: 6 / span 1;
  order: 4;
  height: fit-content;
  width: fit-content;
}

.hero .container .circles {
  grid-column: span 6/span 6;
  order: 5;
  display: flex;
  gap: 16px
}

.hero .container .circles .circle {
  width: 100%;
  max-width: 100px
}

.hero .container .bottom {
  grid-column: span 12;
  order: 6;
  font-weight: 900;
  font-size: 48px;
  display: flex;
  align-items: center;
  gap: 16px
}

.hero .container .leaf {
  display: none;
}

.hero .container .bottom span {
  font-size: 80px;
  color: #96c0e0;
  line-height: 1.2
}

@media(max-width: 1024px) {
  .hero .container .image-area {
    grid-column: span 6;
    order: 4;
    justify-content: center;
    margin-top: -80px
  }

  .hero .container .text-area {
    grid-column: span 6;
    order: 1;
    grid-row: span 2;
  }

  .hero .container .subtitle {
    grid-column: span 4;
    order: 2;
    grid-row: span 2;
  }

  .hero .container .button_wrapper {
    grid-column: span 6;
    order: 3;
    grid-row: span 1;
  }

  .hero .container .leaf {
    display: block;
    position: absolute;
    top: 60px;
    right: 85px;
    max-width: 288px;
    z-index: -1;
  }

  .hero .container .image-area .nerve {
    top: -40%;
    right: -20%;
    left: unset;
  }
}

@media(max-width: 768px) {
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero .container .subtitle {
    grid-column: span 5;
  }

  .hero .container .image-area {
    grid-column: span 6;
    margin-top: -4rem;
  }

  .hero .container .image-area .main-image {
    min-width: 430px;
  }

  .hero .container .image-area .hero-bg {
    bottom: -20px;
    left: 0px;
  }

  .hero .container .leaf {
    width: 216px;
    bottom: 55%;
    right: 0;
    top: unset;
    left: unset;
  }

  .hero .container .button {
    padding-inline: 1rem;
    width: 100%;
    text-align: center;
    font-size: 22px;
    white-space: wrap;
    justify-self: center;
  }

  .hero .container .image-area .nerve {
    bottom: 100%;
    left: 0%;
    right: unset;
    width: 791px;
    top: unset;
  }
}

/* Section: badges */
.badges {
  margin-block: 56px;
  background-color: #76aad3;
  border-radius: 24px
}

.badges .container {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 1.5rem
}

.badges .container .badge {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff
}

.badges .container .badge .text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2
}

@media(max-width: 1024px) {
  .badges .container .badge .text {
    font-size: 16px
  }

  .badges .container .badge .icon img {
    width: auto;
    height: 1.75rem
  }
}

@media(max-width: 768px) {
  .badges .container .badge .text {
    font-size: 14px
  }
}

@media(max-width: 768px) {
  .badges .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-inline: 4rem
  }
}

/* Section: text */
.nrv-text {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative
}

.nrv-text .bg-oval {
  background: rgba(176, 208, 233, .15);
  filter: blur(50px);
  height: 448px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 574px;
  z-index: -1
}

.nrv-text .container .text-area {
  max-width: 799px;
  margin-inline: auto;
  text-align: center
}

.nrv-text .container .text-area h2 {
  padding-block: 1.5rem;
  line-height: 1.3;
  font-size: 50px
}

@media(max-width: 768px) {
  .nrv-text .container .text-area h2 {
    font-size: 32px
  }
}

.nrv-text .container .text-area .description {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem
}

.nrv-text .container .text-area .image-left,
.nrv-text .container .text-area .image-right {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 221px;
  transform: translate3d(30%, 50%, 0)
}

@media(max-width: 1024px) {

  .nrv-text .container .text-area .image-left,
  .nrv-text .container .text-area .image-right {
    transform: translate3d(-50%, 50%, 0);
    width: 176px
  }
}

.nrv-text .container .text-area .image-right {
  left: auto;
  right: 0;
  width: 400px;
  transform: translate3d(-15%, 5%, 0)
}

@media(max-width: 1024px) {
  .nrv-text .container .text-area .image-right {
    display: none
  }
}

/* Section: top-products */
.top-products {
  background: linear-gradient(180deg, #E1EAF6 0%, #FFFFFF 57.37%);
  margin-block: 3rem;
  position: relative
}

.top-products .top-bg {
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 32px
}

/* Countdown Timer Styles */
.countdown-timer {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 4px 120px 4px 120px;
  gap: 6px;
  justify-content: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.countdown-digit {
  justify-content: center;
  background: linear-gradient(180.02deg, rgba(242, 242, 242, 0.9) 0.02%, rgba(255, 255, 255, 0.9) 99.98%);
  backdrop-filter: blur(16px);
  box-shadow: 2px 2px 2px 0px #00000026;
  display: flex;
  border: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;
  color: #161616;
  padding: 8px 24px;
  border-radius: 12px;
}

.countdown-digit::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #D70D3B 0%, #E43161 100%);
  padding: 2px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.countdown-separator {
  width: 0.5rem;
}

.countdown-label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #161616;
  justify-content: center;
}

.countdown-spacer {
  /* Empty spacer element */
}

.top-products .date,
.products-video .date {
  gap: 6px;
  grid-template-columns: 64px 4px 64px 4px 64px;
  margin-left: auto;
  margin-right: auto
}

.top-products .container {
  padding-top: 4rem
}

@media(max-width: 1024px) {
  .top-products .container {
    display: flex;
    flex-wrap: wrap;
  }

  .top-products .container h2 {
    width: 55%;
  }

  .countdown-timer {
    width: 45%;
    grid-template-columns: 64px 4px 64px 4px 64px;
    grid-template-rows: 52px 24px;
  }

  .countdown-digit {
    font-size: 22px;
  }

  .top-products .container .products-wrapper {
    width: 100%;
  }
}

.top-products .container h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.017em;
  color: #161616;
  max-width: 75%;
  justify-self: center;
}

@media(max-width: 1024px) {
  .top-products .container h2 {
    font-size: 24px;
    max-width: 100%;
    text-align: start;
  }
}

@media(max-width: 768px) {
  .top-products .container h2 {
    font-size: 36px
  }
}

.top-products .container .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  margin-top: 1.5rem;
  text-align: center
}

.top-products .container .subtitle strong {
  font-weight: 900
}

.top-products .container .products-wrapper {
  flex-direction: row;
  gap: 34px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 32px;
  display: flex;
  justify-content: center
}

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

@media(max-width: 768px) {
  .top-products .container .products-wrapper {
    margin-inline: -8px
  }
}

.top-products .container .products-wrapper .product {
  z-index: 1;
  background: linear-gradient(180.02deg, rgba(242, 242, 242, 0.9) 0.02%, rgba(255, 255, 255, 0.9) 99.98%);
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
  border-radius: 12px;
  backdrop-filter: blur(16px);
  box-shadow: 0px 0px 20px 0px #00000026;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 334px;
  padding: 1.5rem;
  position: relative;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear
}

@media(max-width: 1024px) {
  .top-products .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
  }

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

@media(max-width: 768px) {
  .top-products .container .products-wrapper .product {
    padding: 12px
  }
}

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

@media(max-width: 1024px) {
  .top-products .container .products-wrapper .product:hover {
    transform: none
  }
}

.top-products .container .products-wrapper .product .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;
  color: #161616;
  justify-content: center;
}

.top-products .container .products-wrapper .product .subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #161616;
  order: 1
}

@media(max-width: 1024px) {
  .top-products .container .products-wrapper .product .subtitle {
    text-align: left
  }
}

.top-products .container .products-wrapper .product .product-image {
  max-height: 280px;
  position: relative;
  order: 1;
  grid-row: span 6/span 6
}

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

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

@media(max-width: 768px) {
  .top-products .container .products-wrapper .product .product-image {
    grid-row: span 3/span 3
  }
}

.top-products .container .products-wrapper .product .price {
  display: flex;
  color: #297ec1;
  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
}

@media(max-width: 1024px) {
  .top-products .container .products-wrapper .product .price {
    max-width: 170px;
    flex-wrap: wrap;
    font-size: 90px
  }
}

@media(max-width: 768px) {
  .top-products .container .products-wrapper .product .price {
    font-size: 70px
  }
}

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

.top-products .container .products-wrapper .product .price .ampule {
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--base-dark);
  margin-left: 10px
}

.top-products .container .products-wrapper .product .button {
  line-height: 1.2;
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  order: 3
}

@media(max-width: 1024px) {
  .top-products .container .products-wrapper .product .button {
    max-width: 234px;
    width: 100%;
    margin-top: 0;
    margin-inline: auto;
    font-size: 16px;
    height: fit-content
  }
}

@media(max-width: 768px) {
  .top-products .container .products-wrapper .product .button {
    grid-column: span 2/span 2;
    max-width: 100%
  }

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

.top-products .container .products-wrapper .product .button svg {
  position: absolute;
  right: -0.05rem;
  top: 1rem
}

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

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

.top-products .container .products-wrapper .product .economy .eco {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.017em;
  color: #161616;
}

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

.top-products .container .products-wrapper .product .economy .before {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  text-decoration-line: line-through;
  color: #161616;
  margin-left: 6px;
}

.top-products .container .products-wrapper .product .economy .after {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #161616;
  margin-left: 6px;
}

.top-products .container .products-wrapper .product.main {
  border: none;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.top-products .container .products-wrapper .product.main::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #D70D3B 0%, #E43161 100%);
  padding: 2px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

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

@media(max-width: 768px) {
  .top-products .container .products-wrapper .product.main {
    padding: 12px
  }
}

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

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

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

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

@media(max-width: 1024px) {
  .top-products .container .products-wrapper .product .title {
    grid-column: span 1/span 1;
    text-align: left;
    order: 1;
    justify-content: unset;
    justify-self: start;
  }

  .top-products .container .products-wrapper .product .subtitle {
    order: 3;
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
  }

  .top-products .container .products-wrapper .product .button_wrapper {
    order: 5;
    grid-column: span 1/span 1;
    grid-row: span 2/span 2;
  }

  .top-products .container .products-wrapper .product .button {
    height: 100%;
    width: 100%;
    max-width: unset;
  }

  .top-products .container .products-wrapper .product .product-image {
    order: 2;
    grid-column: span 1/span 1;
    grid-row: span 5/span 5;
  }

  .top-products .container .products-wrapper .product .price {
    order: 4;
    grid-column: span 1/span 1;
    grid-row: span 2/span 2;
  }

  .top-products .container .products-wrapper .product .economy {
    order: 6;
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
  }
}

@media(max-width: 768px) {
  .top-products .container h2 {
    width: 90%;
    font-size: 24px;
    text-align: center;
  }

  .top-products .container {
    padding: 24px;
    justify-content: center;
  }

  .top-products .container .products-wrapper .product.main .title {
    color: #161616;
    font-size: 32px;
  }

  .top-products .container .products-wrapper .product.main .title br {
    display: none;
  }

  .top-products .container .products-wrapper .product .subtitle {
    margin: 0
  }

  .top-products .container .products-wrapper .product .price {
    justify-content: start;
    margin-bottom: 15px;
  }

  .top-products .container .products-wrapper .product .price .ampule br {
    display: none;
  }

  .top-products .container .products-wrapper .product .button_wrapper {
    grid-column: span 2/span 2;
  }

  .top-products .container .products-wrapper .product .economy {
    grid-column: span 2/span 2;
  }

  .top-products .container .products-wrapper .product .product-image {
    margin-top: 15px;
  }

  .top-products .container .products-wrapper .product .badge {
    top: -5rem;
  }
}

.top-products .container .products-wrapper .product .price .ampule {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #161616;
}

/* Section: complex-grid */
.complex-grid {
  margin-block: 4rem 3rem;
}

.complex-grid .container {
  padding-left: 96px;
  padding-right: 96px;
}

.complex-grid .container .top-line {
  gap: 4rem;
  flex-direction: row;
  position: relative;
  display: flex
}

.complex-grid .container .top-line .left-side {
  flex: 1 1 auto;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.complex-grid .container .top-line .left-side .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: -12px;
  padding-left: 8px;
  border-left: 4px solid #CF3956;
}

.complex-grid .container .top-line .left-side .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.017em;
  color: #000000;
}

.complex-grid .container .top-line .left-side .subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.017em;
  color: #000000;
}

.complex-grid .container .top-line .left-side .button_wrapper {
  width: fit-content;
}

.complex-grid .container .top-line .right-side {
  flex-shrink: 1;
  left: 0;
  position: relative;
  top: 0;
  width: 50%
}

.complex-grid .container .top-line .right-side .image-front {
  position: absolute;
  top: -60%;
  right: 0px;
  width: 780px;
}

.complex-grid .container .top-line .right-side .image-back {
  position: absolute;
  right: -18%;
  top: -30%;
  width: 586px;
  height: 100%;
  z-index: -1;
}

.complex-grid .container .top-line .right-side .image-bg {
  width: 1012px;
  position: absolute;
  z-index: -2;
  right: -50%;
}

.complex-grid .container .bottom-line-wrapper {
  margin-top: 100px;
  margin-left: -4rem;
  margin-right: -4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.complex-grid .container .bottom-line-wrapper::-webkit-scrollbar {
  display: none
}

.complex-grid .container .bottom-line-wrapper .bottom-line {
  display: flex;
  gap: 24px;
}

.complex-grid .container .bottom-line-wrapper .bottom-line .item {
  align-items: center;
  backdrop-filter: blur(5px);
  box-shadow: 0px 2px 2px 0px #00000026;
  background: linear-gradient(176.63deg, rgba(255, 255, 255, 0.6) 63.16%, rgba(207, 57, 86, 0.6) 164.5%);
  border: none;
  display: flex;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 25%;
}

.complex-grid .container .bottom-line-wrapper .bottom-line .item .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}

.complex-grid .container .bottom-line-wrapper .bottom-line .item .description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  align-self: stretch;
  min-height: 206px;
}

.complex-grid .container .bottom-line-wrapper .bottom-line .item img {
  width: 87px;
}

.complex-grid .container .bottom-line-wrapper .bottom-line .item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(174.54deg, #FAFEFF 54.71%, #CF3956 112.8%);
  padding: 0.5px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .complex-grid .container {
    padding: 0 64px;
  }

  .complex-grid .container .top-line {
    flex-direction: column;
  }

  .complex-grid .container .top-line .right-side {
    width: 100%;
    height: 100px;
  }

  .complex-grid .container .top-line .right-side .image-front {
    z-index: -1;
    top: -330%;
    left: -5%;
  }

  .complex-grid .container .top-line .right-side .image-back {
    right: -17%;
    top: -240%;
    z-index: -2;
  }

  .complex-grid .container .top-line .right-side .image-bg {
    bottom: 70%;
    z-index: -3;
  }

  .complex-grid .container .bottom-line-wrapper {
    margin-top: 0
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line {
    justify-content: space-evenly;
    flex-flow: wrap;
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line .item {
    width: 47%;
    position: relative;
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line .item img {
    position: absolute;
    width: 48px;
    top: 16px;
    right: 16px;
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line .item .title {
    align-self: start;
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line .item .description {
    min-height: unset;
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line .item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(4.54deg, #FAFEFF -40.29%, #CF3956 112.8%);
    padding: 0.5px;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
}

@media(max-width: 768px) {
  .complex-grid .container .bottom-line-wrapper {
    padding: 0;
  }

  .complex-grid .container .bottom-line-wrapper .bottom-line .item {
    width: 100%;
  }

  .complex-grid .container .top-line .left-side .title {
    font-size: 20px;
  }

  .complex-grid .container .top-line .left-side .subtitle {
    font-size: 24px;
  }

  .complex-grid .container {
    padding: 0 24px;
  }

  .complex-grid .container .top-line .left-side .button_wrapper {
    width: 342px;
  }

  .complex-grid .container .top-line .left-side .button_wrapper .button {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    justify-content: center;
    align-self: center;
  }

  .complex-grid .container .bottom-line-wrapper {
    margin: 0
  }

  .complex-grid .container .top-line .right-side .image-bg {
    display: none;
  }

  .complex-grid .container .top-line .right-side .image-front {
    left: -44%;
    top: -195%;
    width: 586px;
  }

  .complex-grid .container .top-line .right-side .image-back {
    right: -44%;
  }
}

/* Section: ingredients */
.ingredients {
  margin-block: 4rem 4rem;
}

.ingredients .wrapper {
  padding-left: 39px;
  padding-right: 39px;
  overflow-x: visible;
}

@media screen and (max-width: 1024px) {
  .ingredients .container {
    padding: 0 64px;
  }

  .ingredients .wrapper {
    padding: 0rem
  }

  .ingredients .wrapper .top-wrapper .item-title {
    margin-left: -50px;
  }
}

.ingredients .wrapper .top-wrapper {
  gap: 2.25rem;
  position: relative;
  overflow-x: visible;
}

.ingredients .wrapper .top-wrapper .item-title {
  display: flex;
  gap: 1rem;
  padding-top: 1.5rem
}

.ingredients .wrapper .top-wrapper .item-title img {
  width: 196px;
}

.ingredients .wrapper .top-wrapper .item-title .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  letter-spacing: -0.017em;
  color: #161616;
  align-items: end;
  margin-left: -50px;
  padding-bottom: 25px;
  width: 40%;
}

.ingredients .wrapper .top-wrapper .item-description {
  padding-left: 50px;
  width: 60%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #161616;
}

@media screen and (max-width: 1024px) {
  .ingredients .wrapper .top-wrapper .item-description {
    padding: 0;
  }

  .ingredients .wrapper .top-wrapper .item-title .title {
    width: 60%;
  }
}

.ingredients .wrapper .top-wrapper .elements-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  grid-template-rows: auto;
}

.ingredients .wrapper .top-wrapper .image-top-right {
  position: absolute;
  top: 10%;
  rotate: 39deg;
  right: 0;
  width: 420px;
  z-index: -1;
}

.ingredients .wrapper .top-wrapper .image-bottom-left {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 288px;
  z-index: -1;
}

.ingredients .wrapper .top-wrapper .image-bottom-right {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 298px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .ingredients .wrapper .top-wrapper .image-top-right {
    top: 15%;
    right: -10%;
  }

  .ingredients .wrapper .top-wrapper .elements-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ingredients .wrapper .top-wrapper .elements-wrapper::-webkit-scrollbar {
    display: none;
  }

  .ingredients .wrapper .top-wrapper .image-bottom-left {
    width: 237px;
    bottom: -8%;
    left: -8%;
  }

  .ingredients .wrapper .top-wrapper .image-bottom-right {
    width: 248px;
    bottom: -5%;
    right: -13%;
  }
}


.ingredients .wrapper .top-wrapper .image img,
.ingredients .wrapper .elements-wrapper .image img {
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ingredients .wrapper .elements-wrapper {
  overflow: visible;
  padding: 50px
}

@media screen and (max-width: 1024px) {
  .ingredients .wrapper .elements-wrapper {
    display: flex;
    overflow-x: auto;
    margin-inline: -4rem;
    padding-inline: 4rem;
    scrollbar-width: none;
    -ms-overflow-style: none
  }

  .ingredients .wrapper .elements-wrapper::-webkit-scrollbar {
    display: none
  }
}

.ingredients .wrapper .elements-wrapper .item-ds {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .ingredients .wrapper .elements-wrapper .item-ds {
    min-width: 290px
  }
}

.ingredients .wrapper .elements-wrapper .item-ds .image {
  position: absolute;
  max-width: 276px;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  z-index: 0
}

.ingredients .wrapper .elements-wrapper .item-ds .image img {
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.ingredients .wrapper .elements-wrapper .item-ds .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  display: flex;
  gap: 16px;
}

.ingredients .wrapper .elements-wrapper .item-ds .content {
  border: 1px solid #1C80DE;
  backdrop-filter: blur(16px);
  box-shadow: 0px 4px 4px 0px #0000001A;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.ingredients .wrapper .elements-wrapper .item-ds .content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.ingredients .bottom-text {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
}

.ingredients .bottom-text .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;
  color: #152D21;
}

.ingredients .bottom-text .title span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #152D21;
}

.ingredients .bottom-text img {
  width: 167px;
  height: 34px;
}

@media(max-width: 1024px) {
  .ingredients .bottom-text {
    flex-direction: column;
  }
}

@media(max-width: 768px) {
  .ingredients .container {
    padding: 0 24px;
  }

  .ingredients .wrapper .top-wrapper .item-title {
    margin-left: -25px;
  }

  .ingredients .wrapper .top-wrapper .item-title .title {
    font-size: 24px;
    width: 100%;
    margin-left: -25px;
    padding-bottom: 0;
  }

  .ingredients .wrapper .top-wrapper .item-title img {
    height: 100px;
    width: 88px;
  }

  .ingredients .wrapper .top-wrapper .item-description {
    width: 100%;
  }

  .ingredients .wrapper .top-wrapper .image-top-right {
    top: 5%;
    right: -20%;
  }

  .ingredients .wrapper .top-wrapper .elements-wrapper {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ingredients .wrapper .top-wrapper .elements-wrapper::-webkit-scrollbar {
    display: none;
  }

  .ingredients .wrapper .top-wrapper .image-bottom-left {
    display: none;
  }

  .ingredients .bottom-text .title {
    font-size: 24px;
  }

  .ingredients .bottom-text .title span {
    font-size: 24px;
  }
}

/* Section: null-risk */
.null-risk .container .top-content {
  display: grid;
  grid-template-columns: 60% 40%;
  position: relative;
}

.null-risk .container .top-content .top-title-wrapper {
  order: 2;
  grid-column: span 1 / span 1;
  grid-row: 2 / span 1;
}

.null-risk .container .top-content .top-title-wrapper h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.017em;
  color: #000000;
  margin-left: -12px;
  padding-left: 8px;
  border-left: 4px solid #CF3956;
}

.null-risk .container .top-content .top-title-wrapper h2 span {
  font-size: 24px;
}

.null-risk .container .top-content .top-content-content {
  grid-row: 3 / span 1;
  max-width: 100%;
  order: 3;
  grid-column: span 1 / span 1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
}

.null-risk .container .top-content .top-content-content strong {
  font-weight: 900
}

.null-risk .container .top-content .top-content-content p {
  order: 3;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.null-risk .container .top-content .top-content-image {
  order: 1;
  grid-column: span 1 / span 1;
  grid-row: 1 / span 4;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.null-risk .container .top-content .top-content-image .leaf-image {
  max-width: 288px;
  max-height: 355px;
}

.null-risk .container .top-content .top-content-image .glukobest-image {
  margin-left: -150px;
}

.null-risk .container .top-content .top-content-image img {
  width: 100%;
  height: auto
}

.null-risk .container .top-content .top-content-list {
  order: 3;
  grid-column: span 1/span 1
}

.null-risk .container .top-content .top-content-list ul {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 800;
  gap: 1rem
}

.null-risk .container .top-content .top-content-list ul li {
  align-items: center;
  display: flex;
  gap: 1rem
}

.null-risk .container .top-content .top-content-list ul li::before {
  content: " ";
  min-width: 30px;
  min-height: 30px;
  background: url('data:image/svg+xml;utf8,<svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5763 12.5765L10.1876 21.8561C16.0029 12.9756 22.5324 5.19267 28.4498 0.702518C29.7761 -0.494855 31.8166 0.203612 30.3883 1.50077C23.7567 8.1861 18.6556 15.7695 13.4523 27.6434C11.4119 29.0403 9.06534 29.7388 7.94308 28.4417L0.597381 15.5699C-0.422854 13.9734 3.14797 10.2815 4.5763 12.5765Z" fill="%23B0D0E9"/></svg>') no-repeat center center;
  background-size: contain
}

.null-risk .container .top-content .top-content-content-2 {
  margin-top: 2rem;
  order: 3;
  grid-column: span 1/span 1;
  max-width: 80%
}

.null-risk .container .benefits-wrapper {
  display: flex;
  gap: 64px;
  justify-content: center;
  grid-column: span 2 / span 2;
  grid-row: span 1 / span 1;
}

.null-risk .container .benefits-wrapper .benefits-title {
  display: flex;
  gap: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.017em;
  color: #000000;
}

.null-risk .container .top-content .nerve-image {
  display: none;
}

@media(max-width: 1024px) {
  .null-risk .container .top-content {
    row-gap: 24px;
  }

  .null-risk .container .top-content .top-title-wrapper {
    order: 1;
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
  }

  .null-risk .container .top-content .top-content-content {
    order: 2;
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
    max-width: 80%;
    margin-top: 0;
  }

  .null-risk .container .top-content .top-content-image {
    order: 3;
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
    position: relative;
    min-height: 400px;
  }

  .null-risk .container .top-content .benefits-wrapper {
    order: 4;
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
    flex-direction: column;
    gap: 32px;
    justify-content: unset;
  }

  .null-risk .container .top-content .top-content-image .glukobest-image {
    position: absolute;
    top: -45%;
    min-width: 710px;
  }

  .null-risk .container .top-content .top-content-image .leaf-image {
    position: absolute;
    top: 20%;
    left: -10%;
  }

  .null-risk .container .top-content .nerve-image {
    display: block;
    position: absolute;
    min-width: 880px;
    z-index: -1;
  }
}

@media(max-width: 768px) {
  .null-risk .container .top-content .nerve-image {
    bottom: -10%;
    right: -30%;
    z-index: -2;
  }

  .null-risk .container .top-content .top-content-image .leaf-image {
    z-index: -2;
    top: -10%;
  }

  .null-risk .container .top-content {
    grid-template-columns: 100%;
  }

  .null-risk .container .top-content .benefits-wrapper {
    grid-column: span 2 / span 1;
  }
}


/* Section: benefits */
.benefits .benefits-content {
  position: relative;
  margin-top: 96px;
}

.benefits .benefits-content .image-left {
  z-index: -1;
  position: absolute;
  top: 70px;
  left: -400px;
}

.benefits .benefits-content .image-left img {
  max-width: 880px;
}

.benefits .benefits-content .image-right {
  z-index: -1;
  position: absolute;
  top: 45px;
  right: 130px;
}

.benefits .benefits-content .image-right img {
  max-width: 564px;
}

.benefits .benefits-content .top-content {
  padding: 64px 96px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.benefits .benefits-content .top-content .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.017em;
  color: #000000;
  max-width: 55%;
}

.benefits .benefits-content .top-content .button_wrapper {
  width: fit-content;
}

.benefits .benefits-content .bottom-content {
  padding: 32px 92px;
}

.benefits .benefits-content .bottom-content .benefits-list {
  display: flex;
  background: linear-gradient(163.46deg, rgba(207, 57, 86, 0.6) -150.02%, rgba(255, 255, 255, 0.6) 49.61%);
  border: 1px solid;
  border-image-source: linear-gradient(170.03deg, #FAFEFF 12.37%, #CF3956 110.16%);
  backdrop-filter: blur(5px);
  box-shadow: 0px 2px 2px 0px #00000026;
  gap: 24px;
  padding: 24px;
  border-radius: 12px;
}

.benefits .benefits-content .bottom-content .benefits-list .benefits-item {
  display: flex;
  gap: 24px;
  width: 33%;
}

.benefits .benefits-content .bottom-content .benefits-list .benefits-item .circle-img {
  min-width: 80px;
}

.benefits .benefits-content .bottom-content .benefits-list .benefits-item .bottom-content-content .bottom-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.benefits .benefits-content .bottom-content .benefits-list .benefits-item .bottom-content-content .bottom-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #161616;
}

@media(max-width: 1024px) {
  .benefits .container {
    padding: 0 64px;
  }

  .benefits .benefits-content .top-content {
    padding: 0;
  }

  .benefits .benefits-content .image-left {
    display: none;
  }

  .benefits .benefits-content .top-content .title {
    max-width: 80%;
  }

  .benefits .benefits-content .image-right {
    right: -10%;
    top: 0
  }

  .benefits .benefits-content .bottom-content {
    padding: 0
  }

  .benefits .benefits-content .bottom-content .benefits-list {
    flex-direction: column;
    margin-top: 176px;
  }

  .benefits .benefits-content .bottom-content .benefits-list .benefits-item {
    width: 100%;
  }

  .benefits .benefits-content .bottom-content .benefits-list .benefits-item .circle-img img {
    max-width: 48px;
  }

  .benefits .benefits-content .bottom-content .benefits-list .benefits-item .circle-img {
    min-width: 48px;
  }
}

@media(max-width: 768px) {
  .benefits .container {
    padding: 0 24px;
  }

  .benefits .benefits-content .top-content {
    align-items: center;
  }

  .benefits .benefits-content .top-content .title {
    font-size: 24px;
    text-align: center;
    align-self: center;
  }

  .benefits .benefits-content .top-content .button_wrapper {
    width: 342px;
  }

  .benefits .benefits-content .top-content .button_wrapper .button {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    justify-content: center;
  }

  .benefits .benefits-content .image-right {
    top: 15%;
  }
}

/* Section: products */
.products {
  margin-block: 3rem;
  position: relative
}

.products .top-bg {
  background: var(--bg-gradient);
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 32px
}

.products .container {
  padding-top: 4rem
}

.products .container h2 {
  font-size: 48px;
  text-align: center
}

@media(max-width: 768px) {
  .products .container h2 {
    font-size: 36px
  }
}

.products .container .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  margin-top: 1.5rem;
  text-align: center
}

.products .container .subtitle strong {
  font-weight: 900
}

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

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

@media(max-width: 768px) {
  .products .container .products-wrapper {
    margin-inline: -8px
  }
}

.products .container .products-wrapper .product {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), #ddf0ff);
  border: 2px solid #fff;
  border-radius: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 334px;
  padding: 1.5rem;
  position: relative;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear
}

@media(max-width: 1024px) {
  .products .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
  }

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

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

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

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

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

@media(max-width: 1024px) {
  .products .container .products-wrapper .product .title {
    grid-column: span 2/span 2;
    text-align: left
  }
}

.products .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: 1024px) {
  .products .container .products-wrapper .product .subtitle {
    text-align: left
  }
}

.products .container .products-wrapper .product .product-image {
  position: relative;
  order: 1;
  grid-row: span 6/span 6
}

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

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

@media(max-width: 768px) {
  .products .container .products-wrapper .product .product-image {
    grid-row: span 3/span 3
  }
}

.products .container .products-wrapper .product .price {
  display: flex;
  color: #297ec1;
  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
}

@media(max-width: 1024px) {
  .products .container .products-wrapper .product .price {
    max-width: 170px;
    flex-wrap: wrap;
    font-size: 90px
  }
}

@media(max-width: 768px) {
  .products .container .products-wrapper .product .price {
    font-size: 70px
  }
}

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

.products .container .products-wrapper .product .price .ampule {
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--base-dark);
  margin-left: 10px
}

.products .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: 1024px) {
  .products .container .products-wrapper .product .books {
    max-width: 234px;
    width: 100%;
    margin-inline: auto;
    font-size: 14px;
    line-height: 24px
  }
}

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

.products .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: #2f2f2f;
  color: rgba(47, 47, 47, var(--tw-text-opacity));
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center
}

.products .container .products-wrapper .product .button {
  margin-block: 1rem;
  padding-block: 12px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  order: 3
}

@media(max-width: 1024px) {
  .products .container .products-wrapper .product .button {
    max-width: 234px;
    width: 100%;
    margin-top: 0;
    margin-inline: auto;
    font-size: 16px;
    height: fit-content
  }
}

@media(max-width: 768px) {
  .products .container .products-wrapper .product .button {
    grid-column: span 2/span 2;
    max-width: 100%
  }

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

.products .container .products-wrapper .product .button svg {
  position: absolute;
  right: -0.05rem;
  top: 1rem
}

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

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

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

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

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

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

.products .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: 768px) {
  .products .container .products-wrapper .product .payment-icons {
    grid-column: span 2/span 2
  }
}

.products .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: 768px) {
  .products .container .products-wrapper .product .payment-icons svg {
    width: 38px
  }
}

.products .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: 768px) {
  .products .container .products-wrapper .product .ship-text {
    grid-column: span 2/span 2
  }
}

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

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

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

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

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

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

.products .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: linear-gradient(90.54deg, #C5D7FE -10.15%, #F8F8F8 43.67%, #F8F8F8 102.15%);
  border: 1px solid #FFFFFF;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  display: grid;
  position: relative;
  border-radius: 12px;
}

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

.kosten-banner .container .wrapper h2 {
  grid-column: span 7/span 7;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: center;
  letter-spacing: -0.017em;
  color: #1C80DE;
  order: 2;

}

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

.kosten-banner .container .wrapper h2 span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: center;
  letter-spacing: -0.017em;
  color: #161616;
  margin-left: 8px;
}

.kosten-banner .container .wrapper .subtitle {
  grid-column: span 7/span 7;
  order: 4;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #161616;
}

.kosten-banner .container .wrapper .payment-icons {
  grid-column: span 4/span 4;
  grid-row: span 2;
  order: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 1rem;
  filter: drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15));
}

.kosten-banner .container .wrapper .payment-icons li {
  flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(20% - 1.5rem);
  display: flex;
  justify-content: center;
}

.kosten-banner .container .wrapper .box {
  grid-row: span 1;
  grid-column: span 1;
  margin-top: -43px;
  order: 1;
}

@media(max-width: 1024px) {
  .kosten-banner .container .wrapper h2 {
    font-size: 24px;
    grid-column: span 13/span 13;
    order: 2;
  }

  .kosten-banner .container .wrapper h2 span {
    font-size: 24px;
  }

  .kosten-banner .container .wrapper .box {
    grid-column: span 2/span 2;
    order: 1;
  }

  .kosten-banner .container .wrapper {
    padding: 16px 24px;
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .kosten-banner .container .wrapper .subtitle {
    font-size: 16px;
    grid-column: span 8/span 8;
    order: 3;
  }

  .kosten-banner .container .wrapper .payment-icons {
    grid-column: span 7/span 7;
    order: 4;
  }

  .kosten-banner .container .wrapper .payment-icons li {
    max-width: calc(29% - 1.5rem);
    grid-row: span 1;
  }
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .kosten-banner .container .wrapper .box {
    order: 2;
    margin-top: 0;
    grid-column: span 1 / span 1;
  }

  .kosten-banner .container .wrapper h2 {
    order: 1;
    align-items: start;
    flex-direction: column;
    grid-column: span 4 / span 4;
  }

  .kosten-banner .container .wrapper h2 span {
    margin: 0;
    white-space: nowrap;
  }

  .kosten-banner .container .wrapper .subtitle {
    order: 3;
    grid-column: span 5 / span 5;
  }

  .kosten-banner .container .wrapper .payment-icons {
    order: 4;
    grid-column: span 5 / span 5;
  }

  .kosten-banner .container .wrapper .payment-icons li {
    max-width: calc(28% - 1.5rem);
  }
}

/* Section: faq */
.faq {
  margin-block: 3rem
}

.faq .container {
  padding-top: 2.25rem;
  position: relative
}

.faq .container .bg-image {
  max-width: 880px;
  position: absolute;
  right: -13%;
  top: 0;
  z-index: -1;
}

.faq .container .bg-image-2 {
  max-width: 880px;
  position: absolute;
  left: -15%;
  top: 400px;
  z-index: -1;
}

.faq .container .content h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.017em;
  color: #161616;
}

.faq .container .faq-wrapper {
  z-index: 10;
  padding-left: 270px;
  padding-right: 270px;
  margin-top: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem
}

.faq .container .faq-wrapper .ac {
  background: #FFFFFF99;
  border-style: none;
  backdrop-filter: blur(16px);
  box-shadow: 0px 2px 2px 0px #00000026;
  border: 1px solid #FF8CAB;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  border-radius: 20px;
  gap: 0px;
}

.faq .container .faq-wrapper .ac .ac-trigger {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #161616;
  justify-content: space-between;
}

.ac .ac-trigger {
  padding: unset !important;
}

.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-family: 'Poppins';
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #161616;
  padding: 12px 24px;
  gap: 16px;
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper a {
  color: #1E77E3;
  text-decoration: underline;
  align-self: start;
}

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

@media(max-width: 1024px) {
  .faq .container .faq-wrapper {
    padding: 0
  }

  .faq .container .bg-image-2 {
    left: -45%;
  }

  .faq .container .bg-image {
    transform: translate(15%, 0%);
  }
}

@media(max-width: 768px) {
  .faq .container .bg-image {
    width: 593px;
  }

  .faq .container .content h2 {
    font-size: 24px;
  }
}

/* Section: warranty */
.warranty {
  background: linear-gradient(180deg, #CFE4FF -56.51%, rgba(255, 255, 255, 0) 100%);
  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);
  padding-left: 240px;
  padding-right: 240px;
}

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

.warranty .container .uptitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #161616;
  grid-column: span 4 / span 4;
  text-transform: uppercase;
  margin-top: auto;
}

.warranty .container .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.017em;
  color: #161616;
  grid-column: span 4 / span 4;
  margin-bottom: auto;
}

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

.warranty .container .content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #161616;
}

@media(max-width: 1024px) {
  .warranty .container {
    padding: 0 90px
  }
}

@media(max-width: 768px) {
  .warranty .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .warranty .container .image {
    grid-column: span 5 / span 5;
  }

  .warranty .container .uptitle {
    grid-column: span 5 / span 5;
  }

  .warranty .container .title {
    grid-column: span 5 / span 5;
    max-width: 90%;
  }

  .warranty .container .content {
    margin: 0
  }
}

/* Section: footer */
.nav-footer {
  background: #EFF6FE;
}

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

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

.nav-footer .menu .item a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #161616;
  opacity: 0.5;
}

.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;
  background: linear-gradient(180deg, #fff 21.76%, #88c6f6 109.08%);
  width: 100%
}

.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: 768px) {
  .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
}

/* Section: double-proposal */
.double-proposal {
  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 {
  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: 1024px) {
  .double-proposal .popup-wrapper {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0
  }
}

@media(max-width: 768px) {
  .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: 1024px) {
  .double-proposal .popup-wrapper .title {
    margin-bottom: 0rem
  }
}

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

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

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

@media(max-width: 768px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px)and (max-width: 768px) {
  .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: 1024px) {
  .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;
  padding: 12px 16px;
  position: relative;
  width: 100%;
  justify-content: center
}

.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
}