/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: http://rost.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "Poppins";
  src: url("./assets/fonts/Poppins-Regular.ttf") format("TrueType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./assets/fonts/Poppins-Medium.ttf") format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./assets/fonts/Poppins-SemiBold.ttf") format("TrueType");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./assets/fonts/Poppins-Bold.ttf") format("TrueType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.product {
  background-color: #fff;
  border-radius: 24px;
  max-width: 281px;
  width: 100%;
  padding: 14px 14px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F5F9;
}
.product-img {
  margin-bottom: 19px;
  position: relative;
}
.product-title {
  font-size: 21px;
  font-weight: 600;
  color: #141416;
  margin-bottom: 14px;
}
.product-bid-title {
  font-size: 14px;
  margin-bottom: 5px;
  color: #848586;
}
.product .product-bid {
  display: flex;
  line-height: 150%;
  font-size: 16px;
}
.product .product-bid i {
  margin-right: 2px;
  width: 21px;
  height: 21px;
}
.product .btn {
  margin: -51px 0 0 auto;
}

.product-timer {
  font-size: 14px;
  line-height: 1.5;
  background: gray;
  border-radius: 10px;
  color: #fff;
  padding: 8px 14px;
  position: absolute;
  right: 10px;
  top: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "monospace";
  font-size: 16px;
  color: #141416;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #F9F9F9;
}

a {
  transition: 0.3s;
  color: #606060;
}
a:hover {
  color: #141416;
}

input:focus-visible {
  outline: none;
}

.icon-svg,
img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 45px;
}

h3 {
  font-size: 36px;
}

h6 {
  font-size: 18px;
}

.container {
  width: 100%;
  max-width: 1272px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-family: "Poppins";
  display: inline-block;
  font-size: 16px;
  color: #141416;
  border: 2px solid #141416;
  border-radius: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 27px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #141416;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: #141416;
}
.btn.btn-primary:active {
  background-color: #EDEDED;
}
.btn.btn-secondary {
  background-color: #fff;
  color: #141416;
}
.btn.btn-secondary:hover {
  background-color: #141416;
  color: #fff;
}
.btn.btn-small {
  font-size: 14px;
  padding: 17px 24px;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.g-1 {
  gap: 1rem;
}

.g-2 {
  gap: 2rem;
}

.g-3 {
  gap: 3rem;
}

.g-4 {
  gap: 4rem;
}

.g-5 {
  gap: 5rem;
}

.grey-accent {
  color: #606060;
}

.grey-secondary, .weekly .section-title {
  color: #848586;
}

.section-title {
  font-size: 46px;
  margin-bottom: 92px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-ethereum {
  background-image: url(assets/img/icon-ethereum.svg);
}

.icon-ripple {
  background-image: url(assets/img/icon-ripple.png);
}

.icon-pensil {
  background: url(assets/img/icon-pensil.svg) top 20px right 28px no-repeat #EFEFEF;
}

.icon-xs {
  width: 17px;
  height: 17px;
}

.icon-sm {
  width: 21px;
  height: 21px;
}

.icon-md {
  width: 31px;
  height: 31px;
}

.icon-lg {
  width: 45px;
  height: 45px;
}

.color-red, .wiget-user__percent_tobottom {
  color: #E23333;
}

.color-green, .wiget-user__percent_totop {
  color: #10C352;
}

.mleft-auto {
  margin-left: auto;
}

.wiget-user__percent_zero {
  color: #848586;
}

.product-md {
  max-width: 204px;
  padding: 10px 10px 14px;
}
.product-md .product-img {
  margin-bottom: 13px;
}
.product-md .product-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-md .product-bid-title {
  font-size: 10px;
  margin-bottom: 3px;
}
.product-md .product-bid {
  font-size: 12px;
}
.product-md .product-bid .icon-sm {
  width: 15px;
  height: 15px;
}
.product-md .btn-small {
  font-size: 10px;
  padding: 11px 18px;
  border-radius: 8px;
}

.link-axplore-all {
  display: flex;
}
.link-axplore-all a {
  font-size: 17px;
  margin-left: auto;
  text-decoration: none;
  position: relative;
  color: #acadb9;
}
.link-axplore-all a svg.icon-svg {
  width: 14px;
  height: 14px;
  color: transparent;
  stroke: #ACADB9;
}
.link-axplore-all a:hover {
  color: #141416;
}
.link-axplore-all a:hover .icon-svg use {
  stroke: #141416;
}

span.loader {
  left: 73%;
  top: 96px;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgb(153, 153, 153) 33%, rgba(153, 153, 153, 0) 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F9F9F9;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  padding: 45px 0;
}
header .container {
  display: flex;
  align-items: center;
}
header button {
  white-space: nowrap;
}

.nav-list {
  display: flex;
  padding: 0 29px;
}

.nav-item {
  list-style: none;
  margin: 0 28px;
}
.nav-item a {
  color: #606060;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-item a:hover, .nav-item a.active {
  color: #141416;
}
.nav-item.active a {
  color: #141416;
}

.header-search {
  max-width: 348px;
  width: 100%;
  margin-right: 30px;
  margin-left: auto;
}
.header-search input[type=search] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 21px 12px 21px 70px;
  margin-right: 30px;
  background: url(assets/img/icon-loupe.svg) 22px center no-repeat #ededed;
  transition: 0.3s;
}
.header-search input[type=search]:hover {
  border: 1px solid #606060;
}
.header-search input[type=search]:focus::placeholder {
  font-size: 0;
}

.mobile-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.btn-burger {
  border: none;
  padding: 0;
  position: relative;
  width: 31px;
  height: 22px;
  background-color: transparent;
  border-radius: 0;
  display: none;
}
.btn-burger span {
  height: 2px;
  width: 100%;
  display: block;
  background-color: #000;
  transition: 0.3s;
}
.btn-burger span:before, .btn-burger span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  top: -1px;
  left: 0;
  transition: 0.3s;
}
.btn-burger span:after {
  top: initial;
  bottom: -1px;
}
.btn-burger.active span {
  background-color: transparent;
}
.btn-burger.active span:before, .btn-burger.active span:after {
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #000;
}
.btn-burger.active span:after {
  transform: rotate(-45deg) translate(8px, -8px);
}

.banner {
  padding: 66px 0 143px 0;
  overflow: hidden;
}
.banner > .container {
  display: flex;
  gap: 100px;
}
.banner-content {
  max-width: 510px;
  width: 100%;
}
.banner-over-title {
  font-size: 0;
  position: relative;
  width: 195px;
  display: inline-block;
  color: #848586;
  border-top: 1px solid;
}
.banner-title {
  font-size: 75px;
  font-weight: 600;
  color: #141416;
  margin-bottom: 16px;
  line-height: 1.2;
}
.banner-description {
  font-size: 18px;
  color: #606060;
  line-height: 28px;
  margin-bottom: 45px;
}
.banner-description strong,
.banner-description b {
  color: #141416;
  font-weight: 600;
}
.banner-btns-row {
  margin: 0 -12px 82px;
}
.banner-btns-row > a,
.banner-btns-row > button {
  margin: 0 12px;
}
.banner .btn-primary {
  padding: 20px 29px;
}
.banner .btn-secondary {
  padding: 16px 21px;
}
.banner-advantages {
  display: flex;
  margin: 0 -32px;
}
.banner-advantage {
  margin: 0 32px;
}
.banner-advantage h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 6px;
}
.banner-advantage small {
  font-size: 12px;
  font-weight: 500;
  color: #848586;
  line-height: 18px;
}
.banner-slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 391px;
}
.banner-slider-container::before {
  content: "";
  position: absolute;
  right: -360px;
  top: -13px;
  height: 402px;
  width: 174px;
  background: url(assets/img/banner-decoration-dot.svg);
}
.banner-slider-container::after {
  content: "";
  position: absolute;
  right: -128px;
  top: 61px;
  height: 124px;
  width: 128px;
  background: url(assets/img/banner-decoration-arrow.svg);
}
.banner .swiper {
  width: 792px;
  height: 550px;
}
.banner .swiper-slide {
  transition: 0.7s;
  padding-top: 70px;
}
.banner .swiper-slide img {
  width: 100%;
  transition: 0.7s;
  padding: 0 15px;
}
.banner .swiper-slide img:first-child {
  filter: blur(10px);
  opacity: 0.5;
}
.banner .swiper-slide img:last-child {
  opacity: 0.99;
  margin-top: calc(-100% - 70px);
}
.banner .swiper-slide.swiper-slide-next {
  margin-top: 181px;
}
.banner .swiper-slide.swiper-slide-next img {
  height: auto;
  max-width: 319px;
}
.banner .swiper-slide.swiper-slide-next img:last-child {
  margin-top: calc(-100% + 62px);
}
.banner-slider-navigation {
  position: relative;
  height: 69px;
  display: flex;
  justify-content: center;
  width: 166px;
  border-radius: 18px;
  box-shadow: 0px 38px 36px -15px rgba(15, 15, 15, 0.1), 0px 45px 36px -15px rgba(15, 15, 15, 0.1), -10px 20px 36px -15px rgba(15, 15, 15, 0.1), 10px 20px 36px -15px rgba(15, 15, 15, 0.1);
  margin-left: 112px;
  margin-top: -84px;
}
.banner-slider-navigation::after {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #848586;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  z-index: 12;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  height: 100%;
  width: 83px;
  margin: 0;
  color: #848586;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #23262F;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 26px;
  height: 26px;
}

.swiper-button-prev {
  border-radius: 18px 0 0 18px;
}

.swiper-button-next {
  border-radius: 0 18px 18px 0;
}

.weekly {
  padding: 70px 0 273px;
  background-color: #ededed;
  position: relative;
}
.weekly .container {
  max-width: 1566px;
  overflow: hidden;
}
.weekly .wiget {
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translate(168%, 50%);
}

.carousel-weekly {
  max-width: 923px;
  width: 100%;
  overflow: visible;
}
.carousel-weekly .swiper-slide {
  width: 281px;
}

.weekly-slider-navigation {
  position: relative;
  height: 69px;
  display: flex;
  justify-content: center;
  width: 166px;
  border-radius: 18px;
  box-shadow: 0px 38px 36px -15px rgba(15, 15, 15, 0.1), 0px 45px 36px -15px rgba(15, 15, 15, 0.1), -10px 20px 36px -15px rgba(15, 15, 15, 0.1), 10px 20px 36px -15px rgba(15, 15, 15, 0.1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  bottom: 90px;
}
.weekly-slider-navigation::after {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #848586;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  z-index: 12;
}

.weekly-button-prev,
.weekly-button-next {
  position: static;
  height: 100%;
  width: 83px;
  margin: 0;
  color: #848586;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weekly-button-prev:hover,
.weekly-button-next:hover {
  color: #23262F;
}
.weekly-button-prev::after,
.weekly-button-next::after {
  display: none;
}
.weekly-button-prev svg,
.weekly-button-next svg {
  width: 26px;
  height: 26px;
}

.weekly-button-prev {
  border-radius: 18px 0 0 18px;
}

.weekly-button-next {
  border-radius: 0 18px 18px 0;
}

.wiget {
  padding: 26px 24px 21px;
  background-color: #fff;
  border-radius: 16px;
  max-width: 365px;
  width: 100%;
  position: relative;
  border: 2px solid #EDF2F7;
}
.wiget__title {
  display: flex;
  padding-right: 50px;
  margin-bottom: 28px;
}
.wiget__title h3 {
  font-size: 21px;
  font-weight: 600;
}
.wiget .layout-menu {
  position: absolute;
  top: 26px;
  right: 32px;
}
.wiget.grid .wiget-users-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wiget.grid .wiget-users-list__item {
  width: calc(50% - 12px);
}
.wiget.grid .wiget-users-list__item::before {
  left: 68px;
}
.wiget.grid .wiget-user {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wiget.grid .wiget-user__volume {
  margin: 0;
}

.layout-menu.show .layout-case {
  display: flex;
}

.layout-case__button {
  position: relative;
  background: transparent;
  border: none;
  height: 16px;
  width: 36px;
  line-height: 0;
  font-size: 0;
  color: #ededed;
}
.layout-case__button:hover span {
  background-color: #141416;
}
.layout-case__button:hover span::before, .layout-case__button:hover span::after {
  background-color: #141416;
}
.layout-case__button svg {
  height: inherit;
  width: inherit;
}
.layout-case__button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #848586;
}
.layout-case__button span::before, .layout-case__button span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #848586;
  position: absolute;
  left: 0;
  top: 4px;
}
.layout-case__button span::after {
  left: initial;
  right: 0;
}

.layout-case {
  display: none;
  padding: 0;
  gap: 12px;
  border: 2px solid #CBD5E0;
  padding: 6px;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100px;
  background-color: #fff;
  z-index: 1;
}
.layout-case__item {
  color: #fff;
  cursor: pointer;
}
.layout-case__item.active, .layout-case__item.active:hover, .layout-case__item:hover {
  opacity: 1;
  color: #000;
}
.layout-case__item:hover {
  opacity: 0.7;
}
.layout-case__item svg {
  width: 48px;
  height: 48px;
}

.wiget-user {
  display: flex;
  align-items: center;
}

.wiget-users-list {
  padding: 0;
  max-height: 210px;
  overflow: auto;
  padding: 0px 12px 0 0;
  counter-reset: counterCustomName 0;
}
.wiget-users-list::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}
.wiget-users-list::-webkit-scrollbar-thumb {
  background: #848586;
  border-radius: 25px;
}

.wiget-users-list__item {
  margin-bottom: 26px;
  position: relative;
}
.wiget-users-list__item::before {
  content: counter(counterCustomName) ".";
  counter-increment: counterCustomName;
  width: 21px;
  height: 21px;
  background-color: #fff;
  color: #141416;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27px;
  left: 31px;
}

.wiget-user__volume {
  margin-left: auto;
}

img.wiget-user__avatar-img {
  margin-right: 15px;
  width: 51px;
}

.wiget-user__name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 140%;
}

.wiget-user__nick-name {
  font-size: 12px;
  color: grey;
  line-height: 150%;
}

.wiget-user__price {
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 140%;
  align-items: center;
  display: flex;
}

.wiget-user__percent {
  line-height: 150%;
}

/*custom*/
.tabs__nav {
  display: flex;
  margin-bottom: 85px;
}
.tabs__button {
  font-size: 16px;
  font-weight: 700;
  color: #D2D2D2;
  line-height: 25px;
  width: 50%;
  border: none;
  padding: 15px 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.tabs__button .icon-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  fill: #D2D2D2;
}
.tabs__button.active {
  color: #000;
  border-bottom: 3px solid #000;
}
.tabs__button.active .icon-svg use {
  fill: #141416;
}
.tabs__content {
  display: none;
  gap: 28px;
  flex-wrap: wrap;
}
.tabs .active {
  display: flex;
}

.content__activity {
  max-width: 674px;
  width: 100%;
  margin-bottom: 14px;
  background-color: #fff;
  border-radius: 12px;
}

.activity__header {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #D2D2D2;
}
.activity__avatar {
  max-width: 64px;
  margin-right: 7px;
}
.activity__avatar img {
  border-radius: 12px;
}
.activity__user-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.activity__nick-name {
  font-size: 12px;
  position: relative;
}
.activity__nick-name::before {
  content: url(assets/img/icon-verify-small.png);
  counter-increment: counterCustomName;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background-color: #fff;
  border-radius: 50%;
}
.activity__sale {
  margin-left: auto;
  text-align: right;
}
.activity__sale h6 {
  font-size: 12px;
  color: #14A760;
  margin-bottom: 1px;
}
.activity__floor-price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
}
.activity__floor-price i {
  margin-right: 2px;
}
.activity__floor-price p {
  font-size: 12px;
  color: #D2D2D2;
}
.activity__footer {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
}
.activity__info {
  flex-direction: column;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.activity__info small {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #828282;
}

.top-collection {
  padding: 236px 96px 100px;
}
.top-collection__wrapper {
  overflow-x: auto;
  margin-bottom: 85px;
}
.top-collection__wrapper::-webkit-scrollbar {
  background: transparent;
  height: 7px;
}
.top-collection__wrapper::-webkit-scrollbar-thumb {
  background: #848586;
  border-radius: 25px;
}
.top-collection__table {
  width: 100%;
  min-width: 690px;
}
.top-collection__table thead {
  color: #848586;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
.top-collection__table th {
  padding-bottom: 26px;
}
.top-collection__table td {
  border-bottom: 2px solid #ededed;
  padding: 20px 0;
  vertical-align: middle;
}
.top-collection__table td i {
  vertical-align: sub;
}
.top-collection__table-user {
  display: flex;
}
.top-collection__table-user img {
  max-width: 84px;
  margin-right: 23px;
}
.top-collection__table-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2px;
}
.top-collection__table-nickname {
  color: #848586;
  font-size: 23px;
  line-height: 1.5;
}
.top-collection__table-volume {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.top-collection__table-percent {
  font-size: 24px;
  font-weight: 500;
}
.top-collection__table-price {
  font-size: 24px;
  font-weight: 600;
}
.top-collection__table-owners {
  font-size: 23px;
  font-weight: 500;
}
.top-collection__table-items {
  font-size: 23px;
  font-weight: 500;
}

.profile {
  padding: 55px 0 180px;
  background-color: #F9F9F9;
}
.profile__img {
  position: relative;
  margin-bottom: 71px;
}
.profile__img img {
  border-radius: 22px;
}
.profile__avatar {
  max-width: 165px;
  border-radius: 50%;
  position: absolute;
  bottom: -98px;
  left: 70px;
}
.profile__avatar::before {
  content: url(assets/img/icon-verify.png);
  counter-increment: counterCustomName;
  position: absolute;
  bottom: 7px;
  right: 18px;
  background-color: #fff;
  border-radius: 50%;
}
.profile__wrapper {
  display: flex;
}
.profile-card {
  max-width: 367px;
  margin: 56px 132px 0 76px;
}
.profile-card__data {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 43px;
}
.profile-card__name {
  margin-right: 109px;
}
.profile-card__user-name {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}
.profile-card__nick-name {
  font-size: 18px;
  color: #93989A;
  line-height: 1.3;
}
.profile-card__link {
  margin-top: 17px;
}
.profile-card__link a {
  text-decoration: none;
  color: #fff;
  padding: 12px 22px;
  background-color: #000;
  border-radius: 12px;
}
.profile-card__info {
  display: flex;
  margin-bottom: 116px;
  white-space: nowrap;
}
.profile-card__info-sales {
  margin-right: 68px;
}
.profile-card__info-sales h4 {
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}
.profile-card__info-sales small {
  font-size: 10px;
  font-weight: 500;
  color: #848586;
}
.profile-card__bio {
  padding-bottom: 85px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 33px;
}
.profile-card__bio h5 {
  font-size: 25px;
  font-weight: 700;
  color: #C5C5C5;
  margin-bottom: 7px;
  line-height: 40px;
}
.profile-card__bio p {
  font-size: 14px;
  color: #949494;
  line-height: 1.77;
}
.profile-card__social {
  display: flex;
  gap: 66px;
}
.profile-card__social a {
  width: 15px;
  display: flex;
  height: 15px;
  color: #000;
}
.profile-card__social a:hover {
  color: #606060;
}

.explore-marketplace {
  padding: 0 96px 103px;
}
.explore-marketplace__nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-bottom: 100px;
}
.explore-marketplace__btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 16px 26px;
  border-radius: 13px;
  border: 2px solid #141416;
  background-color: transparent;
  display: flex;
}
.explore-marketplace__btn:hover {
  background-color: #000;
  color: #fff;
}
.explore-marketplace__btn svg {
  width: 25px;
  height: 25px;
  margin-right: 1px;
}
.explore-marketplace__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 68px;
  column-gap: 40px;
  margin-bottom: 103px;
}
.explore-marketplace .product {
  min-width: 281px;
}

.join-community {
  padding: 0 94px 237px;
}
.join-community .container {
  position: relative;
  justify-content: center;
  display: flex;
}
.join-community .big-circle {
  min-width: 519px;
  display: flex;
  margin: 0 auto;
  max-width: 1180px;
  max-height: 1160px;
}
.join-community .big-circle__planet-1,
.join-community .big-circle__planet-2,
.join-community .big-circle__planet-3,
.join-community .big-circle__planet-4,
.join-community .big-circle__planet-5 {
  offset-path: path("M1054.5 324.5C928.5 109.5 799.5 66.6742 618.181 52.6996C402.395 36.0686 246.657 143.04 139.68 305.699C32.7038 468.359 34.1784 683.2 139.681 862.2C245.183 1041.2 443.074 1121.04 645.926 1106.7C848.777 1092.36 974 948.5 1035.5 862.2C1097 775.899 1180.5 539.5 1054.5 324.5Z");
  animation: big-circle__planet-1 50s reverse linear infinite;
  offset-anchor: -4% 3%;
}
.join-community .big-circle__planet-2 {
  animation: big-circle__planet-2 40s reverse linear infinite;
}
.join-community .big-circle__planet-3 {
  animation: big-circle__planet-3 30s reverse linear infinite;
}
.join-community .big-circle__planet-4 {
  animation: big-circle__planet-4 20s reverse linear infinite;
}
.join-community .big-circle__planet-5 {
  animation: big-circle__planet-5 10s reverse linear infinite;
}
.join-community .small-circle__planet-1,
.join-community .small-circle__planet-2,
.join-community .small-circle__planet-3,
.join-community .small-circle__planet-4 {
  offset-path: path("M953.4 371.5C896.405 255.499 757.396 167 582.4 167C407.404 167 291.396 268.5 228.4 371.5C165.405 474.499 144.404 641 228.4 782.5C312.396 924 438.905 979 582.4 991.5C725.896 1004 868.895 934.5 953.4 782.5C1037.91 630.5 1010.4 487.5 953.4 371.5Z");
  animation: small-circle__planet-1 25s reverse linear infinite;
  offset-anchor: -4% 3%;
}
.join-community .small-circle__planet-2 {
  animation: small-circle__planet-2 20s reverse linear infinite;
}
.join-community .small-circle__planet-3 {
  animation: small-circle__planet-3 15s reverse linear infinite;
}
.join-community .small-circle__planet-4 {
  animation: small-circle__planet-4 5s reverse linear infinite;
}
@keyframes big-circle__planet-1 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes big-circle__planet-2 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes big-circle__planet-3 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes big-circle__planet-4 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes big-circle__planet-5 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes small-circle__planet-1 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes small-circle__planet-2 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes small-circle__planet-3 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes small-circle__planet-4 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.join-community__content {
  max-width: 597px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.join-community__wrapper {
  max-width: 279px;
  margin: 0 auto;
}
.join-community__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 54.4px;
  margin-bottom: 24px;
  text-transform: capitalize;
  text-align: center;
}
.join-community__title span {
  color: #C5C5C5;
}
.join-community__desc {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 49px;
  text-align: center;
}
.join-community .btn {
  margin: 0 auto;
  display: flex;
  max-width: 203px;
  font-size: 14px;
  padding: 18px 21px;
}

