body {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background: #f7f7f7;
  position: relative;
}
.hidden{
  display:none !important;
}
@media (max-width: 768px) {
  body {
    background-color: #ffffff;
  }
}

::-webkit-input-placeholder {
  color: #515466;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #515466;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #515466;
  opacity: 1;
}

::placeholder {
  color: #515466;
  opacity: 1;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar-track {
    background-color: #f5f6fa;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }
  ::-webkit-scrollbar-track:hover {
    background-color: #ebecf2;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #acafbf;
    border-radius: 20px;
    border: 4px solid transparent;
    background-clip: content-box;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #acafbf;
  }
  ::-webkit-scrollbar {
    max-width: 14px;
    max-height: 14px;
  }
}

button:focus,
button:focus-visible,
input:focus,
input:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus,
input:focus-visible {
  outline: 2px solid #bbe2ee;
}
#myIframe{
    height:4200px;
}
.upcoming-button:hover{
text-decoration:none;
color:white;
}
.rarity-rank-number{
    color:#139dca;
    font-size:17px;
}
header {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-bottom: 1px solid #ebecf2;
  position: relative;
  right: 0;
  z-index: 5;
}
.first-filter-block .select-one.gray-select .nice-select.wide .list{
height:15em;
overflow-y:scroll
}
header .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header .line > *:not(.menu_content) {
  z-index: 5;
}

header .container-fluid {
  max-width: 1370px;
}

header .logo-block {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #252733;
  margin-right: 32px;
  white-space: nowrap;
}

header .logo-block span {
  color: #139dca;
}

header .logo-block:hover {
  text-decoration: none;
}

header .menu_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu,
header .menu2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
          column-gap: 2px;
}

header .menu > a,
header .menu2 > a {
  display: block;
  color: #252733;
  padding: 10px 12px;
  line-height: 20px;
  letter-spacing: -0.01em;
}

header .menu a,
header .menu2 a {
  background-color: transparent;
  -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

header .menu a:hover,
header .menu2 a:hover {
  text-decoration: none;
  background-color: #f5f6fa;
  border-radius: 6px;
}

header .main-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 26px;
}

header .main-search input {
  width: 100%;
  height: 40px;
  padding-left: 48px;
  border-radius: 38px;
  border: 1px solid #f5f6fa;
  line-height: 20px;
  color: #252733;
  outline: none !important;
  letter-spacing: -0.01em;
  background: url(img/search.svg) left 14px center no-repeat #f5f6fa;
}

header .main-search input:focus {
  border: 1px solid #ebecf2;
  background: url(img/search.svg) left 14px center no-repeat transparent;
}

.menu_burger {
  display: none;
}

@media (max-width: 1020px) {
  .menu_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .menu_burger svg path {
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
    transition: -webkit-transform 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
    transition: transform 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
    transition: transform 0.15s cubic-bezier(0.47, 0, 0.74, 0.71), -webkit-transform 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
  }
  .menu_burger:hover {
    background-color: #f5f6fa;
    cursor: pointer;
  }
  .menu_burger.active {
    background-color: #f5f6fa;
    border: 1px solid #ebecf2;
  }
  .menu_burger.active svg #burger_2 {
    -webkit-transform: rotate(45deg) translateX(5px) translateY(-12px);
            transform: rotate(45deg) translateX(5px) translateY(-12px);
  }
  .menu_burger.active svg #burger_1 {
    -webkit-transform: translate(-24px);
            transform: translate(-24px);
  }
  .menu_burger.active svg #burger_3 {
    -webkit-transform: rotate(-45deg) translateX(-12px) translateY(-1px);
            transform: rotate(-45deg) translateX(-12px) translateY(-1px);
  }
  #myIframe{
    height:5050px;
}
  header{
          width:100%;
      position:fixed;
      top:0;
  }
  main{
      margin-top:68px;
  }
  header .menu_content {
    position: absolute;
    top: 54px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100vh - 68px);
    background-color: white;
    z-index: 1;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  header .menu_content > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  header .menu_content > * > * {
    margin-bottom: 2px;
  }
  header .logo-block {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .main-search {
    margin: 0px 18px;
  }
}

@media (max-width: 568px) {
    main{
        margin-top:56px;
    }
  header {
          width:100%;
      position:fixed;
      top:0;
    height: 56px;
  }
  header .main-search {
    margin: 0px 14px;
  }
  header .menu_content {
    top: 48px;
    height: calc(100vh - 56px);
  }
}

footer {
  background: white;
  border-top: 1px solid #ebecf2;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .powered img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

footer .powered .logo-text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 115%;
  color: #828699;
}

footer .copyright {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 115%;
  color: #828699;
}

