/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");
/*reset*/
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent; }

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

:focus, :active, a:focus, a:active {
  outline: none;
  color: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  width: 100%;
  min-height: 100%;
  font-size: 100%;
  line-height: 1;
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }

input, button, textarea, select {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

input:invalid {
  box-shadow: none; }

input::-ms-clear {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, .button, input[type="button"], input[type=submit] {
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

a, a:hover, a:visited {
  text-decoration: none;
  color: inherit; }

img {
  vertical-align: top;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal; }

ol, ul {
  list-style: none; }

/* position:fixed */
.scroll_disable {
  overflow: hidden;
  position: fixed; }

/* main */
.flex-center {
  display: flex;
  justify-content: center; }

.text-blue {
  color: #083E9E; }

.theme-white {
  background-color: #FBFBFB; }

.page {
  font: 400 16px 'Josefin Sans';
  width: 1163px;
  display: flex;
  flex-direction: column;
  /*min-width: 840px;
  max-width: 1440px;
  margin: 0 auto;*/ }

.header {
  width: 1163px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 138px; }
  .header__ul {
    display: flex;
    align-items: center; }
  .header__item {
    margin-left: 40px; }

.action-button {
  padding: 18px 28px;
  border: 1px solid #414851;
  border-radius: 4px; }

.title {
  color: #083E9E;
  font: 600 40px 'Josefin Sans'; }

/* SECTION INVEST */
.section-invest {
  display: flex;
  flex-direction: row;
  margin-top: 6.2em;
  margin-bottom: 11em; }
  .section-invest__title {
    width: 70%;
    line-height: 45.8px; }
  .section-invest__title-img {
    margin-top: 2.4em; }
  .section-invest__estimate-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .section-invest__text {
    margin-top: 9px; }

.form {
  width: 474px;
  height: 370px;
  margin: 92px 0 42px 0; }
  .form__item {
    margin: 0 auto 1.25rem auto;
    padding: 0.25rem; }
  .form__title {
    font: 700 24px 'Josefin Sans';
    line-height: 24px;
    color: #4A5568; }
  .form__label {
    font: 700 24px 'Segoe UI';
    color: rgba(59, 59, 59, 0.7);
    display: block;
    width: 100%;
    height: 3.8rem;
    margin-top: 12px;
    padding: 0.375rem 1.5rem;
    background-color: #0088CC14;
    background-clip: padding-box;
    border-radius: 0.25rem; }

label {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  margin-bottom: 0.5rem; }

.text24 {
  font-size: 24px; }

.text36 {
  font-size: 36px; }

.black {
  color: #000000FF; }

/* SECTION HOW */
.section-how {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 9.4rem; }
  .section-how__safelock {
    display: flex; }
  .section-how__img {
    width: 50%; }
  .section-how__text-w-button {
    width: 50%; }
  .section-how__text {
    margin-top: 3.5rem;
    line-height: 27.48px; }
  .section-how__button {
    margin-top: 3.5rem; }

.action-button-green {
  background-color: #30C57B;
  color: white;
  border: 0 solid #414851; }

/* SECTION-SAVED */
.action-button-blue {
  background-color: #144499;
  color: white;
  border: 0 solid #414851; }

.section-saved {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem; }
  .section-saved__title {
    margin-bottom: 1rem; }
  .section-saved__mobile-apps {
    margin-top: 1.7rem; }

/* FOOTER */
.footer {
  /* background: rgba(0, 136, 204, 0.04);*/
  border-top: 2px solid #898FBF;
  width: 99%;
  box-sizing: border-box;
  height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px; }
  .footer__section-footer {
    min-width: 1164px;
    display: flex;
    justify-content: space-between;
    padding-top: 2.8em; }
  .footer__text-item1 {
    margin-top: 2em; }
  .footer__text-item3 {
    margin-top: 2.4em; }
  .footer__text-item4 {
    margin-top: 1em; }
  .footer__text-item5 {
    margin-top: 1.8em; }
  .footer__links {
    margin-left: 3.2em; }
  .footer__links-title {
    font: 600 16px 'Josefin Sans';
    margin-bottom: 28px;
    margin-top: 2.5em; }
  .footer__links-text {
    margin-bottom: 8px; }
  .footer__company {
    text-align: right; }
  .footer__company-links {
    font: 600 16px 'Josefin Sans';
    margin-bottom: 28px;
    margin-top: 2.5em; }
  .footer__logo {
    width: 25vh; }

/*Relative*/
@media screen and (min-width: 320px) and (max-width: 1199px) {
  .page {
    width: 90%; }

  .header {
    flex-direction: column;
    width: 95%;
    margin-top: 3em; }

  .header__ul {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 1.5em; }

  .header__item {
    margin-top: 1em; }
    .header__item.action-button {
      margin-top: 1em; }

  .section-invest {
    margin-bottom: 5em;
    flex-direction: column; }
    .section-invest__title {
      width: 95%; }
    .section-invest__form {
      width: 95%; }

  .form {
    margin: 1em 0 -1em 0; }
    .form__item {
      width: 90vw;
      margin: 0; }

  .section-how__img, .section-how__text-w-button {
    display: flex;
    flex-direction: column;
    margin-top: 2.5em;
    width: 100%; }
  .section-how__safelock {
    flex-direction: column;
    align-items: center; }

  .footer__section-footer {
    min-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .footer > :last-child {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around; }
  .footer__links {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .header {
    /*width: 95%;*/
    height: auto;
    margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */
