* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  background-color: #E5F2FE;
  background-image: url("./../img/bg/bg-lines.svg");
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.assets {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.assets__header {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.assets__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.assets__cards > * + * {
  margin-left: 30px;
}

.asset-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 194px;
  min-height: 244px;
  padding: 30px 24px 26px 25px;
  background: #E5DEF0;
  border-radius: 24px;
  color: #000000;
}
.asset-card--ltc {
  background: #D6EDDA;
}
.asset-card--eth {
  background: #F6F0D8;
}

.asset-card__value {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.asset-card__fiat {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.asset-card__settings {
  position: absolute;
  top: 37px;
  right: 24px;
}

.asset-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.asset-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 14px;
}

.asset-card__income {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #896AB9;
}

.balance-card {
  position: relative;
  width: 486px;
  height: 244px;
  background: #E5F2FE;
  border-radius: 24px;
  padding: 26px 28px 25px 35px;
}

.balance-card__balance-value {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #000000;
}

.balance-card__balance-dec {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000000;
}

.balance-card__settings {
  position: absolute;
  top: 37px;
  right: 28px;
}

.balance-card__period {
  position: absolute;
  left: 34px;
  bottom: 25px;
}
.balance-card__period > * + * {
  margin-left: 24px;
}

.balance-card__period-btn {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #ACBCCD;
}
.balance-card__period-btn--active {
  color: #040404;
}

.balance-card__chart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
}

.button-more {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-more__icon, .button-more__icon::before, .button-more__icon::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0A9B2;
}

.button-more__icon {
  position: relative;
}
.button-more__icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
}
.button-more__icon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
}

.coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coin__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-color: #222;
  border-radius: 15px;
}

.coin__title {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #000000;
}

.coin__desc {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #7A899A;
}

.dashboard {
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1439px;
  background: #202020;
  border-radius: 50px;
}

.dashboard__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 40px;
  padding-bottom: 75px;
  width: 138px;
}

.dashboard__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 17px 19px 11px 0;
  padding: 26px 56px 54px 68px;
  background: #FFFFFF;
  border-radius: 45px;
}

.dashboard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.dashboard__header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard__header-icons > * + * {
  margin-left: 16px;
}

.dashboard__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.dashboard__cards > * + * {
  margin-left: 30px;
}

.dashboard__market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard__market > * + * {
  margin-left: 30px;
}

.dropdown-btn {
  position: relative;
  padding: 0 38px 0 18px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #EFF2F4;
  border-radius: 22px;
}
.dropdown-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url("./../img/top-icons/arrow-down.svg");
}

.earn-free-wrapper {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.earn-free-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 345px;
  height: 48px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #dfdfe3;
  border-radius: 24px;
}
.earn-free-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 295px;
  height: 48px;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F0F0F1;
  border-radius: 24px;
}

.earn-free {
  position: relative;
  z-index: 3;
  padding: 60px 40px 60px 34px;
  width: 410px;
  height: 363px;
  background: #222222;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 0.02em;
  background-image: url("./../img/earn-card/bgcards.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: right bottom;
}

.earn-free__title {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.02em;
}
.earn-free__title::first-line {
  font-weight: 700;
}

.earn-free__title-free {
  display: inline-block;
  background-image: url("./../img/earn-card/free.svg");
  width: 97.3px;
  height: 74.73px;
  vertical-align: middle;
}

.earn-free__text {
  margin-bottom: 35px;
}

.earn-free__button {
  display: inline-block;
  padding: 0 36px 0;
  height: 46px;
  background: #BCDFFF;
  border-radius: 23px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  color: #000000;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.earn-free__button:hover {
  background-color: #a2d2ff;
}

.header-icon {
  width: 48px;
  height: 48px;
  background: #F2F5FA;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.header-icon:hover {
  background-color: #dce3f0;
}

.header-icon--new {
  position: relative;
}
.header-icon--new::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF5E5E;
  border: #fff solid 2px;
}

.market-table {
  width: 100%;
  border-collapse: collapse;
}
.market-table th, .market-table td {
  text-align: left;
  padding: 0;
}
.market-table thead th {
  padding-bottom: 22px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #8290A0;
}
.market-table tbody td {
  padding-bottom: 20px;
}
.market-table td:not(:last-child) {
  padding-right: 15px;
}

.market-table__price {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000000;
}

.market-table__chanee {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #4BA582;
}

.market-table__cap {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #000000;
}

.market-table__rate {
  fill: none;
  -webkit-transition: fill 0.2s ease-in;
  transition: fill 0.2s ease-in;
}
.market-table__rate:hover {
  fill: gold;
}

.market {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.market__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.market__header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.market__header-btns > * + * {
  margin-left: 16px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.nav__logo {
  margin-bottom: 132px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

ul.nav__icons-list {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.nav__icons-list li {
  margin-bottom: 60px;
}
ul.nav__icons-list li:last-child {
  margin-bottom: 0;
}
ul.nav__icons-list li.nav__icons-list-last-icon {
  margin-top: auto;
}

.portfolio__header {
  margin-bottom: 24px;
}

.title-1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #000000;
}

.title-2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}

.title-3 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #000000;
}

.user-profile {
  height: 54px;
  background: #F2F5FA;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.user-profile:hover {
  background-color: #dce3f0;
}

.user-profile__avatar {
  margin: -16px 6px 0 4px;
}

.user-profile__nav-button {
  position: relative;
  padding-right: 41px;
}
.user-profile__nav-button::after {
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url("./../img/top-icons/arrow-down.svg");
  width: 12px;
  height: 7px;
}

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