@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: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  --font-heading: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, 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;
  padding: 0 4rem
}

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

/* Section: header-small */
.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-small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-block: 16px
}

.page-header .header-small .header-logo {
  z-index: 20;
  position: relative;
  max-width: 200px
}

/* Section: text-section */
.text-section {
  padding-block: 48px 4rem;
  background: linear-gradient(150.44deg, #9CC4FC -1.12%, rgba(255, 255, 255, 0) 65.52%);
  border-radius: 0 0 32px 32px;
  position: relative
}

.text-section .bg-image-1 {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 600px;
}

.text-section .bg-image-2 {
  position: absolute;
  width: 960px;
  top: 0px;
  right: -300px;
  z-index: 0;
  rotate: 90deg;
}

@media(max-width: 768px) {
  .text-section .button {
    top: 650px
  }
}

.text-section .container {
  z-index: 1;
  position: relative;
}

.text-section .container h1 {
  font-size: 40px;
  margin-bottom: 24px;
}

.text-section .container .title {
  display: flex;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.017em;
  color: #161616;


  @media(max-width: 1024px) {
    width: 70%;
  }

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

.text-section .container .extra-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--base-accent-blue);
  margin-bottom: 48px
}

.text-section .container .text-wrapper {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px #00000026;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
  backdrop-filter: blur(16px);
  margin-top: 24px;
  max-width: 85%;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
  color: #161616;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}

.text-section .container .text-wrapper p {
  margin-bottom: 16px;
  text-align: start;
}

.text-section .container .text-wrapper h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: start;
}

.text-section .container .text-wrapper .button_link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: #1C80DE;
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 24px;

}

/* Section: video-section */
.video-section {
  padding-block: 48px 4rem;
  background: linear-gradient(150.44deg, #9CC4FC -1.12%, rgba(255, 255, 255, 0) 65.52%);
  border-radius: 0 0 32px 32px;
  position: relative
}

.video-section .bg-image-1 {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 600px;
}

.video-section .bg-image-2 {
  position: absolute;
  width: 960px;
  top: 0px;
  right: -300px;
  z-index: 0;
  rotate: 90deg;
}

@media(max-width: 768px) {
  .video-section .button {
    top: 650px
  }
}

.video-section .container {
  z-index: 1;
  position: relative;
}

.video-section .container h1 {
  font-size: 40px;
  margin-bottom: 24px;
}

.video-section .container .title {
  display: flex;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.017em;
  color: #161616;


  @media(max-width: 1024px) {
    width: 70%;
  }

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

.video-section .container .extra-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--base-accent-blue);
  margin-bottom: 48px
}

.video-section .container .video-wrapper .bg-image {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 388px;
  rotate: 30deg;
  z-index: -1
}

.video-section .container .video-wrapper vturb-smartplayer {
  border-radius: 20px;
  overflow: hidden
}

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

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

.video-section .countdown-timer {
  justify-content: end;
}

@media (max-width: 768px) { 
  .video-section .container .title {
    flex-direction: column;
  }
}

/* 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;
  white-space: nowrap;
}

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


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

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

.top-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: 767px) {
  .top-products .container .products-wrapper .product .ship-text {
    grid-column: span 2/span 2;
    order: 7;
  }
}
.video-section .container .title {
  @media (max-width: 1024px) {
      width: 100%;
  }
}

@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;
}


.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: testimonials */
.testimonials-section .bottom-text {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
}

.testimonials-section .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;
}

.testimonials-section .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;

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

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

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


/* 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: testimonials */
.testimonials-section .container {
  padding-block: 2rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.testimonials-section .container .top-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr))
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .top-content {
    display: block
  }
}

.testimonials-section .reviews-image {
  display: block;
}

.testimonials-section .reviews-image-mobile {
  display: none;
}

@media(max-width: 768px) {
  .testimonials-section .reviews-image {
    display: none;
  }

  .testimonials-section .reviews-image-mobile {
    display: block;
  }
}

.testimonials-section .container .top-content .top-title-wrapper {
  position: relative;
  gap: 2rem;
  display: flex
}

