/*!
Theme Name: Ovos
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Servicom
Version: 1.0.0
Text Domain: www
*/

/* Normalize css START*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:focus-visible {
  outline: none !important;
}
li {
  list-style-type: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}
button {
  all: unset;
}
* {
  -webkit-tap-highlight-color: transparent;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input,
textarea {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: none;
}
/* Normalize css END */

.wide-wrapper {
  max-width: 1728px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 53px; */
  width: calc(100% - 60px);
}
.site-wrapper {
  max-width: 1295px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
body.popup-open {
  overflow: hidden;
  touch-action: none;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease, background-color 0.1s ease;
  z-index: 999;
  background-color: transparent;
  z-index: 100;
}

header.header.scrolled {
  background-color: #182734;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
header.header.hidden {
  top: -200px;
  background-color: transparent;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: space-between;
}
.header-wrapper {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.logo-link {
  display: block;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.header-menu .pink {
  color: #f87499;
}
.header-menu__item {
  position: relative;
}
.header-menu__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #f87499;
  transition: width 0.3s ease;
}

.header-menu__item:hover::after {
  width: 100%;
}
.primary-button {
  border-radius: 100px;
  background: #f87499;
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #f87499;
}
.primary-button:hover {
  background: transparent;
  color: #f87499;
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup.active {
  display: flex;
}
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.popup-content {
  position: relative;
  border-radius: 12px;
  background: #fff;
  z-index: 1001;
  display: flex;
  width: 312px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.hero-section {
  height: 110dvh;
  max-height: 904px;
  overflow: hidden;
  padding-bottom: 80px;
  position: relative;
}
.hero-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
}
.hero-bg {
  position: relative;
  height: calc(95dvh - 20px);
  max-height: 804px;
  border-radius: 0 0 40px 40px;
  background: #182734;
}
.hero-bg::after {
  position: absolute;
  width: 100%;
  max-height: 824px;
  height: 95dvh;
  content: "";
  bottom: -20px;
  left: 0;
  display: block;
  z-index: -1;
  background-color: #f87499;
  border-radius: 0 0 40px 40px;
}
.hero-ellipse-decor.big {
  position: absolute;
  right: 0;
  top: 2vw;
  width: 80vw;
}
.hero-ellipse-decor.small {
  position: absolute;
  right: 0;
  width: 67vw;
  bottom: -38vw;
  width: 70vw;
  bottom: -75vh;
}
.video-wrapper {
  opacity: 0.45;
  height: calc(100dvh - 60px);
  max-height: 800px;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 0;
  border-radius: 40px;
}
.hero-image {
  width: 70vw;
  align-self: flex-end;
  aspect-ratio: 961/794;
  margin-bottom: -9vw;
  max-height: 794px;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-content {
  max-width: 610px;
}
.hero-title {
  color: #fff;
  font-family: Poppins;
  font-size: clamp(1.875rem, 0.0792rem + 3.7461vw, 4.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 115.152%;
  margin-bottom: 28px;
}
.hero-subtitle {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 522px;
  margin-bottom: 24px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.secondary-button,
.secondary-button:active {
  border-radius: 100px;
  border: 1px solid #fff;
  display: flex;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  height: 64px;
}
.secondary-button:focus {
  color: #f87499;
}
.secondary-button:hover {
  border: 1px solid #f87499;
  color: #f87499;
}
.primary-button.big {
  padding: 24px 40px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.about-wrapper {
  position: relative;
  border-radius: 24px;
  border-bottom: 8px solid #f87499;
  background: #00234e;
  display: flex;
  padding: 60px 106px 60px 40px;
  justify-content: space-between;
  align-items: center;
}

.about-content {
  max-width: 682px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-label {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  opacity: 0.3;
}

.about-title {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: clamp(1.5rem, -0.2958rem + 3.7461vw, 3.75rem);
}

.about-title span {
  max-width: 550px;
}

.about-title strong {
  font-weight: 700;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.about-devider {
  width: 1px;
  height: 100%;
  min-height: 434px;
  opacity: 0.1;
  background: #fff;
}

.about-image {
  width: 232px;
}
.marque-text-section {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 100s linear infinite;
}

.marque-text {
  display: inline-block;
  margin-right: 80px;
  color: #dedede;
  font-family: Poppins, sans-serif;
  font-size: 128px;
  font-weight: 600;
  line-height: 128px;
  letter-spacing: -3.84px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.site-title {
  color: var(--main_title, #00234e);
  text-align: center;
  font-family: Poppins;
  font-size: clamp(2rem, 0.6033rem + 2.9136vw, 3.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 60px;
}

.padding-top-120 {
  padding-top: 120px;
}

.discover-title {
  max-width: 600px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.discover-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.discover-blocks__item {
  min-height: 340px;
  border-radius: 12px;
  background: rgba(0, 35, 78, 0.05);
  display: flex;
  padding: 44px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.discover-blocks__icon {
  display: flex;
  width: 93px;
  height: 93px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.discover-blocks__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-block__content {
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.discover-blocks__title {
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  margin-bottom: 12px;
}

.pink-text {
  color: #f87499;
}

.for-patients-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 53px;
  overflow: hidden;
  display: flex;
  padding: 80px 0 80px 57px;
  align-items: center;
  gap: 20px;
  border-radius: 40px;
  background: #00234e;
  position: relative;
}

.for-patients-wrapper::after {
  width: 1283px;
  height: 1283px;
  flex-shrink: 0;
  border-radius: 1283px;
  border: 193px solid #fff;
  opacity: 0.02;
  position: absolute;
  display: block;
  content: "";
  right: 46%;
  top: 25%;
  z-index: 1;
}

.for-patients-title {
  color: #fff;
  font-family: Poppins;
  font-size: 72px;
  font-size: clamp(1.5rem, -0.8944rem + 4.9948vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 89%;
  margin-bottom: 24px;
  max-width: 540px;
  line-height: 105%;
}

.for-patients-text {
  margin-bottom: 40px;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-size: clamp(0.6875rem, 0.039rem + 1.3528vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}

.for-patients-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.for-patients-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: #0d2e57;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 60px;
  line-height: 20px; /* 125% */
  padding: 4px 12px;
}

.for-patients-content {
  flex: 1;
  z-index: 2;
}

.for-patients-image {
  width: 50%;
}

.how-works-title {
  font-size: clamp(2rem, 0.0047rem + 4.1623vw, 4.5rem);
  color: #00234e;
  font-family: Poppins;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 88.889%;
  margin-bottom: 60px;
}

.how-works-list {
  display: flex;
  align-items: stretch;
}
.how-works-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  padding: 16px;
  gap: 32px;
}

.how-works-item:hover {
  background: #0d2e57;
}

.how-works-index {
  transition: all 0.5s ease;
  color: #00234e;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.how-works-item:hover .how-works-index,
.how-works-item:hover .how-works-item-title,
.how-works-item:hover .how-works-item-text {
  color: #fff;
}

.how-works-item-title {
  transition: all 0.5s ease;
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
}

.how-works-item-text {
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.5s ease;
}

.how-works-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.how-works-item-decor {
  display: flex;
  align-items: center;
  gap: 8px;
}

.how-works-item-decor img {
  width: 24px;
  height: 24px;
}

.how-works-item-decor .line {
  transition: all 0.5s ease;
  flex: 1;
  height: 1px;
  border-top: 1px dashed #999999;
}

.who-can-use-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.who-can-use-content {
  display: flex;
  flex-direction: stretch;
  gap: 20px;
}

.who-can-use-content.mob {
  display: none;
}

.who-can-use-left,
.who-can-use-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.who-can-use-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  /* min-height: 450px; */
}

.who-can-use-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s linear;
}

.who-can-use-block {
  flex: 1;
  min-height: 340px;
  border-radius: 12px;
  border-left: 4px solid #f87499;
  background: #f2f4f6;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
}

.who-can-use-block:after {
  position: absolute;
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  content: "";
  border-radius: 16px;
  top: -4px;
  left: -4px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
  background: #f87499;
}

/* .who-can-use-block:hover {
 border: 4px solid transparent;
} */

.who-can-use-block:hover:after {
  opacity: 1;
}

.fade-out {
  opacity: 0;
  transition: all 0.2s linear;
}

.who-can-use-block h3 {
  color: #242525;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 106%;
  transition: all 0.3s linear;
  max-width: 95%;
}

.who-can-use-block p {
  transition: all 0.3s linear;
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 95%;
}

.who-can-use-block:hover h3,
.who-can-use-block:hover p {
  transform: translateY(-15px);
}

.fade-in {
  opacity: 1;
  transition: all 0.2s linear;
}

.who-can-use-title {
  color: #00234e;
  text-align: center;
  font-family: Poppins;
  font-size: clamp(2rem, 0.0047rem + 4.1623vw, 4.5rem);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 88.889%;
}

.invest-blocks {
  display: flex;
  gap: 8px;
}

.invest-big-block {
  background-image: url("/wp-content/themes/ovos/assets/images/inv-bi-block-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25.533px;
  /* flex: 1 0 0; */
  border-radius: 30px;
  width: 40vw;
  max-width: 647px;
  height: fit-content;
  background-color: #152532;
}

.invest-big-block .invest-title {
  color: #fff;
  font-family: Poppins;
  font-size: 67.024px;
  font-style: normal;
  font-weight: 600;
  line-height: 63.832px;
  letter-spacing: -1.34px;
  text-transform: uppercase;
}

.invest-big-block .invest-subtitle {
  color: #fff;
  font-family: Poppins;
  font-size: 15.958px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.341px; /* 140% */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.invest-big-block .invest-text {
  color: #fff;
  font-family: Poppins;
  font-size: 11.171px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.15px; /* 171.429% */
  opacity: 0.6;
}

.invest-request {
  display: flex;
  padding: 19.15px 15.958px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.766px;
  align-self: stretch;
  border-radius: 9.575px;
  border: 0.798px solid rgba(255, 255, 255, 0.07);
  background: #1c2c39;
}

.invest-request .primary-button {
  text-transform: uppercase;
}

.invest-request-title {
  color: #fff;
  font-family: Poppins;
  font-size: 15.958px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.341px; /* 140% */
  text-transform: uppercase;
}

.invest-request .price-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.invest-request .price-value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #f87499;
  font-family: Poppins;
  font-size: 31.916px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.916px;
  letter-spacing: -0.319px;
}

.invest-request .price-value span {
  color: #fff;
  font-family: Poppins;
  font-size: 11.171px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.766px; /* 114.286% */
}

.invest-request .currency {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 31.916px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.916px; /* 100% */
  letter-spacing: -0.319px;
}

.invest-request-price {
  display: flex;
  align-items: flex-start;
}

.small-blocks {
  flex: 1;
}

.invest-small-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.invest-small-left,
.invest-small-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.invest-small-columns .invest-small-item {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
}

.invest-small-columns .invest-small-item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.invest-small-left .invest-small-item:nth-child(1) {
  background: #152532;
  aspect-ratio: 315/316;
}

.invest-small-left .invest-small-item:nth-child(2) {
  aspect-ratio: 315/350;
}

.invest-small-right .invest-small-item:nth-child(1) {
  background: #f87499;
  aspect-ratio: 315/284;
}

.invest-small-right .invest-small-item:nth-child(1) img {
  opacity: 0.2;
}
.invest-small-right .invest-small-item:nth-child(2) {
  background: #152532;
  aspect-ratio: 315/380;
}

.invest-small-columns .invest-small-item p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.invest-small-columns .invest-small-item strong {
  color: #fff;
  font-family: Poppins;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 110px; /* 100% */
}

.invest-small-columns .invest-small-item ul {
  color: #fff;
  font-family: Poppins;
  font-size: 19.15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.341px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.invest-small-columns .invest-small-item ul li {
  position: relative;
  padding-left: 26px;
}

.invest-small-columns .invest-small-item ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/ovos/assets/images/pink-chekmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.request-wrapper {
  position: relative;
  background: #00234e;
  border-radius: 30px 0 0 30px;
  /* overflow: hidden; */
  padding: 40px 60px;
  height: 340px;
  /* border: 1px solid #FFF; */
}

.request-section-image {
  /* position: absolute;
  right: -4px;
  top: -1px;
  height: 102%;
  z-index: 1; */

  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0;
  width: 50%;
  z-index: 1;
  height: calc(100% + 2px);
  overflow: visible;
}

.request-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.request-section-content {
  z-index: 2;
  position: relative;
}

.request-section-title {
  max-width: 700px;
  color: #fff;
  font-family: Poppins;
  font-size: clamp(1.5rem, -0.8944rem + 4.9948vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 89%;
  margin-bottom: 12px;
}

.request-section-title br {
  display: none;
}

.request-section-subtitle {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 40px;
}

.faq-section {
  margin-bottom: 120px;
}

.faq-section .site-title {
  font-size: clamp(1.5rem, -0.8944rem + 4.9948vw, 4.5rem);
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
}

.faq-item:first-child {
  border-top: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 32px 0 10px 0;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.faq-icon .line {
  position: absolute;
  background-color: #f87499;
  transition: all 0.3s ease;
}

.faq-icon .horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}

.faq-icon .vertical {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  padding: 0 0 0 0;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #555;
  max-width: 1255px;
  width: 95%;
}

.faq-item.active .faq-answer {
  opacity: 0.7;
}

.faq-item.active .faq-icon .vertical {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon .horizontal {
  transform: translateY(-10px);
}

footer {
  padding: 40px 0 4px 0;
  background: #00234e;
  position: relative;
  overflow: hidden;
}

.footer-decor {
  position: absolute;
  left: -1px;
  top: 40px;
  z-index: 1;
}

.footer-wrapper {
  padding: 0;
  position: relative;
  z-index: 2;
}

.footer-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10vw;
  padding-bottom: 30px;
  border-bottom: 1px solid #334f71;
}

.footer-top .logo-block {
  width: 314px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
  min-height: 100%;
  padding-bottom: 40px;
}

.footer-top .logo-link {
  width: 269px;
  display: block;
}

.footer-top .logo-link img {
  width: 100%;
}

.footer-description {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  opacity: 0.5;
}

.footer-content {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.footer-form-title {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 28px;
}

.footer-content .form-block {
  max-width: 427px;
}

.contact-form-wrapper .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

.contact-form-wrapper .two-cols p {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.contact-form-wrapper .one-col p {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.contact-form-wrapper .form-row p {
  width: 100%;
}

.contact-form-wrapper .one-col > span,
.contact-form-wrapper .two-cols > span {
  flex: 1;
}

.contact-form-wrapper input,
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
  width: 100%;
  border: 1px solid #3b4a7a;
  border-radius: 50px;
  padding: 16px 20px;
  background: transparent;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}

.contact-form-wrapper textarea {
  border-radius: 20px;
  height: 48px;
  resize: none;
  overflow: hidden;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
  opacity: 0.8;
}

.contact-form-wrapper .radio-row p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}

.contact-form-wrapper .radio-row .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  padding-left: 1rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item input[type="radio"] {
  display: none;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;

  position: relative;
}

.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: #ff6f91;
  background: #ff6f91;
  box-shadow: inset 0 0 0 4px #0b1e3f;
}

.contact-form-wrapper .submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-form-wrapper small {
  font-size: 12px;
  color: #aaa;
}

.contact-form-wrapper input[type="submit"] {
  border-radius: 100px;
  background: transparent;
  display: flex;
  padding: 20px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #f87499;
  width: fit-content;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: #f87499;
}

.contact-form-wrapper .submit-row p {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-form-wrapper .submit-row small {
  flex: 1;
  color: #fff;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}

.contact-form-wrapper .submit-row small a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-content .devider {
  width: 1px;
  height: 100%;
  background: #334f71;
}

.header-menu-label,
.footer-menu-label {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 32px;
  display: block;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-menu__item {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: fit-content;
  position: relative;
}

.footer-menu__item.pink {
  color: #f87499;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
}

.footer-menu__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #f87499;
  transition: width 0.3s ease;
}

.footer-menu__item:hover::after {
  width: 100%;
}

.footer-contacts-wrapper {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}

.footer-contacts-wrapper .contacts {
  display: flex;
  flex-direction: column;
}

.footer-contacts-wrapper .link {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.footer-contacts-wrapper .link.email::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #f87499;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-link,
.social-link:focus,
.social-link:focus-visible,
.social-link:active {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.social-link span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.top-top-button {
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: -0.26px;
  width: fit-content;
}

.top-top-button:hover {
  opacity: 0.8;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
}

.footer-bottom .left-column {
  display: flex;
  align-items: center;
  gap: 23px;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  opacity: 0.5;
}

.footer-bottom .left-column a {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}

.developer {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: -0.26px;
}

.popup-title {
  color: #00234e;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.4px;
  max-width: 229px;
}

.popup-form input,
.popup-form textarea {
  border: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  padding: 14px 20px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 50px;
  border: 1px solid rgba(0, 35, 78, 0.2);
  resize: none;
  overflow: hidden;
  /* color: #00234e; */
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 46px;
  min-height: 46px;
  line-height: 16px;
  width: 100%;
}

/* .popup-form input::placeholder,
.popup-form textarea::placeholder {
  opacity: 0.5;
} */

.popup-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.popup-form .wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
}

.popup-form .submit-row p {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #00234e;
  font-family: Poppins;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 133.333% */
}

.popup-form .submit-row p span {
  flex: 1;
}

.popup-form .wpcf7-submit {
  display: flex;
  padding: 14px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #00234e;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border: 1px solid #00234e;
  transition: all 0.3s linear;
  cursor: pointer;
  width: fit-content;
}

.popup-form small {
  /* opacity: 0.3; */
  flex: 1;
}

.popup-form .wpcf7-submit:hover {
  color: #00234e;
  background: transparent;
}

.popup-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.popup-form .text .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-response-output {
  margin: 0.5rem;
  padding: 1rem !important;
  border-radius: 12px;
  font-size: 0.7rem;
  line-height: 110%;
  border-width: 1px;
}

.form-block .wpcf7 .wpcf7-response-output {
  color: #fff;
}

.slider-section .site-title {
  text-align: left;
}

.slider-section .primary-button {
  margin: 60px auto 0 auto;
  width: fit-content;
}

.slider-wrapper {
  position: relative;
}

.slide-item {
  display: flex !important;
  gap: 40px;
  align-items: flex-start;
  /* min-height: 545px; */
}

.slide-image {
  width: calc(50% - 20px);
  aspect-ratio: 698/553;
  overflow: hidden;
}

.slide-content {
  width: calc(50% - 20px);
  padding-top: 92px;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 54px;
  background: #f3f3f3;
}

.slider-counter {
  color: #2e2d31;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  display: flex;
  align-items: center;
  gap: 4px;
}

.slider-counter .devider,
.slider-counter .total {
  color: #2e2d31;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.5;
}

.slider-btn {
  box-sizing: border-box;
  border-radius: 100px;
  background: #f87499;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s linear;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.slider-btn svg {
  width: 20px;
  height: 20px;
}

.slider-btn:hover {
  opacity: 0.7;
}

.slide-content .slide-text h3 {
  color: #2e2d31;
  font-family: Poppins;
  font-size: 39.342px;
  font-style: normal;
  font-weight: 600;
  line-height: 106%;
  margin-bottom: 24px;
  max-width: 90%;
}

.slide-content h4 {
  color: #f87499;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
  line-height: 28px; /* 100% */
}

.slide-content em {
  display: block;
  color: #f87499;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}

.slide-content .slide-text p {
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.slide-list.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.slide-list.one-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.slide-list li {
  color: #111e29;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  display: flex;
  align-items: center;
  gap: 8px;
}

.slide-list li img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
}

.slide-text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.slide-text ul li {
  position: relative;
  padding-left: 24px;
}

.slide-text ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-image: url("/wp-content/themes/ovos/assets/images/list-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cookie-banner {
  position: fixed;
  bottom: 30px;
  transform: translateY(130%);
  left: 30px;
  display: flex;
  width: 416px;
  padding: 28px;
  align-items: center;
  gap: 16px;
  z-index: 9999;
  border-radius: 24px;
  background: var(--White, #fff);
  box-shadow: 0 16px 41.4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-banner-wrapper .text {
  color: var(--Dark-100, #131212);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.cookie-banner-wrapper .text a {
  color: var(--text-default-950, #292929);
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-buttons button {
  cursor: pointer;
  text-transform: uppercase;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.burger {
  position: relative;
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 1001;
  display: none;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -9px);
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #192939;
  transition: 0.3s ease;
  padding: 120px 12px 20px 12px;
  z-index: 1000;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
}

.mobile-menu ul li {
  margin-bottom: 20px;
}

.mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.mobile-menu.active {
  right: 0;
}

.pc-hide {
  display: none;
}

.privacy-page {
  padding-top: 130px;
  padding-bottom: 120px;
}

.page-template-privacy .header-menu {
  color: #00234e;
}

.page-template-privacy header.header.scrolled .header-menu {
  color: #fff;
}

.page-template-privacy header {
  border-bottom: 1px solid rgba(0, 35, 78, 0.1);
}

.breadcrumps {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #00234e;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  margin-bottom: 20px;
}

.breadcrumps .current {
  opacity: 0.5;
}

.page-template-privacy .page-title {
  color: #00234e;
  font-family: Poppins;
  font-size: clamp(2rem, -0.8932rem + 6.0354vw, 5.625rem);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 60px;
}

.privacy-content p {
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 16px;
}

.privacy-content ul {
  padding-left: 30px;
}

.privacy-content ul li {
  position: relative;
  list-style-type: disc;
  color: var(--sub_text, #6d6d6d);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 4px;
}

.privacy-content h2 {
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid #e9e9e9;
  color: #00234e;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%; /* 25.92px */
  margin-bottom: 20px;
  margin-top: 27px;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1450px) {
  .footer-top {
    gap: 60px;
  }
}

@media screen and (max-width: 1366px) {
  .invest-big-block {
    width: 50vw;
  }
}

@media screen and (max-width: 1281px) {
  .hero-image {
    width: 90vw;
    align-self: unset;
  }
  .padding-top-120 {
    padding-top: 60px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top .logo-block {
    flex-direction: row;
    width: 100%;
  }
  .footer-content .devider {
    min-height: 435px;
  }
  .marque-text {
    font-size: 68px;
    font-weight: 600;
    line-height: 100%;
  }
  .discover-blocks__item {
    padding: 24px;
  }
  .slide-content .slide-text h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .slide-content em {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .slide-content .slide-text p {
    color: var(--sub_text, #6d6d6d);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin-bottom: 16px;
  }
  .slide-text ul {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin-bottom: 16px;
  }

  .slide-list li img {
    width: 32px;
    height: 32px;
  }
  .slide-content h4 {
    font-size: 20px;
    line-height: 100%;
  }
  .slide-item {
    min-height: 473px;
  }
  .slider-section .primary-button {
    margin: 30px auto 0 auto;
  }
  .invest-big-block {
    width: 40vw;
  }
  .for-patients-wrapper {
    padding: 40px 0 40px 27px;
  }
  .hero-ellipse-decor.small {
    bottom: -28vh;
  }

  .video-wrapper {
    max-height: unset;
    height: 100%;
  }
  .video-wrapper video {
    height: 100%;
  }
}

@media screen and (max-width: 1181px) {
  .who-can-use-content.pc {
    display: none;
  }
  .who-can-use-content.mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .who-can-use-image {
    width: 30%;
    aspect-ratio: 118/188;
    overflow: hidden;
    border-radius: 12px;
  }
  .who-can-use-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .who-can-use-block:after {
    display: none;
  }
  .who-can-use-block {
    flex-direction: row;
  }
  .who-can-use-block {
    all: unset;
    display: flex;
  }
  .who-can-use-block .content {
    border-radius: 12px;
    border-left: 4px solid #f87499;
    background: #f2f4f6;
    padding: 40px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 24px 20px;
  }
  .who-can-use-block h3 {
    font-size: 24px;
  }
  .invest-blocks {
    flex-direction: column;
  }
  .invest-big-block {
    width: 100%;
    max-width: unset;
  }
  .invest-request {
    width: fit-content;
  }
  .invest-small-columns {
    display: flex;
  }
  .invest-small-left,
  .invest-small-right {
    flex-direction: row;
    flex: 1;
  }
  .invest-small-left .invest-small-item:nth-child(2),
  .invest-small-columns .invest-small-item,
  .invest-small-left .invest-small-item:nth-child(1),
  .invest-small-right .invest-small-item:nth-child(2) {
    aspect-ratio: unset;
  }
  .invest-small-columns .invest-small-item {
    /* padding: 18px; */
    flex: 1;
  }
  .invest-small-columns .invest-small-item ul {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    gap: 8px;
  }
  .invest-small-columns .invest-small-item strong {
    color: #fff;
    font-family: Poppins;
    /* font-size: 48px; */
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .invest-small-columns .invest-small-item p {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
  .site-wrapper {
    width: calc(100% - 60px);
  }
  .hero-section {
    height: 800px;
  }
  .hero-bg {
    max-height: 690px;
  }
  .about-wrapper {
    padding: 60px 40px;
  }
  .header-menu {
    display: none;
  }
  .burger {
    display: flex;
  }
  .header-wrapper {
    position: relative;
    z-index: 9999;
  }
  .mobile-menu-list {
    padding: 28px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .mobile-menu-list li {
    padding-bottom: 16px;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: -0.9px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-menu-list li.pink a {
    color: #f87499;
  }
  .header-menu__item::after {
    display: none;
  }
  .wide-wrapper,
  .site-wrapper {
    width: calc(100% - 24px);
  }
  .request-section-image img {
    width: auto;
    height: auto;
  }
  .footer-content .form-block {
    width: 100%;
    max-width: unset;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-content .devider {
    display: none;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .for-patients-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .slider-btn:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .who-can-use-content.mob {
    grid-template-columns: 1fr;
  }
  .discover-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .slide-list li {
    color: #111e29;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
  .hero-wrapper {
    flex-direction: column;
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .hero-image {
    width: 70vw;
  }
  .hero-section {
    height: 110dvh;
    max-height: 904px;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
  }
  .hero-bg {
    position: relative;
    height: calc(95dvh - 20px);
    max-height: 804px;
  }
}

@media screen and (max-width: 767px) {
  .hero-bg {
    height: 750px;
  }
  .hero-section {
    height: 820px;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu ul li {
    margin-bottom: 0;
  }
  .video-wrapper video {
    pointer-events: none;
    user-select: none;
  }
  .hero-wrapper {
    justify-content: flex-end;
  }
  .hero-wrapper {
    gap: 20px;
  }
  .hero-title {
    text-align: center;
  }
  .hero-subtitle {
    text-align: center;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* .hero-buttons .primary-button,
  .hero-buttons .secondary-button {
    width: 193px;
    max-width: 193px;
  } */
  .hero-buttons .secondary-button {
    height: 40px;
  }
  .primary-button.big {
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
  }
  .secondary-button,
  .secondary-button:active {
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
  }
  .hero-image {
    width: 98vw;
    margin-bottom: -15vw;
    margin-left: -2vwsß;
  }
  .hero-ellipse-decor {
    display: none;
  }
  .video-wrapper {
    height: 100%;
    max-height: unset;
    height: 100%;
  }
  .about-wrapper {
    display: flex;
    padding: 36px 12px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    border-bottom: 8px solid #f87499;
  }
  .about-label,
  .about-devider,
  .about-image {
    display: none;
  }
  .about-content {
    gap: 20px;
  }
  .about-text {
    gap: 12px;
    color: #fff;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
  }
  .marque-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
    letter-spacing: -1.2px;
  }
  .padding-top-120 {
    padding-top: 40px;
  }
  .discover-blocks {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .discover-blocks__item {
    min-height: unset;
    display: flex;
    flex-direction: row;
    padding: 16px 12px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
  }
  .discover-block__content {
    flex: 1;
  }
  .discover-blocks__icon {
    width: 48px;
    height: 48px;
  }
  .discover-blocks__title {
    color: rgba(0, 0, 0, 0.85);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
  }
  .discover-blocks__desc {
    color: var(--sub_text, #6d6d6d);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
  }
  .discover-title {
    margin-bottom: 24px;
  }
  .slider-section .site-title {
    color: var(--main_title, #00234e);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  .slide-item {
    flex-direction: column;
  }
  .slide-image,
  .slide-content {
    width: 100%;
  }
  .slide-image {
    height: 278px;
  }
  .slide-item {
    min-height: unset;
  }
  .slider-nav {
    width: 100%;
    top: 300px;
  }
  .slider-btn {
    width: 32px;
    height: 32px;
  }
  .slide-content {
    padding-top: 60px;
  }
  .slider-counter {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .slider-counter .devider,
  .slider-counter .total {
    color: #2e2d31;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
  }
  .for-patients-wrapper::after {
    display: none;
  }
  .how-works-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .for-patients-content {
    flex-direction: column;
  }
  .for-patients-wrapper {
    display: flex;
    padding: 36px 12px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 24px;
    padding-top: 82px;
    position: relative;
  }
  .for-patients-list {
    grid-template-columns: 1fr;
  }
  .for-patients-image {
    display: none;
  }
  .for-patients-item {
    padding: 12px;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    height: 44px;
  }
  .for-patients-text {
    margin-bottom: 16px;
  }
  .for-patients-title {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: 80%;
    position: absolute;
    top: 36px;
  }
  .for-patients-title br {
    display: none;
  }
  .how-works-list {
    flex-direction: column;
  }
  .how-works-title {
    margin-bottom: 24px;
  }
  .how-works-item {
    flex-direction: row;
    padding: 0 20px 20px 20px;
    align-items: stretch;
    gap: 0;
  }
  .how-works-index {
    color: #00234e;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    margin-right: 8px;
    width: 25px;
  }
  .how-works-item-decor {
    margin-right: 20px;
    width: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-hide {
    display: none;
  }

  .how-works-item-decor .line {
    width: 1px;
    height: 100%;
    border-left: 1px dashed #999999;
  }
  .how-works-item-content {
    width: 90%;
  }
  .how-works-item-title {
    color: rgba(0, 0, 0, 0.85);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: fit-content;
    line-height: 20px; /* 111.111% */
  }
  .how-works-item-text {
    color: var(--sub_text, #6d6d6d);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
  }
  .how-works-item-decor img {
    width: 16px;
    height: 16px;
  }
  .how-works-item:hover {
    background: transparent;
  }

  .how-works-item:hover .how-works-index,
  .how-works-item:hover .how-works-item-title,
  .how-works-item:hover .how-works-item-text {
    color: rgba(0, 0, 0, 0.85);
  }
  .video-wrapper video {
    height: 100%;
    object-fit: cover;
  }
  .invest-big-block {
    display: flex;
    padding: 60px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 30px;
  }
  .invest-big-block .invest-title {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 100% */
    letter-spacing: -0.64px;
    text-transform: uppercase;
  }
  .invest-big-block .invest-subtitle {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .invest-big-block .invest-text {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    opacity: 0.6;
  }
  .invest-request {
    display: flex;
    padding: 20px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    border: 0.798px solid rgba(255, 255, 255, 0.07);
    background: #1c2c39;
  }
  .invest-request-title {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
  }
  .invest-request .price-block {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .invest-request .primary-button {
  }
  .primary-button {
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: #f87499;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
  }
  .invest-small-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .invest-small-left,
  .invest-small-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .who-can-use-block .content {
    gap: 12px;
  }
  .who-can-use-block h3 {
    color: rgba(0, 0, 0, 0.85);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
  }
  .who-can-use-block p {
    color: var(--sub_text, #6d6d6d);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
  }
  .who-can-use-wrapper {
    gap: 30px;
  }
  .who-can-use-title {
    text-align: left;
  }
  .invest-small-left .invest-small-item:nth-child(1) {
    aspect-ratio: 173 / 173;
    width: 100%;
  }
  .invest-small-left .invest-small-item:nth-child(2) {
    aspect-ratio: 173 / 190;
    width: 100%;
  }
  .invest-small-right .invest-small-item:nth-child(1) {
    aspect-ratio: 173 / 156;
    width: 100%;
  }
  .invest-small-right .invest-small-item:nth-child(2) {
    aspect-ratio: 173 / 209;
    width: 100%;
  }
  .invest-small-columns .invest-small-item {
    border-radius: 16px;
    padding: 18px;
  }
  .invest-small-columns .invest-small-item ul {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
  .invest-small-columns,
  .invest-small-left,
  .invest-small-right {
    gap: 4px;
    align-items: flex-start;
  }
  .invest-small-left,
  .invest-small-right {
    width: 100%;
  }
  .invest-small-columns .invest-small-item strong {
    color: #fff;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
  }
  .request-section-image {
    position: relative;
    right: auto;
    height: auto;
    top: auto;
    z-index: 2;
  }
  .request-wrapper {
    padding: 40px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 21px;
  }
  .about-title span {
    display: none;
  }
  .request-section-image img {
    width: 100%;
    object-fit: contain;
  }
  .request-wrapper {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }
  .request-section-image {
    width: 100%;
  }
  .request-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .request-wrapper {
    padding: 40px 12px;
    height: fit-content;
    border-radius: 16px;
  }
  .request-section-title br {
    display: block;
  }
  .request-section-title {
    text-align: center;
  }
  .request-section-subtitle {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 205px;
    margin-bottom: 22px;
    display: none;
  }
  .request-wrapper .primary-button {
    width: fit-content;
    align-self: center;
  }
  .faq-section .site-title {
    margin-bottom: 28px;
  }
  .faq-item:first-child {
    border-top: none;
  }
  .faq-question {
    padding: 20px 0 10px 0;
  }
  .faq-question-text {
    flex: 1;
  }
  .faq-item {
    padding-bottom: 10px;
  }
  .faq-question {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    gap: 20px;
  }
  .faq-answer {
    color: #555;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
  }
  .faq-section {
    margin-bottom: 60px;
  }
  .header-contacts {
    margin-top: 16px;
  }
  .header-menu-label {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .header-contacts-wrapper .link {
    width: fit-content;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .footer-top .logo-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .footer-top .logo-link {
    width: 160px;
  }
  .footer-description {
    text-align: center;
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    max-width: 314px;
  }
  .footer-decor {
    top: 0;
    height: 250px;
  }
  .footer-top .logo-block {
    padding-bottom: 0;
  }
  .footer-top {
    gap: 34px;
  }
  .footer-form-title {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
  }
  .contact-form-wrapper .form-row br {
    display: none;
  }
  .contact-form-wrapper .radio-row .wpcf7-form-control-wrap {
    width: fit-content;
  }
  .contact-form-wrapper .submit-row small {
    display: block;
    max-width: 253px;
  }
  .footer-menu-label {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .contact-form-wrapper {
    padding-bottom: 49px;
    margin-bottom: 49px;
    border-bottom: 1px solid #334f71;
  }
  .footer-contacts-wrapper .link {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
  }
  .footer-contacts-wrapper {
    padding-bottom: 0;
    gap: 31px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer-bottom .left-column {
    flex-direction: column;
    gap: 12px;
  }
  .pc-hide {
    display: block;
  }
  .tabs-buttons {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 16px;
    margin: 20px auto;
    border-radius: 5px;
    background: #0d2e57;
    width: fit-content;
  }

  .tab-btn {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
  }

  .tab-btn .icon {
    width: 24px;
    height: 24px;
  }

  .tab-btn .icon img {
    width: 100%;
    object-fit: contain;
  }

  .tab-btn.active {
    border-radius: 4px;
    background: #00234e;
  }

  .tab-pane {
    display: none;
  }

  .tab-pane.active {
    display: block;
  }
  .tab-pane img {
    width: 276px;
    object-fit: contain;
    height: auto;
  }
  .cookie-banner {
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    gap: 18px;
  }
  .cookie-banner-wrapper .text {
    color: var(--Dark-100, #131212);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 14.3px */
  }
  .cookie-buttons button {
    padding: 16px 27px;
  }
  .logo-link {
    width: 127px;
  }
  .logo-link .logo-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .privacy-page {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .page-template-privacy .page-title {
    margin-bottom: 32px;
  }
  .privacy-content h2 {
    margin-bottom: 14px;
    color: #00234e;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
  }

  .privacy-content h2 br {
    display: none;
  }
  .privacy-content p,
  .privacy-content ul li {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }
  .privacy-content ul {
    padding-left: 20px;
  }
  .breadcrumps {
    font-size: 11px;
    line-height: 12px;
  }
  .slide-text ul {
    color: #2e2d31;
  }
}