footer .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container-fluid {
  max-width: 1370px;
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer-links a:hover {
  text-decoration: none;
}

footer .footer-links > *:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 768px) {
  footer .powered {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .powered img {
    display: none;
  }
  footer {
    padding: 18px 0;
  }
  footer .footer-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 18px 0;
  }
  footer .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item_checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.item_checkbox input:hover {
  cursor: pointer;
}

.item_checkbox label {
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #515466;
  padding-left: 34px;
  pointer-events: none;
}

.item_checkbox label:before {
  content: "";
  display: block;
  border: 1px solid #d8dae5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(img/check.svg) center center no-repeat #ffffff;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: calc(50% - 8px);
  -webkit-transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.item_checkbox input:checked + label:before {
  background: url(img/check.svg) center center no-repeat #139dca;
  border-color: #139dca;
  background-size: contain;
}

.item_checkbox input:focus + label:before {
  border-color: #139dca;
  outline: 2px solid #bbe2ee;
}

.modal_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ebecf2;
  -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border-bottom-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border-bottom-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.modal_checkbox:hover, .modal_checkbox:focus {
  border-radius: 6px;
  background-color: #f5f6fa;
  border-bottom-color: transparent;
}

.modal_checkbox label {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal_checkbox label:before {
  top: auto;
  bottom: 9px;
}

.modal_checkbox label .category {
  font-size: 13px;
  color: #696c7f;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.modal_checkbox label .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 26px;
}

.modal_checkbox label .line .name {
  color: #252733;
}

.modal_checkbox label .line .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_checkbox label .line .left .first {
  color: #139dca;
  margin-right: 6px;
}

.modal_checkbox label .line .left .second {
  color: #696c7f;
}

.tabs_container {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.tabs_container .tab {
  white-space: nowrap;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebecf2;
}

.tabs .tab {
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 12px;
  letter-spacing: -0.01em;
  color: #828699;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #ebecf2;
  border-radius: 5px 5px 0px 0px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.tabs .tab:hover {
  cursor: pointer;
}

.tabs .tab.current {
  background: #139dca;
  color: #ffffff;
  border: 1px solid #139dca;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.current {
  display: block;
}

@media (max-width: 768px) {
  .tabs_container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.nice-select::after {
  width: 9px;
  height: 9px;
  right: 15px;
  border-radius: 2px;
  margin-top: -6px;
}

.nice-select {
  padding-left: 12px;
  padding-right: 36px;
  -webkit-transition: none;
  transition: none;
}

.nice-select:focus {
  outline: 2px solid #bbe2ee;
  border: 1px solid #139dca;
  background: #ffffff;
}

.nice-select .option.selected {
  font-weight: 600;
}

.select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.select-container .title {
  color: #515466;
  margin-right: 12px;
}

.select-block.gray-select .nice-select {
  height: 36px;
  background: #f5f6fa;
  border: 1px solid #eceef5;
}

.select-block.gray-select .nice-select span.current {
  position: relative;
  top: -3px;
}

.types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.types .type {
  display: block;
}

.types .type input {
  display: none;
}

.types .type label {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 15px;
  border: 1px solid #eceef5;
  border-radius: 18px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #515466;
  -webkit-transition: all 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
  transition: all 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
}

.types .type label:hover {
  cursor: pointer;
}

.types .type input:checked + label {
  background: #139dca;
  border-color: #139dca;
  color: #ffffff;
}

.input-text {
  height: 36px;
  background: #f5f6fa;
  border: 1px solid #eceef5;
  border-radius: 6px;
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #252733;
  width: 100%;
  max-width: 100%;
}

.title-section {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #252733;
}

.more_button {
  display: none;
}

@media (max-width: 768px) {
  .more_button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    color: #696c7f;
    margin-top: 20px;
    -webkit-transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .more_button svg {
    margin-left: 6px;
  }
  .more_button:focus, .more_button:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ebecf2;
    color: #252733;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 12px;
  line-height: 20px;
  border-radius: 6px;
  white-space: nowrap;
  letter-spacing: -0.01em;
  -webkit-transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.outline-blue-button {
  background: #ecf9fd;
  border: 1px solid #bbe2ee;
  color: #139dca;
}

.outline-blue-button:hover {
  background: #dbeff5;
}

.outline-blue-button:focus {
  outline: 2px solid #bbe2ee;
}

.outline-blue-button.active {
  background: #139dca;
  border: 1px solid #139dca;
  color: #ffffff;
}

.outline-blue-button.active:hover {
  background: #0884ac;
  border: 1px solid #0884ac;
}

.outline-blue-white-button {
  background: #ffffff;
  border: 1px solid #bbe2ee;
  color: #139dca;
}

.outline-blue-white-button:hover {
  background: #ecf9fd;
}

.outline-blue-white-button:focus {
  outline: 2px solid #bbe2ee;
}

.outline-blue-white-button.active {
  background: #139dca;
  border: 1px solid #139dca;
  color: #ffffff;
}

.outline-blue-white-button.active:hover {
  background: #0884ac;
  border: 1px solid #0884ac;
}

.blue-button {
  background: #139dca;
  border: 1px solid #139dca;
  color: #ffffff;
}

.blue-button:hover {
  background: #0884ac;
}

.blue-button:focus {
  outline: 2px solid #bbe2ee;
}

.blue-button.active {
  background: #139dca;
  border: 1px solid #139dca;
  color: #ffffff;
}

.blue-button.active:hover {
  background: #0884ac;
  border: 1px solid #0884ac;
}

.nft-item {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #ebecf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nft-item:hover {
  -webkit-box-shadow: 0px 1px 1px rgba(37, 39, 51, 0.1), 0px 10px 20px rgba(37, 39, 51, 0.08);
          box-shadow: 0px 1px 1px rgba(37, 39, 51, 0.1), 0px 10px 20px rgba(37, 39, 51, 0.08);
          border-color:#139dca;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.nft-item .img-block {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  margin-bottom: 14px;
}

.nft-item .title-card {
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #252733;
  margin-bottom: 3px;
}

.nft-item .subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #515466;
  margin-bottom: 15px;
}

.nft-item .summ {
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #515466;
}

.nft-items-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat( auto-fill, minmax(142px, 1fr) );
      grid-template-columns: repeat( auto-fill, minmax(142px, 1fr) );
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

@media (max-width: 1200px) {
  .nft-items-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nft-items-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 568px) {
  .nft-items-container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 486px) {
  .nft-items-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.collection-card {
  background: #ffffff;
  border: 1px solid #ebecf2;
  border-radius: 8px;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
  transition: all 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
}

.collection-card .img-block {
  min-height: 154px;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.collection-card .title-block {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f6fa;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-card .title-block .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 12px;
}

.collection-card .title-block .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  color: #252733;
  display: block;
  -webkit-line-clamp: 1;
  max-height: 20px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collection-card .title-block .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.collection-card .bottom-block {
  padding: 15px;
  padding-top: 8px;
}

.collection-card .date-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ebecf2;
}

.collection-card .date-line .icon-block {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-card .date-line img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.collection-card .date-line .date-added {
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #696c7f;
  margin-right: 12px;
}

.collection-card .date-line .date {
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #252733;
}

.collection-card .date-line.volume {
  padding-bottom: 18px;
  border: none;
}

.collection-card .text {
  font-size: 13px;
  line-height: 150%;
  color: #515466;
  display: block;
  -webkit-line-clamp: 5;
  max-height: 98px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .collection-card {
    margin-bottom: 32px;
  }
}

.top-collections-card {
  background: #ffffff;
  border: 1px solid #ebecf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 32px;
}

.top-collections-card .title-card {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  color: #252733;
}

.top_collections_table .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebecf2;
  padding-top: 10px;
}

.top_collections_table .line:first-of-type {
  padding-top: 0;
}

.top_collections_table .line:last-of-type {
  padding-bottom: 0;
  border: none;
}

.top_collections_table .line .num {
  min-width: 31px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #696c7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top_collections_table .line .avatar {
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  border-radius: 50%;
}

.top_collections_table .line .right-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 42px;
}

.top_collections_table .line .right-text-block .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #252733;
}

.top_collections_table .line .right-text-block .summ {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #696c7f;
}

.top_collections_table .collection-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebecf2;
  margin-bottom: 12px;
}

.top_collections_table .collection-line .num {
  min-width: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #696c7f;
}

.top_collections_table .collection-line .text {
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #696c7f;
}

#all-collections-table {
  margin-bottom: 10px;
}

#all-collections-table thead th {
  white-space: nowrap;
  line-height: 17px;
  padding: 10px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #696c7f;
}

#all-collections-table tbody tr {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#all-collections-table tbody tr:hover {
  background: #f5f6fa;
}

#all-collections-table tbody tr:hover td:first-child {
  border-radius: 4px 0 0 4px;
}

#all-collections-table tbody tr:hover td:last-of-type {
  border-radius: 0 4px 4px 0;
}

#all-collections-table tbody td {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px;
  line-height: 18px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #252733;
}

#all-collections-table tbody .collection .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#all-collections-table tbody .collection .avatar {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 12px;
}

#all-collections-table tbody .collection .name {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #252733;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-color: #000000;
  z-index: 9;
  opacity: 0;
}

.pagination-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}

.pagination-line .pages {
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #515466;
  margin-right: 12px;
}

.pagination-line .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  text-decoration: none;
  margin: 0 3px;
  background: #ecf9fd;
  border-radius: 6px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #139dca;
  -webkit-transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pagination-line .num:hover {
  text-decoration: none;
  background: #dcf0f6;
}

.pagination-line .num.current {
  color: #ffffff;
  background: #139dca;
}

.pagination-line .dots {
  margin-left: 3px;
  margin-right: 3px;
  min-width: 28px;
  text-align: center;
  display: block;
}

.warning-title {
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin-bottom: 12px;
  color: #252733;
}

.warning-title span {
  color: #FF4E4E;
}

.warning-list {
  list-style-type: '-   ';
  background-color: #FFE7E7;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  border-radius: 8px;
  border: 1px solid #FF4E4E;
}

