#nft {
  min-height: 900px;
}
.page-content {
  max-width: 1420px;
  margin: 0px auto 10px;
}

.card-price0 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 3px 24px;
  background: #fdd446;
  border-radius: 10px;
  white-space: nowrap;
}

.creator-cards {
  margin: 7px 0 0;
}

.creator-cards-price {
  margin-top: 9px;
}

.creator-cards-button {
  margin-top: 4px;
}

.creator-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.creator-card-body .btn-buy {
  font-size: 24px;
  border-radius: 20px;
}

.creator-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 190% */

  color: #000000;
  margin-bottom: 0;
}

.user-img {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}

.default-avatar-lk {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 100px;
  margin: 10px;
}
.no-results {
  width: 100%;
  text-align: center; 
  align-self: center;
 
}
@media (max-width: 510px) {
  .default-avatar-lk {
    width: 85px;
    height: 85px;
    font-size: 40px;
  }
}

@media (max-width: 365px) {
  .default-avatar-lk {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }
}

.avatar-text-rank {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.avatar-text-info {
  font-size: 0.8rem;
  font-weight: normal;
}

.clear-filters-btn {
  background: #fdd446;
  border-color: #ffc107;
  border-radius: 50%;
  color: black;
  padding: 10px 16px;
  /* height: 100%; */
}

.verefic-color {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */

  color: #ff9900;
}

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

.page-top-collectioners {
  box-sizing: border-box;
  margin-bottom: 195px;
}

.top-collectioners-title {
  cursor: pointer;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100px;
  text-align: center;
  color: #000000;
  margin-top: 110px;
  text-decoration: underline;
}

.buttons-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  i {
    margin-right: 3px;
    font-weight: 600;
  }
  align-items: center;
}

.filter-categories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}

.filters-wrap {
  margin-bottom: 50px;

  ul,
  li {
    list-style-type: none;
  }

  ul {
    padding-left: 0;
  }
}

.category-title h5 {
  margin-bottom: none;
}

.filter-item {
  margin-bottom: 5px;
  padding: 5px;
}

.filter-item {
  display: inline-block;
}

.filters-btn {
  margin-right: 15px;
  /* height: 100%; */
}

.filter-item-btn {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  border: 1px solid grey;
  background: transparent;
  border-radius: 30px;
  padding: 5px 10px;
}

.top-collectioners-table-wrap {
  display: grid;
  align-items: center;
  /* justify-content: center; */
}

.top-collectioners-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem;
  border-radius: 10px;
}

.topCollectorsHeader th {
  background-color: #fdd446;
}

.top-collectioners-table th,
.top-collectioners-table td {
  padding: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  text-align: center;
}

.top-collectioners-table th {
  font-size: 2rem;
}

.top-collectioners-table td {
  font-size: 18px;
}

.topCollectorsHeader th:first-child {
  border-top-left-radius: 20px;
}

.topCollectorsHeader th:last-child {
  border-top-right-radius: 20px;
}

.topCollectorsBody tr:last-child td:first-child {
  border-bottom-left-radius: 17px;
}

.topCollectorsBody tr:last-child td:last-child {
  border-bottom-right-radius: 17px;
}

#topCollectors .topCollectorsBody tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.1);
}

#topCollectors .topCollectorsBody tr:hover td {
  background-color: #fdd446 !important;
}

@media (max-width: 1000px) {
  .top-collectioners-title {
    margin-top: 39px;
    margin-bottom: 22px;
    font-size: 34px;
  }

  .filters-wrap {
    margin-bottom: 10px;
  }

  .filter-categories {
    flex-direction: column;
  }

  .filter-item-btn {
    font-size: 1rem;
  }

  .top-collectioners-table th,
  .top-collectioners-table td {
    font-size: 1.5rem;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .top-collectioners-title {
    font-size: 32px;
  }
}

@media (max-width: 550px) {
  .top-collectioners-title {
    line-height: 22px;
  }

  .filter-item-btn {
    font-size: 10px;
  }

  .top-collectioners-table {
    td {
      font-size: 12px;
    }
  }
}

@media (max-width: 345px) {
  .top-collectioners-title {
    font-size: 20px;
    line-height: 20px;
  }

  .top-collectioners-table th {
    font-size: 18px;
  }
}

.verefic-color {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */

  color: #ff9900;
}

.card {
  background-color: rgba(255, 255, 255, 0.2);
}

.bord0 {
  /* Это возможно вернуть или оставить по решению стаса */
  /* border: 1px solid rgba(48, 47, 46, 0.7); */
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px 100vw #fff;
  padding: 10px 3px 10px;
  height: 100%;
}

.bord {
  height: 100%;
}

.bord .col {
  height: 100%;
}

.bord .card {
  justify-content: space-between;
}

.bord3 {
  /*     background-color: #fff; */
  padding: 0;
  margin-top: 20px;
  width: calc((100% - 168px) / 4);
  margin-right: 56px;
}

.bord3:first-child,
.bord3::nth-child(2) {
  margin-top: 0;
}

.bord3:nth-child(4n) {
  margin-right: 0;
}

.block-img-card {
  height: 320px;
}

.card-img-blog {
  margin-right: 8px;
}

.card-body{
  margin-top: 10px;
}
#slider, .noUi-handle, .dropdown-menu_label {
  cursor: pointer;
}
#slider:hover, .noUi-handle:hover, .dropdown-menu_label:hover {
  cursor: pointer;
}