@media screen and (max-width: 768px) {
  .testimonials-section .container .top-content .top-title-wrapper {
    flex-direction: column
  }
}

.testimonials-section .container .top-content .top-title-wrapper .items-count,
.testimonials-section .container .top-content .top-title-wrapper h2 {
  z-index: 1;
  position: relative
}

.testimonials-section .container .top-content .top-title-wrapper h2 {
  max-width: 311px
}

@media screen and (max-width: 768px) {
  .testimonials-section .container .top-content .top-title-wrapper h2 {
    text-align: center;
    max-width: 100%
  }
}

.testimonials-section .container .top-content .top-title-wrapper .items-count {
  color: #b0d0e9;
  font-size: 166px;
  font-weight: 800;
  line-height: 126px;
  text-shadow: rgba(0, 0, 0, .1) 0px 4px 4px;
  -webkit-text-stroke: 1px #fff
}

.testimonials-section .container .top-content .top-title-wrapper .image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  max-width: 400px;
  transform: translate(-70%, 33%)
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .top-content .top-title-wrapper .image {
    max-width: 250px;
    rotate: -40deg;
    left: auto;
    right: 0;
    transform: translate(20%, 60%)
  }
}

@media screen and (max-width: 768px) {
  .testimonials-section .container .top-content .top-title-wrapper .image {
    bottom: auto;
    top: 0;
    transform: translate(30%, -10%);
    max-width: 300px
  }
}

.testimonials-section .container .top-content .top-title-wrapper .image img {
  width: 100%;
  height: auto
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .top-content .items-wrapper {
    margin-block: 2rem
  }
}

.testimonials-section .container .top-content .items-wrapper .items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.testimonials-section .container .top-content .items-wrapper .items .item {
  align-items: center;
  box-shadow: rgba(0, 0, 0, .1) 0px 4px 4px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(88, 151, 200, 0.8), rgba(176, 208, 233, 0.8));
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 1.5rem;
  gap: 1rem;
  padding: 1rem
}

.testimonials-section .container .top-content .items-wrapper .items .item .number {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  line-height: 60px;
  opacity: .8
}

.testimonials-section .container .top-content .items-wrapper .items .item h3 {
  color: #fff
}

@media screen and (max-width: 768px) {
  .testimonials-section .container .top-content .items-wrapper .items .item h3 {
    word-wrap: break-word;
    word-break: break-word
  }
}

.testimonials-section .container .top-content .bottom-content {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  grid-column: span 2;
  margin: 5rem auto 2rem;
  max-width: 800px
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .top-content .bottom-content {
    margin-top: 0
  }
}

.testimonials-section .container .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.017em;
  color: #000000;

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

.testimonials-section .container .photos {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  margin-block: 4rem
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .photos {
    gap: 1rem;
    margin-block: 0
  }
}

@media screen and (max-width: 768px) {
  .testimonials-section .container .photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr))
  }
}

.testimonials-section .container .photos .photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover
}

.testimonials-section .container .reviews {
  display: flex;
  margin-bottom: -232px;
  gap: 1.5rem
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .reviews {
    overflow-x: auto;
    margin-inline: -4rem;
    padding-inline: 4rem;
    scrollbar-width: none;
    margin-bottom: -202px
  }

  .testimonials-section .container .reviews::-webkit-scrollbar {
    display: none
  }
}

.testimonials-section .container .reviews .review {
  backdrop-filter: blur(2px);
  flex: 1 1 0%;
  display: grid;
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 4px);
  grid-template-rows: auto auto 1fr;
  background: linear-gradient(rgba(176, 208, 233, 0), rgba(176, 208, 233, 0.6));
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 24px;
  gap: 0px;
  overflow: hidden;
  padding: 1.5rem 1rem
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .reviews .review {
    min-width: 450px
  }
}

@media screen and (max-width: 768px) {
  .testimonials-section .container .reviews .review {
    min-width: 290px
  }
}

.testimonials-section .container .reviews .review .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  order: 1;
  color: #fff;
  text-align: left;
  min-height: 76px
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .reviews .review .title {
    min-height: 0
  }
}