h3 {
  font-size: 21px;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
  h3 {
    font-size: 21px;
    margin-bottom: 1rem;
  }
  ol {
    padding-left: 24px;
  }
}

p {
  color: #515466;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 1.1rem;
}

.text-href {
  color: #139dca;
}

.text-href:hover {
  color: #0884ac;
}

.attention {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #FCF2DF;
  border-radius: 8px;
  width: 100%;
  margin: 0 0 24px 0;
}

.attention img {
  margin-right: 10px;
}

.attention span {
  color: #515466;
}

.tag-link {
  color: #139dca;
}

.tag-link:hover {
  text-decoration: none;
  color: #0884ac;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 6px;
}

.links a:hover {
  background: #ecf9fd;
  text-decoration: none;
}

.links a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

.links a span {
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #139dca;
}

@media (max-width: 768px) {
  .links a {
    padding: 6px;
  }
  .links .social-links span {
    display: none;
  }
  .links .social-links img {
    margin-right: 0;
  }
}

.search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
  width: 100%;
}

.search-form input {
  width: 100%;
  height: 34px;
  padding-left: 48px;
  border-radius: 38px;
  border: 1px solid #f5f6fa;
  line-height: 17px;
  outline: none !important;
  letter-spacing: -0.01em;
  -webkit-transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: url(img/search.svg) left 14px center no-repeat #f5f6fa;
}

.search-form input:focus {
  border: 1px solid #ebecf2;
  background: url(img/search.svg) left 14px center no-repeat transparent;
}

#newest_collection {
  padding: 48px 0 32px 0;
}

#newest_collection .container {
  max-width: 1270px;
}

#top_collections {
  padding: 32px 0;
}

#top_collections .select-one {
  display: none;
}

#top_collections .container {
  max-width: 1270px;
}

@media (max-width: 768px) {
  #top_collections .select-one {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  #top_collections .select-one .nice-select {
    border: 1px solid #ebecf2;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
  #top_collections .select-one .nice-select > span {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
}

#all_collections {
  padding-top: 35px;
  padding-bottom: 72px;
}

#all_collections .container {
  max-width: 1270px;
}

#all_collections .block {
  background: #ffffff;
  border: 1px solid #ebecf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 20px;
}

#all_collections .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}

#all_collections .top-line .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #252733;
}

#all_collections .table-block {
  overflow: scroll;
}

@media (max-width: 768px) {
  #all_collections .block {
    background: transparent;
    border: none;
    border-radius: 0x;
    padding: 0;
  }
  #all_collections .top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #all_collections .top-line .title {
    margin-bottom: 24px;
    font-size: 30px;
  }
  #all_collections .top-line .search-form {
    width: 100%;
    max-width: none;
  }
}

#product_block .container-fluid {
  max-width: 1370px;
}

#product_block .select-one {
  width: 100%;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#product_block .select-one .nice-select {
  height: 36px;
  background: #f5f6fa;
  border: 1px solid #eceef5;
  border-radius: 6px;
}

#product_block .select-one .current {
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #252733;
  position: relative;
  top: -3px;
}

#product_block .big-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product_block .newest_collection {
  padding: 50px 24px 30px 24px;
}

#product_block .left-block-mobile {
  display: none;
}

#image_collection img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
}

#mobile-filters {
  display: none;
}

@media (max-width: 992px) {
  #product_block {
    background-color: #ffffff;
  }
}

@media (max-width: 768px) {
  #image_collection img {
    height: 120px;
  }
  #product_block .newest_collection {
    padding: 26px 0 0 0;
  }
}

.collection-filter-block {
  width: 250px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  padding-top: 20px;
}

.collection-filter-block .title-left-block {
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #252733;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebecf2;
}

.collection-filter-block .first-filter-block {
  padding: 15px;
}

.collection-filter-block .first-filter-block .input-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.collection-filter-block .first-filter-block .input-line > *:not(:last-child) {
  margin-right: 12px;
}

.collection-filter-block .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.collection-filter-block .title-content {
  margin-bottom: 12px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #515466;
}

