@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url(../fonts/style.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  resize: none;
}

button {
  border: none;
  outline: none;
}

html,
body {
  min-height: 100%;
}

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "DM Sans", "Bebas Neue" sans-serif;
  color: #555;
  line-height: 160%;
  /* 2.4rem */
  background-color: #fff;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

.wrapper main {
  flex-grow: 1;
}

[class*=__container] {
  box-sizing: border-box;
  max-width: 1690px;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.8832rem + 0.5839vw, 1.5rem);
  color: #252525;
  font-family: "DM Sans";
  font-size: 2.5em;
  font-weight: 700;
}

.burger {
  display: none;
  width: 24px;
  height: 18px;
  position: relative;
}
.burger span {
  position: absolute;
  background-color: #000;
  left: 0;
  width: 100%;
  height: 4px;
  top: 50%;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
.burger:before, .burger:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
.burger:after {
  top: 100%;
}
.burger.active {
  z-index: 12;
  transition-duration: 0.3s;
}
.burger.active span {
  display: none;
}
.burger.active::before {
  transform: rotate(45deg);
  top: 9px;
  width: 30px;
  height: 2px;
}
.burger.active::after {
  transform: rotate(-45deg);
  top: 9px;
  width: 30px;
  height: 2px;
}

.overlay,
.overlay-login {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.overlay.active,
.overlay-login.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

button {
  background-color: inherit;
}

.button {
  color: #33B786;
  font-family: "DM Sans";
  font-size: clamp(1rem, 0.8832rem + 0.5839vw, 1.5rem);
  font-weight: 500;
  border-radius: 0.625rem;
  border: 3px solid #33B786;
  padding: clamp(0.75rem, 0.6916rem + 0.292vw, 1rem) clamp(1.75rem, 1.5748rem + 0.8759vw, 2.5rem);
  background-color: #D4F3E7;
  transition: all 0.2s;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover {
  background-color: #288F69;
  border-color: #288F69;
  color: #fff;
}
.button:hover span::before {
  color: #fff;
}

.button-green {
  background-color: #33B786;
  color: #fff;
}

.socials__list {
  display: flex;
  gap: 1rem;
}
.socials__item {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #33B786;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  cursor: pointer;
}
.socials__item:hover {
  background-color: #288F69;
}

[class*="--error"] {
  font-size: 0.9rem;
  color: red;
  font-family: "DM Sans";
  display: none;
  margin-top: 0.7rem;
  margin-left: 0.3rem;
}

.header {
  background-color: #D4F3E7;
  padding: 4em 15px;
}
.header__container {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  flex: 0 1 24.392857%;
  /* 393/1680 */
}
.header__navigator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 73%;
  flex-wrap: wrap;
}
.header__list {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 1.5328rem + 2.3358vw, 4rem);
}
.header__link {
  color: #252525;
  font-family: "DM Sans";
  font-size: clamp(1rem, 0.8832rem + 0.5839vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
}
.header__link:hover {
  text-decoration: underline;
}

.hero {
  background-color: #D4F3E7;
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8.3125rem;
  padding-top: 4rem;
  gap: 4rem;
}
.hero__content {
  max-width: 48.3125rem;
}
.hero__subtitle {
  color: #33B786;
  font-family: "DM Sans";
  font-size: clamp(1.25rem, 1.0748rem + 0.8759vw, 2rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero__title {
  color: #252525;
  font-family: "DM Sans";
  font-size: clamp(3rem, 2.5328rem + 2.3358vw, 5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.hero__text {
  color: #555;
  font-family: "DM Sans";
  font-size: clamp(1rem, 0.8832rem + 0.5839vw, 1.5rem);
  font-weight: 400;
  line-height: 160%;
  max-width: 45rem;
  margin-bottom: 5rem;
}
.hero__buttons {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.hero__button {
  display: flex;
  align-items: center;
}
.hero__button span {
  display: inline-block;
  margin-left: 0.5rem;
}

.services__container {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.services__title {
  color: #252525;
  font-family: "DM Sans";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6rem;
}
.services__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(3rem, 2.2993rem + 3.5036vw, 6rem);
}
.services__item {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.services__item-title {
  margin-bottom: 1.5rem;
  color: #33B786;
  font-family: "DM Sans";
  font-size: clamp(1.5rem, 1.2664rem + 1.1679vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}
.services__item-text {
  max-width: 40rem;
  color: #555;
  font-family: "DM Sans";
  font-size: clamp(1rem, 0.8832rem + 0.5839vw, 1.5rem);
  font-weight: 400;
  line-height: 160%;
}

.faqs {
  background-color: #D4F3E7;
  padding: 7.5rem 0;
}
.faqs__container {
  display: grid;
  align-items: center;
  gap: 6rem;
}
.faqs__title {
  grid-column: 1/span 2;
  grid-row: 1;
  color: #252525;
  font-family: "DM Sans";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.faqs__content {
  display: none;
  max-width: 55.5rem;
}
.faqs__content.active {
  display: block;
}
.faqs__question {
  color: #33B786;
  font-family: "DM Sans";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  max-width: 43.5rem;
}
.faqs__text {
  color: #555;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  margin-top: 4rem;
}
.faqs__tabs {
  display: grid;
  grid-row: 2;
  grid-column: 2;
  gap: 3.06rem;
}
.faqs__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background-color: inherit;
  color: #46237A;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.faqs__tab.active span:first-child {
  text-decoration: underline;
}
.faqs__tab span {
  display: inline-block;
}
.faqs__tab span:first-child {
  flex: 0 1 35rem;
}
.faqs__tab span::before {
  color: #46237A;
}

.support__container {
  text-align: center;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.support__title {
  color: #252525;
  text-align: center;
  font-family: "DM Sans";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6rem;
}
.support__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5em;
}

.footer {
  background-color: #D4F3E7;
  padding-top: 7.5rem;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__content {
  flex: 0 1 32.781065%;
  display: grid;
  gap: 9rem;
  padding-bottom: 6rem;
}
.footer__navigation {
  display: flex;
  justify-content: space-between;
}
.footer__block-title {
  color: #33B786;
  font-family: "DM Sans";
  font-size: clamp(1.7rem, 1.5957rem + 0.5217vw, 2rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.footer__block-list {
  display: grid;
  gap: 1.5rem;
  color: #6C6C6C;
  font-family: "DM Sans";
  font-size: clamp(1.2rem, 1.0957rem + 0.5217vw, 1.5rem);
  font-weight: 500;
  line-height: 160%;
}
.footer__block-list li:hover {
  text-decoration: underline;
}
.footer__copyright {
  color: #6C6C6C;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 1.5rem;
}
.footer__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 62.366864%;
  background-repeat: no-repeat;
  border-radius: 6.25rem 0 0 0;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0rem 7.5rem 6rem 7.5rem;
}
.footer__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/footer.jpg");
  mix-blend-mode: multiply;
  z-index: 0;
}
.footer__banner > * {
  position: relative;
  z-index: 1;
}
.footer__question {
  color: #FFF;
  font-family: "DM Sans";
  font-size: clamp(2rem, 1.8261rem + 0.8696vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
}
.footer__title {
  color: #FFF;
  font-family: "DM Sans";
  font-size: clamp(2.75rem, 2.3152rem + 2.1739vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.19rem;
  margin-bottom: 2.62rem;
  max-width: 37rem;
}
.footer__form {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer__form input {
  padding: 1rem 0rem 1.13rem 1.69rem;
  border-radius: 0.75rem;
  border: 2px solid #E74F5B;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 50px 0.5px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #B8B8B8;
  font-family: "DM Sans";
  font-size: clamp(1.25rem, 1.163rem + 0.4348vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  flex-grow: 1;
  box-sizing: border-box;
}
.footer__form input::-moz-placeholder {
  color: #B8B8B8;
}
.footer__form input::placeholder {
  color: #B8B8B8;
}
.footer__button {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  padding: 1.06rem 3.25rem 1.06rem 3.19rem;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.163rem + 0.4348vw, 1.5rem);
}

.dashboard__container {
  position: relative;
  padding: 4em 15px;
  display: flex;
  min-height: 100%;
}
.dashboard__sidebar {
  padding-top: 4em;
  width: 8em;
  position: fixed;
  height: 100vh;
  top: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.dashboard__logo {
  margin-bottom: 7.5rem;
}
.dashboard__sections-list {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  flex-grow: 0.8;
}
.dashboard__item {
  color: #555;
  font-family: "DM Sans";
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s;
}
.dashboard__item.active {
  color: #33B786;
}
.dashboard__logout {
  color: #555;
  font-family: "DM Sans";
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
.dashboard__content {
  position: relative;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  margin-left: 14.5em;
}
.dashboard__header {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr auto auto;
}
.dashboard__title {
  color: #252525;
  font-family: "DM Sans";
  font-size: 2.5rem;
  font-weight: 700;
}
.dashboard__account-info {
  text-align: right;
}
.dashboard__account-name {
  color: #33B786;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.dashboard__account-number {
  color: #252525;
  font-family: "Bebas Neue";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.dashboard__left {
  display: flex;
  align-items: center;
  margin-left: 6.94em;
  justify-content: space-between;
}
.dashboard__search {
  display: flex;
  align-items: center;
  flex: 0 0 22.5625rem;
  /* 361/16 */
}
.dashboard__search-icon {
  border: none;
  cursor: pointer;
  margin-right: 1em;
}
.dashboard__search-input {
  border: none;
  color: #8C8C8C;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
}
.dashboard__notifications {
  margin-right: 2.5em;
}
.dashboard__notifications {
  position: relative;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
}
.dashboard__notifications-button {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}
.dashboard__notifications-button img {
  width: 1.5rem;
  height: 1.5rem;
  max-width: initial;
}
.dashboard__notifications-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E74F5B;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard__notifications-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 23rem;
  max-height: 25rem;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  list-style: none;
  z-index: 1000;
}
.dashboard__notifications.active .dashboard__notifications-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.dashboard__notifications-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  width: 100%;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.dashboard__notifications-item:hover {
  cursor: pointer;
}
.dashboard__notifications-item span {
  font-weight: 600;
}
.dashboard__notifications-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.dashboard__notifications-item--seen {
  opacity: 0.6;
  background: #f5f5f5;
}
.dashboard__notifications-text {
  font-size: 0.95rem;
  color: #8C8C8C;
  margin: 0;
}
.dashboard__notifications-time {
  font-size: 0.875rem;
  color: #8C8C8C;
  opacity: 0.8;
}
.dashboard__notifications-item--deposit {
  color: #33B786;
  font-weight: 500;
}
.dashboard__notifications-item--withdraw {
  color: #E74F5B;
  font-weight: 500;
}
.dashboard__img {
  border-radius: 50%;
}
.dashboard__img img {
  max-width: 100%;
  height: 56px;
  width: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.dashboard__sections {
  margin-top: 5em;
}
.dashboard__section {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.dashboard__section.active {
  position: relative;
  transition: opacity 0.25s ease;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transition: opacity 0.25s ease;
}
.dashboard__section--overview {
  grid-template-columns: minmax(0, 54.57%) minmax(0, 36.91%);
  gap: 10px;
  justify-content: space-between;
}
.dashboard__section--overview.active {
  display: grid;
}

.section__row {
  margin-bottom: 4.19em;
}
.section__header {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  justify-content: space-between;
}
.section__title {
  color: #252525;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-weight: 700;
}
.section__hide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.5rem;
  background-color: #F0F0F0;
  margin-right: 1em;
  cursor: pointer;
}
.section__sort {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #555;
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.section__sort select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 13.125rem;
  padding: 0.94em 2.56em 0.94em 3em;
  border-radius: 0.5rem;
  background: #F0F0F0;
}
.section__calendar {
  margin-right: -2.5em;
  z-index: 2;
}
.section__arrow {
  margin-left: -2em;
  z-index: 2;
}
.section__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__content-balance {
  border-radius: 0.75em;
  background: #D4F3E7;
  padding: 2.5em;
}
.section__block {
  padding: 0 2.5em;
  cursor: pointer;
  box-sizing: border-box;
}
.section__block h4 {
  color: #46237A;
  font-family: "DM Sans";
  font-size: 1em;
  font-weight: 500;
}
.section__block p {
  color: #252525;
  font-family: "Bebas Neue";
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.31rem;
}
.section__block.active {
  position: relative;
}
.section__block.active::before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #46237A;
  width: 0.5rem;
  left: 0;
  top: 0;
}
.section__block-value {
  min-width: 100.75px;
}
.section__content-accounts .section__block {
  border-radius: 0.75rem;
  background: #D4F3E7;
  padding: 2.6em 2.7em;
}
.section__content-accounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.87em;
}
.section__add {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  background-color: #F0F0F0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section__add::before, .section__add::after {
  content: "";
  position: absolute;
  background-color: #555555;
  width: 16px;
  height: 3px;
  border-radius: 0.5rem;
}
.section__add::before {
  transform: rotate(90deg);
}
.section__statistics-sort select {
  padding: 0.94em 2.5em 0.94em 1.06em;
  width: initial;
}
.section__statistics .section__content {
  flex-direction: column;
  gap: 2.5em;
}
.section__statistics-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__statistics-row p {
  color: #555;
  font-family: "DM Sans";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.section__statistics-img {
  margin-right: 2.5em;
  width: 3em;
  height: 3em;
}
.section__statistics-img img {
  max-width: 100%;
}
.section__statistics-range {
  flex: 0 1 18.5em;
  margin: 0 4em;
  height: 1em;
  border-radius: 0.25rem;
}
.section__statistics-range span {
  display: block;
  height: 100%;
  border-radius: 0.25rem;
}
.section__statistics-range--income {
  background-color: #33B786;
  width: 90%;
}
.section__statistics-value {
  color: #555;
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.section__statistics-range--expense {
  width: 70%;
  background-color: #E74F5B;
}
.section__transactions-list li:last-child {
  border: none;
}
.section__transactions-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding: 1em 0;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
.section__transactions-name, .section__transactions-date {
  color: #8C8C8C;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.section__transactions-value {
  text-align: right;
  font-family: "Bebas Neue";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.section__transactions-value--withdrawal {
  color: #E74F5B;
}
.section__transactions-value--deposit {
  color: #33B786;
}
.section__banner {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  padding: 1.5em;
  height: 13.5625em;
  border-radius: 0.9375rem;
  background-image: url("../images/banner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.section__banner span {
  display: block;
  font-weight: 700;
  font-size: 2em;
  color: #D4F3E7;
  margin-bottom: 0.2em;
}
.section__banner-btn {
  padding: 0.62rem;
  flex: 0 1 100%;
  cursor: pointer;
}

.section__accounts-row {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.06em;
}
.section__accounts-detailed {
  display: flex;
  gap: 4.06em;
  flex-wrap: wrap;
}
.section__accounts-detailed .section__block {
  flex: 0 1 25%;
}
.section__accounts-row .section__block {
  position: relative;
  border-radius: 0 0.75rem 0.75rem 0;
  background-color: #D4F3E7;
  padding: 2em;
}
.section__accounts-hide {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.section__accounts-buttons {
  display: flex;
  gap: 1.06em;
  margin-top: 1.5em;
}
.section__account-button {
  color: #252525;
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
}
.section__accounts-fund {
  color: #fff;
  padding: 0.65rem 1.56rem;
  background-color: #33B786;
}
.section__accounts-withdraw {
  padding: 0.65rem 1.88rem 0.65rem 1.81rem;
  color: #252525;
  background-color: #D4D4D4;
}
.section__accounts-row .section__accounts-add {
  display: grid;
  align-items: center;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto auto;
  background-color: rgba(240, 240, 240, 0.75);
  max-height: 11.5rem;
  box-sizing: border-box;
  transition: all 0.2s;
}
.section__accounts-row .section__accounts-add p {
  align-self: flex-end;
}
.section__accounts-row .section__accounts-add h4 {
  font-weight: 700;
  color: #555;
}
.section__accounts-row .section__accounts-add:hover {
  background-color: rgba(51, 183, 134, 0.75);
}
.section__accounts-row .section__accounts-add:hover h4,
.section__accounts-row .section__accounts-add:hover p {
  color: #fff;
}
.section__accounts-add--btn {
  border: none;
  outline: none;
}
.section__transactions-btn {
  cursor: pointer;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 1em;
}
.section__transactions-btn span {
  color: #33B786;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.section__transactions-list--full .section__transactions-info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.section__transactions-circle {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #E74F5B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__transactions-circle--deposit {
  background-color: #33B786;
}
.section__transactions-circle--deposit::before, .section__transactions-circle--deposit::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 12px;
  height: 2px;
  border-radius: 0.5rem;
}
.section__transactions-circle--deposit::before {
  transform: rotate(90deg);
}
.section__transactions-circle--withdrawal {
  background-color: #E74F5B;
}
.section__transactions-circle--withdrawal::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 12px;
  height: 2px;
  border-radius: 0.5rem;
}
.section__transactions-source {
  color: #8C8C8C;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.section__transactions-list--full .section__transactions-value {
  justify-self: center;
}
.section__transactions-status {
  justify-self: flex-end;
  padding: 0.6em 3.56em 0.6em 3.83em;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: #33B786;
}

.section__accounts-transactions {
  grid-template-columns: repeat(3, 1fr);
}
.section__transactions-all > .section__row {
  -moz-column-gap: 5.5em;
       column-gap: 5.5em;
}
.section__transactions-all > .section__row > .section__block {
  flex: 0 1 33%;
}

.section__profile-content {
  width: 22.3125rem;
  margin: 0 auto;
}
.section__profile-image {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  border-radius: 50%;
}
.section__profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.section__profile-image-edit {
  position: absolute;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  top: 0;
  right: 0;
  background-color: #D4D4D4;
  display: flex;
  align-items: center;
}
.section__profile-image-edit input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section__profile-image-edit input #file-upload-button {
  display: none;
}
.section__profile-image-edit input[type=file] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.section__profile-image-edit input[type=file]::file-selector-button {
  display: none;
}
.section__profile-image-edit span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section__profile-name {
  margin-top: 1.5rem;
  margin-bottom: 0.81rem;
  color: #252525;
  font-family: "DM Sans";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.section__profile-subscription {
  color: #46237A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: #E4D2FF;
  width: 7.1875rem;
  height: 2.3125rem;
  margin: 0 auto;
}
.section__profile-list {
  display: grid;
  gap: 2rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.section__profile-list li:last-child {
  border: none;
  padding: 0;
}
.section__profile-item {
  color: #252525;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 2px solid #D9D9D9;
}
.section__profile-item::after {
  content: "";
}
.section__profile-item span {
  display: block;
  color: #33B786;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.section__profile-button {
  text-align: center;
}

.account__modal, .account__message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-height: 100%;
  box-sizing: border-box;
  border-radius: 1.5em;
  overflow: auto;
  transition: all 0.5s;
  padding: 4.5rem 5rem;
  border-radius: 2rem;
  box-shadow: 0 0 200px 25px rgba(51, 183, 134, 0.25);
  min-width: 29.8%;
  font-family: 1em;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-y: auto;
}
.account__modal form, .account__message form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.account__modal.active, .account__message.active {
  visibility: visible;
  opacity: 1;
  z-index: 15;
}
.account__modal-add {
  height: 32.1875rem;
}
.account__modal-fund {
  margin-top: 3rem;
  padding-bottom: 5rem;
}
.account__modal-fund form {
  position: relative;
}
.account__fund-section {
  position: absolute;
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.account__fund-section.active {
  transition: all 0.3s;
  position: initial;
  visibility: visible;
  opacity: 1;
  display: flex;
  max-height: initial;
}
.account__title {
  color: #33B786;
  font-family: "DM Sans";
  font-size: 3rem;
  font-weight: 700;
  line-height: 114%;
  margin-bottom: 2.5rem;
}
.account__input {
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.account__input label {
  color: #252525;
  margin-bottom: 0.44rem;
  display: block;
}
.account__input input, .account__input select {
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.31rem 0 1.37em 1.5em;
  border-radius: 0.75rem;
  border: 1px solid #8A8A8A;
  box-shadow: 0 0 50px 0.5px rgba(0, 0, 0, 0.05);
  width: 100%;
  box-sizing: border-box;
}
.account__input input::-moz-placeholder, .account__input select::-moz-placeholder {
  color: #B8B8B8;
}
.account__input input::placeholder, .account__input select::placeholder {
  color: #B8B8B8;
}
.account__input select {
  color: #B8B8B8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.account__input select option {
  color: #252525;
}
.account__input-select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.account__input-select h3 {
  grid-column: 1/-1;
  color: #252525;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.44rem;
}
.account__input-radio {
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #8A8A8A;
  background: #FFF;
  box-shadow: 0 0 50px 0.5px rgba(0, 0, 0, 0.05);
  padding: 1.35rem 2.06rem 1.35rem 2rem;
  margin: 0;
}
.account__input-radio input[type=radio] {
  accent-color: #E74F5B;
}
.account__input-radio input {
  width: initial;
  margin: 0;
  margin-right: 0.5rem;
}
.account__buttons {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  flex: 0 1 100%;
  justify-content: space-between;
}
.account__button {
  padding: 1.25rem 2rem;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #D4D4D4;
  color: #252525;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.account__button-green {
  background-color: #33B786;
  color: #fff;
}
.account__message {
  position: fixed;
  min-width: 37.1%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1.5rem;
  height: 29.9375rem;
  justify-content: flex-end;
}
.account__message h3 {
  color: #6C6C6C;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.account__message h3 span {
  color: #33B786;
}
.account__message-add {
  height: 35.4375rem;
}

.login,
.register {
  background-color: #D4F3E7;
  overflow: auto;
}
.login__container,
.register__container {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  align-items: center;
}
.login__content,
.register__content {
  flex: 0 1 53%;
  display: flex;
  flex-direction: column;
}
.login__box--text,
.register__box--text {
  flex: 0 1 100%;
  margin-top: 8.5rem;
  margin-bottom: 6.5rem;
}
.login__text,
.register__text {
  margin-bottom: 0;
}
.login__boxes,
.register__boxes {
  flex: 1 1 45.38%;
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.login__box,
.register__box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  border-radius: 2rem;
  background-color: #FFF;
  box-shadow: 0 0 150px 25px rgba(51, 183, 134, 0.25);
  padding: clamp(2.5rem, 1.8391rem + 3.3043vw, 4.4rem);
  width: 100%;
  box-sizing: border-box;
  right: 0;
  transition: all 1s;
}
.login__box.active,
.register__box.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.login__form-title,
.register__form-title {
  color: #33B786;
  font-family: "DM Sans";
  font-size: clamp(1.5rem, 1.1522rem + 1.7391vw, 2.5rem);
  font-weight: 700;
  line-height: 114%;
  margin-bottom: 3.05rem;
}
.login__input-box,
.register__input-box {
  flex: 0 1 100%;
  padding: 1.31em 0 1.38em 1.5em;
  box-shadow: 0 0 50px 0.5px rgba(0, 0, 0, 0.05);
  border: 1px solid #8A8A8A;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login__input,
.register__input {
  display: flex;
  flex-direction: column;
  gap: 0.44em;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.login__input label,
.register__input label {
  color: #252525;
  font-family: "DM Sans";
  font-size: 1em;
  font-weight: 700;
}
.login__input input,
.register__input input {
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
  flex: 0 1 80%;
  border: none;
  outline: none;
}
.login__input input::-moz-placeholder, .register__input input::-moz-placeholder {
  color: #B8B8B8;
}
.login__input input::placeholder,
.register__input input::placeholder {
  color: #B8B8B8;
}
.login__button,
.register__button {
  cursor: pointer;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.75rem;
  background: #33B786;
  box-shadow: 0 0 50px 0.5px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border: none;
  margin-top: 1.5em;
}
.login__input-icon,
.register__input-icon {
  font-size: 1.5rem;
  margin-right: 1.6rem;
}
.login__error,
.register__error {
  font-size: 0.9rem;
  color: red;
  font-family: "DM Sans";
  display: none;
}
.login__error-password--requirements,
.register__error-password--requirements {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.login__password-forgot,
.register__password-forgot {
  position: relative;
  color: #33B786;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1.5rem;
  cursor: pointer;
}
.login__password-forgot::before,
.register__password-forgot::before {
  content: "";
  position: absolute;
  display: block;
  top: -60%;
  left: -1.5rem;
  width: 0.125rem;
  height: 2.5rem;
  background-color: #B8B8B8;
}
.login__question, .login__question-btn,
.register__question,
.register__question-btn {
  margin-top: 1.5rem;
  color: #B8B8B8;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.login__question-btn,
.register__question-btn {
  cursor: pointer;
  display: inline-block;
  color: #33B786;
  font-weight: 700;
  margin-left: 0.2rem;
  font-size: 1rem;
}
.login__question-btn:hover,
.register__question-btn:hover {
  text-decoration: underline;
}

@media (max-width: 1439px) {
  .header__container {
    grid-template-columns: auto 1fr;
  }
  .hero__image {
    display: flex;
    justify-content: center;
    flex: 0 1 100%;
  }
  .hero__image img {
    max-width: 70%;
  }
  .dashboard__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
  }
  .dashboard__title {
    grid-column: 1;
    grid-row: 1;
  }
  .dashboard__account-info {
    grid-column: 2;
    grid-row: 1;
  }
  .dashboard__left {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .dashboard__left {
    margin-left: 0;
  }
  .dashboard__search {
    flex: 0 1 90%;
  }
  .dashboard__section--overview {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section__accounts-transactions {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .footer__content {
    display: grid;
    grid-template-columns: auto 0.9fr;
    grid-template-rows: auto auto;
    gap: 3rem;
    width: 100%;
    justify-content: space-between;
  }
  .footer__navigation {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .footer__banner {
    width: 100%;
    min-height: 50rem;
  }
  .footer__banner::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .support__list {
    row-gap: 5rem;
  }
  .support__item {
    flex: 0 1 45%;
  }
  .support__item img {
    max-width: 75%;
  }
  .section {
    /* ---- Row 1 ---- */
    /* ---- Row 2 ---- */
  }
  .section__content-balance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .section__content-balance div:nth-child(3) {
    padding: 0;
  }
  .section__content {
    gap: 1em;
  }
  .section__content-accounts {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .section__accounts-row {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .section__transactions-list--full .section__transactions-info {
    grid-template-columns: repeat(3, 1fr);
  }
  .section__transactions-info {
    display: grid;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
    align-items: center;
  }
  .section__transactions-circle {
    grid-column: 1;
    grid-row: 1;
  }
  .section__transactions-date {
    grid-column: 2;
    grid-row: 1;
  }
  .section__transactions-list--full .section__transactions-value {
    grid-column: 3;
    grid-row: 1;
    justify-self: flex-end;
  }
  .section__transactions-source {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .section__transactions-status {
    grid-column: 2/span 3;
    grid-row: 2;
    text-align: right;
  }
  .login__container {
    flex-wrap: wrap;
    gap: 7rem;
    justify-content: center;
    padding-top: 3rem;
    padding: 3rem 0.5rem 0 0.5rem;
  }
  .login__content {
    flex: 0 1 100%;
  }
  .login__box--text {
    flex: 0 1 100%;
    margin-top: 7rem;
    margin-bottom: 2rem;
  }
  .login__box--text p {
    margin-bottom: 0;
  }
  .login__boxes {
    flex: 0 1 100%;
  }
  .login__box {
    padding: 4rem 0.5rem;
  }
  .register__box {
    margin-top: 10rem;
  }
  .account__message {
    width: 80%;
  }
  .faqs__container {
    gap: 0;
    row-gap: 4rem;
  }
  .faqs__tabs {
    grid-row: 3;
    grid-column: initial;
    gap: 3.06rem;
  }
  .footer__content {
    grid-template-columns: 0.7fr 0.9fr;
  }
  .footer__banner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    top: 4.35rem;
    left: 1rem;
    z-index: 13;
  }
  .header__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    row-gap: 2rem;
  }
  .header__logo {
    grid-column: 1/span 2;
    display: flex;
    justify-content: center;
  }
  .support__list {
    row-gap: 5rem;
  }
  .support__item {
    flex: 0 1 40%;
  }
  .support__item img {
    max-width: 100%;
  }
  .dashboard__header {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .dashboard__burger {
    grid-row: 1;
    grid-column: 1;
  }
  .dashboard__title {
    grid-column: 1/span 2;
    grid-row: 1;
    text-align: end;
  }
  .dashboard__account-info {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .dashboard__search {
    flex: 0 1 60%;
  }
  .dashboard__search-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dashboard__search-icon img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .dashboard__left {
    grid-column: 1/span 2;
    grid-row: 3;
    margin-left: 0;
    gap: 0.25rem;
  }
  .dashboard__logo {
    display: none;
  }
  .dashboard__sidebar {
    display: block;
    position: fixed;
    left: -200%;
    padding-left: 1.25rem;
    z-index: 11;
    width: 60%;
    height: 100%;
    flex: 0 1 auto;
    padding-top: 10em;
    transition: all 0.2s ease;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1.25rem 1.25rem 0rem 0rem;
  }
  .dashboard__sidebar.active {
    left: 0;
  }
  .dashboard__logout {
    margin-top: 3rem;
  }
  .dashboard__content {
    margin-left: 0;
  }
  .dashboard__notifications-list {
    right: -310%;
  }
  .section__content-balance {
    padding: 1.5em;
    row-gap: 1.5em;
  }
  .section__content-balance div {
    padding: 0;
  }
  .section__accounts-row {
    grid-template-columns: 1fr;
  }
  .section__content-accounts .section__block {
    border-radius: 0.75rem;
    background: #D4F3E7;
    padding: 1.5em 1.5em;
  }
  .section__accounts-transactions {
    grid-template-columns: 1fr;
    gap: 2em;
    max-width: 100%;
  }
  .section__statistics-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
  }
  .section__statistics-img {
    display: none;
  }
  .section__statistics-range {
    margin: 0.5em;
  }
  .section__transactions-all > .section__row {
    gap: 2em;
    max-width: 100%;
    box-sizing: border-box;
  }
  .account__modal, .account__message {
    width: 95%;
    padding: 3rem 2rem;
  }
  .account__input-select {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .account__buttons {
    flex-direction: column;
  }
  .footer__container {
    position: relative;
  }
  .footer__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 4.5rem;
  }
  .footer__navigation {
    grid-column: 1;
    grid-row: 3;
  }
  .footer__title {
    margin-bottom: 3rem;
  }
  .footer__form {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__form input {
    min-width: 100%;
  }
  .footer__button {
    min-width: 100%;
  }
}