@media (min-width: 576px) {}

/* Tablet */
@media (min-width: 768px) {

  .mokka-main {
    padding-bottom: 140px;
  }

  .mokka-header {
    padding-bottom: 6px;
  }

  .mokka-header__logo {
    justify-content: flex-start;
  }

  .mokka-header__actions {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .mokka-status__goal {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .mokka-status-progress {
    align-items: center;
    justify-content: center;
  }

  .mokka-status__votes {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .mokka-logo {
    margin-bottom: 0;
  }

  .mokka-logo__image {
    width: 51px;
    height: 80px;
  }

  .mokka-navigation__content {
    background: transparent;
    margin: 0;
    padding-top: 12px;
  }

  .mokka-navigation__item {
    justify-content: flex-start;
  }

  .mokka-navigation__list .mokka-navigation__item+.mokka-navigation__item {
    margin-top: 24px;
  }

  .mokka-status-progress__bar {
    margin-bottom: -5px;
  }

  .mokka-list-item__brand-title {
    font: normal normal bold 21px Noto Sans Georgian;
  }

  .mokka-list {
    margin-bottom: 93px;
  }

  .mokka-list-item__claim {
    width: 118px;
  }


  .mokka-list-item__list li+li {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {

  .mokka-main {
    padding-bottom: 47px;
  }

  .mokka-status {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .mokka-header__logo {
    justify-content: center;
  }

  .mokka-list-item__list {
    justify-content: space-between;
  }

  .mokka-list-item__list li {
    text-decoration: none;
    text-transform: uppercase;
  }

  .mokka-list-item__brand-logo {
    width: 50px;
    height: 50px;
  }

  .floating-image-bottom {
    top: 100%;
    left: 0;
    transform: none;
  }

  .mokka-list-item__brand-title {
    font: normal normal bold 24px Noto Sans Georgian;
  }

  .mokka-footer {
    height: 47px;
  }

  .mokka-list-item__top--claim {
    color: #fff;
    background: var(--dark-gray-bg);
  }

  .mokka-list-item__bottom--claim {
    background: #fff;
  }

  .mokka-list-item__bottom--claim .mokka-list-item__list li {
    color: #000000;
  }

  .mokka-list-item__top--claim .button {
    color: #fff;
    background: var(--secondary-button);
    border: 1px solid #FFFFFF;
  }

}

@media (min-width: 1200px) {
  .mokka-status__goal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .mokka-status-progress {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mokka-status__votes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mokka-status-progress__bar {
    margin: 0;
    margin-bottom: 38px;
  }

  .mokka-status {
    padding-top: 103px;
  }

  .mokka-list {
    padding-top: 61px;
  }

  .mokka-navigation {
    padding-top: 130px;
  }

  .mokka-navigation__content {
    padding-right: 0;
  }

  .mokka-list-item__brand-logo {
    width: 70px;
    height: 70px;
  }

  .mokka-list-item__votes-big {
    height: 113px;
    font-size: 18px;
  }

  .mokka-list-item__votes-big span {
    margin-top: 20px;
  }

  .mokka-list-item__list li.contract {
    margin-right: 5px;
  }

  .mokka-list-item__list li {
    font-size: 14px;
  }

  .mokka-list-item__list li+li {
    margin-left: 0;
  }

  .mokka-list-item__left {
    width: 85%
  }

  .mokka-list-item__right {
    height: 143px;
  }

  .voting-floating-image-bottom {
    bottom: 55px;
    width: 170px;
    height: 170px;
    left: 80px;
  }

  .mokka-list-item__brand-title {
    font-size: 36px;
    margin-left: 20px;
  }

  .contract__code {
    font-size: 14px;
  }

  .mokka-list-item__sonyx-big-value {
    height: 43px;
  }

  .mokka-list-item__sonyx-big-title {
    height: 48px;
  }

  .mokka-list-item__status--claimed {
    height: 38px;
  }

  .mokka-list-item__top--claim .button {
    width: 90px;
    height: 38px;
  }

  .mokka-list-item__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mokka-list-item__sonyx-big-value {
    font-size: 16px;
  }
}

/* Desktop */
@media (min-width: 1680px) {
  .contract__code {
    font-size: 18px;
  }

  .contract__icon-wrapper {
    margin-left: 40px;
  }

  .mokka-list-item__sonyx-big-value {
    font-size: 16px;
  }

}