.collection-filter-block .title-content-big {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 6px;
  letter-spacing: -0.01em;
  color: #252733;
  border-bottom: 1px solid #ebecf2;
}

.collection-filter-block .item-filters .title-item-filters {
  padding-left: 15px;
  padding-right: 15px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-filter-block .item-filters .content {
  padding: 15px;
}

.collection-filter-block .item-filters .content > *:not(:last-child) {
  margin-bottom: 24px;
}

.collection-filter-block .item-filters .content .calc-eth .inputs-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}

.collection-filter-block .item-filters .content .calc-eth .inputs-line .separatop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 36px;
}

.collection-filter-block .item-filters .content .calc-eth .inputs-line input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.collection-filter-block .item-filters .content .calc-eth button {
  width: 100%;
}

.collection-filter-block > .tab-content > .tab > .item__main > .item__name {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #ebecf2;
  height: 44px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.collection-filter-block > .tab-content > .tab > .item__main > .item__name i {
  font-size: 17px;
  width: 26px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-filter-block > .tab-content > .tab > .item__main > .item__name:hover {
  background-color: #f5f6fa;
}

.collection-filter-block .title-traif-filter {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #252733;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding: 0;
}

.collection-filter-block .traif-block {
  padding: 15px;
}

.collection-filter-block .traif-block .checkbox-block {
  margin-bottom: 12px;
}

.collection-filter-block .traif-block .checkbox-block .item {
  position: relative;
}

.collection-filter-block .traif-block .checkbox-block .item input {
  position: absolute;
  opacity: 0;
  left: 0;
}

.collection-filter-block .traif-block .checkbox-block .item label {
  margin: 0;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #515466;
  padding-left: 26px;
}

.collection-filter-block .traif-block .checkbox-block .item label:hover {
  cursor: pointer;
}

.collection-filter-block .traif-block .checkbox-block .item label:before {
  content: "";
  display: block;
  border: 1px solid #d8dae5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(img/check.svg) center center no-repeat #ffffff;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.collection-filter-block .traif-block .checkbox-block .item input:checked + label:before {
  background: url(img/check.svg) center center no-repeat #139dca;
  border-color: #139dca;
  background-size: contain;
}

.collection-filter-block .traif-block .buttons-line {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-filter-block .general-block {
  padding: 15px;
}

.collection-filter-block .general-block .tabs-content .item__main {
  margin-bottom: 6px;
}

.collection-filter-block .general-block .tabs-content .item__name {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  -webkit-transition: all 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
  transition: all 0.15s cubic-bezier(0.47, 0, 0.74, 0.71);
  background: #f5f6fa;
}

.collection-filter-block .general-block .tabs-content .item__name:hover {
  cursor: pointer;
  background: #eceef5;
}

.collection-filter-block .general-block .tabs-content .item__name span {
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #515466;
}

.collection-filter-block .general-block .tabs-content .item__name .fa {
  color: #828699;
  font-size: 17px;
}

.collection-filter-block .general-block .tabs-content .item__desc {
  display: none;
  padding-top: 8px;
}

@media (max-width: 1400px) {
  .collection-filter-block {
    margin-right: 15px;
  }
}

@media (max-width: 992px) {
  #product_block .big-block .collection-filter-block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: 10;
    height: 100vh;
    overflow-y: scroll;
    width: 0;
    padding-top: 0;
  }
  #product_block .big-block .collection-filter-block .left-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 44px;
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  #product_block .big-block .collection-filter-block .left-block-mobile span {
    font-size: 17px;
    font-weight: 600;
  }
  #product_block .big-block .collection-filter-block > .item__main > .item__name {
    height: 42px;
  }
  #mobile-filters {
    display: block;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #mobile-filters:hover {
    background-color: #ebecf2;
  }
  .collection-filter-block .title-traif-filter {
    height: 42px;
    padding: 0;
    font-size: 15px;
    border-bottom: none;
  }
}

.collection-right-block {
  background: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

.collection-right-block .top-block {
  padding: 24px;
  border-bottom: 1px solid #ebecf2;
}

.collection-right-block .tabs {
  padding: 24px 24px 0 24px;
}

.collection-right-block .sort-block .select-container {
  padding: 0;
}

.collection-right-block .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.collection-right-block .top-line .logo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-right-block .top-line .logo-left img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.collection-right-block .top-line .logo-left .text-logo {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #252733;
}

.collection-right-block .top-line .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 24px;
}

.collection-right-block .top-line .content-right > :not(:last-child) {
  margin-right: 7px;
}

.collection-right-block .top-line .content-right > :not(:first-child) {
  padding-left: 7px;
}

.collection-right-block .top-line .content-right .total-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ebecf2;
}

