* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Light", sans-serif !important;
  background-color: var(--BG, #070b14);
}

body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1325px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.home {
  background-image: url(../img/bg_home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90.25%, 75.46% 99.32%, 50% 105.25%, 14.54% 96.32%, 0% 91.25%);
}
.home header {
  padding: 28px 0 56px 0;
}
.home header .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home header .about_block .menu ul {
  display: flex;
  align-items: center;
  gap: 64px;
}
.home header .about_block .menu ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}
.home header .about_block .menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
.home header .about_block .menu ul li a:hover::after {
  width: 100%;
}
.home header .about_block .contact {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "SF Pro Display", sans-serif !important;
  padding: 14.5px 20px;
  border-radius: 100px;
  background-color: #fff;
}
.home header .about_block .hamburger-menu {
  display: none;
}
.home .home_group {
  padding-bottom: 30px;
  position: relative;
}
.home .home_group .about_block .span_home {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.home .home_group .about_block h1 {
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  background: var(--H1, radial-gradient(62.41% 60.45% at 50.07% 31.97%, #fff 40.73%, rgba(255, 255, 255, 0.3) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .home_group .about_block .bottom_text_group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-top: -30px;
}
.home .home_group .about_block .bottom_text_group .description_home_item {
  padding: 24px 18px 18px 18px;
  position: relative;
  max-width: 235px;
  border-radius: 24px;
  border: 1.5px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.03);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home .home_group .about_block .bottom_text_group .description_home_item .img_item_main {
  position: absolute;
}
.home .home_group .about_block .bottom_text_group .description_home_item .img_item {
  width: 58px;
  height: 58px;
}
.home .home_group .about_block .bottom_text_group .description_home_item h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.home .home_group .about_block .bottom_text_group .description_home_item span {
  color: var(--50, rgba(255, 255, 255, 0.5));
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  z-index: 10;
}
.home .home_group .about_block .bottom_text_group .description_home_item:first-child h3 {
  margin-top: 161px;
  margin-bottom: 8px;
}
.home .home_group .about_block .bottom_text_group .description_home_item:first-child .img_item_main {
  width: 233px;
  height: 281px;
  top: 60px;
  right: -7px;
}
.home .home_group .about_block .bottom_text_group .description_home_item:last-child {
  align-items: end;
  justify-content: end;
}
.home .home_group .about_block .bottom_text_group .description_home_item:last-child h3 {
  margin-top: 153px;
  margin-bottom: 8px;
}
.home .home_group .about_block .bottom_text_group .description_home_item:last-child .img_item_main {
  width: 233px;
  height: 176px;
  top: 60px;
  right: 0;
}
.home .home_group .about_block .bottom_text_group .img_home {
  position: relative;
}
.home .home_group .about_block .bottom_text_group .img_home .img_home_main {
  width: 738px;
  height: 494px;
}
.home .home_group .about_block .bottom_text_group .img_home .arrow_home {
  position: absolute;
  left: -10px;
  top: 143px;
}
.home .home_group .about_block .bottom_text_group .img_home .arrow_home_second {
  position: absolute;
  top: 192px;
  right: -9px;
}
.home .home_group .about_block .bottom_text_group .img_home_main_mob {
  display: none;
}
.home .home_group .about_block .become_partner {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 590;
  line-height: 20px;
  letter-spacing: -0.1px;
  font-family: "SF Pro Display", sans-serif !important;
  padding: 14px 21px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -76px;
  background-color: rgba(140, 140, 140, 0.2509803922);
  position: relative;
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.home .home_group .about_block .arrow_bottom_home {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.traditional_shower {
  padding: 100px 0 120px 0;
}
.traditional_shower .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.traditional_shower .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.traditional_shower .about_block .cards_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.traditional_shower .about_block .cards_block .card_block {
  padding: 26px 24px 20px 24px;
  border-radius: 24px;
  border: 1.5px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.02);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  max-width: 372px;
  height: 203px;
}
.traditional_shower .about_block .cards_block .card_block h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 24px 0 10px 0;
}
.traditional_shower .about_block .cards_block .card_block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 18.9px */
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.meet_aquaries {
  padding-bottom: 106px;
  background-image: url(../img/bg_aquaries.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93.25%, 76.46% 98.32%, 50% 102.25%, 6.54% 95.32%, 0% 93.25%);
}
.meet_aquaries .about_block {
  position: relative;
}
.meet_aquaries .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.meet_aquaries .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 43px;
}
.meet_aquaries .about_block .block_slider .slide_aquares img {
  width: 302px;
  height: 205px;
  border-radius: 20px;
}
.meet_aquaries .about_block .block_slider .mySwiper {
  padding-bottom: 45px;
}
.meet_aquaries .about_block .block_slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 10px;
  height: 10px;
}
.meet_aquaries .about_block .block_slider .swiper-pagination-bullet-active {
  background: #fff;
}
.meet_aquaries .about_block .information_aquaries {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 44px;
  margin-top: 56px;
}
.meet_aquaries .about_block .information_aquaries .card_inf {
  max-width: 550px;
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.meet_aquaries .about_block .information_aquaries .card_inf .text_right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.meet_aquaries .about_block .information_aquaries .card_inf .text_right h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.meet_aquaries .about_block .information_aquaries .card_inf .text_right p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 21.6px */
}
.meet_aquaries .about_block .arrow_bottom_home {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.technology_detail {
  padding-top: 100px;
}
.technology_detail .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.technology_detail .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 44px;
}
.technology_detail .about_block .technology_texts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.technology_detail .about_block .technology_texts .group_text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 35.2px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.technology_detail .about_block .technology_texts .group_text .bottom_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text .right_group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text .right_group h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text .right_group p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 15.4px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.personal_saving {
  padding: 120px 0 102px 0;
  background-image: url(../img/bg_calculator.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93.25%, 76.46% 98.32%, 50% 102.25%, 6.54% 95.32%, 0% 93.25%);
}
.personal_saving .about_block {
  position: relative;
}
.personal_saving .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.personal_saving .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.personal_saving .about_block .calculator {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
.personal_saving .about_block .calculator .calc-inputs {
  flex-direction: column;
  display: flex;
  gap: 18px;
  padding: 24px 24px 24px 24px;
  border-radius: 24px;
  border: 1.5px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.02);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 372px;
  height: 446px;
}
.personal_saving .about_block .calculator .calc-inputs .img_calculator {
  width: 40px;
  height: 40px;
}
.personal_saving .about_block .calculator .calc-inputs .select_block {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.personal_saving .about_block .calculator .calc-inputs .select_block select {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 13px 16px;
  border-radius: 8px;
  border: 1px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.03);
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 96%;
  background-size: auto;
  margin-top: 10px;
  color: #acb3ca;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 21.6px */
}
.personal_saving .about_block .calculator .calc-inputs .input_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.personal_saving .about_block .calculator .calc-inputs .input_block h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 21.6px */
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
}
.personal_saving .about_block .calculator .calc-inputs .input_block span {
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.personal_saving .about_block .calculator .calc-inputs .input_block input {
  margin-top: 16px;
}
.personal_saving .about_block .calculator .calc-inputs .input_block > body {
  background-color: #111;
  padding: 40px;
}
.personal_saving .about_block .calculator .calc-inputs .input_block input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #d7e0ff 0%, #d7e0ff 0%, rgba(215, 224, 255, 0.05) 0%);
  border-radius: 2px;
  outline: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.personal_saving .about_block .calculator .calc-inputs .input_block input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d7e0ff;
  border: none;
  margin-top: -6px;
  position: relative;
  z-index: 2;
}
.personal_saving .about_block .calculator .calc-inputs .input_block input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d7e0ff;
  border: none;
  position: relative;
  z-index: 2;
}
.personal_saving .about_block .calculator .calc-inputs .input_block input[type=range]::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: transparent;
}
.personal_saving .about_block .calculator .calc-inputs .input_block input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: transparent;
}
.personal_saving .about_block .calculator .calc-results {
  padding: 36px 48px 31px 28px;
  border-radius: 24px;
  border: 1.5px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.02);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 636px;
  height: 446px;
}
.personal_saving .about_block .calculator .calc-results .payoff .title_block {
  display: flex;
  align-items: flex-start;
  gap: 122px;
}
.personal_saving .about_block .calculator .calc-results .payoff .title_block p {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  text-transform: uppercase;
  margin-bottom: 18px;
}
.personal_saving .about_block .calculator .calc-results .payoff h3 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, #ff6147 0%, #9376ff 50%, #0cb3d5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 33px;
}
.personal_saving .about_block .calculator .calc-results .results-detail {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 52px;
  position: relative;
  margin-bottom: 31px;
}
.personal_saving .about_block .calculator .calc-results .results-detail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(214, 223, 254, 0) 0%, rgba(214, 223, 254, 0.5) 49.52%, rgba(214, 223, 254, 0) 100%);
}
.personal_saving .about_block .calculator .calc-results .results-detail .result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-label {
  width: 150px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background: linear-gradient(90deg, #d7e0ff 0%, rgba(215, 224, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-bar-container {
  width: 208px;
  height: 8px;
  background: rgba(215, 224, 255, 0.05);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--bar-fill, 0%);
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(215, 224, 255, 0) 0%, #d7e0ff 100%);
  transition: width 0.4s ease;
}
.personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-value {
  color: #d7e0ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  width: 110px;
  display: flex;
  align-items: end;
  justify-content: end;
}
.personal_saving .about_block .calculator .calc-results .text_last {
  color: #e2e9ff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  max-width: 432px;
  display: block;
  margin: 0 auto;
}
.personal_saving .about_block .arrow_bottom_home {
  position: absolute;
  bottom: -146px;
  left: 50%;
  transform: translateX(-50%);
}

