@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-Bold.eot");
  src: local("Manrope Bold"), local("Manrope-Bold"), url("/assets/font/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-Bold.woff2") format("woff2"), url("/assets/font/Manrope-Bold.woff") format("woff"), url("/assets/font/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-Semibold.eot");
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url("/assets/font/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-Semibold.woff2") format("woff2"), url("/assets/font/Manrope-Semibold.woff") format("woff"), url("/assets/font/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-Regular.eot");
  src: local("Manrope Regular"), local("Manrope-Regular"), url("/assets/font/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-Regular.woff2") format("woff2"), url("/assets/font/Manrope-Regular.woff") format("woff"), url("/assets/font/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-Light.eot");
  src: local("Manrope Light"), local("Manrope-Light"), url("/assets/font/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-Light.woff2") format("woff2"), url("/assets/font/Manrope-Light.woff") format("woff"), url("/assets/font/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-Thin.eot");
  src: local("Manrope Thin"), local("Manrope-Thin"), url("/assets/font/Manrope-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-Thin.woff2") format("woff2"), url("/assets/font/Manrope-Thin.woff") format("woff"), url("/assets/font/Manrope-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-Medium.eot");
  src: local("Manrope Medium"), local("Manrope-Medium"), url("/assets/font/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-Medium.woff2") format("woff2"), url("/assets/font/Manrope-Medium.woff") format("woff"), url("/assets/font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/font/Manrope-ExtraBold.eot");
  src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"), url("/assets/font/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/assets/font/Manrope-ExtraBold.woff2") format("woff2"), url("/assets/font/Manrope-ExtraBold.woff") format("woff"), url("/assets/font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.modal__content, .ready__link, .ready__buttons, .footer__menu, .footer__logo, .footer__wrapper, .spending__icons, .spending__wrapper, .financial__wrapper, .categories__item, .categories__wrapper, .header__btn, .header__buttons, .header__logo, .header__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .modal__content, .ready__link, .ready__buttons, .footer__menu, .footer__logo, .footer__wrapper, .spending__icons, .spending__wrapper, .financial__wrapper, .categories__item, .categories__wrapper, .header__btn, .header__buttons, .header__logo, .header__wrapper {
    flex-direction: column;
  }
}

.spending__title, .financial__title {
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .spending__title, .financial__title {
    font-size: 24px;
    line-height: 33px;
  }
}

.spending__description, .financial__description {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 48px;
}
@media (max-width: 1000px) {
  .spending__description, .financial__description {
    font-size: 14px;
    line-height: 19px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Manrope", sans-serif !important;
  background: rgb(255, 255, 255);
  color: rgb(18, 17, 20);
}

textarea:focus,
input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgb(243, 242, 248) inset !important;
}

.container {
  max-width: 1362px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .container {
    max-width: 1220px;
  }
}