.collection-right-block .top-line .content-right .total-block:first-of-type {
  border: none;
}

.collection-right-block .top-line .content-right .total-block .icon-block {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
}

.collection-right-block .top-line .content-right .total-block .text-total {
  padding: 10px;
  white-space: nowrap;
}

.collection-right-block .top-line .content-right .total-block .text-total .total {
  font-size: 12px;
  line-height: 14px;
  color: #139dca;
  margin-bottom: 4px;
}

.collection-right-block .top-line .content-right .total-block .text-total .num {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #252733;
}

.collection-right-block .some-text {
  margin-bottom: 24px;
  max-width: 685px;
  font-size: 13px;
  line-height: 150%;
  color: #515466;
}

.collection-right-block .some-text p {
  margin-bottom: 19px;
}

.collection-right-block .some-text p:last-of-type {
  margin-bottom: 0;
}

.collection-right-block .settings-block {
  padding: 10px 24px;
  border-bottom: 1px solid #ebecf2;
}

.collection-right-block .settings-block .title-settings {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-right-block .settings-block .title-settings span {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #515466;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.collection-right-block .settings-block .title-settings .fa {
  color: #828699;
}

.collection-right-block .settings-block .title-settings:hover {
  cursor: pointer;
}

.collection-right-block .settings-block .line-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.collection-right-block .settings-block .line-settings .title-line {
  line-height: 17px;
  margin-right: 12px;
  letter-spacing: -0.01em;
  color: #515466;
}

.collection-right-block .settings-block .line-settings .inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-right-block .mathching-block {
  display: none;
  margin-top: 26px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.collection-right-block .mathching-block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collection-right-block .mathching-block .title-match {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #252733;
  margin-right: 14px;
}

.collection-right-block .mathching-block .items-match {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 13px;
  border: 1px solid #ebecf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 33px;
  margin-right: 14px;
}

.collection-right-block .mathching-block .items-match .one {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin-right: 4px;
  color: #515466;
}

.collection-right-block .mathching-block .items-match .two {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #139dca;
  margin-right: 10px;
}

.collection-right-block .mathching-block .items-match .close-one {
  position: relative;
  top: -1px;
}

.collection-right-block .mathching-block .items-match .close-one:hover {
  cursor: pointer;
}

.collection-right-block .skin-value-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}

.collection-right-block .skin-value-block .title-skin {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #252733;
}

.collection-right-block .skin-value-block .select-container {
  padding: 0;
}

.collection-right-block .table-skin-value {
  margin: 0 24px;
}

.collection-right-block .table-skin-value table {
  border-collapse: collapse;
}

.collection-right-block .table-skin-value table thead tr {
  border-bottom: 1px solid #ebecf2;
}

.collection-right-block .table-skin-value table thead th {
  padding: 10px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #696c7f;
  font-weight: 400;
  white-space: nowrap;
}

.collection-right-block .table-skin-value table tbody tr {
  -webkit-transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border-bottom-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border-bottom-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  border-bottom: 1px solid #ebecf2;
}

.collection-right-block .table-skin-value table tbody tr:hover {
  background: #f5f6fa;
  border-bottom-color: transparent;
}

.collection-right-block .table-skin-value table tbody td {
  padding: 10px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #252733;
}

.collection-right-block .table-skin-value table tbody td .image-two,
.collection-right-block .table-skin-value table tbody td .image-one {
  width: 86px;
  height: 86px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.collection-right-block .table-skin-value table tbody td .image-two {
  margin-right: 6px;
}

.collection-right-block .top-line-cards {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.collection-right-block .top-line-cards .title-block .one {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #252733;
  margin-bottom: 8px;
}

.collection-right-block .top-line-cards .title-block .two {
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #515466;
}

.collection-right-block .top-line-cards .sort-block {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
          column-gap: 14px;
}

.collection-right-block .cards-blocks-inner {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .collection-right-block .top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  .collection-right-block .top-line .content-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
  .collection-right-block .top-line .logo-left {
    margin-bottom: 14px;
  }
  .table-skin-value {
    max-width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 992px) {
  .collection-right-block {
    width: 100%;
  }
  #close-mobile-filters {
    cursor: pointer;
  }
  #close-mobile-filters:hover {
    background-color: #f5f6fa;
    border-radius: 4px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .sort-block .select-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .collection-right-block {
    width: 100%;
    overflow: visible;
  }
  .collection-right-block .skin-value-block {
    padding: 15px 0;
  }
  .collection-right-block .table-skin-value {
    margin: 0;
  }
  .collection-right-block .top-line-cards {
    padding: 15px 0 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .collection-right-block .top-line-cards .title-block {
    margin-bottom: 12px;
    width: 100%;
  }
  .collection-right-block .top-block {
    padding: 15px 0;
  }
  .collection-right-block .mathching-block {
    padding: 0;
  }
  .collection-right-block .cards-blocks-inner {
    padding: 0;
  }
  .collection-right-block .tabs {
    padding: 20px 0 0 0;
  }
  .collection-right-block .settings-block {
    padding: 6px 0;
  }
  .collection-right-block .settings-block .line-settings {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection-right-block .settings-block .line-settings .select-block {
    margin-right: 0;
    min-width: none;
  }
  .collection-right-block .settings-block .inputs-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection-right-block .top-block .top-line .logo-left {
    margin-bottom: 14px;
  }
  .collection-right-block .top-block .top-line .logo-left img {
    margin-right: 14px;
    width: 34px;
    height: 34px;
  }
  .collection-right-block .top-block .top-line .logo-left .text-logo {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
  }
  .collection-right-block .top-block .top-line .content-right {
    width: calc(100vw - 30px);
    overflow-x: scroll;
    padding-bottom: 8px;
  }
}

@media (max-width: 568px) {
  .collection-right-block .skin-value-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .collection-right-block .skin-value-block .title-skin {
    width: 100%;
    margin-bottom: 12px;
  }
}

.img-modal {
  height: 300px;
  width: 300px;
  border-radius: 6px;
  aspect-ratio: 1 / 1;
}

.nft-item-modal .modal-content {
  border-radius: 10px;
}

.nft-item-modal .modal-header {
  padding: 14px;
}

.nft-item-modal .modal-header span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #252733;
}

.nft-item-modal .nft-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nft-item-modal .nft-info .rarity {
  font-size: 16px;
  font-weight: 500;
  color: #252733;
  line-height: 20px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nft-item-modal .nft-info .rarity span {
  color: #139dca;
  letter-spacing: -0.01em;
  margin-left: 6px;
}

.nft-item-modal .nft-info .rarity svg {
  stroke: #139dca;
  margin-right: 6px;
}

.nft-item-modal .nft-info .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}

.nft-item-modal .nft-info .info-text .owner {
  color: #515466;
  letter-spacing: -0.01em;
}

.nft-item-modal .nft-info .info-text .owner > span {
  font-weight: 500;
  color: #252733;
}

.nft-item-modal .nft-info .info-text .modal-id {
  font-size: 13px;
  color: #515466;
}

.nft-item-modal .nft-info .opensea-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ecf6ff;
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nft-item-modal .nft-info .opensea-link span {
  color: #2081e2;
  letter-spacing: -0.01em;
}

.nft-item-modal .nft-info .opensea-link img {
  margin-left: 10px;
}

.nft-item-modal .nft-info .opensea-link:hover {
  text-decoration: none;
  background-color: #e3f1ff;
}

.nft-item-modal .nft-item-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nft-item-modal .nft-item-filters .score-block {
  width: 100%;
  border-radius: 6px;
  background-color: #f5f6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.nft-item-modal .nft-item-filters .score-block .title-score {
  letter-spacing: -0.01em;
  color: #696c7f;
  line-height: 18px;
  margin-bottom: 4px;
}

.nft-item-modal .nft-item-filters .score-block .score-num {
  letter-spacing: -0.01em;
  font-size: 22px;
  color: #139dca;
  font-weight: 500;
  line-height: 26px;
}

.nft-item-modal .nft-item-filters .tabs {
  margin-top: 20px;
}

.nft-item-modal .nft-item-filters .filter-line {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 14px;
          column-gap: 14px;
  padding: 14px 0;
}

.nft-item-modal .nft-item-filters .filter-list {
  max-height: 238px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nft-item-modal .nft-item-filters .filter-list.no-top {
  max-height: 302px;
  padding-top: 16px;
}

.nft-item-modal .nft-item-filters .filter-list > .filter-block:not(:first-child) {
  margin-top: 20px;
}

.nft-item-modal .nft-item-filters .filter-list .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nft-item-modal .nft-item-filters .filter-list .filter-block .title,.filters-modal-title {
  border-bottom: 1px solid #ebecf2;
  margin-bottom: 6px;
}

.nft-item-modal .nft-item-filters .filter-list .filter-block .title span,.filters-modal-title span {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  line-height: -0.01em;
  margin-bottom: 6px;
  display: block;
}

@media (max-width: 992px) {
  .nft-item-modal .nft-item-filters .filter-list {
    max-height: none;
    overflow: hidden;
  }
  .nft-item-modal .nft-item-filters .filter-list.no-top {
    max-height: none;
  }
  .img-modal {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .nft-item-modal .nft-item-filters {
    margin-top: 16px;
  }
}

.text-section {
  padding-top: 48px;
  padding-bottom: 68px;
}

.text-section .container {
  max-width: 870px;
}

.text-section .title-section {
  margin-bottom: 32px;
}

.text-section ol, .text-section ul {
  color: #515466;
}

#list-project .title-section {
  max-width: 360px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#upcoming {
  padding-top: 48px;
  padding-bottom: 68px;
}

#upcoming .container {
  max-width: 1010px;
}

#upcoming .title-section {
  margin-bottom: 32px;
}

#upcoming .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#upcoming .content .text {
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#upcoming .content .text p {
  text-align: center;
}

.sales-container {
  padding-top: 20px;
  width: 100%;
}

.sales-container .mounth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sales-container .mounth > span {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #696c7f;
  line-height: 150%;
}

.sales-container .mounth > .sales-group:not(:last-child) {
  margin-bottom: 20px;
}

.sales-group > span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 150%;
  display: block;
  margin-bottom: 16px;
}

.sales-group > .sales-item:not(:last-child) {
  margin-bottom: 15px;
}

.sales-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ebecf2;
  -webkit-transition: -webkit-box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sales-item:hover {
  -webkit-box-shadow: 0px 1px 1px rgba(37, 39, 51, 0.1), 0px 10px 20px rgba(37, 39, 51, 0.08);
          box-shadow: 0px 1px 1px rgba(37, 39, 51, 0.1), 0px 10px 20px rgba(37, 39, 51, 0.08);
}

.sales-item .images {
  width: 240px;
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.sales-item .images img {
  border-radius: 6px;
}

.sales-item .images > :nth-child(2) {
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  z-index: 1;
}

.sales-item .images > :nth-child(1) {
  z-index: 2;
}

.sales-item .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sales-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sales-item .info .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 7px;
}

.sales-item .info .line a {
  color: #252733;
}

.sales-item .info .line h6 {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 22px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
}

.sales-item .info .line span {
  font-size: 13px;
  color: #696c7f;
  display: block;
  line-height: 16px;
  margin-left: 8px;
  white-space: nowrap;
}

.sales-item .info .links {
  margin-top: 12px;
}

.sales-item .info .links > :not(:last-child) {
  padding: 6px;
}

.sales-item .info .links > :not(:last-child) img {
  margin-right: 0;
}

.sales-item .info > span {
  letter-spacing: -0.01em;
  color: #515466;
  line-height: 18px;
  max-width: 280px;
}

.sales-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sales-block .sale {
  text-align: right;
}

.sales-block .sale.pre {
  margin-right: 12px;
}

.sales-block .sale.pre .top > :last-child {
  color: #828699;
}

.sales-block .sale .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #ebecf2;
  padding-bottom: 8px;
}

