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

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "Manrope", serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #1b2026;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% auto;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(43, 43, 43);
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: rgb(43, 43, 43);
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
  border-bottom: 1px solid #1e293b;
  background: #212831;
}
.container {
  padding-left: 8px;
  padding-right: 8px;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_item:nth-child(2) {
  margin-left: auto;
}
.header_item:last-child {
  margin-left: 9.87px;
}
.header_item_balance_rect {
  border-radius: 9999px;
  background: #27333f;
}
.header_item_balance_rect_content {
  display: flex;
  align-items: center;
  padding: 4px;
  padding-left: 12px;
}
.header_item_balance {
  display: flex;
  align-items: center;
  color: #f8fafc;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  cursor: pointer;
}
.header_item_balance_logo {
  vertical-align: middle;
  margin-right: 4.04px;
}
.header_item_balance_arrow {
  vertical-align: middle;
  margin-left: 8px;
}
.header_item_balance_buttons {
  display: flex;
  align-items: center;
  margin-left: 28.29px;
}
.header_item_balance_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 9999px;
  background: #0098eb;
}
.header_item_balance_button:first-child {
  margin-right: 4px;
}
.header_item_share {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 9999px;
  background: #0098eb;
}
.header_item_button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 875px;
  background: #0098ea;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  padding: 8px 12px;
  padding-right: 15.63px;
  white-space: nowrap;
}

.header_item_button img {
  vertical-align: middle;
  margin-right: 4px;
}

.filters {
  width: 100%;
  padding-top: 70px;
}
.filters_items {
  display: flex;
  align-items: center;
}
.filters_item:last-child {
  margin-left: auto;
}
.filters_item_rects {
  display: flex;
  align-items: center;
}
.filters_item_rect {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #242e38;
  max-width: 143px;
  cursor: pointer;
}
.filters_item_rect:first-child {
  margin-right: 8px;
}
.filters_item_rect_content {
  padding: 6px 8px;
  display: flex;
  align-items: center;
}
.filters_item_rect_texts {
  display: flex;
  flex-direction: column;
}
.filters_item_rect_texts_tittle {
  color: #94a3b8;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
.filters_item_rect_texts_text {
  color: #f8fafc;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.filters_item_rect_arrow {
  vertical-align: middle;
  margin-left: 50px;
}
.filters_item_buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.filters_item_button {
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 9999px;
  background: #242e38;
}

.filters_item_button:last-child {
  margin-left: 8px;
  padding: 4px;
}

.value {
  color: #f8fafc;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-left: 8px;
  width: 16px;
}
input[type="range"] {
  display: block;
  -webkit-appearance: none;
  border-radius: 9999px;
  background: rgba(27, 33, 39, 0.8);
  width: 100%;
  height: 5px;
  margin: 0 auto;
  outline: 0;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #e74c3c;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  border: 2px solid #0098eb;
  background: #1b2127;
}
​ input[type="range"]::-webkit-slider-thumb:hover {
  background-color: white;
  border: 2px solid #e74c3c;
}
input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.6);
}

