@media (max-width: 1390px) {
  .about__content {
    max-width: 1140px;
  }

  .about__crypto-item:first-child {
    left: calc(50vw - 360px);
  }

  .about__crypto-item:nth-child(2) {
    right: calc(50vw - 581px);
  }

  .about__line--2 {
    left: calc(50vw - 100px);
  }

  .about__line--3 {
    left: calc(50vw - 115px);
  }
}

@media (max-width: 1340px) {
  .container {
    max-width: 1140px;
  }

  .table--projects th:nth-last-child(2) {
    flex: 0 0 27.7%;
  }

  .table--projects th:last-child {
    flex: 0 0 13%;
  }
}

@media (max-width: 1280px) {
  .title1 {
    font-size: 34px;
  }

  .title2 {
    font-size: 30px;
  }

  .text {
    font-size: 17px;
  }

  .messages {
    right: 40px;
    bottom: 40px;
  }

  .menu__list {
    right: 0;
    margin-top: 30px;
  }

  .banner {
    padding-top: 135px;
    min-height: 840px;
  }

  .banner__content:before {
    width: 420px;
    height: 420px;
  }

  .banner__title {
    max-width: 700px;
  }

  .banner__text {
    max-width: 570px;
  }

  .banner__img-box {
    width: 420px;
    height: 420px;
  }

  .banner__img-box:before {
    width: 307px;
    height: 292px;
  }

  .banner__img-box:after {
    width: 344px;
    height: 326px;
  }

  .banner__img-line {
    width: 453px;
    height: 218px;
  }

  .banner__card:nth-child(1) {
    top: 40px;
    right: 25px;
  }

  .banner__card:nth-child(2) {
    top: 210px;
    right: 5px;
  }

  .banner__card:nth-child(3) {
    right: 70px;
    bottom: -30px;
  }

  .about__content {
    padding-top: 90px;
  }

  .about__header {
    max-width: 660px;
  }

  .about__table-box {
    margin-top: 15px;
  }

  .about__line {
    top: 182px;
  }

  .about__line--2,
  .about__line--3 {
    top: unset;
  }

  .create-form__sidebar {
    flex-basis: 340px;
  }

  .project__sidebar {
    flex-basis: 340px;
  }
}

@media (max-width: 1180px) {
  .about__crypto-item:first-child {
    left: calc(23vw - 32px);
    bottom: calc(10vw - 32px);
    width: 50px;
    height: 50px;
  }

  .about__crypto-item:first-child img {
    width: 24px;
  }

  .about__crypto-item:nth-child(2) {
    right: calc(5vw - 32px);
    bottom: calc(11vw - 32px);
    width: 84px;
    height: 72px;
  }

  .about__crypto-item:nth-child(2) img {
    width: 19px;
  }

  .table--projects th:nth-last-child(2) {
    flex: 0 0 25%;
  }

  .table--projects th:last-child {
    flex: 0 0 15%;
  }
}