.just-unleash {
  padding-top: 116px;
  position: relative;
  margin-bottom: 208px;
}
.just-unleash .container {
  display: flex;
}
.just-unleash::after {
  content: "";
  left: 96px;
  position: absolute;
  width: calc(100% - 192px);
  height: 1px;
  background: #CBCBCB;
  top: 0;
}
.just-unleash__content {
  max-width: 461px;
  width: 100%;
  margin-right: 102px;
}
.just-unleash-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 54.4px;
  margin-bottom: 45px;
  text-align: center;
}
.just-unleash .title__main {
  color: #C5C5C5;
}
.just-unleash .just-unleash__list {
  margin-bottom: 70px;
}
.just-unleash .just-unleash__item {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 12px;
  color: #141416;
  margin-left: 27px;
}
.just-unleash .just-unleash__item::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: -26px;
  border-radius: 50%;
}
.just-unleash .just-unleash__item::after {
  content: "";
  display: inline-block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 10px;
  left: -22px;
  position: absolute;
  width: 9px;
  height: 4px;
  transform: rotate(-53deg);
}
.just-unleash .just-unleash__item:last-child {
  margin-bottom: 0;
}
.just-unleash .btn {
  font-size: 15px;
  line-height: 18.5px;
  text-transform: capitalize;
}
.just-unleash .btn:hover {
  background-color: #fff;
  color: #141416;
}
.just-unleash .btn:hover .icon-svg use {
  stroke: #141416;
}
.just-unleash .btn .icon-svg {
  width: 18px;
  height: 10px;
  stroke: white;
  color: transparent;
}
.just-unleash__wigets {
  display: flex;
  max-width: 836px;
  width: 100%;
  position: relative;
}
.just-unleash__wigets::before {
  content: "";
  position: absolute;
  right: -104px;
  bottom: -13px;
  height: 173px;
  width: 400px;
  background: url(assets/img/just-unleash-decoration-dot.svg);
}
.just-unleash__wigets .wiget__recent-viewed {
  z-index: 1;
  margin-right: -168px;
  max-width: 322px;
  position: relative;
  top: 347px;
  max-height: 217px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget__title h3 {
  font-size: 18px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-users-list {
  max-height: 108px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-users-list__item {
  margin-bottom: 17px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-user__name {
  font-size: 13px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-user__avatar-img {
  margin-right: 13px;
  width: 45px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-user__nick-name {
  font-size: 11px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-user__price {
  font-size: 13px;
  margin-bottom: 6px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-user__price .icon-xs {
  width: 15px;
  height: 15px;
}
.just-unleash__wigets .wiget__recent-viewed .wiget-user__percent {
  font-size: 12px;
}
.just-unleash__wigets .wiget_best-sellers {
  max-width: 322px;
  max-height: 510px;
  padding: 26px 20px 25px 17px;
}
.just-unleash__wigets .wiget_best-sellers .wiget__title {
  margin-bottom: 23px;
}
.just-unleash__wigets .wiget_best-sellers .wiget__title h3 {
  font-size: 18px;
}
.just-unleash__wigets .wiget_best-sellers .wiget-users-list {
  max-height: 417px;
}
.just-unleash__wigets .wiget_best-sellers .wiget-users-list__item {
  margin-bottom: 15px;
  width: 262px;
}
.just-unleash__wigets .wiget_best-sellers .wiget-users-list__item::before {
  content: counter(counterCustomName) "";
  background-color: #141416;
  color: #fff;
  top: 0;
  right: 0;
}
.just-unleash__wigets .wiget_best-sellers .wiget-users-list .wiget-user__avatar-img {
  margin-right: 10px;
  width: 55px;
}
.just-unleash__wigets .wiget_best-sellers .wiget-users-list .wiget-user__name {
  font-size: 12px;
}
.just-unleash__wigets .wiget_best-sellers .wiget-users-list .wiget-user__nick-name {
  font-size: 10px;
}
.just-unleash__wigets .wiget-user__btn {
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  line-height: 14px;
  border-radius: 7px;
  border: 2px solid #E6E8EC;
  background-color: transparent;
  margin-left: auto;
  transition: 0.3s;
}
.just-unleash__wigets .wiget-user__btn:hover {
  background-color: #000;
  color: #fff;
  border: none;
}
.just-unleash__wigets .wiget-user__btn_unfollow {
  background-color: #E6E8EC;
}
.just-unleash__wigets .wiget_nev-bid {
  margin-top: -41px;
  max-height: 84px;
  margin-left: -95px;
  z-index: 1;
  max-width: 325px;
  padding: 12px;
}
.just-unleash__wigets .wiget_nev-bid .wiget-users-list {
  overflow: visible;
}
.just-unleash__wigets .wiget_nev-bid .wiget-users-list__item {
  display: flex;
  width: 302px;
  justify-content: space-between;
}
.just-unleash__wigets .wiget_nev-bid .wiget-users-list__item:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #141416;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
}
.just-unleash__wigets .wiget_nev-bid .wiget-users-list__item::before {
  content: url(assets/img/wiget-verified.svg);
  counter-increment: counterCustomName;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 53px;
}
.just-unleash__wigets .wiget_nev-bid .wiget__avatar img {
  margin: 0 12px 0 19px;
  width: 45px;
}
.just-unleash__wigets .wiget_nev-bid .wiget__info {
  margin-right: 14px;
}
.just-unleash__wigets .wiget_nev-bid .wiget__new-bid {
  font-size: 13px;
  font-weight: 500;
  color: #141416;
  line-height: 22px;
}
.just-unleash__wigets .wiget_nev-bid .wiget__new-bid span {
  color: #949494;
}
.just-unleash__wigets .wiget_nev-bid .wiget__price {
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
  color: #141416;
}
.just-unleash__wigets .wiget_nev-bid .wiget__date {
  font-size: 11px;
  line-height: 19px;
  color: #949494;
}
.just-unleash__wigets .wiget_nev-bid .wiget__produc img {
  width: 60px;
}

.questions {
  margin-bottom: 214px;
}
.questions .section-title {
  font-size: 48px;
  margin-bottom: 78px;
  line-height: 1.4;
  flex-direction: column;
}
.questions .section-title span {
  color: #C5C5C5;
  display: block;
}
.questions .accordion {
  width: 100%;
  max-width: 1248px;
}
.questions .accordion-item {
  margin-bottom: 31px;
}
.questions .accordion-item::last-child {
  margin-bottom: 0;
}
.questions .accordion-item__button {
  font-size: 25px;
  line-height: 64px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ADADAD;
  padding-right: 50px;
  color: #141416;
  position: relative;
}
.questions .accordion-item__button span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #141416;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 10px;
}
.questions .accordion-item__button:before {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 29px;
  right: 21px;
  z-index: 1;
}
.questions .accordion-item__button::after {
  content: "";
  height: 11px;
  width: 2px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 25px;
  z-index: 1;
}
.questions .accordion-item__content {
  display: none;
}
.questions .accordion-item__content p {
  font-size: 16px;
  padding: 9px 0;
}
.questions .accordion-item.active .accordion-item__button::after {
  display: none;
}
.questions .accordion-item.active .accordion-item__content {
  display: block;
}

.nft {
  margin-bottom: 160px;
}
.nft .container {
  background-color: #141416;
  border-radius: 30px;
  display: flex;
  padding: 31px 22px 16px 66px;
  height: 311px;
}
.nft .section-title {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}
.nft__subtitle {
  font-size: 20px;
  line-height: 1.3;
  color: #D4D4D4;
  margin-bottom: 50px;
}
.nft .btn-secondary {
  font-size: 21px;
  padding: 20px 25px;
  line-height: 1.3;
  border-radius: 12px;
  margin-right: 30px;
}
.nft .btn-secondary:hover {
  border: 2px solid #fff;
}
.nft .btn-primary {
  font-size: 21px;
  line-height: 1.3;
  padding: 20px 30px;
  border: 2px solid #fff;
  border-radius: 12px;
}
.nft__picture {
  margin-left: auto;
  width: 400px;
  height: 249px;
}
.nft__picture img:first-child {
  filter: blur(27px);
  opacity: 1;
  margin-top: 13px;
}
.nft__picture img:last-child {
  opacity: 0.99;
  margin-top: calc(-100% + 98px);
}

.nft-form {
  padding: 110px 0 210px;
}
.nft-form .registration-form {
  max-width: 702px;
  width: 100%;
  margin-right: 69px;
}
.nft-form .registration-form fieldset {
  position: relative;
}
.nft-form .registration-form fieldset h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.24;
  margin-bottom: 25px;
}
.nft-form .registration-form fieldset input,
.nft-form .registration-form fieldset textarea {
  width: 100%;
  background-color: #EFEFEF;
  padding: 20px 28px 22px 27px;
  border-radius: 12px;
  border: none;
  margin-bottom: 35px;
}
.nft-form .registration-form fieldset input:focus,
.nft-form .registration-form fieldset textarea:focus {
  border: 2px solid #000;
}
.nft-form .registration-form fieldset input:focus::placeholder,
.nft-form .registration-form fieldset textarea:focus::placeholder {
  font-size: 0;
}
.nft-form .registration-form fieldset input:hover,
.nft-form .registration-form fieldset textarea:hover {
  border: 2px solid #000;
}
.nft-form .registration-form fieldset input[type=text] {
  height: 63px;
}
.nft-form .registration-form fieldset .input-size {
  max-width: 140px;
  height: 63px;
}
.nft-form .registration-form fieldset .input-size::-webkit-outer-spin-button, .nft-form .registration-form fieldset .input-size::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.nft-form .registration-form fieldset textarea {
  height: 165px;
  max-height: 200px;
}
.nft-form .registration-form fieldset ::placeholder {
  color: #848586;
  font-size: 13px;
  transition: 0.3s;
}
.nft-form .registration-form fieldset .wrapper-price {
  max-width: 492px;
  width: 100%;
}
.nft-form .registration-form fieldset .wrapper-price__input {
  display: flex;
  background-color: #EFEFEF;
  border-radius: 12px;
  margin-right: 39px;
}
.nft-form .registration-form fieldset .wrapper-price__input:hover {
  border: 2px solid #000;
}
.nft-form .registration-form fieldset .wrapper-price__input:hover input,
.nft-form .registration-form fieldset .wrapper-price__input:hover .nice-select {
  border: none;
}
.nft-form .registration-form fieldset .wrapper-price__input input {
  margin-bottom: 0;
  max-width: 345px;
  width: 100%;
  min-width: 130px;
}
.nft-form .registration-form fieldset .nice-select {
  background-color: #EFEFEF;
  border: none;
  font-size: 13px;
  padding: 0 73px 0 22px;
  width: 147px;
  height: 63px;
  border-radius: 12px;
  align-items: center;
  display: flex;
  color: #848586;
}
.nft-form .registration-form fieldset .nice-select:focus {
  border: 2px solid #000;
}
.nft-form .registration-form fieldset .nice-select:hover {
  border: 2px solid #000;
}
.nft-form .registration-form fieldset .nice-select .list {
  background-color: #ededed;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #000;
  color: #000;
  border-radius: 12px;
}
.nft-form .registration-form fieldset .nice-select .option:hover {
  background-color: #fff;
}
.nft-form .registration-form fieldset .nice-select .option.selected {
  color: #000;
}
.nft-form .registration-form .toggle-checkboxs {
  margin: 71px 0 70px;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox {
  margin-bottom: 40px;
  position: relative;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] {
  display: none;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.24;
  display: flex;
  flex-direction: column;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label span {
  font-size: 13px;
  line-height: 1.24;
  color: #9596A6;
  margin-top: 12px;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 30px;
  background-color: #E7E4E4;
  top: 50%;
  right: 0;
  border-radius: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #141416;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label:hover::before {
  border: 1px solid #141416;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox]:checked + label::before {
  background-color: #141416;
}
.nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox]:checked + label::after {
  background-color: #fff;
  right: 5px;
}
.nft-form .registration-form__btn {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  padding: 24px 0;
  transition: 0.3s;
}
.nft-form .registration-form__btn:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.nft-form .content-drop-zona {
  margin-left: auto;
}
.nft-form .content-drop-zona .control-input {
  margin: 0 auto;
  max-width: 468px;
  width: 100%;
  max-height: 413px;
  background-color: #fff;
  margin-top: -470px;
  border-radius: 31px;
  margin-bottom: 57px;
  box-shadow: 0px -82px 80px 0px rgba(0, 0, 0, 0.05), 0px 82px 82px -61px rgba(15, 15, 15, 0.1);
  padding: 148px 145px;
}
.nft-form .content-drop-zona .control-input label {
  font-size: 15px;
  color: #777E90;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 178px;
}
.nft-form .content-drop-zona .control-input label .icon-svg {
  max-width: 51px;
  height: 51px;
  margin: 0 auto 13px;
  color: #000;
  transition: 0.3s;
}
.nft-form .content-drop-zona .control-input label:hover .icon-svg {
  color: #777E90;
}
.nft-form .content-drop-zona #image-preview {
  margin: 45px 0 53px;
  border-radius: 31px;
  max-width: 475px;
  height: 417px;
}
.nft-form .content-drop-zona .btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 23px;
  padding: 20px 135px;
  margin: 0 auto;
  display: flex;
}

.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  backdrop-filter: blur(10px);
  height: 100vh;
  width: 100vw;
  z-index: 10;
  display: none;
}
.custom-modal.show {
  display: block;
}
.custom-modal__body {
  border: 2px solid #000;
  max-width: 439px;
  width: 100%;
  border-radius: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 45px 18px 41px;
}
.custom-modal__body h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 29.3px;
  margin-bottom: 3px;
}
.custom-modal__date {
  font-size: 15px;
  line-height: 18px;
  color: #888888;
  margin-bottom: 18px;
}
.custom-modal__cards {
  margin-bottom: 45px;
}
.custom-modal__card {
  display: flex;
  padding: 18px 50px 18px 18px;
  margin-bottom: 18px;
  box-shadow: -6px 12px 20px 0 rgba(16, 16, 16, 0.15);
  border-radius: 11px;
}
.custom-modal__card:last-child {
  margin-bottom: 0;
}
.custom-modal__avatar {
  max-width: 64px;
  margin-right: 15px;
  position: relative;
}
.custom-modal__avatar:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -5px;
  width: 21px;
  height: 21px;
  background-color: #007AFF;
  border-radius: 50%;
  border: 3px solid #fff;
}
.custom-modal__avatar:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  top: 5px;
  right: 3px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(311deg);
}
.custom-modal__data {
  font-size: 17px;
  font-weight: 500;
  line-height: 25.9px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.custom-modal__data span {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #9C9C9C;
  display: block;
}
.custom-modal__ethereum {
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.custom-modal__bid {
  display: flex;
  flex-direction: column;
}
.custom-modal__bid .btn {
  border-radius: 18px;
  font-size: 17px;
  text-transform: capitalize;
  padding: 22px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.custom-modal__select {
  border: 1px solid #141416;
  border-radius: 18px;
  margin-bottom: 13px;
  height: 71px;
}
.custom-modal__select .nice-select {
  align-items: center;
  background-color: #141416;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  border-radius: 18px 0 0 18px;
  width: 157px;
  border: none;
  display: flex;
  justify-content: center;
  position: relative;
}
.custom-modal__select .nice-select:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 30px;
  right: 45px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.custom-modal__select .nice-select .list {
  width: 100%;
  background-color: #000;
  border-radius: 18px 0 0 18px;
}
.custom-modal__select .nice-select .option {
  color: #fff;
}
.custom-modal__select .nice-select .option:hover {
  color: #000;
}
.custom-modal__select .nice-select .option.selected {
  background-color: #fff;
}
.custom-modal__select .nice-select .option.selected.focus {
  color: grey;
}
.custom-modal svg.icon-svg {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.product-detail {
  padding: 100px 0 160px;
}
.product-detail__title {
  display: flex;
  margin-bottom: 55px;
  align-items: center;
}
.product-detail__title .history-back {
  position: relative;
  width: 37px;
  height: 37px;
  border-radius: 37px;
  margin-right: 35px;
  background-color: #E6E8EC;
  border: none;
}
.product-detail__title .history-back:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  top: 12px;
  left: 15px;
  position: absolute;
  transform: rotate(45deg);
}
.product-detail__title h3 {
  font-size: 31px;
  font-weight: 600;
  line-height: 27.6px;
}
.product-detail__card {
  display: flex;
  padding: 38px 38px 38px 37px;
  background-color: #FAFAFA;
  box-shadow: 18px 18px 61px 0 rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  margin-bottom: 133px;
}
.product-detail__img {
  margin-right: 24px;
  max-width: 564px;
  height: 560px;
  width: 100%;
}
.product-detail__content {
  max-width: 474px;
  width: 100%;
  margin-left: auto;
}
.product-detail__content h2 {
  font-size: 51px;
  font-weight: 600;
  line-height: 31.8px;
  margin-bottom: 30px;
}
.product-detail__content p {
  font-size: 19px;
  line-height: 29.1px;
  color: #888888;
  max-width: 400px;
  margin-bottom: 71px;
}
.product-detail__info-on-persons {
  display: flex;
  margin-bottom: 64px;
}
.product-detail__created, .product-detail__owned {
  display: flex;
  margin-right: 80px;
  align-items: center;
  height: 66px;
}
.product-detail__created img, .product-detail__owned img {
  max-width: 66px;
  height: 66px;
  margin-right: 17px;
}
.product-detail__owned {
  margin-right: 0;
}
.product-detail__created-name, .product-detail__owned-name {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  max-width: 129px;
}
.product-detail__created-name span, .product-detail__owned-name span {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.product-detail__bid-info {
  display: flex;
  margin-bottom: 55px;
}
.product-detail__current-bid {
  max-width: 103px;
  font-size: 33px;
  font-weight: 600;
}
.product-detail__current-bid span {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 7px;
  display: inline-block;
  color: #8C8C8C;
}
.product-detail__current-bid .icon-md {
  width: 35px;
  height: 35px;
  margin-left: -7px;
}
.product-detail__current-bid-data {
  display: flex;
  align-items: center;
}
.product-detail__end-date {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 19px;
  line-height: 30.2px;
}
.product-detail__end-date span {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
  color: #8C8C8C;
}
.product-detail .btn {
  font-size: 18px;
  width: 100%;
  color: #fff;
  border-radius: 20px;
  line-height: 28.2px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .btn .icon-svg {
  width: 22px;
  height: 22px;
  margin-right: 16px;
}
.product-detail__title-cards {
  font-size: 31px;
  font-weight: 600;
  color: #C3C3C3;
  line-height: 27.6px;
  margin-bottom: 44px;
}
.product-detail__cards {
  display: flex;
}
.product-detail__cards .product {
  margin-right: 42px;
  border-radius: 17px;
  max-width: 215px;
  padding: 14px;
  border: none;
  box-shadow: 17px 12px 60px 0 rgba(97, 97, 97, 0.25);
}
.product-detail__cards .product:last-child {
  margin-right: 0;
}
.product-detail__cards .product-img {
  margin-bottom: 7px;
  height: 164px;
  max-width: 188px;
}
.product-detail__cards .product-img img {
  width: 100%;
  height: 164px;
}
.product-detail__cards .product-running-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 7px;
}
.product-detail__cards .product-title {
  font-size: 18px;
  margin-bottom: 7px;
}
.product-detail__cards .product-wrapper {
  display: flex;
}
.product-detail__cards .product-bid {
  line-height: 26.3px;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}
.product-detail__cards .product-bid i {
  margin: 0 5px 0 -4px;
}
.product-detail__cards .product-likes {
  margin-right: 10px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.6px;
  color: #888888;
  align-items: center;
  display: flex;
  position: relative;
}
.product-detail__cards .product-likes::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -18px;
  width: 15px;
  height: 13px;
  background: url(assets/img/icon-heart.png) no-repeat;
}

.discover {
  padding: 110px 0 226px;
}
.discover .container {
  position: relative;
}
.discover .container .section-title {
  margin-bottom: 44px;
}
.discover .container .explore-marketplace__content {
  margin-bottom: 176px;
}
.discover .container .loader {
  top: 0;
  left: 50%;
}

.leaderboard {
  padding: 110px 0 200px;
}
.leaderboard .container {
  position: relative;
}
.leaderboard .container .section-title {
  margin-bottom: 45px;
}
.leaderboard .container .explore-marketplace__nav {
  margin-bottom: 98px;
}
.leaderboard .container .top-collection__wrapper {
  margin-bottom: 109px;
}
.leaderboard .container .top-collection__table thead {
  color: #1A202C;
}
.leaderboard .container .loader {
  left: 50%;
  top: 0;
}

.creators {
  padding: 110px 0 177px;
}
.creators .container {
  position: relative;
}
.creators .section-title {
  margin-bottom: 130px;
}
.creators__cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 84px;
  column-gap: 60px;
  margin-bottom: 153px;
  justify-content: center;
}
.creators__card {
  max-width: 371px;
  width: 100%;
  border-radius: 25px;
  box-shadow: 30px 15px 80px 0 rgba(191, 191, 191, 0.6);
  position: relative;
}
.creators__img {
  margin-bottom: 70px;
}
.creators__img img {
  width: 100%;
  height: 206px;
  border-radius: 25px 25px 0 0;
}
.creators__avatar {
  top: 150px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.creators__avatar img {
  width: 111px;
}
.creators__username {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  color: #000;
  margin-bottom: 17px;
  justify-content: center;
  display: flex;
}
.creators__price {
  display: flex;
  margin-bottom: 33px;
  padding: 0 26px;
  justify-content: space-between;
}
.creators__price-items {
  font-size: 13px;
  line-height: 15.8px;
  font-weight: 400;
  color: #828282;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.creators__price-items span {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.7px;
  color: #141416;
  display: flex;
  align-items: center;
}
.creators__products {
  display: flex;
  position: relative;
  padding: 0 26px;
  gap: 10px;
  margin-bottom: 37px;
}
.creators__products img {
  width: 99px;
}
.creators__products-collection {
  align-items: center;
  position: absolute;
  width: 99px;
  height: 99px;
  top: 0px;
  right: 28px;
  background-color: rgba(16, 16, 16, 0.5);
  justify-content: center;
  display: flex;
  color: #fff;
  font-weight: 700;
  line-height: 21.8px;
  font-size: 20px;
  border-radius: 6px;
}
.creators .loader {
  left: 50%;
  top: 0;
}

footer {
  background-color: #141416;
  margin-top: auto;
}

.footer-top {
  display: flex;
  border-bottom: 1px solid #848586;
  padding: 91px 0 25px;
}

.footer-logo {
  display: flex;
}

.footer-nav {
  margin-left: auto;
  align-items: center;
  display: flex;
}

.footer-nav-list {
  display: flex;
  gap: 70px;
}

.footer-nav-item a {
  color: #B9B9B9;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}
.footer-nav-item a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 57px 0 81px;
  display: flex;
}

.footer-social {
  display: flex;
  margin-left: auto;
  gap: 48px;
}
.footer-social a {
  display: flex;
  height: 22px;
  width: 22px;
}
.footer-social a:hover {
  color: #fff;
}

.copywrite {
  color: #848586;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .nav-list {
    padding: 0 16px;
  }
  .nav-item {
    margin: 0 22px;
  }
  .banner {
    padding: 50px 0 143px;
  }
  .banner > .container {
    gap: 34px;
  }
  .banner .swiper {
    width: 736px;
  }
  .banner-slider-navigation {
    margin-left: 100px;
    margin-top: -103px;
  }
  .weekly .wiget {
    transform: translate(135%, 50%);
  }
  .just-unleash .container {
    flex-direction: column;
  }
  .just-unleash__content {
    margin: 0px auto 100px;
  }
  .just-unleash__wigets {
    margin: 0 auto;
  }
  .just-unleash__wigets::before {
    right: -17px;
    bottom: -29px;
  }
  .just-unleash .wiget_best-sellers {
    margin: 0 auto;
  }
  .just-unleash .wiget__recent-viewed {
    right: -42px;
  }
  .just-unleash .wiget_nev-bid {
    right: 109px;
  }
  .nft-form .registration-form {
    margin-right: 33px;
  }
  .nft-form .content-drop-zona .control-input {
    padding: 105px 103px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 30px 0;
  }
  header:before {
    content: "";
    left: 30px;
    position: absolute;
    width: calc(100% - 60px);
    height: 1px;
    background: #CBCBCB;
    top: 106px;
  }
  .mobile-container {
    flex-direction: column;
    position: fixed;
    top: 107px;
    background-color: #000;
    gap: 24px;
    padding: 36px 48px 48px;
    z-index: 15;
    right: 100%;
    transition: 1s;
  }
  .mobile-container.show {
    display: flex;
    right: 0;
    transition: 1s;
  }
  .header-nav {
    max-width: 348px;
    width: 100%;
  }
  .nav-list {
    flex-direction: column;
    padding: 0;
  }
  .nav-item {
    margin: 12px 0;
  }
  .nav-item a:hover {
    color: #fff;
  }
  .btn-burger {
    display: block;
    margin-left: auto;
  }
  .header-search {
    margin: 0;
  }
  .header-search input[type=search] {
    margin: 0;
  }
  .header-search + .btn {
    max-width: 348px;
    width: 100%;
    border: 2px solid #fff;
  }
  .banner {
    padding: 44px 0 113px;
  }
  .banner > .container {
    flex-direction: column;
  }
  .banner-content {
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
  }
  .banner-over-title {
    font-size: 10px;
    border: none;
  }
  .banner-over-title:before {
    content: "";
    top: 3px;
    left: 6px;
    width: 33px;
    height: 1px;
    position: absolute;
    background: #848586;
  }
  .banner-title {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .banner-description {
    font-size: 12px;
    color: #676767;
    line-height: 17px;
    margin-bottom: 42px;
  }
  .banner-btns-row {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .banner-btns-row > a,
  .banner-btns-row button {
    margin: 0px 9px;
  }
  .banner .btn {
    font-size: 12px;
    padding: 15px 18px;
  }
  .banner-advantages {
    margin: 0;
    justify-content: center;
  }
  .banner-advantage {
    margin: 0px 15px;
  }
  .banner-advantage h3 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 3px;
  }
  .banner-advantage small {
    font-size: 10px;
    line-height: 12px;
  }
  .banner-slider-container {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-slider-container::before {
    right: -15px;
    top: 14px;
    height: 213px;
    width: 92px;
    background: url(assets/img/banner-decoration-dot-mobile.png);
    background-repeat: no-repeat;
  }
  .banner-slider-container::after {
    left: 192px;
    top: 55px;
    height: 56px;
    width: 58px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .banner .swiper {
    width: 400px;
    height: 285px;
  }
  .banner .swiper-slide {
    padding-top: 36px;
  }
  .banner .swiper-slide img {
    padding: 0 10px;
  }
  .banner .swiper-slide img:first-child {
    filter: blur(5px);
  }
  .banner .swiper-slide img:last-child {
    opacity: 0.99;
    margin-top: calc(-100% - 15px);
  }
  .banner .swiper-slide.swiper-slide-next {
    margin-top: 96px;
  }
  .banner .swiper-slide.swiper-slide-next img {
    max-width: 170px;
  }
  .banner .swiper-slide.swiper-slide-next img:last-child {
    margin-top: calc(-100% + 9px);
  }
  .banner-slider-navigation {
    height: 36px;
    width: 88px;
    margin-left: 60px;
    margin-top: -41px;
    box-shadow: 1px 20px 36px -15px rgba(15, 15, 15, 0.5), -1px 20px 36px -15px rgba(15, 15, 15, 0.5), -19px 20px 36px -15px rgba(15, 15, 15, 0.5), 10px 20px 36px -15px rgba(15, 15, 15, 0.5);
  }
  .banner-slider-navigation::after {
    content: "";
    width: 1px;
    height: 13px;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 13px;
    height: 13px;
  }
  .swiper-button-prev {
    border-radius: 9px 0 0 9px;
    background-color: #FCFCFD;
  }
  .swiper-button-next {
    border-radius: 0 9px 9px 0;
    background-color: #FCFCFD;
  }
  .carousel-weekly {
    max-width: 562px;
  }
  .wiget {
    display: none;
  }
  .top-collection {
    padding: 77px 30px 100px;
  }
  .top-collection__wrapper {
    margin-bottom: 50px;
  }
  .top-collection .section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .top-collection__table thead {
    font-size: 14px;
  }
  .top-collection__table td {
    padding: 7px 0;
  }
  .top-collection__table-user img {
    max-width: 52px;
    margin-right: 16px;
    max-height: 48px;
  }
  .top-collection__table-name {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .top-collection__table-nickname {
    font-size: 12px;
  }
  .top-collection__table-volume {
    font-size: 15px;
  }
  .top-collection__table-volume .icon-md {
    width: 17px;
    height: 17px;
  }
  .top-collection__table-percent {
    font-size: 13px;
  }
  .top-collection__table-price {
    font-size: 15px;
  }
  .top-collection__table-price .icon-md {
    width: 17px;
    height: 17px;
  }
  .top-collection__table-owners {
    font-size: 13px;
  }
  .top-collection__table-items {
    font-size: 13px;
  }
  .top-collection__link a {
    font-size: 12px;
    margin-right: auto;
  }
  .join-community {
    padding: 0 0 157px;
  }
  .join-community__title {
    font-size: 27px;
    line-height: 26.6px;
    margin-bottom: 14px;
  }
  .join-community__desc {
    font-size: 9px;
    line-height: 15px;
    margin-bottom: 23px;
  }
  .join-community .btn {
    font-size: 8px;
    padding: 12px 13px;
    line-height: 11px;
    border-radius: 7px;
    max-width: 120px;
  }
  .profile {
    overflow: hidden;
  }
  .profile .container {
    padding: 0;
  }
  .profile__img {
    width: 1025px;
    margin-bottom: 95px;
  }
  .profile__img img {
    border-radius: 0;
  }
  .profile__avatar {
    max-width: 138px;
    bottom: -73px;
    left: 40px;
  }
  .profile__wrapper {
    flex-direction: column;
  }
  .profile-card {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 84px;
  }
  .profile-card__data {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .profile-card__name {
    margin-right: 82px;
  }
  .profile-card__user-name {
    font-size: 25px;
    margin-bottom: 2px;
  }
  .profile-card__nick-name {
    font-size: 13px;
  }
  .profile-card__link {
    margin-top: 12px;
  }
  .profile-card__link a {
    padding: 9px 17px;
    border-radius: 8px;
    font-size: 11px;
  }
  .profile-card__info {
    margin-bottom: 88px;
  }
  .profile-card__info-sales {
    margin-right: 50px;
  }
  .profile-card__info-sales h4 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 3px;
  }
  .profile-card__info-sales small {
    font-size: 8px;
  }
  .profile-card__bio {
    padding-bottom: 64px;
    margin-bottom: 25px;
  }
  .profile-card__bio h5 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .profile-card__bio p {
    font-size: 11px;
  }
  .profile-card__social {
    gap: 50px;
  }
  .profile-card__social a {
    width: 12px;
    height: 12px;
  }
  .profile .tabs .active {
    max-width: 690px;
    margin: 0 auto;
    justify-content: center;
  }
  .profile .tabs .active .product .btn {
    margin: -35px 0 0 auto;
  }
  .profile span.loader {
    left: 45%;
    top: 96px;
  }
  .just-unleash {
    padding: 0 27px;
    margin-bottom: 300px;
  }
  .just-unleash::after {
    display: none;
  }
  .just-unleash__content {
    margin: 0px auto;
  }
  .just-unleash-title {
    font-size: 26px;
    line-height: 37.1px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
  }
  .just-unleash__list {
    display: none;
  }
  .just-unleash__wigets {
    max-width: 306px;
  }
  .just-unleash__wigets::before {
    background: url(assets/img/just-unleash-decoration-dot-mobile.svg);
    bottom: -64px;
    right: -35px;
    height: 80px;
    width: 191px;
  }
  .just-unleash .wiget__recent-viewed {
    padding: 11px 10px 8px;
    border-radius: 6px;
    display: block;
    top: 201px;
    right: 37px;
    max-width: 153px;
    max-height: 103px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title {
    margin-bottom: 11px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title h3 {
    font-size: 9px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title .layout-menu {
    top: 4px;
    right: 18px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title .layout-case__button span {
    width: 4px;
    height: 4px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title .layout-case__button span::before, .just-unleash .wiget__recent-viewed .wiget__title .layout-case__button span::after {
    width: 4px;
    height: 4px;
    top: 6px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title .layout-case {
    gap: 4px;
    border: 1px solid #CBD5E0;
    padding: 5px;
    width: 71px;
  }
  .just-unleash .wiget__recent-viewed .wiget__title .layout-case__item svg {
    width: 28px;
    height: 28px;
  }
  .just-unleash .wiget__recent-viewed .wiget-users-list {
    max-height: 60px;
  }
  .just-unleash .wiget__recent-viewed .wiget-users-list::-webkit-scrollbar {
    width: 3px;
  }
  .just-unleash .wiget__recent-viewed .wiget-users-list__item:before {
    width: 9px;
    height: 9px;
    font-size: 5px;
    top: 14px;
    left: 12px;
  }
  .just-unleash .wiget__recent-viewed .wiget-user__avatar-img {
    margin-right: 6px;
    width: 21px;
  }
  .just-unleash .wiget__recent-viewed .wiget-user__name {
    font-size: 6px;
    margin-bottom: 3px;
  }
  .just-unleash .wiget__recent-viewed .wiget-user__nick-name {
    font-size: 5px;
  }
  .just-unleash .wiget__recent-viewed .wiget-user__price {
    font-size: 6px;
    margin-bottom: 3px;
  }
  .just-unleash .wiget__recent-viewed .wiget-user__price .icon-xs {
    width: 7px;
    height: 7px;
  }
  .just-unleash .wiget__recent-viewed .wiget-user__percent {
    font-size: 5px;
  }
  .just-unleash .wiget_best-sellers {
    display: block;
    border-radius: 6px;
    top: 42px;
    padding: 12px 9px;
    max-width: 153px;
    max-height: 243px;
  }
  .just-unleash .wiget_best-sellers .wiget__title {
    margin-bottom: 11px;
  }
  .just-unleash .wiget_best-sellers .wiget__title h3 {
    font-size: 8px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list {
    max-height: 192px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list::-webkit-scrollbar {
    width: 3px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list__item {
    margin-bottom: 7px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list__item::before {
    width: 10px;
    height: 10px;
    font-size: 5px;
    top: 0px;
    left: 16px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list .wiget-user__avatar-img {
    margin-right: 5px;
    width: 26px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list .wiget-user__name {
    font-size: 5px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list .wiget-user__nick-name {
    font-size: 5px;
  }
  .just-unleash .wiget_best-sellers .wiget-users-list .wiget-user__btn {
    font-size: 5px;
    padding: 3px 6px;
    line-height: 7px;
    border-radius: 3px;
    border: 1px solid #E6E8EC;
  }
  .just-unleash .wiget_nev-bid {
    display: block;
    max-height: 40px;
    max-width: 155px;
    border-radius: 6px;
    margin-top: 25px;
    right: 26px;
    padding: 5px 5px 4px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list__item {
    width: 144px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list__item::before {
    content: url(assets/img/wiget-verified-mobile.svg);
    width: 8px;
    height: 8px;
    left: 23px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list__item::after {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list .wiget__avatar img {
    width: 21px;
    margin: 0 5px 0 8px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list .wiget__info {
    margin-right: 6px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list .wiget__new-bid {
    font-size: 6px;
    line-height: 10px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list .wiget__price,
  .just-unleash .wiget_nev-bid .wiget-users-list .wiget__date {
    font-size: 5px;
    line-height: 9px;
  }
  .just-unleash .wiget_nev-bid .wiget-users-list .wiget__product img {
    width: 29px;
  }
  .just-unleash .btn {
    position: relative;
    font-size: 11px;
    line-height: 13.8px;
    border-radius: 9px;
    padding: 15px;
    bottom: -434px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .questions {
    margin-bottom: 112px;
  }
  .questions .section-title {
    font-size: 24px;
    margin-bottom: 67px;
    line-height: 1.2;
  }
  .questions .accordion-item {
    margin-bottom: 15px;
  }
  .questions .accordion-item__button {
    font-size: 12px;
    line-height: 31px;
    padding-right: 25px;
  }
  .questions .accordion-item__button span {
    width: 15px;
    height: 15px;
    top: 9px;
    right: 6px;
  }
  .questions .accordion-item__button::before {
    width: 7px;
    height: 1px;
    top: 16px;
    right: 10px;
  }
  .questions .accordion-item__button::after {
    height: 7px;
    width: 1px;
    top: 13px;
    right: 13px;
  }
  .questions .accordion-item__content p {
    font-size: 11px;
  }
  .nft {
    margin-bottom: 191px;
  }
  .nft .container {
    border-radius: 15px;
    padding: 21px 40px 82px 39px;
    max-width: 600px;
    flex-direction: column;
    height: 280px;
  }
  .nft .section-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .nft__subtitle {
    font-size: 10px;
    margin-bottom: 25px;
    text-align: center;
  }
  .nft__links {
    max-width: 233px;
    margin: 0 auto 36px;
  }
  .nft .btn-secondary {
    font-size: 10px;
    padding: 10px 13px;
    border-radius: 10px;
    margin-right: 15px;
  }
  .nft .btn-primary {
    font-size: 10px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .nft__picture {
    margin: auto;
    max-width: 266px;
  }
  .nft__picture img:first-child {
    filter: blur(64px);
    opacity: 1;
    margin-top: 0;
    width: 266px;
  }
  .nft__picture img:last-child {
    opacity: 0.99;
    margin-top: calc(-100% + 57px);
    width: 244px;
  }
  .nft-form {
    padding: 80px 0 125px;
  }
  .nft-form .section-title {
    display: none;
  }
  .nft-form .content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .nft-form .content .content-drop-zona {
    margin: 0 0 91px 0;
  }
  .nft-form .content .content-drop-zona .control-input {
    max-width: 311px;
    max-height: 375px;
    margin-top: -449px;
    border-radius: 23px;
    margin-bottom: 61px;
    box-shadow: 0px 61px 61px -46px rgba(15, 15, 15, 0.1);
    padding: 145px 89px;
  }
  .nft-form .content .content-drop-zona .control-input label {
    font-size: 11px;
    line-height: 19px;
    width: 132px;
  }
  .nft-form .content .content-drop-zona .control-input label .icon-svg {
    max-width: 38px;
    height: 38px;
    margin: 0 auto 10px;
  }
  .nft-form .content .content-drop-zona #image-preview {
    margin: 0 0 61px;
    max-width: 313px;
    height: 389px;
  }
  .nft-form .content .content-drop-zona .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 19px 85px;
    border-radius: 15px;
  }
  .nft-form .registration-form {
    margin: 0;
    max-width: 313px;
  }
  .nft-form .registration-form fieldset h5 {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .nft-form .registration-form fieldset input,
  .nft-form .registration-form fieldset textarea {
    padding: 13px 14px 14px 17px;
    border-radius: 7px;
    margin-bottom: 23px;
    font-size: 9px;
  }
  .nft-form .registration-form fieldset input[type=text] {
    height: 40px;
  }
  .nft-form .registration-form fieldset textarea {
    height: 106px;
    max-height: 150px;
  }
  .nft-form .registration-form fieldset ::placeholder {
    font-size: 9px;
  }
  .nft-form .registration-form fieldset .input-size {
    max-width: 95px;
    height: 40px;
  }
  .nft-form .registration-form fieldset .icon-pensil {
    background: url(assets/img/icon-pensil-mobile.svg) top 13px right 14px no-repeat #EFEFEF;
  }
  .nft-form .registration-form fieldset .wrapper-price {
    max-width: 313px;
  }
  .nft-form .registration-form fieldset .wrapper-price__input {
    border-radius: 7px;
    margin-right: 23px;
  }
  .nft-form .registration-form fieldset .wrapper-price__input input {
    max-width: 118px;
    min-width: 0px;
  }
  .nft-form .registration-form fieldset .nice-select {
    font-size: 9px;
    padding: 0px 45px 0 17px;
    width: 95px;
    height: 41px;
    border-radius: 8px;
  }
  .nft-form .registration-form .toggle-checkboxs {
    margin: 46px 0 76px;
  }
  .nft-form .registration-form .toggle-checkboxs .toggle-checkbox {
    margin-bottom: 26px;
  }
  .nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label {
    font-size: 13px;
  }
  .nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label span {
    font-size: 9px;
    margin-top: 8px;
  }
  .nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label:before {
    width: 35px;
    height: 19px;
    top: 50%;
    right: 0;
    border-radius: 13px;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox] + label:after {
    width: 13px;
    height: 13px;
    top: 50%;
    right: 19px;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .nft-form .registration-form .toggle-checkboxs .toggle-checkbox [type=checkbox]:checked + label::after {
    right: 3px;
  }
  .nft-form .registration-form__btn {
    font-size: 14px;
    line-height: 21px;
    border-radius: 15px;
    padding: 18px 0;
  }
  .product-detail {
    padding: 69px 0 125px;
  }
  .product-detail .container {
    padding: 0 32px;
  }
  .product-detail__title {
    display: none;
  }
  .product-detail__card {
    flex-direction: column;
    padding: 15px 15px 27px;
    box-shadow: 0 3px 42px 0 rgba(197, 197, 197, 0.25);
    border-radius: 14px;
    max-width: 310px;
    margin: 0 auto 85px;
  }
  .product-detail__img {
    margin-right: 0;
    max-width: 279px;
    height: 245px;
    margin-bottom: 20px;
  }
  .product-detail__img img {
    width: 100%;
    height: 100%;
  }
  .product-detail__content {
    max-width: 279px;
  }
  .product-detail__content h2 {
    font-size: 16px;
    line-height: 22.6px;
    margin-bottom: 6px;
  }
  .product-detail__content p {
    font-size: 13px;
    line-height: 20px;
    max-width: 267px;
    margin-bottom: 58px;
  }
  .product-detail__info-on-persons {
    margin-bottom: 43px;
  }
  .product-detail__created, .product-detail__owned {
    margin-right: 40px;
    height: 33px;
  }
  .product-detail__created img, .product-detail__owned img {
    max-width: 33px;
    height: 33px;
    margin-right: 9px;
  }
  .product-detail__owned {
    margin-right: 0;
  }
  .product-detail__created-name, .product-detail__owned-name {
    font-size: 13px;
    line-height: 20px;
    max-width: 66px;
  }
  .product-detail__created-name span, .product-detail__owned-name span {
    font-size: 9px;
  }
  .product-detail__bid-info {
    margin-bottom: 46px;
  }
  .product-detail__current-bid {
    max-width: 61px;
    font-size: 19px;
  }
  .product-detail__current-bid span {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .product-detail__current-bid .icon-md {
    width: 21px;
    height: 21px;
    margin-left: -5px;
  }
  .product-detail__end-date {
    font-size: 11px;
    line-height: 17.9px;
  }
  .product-detail__end-date span {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 13px;
  }
  .product-detail .btn {
    font-size: 11px;
    border-radius: 11px;
    line-height: 16.4px;
    padding: 14px 0;
  }
  .product-detail .btn .icon-svg {
    width: 13px;
    height: 13px;
    margin-right: 10px;
  }
  .product-detail__title-cards {
    font-size: 25px;
    margin-bottom: 50px;
    justify-content: center;
    display: flex;
  }
  .product-detail__cards {
    flex-direction: column;
  }
  .product-detail .mobile {
    margin: 0 auto 35px;
  }
  .product-detail .mobile:last-child {
    margin: 0 auto;
  }
  .custom-modal__body {
    max-width: 310px;
    border-radius: 15px;
    padding: 32px 13px 29px;
  }
  .custom-modal__body h2 {
    font-size: 14px;
    line-height: 20.7px;
    margin-bottom: 2px;
  }
  .custom-modal__date {
    font-size: 10px;
    line-height: 12.7px;
    margin-bottom: 13px;
  }
  .custom-modal__cards {
    margin-bottom: 32px;
  }
  .custom-modal__card {
    padding: 13px 36px 13px 13px;
    margin-bottom: 13px;
    box-shadow: -4px 8px 14px 0 rgba(16, 16, 16, 0.15);
    border-radius: 8px;
  }
  .custom-modal__avatar {
    max-width: 45px;
    margin-right: 11px;
  }
  .custom-modal__avatar:before {
    top: -1px;
    right: -4px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
  }
  .custom-modal__avatar:after {
    width: 5px;
    height: 3px;
    top: 5px;
    right: 2px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .custom-modal__data {
    font-size: 12px;
    line-height: 18.3px;
  }
  .custom-modal__data span {
    font-size: 10px;
    line-height: 12.7px;
  }
  .custom-modal__ethereum {
    font-size: 14px;
  }
  .custom-modal__ethereum .icon-md {
    width: 21px;
    height: 21px;
  }
  .custom-modal__select {
    border-radius: 13px;
    margin-bottom: 9px;
    height: 50px;
  }
  .custom-modal__select .nice-select {
    font-size: 14px;
    border-radius: 13px 0 0 13px;
    width: 111px;
  }
  .custom-modal__select .nice-select:after {
    width: 5px;
    height: 5px;
    top: 22px;
    right: 32px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .custom-modal__select .nice-select .list {
    border-radius: 13px 0 0 13px;
  }
  .custom-modal .btn {
    border-radius: 13px;
    font-size: 12px;
    padding: 16px 0;
  }
  .custom-modal .btn .icon-svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .leaderboard {
    padding: 75px 0 125px;
  }
  .leaderboard .section-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .leaderboard .explore-marketplace__btn {
    font-size: 10px;
    padding: 10px 11px;
    border-radius: 8px;
  }
  .leaderboard .explore-marketplace__btn svg {
    width: 16px;
    height: 16px;
    margin-right: 0.5px;
  }
  .creators {
    padding: 75px 0 125px;
  }
  .creators .section-title {
    margin-bottom: 70px;
    font-size: 30px;
  }
  .creators__cards {
    row-gap: 40px;
    column-gap: 40px;
    margin-bottom: 90px;
  }
  .creators__card {
    max-width: 310px;
    border-radius: 15px;
    box-shadow: 25px 13px 67px 0 rgba(191, 191, 191, 0.6);
  }
  .creators__img {
    margin-bottom: 58px;
  }
  .creators__img img {
    height: 170px;
    border-radius: 15px 15px 0 0;
  }
  .creators__avatar {
    top: 124px;
  }
  .creators__avatar img {
    width: 93px;
  }
  .creators__username {
    font-size: 20px;
    line-height: 28.1px;
    margin-bottom: 14px;
  }
  .creators__price {
    margin-bottom: 26px;
    padding: 0 22px;
  }
  .creators__price-items {
    font-size: 10px;
    line-height: 13.2px;
  }
  .creators__price-items span {
    font-size: 14px;
    line-height: 21.5px;
  }
  .creators__products {
    padding: 0 22px;
    gap: 8px;
    margin-bottom: 30px;
  }
  .creators__products img {
    width: 82px;
  }
  .creators__products-collection {
    width: 82px;
    height: 82px;
    right: 26px;
    line-height: 18.3px;
    font-size: 16px;
  }
  footer .container {
    position: relative;
    padding: 0 27px;
  }
  .footer-logo {
    padding-bottom: 50px;
    max-width: 133px;
  }
  .footer-top {
    flex-direction: column;
    padding: 52px 0 32px;
  }
  .footer-nav {
    margin-left: initial;
  }
  .footer-nav-list {
    flex-direction: column;
    gap: 30px;
  }
  .footer-nav-item {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 26px 0 36px;
    display: flex;
    justify-content: center;
  }
  .footer-social {
    gap: 20px;
    position: absolute;
    top: 66px;
    right: 30px;
  }
  .footer-social a {
    height: 16px;
    width: 16px;
  }
  .copywrite {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-weekly {
    max-width: 281px;
  }
}
@media screen and (max-width: 575px) {
  .product.mobile {
    border-radius: 16px;
    padding: 10px 10px 14px;
    max-width: 198px;
  }
  .product.mobile-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .product.mobile-bid-title {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .product.mobile-bid {
    font-size: 12px;
  }
  .product.mobile-bid i {
    margin-right: 1px;
    width: 15px;
    height: 15px;
  }
  .product.mobile .btn {
    margin: -33px 0 0 auto;
    border-radius: 8px;
  }
  .product.mobile .btn.btn-small {
    font-size: 10px;
    padding: 10px 17px;
  }
  .weekly {
    padding: 57px 0 157px;
  }
  .weekly .carousel-weekly {
    max-width: 190px;
  }
  .weekly .carousel-weekly .swiper-slide {
    width: 198px;
  }
  .weekly .section-title {
    font-size: 30px;
    margin-bottom: 63px;
    display: flex;
    justify-content: center;
    font-weight: 600;
  }
  .weekly-slider-navigation {
    bottom: 55px;
    height: 42px;
    width: 102px;
  }
  .weekly-slider-navigation::after {
    content: "";
    width: 1px;
    height: 16px;
  }
  .weekly-button-prev svg,
  .weekly-button-next svg {
    width: 16px;
    height: 16px;
  }
  .weekly-button-prev {
    border-radius: 10px 0 0 10px;
    background-color: #FCFCFD;
  }
  .weekly-button-next {
    border-radius: 0 10px 10px 0;
    background-color: #FCFCFD;
  }
  .tabs__nav {
    margin-bottom: 55px;
  }
  .tabs__button {
    font-size: 12px;
    line-height: 19px;
    padding: 11px 0;
  }
  .tabs__button .icon-svg {
    width: 19px;
    height: 19px;
  }
  .tabs__content {
    gap: 19px;
  }
  .tabs__content .product {
    border-radius: 12px;
    padding: 7px 7px 10px;
    max-width: 155px;
    margin: 0 auto;
    height: 210px;
  }
  .tabs__content .product-title {
    margin-bottom: 7px;
    font-size: 11px;
  }
  .tabs__content .product-bid-title {
    font-size: 10px;
  }
  .tabs__content .product-bid {
    font-size: 9px;
  }
  .tabs__content .product .btn-small {
    font-size: 7px;
    padding: 8px 13px;
    border-radius: 5px;
  }
  .tabs__content .product .product .btn {
    margin: -33px 0 0 auto;
    border-radius: 8px;
  }
  .tabs__content .product .product .btn.btn-small {
    font-size: 14px;
    padding: 15px 25px;
  }
  .content__activity {
    margin-bottom: 20px;
  }
  .explore-marketplace {
    padding: 0 46px 164px;
  }
  .explore-marketplace .section-title {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.25;
  }
  .explore-marketplace__nav {
    gap: 14px;
    margin-bottom: 75px;
  }
  .explore-marketplace__btn {
    font-size: 10px;
    padding: 10px 11px;
    border-radius: 8px;
  }
  .explore-marketplace__btn svg {
    width: 16px;
    height: 16px;
    margin-right: 0.5px;
  }
  .explore-marketplace .explore-marketplace__btn_all {
    display: none;
  }
  .explore-marketplace__content {
    row-gap: 35px;
    margin-bottom: 50px;
  }
  .link-axplore-all a {
    margin: 0 auto;
    font-size: 12px;
  }
  .link-axplore-all a svg.icon-svg {
    width: 9px;
    height: 9px;
  }
  .join-community {
    padding: 0 0 145px;
    overflow-x: hidden;
  }
  .nft .container {
    width: 315px;
    height: 211px;
  }
  .discover {
    padding: 75px 0 143px;
  }
  .discover .container .section-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .discover .container .explore-marketplace__content {
    margin-bottom: 106px;
  }
}
/*# sourceMappingURL=style.css.map */
