.staked_main {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.staked_main_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.staked_main_subtittle {
  margin-top: 8px;
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
.staked_main_items {
  display: grid;
  grid-template-columns: calc(50% - 20px) 50%;
  grid-column-gap: 20px;
  margin-top: 50px;
}
.staked_main_item {
  width: 100%;
  height: 100%;
  border: 2px solid #25292f;
  background: #101318;
}
.staked_main_item:first-child {
  position: relative;
  background: url(../img/staked/staked_left_red.png) top no-repeat;
  background-size: 100% 100%;
}
.staked_main_item:last-child {
  position: relative;
  background: url(../img/staked/staked_right_red.png) top no-repeat;
  background-size: 100% 100%;
}
.staked_main_item:first-child .staked_main_item_content {
  padding: 50px;
}
.staked_main_item:last-child .staked_main_item_content {
  padding: 35px;
}
.staked_main_item_items {
}
.staked_main_item_item_texts {
}
.staked_main_item_item_texts_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
}
.staked_main_item_item_texts_perc {
  margin-top: 20px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.staked_main_item_item_texts_text {
  margin-top: 20px;
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  max-width: 285px;
}
.staked_main_item_item_image {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
.staked_main_item_navs {
  display: flex;
  align-items: center;
}
.staked_main_item_nav {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: all 0.5s;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
  margin-right: 25px;
}
.staked_main_item_nav:last-child {
  margin-right: 0px;
}
.staked_main_item_nav_active {
  color: #fff;
  border-bottom: 1px solid #c11634;
}
.staked_main_item_nav:hover {
  opacity: 0.5;
}
.staked_main_item_nav_active:hover {
  opacity: 1;
}
.staked_main_item_amount {
  margin-top: 34px;
}
.staked_main_item_amount_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
}
.staked_main_item_amount_rect {
  margin-top: 15px;
  width: 100%;
  height: auto;
  background: #0d1014;
}
.staked_main_item_amount_rect_content {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.staked_main_item_amount_rect_input {
  width: 100%;
  outline: none;
  border: none;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  background: transparent;
  height: 100%;
  margin-right: 10px;
}
.staked_main_item_amount_rect_input::placeholder {
  color: #626e7d;
}
.staked_main_item_amount_rect_convert {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #626e7d;
  margin-left: auto;
}
.staked_main_item_amount_rect_coin {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.staked_main_item_amount_rect_coin img {
  vertical-align: middle;
  margin-right: 8px;
}
.staked_main_item_amount_buttons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.staked_main_item_amount_button {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  margin-right: 9px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  border: 1px solid #25292f;
  background: #0d1014;
  cursor: pointer;
  transition: all 0.5s;
}
.staked_main_item_amount_button:hover {
  background: #c11634;
}
.staked_main_item_amount_button:last-child {
  margin-right: 0px;
}
.staked_main_item_amount_infos {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.staked_main_item_amount_info {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.staked_main_item_amount_info:last-child {
  margin-bottom: 0px;
}
.staked_main_item_amount_info_tittle {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
}
.staked_main_item_amount_info_text {
  margin-left: auto;
  color: #fff;
  text-align: right;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
}
.staked_main_item_amount_info_text img {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.staked_main_item_button {
  margin-top: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  border-radius: 4px;
  background: #c11634;
}
.staked_main_item_button:hover {
  opacity: 0.5;
}
.staked_main_item_info {
  color: #626e7d;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.24px;
  max-width: 313px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.staked_data {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.staked_data_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.staked_data_items {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.staked_data_item {
  padding: 30px;
  border: 2px solid #25292f;
  background: #101318;
  border-right: none;
  width: 100%;
}
.staked_data_item:last-child {
  border-right: 2px solid #25292f;
}
.staked_data_item_tittle {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
.staked_data_item_text {
  margin-top: 14px;
  color: #fff;
  white-space: nowrap;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.staked_footer {
  width: 100%;
  margin-top: 86px;
  padding-bottom: 50px;
}
.staked_footer_items {
  display: flex;
  align-items: center;
}
.staked_footer_item {
  margin-left: auto;
}
.staked_footer_item:first-child {
  margin-left: 0px;
}
.staked_footer_item:last-child {
  margin-left: 30px;
}
.staked_footer_item_text {
  display: flex;
  align-items: center;
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
}
.staked_footer_item_text img {
  vertical-align: middle;
  margin-right: 10px;
}
.staked_footer_item_navs {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.staked_footer_item_nav {
  margin-right: 30px;
}
.staked_footer_item_nav:last-child {
  margin-right: 0px;
}
.staked_footer_item_nav a {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.5s;
}
.staked_footer_item_nav a:hover {
  color: #c11634;
}
.staked_footer_item_socials {
  display: flex;
  align-items: center;
}
.staked_footer_item_social {
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.staked_footer_item_social:hover {
  opacity: 0.5;
}

.staked_footer .footer_up_lang {
  color: #626e7d;
  border-radius: 4px;
  border: 1px solid #626e7d;
}

@media (min-width: 320px) and (max-width: 499px) {
  .header_item_button {
    font-size: 14px;
    white-space: nowrap;
  }
  .staked_main_items {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .staked_main_item_item_image {
    width: 100%;
    max-width: 100px;
    z-index: 0;
  }
  .staked_main_item_amount_button {
    font-size: 14px;
  }
  .staked_main_item:last-child .staked_main_item_content {
    padding: 15px;
  }
  .staked_main_item:first-child .staked_main_item_content {
    padding: 25px;
  }
  .staked_main_item_amount_rect_convert {
    padding-right: 8px;
    margin-right: 8px;
    font-size: 14px;
  }
  .staked_main_item_amount_rect_input {
    font-size: 14px;
  }
  .staked_data_items {
    flex-direction: column;
  }
  .staked_data_item_text {
    font-size: 18px;
  }
  .staked_data_item {
    border-right: 2px solid #25292f;
    border-bottom: none;
  }
  .staked_data_item:last-child {
    border-bottom: 2px solid #25292f;
  }
  .staked_footer_items {
    flex-direction: column;
  }
  .staked_footer_item_navs {
    margin-top: 20px;
    flex-direction: column;
  }
  .staked_footer_item {
    margin-left: 0px;
  }
  .staked_footer_item_nav {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .staked_footer_item_socials {
    margin-top: 20px;
    justify-content: center;
  }
  .staked_footer_item:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .header_item_button {
    white-space: nowrap;
  }
  .staked_main_items {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .staked_main_item_item_image {
    width: 100%;
    max-width: 200px;
    z-index: 0;
  }
  .staked_data_items {
    flex-direction: column;
  }
  .staked_data_item {
    border-right: 2px solid #25292f;
    border-bottom: none;
  }
  .staked_data_item:last-child {
    border-bottom: 2px solid #25292f;
  }
  .staked_footer_items {
    flex-direction: column;
  }
  .staked_footer_item_navs {
    margin-top: 20px;
  }
  .staked_footer_item {
    margin-left: 0px;
  }
  .staked_footer_item_socials {
    margin-top: 20px;
    justify-content: center;
  }
  .staked_footer_item:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
  .staked_data_item_text {
    font-size: 25px;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  .header_item_button {
    white-space: nowrap;
  }

  .staked_main_item_item_image {
    z-index: 0;
    bottom: -32px;
    top: inherit !important;
    transform: rotate(90deg);
  }
  .staked_data_items {
    flex-direction: column;
  }
  .staked_data_item {
    border-right: 2px solid #25292f;
    border-bottom: none;
  }
  .staked_data_item:last-child {
    border-bottom: 2px solid #25292f;
  }
  .staked_footer_items {
    flex-direction: column;
  }
  .staked_footer_item_navs {
    margin-top: 20px;
  }
  .staked_footer_item {
    margin-left: 0px;
  }
  .staked_footer_item_socials {
    margin-top: 20px;
    justify-content: center;
  }
  .staked_footer_item:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
}