.sales-block .sale .top span {
  display: block;
  white-space: nowrap;
}

.sales-block .sale .top > :first-child {
  font-size: 13px;
  color: #696c7f;
  line-height: 16px;
  margin-bottom: 4px;
}

.sales-block .sale .top > :last-child {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #139dca;
  line-height: 20px;
}

.sales-block .sale > span {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: #515466;
  margin-top: 8px;
  height: 34px;
  overflow: hidden;
  min-width: 200px;
  max-width: 200px;
}

@media (max-width: 992px) {
  .sales-item .sales-block {
    max-width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  .sales-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sales-item .first {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .sales-group > .sales-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .sales-item {
    background-color: transparent;
    padding: 0;
    border-radius: unset;
    border: none;
  }
  .sales-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sales-item .first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sales-item .sales-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .sales-item .sales-block .sale {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 0;
    border-top: 1px solid #ebecf2;
  }
  .sales-item .sales-block .sale .top {
    padding-bottom: 0;
    border-bottom: none;
  }
  .sales-item .sales-block .sale > span {
    margin-top: 0;
    min-width: unset;
    padding-left: 16px;
  }
  .sales-item .sales-block > :last-child {
    padding-bottom: 0;
  }
  .sales-item .images {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sales-item .images > :nth-child(2) {
    position: absolute;
    top: 0;
    left: calc(50% - 16.66%);
    border-radius: 0px;
  }
  .sales-item .images > :nth-child(1) {
    border-radius: 6px 0 0 6px;
  }
  .sales-item .images > :nth-child(3) {
    border-radius: 0 6px 6px 0;
  }
  .sales-item .images img {
    width: 33.33%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 300px;
}

.dropdown-menu {
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  max-height: 420px;
  overflow-y: scroll;
}

.dropdown-table {
  margin-top: 12px;
  width: 100%;
}

.dropdown-toggle {
  font-size: 14px;
  border: none;
}

#all-collections-mobile {
  display: none;
}

@media (max-width: 992px) {
  #all-collections-mobile {
    display: inline-block;
  }
  header .menu_content .dropdown {
    display: none;
  }
}
