* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "Montserrat", "DM Sans", sans-serif;
}
button{
  font-family: "Montserrat";
}
#app {
  height: 100vh;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1424px;
  width: 100%;
  margin: 0 auto;
}
hr {
  opacity: 0.5;
}
/* header */
.lang-changing {
  transition: all 1s ease;
  opacity: 1;
}
.lang-changing:not(.active) {
  opacity: 0;
}
.header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 2;
  width: 100%;
}
.header_container {
  z-index: 25;
  display: flex;
  justify-content: space-between;
  padding: 24px 20px;
  align-items: center;
}
.header_logo {
  max-width: 209px;
  width: 100%;
  height: 25px;
}
.header_logo > img {
  width: 100%;
  height: 100%;
}
.header_list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  transition: all 0.4 ease-in-out;
  cursor: pointer;
}
.header_account {
  max-width: 215px;
  width: 100%;
}
.header_account__btn {
  width: 100%;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
  padding: 12px;
  cursor: pointer;
}
/* burger */
.burger_menu {
  max-width: 31px;
  height: 31px;
  width: 100%;
  display: none;
  cursor: pointer;
}
.burger_menu > img {
  width: 100%;
  height: 100%;
}

/* locales */
.locales_list {
  display: flex;
  align-items: center;
}
.locales_list *:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: #111111;
  margin: 0 5px;
}
.locales_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.locales_link.active {
  color: #2e6fce;
  font-weight: 500;
}
/* burger_menu */
/* mobal */
.mobal_menu.active {
  width: 100%;
  right: 0;
  top: 0;
  padding: 24px 20px;
}
.mobal_menu {
  position: fixed;
  right: 100%;
  width: 100%;
  height: 100vh;
  top: 0;
  padding: 24px 20px;
  background-color: rgba(32, 33, 38, 0.9);
  z-index: 3;
  transition: all 0.5s;
}
.mobal_menu__close {
  color: #fff;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-bottom: 50px;
  cursor: pointer;
}
.mobal_menu__close > img {
  width: 100%;
  height: 100%;
}
.mobal_menu__container {
}
.mobal_menu__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 50px;
}
.mobal_menu__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.mobal_menu__account {
  text-align: center;
}
.mobal_locales__list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 50px;
}
.mobal_locales__list *:not(:last-child)::after {
  content: "/";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
.mobal_locales__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.mobal_locales__link.active {
  color: #2e6fce;
  font-weight: 500;
}
.mobal_btn {
  max-width: 215px;
  width: 100%;
  margin: 0 auto;
}
/* modal_account */
.modal_account.active {
  width: 100%;
  right: 0;
  top: 0;
}
.modal_account {
  position: fixed;
  right: 100%;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: rgba(32, 33, 38, 0.9);
  z-index: 3;
  transition: all 0.5s;
}
.modal_account__container {
  position: relative;
  top: 50%;
  max-width: 460px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.modal_account__close {
  color: #fff;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-bottom: 50px;
  cursor: pointer;
}
.modal_account__close > img {
  width: 100%;
  height: 100%;
}
.modal_account__block {
  font-family: "Montserrat", sans-serif;
  max-width: 460px;
  width: 100%;
  padding: 48px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.modal_block__img {
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-image: url(../images/user.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.085);
  background-position: 50% 1px;
  margin-bottom: 32px;
}
.modal_block__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.modal_block__btn {
  /* padding: 12px 32px; */
  padding: 12px;
  border: none;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.modal_block__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.modal_block__link {
  color: #1e88e5;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal_block__link:hover {
  color: #0d47a1;
}
.modal_form__valid-text {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #e53935;
  text-align: start;
}
.modal_form__valid-text.active {
  display: block;
}
.form__valid-text {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #e53935;
  text-align: start;
}
.dont-match {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #e53935;
  text-align: start;
}
.dont-match.active {
  display: block;
}

.modal_form__input {
  width: 100%;
  padding: 12px 4px;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  box-sizing: border-box;
  position: relative;
}
.modal_form__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}

.modal_form__input:focus {
  outline: none;
  border-bottom-color: #60a5fa;
}
/* modal_account__sing-in */
.modal_account__sign-in.active {
  position: relative;
  width: 100%;
  right: 0;
}
.modal_account__sign-in {
  position: absolute;
  width: 100%;
  transition: all 0.7s;
  right: -500px;
  background: #fff;
}
/* help_account */
.modal_close {
  position: absolute;
  right: -24px;
  top: -24px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.modal_close > img {
  width: 100%;
  height: 100%;
}

.help_account.active {
  position: relative;
  width: 100%;
  right: 0;
}
.help_account {
  position: absolute;
  width: 100%;
  transition: all 0.7s;
  right: -500px;
  background: #fff;
}
.help_account__title {
  color: #7cb342;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
.help_account__text {
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: start;
}
.help_account__link {
  color: #1e88e5;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.help_account__link:hover {
  color: #0d47a1;
}
.help_account__bot-link {
  padding: 20px;
}
/* modal_recover */
.modal_recover.active {
  position: relative;
  width: 100%;
  right: 0;
}
.modal_recover {
  position: absolute;
  width: 100%;
  transition: all 0.7s;
  right: -500px;
  background: #fff;
}
.modal_recover__email {
  margin-bottom: 20px;
}
/* registration_account */
.registration_account.active {
  transform: scale(1);
  right: 0;
  opacity: 1;
  position: relative;
  width: 100%;
}
.registration_account {
  position: absolute;
  width: 100%;
  transition: all 0.7s;
  right: -500px;
  background: #fff;
}
.registration_form {
  margin-bottom: 25px;
}

/* main */
/* hero */
.hero {
  background: #ebf0f8;
  padding: 172px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero_elipse {
  position: absolute;
  right: -157px;
  width: 987px;
  top: 0;
}
.hero_elipse > img {
  width: 100%;
  height: 100%;
}
.hero_container {
  position: relative;
  padding: 0 20px;
}
.hero_content {
  max-width: 853px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hero_title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #111111;
}
.hero_subtitle {
  color: #2e6fce;
  display: inline-block;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 24px;
}
.hero_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #111111;
  max-width: 570px;
  width: 100%;
  margin: 0 auto 40px;
}
.hero_btn {
  /* padding: 12px 32px; */
  padding: 12px;
  border: none;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  max-width: 175px;
  width: 100%;
  cursor: pointer;
}
/* automatically */
.automatically {
  padding: 70px 0 80px;
}
.automatically_container {
  max-width: 1063px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.automatically_blocks {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.automatically_block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.automatically_block__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.automatically_block__img {
  max-width: 467px;
  width: 100%;
  height: 313px;
}
.automatically_content {
  max-width: 477px;
  width: 100%;
}
.automatically_content__title {
  max-width: 369px;
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  color: #111111;
  margin-bottom: 20px;
}
.automatically_content__title-bottom {
  max-width: 100%;
  margin-bottom: 0;
}
.automatically_content__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #111111;
  margin-top: 18px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.automatically_content__subtitle-span {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #3874cb;
}
.automatically_content__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #111111;
  padding-right: 5px;
}
.automatically_graphic {
  display: flex;
  gap: 12px;
  min-height: 270px;
  max-width: 448px;
  width: 100%;
  flex-direction: column;
}

.graphic_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.graphic_block__chart {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 232px;
}
.graphic_chart {
  background: #efefef;
  border-radius: 10px;
  width: 52px;
}
.graphic_chart__may {
  margin-top: 132px;
}
.graphic_chart__jan {
  margin-top: 107px;
}
.graphic_chart__jul {
  margin-top: 60px;
}
.graphic_chart__aug {
  margin-top: 35px;
}
.graphic_chart__sep {
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
}

.graphic_month {
  width: 50px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #000000;
}

.first_text {
  margin-bottom: 13.6px;
}
/* progress  */
.progress {
  position: relative;
  padding: 80px 0;
  background: #ebf0f8;
  overflow: hidden;
}
.progress_elipse {
  position: absolute;
  left: 0;
  top: 0;
}
.progress_elipse > img {
  width: 100%;
  height: 100%;
}

.progress_container {
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.progress_title {
  max-width: 595px;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  text-align: center;
  color: #3874cb;
}
.progress_subtitle {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  text-align: center;
  font-weight: 700;
  color: #111111;
}
.progress_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: #111111;
  margin-bottom: 50px;
  text-align: center;
}
.progress_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.progress_content__left {
  padding: 31px 38px 0 38px;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 12px;
  max-width: 481px;
  width: 100%;
  position: relative;
  min-height: 436px;
}
.progress_content__left > p {
  margin-bottom: 23px;
}
.progress_content__right {
  padding: 31px 38px 0 38px;
  background: linear-gradient(103.94deg, #7cb342 0%, #54892b 77.84%);
  border-radius: 12px;
  max-width: 481px;
  width: 100%;
  position: relative;
  min-height: 436px;
}
.progress_content__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 22px;
  color: #fff;
}
.progress_content__img-left {
  max-width: 368px;
  height: 266px;
}
.progress_content__img-left > img {
  width: 100%;
  height: 100%;
}
.progress_content__img-right {
  max-width: 368px;
  height: 238px;
}
.progress_content__img-right > img {
  width: 100%;
  height: 100%;
}
.progress_btn {
  /* padding: 12px 32px; */
  padding: 12px;
  border: none;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
/* security */
.security {
  background: #fff;
  padding: 70px 0;
}
.security_container {
  max-width: 957px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.security_title {
  max-width: 779px;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  text-align: center;
  color: #111111;
}
.security_subtitle {
  color: #3874cb;
}
.security_text {
  max-width: 637px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #111111;
  margin-bottom: 50px;
}
.security_content {
  background: #ebf0f8;
  border-radius: 12px;
  padding: 28px 28px 27px 0;
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
}
.security_content__img {
  max-width: 282px;
  width: 100%;
  /* height: 242px; */
  height: auto;
}
.security_content__img > img {
  width: 100%;
  height: 100%;
}
.security_content__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.security_content__text {
  max-width: 593px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
}
.security_content__subtext {
  font-weight: 600;
  color: #3874cb;
}
.text_span {
  color: #3874cb;
}

/* answer */
.answer {
  position: relative;
  padding: 80px 0;
  background: #ebf0f8;
  overflow: hidden;
}

.answer_container {
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.answer_title {
  max-width: 779px;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  text-align: center;
  color: #111111;
  position: relative;
}
.answer_img {
  position: absolute;
  left: -7px;
  top: -7px;
  max-width: 42px;
  width: 100%;
  height: 30px;
}
.answer_img > img {
  width: 100%;
  height: 100%;
}
.answer_subtitle {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  text-align: center;
  font-weight: 700;
  color: #111111;
}
.answer_text {
  max-width: 553px;
  width: 100%;
  margin: 0 auto 27px;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #111111;
  margin-bottom: 27px;
  text-align: center;
}
.answer_text__bot {
  font-weight: 600;
}
.answer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.answer_block {
  max-width: 731px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #3874cb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 8px 32px 8px 20px;
  justify-content: space-between;
  gap: 10px;
}
.answer_block-absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.answer_block__img {
  max-width: 70px;
  width: 100%;
  height: 78px;
}
.answer_block__img > img {
  width: 100%;
  height: 100%;
}
.answer_block__text {
  max-width: 380px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
}
.answer_content__subtext {
  font-weight: 600;
  color: #3874cb;
}
.answer_content__sublasttext {
  font-weight: 600;
}
.answer_btn {
  /* padding: 12px 32px; */
  padding: 12px;
  border: none;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  max-width: 175px;
  width: 100%;
  cursor: pointer;
}
/* questions */
.questions {
  background: #ffffff;
  padding: 80px 0;
  box-sizing: border-box;
}
.questions_container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}
.questions_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  color: #3874cb;
  margin-bottom: 20px;
}
.questions_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  margin-bottom: 50px;
}
.questions_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 41px;
}
.questions_form__input {
  padding: 9px 19px;
  max-width: 312px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  box-sizing: border-box;
}
.questions_form__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
.questions_form__btn {
  /* padding: 12px 32px; */
  padding: 12px;
  border: none;
  background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  max-width: 156px;
  width: 100%;
  cursor: pointer;
}
/* footer */
.footer {
  background: #ebf0f8;
  padding: 50px 0;
}
.footer_container {
  padding: 0 21.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_item {
}
.footer_link {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.footer_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.nemezida_title {
  display: inline;
}

/* privacy.html */
.privacy_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #111111;
  margin-bottom: 10px;
}
.privacy_subtitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  color: #3874cb;
  margin-bottom: 15px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
}
.privacy_block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  margin-bottom: 10px;
  display: block;
}
.prevacy_email {
  cursor: pointer;
  font-weight: 600;
  color: #3874cb;
  text-decoration: underline;
}
