@import "miamoney.fonts.css";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

textarea {
  resize: vertical;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  background-color: #FFFFFF;
}

.header {
  position: relative;
  height: 80px;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 0;
  width: 100%;
}
.header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 180px;
}
@media (max-width: 991px) {
  .header__logo {
    width: 130px;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}
.header-btn {
  width: 100px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2422C6;
}
.header-btn.blue {
  background: #2E2BFF;
  color: #FFFFFF;
}

.footer {
  background-color: #2A468E;
  padding: 60px 0;
}
.footer__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  margin-bottom: 60px;
}
.footer__top-phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.footer__top-phone a {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer__top-phone p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__docs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}
.footer__docs-item {
  list-style: disc;
  font-style: normal;
  font-weight: 250;
  font-size: 10px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer__docs-item a {
  color: inherit;
}
.footer__docs-item::marker {
  color: #75E591;
}
.footer-text {
  white-space: pre-line;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
.footer-text:not(:last-child) {
  margin-bottom: 16px;
}
.footer-text a {
  color: #75E591;
}

.hide {
  display: none;
}

.error_text {
  color: #e15050;
  font-size: 14px;
}

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