.testimonials-section .container .reviews .review .wrapper {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  order: 3;
  padding: 0px;
  margin-top: 1.5rem
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .reviews .review .wrapper {
    margin-top: .5rem
  }
}

.testimonials-section .container .reviews .review .author {
  flex-direction: row-reverse;
  justify-content: space-between;
  order: 2;
  position: relative;
  align-self: flex-end;
  display: flex;
  align-items: center
}

.testimonials-section .container .reviews .review .author .image {
  flex-grow: 1;
  height: 117px;
  min-width: 117px;
  position: relative;
  overflow: visible;
  max-width: 4rem
}

.testimonials-section .container .reviews .review .author .image img {
  height: 117px;
  min-width: 117px;
  position: absolute;
  transform: translate(30%, 0%)
}

.testimonials-section .container .reviews .review .author .name {
  max-width: 110px;
  font-weight: 400
}

@media screen and (max-width: 1024px) {
  .testimonials-section .container .reviews .review .author .name {
    max-width: 100%
  }
}

.simple-text-below {
  margin-block: 4rem
}

.simple-text-below .container h2 {
  text-align: center
}

@media screen and (max-width: 1024px) {
  .simple-text-below .container h2 {
    font-size: 40px
  }
}

/* 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;
  }
}

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

.video-wrapper {
  margin-top: 3rem;
}

.video-section {
  .container {
    max-width: 1440px;
  }
}

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

.double-proposal.active {
  display: flex
}

.double-proposal .popup-wrapper {
  background: linear-gradient(150.44deg, #9CC4FC, rgba(255, 255, 255, 1));
  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>* {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  text-align: center
}

.double-proposal .popup-wrapper .products-wrapper>* .product-image {
  max-width: 173px;
  max-height: 173px;
  object-fit: contain;
}

.double-proposal .popup-wrapper .products-wrapper>* .product-image figure {
  width: 100%;
  height: 100%;
}

.double-proposal .popup-wrapper .products-wrapper>* .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.double-proposal .popup-wrapper .buttons_wrapper .button_wrapper .button {
  font-size: 19px;
  width: 100%;
  position: relative;
}

.double-proposal .popup-wrapper .buttons_wrapper .button_wrapper .button span {
  padding: 0;
}

.double-proposal .popup-wrapper .buttons_wrapper .button_wrapper .arm-icon {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 45px;
}

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

@media(max-width: 768px) {
  .video-section .container .uptitle-wrapper {
    flex-direction: column;
  }

  .sales-section .container .uptitle-wrapper {
    flex-direction: column;
  }
}

.text-warning {
  position: relative;
  max-width: 75%;
  --tve-alignment: center;
  float: none;
  background-image: linear-gradient(rgb(232, 15, 15), rgb(232, 15, 15)) !important;
  --background-image: linear-gradient(rgb(232, 15, 15), rgb(232, 15, 15)) !important;
  --tve-applied-background-image: linear-gradient(rgb(232, 15, 15), rgb(232, 15, 15)) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  --background-size: auto auto !important;
  --background-position: 50% 50% !important;
  --background-attachment: scroll !important;
  --background-repeat: no-repeat !important;
  --tve-applied-max-width: 75% !important;
  margin: 32px auto !important;
  padding: 8px 24px;
}

.warning-title {
  color: rgb(255, 255, 255) !important;
  margin: auto;
  font-size: 26px !important;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  --tcb-typography-font-family: Montserrat;
  --g-regular-weight: 400;
  --g-bold-weight: 600;

  @media(max-width: 768px) {
    text-align: center;
  }
}

.header-title {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;

  .container {
    max-width: 1080px;
    margin: 15px auto;
    padding: 0 20px;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    color: #161616;

    h2 {
      font-size: 42px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: -0.017em;
      background: #fff;
      padding: 10px 5px;
    }

    h3 {
      font-size: 24px;
      background: #ff0000;
      border-radius: 8px;
      padding: 10px 5px;
      color: #fff;
    }
  }
}