.block-img-card {
  max-width: 100%;
}

.card-date {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  color: #000000;
}

.user-verefic {
  margin-left: 6px;
}

.nft-status {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  text-transform: capitalize;
  /* identical to box height */
  color: #000000;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #ffc107 0%, #ec851a 100%);
  box-shadow: inset 0px 0px 0px 100vw #fff;
  border-radius: 10px;
  padding: 3px 17px;
  width: auto;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.ds-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.user-name {
  font-size: 20px;
  line-height: 25px;
}

.btn-buy {
  height: 53px;
  padding: 0 28px;
  line-height: 12px !important;
}

.creator-text {
  font-size: 20px;
  margin-right: 12px;
}

@media (max-width: 1300px) {
  .nft-status {
    width: auto;
    padding: 3px 12px;
  }
}

@media (max-width: 915px) {
  .creator-text {
    font-size: 16px;
  }

  .nft-status {
    font-size: 16px;
  }

  .creator-card-body {
    margin-top: 5px;
  }
}

@media (max-width: 770px) {
  .creator-text {
    font-size: 14px;
  }

  .nft-status {
    font-size: 11px !important;
    height: 21px;
    line-height: 10px;
  }

  .card-price0 {
    font-size: 11px !important;
  }

  .user-name {
    font-size: 14px;
    line-height: 17px;
  }

  .card-img-blog {
    width: 48px;
  }

  .verefic-color {
    font-size: 11px;
  }

  .user-verefic {
    width: 14px;
  }

  .creator-card-body {
    margin-bottom: 3px;
  }

  .card-date {
    font-size: 11px;
  }
}

@media (max-width: 695px) {
  .creator-text {
    margin-right: 6px;
  }

  .card-img-blog {
    width: 72px;
  }

  .user-name {
    font-size: 18px;
  }

  .verefic-color {
    font-size: 16px;
  }

  .user-verefic {
    width: 22px;
  }

  .creator-text {
    font-size: 18px;
    line-height: 38px;
  }

  .nft-status {
    font-size: 14px !important;
    height: 28px;
    line-height: 18px;
  }

  .card-price0 {
    font-size: 14px !important;
  }

  .card-date {
    font-size: 16px;
  }
}

@media (max-width: 515px) {
  .row-cols-2 > * {
    width: 50%;
    
  }
  .row-cols-2 .no-results {
    width: 100%;
  }
}

@media (max-width: 890px) {
  .nft-status {
    font-size: 16px;
  }
}

@media (max-width: 530px) {
  .creator-text {
    font-size: 15px;
    line-height: 24px !important;
  }

  .nft-status {
    font-size: 14px !important;
    padding: 2px 14px;
  }
}

@media (max-width: 460px) {
  .card-img-blog {
    width: 60px;
  }

  .verefic-color {
    font-size: 14px;
  }

  .user-verefic {
    width: 16px;
  }

  .card-date {
    font-size: 14px;
  }

  .creator-card-body {
    margin: 6px 0;
  }

  .card-price0 {
    padding: 2px 12px;
  }

  .nft-status {
    padding: 2px 4px;
  }
}

@media (max-width: 410px) {
  .user-name {
    font-size: 14px;
  }

  .verefic-color {
    font-size: 10px;
  }

  .user-verefic {
    width: 15px;
    line-height: 1px !important;
  }

  .creator-text {
    font-size: 12px;
  }

  .card-price0 {
    font-size: 12px;
  }

  .nft-status {
    line-height: 18px !important;
    font-size: 12px !important;
  }

  .card-date {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .nft-status {
    font-size: 9px !important;
    line-height: 14px !important;
  }

  .card-price0 {
    font-size: 10px;
  }

  .creator-text {
    font-size: 11px;
  }

  .user-name {
    font-size: 10px;
  }

  .verefic-color {
    font-size: 8px;
    line-height: 10px;
  }
}

@media (max-width: 380px) {
  .creator-text {
    line-height: 18px !important;
  }
}

.profile-photo {
  width: 100px;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #ffc107 0%, #ec851a 100%);
  box-shadow: inset 0px 0px 0px 100vw #fff;

  border-radius: 20px;
}

.profile-about {
  max-width: 450px;
}

.profile_info {
  padding: 40px 0 30px 0;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.dropdown-item {
  white-space: normal;
}

.inp-price {
  width: 60px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.person-block {
  border: 4px solid transparent;
  background: linear-gradient(180deg, #ffc107 0%, #ec851a 100%);
  box-shadow: inset 0px 0px 0px 100vw #fff;

  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;

  max-width: 870px;
  margin: 16px 0;
}

.color-true {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ff9900;
}

.profile-btn {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  background: linear-gradient(180deg, #fdd446 0%, #f69b47 100%);
  border-radius: 15px;
  border: none;
  padding: 10px;
  height: 40px;
}

.profile-btn:first-child {
  margin-right: 8px;
}

.btn-sind {
  padding: 2px 20px;
  font-size: 18px;
  white-space: nowrap;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #ffc107 0%, #ec851a 100%);
  box-shadow: inset 0px 0px 0px 100vw #fff;
  border-radius: 12px;
}

.parent-buy {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 12px 0 0 0;
  text-decoration: none;
}

.card-img-top {
  border-radius: 25px;
  height: 320px !important;
  margin-bottom: 0 !important;
}

.btn-buy {
  background: linear-gradient(90deg, #fdd446 0%, #f79b47 100%);
  border-radius: 25px;
  border: 0;
  font-size: 28px;
  line-height: 36px;
  padding: 12px 28px;
  width: 90%;
  text-decoration: none;
}

@media (max-width: 990px) {
  .btn-buy {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 520px) {
  .btn-buy {
    line-height: 22px;
    padding: 8px 0;
    font-size: 22px;
    width: 100%;
  }
}

.profile-price {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height, or 125% */

  color: #000000;
}

.profile-collections {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */

  /*     text-decoration-line: underline; */

  color: #000000;
}

.profile-search {
  align-items: center;
}

.filters_button {
  border-radius: 10px;
  padding: 8px;
  color: #111;
  height: 40px !important;
}

.header__menu.active {
  z-index: 2;
}

.btn-apply {
  width: 265px;
  height: 53px;
  font-size: 24px;
  line-height: 36px;
}

#nft {
  box-sizing: border-box;
  padding: 0 20px 32px;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
}

@media (min-width: 500px) {
  #nft {
    padding: 0 0 32px;
  }
}

.navbar-nav {
  margin-right: 8% !important;
}

.dropdown-menu {
  position: absolute !important;
}

.form-select {
  font-size: 24px;
  line-height: 24px;
  height: 40px;
  display: flex;
  align-items: center;
  width: 335px;
  justify-content: space-between;
  padding: 0 13px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  appearance: none;
}

.form-select:focus + .focus {
  position: absolute;
  top: -10px;
  left: 0;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

.forminp100 {
  width: 814px;
  height: 60px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.form-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.filters_button {
  font-size: 24px;
  line-height: 24px;
  height: 40px;
  display: flex;
  align-items: center;
  width: 216px;
  justify-content: space-between;
  padding: 0 13px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.profile__flex {
  display: flex;
  align-items: center;
}

.forminp50 {
  width: 100%;
  margin-left: 25px;
}

.ds-jc-center {
  display: flex;
  justify-content: center;
}

.btn-light {
  padding-left: 2px !important;
}

/* .dropdown_filters {
  padding: 10px 35px 10px 10px !important;
  border: 0;
} */
.dropdown-toggle::after {
  height: 15px;
  margin-right: 5px;
  margin-top: 0;
  border-top: 0 !important;
  color: transparent !important;
  background-image: url(../img/icons/arrow_profile.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* 
.row-cols-md-4>* {
    width: 50%;
  }
*/

.block-left {
  margin-right: 18px;
  height: 100%;
  display: flex;
  align-items: center;
}

.person-about {
  font-family: "Rubik" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* or 140% */

  color: #000000;
  margin-bottom: 6px;
}

.person-name {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  /* identical to box height, or 104% */

  color: #000000;
}

.block-right {
  position: relative;
  max-width: 680px;
}

.color-true {
  margin-bottom: 8px !important;
}

.ico-verefic {
  margin-left: 6px;
}

.buy-btn {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  background: linear-gradient(90deg, #fdd446 0%, #f79b47 100%);
  border-radius: 15px;
  padding: 2px 20px;
  border: none;
  height: 45px;
}

table {
  width: 100%;
}

.modal-block {
  max-width: 737px;
  width: 100%;
  /* position: absolute; */
  left: 135px;
}

.table-mobile {
  display: none;
}

.modal-block-child-header {
  height: 77px;
  width: 100% !important;
  background: linear-gradient(180deg, #ffc107 34.84%, #fdd446 100%);
  border-radius: 25px 25px 0px 0px;
  display: flex;
  align-items: center;
  padding: 11px 14px;
}

.modal-block-avatar {
  width: 55px;
  height: 55px;
  margin-right: 15px;
}

.block-child-header-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.block-child-header-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.modal-block-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  /* position: absolute; */
  z-index: 1;
  left: -140px;
  width: 100%;
}

.modal-block-child table {
  border-collapse: collapse;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #ffc107 0%, #ec851a 100%);
  box-shadow: inset 0px 0px 0px 100vw #fff;
  border-radius: 25px;
}

.modal-block-child table th {
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.modal-block-child table th:nth-child(1) {
  width: 80px;
}

.modal-block-child table th:nth-child(2) {
  width: 178px;
}

.modal-block-child table th:nth-child(3) {
  width: 181px;
}

.modal-block-child table th:nth-child(4) {
  width: 152px;
}

.modal-block-child table th:nth-child(5) {
  width: 145px;
}

.modal-block-child table td {
  text-align: center;
}

.modal-block-child table td:nth-child(2) .modal-text {
  font-weight: 400;
  line-height: normal;
}

.modal-block-child table td:nth-child(4) .modal-text {
  font-weight: 500;
  line-height: 25.81px;
}

.modal-block-child table td:nth-child(5) {
  padding: 10px 14px 10px 16px;
}

.modal-block-child table td div {
  display: flex;
  align-items: center;
}

.modal-block-child table td img {
  margin-right: 10px;
}

.modal-block-child table .buy-btn {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.modal-block-child-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 1;
}

.modal-block-child-mobile {
  display: none;
}

@media (max-width: 765px) {
  body.modalOpen .modal-block-child-mobile {
    display: flex;
  }

  .modal-block-child {
    display: none;
  }
}

@media (min-width: 765px) {
  /* .modal-block-child-mobile {
    display: none;
  }

  .modal-block-child {
    display: none;
  } */
}

tr {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

td {
  border-right: 0.5px solid rgba(0, 0, 0, 0.5);
}

th {
  border-right: 0.5px solid rgba(0, 0, 0, 0.5);
}

td:nth-child(5) {
  border-right: none;
}

th:nth-child(5) {
  border-right: none;
}

td:nth-child(1) {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 129% */
  color: #000000;
}

td:nth-child(4) {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  /* identical to box height, or 161% */
  color: #000000;
}

.rating-ico {
  width: 36px;
  margin-right: 7px !important;
}

#topCollectors td:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  line-height: 25.81px;
}

#topCollectors td:nth-child(5),
#topCollectors th:nth-child(5) {
  border-right: 0.5px solid rgba(0, 0, 0, 0.5);
}

.mobile_niv_body {
  display: flex;
  justify-content: space-between;
}

.form_niv {
  margin-bottom: 15px;
}

.niv_40 {
  width: 100% !important;
}

.niv_60 {
  width: 95% !important;
}

.dropdown-niv {
  margin-right: 12px;
}

.modal-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 19px;
  /* identical to box height */
  color: #000000;
}

.modal-text-name {
  display: flex;
  margin-top: 5px;
  font-size: 16px;
}

.modal-text-none {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  color: rgba(0, 0, 0, 0.6);
}

td {
  padding: 5px 10px 6px;
}

th {
  text-align: center;
}

.button-profile-detailed {
  width: 115px;
  height: 31px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 15.271px;
}

@media (max-width: 420px) {
  .button-profile-detailed {
    width: 70px;
  }
}

@media (max-width: 820px) {
  .modal-text {
    font-size: 20px;
  }

  .modal-text-name {
    font-size: 14px;
  }

  th {
    font-size: 14px;
    padding: 6px;
  }

  td:nth-child(1) {
    font-size: 16px;
  }

  #topCollectors td:nth-child(1),
  #topCollectors td:nth-child(4) {
    font-size: 20px;
  }

  td:nth-child(3) {
    font-size: 14px;
  }

  .buy-btn {
    padding: 4px auto;
    font-size: 14px;
    height: auto;
    width: 95%;
  }

  .person-block {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 530px) {
  td {
    padding: 2px 2px 2px 6px;
  }

  .buy-btn {
    font-size: 11px;
    padding: 2px 12px;
  }

  .modal-text {
    font-size: 16px;
  }
  .modal-text-name {
    font-size: 12px;
  }

  .modal-text-none {
    font-size: 12px;
  }

  td:nth-child(1) {
    font-size: 14px;
  }

  td:nth-child(3) {
    font-size: 14px;
  }

  #topCollectors td:nth-child(1),
  #topCollectors td:nth-child(4) {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .buy-btn {
    line-height: 20px;
  }

  td {
    text-align: center;
  }

  th {
    font-size: 12px;
  }

  td:nth-child(4) {
    font-size: 12px;
  }

  .buy-btn {
    font-size: 10px;
  }

  .modal-text {
    font-size: 10px;
  }

  .modal-text-name {
    font-size: 7px;
  }

  .modal-text-none {
    font-size: 10px;
  }
}

@media (max-width: 395px) {
  .modal-text {
    font-size: 16px;
    line-height: 12px;
  }

  .modal-text-name {
    font-size: 12px;
  }

  th {
    font-size: 11px;
  }

  td:nth-child(4) {
    font-size: 10px;
  }

  td {
    padding: 2px;
  }
}

@media (max-width: 360px) {
  td:nth-child(1) {
    font-size: 12px;
  }

  .buy-btn {
    font-size: 8px;
  }

  td {
    padding: 2px 2px;
  }

  .modal-text-none {
    font-size: 8px;
    line-height: 2px !important;
  }
}

.all_block_link:last-child {
  width: 100%;
}

.pc_niv {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

@media (max-width: 335px) {
  .buy-btn {
    font-size: 7px;
    padding: 2px 4px;
    border-radius: 8px;
  }
}

.profile-img-parent {
  height: 90%;
  width: 200px;
}

@media (max-width: 500px) {
  .pc_niv {
    display: none !important;
  }

  .form_niv {
    width: 100%;
  }
}

/* copy */
@media (max-width: 775px) {
  .person-name {
    font-size: 22px;
    line-height: 20px;
  }

  .person-about {
    font-size: 16px;
    line-height: 20px;
  }

  .pf-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
  }

  .profile-price {
    font-size: 18px;
  }

  .profile-collections {
    font-size: 18px;
  }

  .profile-btn {
    font-size: 14px !important;
    padding: 6px;
  }

  .card-title {
    font-size: 14px;
  }

  .btn-buy {
    font-size: 17px;
    height: 37px;
    line-height: 0;
  }

  .creator-card-body {
    margin-top: 0;
  }

  .search-icon {
    top: 11px !important;
  }

  .form-select,
  .select-styled {
    font-size: 18px;
  }

  .filters_button {
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  /*  .tdth-hidden-mobile{
    display: none!important;
  } */

  .rating-ico {
    width: 22px;
  }

  .form-select,
  .select-styled {
    font-size: 16px;
  }

  .mobile_niv_body {
    justify-content: space-between !important;
  }

  .form-select,
  .select-styled {
    height: 30px;
    line-height: 1;
  }

  .filters_button {
    font-size: 16px !important;
  }

  .bord0 {
    padding: 5px;
  }

  .user-name {
    font-size: 10px;
  }

  .verefic-color {
    font-size: 8px;
    line-height: 11px;
  }

  .user-verefic {
    width: 8px;
  }

  .card-img-blog {
    width: 30px;
  }

  .creator-text {
    font-size: 9px;
    line-height: 16px !important;
  }

  .nft-status {
    font-size: 8px !important;
    line-height: 6px !important;
    height: 13px;
    border: 0.87px solid transparent;
    min-width: 56px;
  }

  .card-price0 {
    font-size: 7px !important;
    height: 13px;
  }

  .creator-card-body {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .parent-buy {
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .btn-buy {
    font-size: 10px;
    height: 23px;
    padding: 3px 0;
  }

  .card-title {
    font-size: 12px !important;
  }

  [tooltip-name] {
    position: relative;
    display: inline-block;
  }

  [tooltip-name]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    /* border-style: solid;
      border-color: rgba(0,0,0,0.7) transparent transparent     transparent; */
    border: 0.5px solid;
    border-image-source: linear-gradient(180deg, #ffc107 34.84%, #fdd446 100%);
    background: #ffffff;
    border-radius: 8px;
    z-index: 99;
    opacity: 0;
  }

  [tooltip-name-position="left"]::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg);
  }

  [tooltip-name-position="top"]::before {
    left: 50%;
  }

  [tooltip-name-position="buttom"]::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg);
  }

  [tooltip-name-position="right"]::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg);
  }

  [tooltip-name]::after {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    content: attr(tooltip-name);
    position: absolute;
    left: 125%;
    top: -1px;
    transform: translateX(-50%) translateY(-100%);
    background: #fff;
    text-align: center;
    padding: 6px;
    min-width: 130px;
    border-radius: 8px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
    border: 0.5px solid #ffc107;
  }

  [tooltip-name-position="left"]::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
  }

  [tooltip-name-position="top"]::after {
    left: 50%;
  }

  [tooltip-name-position="buttom"]::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
  }

  [tooltip-name-position="right"]::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
  }

  [tooltip-name]:hover::after,
  [tooltip-name]:hover::before {
    opacity: 1;
  }
}

.profile_search {
  padding: 0;
}

.profile_search_mobile {
  display: none;
}

.profile_search_pc {
  display: flex;
}

/* .parent-card {
    height: auto!important;
} */

.mr-auto {
  margin: 0 auto;
}

@media (max-width: 710px) {
  .profile_search_pc {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .profile_search_pc {
    display: none !important;
  }

  .form-input {
    width: 70%;
  }

  .forminp100 {
    width: 100% !important;
  }

  .forminp50 {
    align-items: center;
  }

  .parent-input-mobile {
    display: flex;
    justify-content: center;
  }

  .page {
    padding: 12px 0;
  }

  #dropdownMenuButton1 {
    /* width: 100%; */
  }

  .form {
    width: 100%;
  }

  .profile-btn {
    font-size: 18px !important;
  }
}

@media (max-width: 445px) {
  .top-collectioners-title {
    font-size: 18px;
   }
  /*     .dropdown{
        width: 35%;
    }
    .dropdown_niv{
        margin: 12px!important;
    }

    .form{
        width:85%;
    } */
}

@media (max-width: 376px) {
  .profile_search_mobile {
    padding: 0 !important;
  }

  .form {
    width: 100%;
  }

  .profile-btn {
    font-size: 18px !important;
  }
}

/* RED */

@media (max-width: 630px) {
  .person-block {
    padding: 14px;
  }

  .profile-img-parent {
    object-position: center center;
    width: 195px !important;
  }

  .pf-text {
    margin-bottom: 4px;
    line-height: 18px !important;
  }

  .profile-btn {
    margin-right: 6px !important;
  }
}

@media (max-width: 540px) {
  .person-about {
    font-size: 14px;
  }

  .person-name {
    font-size: 19px;
  }

  .pf-text {
    font-size: 15px;
  }
}

@media (max-width: 460px) {
  .profile-img-parent {
    height: 90%;
    width: 150px !important;
  }

  .person-block {
    border-radius: 6px;
    padding: 10px;
  }
}

@media (max-width: 390px) {
  .profile-img-parent {
    width: 90px !important;
  }

  .block-left {
    margin-right: 7px;
  }
}

@media (max-width: 420px) {
  .person-name {
    font-size: 16px;
  }

  .ico-verefic {
    width: 15px;
  }

  .color-true {
    font-size: 14px;
  }

  .person-about {
    font-size: 12px;
  }

  .pf-text {
    font-size: 11px;
  }

  .profile-collections {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .person-about {
    line-height: 15px;
  }

  .pf-text {
    line-height: 15px;
  }

  .block-img-card {
    height: 140px;
  }
}

@media (max-width: 380px) {
  .person-about {
    font-size: 8px;
    line-height: 12px;
  }

  .pf-text {
    font-size: 9px;
    line-height: 15px;
  }

  .profile-collections {
    font-size: 10px;
  }

  .person-name {
    font-size: 12px;
  }

  .color-true {
    font-size: 8px;
    line-height: 9px;
  }

  .ico-verefic {
    width: 12px;
  }
}

@media (max-width: 325px) {
  .page {
    padding: 12px 0 !important;
  }
}

option {
  font-family: "Rubik";
}

.table_mobile {
  position: absolute;
  z-index: 32;
  width: 96%;
  /*   top: 450px; */
}

.modal-block-child-mobile {
  border: 3px solid transparent;
  background: linear-gradient(180deg, #ffc107 0%, #ec851a 100%);
  box-shadow: inset 0px 0px 0px 100vw #fff;
  border-radius: 20px;
}

.profile-mobile {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

.dropdown-menu_label {
  cursor: default;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu_label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.dropdown-menu_input:checked + .dropdown-menu_label:before {
  content: "";
  background-image: url(../img/icons/Mask.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.dropdown-menu_input:disabled + .dropdown-menu_label:before {
  background: #fff;
}

.dropdown-menu_item_body {
  list-style-type: none;
  padding: 0 0 50px 0;
}

.dropdown-menu_item_title {
  position: relative;
  margin-bottom: 18px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-menu_item_title:first-child {
  margin-bottom: 24px;
}

.dropdown-menu_item_title::after {
  content: "";
  position: absolute;
  top: 13.5px;
  right: 0;
  width: 15px;
  height: 3px;
  background-color: #fdd446;
}

.dropdown-menu_item:last-child {
  margin-top: 18px;
}

.dropdown-menu_item:first-child {
  margin-bottom: 38px;
}

.input-value-lower::-webkit-outer-spin-button,
.input-value-lower::-webkit-inner-spin-button,
.input-value-upper::-webkit-outer-spin-button,
.input-value-upper::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-value-lower,
.input-value-upper {
  width: 99px;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

#slider,
#slider2 {
  margin-bottom: 18px;
}

.noUi-target {
  background: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-connect {
  background: rgba(0, 0, 0, 0.6);
}

.noUi-horizontal .noUi-handle {
  right: -15px;
  top: -9.5px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.noUi-handle {
  border: 0;
  border-radius: 0;
  cursor: default;
  background: transparent;
  box-shadow: none;
}

.noUi-handle-upper {
  background-image: url(../img/icons/arrow_range_rigth.svg);
}

.noUi-handle-lower {
  background-image: url(../img/icons/arrow_range_left.svg);
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.input_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.input_container span {
  position: absolute;
}

.input_container .input-value-upper + span {
  right: 17px;
}

.input_container .input-value-lower + span {
  right: 222px;
}

.input_container_item:nth-child(2) {
  position: relative;
  width: 30px;
  padding: 0;
}

.input_container_item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobile_niv {
  display: none;
}

@media (max-width: 430px) {
  /*     .filters_button{
        font-size: 12px;
    } */
}

@media (max-width: 595px) {
  .form-select,
  .select-styled {
    font-size: 16px;
    height: 30px;
  }

  .filters_button {
    font-size: 16px;
    height: 30px !important;
    line-height: 0;
  }
}

@media (max-width: 500px) {
  .mobile_niv_body {
    align-items: center;
  }

  .mr-auto {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }

  .forminp100 {
    margin: 0;
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
  }

  .w100m {
    width: 100% !important;
  }

  .form .fa-search {
    left: 17px !important;
  }

  .niv_40_parent {
    width: 100%;
    margin-right: 0px !important;
  }
}

@media (max-width: 600px) {
  .form-header {
    flex-direction: column !important;
  }

  #myDropdown1 {
    right: -132px !important;
    left: 0 !important;
  }
}

@media (max-width: 395px) {
  .niv_40_parent {
    width: 40% !important;
  }

  .bord {
    padding: 0 !important;
  }
}

@media (max-width: 1500px) {
  .page-content {
    max-width: 1000px;
  }

  .bord3 {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }

  .bord3:nth-child(4n) {
    margin-right: 40px;
  }

  .bord3:nth-child(3n) {
    margin-right: 0;
  }

  .forminp100 {
    height: 50px !important;
    width: 390px;
  }
}

@media (max-width: 1100px) {
  .modal-block-child {
    left: -200px !important;
  }

  .page-content {
    max-width: 768px;
    margin-bottom: 100px;
  }

  .bord3 {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }

  .bord3:nth-child(3n) {
    margin-right: 40px;
  }

  .bord3:nth-child(2n) {
    margin-right: 0;
  }

  .profile__flex .dropdown {
    width: 155px;
    height: 30px;
  }

  .filters_button {
    height: 30px !important;
  }

  .forminp50 {
    margin-left: 10px;
  }

  .forminp100 {
    width: 326px;
    height: 40px !important;
    font-size: 20px;
  }

  .form-select,
  .select-styled {
    font-size: 20px;
    width: 207px;
    height: 30px;
  }

  .select-styled:after {
    top: 2px;
    right: 2px;
  }

  .filters_button {
    font-size: 20px;
    width: 155px;
  }

  .block-child-header-title {
    font-size: 16px;
    line-height: 19px;
  }

  .block-child-header-text {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 860px) {
  .page-content {
    max-width: 708px;
  }

  .bord3 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  .bord3:nth-child(3n) {
    margin-right: 20px;
  }

  .bord3:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .modal-block-child-mobile {
    border-radius: 25px;
  }

  .page-content {
    max-width: 732px;
  }

  .bord3 {
    width: calc((100% - 16px) / 2);
  }

  .form-select,
  .select-styled {
    font-size: 18px;
  }

  .filters_button {
    font-size: 18px;
  }

  .bord3 .card-title {
    font-size: 20px;
  }

  .creator-card-body .btn-buy {
    font-size: 18px;
  }

  .dropdown {
    width: 100%;
  }

  .bord3 {
    margin-right: 16px;
  }

  .bord3:nth-child(3n) {
    margin-right: 16px;
  }

  .bord3:nth-child(2n) {
    margin-right: 0;
  }

  .card-img-top {
    border-radius: 15px !important;
  }

  .bord0 {
    border-radius: 20px;
  }
}

@media (max-width: 730px) {
  .pc_niv {
    display: none;
  }

  .mobile_niv {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }

  .forminp100 {
    width: 100%;
    border-radius: 30px;
  }

  .mobile_niv_body .dropdown {
    width: 155px;
  }

  .form-select {
    width: 207px;
  }
}

@media (max-width: 505px) {
  .h-100{
    height: 50% !important;
  }
  #nft{
    min-height: auto;
  }
  .block-img-card {
    height: 140px;
  }

  .card-img-top {
    height: 140px !important;
  }

  .user-name {
    font-size: 9px;
  }

  .card-img-blog {
    width: 30px;
    justify-self: 30px;
  }

  .form-select,
  .select-styled {
    padding-left: 13px;
    font-size: 16px;
  }

  .filters_button {
    font-size: 16px;
    width: 118px;
  }

  .creator-card-body .btn-buy {
    font-size: 19px;
  }

  .mobile_niv_body .dropdown {
    width: 118px;
  }

  .form-select,
  .select-styled {
    width: 163px;
  }
}
@media(max-width:375px){
  .creator-card-body .btn-buy {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .bord0 {
    border-radius: 15px;
  }

  .card-img-top {
    border-radius: 10px !important;
  }

  .block-link {
    flex-direction: column;
  }

  .copy-link-parent {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .link-my-col-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .block-link-span {
    font-size: 13px;
    line-height: 19px;
  }

  .link-my-col {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }

  .copy-link {
    font-size: 12px;
    line-height: 14px;
  }
}

.btn-lk-2 {
  font-size: 20px !important;
}

@media (max-width: 800px) {
  .btn-lk-2 {
    font-size: 17px !important;
  }
}

@media (max-width: 400px) {
  .btn-lk-2 {
    font-size: 10px !important;
  }

  .modal-block-avatar {
    width: 34px;
    height: 34px;
    margin-right: 9px;
  }

  .block-child-header-title {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .block-child-header-text {
    font-size: 9px !important;
    line-height: 11px !important;
  }

  .modal-block-child-header {
    padding: 6px 11px;
    min-height: 45px;
    height: auto;
  }
}

@media (max-width: 555px) {
  .rating-ico {
    width: 22px;
  }
}

@media (max-width: 1080px) {
  .modal-block {
    width: 580px;
  }

  .modal-block-child {
    left: -164px !important;
  }
}

@media (max-width: 910px) {
  .modal-block {
    width: 60%;
  }
}

.top-collectioners-header {
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 12px;
}

.default-avatar-table {
  width: 59px;
  height: 59px;
  margin-right: 10px;
  font-size: 32px;
}

@media (max-width: 1023px) {
  .default-avatar-table {
    width: 49px;
    height: 49px;
  }
}

.top-collectors-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.unauthorizedAvatar {
  width: 39px;
  height: 39px;
  margin-bottom: 10px;
}

.medal-container {
  position: relative;
  display: inline-block;
}

.medal {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-image: url("/img/icons/medals_transparent.png");
  background-size: 147px 49px;
}

.medal-1 {
  background-position: 0 0;
}

.medal-2 {
  background-position: -49px 0;
}

.medal-3 {
  background-position: -98px 0;
}

.medal-rank {
  position: absolute;
  top: -10%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 14px; */
}

.medal-rank-1 {
  left: 2px;
}
.medal-rank-2 {
  left: 0;
}

.medal-rank-3 {
  left: -3px;
}

#topCollectors tr th,
#topCollectors tr td {
  width: 20%;
}

#topCollectors tr th:nth-child(2),
#topCollectors tr td:nth-child(2) {
  width: 60%;
}

#topCollectors tr th:last-child,
#topCollectors tr td:last-child {
  width: 30%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 2px 0 0 40px
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ffc107;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffc107;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
@media screen and (max-width:505px) {
  
  .filters_button {
    padding: 0 13px 0 10px;
  } 
}