.header {
  padding: 30px 0;
}
.header__wrapper {
  justify-content: space-between;
}
.header__logo {
  gap: 12px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  text-decoration: none;
  color: rgb(18, 17, 20);
}
.header__buttons {
  gap: 16px;
}
.header__btn {
  gap: 10px;
  background: rgb(18, 17, 20);
  border-radius: 100px;
  padding: 21px 32px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
.header .menu_mobile {
  display: none;
}
.header .menu_mobile_icon {
  display: none;
}

.main {
  padding: 100px 0;
}
.main__image {
  width: 100%;
}
.main__image.desktop {
  display: block;
}
.main__image.mobile {
  display: none;
}
.main__title {
  font-size: 70px;
  line-height: 95px;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
}
.main__description {
  color: rgb(35, 34, 37);
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 120px;
}

.categories {
  padding: 120px 0;
}
.categories__title {
  text-align: center;
  font-size: 50px;
  line-height: 69px;
  font-weight: 700;
  margin-bottom: 40px;
}
.categories__wrapper {
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.categories__item {
  gap: 8px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 20px 0 rgba(36, 36, 36, 0.15);
  border-radius: 100px;
  padding: 20px 16px;
  width: 188px;
  margin-bottom: 20px;
}
.categories__item__title {
  font-size: 17px;
  line-height: 23.5px;
  font-weight: 500;
  color: rgb(18, 17, 20);
}
.categories__description {
  text-align: center;
  color: rgb(91, 89, 100);
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.financial {
  padding: 120px 0 140px 0;
}
.financial__wrapper {
  gap: 65px;
}
.financial__image {
  max-width: 536px;
}
.financial__image.mobile {
  display: none;
}
.financial__image.mobile.none_bottom {
  margin-bottom: 0;
}
.financial__image.desktop {
  display: block;
}
.financial__description {
  color: rgb(91, 89, 100);
}
.financial__link {
  background: rgb(18, 17, 20);
  border-radius: 100px;
  padding: 20px 110px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.create {
  background: rgb(18, 17, 20) url("/assets/img/bg_ready.png") no-repeat top center;
  background-size: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 50px 0 0 0;
}
.create__title {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 24px;
}
.create__description {
  text-align: center;
  color: rgb(193, 190, 206);
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 70px;
  width: 75%;
  margin: 0 auto;
}
.create__image .wallet_window {
  width: 100%;
  max-width: 290px;
  position: absolute;
  left: 50%;
  transform: translate(-130%, -115%);
  border-radius: 30px;
}
.create__image .budget {
  width: 100%;
  height: 100%;
  max-width: 430px;
  margin: 0 auto;
  display: block;
}

.spending {
  padding: 260px 0 120px 0;
}
.spending__wrapper {
  gap: 65px;
  justify-content: center;
}
.spending__icons {
  gap: 8px;
}
.spending__icons__item {
  background: rgb(243, 242, 248);
  width: 120px;
  padding: 72px;
  border-radius: 40px;
}
.spending__title.desktop {
  display: block;
}
.spending__title.mobile {
  display: none;
}
.footer {
  background: rgb(18, 17, 20);
  border-top: 1px solid rgb(35, 33, 38);
  padding: 40px;
}
.footer__wrapper {
  justify-content: space-between;
}
.footer__logo {
  gap: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
}
.footer__menu {
  gap: 64px;
}
.footer__menu .contact_us_link,
.footer__menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  cursor: pointer;
}
.footer__button {
  background: rgb(255, 255, 255);
  border-radius: 100px;
  color: rgb(18, 17, 20) !important;
  padding: 20px 44px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.ready {
  padding: 180px 0;
  background: rgb(18, 17, 20) url("/assets/img/bg_ready.png") no-repeat top center;
  background-size: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.ready__title {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 96px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.ready__description {
  color: rgb(227, 226, 232);
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
.ready__buttons {
  justify-content: center;
  gap: 16px;
}
.ready__link {
  gap: 12px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  padding: 27px 64px;
  text-decoration: none;
  color: rgb(18, 17, 20);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.ready__link img {
  max-width: 24px;
}

.modal {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.modal__content {
  gap: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: rgb(255, 255, 255);
  width: 1200px;
  height: 800px;
  border-radius: 60px;
}
.modal__content__image.desktop {
  width: 100%;
  max-width: 600px;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}
.modal__content__image.mobile {
  display: none;
}
.modal__content .close_modal {
  cursor: pointer;
  width: 20px;
  position: absolute;
  right: 40px;
  margin-top: -240px;
}
.modal__form {
  max-width: 530px;
}
.modal__form__title {
  color: rgb(18, 17, 20);
  margin-bottom: 60px;
  font-size: 60px;
  line-height: 81px;
  font-weight: 700;
}
.modal__form__filed_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.modal__form__filed_group label {
  color: rgb(18, 17, 20);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.modal__form__filed_group textarea,
.modal__form__filed_group input {
  background: rgb(243, 242, 248);
  border-radius: 100px;
  padding: 16px;
  border: none;
}
.modal__form__filed_group textarea::placeholder,
.modal__form__filed_group input::placeholder {
  color: rgba(91, 89, 100, 0.5);
}
.modal__form__filed_group textarea {
  border-radius: 20px;
}
.modal__form__button {
  background: rgb(227, 226, 232);
  border-radius: 100px;
  border: none;
  padding: 20px 230px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.modal__form__button.active {
  background: rgb(18, 17, 20);
  cursor: pointer;
}
.modal__content_thank {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 40px 90px;
  max-width: 575px;
}
.modal__content_thank__title {
  color: rgb(18, 17, 20);
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 12px;
  text-align: center;
}
.modal__content_thank__description {
  color: rgb(91, 89, 100);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 60px;
  text-align: center;
}
.modal__content_thank__button {
  background: rgb(18, 17, 20);
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding: 20px 170px;
  border-radius: 100px;
  text-decoration: none;
}

.privacy {
  padding: 90px 0;
}
.privacy__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
}
.privacy__title_sub {
  font-size: 35px;
  line-height: 55px;
  font-weight: 700;
}
.privacy h1 {
  color: rgb(18, 17, 20);
  text-align: center;
  font-size: 70px;
  line-height: 95px;
  font-weight: 700;
}
.privacy li {
  margin-bottom: 5px;
}
.privacy li,
.privacy p {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(35, 34, 37);
}
.privacy a {
  text-decoration: none;
}

@media (max-width: 1400px) {
  .modal__content {
    height: 600px;
  }
  .modal__content__image {
    height: 600px;
  }
  .modal__content .close_modal {
    margin-top: -130px;
  }
}
@media (max-width: 1000px) {
  .header__wrapper {
    display: none;
  }
  .header__logo {
    flex-direction: row;
  }
  .header .menu_mobile_icon {
    display: block;
  }
  .header .menu_mobile {
    top: 0;
    width: 90%;
    z-index: 100;
    display: block;
    overflow: hidden;
    padding: 0 16px;
  }
  .header .menu_mobile__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .menu_mobile #links-menu-mobile {
    margin-top: 40px;
    display: none;
    flex-direction: column;
    background: rgb(255, 255, 255);
    position: relative;
    right: 20px;
    height: 100vh;
    flex-direction: column;
  }
  .header .menu_mobile #links-menu-mobile .contact_us_link,
  .header .menu_mobile #links-menu-mobile a {
    text-decoration: none;
    color: rgb(18, 17, 20);
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
  }
  .header .menu_mobile #links-menu-mobile .link {
    padding: 20px;
  }
  .header .menu_mobile #close_mobile {
    display: none;
  }
  .header .menu_mobile #bars_mobile {
    width: 24px;
  }
  .container {
    padding: 0 16px;
  }
  .main {
    padding: 30px 0;
  }
  .main__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  .main__description {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 90px;
  }
  .main__image.desktop {
    display: none;
  }
  .main__image.mobile {
    display: block;
  }
  .categories {
    padding: 70px 0;
  }
  .categories__title {
    font-size: 24px;
    line-height: 33px;
  }
  .categories__description {
    font-size: 14px;
    line-height: 19px;
  }
  .categories__item {
    flex-direction: row;
    margin-bottom: 0;
  }
  .categories__item:last-child {
    margin-bottom: 20px;
  }
  .financial {
    padding: 70px 0;
  }
  .financial__wrapper {
    gap: 20px;
  }
  .financial__image {
    width: 100%;
  }
  .financial__image.desktop {
    display: none;
  }
  .financial__image.mobile {
    display: block;
    margin-bottom: 20px;
  }
  .financial__title {
    text-align: center;
  }
  .financial__description {
    text-align: center;
    margin-bottom: 24px;
  }
  .financial__link {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    max-width: 290px;
  }
  .create__title {
    font-size: 24px;
    line-height: 33px;
  }
  .create__description {
    font-size: 14px;
    line-height: 19px;
  }
  .create__image .wallet_window {
    max-width: 210px;
    transform: translate(-80%, -130%);
  }
  .spending {
    padding: 70px 0;
  }
  .spending__wrapper {
    gap: 20px;
  }
  .spending__title {
    text-align: center;
  }
  .spending__title.desktop {
    display: none;
  }
  .spending__title.mobile {
    display: block;
    margin-bottom: 32px;
  }
  .spending__description {
    text-align: center;
    color: rgb(91, 89, 100);
    margin-bottom: 0;
  }
  .spending__icons__item {
    padding: 44px;
    width: 73px;
  }
  .ready {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .ready__title {
    font-size: 24px;
    line-height: 33px;
  }
  .ready__description {
    font-size: 14px;
    line-height: 19px;
  }
  .ready__link {
    flex-direction: row;
    font-size: 14px;
    line-height: 19px;
    max-width: 275px;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
  .footer {
    padding: 24px 0 80px 0;
  }
  .footer__wrapper {
    gap: 40px;
  }
  .footer__logo {
    flex-direction: row;
  }
  .footer__menu {
    gap: 24px;
  }
  .footer__button {
    display: none;
  }
  .modal__content {
    width: 90%;
    height: auto;
    padding: 0 0 20px 0;
  }
  .modal__content__image.desktop {
    display: none;
  }
  .modal__content__image.mobile {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
  .modal__content .close_modal {
    display: none;
  }
  .modal__form__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .modal__content_thank {
    padding: 30px 16px;
  }
  .modal__content_thank__title {
    font-size: 24px;
    line-height: 26px;
  }
  .modal__content_thank__description {
    font-size: 14px;
    line-height: 19px;
  }
  .modal__content_thank__button {
    padding: 20px 120px;
  }
  .privacy__title {
    font-size: 22px;
    line-height: 32px;
  }
  .privacy__title_sub {
    font-size: 20px;
    line-height: 28px;
  }
  .privacy h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .privacy li,
  .privacy p {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  .modal__form__button {
    padding: 20px 124px;
  }
}
@media (max-width: 430px) {
  .spending__icons {
    flex-direction: row;
  }
}

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