@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;

  font-display: swap; /* Опционально: для оптимизации загрузки шрифтов */
}
@font-face {
  font-family: "Neometric";
  src: url("fonts/Neometric-Regular.otf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(0px, 0.75vw, 16px);
}

@font-face {
  font-family: "Hauora";
  src: url("fonts/Hauora-ExtraBold (1).otf") format("opentype");
  font-weight: 600;
  font-style: normal;

  font-display: swap; /* Опционально: для оптимизации загрузки шрифтов */
}

body {
  box-sizing: border-box;
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-direction: column;
  line-height: 1.4;
  letter-spacing: 0%;
  overflow-x: hidden;
  max-width: 100vw;
  background-color: #f3f3f3;
  font-family: "Neometric", sans-serif;
}

.FirstSelection,
.SecondSelection,
.ThirdSelection,
.FourthSelection,
.fifthSelection,
{
  width: 100%;
  max-width: 1920px;
  height: auto;
}

.FirstSelection {
  height: 61.5625rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 0px 0px 100px 100px;
}

.hero-section {
  margin: 3.125rem 8.125rem 0 8.125rem;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__container {
  display: flex;
}

.header__logo-container {
  display: flex;
  position: relative;
  bottom: 0.219rem;
  margin-right: 6.625rem;
  width: 10.472rem;
  height: 2.188rem;
}

.header__nav {
  display: flex;
  font-family: "Neometric", sans-serif;
  gap: 1rem;
  height: 1.75rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  color: #193944;
}
.header__nav a {
  color: #193944;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.header__nav a:hover {
  color: #1a6518;
}
.header__nav a:active {
  transform: scale(0.96);
}
#tariffs {
  scroll-margin-top: -8rem;
}
.header__button {
  cursor: pointer;
  user-select: none;
  width: 20.3125rem;
  min-width: 14.0625rem;
  height: 4.0625rem;
  border: 3px solid #2a555b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-family: "Neometric", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a555b;
  transition: all 0.3s ease;
}

.header__button:hover {
  background-color: #2a555b;
  color: white;
}

.header__button:active {
  transform: scale(0.95);
}

.hero-content {
  display: flex;
  justify-content: space-between;
}

.hero-title {
  width: 41.875rem;
  height: 14.18rem;
  margin-top: 2.5625rem;
}
.hero-title__main {
  display: flex;
  width: 41.875rem;
  height: 12.6875rem;
  align-items: center;
  font-size: 9.0625rem;
  font-family: "Involve", sans-serif;
  margin: 0px;
}
.hero-title__subtitle {
  font-family: "Neometric", sans-serif;
  font-size: 2.75rem;
  margin: 0px;
  font-weight: 400;
  color: #242424;
  position: relative;
  bottom: 0.5625rem;
  white-space: nowrap;
}

.hero-description {
  width: 42.5rem;
  height: 12.3125rem;
  margin-top: 4.4375rem;
}

.hero-description__text {
  width: 42.5rem;
  height: 6.5rem;
  font-family: "Neometric", sans-serif;
  font-size: 1.39rem;
  font-weight: 400;
  color: #242424;
  line-height: 130%;
}

.hero-description__buttons {
  justify-content: space-between;
  display: flex;
  margin-top: 2.375rem;
}

.hero-button.hero-button--primary {
  cursor: pointer;
  user-select: none;
  width: 20.313rem;
  height: 4.063rem;
  background-color: #2a555b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-family: "Neometric", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.hero-button {
  cursor: pointer;
  user-select: none;
  width: 20.313rem;
  height: 4.063rem;
  border: 3px solid #2a555b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-family: "Neometric", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a555b;
  transition: all 0.3s ease;

  text-decoration: none;
}

.hero-button:nth-child(1) {
  background-color: #2a555b;
}

.hero-button:hover:nth-child(2) {
  background-color: transparent;
  background-color: #2a555b;
  color: #ffffff;
}

.hero-button:hover {
  background-color: transparent;
  border: 3px solid #2a555b;
  color: #2a555b;
}

.hero-button:active {
  transform: scale(0.98);
}

.stats-header {
  display: flex;
}

.stats-section {
  position: relative;
  top: 13.313rem;
  flex-direction: column;
}

.stats-column {
  width: 24.813rem;
  height: 37.604rem;

  display: flex;
  position: relative;
  overflow: visible;
  flex-direction: column;
}
.stats-avatars {
  position: relative;
}
.stats-avatar {
  width: 5.458rem;
  height: 5.458rem;
  object-fit: contain;
}
.stats-avatar:nth-child(2) {
  position: relative;
  right: 2.5rem;
}
.stats-avatar:nth-child(3) {
  position: relative;
  right: 5rem;
}

.stats-avatar:nth-child(4) {
  position: relative;
  right: 8rem;
}

.stats-counter {
  width: 0.063rem;
  height: 4.085rem;
  position: relative;
  top: 1rem;
  right: 7.5rem;
  font-family: "Neometric", sans-serif;
  line-height: 100%;
  color: #242424;
}
.stats-number {
  font-weight: 700;
  font-size: 2.73rem;
}

.stats-chart {
  margin-top: 1.188rem;
}

.chart-header {
  background-color: #ffffff;
  border-radius: 50px;
  width: 24.813rem;
  height: 30.938rem;
  padding: 1.5rem 1rem 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.top-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.038rem;
  height: 4.875rem;
  gap: 0.75rem;
  margin-top: 0.313rem;
  margin-bottom: 2.188rem;
}

.chart-percent {
  font-size: 3.5rem;
  font-weight: 400;
  color: #242424;
  font-family: "Hauora", sans-serif;
}

.chart-description {
  width: 14.5rem;
  font-family: "Neometric", sans-serif;
  font-size: 1.1rem;
  color: #242424;
  text-align: left;
  font-weight: 400;
}

.chart-bars {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 17.5rem;
  margin-bottom: 0.75rem;
}

.bar {
  width: 5.469rem;
  border-radius: 6px;
  background: linear-gradient(to top, #cfe0e8, #f7f7ff);
  opacity: 0.8;
}

.mon {
  height: 8.795rem;
  background: linear-gradient(to top, #cfe0e8, #cfe0e8);
}
.tue {
  height: 12.5rem;
  background: linear-gradient(to top, #c5d8e1, #dbe6eca9);
}
.wed {
  height: 16.875rem;
  background: linear-gradient(to top, #dce5e9, #f3eded6d);
}
.thu {
  height: 14.375rem;
  background: linear-gradient(to top, #cfe0e8, #eaeafb5b);
}

.labels {
  width: 18.438rem;
  font-family: "Neometric", sans-serif;
  display: flex;
  margin-left: 2.188rem;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #78a3ac;
  font-weight: 400;
}

.SecondFirst2 {
  user-select: none;
  pointer-events: none;
}

.stats-image1 {
  width: 51.275rem;
  height: 41.539rem;
  position: absolute;
  bottom: -0.438rem;
  left: 26.25rem;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}
.stats-image2 {
  width: 52.977rem;
  height: 50.904rem;
  position: absolute;
  bottom: -0.438rem;
  bottom: -0.438rem;
  left: 23.75rem;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}

.stats-features {
  width: 25rem;
  height: 35.563rem;
  margin-left: 12.5rem;
  position: absolute;
  bottom: -0.813rem;
  left: 66.875rem;
}

.features-title {
  width: 27rem;
  height: 3.25rem;
  font-size: 1.25rem;
  font-family: "Neometric", sans-serif;
  font-weight: 400;
  display: flex;
  text-align: center;
  margin-bottom: 1.563rem;
  line-height: 130%;
  color: #242424;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  width: 30rem;
  height: 30.938rem;
  background-color: #ffffff;
  border-radius: 50px;
  background-image: url(img/image\ 82.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-card1 {
  display: flex;
  justify-content: center;
  font-family: "Neometric", sans-serif;
  margin-top: 3.375rem;
  color: #193944;
  margin-bottom: 2.563rem;
  font-weight: 700;
  font-size: 1.875rem;
  color: #242424;
}

.feature-card2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.438rem;
  height: 4.125rem;
  background-color: #cbdee5;
  border-radius: 500px;
  margin-left: 0.75rem;
  font-family: "Neometric", sans-serif;
  width: 700;
  font-size: 1.5rem;
  color: #193944;
  margin-bottom: 3rem;
}

.feature-card3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.438rem;
  height: 4.125rem;
  background-color: #cbdee5;
  border-radius: 500px;
  margin-left: 9.875rem;
  margin-bottom: 3rem;
  font-family: "Neometric", sans-serif;
  width: 700;
  color: #193944;
  font-size: 1.5rem;
}

.feature-card4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.5rem;
  height: 5.25rem;
  background-color: #cbdee5;
  border-radius: 500px;
  margin-left: 0.75rem;
  color: #193944;
  font-family: "Neometric", sans-serif;
  width: 700;
  font-size: 1.5rem;
}

.SecondSelection {
  display: flex;
  flex-direction: column;
  height: 97.75rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(#2a555b, #193944);
  position: relative;
  bottom: 27.125rem;
  z-index: -1;
  border-radius: 0px 0px 100px 100px;
}

.benefits-container {
  display: flex;
  height: 42.375rem;
  width: 120rem;
  margin-top: auto;
  flex-direction: column;
}

.benefits-header {
  margin-top: -5.513rem;
  display: flex;
  margin-left: 8.125rem;
  align-items: center;
  width: 103.75rem;
  height: 6.75rem;
  font-family: "Neometric", sans-serif;
}

.benefits-header__line1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0%;
  color: #ffffff;
  white-space: nowrap;
}

.benefits-header__line2 {
  width: 19.438rem;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  margin-left: 1.25rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 110%;
  color: #2a555b;
}
.benefits-header__line2.pl {
  width: 26.938rem;
}

.benefits-header__line2.ru {
  width: 19.438rem;
}
.benefits-header__line2.ua {
  width: 21.938rem;
}

.benefits-header__description {
  width: 36.25rem;
  height: 6.75rem;
  margin-left: 20px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 130%;
  color: #ffffff;
}

.benefits-grid {
  width: 103.75rem;
  height: 4.069rem;
  display: flex;
  margin-left: 7.813rem;
  margin-top: 2.5rem;
  font-family: "Neometric", sans-serif;
}

.benefits-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 1.25rem;
  max-width: 103.75rem;
  width: 100%;
}

.benefit-card {
  width: 25rem;
  height: 25.5rem;
  background: #315b62;
  border-radius: 37px;
  padding: 1.25rem;
  transition: 0.3s;
  color: #ffffff;
  padding: 1.75rem;
}

.benefit-card:nth-child(4) {
  background-color: #0f2d38;
}

.benefit-card__icon {
  font-size: 2rem;
  margin-bottom: 0.625rem;
}
.benefit-card__icon img {
  width: 5.313rem;
  height: 5.313rem;
}

.benefit-card h3 {
  width: 21.75rem;
  height: 2.438rem;
  margin: 0px;
  font-weight: 700;
  margin-top: 3.375rem;
  font-size: 1.875rem;
}

.benefit-card p {
  width: 21.75rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #d3dce2;
}

.ThirdSelection {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 75.875rem;
  background-image: url(img/Kletki.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -36.5rem;
  z-index: -100;
}

.achievements__decoration {
  position: absolute;
  top: 16.398rem;
  left: 5.653rem;
  width: 33.75rem;
  height: 27.625rem;
  @media (max-width: 1900px) {
    transform: scale(0.9);
    left: 0.653rem;
  }
  @media (max-width: 1700px) {
    transform: scale(0.7);
    left: 0.653rem;
  }
  @media (max-width: 1300px) {
    transform: scale(0.6);
    left: -3.125rem;
  }
  @media (max-width: 1000px) {
    transform: scale(0.4);
    left: -3.125rem;
  }
}

.achievements__main-image {
  position: absolute;
  top: 26.563rem;
  left: 20.563rem;
  width: 30.252rem;
  height: 37.534rem;
  @media (max-width: 1900px) {
    transform: scale(0.9);
    left: 8.063rem;
  }
  @media (max-width: 1700px) {
    transform: scale(0.7);
    left: 8.063rem;
  }
  @media (max-width: 1300px) {
    transform: scale(0.6);
    left: 3.75rem;
    top: 24.063rem;
  }
  @media (max-width: 1000px) {
    transform: scale(0.4);
    left: 3.75rem;
    top: 24.063rem;
  }
}

.achievements__pattern {
  position: absolute;
  top: 46.313rem;
  left: 7.188rem;
  width: 13.261rem;
  height: 20.656rem;
  @media (max-width: 1900px) {
    transform: scale(0.9);
    left: 4.063rem;
  }
  @media (max-width: 1700px) {
    transform: scale(0.7);
    left: 4.063rem;
  }
  @media (max-width: 1300px) {
    transform: scale(0.6);
    left: 1.875rem;
    top: 43.188rem;
  }
  @media (max-width: 1000px) {
    transform: scale(0.4);
    left: 1.875rem;
    top: 43.188rem;
  }
}

.achievements__header {
  width: 51.063rem;
  height: 5.125rem;
  color: #242424;
  margin-top: 16.398rem;
  margin-left: 60.75rem;
  font-family: "Neometric", sans-serif;
  display: flex;
  font-size: 4rem;
  align-items: center;
  font-weight: 700;
  justify-content: space-between;
}
.achievements__title {
  position: relative;
  bottom: 0.625rem;
  white-space: nowrap;
}
.achievements__highlight {
  color: #2a555b;
  width: 43.5rem;
  height: 4.375rem;
  background-color: #d0e1e8;
  border-radius: 50px;
  display: flex;
  font-size: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px 20px 0px 20px;
}
.achievements__highlight.ua {
  width: 23.5rem;
}
.achievements__highlight.pl {
  width: 23.5rem;
}
.achievements__highlight.ru {
  width: 23.5rem;
}

.achievements__content {
  width: 51.297rem;
  height: 24.198rem;

  margin-left: 60.75rem;
  margin-top: 3.813rem;
}

.achievement-card {
  width: 51.297rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  line-height: 140%;
  font-family: "Neometric", sans-serif;
}

.achievement-card:nth-child(3) {
  margin-bottom: 0px;
}

.achievement-card__number {
  width: 4.438rem;
  height: 2.938rem;

  font-weight: 600;
  font-size: 4rem;
  display: flex;
  align-items: center;
}

.achievement-card__info {
  width: 42.589rem;
  height: 6.4rem;
  color: #242424;
}
.achievement-card__title {
  font-weight: 700;
  font-size: 1.875rem;
  margin-top: 0.938rem;
  height: 2.625rem;
}

.achievement-card__description {
  font-size: 1.125rem;
  font-weight: 400;
  width: 45.875rem;
}

.achievements__line {
  position: absolute;
}

.achievements__line.achievements__line--1 {
  position: relative;
  height: 27.012rem !important;
  left: 6.25rem;
  bottom: 39.375rem;
}

.achievements__line.achievements__line--2 {
  position: absolute;
  margin-left: -2.813rem;
  bottom: 33.125rem;
  width: 55rem;
  height: 0.063rem;
  z-index: -100;
}
.achievements__line.achievements__line--3 {
  position: absolute;
  margin-left: -2.813rem;
  bottom: 42.125rem;
  width: 55rem;
  height: 0.063rem;
  z-index: -100;
}

.achievements__quote {
  cursor: pointer;
  user-select: none;
  width: 54.063rem;
  height: fit-content;
  background-color: #2a555b;
  margin-top: 5.938rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.achievements__quote-text {
  width: 50.063rem;
  height: fit-content;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Neometric", sans-serif;
  line-height: 140%;
  color: #ffffff;
}

.achievements__quote-text.ua {
  margin-bottom: 45px;
}
.achievements__quote-text.pl {
  margin-bottom: 0px;
}
.achievements__quote-text.ru {
  margin-bottom: 0px;
}
.FourthSelection {
  position: relative; /* Изменено с absolute на relative */
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 50.089rem;
  background: linear-gradient(#2a555b, #193944);
  display: flex;
  flex-direction: column;
  z-index: 15;
  top: 0;
}
.consultation__title {
  width: 45.938rem;
  /* height: 7.313rem; */
  font-weight: 700;
  font-size: 3.8rem;
  font-family: "Neometric", sans-serif;
  line-height: 110%;
  color: #ffffff;
  margin-top: 4.375rem;
  margin-left: 8.125rem;
}
.consultation__title.pl {
  font-size: 3.5rem;
}
.consultation__title.ru {
  font-size: 4rem;
}
.consultation__title.ua {
  font-size: 4rem;
}
.consultation__subtitle {
  font-family: "Neometric", sans-serif;
  white-space: nowrap;
  width: 25.938rem;
  height: 2.438rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.75rem;
  color: #ffffff;
  vertical-align: middle;
  margin-top: 2.5rem;
  margin-left: 8.125rem;
}

.consultation__form-container {
  width: 45.938rem;
  height: 24.375rem;
  margin-top: 1.578rem;
  margin-left: 8.125rem;
  background-color: #0f2d38;
  border-radius: 20px;
  display: flex;
}
.consultation-form {
  width: 41.063rem;
  height: 18.063rem;
  margin-top: 3.156rem;
  margin-left: 2.438rem;
  display: flex;
  flex-direction: column;
}

.consultation-form__input {
  font-family: "Neometric", sans-serif;
  height: 4.875rem;
  background-color: #22525b;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1.188rem;
  padding-left: 1.813rem;
  outline: none;
}

.consultation-form__input::placeholder {
  color: #ffffff85;
  font-family: "Neometric", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
}

.consultation-form__button {
  margin-top: 20px;
  background-color: #ffffff;
  color: #0e2e36;

  height: 4.688rem;
  font-weight: bold;
  font-family: "Neometric", sans-serif;
  border: none;
  font-size: 1.25rem;
  border-radius: 500px;
  color: #2a555b;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.consultation-form__button:hover {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.consultation-form__button:active {
  transform: scale(0.98);
}

.consultation__main-image {
  position: absolute;
  left: 61.813rem;
  bottom: 0rem;
  width: 56.25rem;
  height: 49.063rem;
}

.consultation__bg-pattern {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: -1;
  bottom: 0px;
}

.fifthSelection {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 82.125rem;
  background-color: #f3f3f3;
  z-index: 1000;
  font-family: "Neometric", sans-serif;
  border-radius: 0px 0px 100px 100px;
}

.pricing__container {
  width: 103.813rem;
  height: 57.163rem;

  margin-top: 8.75rem;
  margin-left: 8.125rem;
}

.pricing__title {
  width: 15.25rem;
  height: 2.938rem;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Neometric", sans-serif;
}

.pricing__tabs {
  width: 103.813rem;
  height: 4.438rem;

  margin-top: 4.537rem;
}
.pricing__tabs-header {
  display: flex;
  justify-content: space-between;
}

.pricing__tab--active {
  height: 4.438rem;
  width: 66.813rem;
  font-family: "Neometric", sans-serif;
  display: flex;
  gap: 1rem;
  color: #757575;
  font-size: 1.25rem;
  font-family: 700;
  line-height: 140%;
}
.pricing__tab--active div {
  margin-bottom: 3.125rem;
}

.pricing__tab__every {
  user-select: none;
  cursor: pointer;
  padding: 1.781rem 2.5rem;
  background-color: #ececec;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  z-index: 1000;
}
.pricing__tabs-active {
  user-select: none;
  cursor: pointer;
  padding: 1.781rem 2.5rem;
  background-color: #d0e1e8;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  color: #254d54;
}
.pricing__tab__every:hover {
  border: 2px solid black;
}
.pricing__tab__every:active {
  transform: scale(0.95);
}
.pricing__tabs-controls img {
  width: 4.375rem;
  height: 4.375rem;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pricing__tabs-controls img:active {
  transform: scale(0.8);
}

.pricing__plans,
.pricing__plans[data-translate] {
  width: 103.75rem;
  height: 41.25rem;
  margin-top: 3.813rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 1.25rem;
}

.fifthSelectionInsideMain1 {
  width: 25rem;
  height: 49.063rem;
  background-color: #ffffff;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fifthSelectionInsideMain1.Blue {
  background-color: #2a555b;
}

.hidden {
  display: none;
}

.fifthSelectionInsideMain1Inside {
  font-family: "Neometric", sans-serif;
  width: 21.75rem;
  height: 44.375rem;
  display: flex;
  flex-direction: column;
}

.fifthSelectionInsideMain1Inside1 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2a555b;
  line-height: 140%;
  margin-bottom: 0.938rem;
}
.fifthSelectionInsideMain1Inside1Blue {
  font-weight: 700;
  font-size: 1.75rem;
  color: #ffffff;
  line-height: 140%;
  margin-bottom: 0.938rem;
}
.fifthSelectionInsideMain1Inside2 {
  width: 21.75rem;
  height: 100%;   
  margin-bottom: 0.938rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #242424;
}
.fifthSelectionInsideMain1Inside2Blue {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #ffffff;
}

.fifthSelectionInsideMain1Inside3 {
  width: 100%;
  display: flex;
  align-items: center;
  color: #2a555b;
  margin-top: auto;
  margin-bottom: 2.25rem;
  container-type: inline-size;

  .price {
    font-size: clamp(20px, 16cqw, 64px);
    text-wrap: nowrap;  
  }
}

.fifthSelectionInsideMain1Inside3 span:nth-child(1) {
  font-weight: 700;
  line-height: 6.875rem;
}

.fifthSelectionInsideMain1Inside3 span:nth-child(2) {
  white-space: nowrap;
}

.fifthSelectionInsideMain1Inside3Date1 {
  margin-left: 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #2a555b;
}
.fifthSelectionInsideMain1Inside3Date2 {
  margin-left: 0.75rem;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 400;
}
.fifthSelectionInsideMain1Inside3Blue {
  width: 15.688rem;
  height: 2.969rem;
  display: flex;
  align-items: center;
  color: #2a555b;
  margin-top: auto;
  margin-bottom: 2.25rem;
}

.fifthSelectionInsideMain1Inside3Blue span:nth-child(1) {
  font-size: 4rem;
  font-weight: 700;
  line-height: 6.875rem;
  color: #ffffff;
}

.fifthSelectionInsideMain1Inside3Date1Blue {
  margin-left: 0.75rem;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff81;
}
.fifthSelectionInsideMain1Inside3Date2Blue {
  margin-left: 0.75rem;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}

.fifthSelectionInsideMain1InsideTitleContainer {
  height: 6.23rem;
}

.fifthSelectionInsideMain1InsideTitleContainerOtherLanguages {
  height: 10rem;
}

.fifthSelectionInsideMain1InsideBorder {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(214, 214, 214, 0.434);
}

.fifthSelectionInsideMain1InsideBorder2 {
  width: 20.75rem;
  height: 20.414rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(214, 214, 214, 0.434);
}

.fifthSelectionInsideMain1Inside4 {
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
}

.fifthSelectionInsideMain1Inside4Pynct {
  margin-bottom: 1.281rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: #242424;
}

.fifthSelectionInsideMain1Inside4Pynct img {
  width: 1.563rem;
  height: 1.563rem;
}
.fifthSelectionInsideMain1Inside4Pynct.Blue {
  color: #ffffff;
}
.fifthSelectionInsideMain1InsideBtn {
  display: flex;
  margin-top: auto;
  width: 20.313rem;
  height: 4.688rem;
  border: 3px solid #2a555b;
  background-color: #ffffff;
  border-radius: 500px;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 700;
  color: #2a555b;
  font-family: "Neometric", sans-serif;
  position: relative;
  z-index: 10;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  text-decoration: none;
}
.fifthSelectionInsideMain1InsideBtn.blue {
  border: 3px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.fifthSelectionInsideMain1InsideBtn.blue:hover {
  background-color: #ffffff;
  color: #2a555b;
}

.fifthSelectionInsideMain1InsideBtn:active {
  transform: scale(0.98);
}
.fifthSelectionInsideMain1InsideBtn:hover {
  background-color: #2a555b;
  color: #ffffff;
}

.fifthSelectionInsideMain1InsideBtn.blue:active {
  transform: scale(0.98);
}
.on-top-of-teg {
  width: 10.438rem;
  height: 1.688rem;
  position: relative;
  top: 1rem;
  z-index: 100;
  margin-left: 5.281rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 140%;
  color: #ffffff;
  white-space: nowrap;
  background-color: #d34e24;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Price_teg {
  width: fit-content;
  padding: 0 5px 0 5px;
  height: 1.688rem;
  position: relative;
  z-index: 100;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 140%;
  color: #ffffff;
  white-space: nowrap;
  background-color: #527d83;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down-price {
  display: flex;
  flex-direction: column;
}
.down-price span:nth-child(2) {
  margin-top: -1.625rem;
}

.fifthSelectionInsideMain1Vigoda {
  width: 6.125rem;
  height: 1.688rem;
  background-color: #527d83;
  position: absolute;
  margin-left: 18.25rem;
  margin-top: 0.938rem;
  border-radius: 16.52px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
}
.fifthSelectionInsideMain1Vigoda1 {
  width: 5.813rem;
  height: 1.688rem;
  background-color: #527d83;

  border-radius: 16.512px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
}

.fifthSelectionInsideMain1VigodaGift {
  position: absolute;
  margin-left: 15.438rem;
  margin-top: 0.938rem;
  width: 8.625rem;
  height: 1.688rem;

  display: flex;
  flex-direction: row;
}
.fifthSelectionInsideMain1VigodaincludeGift {
  background-color: #527d83;
  border-radius: 13.52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.688rem;
  height: 1.688rem;
}

.fifthSelectionInsideMain1VigodaPlus {
  width: 0.5rem;
  height: 0.5rem;
  color: #527d83;
  margin-left: 0.313rem;
  margin-right: 0.313rem;
}

.fifthSelectionBackGround {
  width: 120rem;
  z-index: -10000;
  display: flex;
  background-color: #2a555b;
}

.SixthSelection {
  width: 100%;
  height: 28.063rem;
  min-height: 230px;
  margin: 0 auto;
  margin-top: -100px;
  background-color: rgb(25, 57, 68);
  z-index: 1;
  display: flex;
  justify-content: center;
}

.footer__container {
  width: 103.75rem;
  max-width: 1920px;
  height: 9.146rem;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  margin-left: 8.188rem;
  font-family: "Neometric", sans-serif;
}

.footer__cta {
  height: 4.063rem;
  width: 103.75rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.556rem;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  color: #ffffff;
  margin-top: 6rem;
}
.footer__cta-logo img {
  width: 28.8349px;
  height: 28.8349px;
}

.footer__cta img {
  width: 10.472rem;
  height: 2.188rem;
}

.footer__title {
  cursor: pointer;
  user-select: none;
  width: 20.313rem;
  height: 4.063rem;
  border-radius: 500px;
  border: 3px solid #ffffff;
  background-color: rgb(25, 57, 68);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
  font-family: "Neometric", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer__title:hover {
  background-color: #ffffff;
  color: rgb(25, 57, 68);
}
.footer__title:active {
  transform: scale(0.98);
}

.footer__info-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 2.13rem;
  gap: 1.25rem;
}

@media screen and (max-width: 850px) {
  .footer__info-container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 36px 0 60px;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}

@media screen and (max-width: 850px) {
  .footer__info {
    align-items: center;
    gap: 10px;
  }
}

.footer__grey {
  color: #FFF;
  opacity: 0.5;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 850px) {
  .footer__grey {
    font-size: 16px;
  }
}

.footer__white {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 850px) {
  .footer__white {
    font-size: 16px;
    text-align: center;
  }
}

.footer__bottom {
  width: 103.75rem;
  height: 3.084rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__links {
  width: 39.188rem;
  height: 1.75rem;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  color: #466b78;
  font-size: 1.25rem;
}

.footer__links a {
  user-select: none;
  cursor: pointer;
}

.footer__social {
  width: 11.563rem;
  height: 3.084rem;
  display: flex;
  justify-content: space-between;
}

.footer__social img {
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer__social img:hover {
  transform: scale(1.2);
}
.footer__social img:active {
  transform: scale(0.98);
}

.footer__link {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #466B78;
}

.footer__link:hover {
  color: #ffffff;
}
.footer__link:active {
  transform: scale(0.98);
}

.footer__social img {
  max-width: 100%;
  height: auto;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.SixthSelection.desktop.about {
  height: 32rem;
  min-height: 350px;
}

.footer__social img:active {
  transform: scale(0.8);
}
@media (max-width: 1920px) {
  .fifthSelection {
    display: flex;
    justify-content: center;
  }
  .pricing__container {
    margin-left: 0px;
  }
  .stats-section {
    left: 4.3rem;
  }
  .benefits-grid {
    margin-left: 12.813rem;
  }
  .benefits-header {
    margin-left: 13.125rem;
  }
  .footer__container {
    margin-left: 0px;
  }
  .SixthSelection.desktop {
    display: flex;
    justify-content: center;
  }
  .consultation__title {
    margin-left: 13.125rem;
  }
  .consultation__subtitle {
    margin-left: 13.125rem;
  }
  .consultation__form-container {
    margin-left: 13.125rem;
  }
  .consultation__main-image {
    left: 71.813rem;
  }
}

@media (max-width: 1420px) {
  .stats-section {
    left: 2.5rem;
  }
}

.header__nav-left {
  display: flex;
}

.language-choice-desktop {
  margin-left: 1rem;
  width: 6.063rem;
  height: 4rem;
  border: 3px solid #2a555b;
  border-radius: 32px;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #2a555b;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.language-choice-desktop:active {
  transform: scale(0.95);
}
.language-choice-desktop img {
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 0.438rem;
  transform: scale(1.2);
}
.language-bg-desktop {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  right: 0;
  top: 0;
}

.language-wrapper {
  position: relative;
  display: inline-block;
}

.language-choice-menu-desktop {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  width: 6.063rem;
  height: 8.313rem;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 1rem;
  padding-left: 0.188rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  @media (max-width: 1200px) {
    border-radius: 10px;
  }
}

.selected-language-desktop {
  width: 5.625rem;
  height: 1.938rem;
  padding: 0.5rem 1rem 0.5rem 0.938rem;
  border-radius: 40px;
  background-color: #d0e1e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #2a555b;
  margin-bottom: 0.313rem;
  user-select: none;
  cursor: pointer;
}
.selected-language-desktop img {
  width: 0.75rem;
  height: 0.5rem;
}
.unselected-language-desktop {
  width: 5.625rem;
  height: 1.938rem;
  padding: 0.5rem 1rem 0.5rem 0.938rem;
  border-radius: 40px;
  user-select: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  font-family: "Neometric", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #2a555b;
  margin-bottom: 0.313rem;
}
.unselected-language-desktop img {
  width: 0.75rem;
  height: 0.5rem;
  display: none;
}

.language-choice-menu-desktop {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
}

.language-choice-menu-desktop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.trustpilot-widget.desktop {
  position: relative;
  right: 14rem;
  top: 0.5rem;
  @media (max-width: 1900px) {
    right: 12.5rem;
  }
  @media (max-width: 1600px) {
    right: 11rem;
  }
  @media (max-width: 1400px) {
    right: 10rem;
  }
  @media (max-width: 1250px) {
    right: 9rem;
  }
  @media (max-width: 1150px) {
    right: 8rem;
  }
  @media (max-width: 1110px) {
    right: 10rem;
  }
  @media (max-width: 1050px) {
    right: 9rem;
  }
  @media (max-width: 950px) {
    right: 7rem;
  }
}