@media (max-width: 991px) {
  .title1 {
    font-size: 32px;
  }

  .title2 {
    font-size: 28px;
  }

  .load-img__item {
    width: 140px;
    height: 140px;
  }

  .messages {
    right: 32px;
    bottom: 32px;
  }

  .menu {
    position: relative;
  }

  .menu__toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

  .menu__content {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 65px;
    transform: translateX(100%);
    padding: 24px 24px 44px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 65px);
    background: #fff;
    border-top: 1px solid #d3d3d3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    overflow-y: auto;
  }

  .menu__balance:not(:last-child) {
    margin-right: 0;
  }

  .menu__main {
    flex: 1 1 auto;
  }

  .menu__list {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: static;
    width: 100%;
    background-color: transparent;
    overflow: visible;
    border: none;
    box-shadow: none;
  }

  .menu__item:not(:first-child) {
    margin-top: 12px;
  }

  .menu__item:last-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }

  .menu__item--sm-bottom:not(:first-child) {
    margin-top: auto;
  }

  .menu__link {
    font-size: 16px;
    line-height: 1.5;
    color: #2f2b43;
    border-radius: 12px;
    letter-spacing: -0.16px;
  }

  .menu__link:hover {
    background-color: rgba(47, 43, 67, 0.05);
  }

  .menu__link-icon svg {
    fill: rgba(0, 0, 0, 0.4);
  }

  .menu__link--sm-btn-dark,
  .menu__link--sm-btn-white {
    padding: 12px;
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    outline: none;
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  }

  .menu__link--sm-btn-dark .menu__link-icon,
  .menu__link--sm-btn-white .menu__link-icon {
    display: none;
  }

  .menu__link--sm-btn-dark .menu__link-text,
  .menu__link--sm-btn-white .menu__link-text {
    margin-top: 0;
  }

  .menu__link--sm-btn-dark:focus,
  .menu__link--sm-btn-white:focus {
    box-shadow: 0px 0px 0px 3px rgba(100, 77, 237, 0.4);
  }

  .menu__link--sm-btn-dark {
    margin-top: auto;
    color: #fff;
    background-color: #2f2b43;
  }

  .menu__link--sm-btn-dark:hover {
    background-color: #3f395a;
  }

  .menu__link--sm-btn-white {
    margin-top: 16px;
    padding: 12px;
    width: 100%;
    text-align: center;
    color: #2f2b43;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
  }

  .menu--black .menu__list {
    background-color: transparent;
  }

  .menu--black .menu__link {
    color: var(--color-second);
  }

  .menu--black .menu__link:hover {
    background-color: rgba(var(--color-second--rgb), 0.05);
  }

  .menu--black .menu__link-icon svg {
    fill: rgba(0, 0, 0, 0.4);
  }

  .menu--black .menu__link--sm-btn-dark {
    color: #fff;
  }

  .menu--active .menu__content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .menu--active .menu__list {
    display: flex;
  }

  .menu--active .menu-toggle__lines,
  .menu--active .menu-toggle__lines:before,
  .menu--active .menu-toggle__lines:after {
    background-color: #000;
  }

  .user-balance {
    padding: 10px 24px;
    justify-content: space-between;
    background-color: #f4f4f5;
    border-radius: 12px;
  }

  .user-balance__text {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
  }

  .user-balance__value {
    margin-left: 15px;
  }

  .header__content {
    padding: 18px 0;
  }

  .header--active {
    background-color: #fff;
  }

  .header--active.header--scroll {
    background-color: #fff;
  }

  .header--active .logo__text-img {
    fill: #000;
  }

  .main__about-table {
    margin-top: -50px;
  }

  .main__about-collect {
    margin-top: 60px;
  }

  .main__about-feature {
    margin-top: 60px;
  }

  .content {
    padding: 124px 0 72px;
  }

  .content__header {
    margin-bottom: 40px;
  }

  .content__empty {
    margin-top: 64px;
  }

  .banner {
    padding: 170px 0 165px;
  }

  .banner__content {
    flex-direction: column;
  }

  .banner__content:before {
    display: none;
  }

  .banner__info {
    padding-top: 0;
  }

  .banner__title {
    max-width: 660px;
  }

  .banner__img-box {
    margin: 60px auto 0;
  }

  .table th,
  .table td {
    padding-left: 12px;
  }

  .table th:last-child,
  .table td:last-child {
    padding-right: 12px;
  }

  .table th {
    padding-top: 22px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .table td {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: -0.16px;
  }

  .table--project th:first-child,
  .table--project td:first-child {
    flex-basis: 44px;
  }

  .table--trade th:nth-child(3),
  .table--trade td:nth-child(3) {
    flex: 0 0 26%;
  }

  .table--trade th:nth-child(4),
  .table--trade td:nth-child(4) {
    flex: 0 0 16%;
  }

  .table--trade th:nth-child(5),
  .table--trade td:nth-child(5) {
    flex: 0 0 21%;
  }

  .about__content {
    padding-top: 65px;
  }

  .about__header {
    max-width: 610px;
  }

  .about__table-box {
    margin-top: 5px;
  }

  .about__line {
    top: 146px;
    left: 30%;
  }

  .about__line--2 {
    top: unset;
    left: calc(50vw - 100px);
  }

  .about__line--3 {
    top: unset;
    left: calc(50vw - 115px);
  }

  .callback {
    padding: 167px 0 140px;
  }

  .callback__title {
    max-width: 600px;
  }

  .balance-up {
    padding-top: 32px;
    padding-right: 24px;
  }

  .balance-up__qr {
    margin-right: 24px;
    width: 200px;
    height: 200px;
  }

  .balance-up__qr img {
    width: 150px;
    height: 150px;
  }

  .balance-withdraw--full .balance-withdraw__group {
    flex-direction: column;
  }

  .balance-withdraw--full .balance-withdraw__group-field {
    flex: auto;
    width: 100%;
  }

  .balance-withdraw--full .balance-withdraw__group-field:nth-child(1) {
    flex: auto;
  }

  .balance-withdraw--full .balance-withdraw__group-field:not(:first-child) {
    margin-top: 16px;
    margin-left: 0;
  }

  .balance-withdraw--full .balance-withdraw__group-field:nth-child(2) {
    flex: auto;
  }

  .balance-withdraw--full .balance-withdraw__group-btn {
    width: 100%;
  }

  .balance__history {
    margin-top: 44px;
  }

  .balance__empty {
    padding-bottom: 24px;
  }

  .create-form__input-name {
    padding-bottom: 24px;
    font-size: 28px;
  }

  .create-form__body:not(:first-child) {
    margin-top: 40px;
  }

  .project__body {
    display: block;
  }

  .project__header {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }

  .project__main {
    display: flex;
    flex-direction: column;
  }

  .project__article {
    order: -1;
  }

  .project__article:not(:first-child) {
    margin-top: 0;
  }

  .project__mobile-rounds-box {
    margin-top: 24px;
  }

  .project__history {
    margin-top: 44px;
  }

  .project__calc {
    margin-top: 44px;
  }

  .project__sidebar {
    margin-left: 0;
  }

  .project__sidebar-articles {
    margin-top: 44px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer__content {
    flex-direction: column;
  }

  .footer__copyright {
    margin-top: 57px;
    order: 2;
    align-self: start;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container--px-sm-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title1 {
    font-size: 30px;
  }

  .title2 {
    font-size: 26px;
  }

  .title4 {
    font-size: 18px;
  }

  .btn__content-desktop {
    display: none;
  }

  .btn__content-mobile {
    display: inline-block;
  }

  .btn--settings {
    width: 32px;
    height: 32px;
  }

  .status {
    padding: 3px 8px 1px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
  }

  .note:before {
    margin-right: 5px;
  }

  .load-img__item {
    width: 164px;
    height: 164px;
  }

  .load-img__btn {
    padding-top: 60px;
  }

  .load-img__btn-text {
    margin-top: 32px;
  }

  .form__title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .form__group {
    flex-direction: column;
  }

  .form__group-field:not(:first-child) {
    margin-top: 17px;
    margin-left: 0;
  }

  .form__field--mt-24:not(:first-child) {
    margin-top: 17px;
  }

  .form__tip {
    margin-top: 16px;
  }

  .tippy__btn {
    width: 180px;
  }

  .dropdown__main {
    top: calc(100% + 20px);
    right: 0;
  }

  .message {
    padding: 12px 18px;
    width: 100%;
    /* background-color: #fff; */
    text-align: left;
  }

  .message__text {
    line-height: 1.2;
  }

  .messages {
    top: 66px;
    bottom: 0;
    right: 0;
    width: 100%;
    max-height: 78px;
    overflow: hidden;
  }

  .main__about-table {
    margin-top: -42px;
  }

  .main__about-collect {
    margin-top: 32px;
  }

  .main__about-feature {
    margin-top: 32px;
  }

  .main__callback {
    margin-top: -42px;
  }

  .content {
    padding: 98px 0 62px;
  }

  .content__header {
    margin-bottom: 32px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
  }

  .content__header-top {
    padding-bottom: 12px;
    border-bottom: 1px solid #d3d3d3;
  }

  .content__header-btns {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
  }

  .content__header-create {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }

  .content__title {
    padding-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
  }

  .content__empty {
    margin-top: 32px;
  }

  .banner__title {
    max-width: 560px;
  }

  .banner__text {
    max-width: 490px;
  }

  .table__content {
    border: none;
  }

  .table thead {
    display: none;
  }

  .table tbody tr:hover {
    background-color: transparent;
  }

  .table tr,
  .table td {
    letter-spacing: 0.14px;
  }

  .table td {
    font-size: 14px;
  }

  .table tr {
    padding-bottom: 18px;
    flex-direction: column;
  }

  .table tr:not(:first-child) {
    border-top: 6px solid #f8f8fc;
  }

  .table td {
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
  }

  .table td:first-child {
    padding-top: 24px;
  }

  .table td.td-desktop {
    display: none;
  }

  .table td.td-mobile {
    display: flex;
  }

  .table td.td-sm-header {
    margin-bottom: 18px;
    border-bottom: 1px solid #eeeef2;
    padding: 15px 16px;
    order: -1;
  }

  .table__label {
    margin-right: 10px;
    display: inline-block;
  }

  .table__label + span {
    text-align: right;
  }

  .table__status {
    margin: 0 0 0 auto;
  }

  .table__text-mobile {
    display: block;
  }

  .table--project td:nth-child(2) {
    padding-left: 16px;
  }

  .table--project td--sm-header:first-child {
    display: block;
  }

  .table--trade tr {
    padding-bottom: 14px;
  }

  .table--trade td {
    flex-direction: row;
  }

  .table--trade td:nth-child(4) {
    padding-left: 16px;
  }

  .table--mobile-reverse tr {
    flex-direction: column-reverse;
  }

  .table--mobile-reverse th:first-child,
  .table--mobile-reverse td:first-child {
    padding-top: 6px;
  }

  .table--mobile-reverse th:last-child,
  .table--mobile-reverse td:last-child {
    padding-top: 24px;
  }

  .about__content {
    padding-top: 44px;
    min-height: 500px;
  }

  .about__content--gradient:after {
    top: 263px;
  }

  .about__content--long {
    min-height: 600px;
  }

  .about__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 490px;
  }

  .about__table-box {
    max-height: 465px;
  }

  .about__img {
    margin-top: 24px;
  }

  .about__figures:before {
    top: 365px;
    left: -320px;
  }

  .about__figures:after {
    right: -306px;
  }

  .about__figures--desktop {
    display: none;
  }

  .about__line {
    display: none;
  }

  .about__line--2 {
    bottom: 28px;
    left: calc(50vw - 74px);
    display: block;
    width: 280px;
  }

  .about__line--3 {
    top: unset;
    left: calc(50vw - 74px);
    bottom: -10px;
    display: block;
    width: 280px;
  }

  .about__bottom {
    margin-top: 24px;
    height: 190px;
  }

  .about__bottom-img {
    max-width: calc(100% - 12px);
    max-height: 210px;
  }

  .about__bottom-img--count {
    bottom: -1vw;
    max-width: 100%;
  }

  .about__bottom-img--long {
    max-height: 270px;
  }

  .about__crypto-item:first-child {
    left: calc(21vw - 16px);
    bottom: calc(10vw - 16px);
    width: 30px;
    height: 30px;
  }

  .about__crypto-item:first-child img {
    width: 15px;
  }

  .about__crypto-item:nth-child(2) {
    right: calc(8vw - 16px);
    bottom: calc(9vw - 16px);
    width: 45px;
    height: 38px;
  }

  .about__crypto-item:nth-child(2) img {
    width: 11px;
  }

  .callback {
    padding: 156px 0 84px;
  }

  .callback__title {
    max-width: 520px;
  }

  .callback__btn {
    min-width: 220px;
  }

  .callback__btn:not(:first-child) {
    margin-left: 16px;
  }

  .balance-up {
    padding-top: 44px;
    flex-direction: column;
  }

  .balance-up__qr {
    margin-right: 0;
    width: 100%;
    height: 234px;
  }

  .balance-up__qr img {
    width: 176px;
    height: 176px;
  }

  .balance-up__main {
    padding-top: 24px;
  }

  .balance-form__group {
    flex-direction: column;
  }

  .balance-form__group-btn {
    margin-left: 0;
    width: 100%;
  }

  .balance-withdraw {
    padding-top: 32px;
  }

  .balance-withdraw__title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .balance-withdraw__group {
    flex-direction: column;
    align-items: flex-start;
  }

  .balance-withdraw__group-field {
    flex: auto;
    width: 100%;
  }

  .balance-withdraw__group-field:not(:first-child) {
    margin-top: 16px;
    margin-left: 0;
  }

  .balance-withdraw__group-field:nth-child(2) {
    flex: auto;
  }

  .balance-withdraw__group-btn {
    margin-left: 0;
    width: 100%;
  }

  .balance__history-title {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .balance__empty {
    margin-top: 14px;
    padding-bottom: 20px;
  }

  .create-form__input-name {
    padding-bottom: 16px;
    font-size: 24px;
  }

  .create-form__body {
    display: block;
  }

  .create-form__body:not(:first-child) {
    margin-top: 32px;
  }

  .create-form__input-about {
    height: 380px;
  }

  .create-form__sidebar {
    margin-top: 24px;
    margin-left: 0;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .article {
    padding-bottom: 32px;
  }

  .article__title {
    font-size: 20px;
  }

  .article__meta {
    margin: 14px -6px 0;
  }

  .article__meta-item {
    margin: 6px 6px 0;
    font-size: 14px;
  }

  .article__text-content {
    margin-top: 24px;
  }

  .project-calc__title {
    font-size: 20px;
  }

  .comment-form__field {
    padding: 24px 68px 10px 20px;
  }

  .comment-form__btn {
    padding: 0;
    width: 48px;
    height: 48px;
    min-width: auto;
  }

  .comment__content {
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }

  .comment__avatar {
    margin-right: 12px;
    width: 32px;
    height: 32px;
  }

  .comment__main {
    padding-left: 0;
  }

  .comment__childs {
    margin-top: 0;
    padding-left: 23px;
  }

  .comment__line {
    left: -23px;
    width: 16px;
  }

  .comment--child .comment__main {
    padding-left: 0;
  }

  .comment--child .comment__childs {
    padding-left: 23px;
  }

  .comment--child .comment__child .comment__line {
    left: -23px;
  }

  .article-item__img {
    margin-right: 18px;
    width: 64px;
    height: 64px;
  }

  .article-item__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .articles {
    padding: 24px 0 32px;
  }

  .articles__item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .articles__item:not(:first-child) {
    margin-top: 24px;
  }

  .articles__footer {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-round__header {
    padding-bottom: 26px;
  }

  .project__header {
    margin-bottom: 32px;
    padding-bottom: 12px;
  }

  .project__history-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .project__history-btn {
    width: 100%;
    display: block;
  }

  .project__other {
    background-color: #fff;
    border-radius: 12px;
  }

  .project__other-title {
    padding: 24px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: var(--color-gray);
  }

  .project__other-articles {
    padding-top: 0;
  }

  .footer {
    padding-bottom: 32px;
  }

  .popup__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 580px) {
  .title1 {
    font-size: 24px;
  }

  .title2 {
    font-size: 24px;
  }

  .text {
    font-size: 16px;
  }

  .banner {
    padding: 148px 0 143px;
  }

  .banner__title {
    max-width: 350px;
    padding-right: 6px;
  }

  .banner__text {
    max-width: 385px;
    font-weight: 400;
  }

  .banner__btn {
    width: 100%;
  }

  .banner__img-box {
    width: 345px;
    max-width: 100%;
    height: 345px;
  }

  .banner__img-box:before {
    right: unset;
    left: 48px;
    top: 65px;
    width: 252px;
    height: 239px;
  }

  .banner__img-box:after {
    top: 86px;
    right: unset;
    left: 28px;
    width: 282px;
    height: 267px;
  }

  .banner__img-line {
    right: unset;
    left: -50px;
    bottom: -26px;
    width: 368px;
    height: 178px;
  }

  .banner__card:nth-child(1) {
    top: -10px;
    right: 12px;
  }

  .banner__card:nth-child(2) {
    top: 153px;
    right: -10px;
  }

  .banner__card:nth-child(3) {
    bottom: -52px;
    right: 60px;
  }

  .about__header {
    max-width: 300px;
  }

  .about__text {
    max-width: 268px;
  }

  .about__text--sm-long {
    max-width: 310px;
  }

  .callback__title {
    margin-left: -14px;
    margin-right: -14px;
  }

  .callback__btns {
    flex-direction: column;
  }

  .callback__btn {
    flex: 1 1 100%;
  }

  .callback__btn:not(:first-child) {
    margin-top: 24px;
    margin-left: 0;
  }

  .article__images {
    height: 200px;
  }

  .article__images-group:not(:first-child) {
    margin-left: 1px;
  }

  .article__images-item:not(:first-child) {
    margin-top: 0.5px;
  }

  .comments__more {
    width: 100%;
  }

  .comments__closed {
    min-height: 112px;
  }

  .comments__closed-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .comments__closed-text:before {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .footer__menu {
    flex-wrap: wrap;
  }

  .footer__menu-item {
    width: 100%;
  }

  .footer__menu-item:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }

  .footer__menu-item:first-child {
    width: auto;
  }

  .footer__menu-item:nth-child(2) {
    margin-left: 20px;
    padding-left: 21px;
    width: auto;
    border-left: 1px solid #8c8c8c;
  }

  .footer__menu-item:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 344px) {
  h1.title2.title2--unbounded.project__title {
    font-size: 20px;
  }
}