.global_opportunity {
  padding: 100px 0 120px 0;
}
.global_opportunity .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.global_opportunity .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.global_opportunity .about_block .block_numbers {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
}
.global_opportunity .about_block .block_numbers .numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.global_opportunity .about_block .block_numbers .numbers h3 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, #ff6147 0%, #9376ff 50%, #0cb3d5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.global_opportunity .about_block .block_numbers .numbers h4 {
  color: #d7e0ff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  margin-bottom: 8px;
}
.global_opportunity .about_block .block_numbers .numbers p {
  color: #d7e0ff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 15.4px */
}

.team_experts {
  padding-bottom: 120px;
}
.team_experts .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.team_experts .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.team_experts .about_block .teams_group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.team_experts .about_block .teams_group .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team_experts .about_block .teams_group .team h3 {
  color: #d7e0ff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
  margin: 24px 0 14px 0;
}
.team_experts .about_block .teams_group .team h4 {
  color: #d6dffe;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 20.9px */
  margin-bottom: 14px;
}
.team_experts .about_block .teams_group .team .last_title {
  background: linear-gradient(270deg, #ff6147 0%, #9376ff 50%, #0cb3d5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team_experts .about_block .teams_group .team p {
  color: #d7e0ff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  max-width: 293px;
}

.patent_protected {
  padding-bottom: 77px;
  background-image: url(../img/bg_patent.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93.25%, 76.46% 98.32%, 50% 102.25%, 6.54% 95.32%, 0% 93.25%);
}
.patent_protected .about_block {
  position: relative;
}
.patent_protected .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.patent_protected .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 614px;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
}
.patent_protected .about_block .patent_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.patent_protected .about_block .text_patent {
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #d7e0ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  border-radius: 8px;
  border: 1px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.03);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.patent_protected .about_block .mob_patent {
  display: none;
}
.patent_protected .about_block .arrow_bottom_home {
  position: absolute;
  bottom: -122px;
  left: 50%;
  transform: translateX(-50%);
}