.price {
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.price_rect {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #242e38;
}
.price_rect_content {
  padding: 8px;
  display: flex;
  align-items: center;
}
.price_rect_image {
  vertical-align: middle;
  margin-right: 8px;
}

.menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 20;
}
.menu_rect {
  width: 100%;
  height: auto;
  background: #212831;
}
.menu_rect_content {
  padding: 8px;
  padding-bottom: 16px;
}
.menu_rect_buttons {
  display: flex;
  align-items: center;
}
.menu_rect_button {
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 4px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f8fafc;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 20px; /* 142.857% */
  padding-top: 6px;
  padding-bottom: 7px;
}
.menu_rect_button svg {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.menu_rect_button:last-child {
  margin-right: 0px;
}
.menu_rect_button_active {
  border-radius: 6px;
  background: rgba(0, 152, 235, 0.1);
  color: #0098eb;
}

.menu_rect_button_active svg path {
  fill: #0098ea;
}

.menu_rect_button:nth-child(2).menu_rect_button_active svg path {
  stroke: #0098ea;
  fill: inherit;
}

.menu_rect_button:nth-child(4).menu_rect_button_active svg path {
  stroke: #0098ea;
  fill: inherit;
}

.blocks {
  width: 100%;
  height: auto;
  margin-top: 8px;
  padding-bottom: 88px;
}
.blocks_items {
  display: grid;
  grid-template-columns: calc(50% - 8px) 50%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.block_item {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #1e293b;
  background: #242e38;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.block_item_rect {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}
.block_item_rect_content {
  padding: 9px;
}
.block_item_rect_image {
  position: absolute;
  left: calc(50% - 50.5px);
  top: calc(50% - 50.5px);
  z-index: 11;
}
.block_item_rect_line {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  color: #f8fafc;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 100% */
  border-radius: 4px;
  background: linear-gradient(
    270deg,
    rgba(92, 92, 92, 0.7) 0%,
    rgba(255, 255, 255, 0.2) 90%
  );
  transform: rotate(45deg);
  right: -50px;
  top: 20px;
}
.block_item_button {
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  margin-top: 8px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  background: #0098eb;
}

.block_item_button img {
  vertical-align: middle;
  margin-left: 3.64px;
}
.block_item_rect_texts {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.block_item_rect_tittle {
  color: #f8fafc;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.block_item_rect_teg {
  margin-left: auto;
  color: #94a3b8;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}

.block_item_rect_up {
  width: 100%;
  height: 165px;
  position: relative;
  overflow: hidden;
}

.block_item_button_market {
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50px;
  background: #0098eb;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 11;
}


@media (min-width:320px) and (max-width:359px){
  .header_item:nth-child(2){
    display: none;
  }
  .header_item_balance_buttons {
    margin-left: 10px;
}
.header_item_balance_button img{
  height: 10px;
}
.header_item_button img{
  height: 20px;
}
.header_item_button{
  font-size: 15px;
}
.header_item:last-child{
  margin-left: auto;
}
.filters_item_rect_arrow {
  margin-left: 5px;
}
.blocks_items{
  grid-template-columns: 100%;
}
.block_item_rect_up {
  height: 200px;
}
.block_item_rect_line{
  right: -110px;
  top: 25px;
}
}

@media (min-width:360px) and (max-width:389px){

  .header_item:nth-child(2){
    display: none;
  }
  .header_item_balance_buttons {
    margin-left: 10px;
}
.header_item_balance_button img{
  height: 10px;
}
.header_item_button img{
  height: 20px;
}
.header_item_button{
  font-size: 15px;
}
.header_item:last-child{
  margin-left: auto;
}
.filters_item_rect_arrow {
  margin-left: 5px;
}
.blocks_items{
  grid-template-columns: 100%;
}
.block_item_rect_up {
  height: 200px;
}
.block_item_rect_line{
  right: -120px;
  top: 25px;
}
}

@media (min-width:440px) and (max-width:549px){
 
  .block_item_rect_line{
    right: -60px;
    top: 25px;
  }
}


@media (min-width:550px) and (max-width:600px){
  .block_item_rect_up{
    height: 250px;
  }
  .block_item_rect_line{
    right: -80px;
    top: 25px;
  }
}



@media (min-width:600px) and (max-width:649px){
  .block_item_rect_up{
    height: 250px;
  }
  .block_item_rect_line{
    right: -100px;
    top: 25px;
  }
}


@media (min-width:650px) and (max-width:699px){
  .block_item_rect_up{
    height: 250px;
  }
  .block_item_rect_line{
    right: -120px;
    top: 25px;
  }
}


@media (min-width:700px) and (max-width:749px){
  .block_item_rect_up{
    height: 250px;
  }
  .block_item_rect_line{
    right: -140px;
    top: 25px;
  }
}


@media (min-width:750px) and (max-width:799px){
  .block_item_rect_up{
    height: 250px;
  }
  .block_item_rect_line{
    right: -160px;
    top: 25px;
  }
}