.progress_roadmap {
  padding: 99px 0 16px 0;
}
.progress_roadmap .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.progress_roadmap .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 614px;
  margin: 0 auto;
}
.progress_roadmap .about_block .bottom_group_progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 150px;
}
.progress_roadmap .about_block .bottom_group_progress .progress_text {
  display: flex;
  align-items: center;
  gap: 25px;
}
.progress_roadmap .about_block .bottom_group_progress .progress_text .right_group {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.progress_roadmap .about_block .bottom_group_progress .progress_text .right_group .mini_text span {
  color: rgba(215, 224, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  margin-bottom: 8px;
  display: block;
}
.progress_roadmap .about_block .bottom_group_progress .progress_text .right_group .mini_text h3 {
  color: #d7e0ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
  margin-bottom: 10px;
}
.progress_roadmap .about_block .bottom_group_progress .progress_text .right_group .mini_text p {
  color: #d7e0ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.progress_roadmap .about_block .bottom_group_progress .block_img_roadmap {
  position: relative;
}
.progress_roadmap .about_block .bottom_group_progress .block_img_roadmap .img_roadmap {
  position: relative;
  z-index: 50;
}
.progress_roadmap .about_block .bottom_group_progress .block_img_roadmap .bg_roadmap {
  position: absolute;
  top: -150px;
  right: -300px;
}

.faq .about_block .title_text_main {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
.faq .about_block .faq_group {
  max-width: 719px;
  margin: 0 auto;
}
.faq .about_block .faq_group .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .about_block .faq_group .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq .about_block .faq_group .accordion-item {
  background-color: transparent;
  border: none;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.03);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.faq .about_block .faq_group .accordion-body {
  padding: 0;
  padding-top: 12px;
}
.faq .about_block .faq_group .accordion-body .text_faq p {
  color: rgba(215, 224, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.faq .about_block .faq_group .accordion-button {
  background-color: transparent;
  padding: 0;
}
.faq .about_block .faq_group .accordion-button .title_faq {
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq .about_block .faq_group .accordion-button .title_faq span {
  color: rgba(215, 224, 255, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
}
.faq .about_block .faq_group .accordion-button .title_faq h3 {
  color: #d7e0ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.faq .about_block .faq_group .accordion-button::after {
  background-image: url(../img/arrow_accardion.svg);
  background-size: auto;
  width: 72px;
  height: 72px;
  background-position: center;
  position: absolute;
  right: -18px;
  top: -26px;
}
.faq .about_block .faq_group .accordion-button:not(.collapsed)::after {
  rotate: 46deg;
}
.faq .about_block .faq_group .accordion-button:focus {
  box-shadow: none;
}
.faq .about_block .faq_group .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.become_partner_block {
  padding: 120px 0 72px 0;
  background-image: url(../img/bg_partner.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93.25%, 76.46% 98.32%, 50% 102.25%, 6.54% 95.32%, 0% 93.25%);
}
.become_partner_block .about_block {
  position: relative;
}
.become_partner_block .about_block h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 62.4px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #d7e0ff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.become_partner_block .about_block .title_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, #fff 50%, rgba(255, 255, 255, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 614px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.become_partner_block .about_block form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 484px;
  margin: 0 auto;
}
.become_partner_block .about_block form .input_groups {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 48px;
}
.become_partner_block .about_block form .input_groups input {
  width: 100%;
  padding: 15px 16px;
  border-radius: 8px;
  border: 1px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.03);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #d7e0ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  outline: none;
}
.become_partner_block .about_block form .input_groups input::-moz-placeholder {
  color: rgba(215, 224, 255, 0.4);
}
.become_partner_block .about_block form .input_groups input::placeholder {
  color: rgba(215, 224, 255, 0.4);
}
.become_partner_block .about_block form .input_groups textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 8px;
  border: 1px solid rgba(215, 224, 255, 0.15);
  background: rgba(215, 224, 255, 0.03);
  box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #d7e0ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  outline: none;
  resize: none;
  height: 102px;
}
.become_partner_block .about_block form .input_groups textarea::-moz-placeholder {
  color: rgba(215, 224, 255, 0.4);
}
.become_partner_block .about_block form .input_groups textarea::placeholder {
  color: rgba(215, 224, 255, 0.4);
}
.become_partner_block .about_block form button {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 590;
  line-height: 20px;
  letter-spacing: -0.1px;
  font-family: "SF Pro Display", sans-serif !important;
  padding: 14px 21px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: rgba(140, 140, 140, 0.2509803922);
  border: none;
}
.become_partner_block .about_block .arrow_bottom_home {
  position: absolute;
  bottom: -116px;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  padding: 53px 0 58px 0;
}
footer .about_block .top_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .about_block .top_footer .contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .about_block .top_footer .contact a {
  color: #d6dffe;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
}
footer .about_block .top_footer .contact .emeil {
  color: #d6dffe;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration: underline !important;
}
footer .about_block .top_footer .contact_apps {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .about_block .bottom_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .about_block .bottom_block span {
  color: rgba(214, 223, 254, 0.4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

@media (max-width: 999px) {
  .home header .about_block .hamburger-menu {
    display: block;
    height: 44px;
  }
  .home header .about_block {
    position: relative;
  }
  .home header .about_block .menu ul {
    display: none;
  }
  .home header .about_block .contact {
    display: none;
  }
  .home header .about_block .logo img {
    width: 137px;
  }
  #menu__toggle:checked + .menu__btn {
    position: absolute;
    right: 0;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 200;
    padding: 15px 14px;
    border-radius: 8px;
    border: 1.5px solid rgba(215, 224, 255, 0.15);
    background: rgba(215, 224, 255, 0.03);
    box-shadow: 2px 4px 20px 0px rgba(255, 255, 255, 0.03) inset;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  .menu__btn > span {
    left: 12px;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 18px;
    height: 1.5px;
    background-color: #fff;
    transition-duration: 0.25s;
    top: 20px;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 100;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: var(--BG, #070b14);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    padding: 64px 20px;
    align-items: start;
  }
  .menu__box li {
    margin-bottom: 10px;
    padding: 8px 0;
  }
  .menu__box li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu__box .connect a {
    color: #1a1a1a !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "SF Pro Display", sans-serif !important;
    padding: 14.5px 20px;
    border-radius: 100px;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  .home header {
    padding: 12px 0 22px 0;
  }
  .home .home_group .about_block .span_home {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
  }
  br {
    display: none;
  }
  .home .home_group .about_block h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }
  .home .home_group .about_block .bottom_text_group .img_home {
    display: none;
  }
  .home {
    clip-path: polygon(0% 0%, 100% 0%, 100% 99.25%, 77.46% 102.32%, 50% 102.25%, -12.46% 98.32%, 0% 93.25%);
  }
  .arrow_bottom_home {
    width: 550px;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item:first-child .img_item_main {
    display: none;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item {
    align-items: center;
    max-width: 301px;
    padding: 25px 8px 20px 8px;
    position: relative;
    z-index: 50;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item .img_item {
    width: 50px;
    height: 50px;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item:first-child h3 {
    margin-top: 17px;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item:last-child .img_item_main {
    display: none;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item .img_item {
    width: 50px;
    height: 50px;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item:last-child {
    align-items: center;
    max-width: 273px;
    margin-left: auto;
  }
  .home .home_group .about_block .bottom_text_group .description_home_item:last-child h3 {
    margin-top: 17px;
  }
  .home .home_group .about_block .become_partner {
    margin: 0 auto;
    margin-top: 52px;
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
    line-height: 20px;
  }
  .home .home_group .about_block .bottom_text_group .img_home_main_mob {
    display: block;
    position: absolute;
    top: 169px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .home_group .about_block .bottom_text_group {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 28px;
    gap: 182px;
  }
  .home .home_group {
    padding-bottom: 62px;
  }
  .home .home_group .about_block .arrow_bottom_home {
    bottom: -17px;
  }
  .traditional_shower {
    padding: 53px 0 80px 0;
  }
  .traditional_shower .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .traditional_shower .about_block .title_text {
    margin-bottom: 32px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  .traditional_shower .about_block .cards_block {
    flex-wrap: wrap;
    gap: 12px;
  }
  .traditional_shower .about_block .cards_block .card_block {
    height: 212px;
    padding: 26px 18px 22px 24px;
    max-width: 400px;
  }
  .meet_aquaries .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .meet_aquaries .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .meet_aquaries .about_block .block_slider .slide_aquares {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .meet_aquaries .about_block .information_aquaries {
    margin-top: 36px;
    gap: 28px;
  }
  .meet_aquaries .about_block .information_aquaries .card_inf {
    gap: 16px;
    max-width: 100%;
  }
  .meet_aquaries .about_block .information_aquaries .card_inf img {
    width: 44px;
    height: 44px;
  }
  .meet_aquaries .about_block .information_aquaries .card_inf .text_right h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .meet_aquaries .about_block .information_aquaries .card_inf .text_right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
  }
  .meet_aquaries .about_block .arrow_bottom_home {
    bottom: -72px;
  }
  .meet_aquaries {
    padding-bottom: 55px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 108.25%, 132.46% 98.32%, 50% 101.25%, 4.54% 99.32%, 0% 99%);
  }
  .technology_detail {
    padding-top: 57px;
  }
  .technology_detail .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .technology_detail .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .technology_detail .about_block .technology_texts {
    flex-direction: column;
    gap: 36px;
    max-width: 600px;
    margin: 0 auto;
  }
  .technology_detail .about_block .technology_texts .group_text h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 20px;
  }
  .technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text {
    gap: 16px;
  }
  .technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text img {
    width: 22px;
    height: 32px;
  }
  .technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text .right_group {
    gap: 8px;
  }
  .technology_detail .about_block .technology_texts .group_text .bottom_text .mini_text .right_group h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .personal_saving {
    padding: 80px 0 60px 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 108.25%, 132.46% 98.32%, 50% 101.25%, 4.54% 99.32%, 0% 99%);
  }
  .personal_saving .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .personal_saving .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .personal_saving .about_block .calculator {
    flex-direction: column;
    gap: 12px;
  }
  .personal_saving .about_block .calculator .calc-inputs {
    width: 100%;
    height: auto;
  }
  .personal_saving .about_block .calculator .calc-results {
    width: 100%;
    padding: 24px 16px 30px 16px;
    height: auto;
  }
  .personal_saving .about_block .calculator .calc-results .payoff .title_block img {
    display: none;
  }
  .personal_saving .about_block .calculator .calc-results .payoff .title_block p {
    margin-bottom: 16px;
  }
  .personal_saving .about_block .calculator .calc-results .payoff .title_block {
    justify-content: center;
  }
  .personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-value {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
  }
  .personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
  }
  .personal_saving .about_block .calculator .calc-results .results-detail .result-item .result-bar-container {
    width: 130px;
  }
  .personal_saving .about_block .calculator .calc-results .results-detail {
    padding-bottom: 32px;
    margin-bottom: 28px;
  }
  .personal_saving .about_block .arrow_bottom_home {
    bottom: -78px;
  }
  .personal_saving .about_block .calculator .calc-results .text_last {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
  }
  .global_opportunity {
    padding: 57px 0 80px 0;
  }
  .global_opportunity .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .global_opportunity .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .global_opportunity .about_block .block_numbers {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 32px;
  }
  .global_opportunity .about_block .block_numbers .numbers {
    width: 190px;
  }
  .team_experts {
    padding-bottom: 97px;
  }
  .team_experts .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .team_experts .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .team_experts .about_block .teams_group {
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 51px;
  }
  .team_experts .about_block .teams_group .team img {
    width: 144px;
    height: 144px;
  }
  .team_experts .about_block .teams_group .team h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .team_experts .about_block .teams_group .team h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
  }
  .team_experts .about_block .teams_group .team p {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  .team_experts .about_block .teams_group .team {
    width: 160px;
    margin: 0 auto;
  }
  .patent_protected .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .patent_protected .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 36px;
  }
  .patent_protected .about_block .patent_block a .patent_img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .patent_protected .about_block .patent_block {
    gap: 39px;
  }
  .patent_protected .about_block .text_patent {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    gap: 16px;
    padding: 16px;
  }
  .patent_protected .about_block .text_patent {
    display: none;
  }
  .patent_protected .about_block .mob_patent {
    display: flex;
  }
  .patent_protected {
    padding-bottom: 64px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 108.25%, 132.46% 98.32%, 50% 101.25%, 4.54% 99.32%, 0% 99%);
  }
  .patent_protected .about_block .arrow_bottom_home {
    bottom: -81px;
  }
  .progress_roadmap {
    padding: 57px 0 80px 0;
  }
  .progress_roadmap .about_block .bottom_group_progress .block_img_roadmap {
    display: none;
  }
  .progress_roadmap .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .progress_roadmap .about_block .title_text {
    margin-bottom: 49px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  .progress_roadmap .about_block .bottom_group_progress .progress_text {
    overflow: hidden;
    max-width: 360px;
  }
  .progress_roadmap .about_block .bottom_group_progress .progress_text img {
    margin-top: -100px;
  }
  .faq .about_block .title_text_main {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 28px;
  }
  .faq .about_block .faq_group .accordion-button .title_faq h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    max-width: 250px;
  }
  .faq .about_block .faq_group .accordion-item {
    padding: 16px;
  }
  .faq .about_block .faq_group .accordion-button::after {
    right: -20px;
  }
  .faq .about_block .faq_group .accordion {
    gap: 12px;
  }
  .become_partner_block {
    padding: 80px 0 58px 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 108.25%, 132.46% 98.32%, 50% 101.25%, 4.54% 99.32%, 0% 99%);
  }
  .become_partner_block .about_block h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .become_partner_block .about_block .title_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 24px;
  }
  .become_partner_block .about_block form .input_groups {
    margin-bottom: 44px;
  }
  .become_partner_block .about_block .arrow_bottom_home {
    bottom: -75px;
  }
  footer {
    padding: 49px 0 21px 0;
  }
  footer .about_block .top_footer {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .about_block .top_footer .logo img {
    width: 173px;
    height: 32px;
  }
  footer .about_block .bottom_block {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}