* {
  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: "Space Grotesk", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #0a0f12;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: 100% 100%;
}

html,
body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c8d5de;
  height: 5px;
  border-radius: 10px;
}

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

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

.container {
  width: 100%;
  max-width: 1240px;
  display: block;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #25292f;
  background: #0c0f13;
}
.header_items {
  display: flex;
  align-items: center;
}
.header_item {
  margin-left: auto;
}
.header_item:first-child {
  margin-left: 0px;
}
.header_item_logo {
  display: flex;
  align-items: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header_item_logo img {
  vertical-align: middle;
  margin-right: 4px;
}
.header_item_navs {
  display: flex;
  align-items: center;
  list-style: none;
}
.header_item_nav {
  margin-right: 25px;
}
.header_item_nav a {
  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: 26px;
  padding-top: 26px;
  padding-right: 25px;
  padding-left: 25px;
}

.header_item_nav_active a {
  background: url(../img/header_nav_bg.png) bottom no-repeat;
  background-size: 100% auto;
  color: #fff;
}
.header_item_nav a:hover {
  color: #fff;
}
.header_item_nav:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.header_item_button {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  transition: all 0.5s;
  outline: none;
  border: none;
  padding: 12px 22px;
  border-radius: 4px;
  background: #c11634;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.header_item_button:hover {
  opacity: 0.5;
}

.intro {
  width: 100%;
  margin-top: 66px;
}
.intro_items {
  display: flex;
  align-items: center;
}
.intro_item:first-child {
  margin-right: 40px;
}
.intro_item_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 74.4px */
}
.intro_item_subtittle {
  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: 500px;
}
.intro_item_button {
  margin-top: 40px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  padding: 16px 30px;
  padding-right: 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  border-radius: 4px;
  background: #c11634;
}

.intro_item_button:hover {
  opacity: 0.5;
}

.intro_item_button img {
  vertical-align: top;
  margin-left: 10px;
}

.intro_item_video {
  width: 100%;
  height: 472px;
}

.infos {
  width: 100%;
  height: auto;
  margin-top: 65px;
}
.infos_items {
  display: flex;
  align-items: center;
}
.infos_item {
  width: 100%;
  margin-right: 14px;
  height: auto;
  border: 2px solid #25292f;
  background: #101318;
}
.infos_item:last-child {
  margin-right: 0px;
}
.infos_item_content {
  padding: 30px;
}
.infos_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;
}
.infos_item_text {
  margin-top: 14px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.growing {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.growing_tittle_rect {
  position: relative;
  width: 478px;
  display: block;
  margin: 0 auto;
}
.growing_tittle {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  width: fit-content;
  font-size: 46px;
  display: block;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.growing_tittle_icon {
  position: absolute;
  right: -15px;
  top: 5px;
  z-index: 1;
}
.growing_main {
  margin-top: 50px;
}
.growing_main_up {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: calc(50% - 20px) 50%;
  grid-column-gap: 20px;
}
.growing_main_up_item {
  width: 100%;
  height: auto;
  margin-right: 20px;
  border: 2px solid #25292f;
  background: #101318;
}
.growing_main_up_item_content {
  padding: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.growing_main_up_item_texts {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.growing_main_up_item_texts_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.growing_main_up_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;
  width: 280px;
  margin-bottom: 55px;
}
.growing_main_up_item_text_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
  letter-spacing: 0.64px;
  background: transparent;
  margin-top: auto;
}
.growing_main_up_item_text_button:hover {
  opacity: 0.5;
}
.growing_main_up_item_image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 288px;
  width: 100%;
}
.growing_main_bottom {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.growing_main_bottom_item {
  width: 100%;
  height: auto;
  border: 2px solid #25292f;
  background: #101318;
}
.growing_main_bottom_item_content {
  padding: 40px;
  display: flex;
  align-self: center;
}
.growing_main_bottom_item_left {
  width: 100%;
  max-width: 227px;
}
.growing_main_bottom_item_texts {
}
.growing_main_bottom_item_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  padding-top: 54px;
}
.growing_main_bottom_item_text {
  margin-top: 20px;
  color: #626e7d;
  text-align: center;
  font-family: "Space Grotesk", s Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
.growing_main_bottom_item_right {
  width: 100%;
  max-width: 264px;
}

.token {
  width: 100%;
  margin-top: 140px;
  background: url(../img/token_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.token_main {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.token_main_items {
  display: flex;
  align-items: center;
}
.token_main_item:last-child {
  width: 100%;
  max-width: 422px;
}
.token_main_item:first-child {
  width: 100%;
  margin-right: 80px;
}
.token_main_item_up {
  display: flex;
  align-items: center;
}
.token_main_item_up_coin {
  vertical-align: middle;
}
.token_main_item_up_texts {
  margin-left: 40px;
}
.token_main_item_up_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.token_main_item_up_text {
  margin-top: 4px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
}

.token_main_item_info {
  margin-top: 40px;
  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;
  padding-bottom: 50px;
  border-bottom: 1px solid #25292f;
  max-width: 560px;
}
.token_main_item_infos {
  display: flex;
  flex-direction: column;
}
.token_main_item_info_rect {
  width: 100%;
  height: auto;
  border: 2px solid #25292f;
  background: rgba(16, 19, 24, 0.6);
  backdrop-filter: blur(100px);
  margin-bottom: 20px;
}
.token_main_item_info_rect:last-child {
  margin-bottom: 0px;
}
.token_main_item_info_rect_content {
  padding: 30px;
}
.token_main_item_info_rect_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.token_main_item_info_rect_text {
  margin-top: 15px;
  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;
}

.token_main_item_blocks {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.token_main_item_block {
  margin-right: 40px;
}
.token_main_item_block_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
}
.token_main_item_block_tittle span {
  padding: 4px 6px;
  color: #67dbcc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  border-radius: 4px;
  background: rgba(103, 219, 204, 0.2);
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.token_main_item_block_tittle span img {
  vertical-align: middle;
  margin-left: 6px;
}

.token_main_item_block_text {
  margin-top: 10px;
  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;
}
.token_main_item_buttons {
  margin-top: 126px;
  display: flex;
  align-items: center;
}
.token_main_item_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  padding: 16px 30px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
}
.token_main_item_button:hover {
  opacity: 0.5;
}

.token_main_item_button:first-child {
  margin-right: 16px;
  border-radius: 4px;
  background: #c11634;
  border: 1px solid #c11634;
}

.token_main_item_button img {
  vertical-align: middle;
  margin-left: 10px;
}

.informations {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.informations_blocks {
  display: grid;
  grid-template-columns: calc(50% - 20px) 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.informations_block {
  width: 100%;
  height: auto;
}
.informations_block_rect {
  width: 100%;
  height: auto;
  border: 2px solid #25292f;
  background: #101318;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.informations_block_rect:hover {
  border: 1px solid #c01634;
}
.informations_block_rect_content {
  padding: 40px;
  padding-bottom: 48px;
}
.informations_block_rect_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.informations_block_rect_text {
  margin-top: 20px;
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #25292f;
}
.informations_block_rect_bottom {
  display: flex;
  align-content: center;
  margin-top: 30px;
}
.informations_block_rect_bottom_price {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-right: 16px;
}
.informations_block_rect_bottom_button {
  cursor: pointer;
  transition: all 0.5s;
  outline: none;
  border: none;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  background: transparent;
}

.informations_block_rect_bottom_button:hover {
  opacity: 0.5;
}

.community {
  width: 100%;
  height: auto;
  margin-top: 140px;
}
.community_tittle_rect {
  position: relative;
  width: 775px;
  display: block;
  margin: 0 auto;
}
.community_tittle {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  width: fit-content;
  font-size: 46px;
  display: block;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.community_tittle_icon {
  position: absolute;
  right: -15px;
  top: 5px;
  z-index: 1;
}

.community_subtittle {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 10px;
}

.community_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  padding: 16px 30px;
  background: transparent;
  border-radius: 4px;
  background: #c11634;
  border: 1px solid #c11634;
}
.community_button:hover {
  opacity: 0.5;
}

.community_image {
  width: 100%;
  margin-top: 45px;
}

.parthners {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.parthners_tittle_rect {
  position: relative;
  width: 278px;
  display: block;
  margin: 0 auto;
}
.parthners_tittle {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  width: fit-content;
  font-size: 46px;
  display: block;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.parthners_tittle_icon {
  position: absolute;
  right: -15px;
  top: 5px;
  z-index: 1;
}
.parthners_up_items {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.parthners_up_item {
  width: 100%;
  height: auto;
  margin-right: 20px;
  border: 2px solid #25292f;
  background: #101318;
}

.parthners_up_item_content {
  padding: 20px;
  display: flex;
  align-items: center;
}
.parthners_up_item_image {
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
.parthners_up_item_texts {
  margin-left: 20px;
}
.parthners_up_item_text_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.parthners_up_item_text_text {
  margin-top: 5px;
  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;
  white-space: nowrap;
}

.parthners_bottom_items {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.footer {
  width: 100%;
  height: auto;
  margin-top: 200px;
  border-top: 1px solid #25292f;
  background: #0c0f13;
}
.footer_up {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #25292f;
  display: flex;
  align-self: center;
}
.footer_up_logo {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_up_logo img {
  vertical-align: middle;
  margin-right: 4px;
}
.footer_up_lang {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  align-self: center;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_up_lang img {
  vertical-align: middle;
  margin-left: 10px;
}
.footer_up_lang:hover {
  opacity: 0.5;
}
.footer_bottom {
  padding-bottom: 114px;
  margin-top: 50px;
}
.footer_bottom_items {
  display: flex;
  align-items: flex-start;
}
.footer_bottom_item {
  margin-left: auto;
}
.footer_bottom_item:first-child {
  margin-right: 70px;
  width: 100%;
}
.footer_bottom_item_navigations {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer_bottom_item_navs {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-left: auto;
}
.footer_bottom_item_navs:first-child {
  margin-left: 0px;
}
.footer_bottom_item_nav_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}
.footer_bottom_item_nav {
  margin-bottom: 14px;
}
.footer_bottom_item_nav:last-child {
  margin-bottom: 0px;
}
.footer_bottom_item_nav a {
  color: #626e7d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  cursor: pointer;
  transition: all 0.5s;
  width: fit-content;
}
.footer_bottom_item_nav a:hover {
  color: #c11634;
}
.footer_bottom_item_tittle {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.footer_bottom_item_socials {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer_bottom_item_social {
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.footer_bottom_item_social:last-child {
  margin-right: 0px;
}

.footer_bottom_item_social:hover {
  opacity: 0.5;
}

@media (min-width: 320px) and (max-width: 499px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item_logo {
    font-size: 20px;
  }
  .header_items {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .header_item:nth-child(2) {
    display: none;
  }
  .header_item_button {
    font-size: 16px;
    padding: 6px 10px;
  }
  .intro_items {
    flex-direction: column;
  }
  .intro_item:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .intro_item_tittle {
    font-size: 39px;
  }
  .intro_item_subtittle {
    font-size: 16px;
  }
  .intro_item_button {
    font-size: 16px;
    padding: 8px 15px;
  }
  .intro_item_video {
    height: auto;
  }

  .infos_items {
    flex-direction: column;
  }
  .infos_item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .infos_item:last-child {
    margin-bottom: 0px;
  }
  .infos_item_content {
    padding: 15px;
  }
  .infos_item_tittle {
    font-size: 16px;
  }
  .infos_item_text {
    font-size: 25px;
  }

  .growing_tittle_rect {
    max-width: 100%;
  }
  .growing_tittle_rect {
    max-width: 260px;
  }
  .growing_tittle {
    font-size: 25px;
  }
  .growing_tittle_icon {
    top: 0;
    right: -10px;
  }
  .growing_main_up {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .growing_main_up_item_content {
    padding: 20px;
    flex-direction: column;
  }
  .growing_main_up_item_texts_tittle {
    font-size: 20px;
    text-align: center;
  }
  .growing_main_up_item_texts_text {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .growing_main_up_item_text_button {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding: 6px 11px;
  }
  .growing_main_up_item_image {
    margin-top: 20px;
  }
  .growing_main_bottom_item_content {
    padding: 20px;
    flex-direction: column;
  }
  .growing_main_bottom_item_left {
    display: block;
    margin: 0 auto;
  }
  .growing_main_bottom_item_tittle {
    font-size: 25px;
  }
  .growing_main_bottom_item_text {
    font-size: 16px;
  }
  .token_main_items {
    flex-direction: column;
  }
  .token_main_item:first-child {
    margin-right: 0px;
  }
  .token_main_item:last-child {
    max-width: 100%;
    margin-top: 50px;
  }
  .token_main_item_up_coin {
    width: 50px;
  }
  .token_main_item_up_texts {
    margin-left: 20px;
  }
  .token_main_item_up_tittle {
    font-size: 30px;
  }
  .token_main_item_up_text {
    font-size: 16px;
  }
  .token_main_item_info {
    font-size: 16px;
  }
  .token_main_item_blocks {
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
  }
  .token_main_item_block {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .token_main_item_block:last-child {
    margin-bottom: 0px;
  }
  .token_main_item_block_tittle {
    font-size: 20px;
  }
  .token_main_item_block_tittle span {
    font-size: 14px;
  }
  .token_main_item_block_text {
    font-size: 16px;
  }
  .token_main_item_buttons {
    margin-top: 50px;
    flex-direction: column;
  }
  .token_main_item_button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .token_main_item_button:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .token_main_item_info_rect_content {
    padding: 15px;
  }
  .token_main_item_info_rect_tittle {
    font-size: 18px;
  }
  .token_main_item_info_rect_text {
    font-size: 16px;
  }
  .token_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .community {
    margin-top: 50px;
  }
  .community_tittle_rect {
    width: 280px;
  }
  .community_tittle {
    font-size: 20px;
  }
  .community_tittle_icon {
    top: -10px;
    right: 10px;
  }
  .community_subtittle {
    font-size: 16px;
  }
  .community_button {
    font-size: 16px;
    padding: 8px 15px;
  }
  .informations_blocks {
    grid-template-columns: 100%;
  }
  .informations_block_rect_content {
    padding: 20px;
  }
  .informations_block_rect_tittle {
    font-size: 25px;
  }
  .informations_block_rect_text {
    font-size: 16px;
  }
  .informations_block_rect_bottom_price {
    font-size: 20px;
  }
  .parthners_tittle {
    font-size: 35px;
  }
  .parthners_tittle_rect {
    max-width: 212px;
  }
  .parthners_tittle_icon {
    right: -10px;
  }
  .parthners_up_item_text_tittle {
    font-size: 16px;
  }
  .parthners_up_item_text_text {
    font-size: 14px;
  }
  .footer_up_logo {
    font-size: 20px;
  }
  .footer_up_logo img {
    height: 25px;
  }
  .footer_up_lang {
    padding: 6px 12px;
    font-size: 14px;
  }
  .footer_bottom_items {
    flex-direction: column;
  }
  .footer_bottom_item:first-child {
    margin-right: 0px;
  }
  .footer_bottom_item_navigations {
    flex-direction: column;
    align-items: center;
  }
  .footer_bottom_item_navs {
    align-items: center;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .footer_bottom_item {
    display: block;
    margin: 0 auto;
  }
  .footer_bottom_item_tittle {
    text-align: center;
  }
  .footer_bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer_bottom {
    padding-top: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_items {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .header_item:nth-child(2) {
    display: none;
  }
  .intro_items {
    flex-direction: column;
  }
  .intro_item:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .intro_item_video {
    height: auto;
  }

  .infos_items {
    flex-direction: column;
  }
  .infos_item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .infos_item:last-child {
    margin-bottom: 0px;
  }

  .growing_tittle_rect {
    max-width: 100%;
  }
  .growing_tittle_rect {
    max-width: 260px;
  }

  .growing_tittle_icon {
    top: 0;
    right: -10px;
  }
  .growing_main_up {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .growing_main_up_item_content {
    flex-direction: column;
  }
  .growing_main_up_item_texts_tittle {
    text-align: center;
  }
  .growing_main_up_item_texts_text {
    width: 100%;
    text-align: center;
  }
  .growing_main_up_item_text_button {
    display: block;
    margin: 0 auto;
  }
  .growing_main_bottom_item_right {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
  .growing_main_up_item_image {
    margin-top: 20px;
  }
  .growing_main_bottom_item_content {
    padding: 20px;
    flex-direction: column;
  }
  .growing_main_bottom_item_left {
    display: block;
    margin: 0 auto;
  }
  .growing_main_bottom_item_tittle {
    padding-top: 30px;
  }
  .token_main_items {
    flex-direction: column;
  }
  .token_main_item:first-child {
    margin-right: 0px;
  }
  .token_main_item:last-child {
    max-width: 100%;
    margin-top: 50px;
  }
  .token_main_item_up_texts {
    margin-left: 20px;
  }

  .token_main_item_blocks {
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
  }
  .token_main_item_block {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .token_main_item_block:last-child {
    margin-bottom: 0px;
  }
  .token_main_item_buttons {
    margin-top: 50px;
    flex-direction: column;
  }

  .token_main_item_button:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .token_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .community {
    margin-top: 50px;
  }
  .community_tittle_rect {
    width: 400px;
  }
  .community_tittle {
    font-size: 30px;
  }
  .community_tittle_icon {
    top: -10px;
    right: 10px;
  }
  .informations_block_rect {
    height: 100%;
  }

  .informations_block_rect_content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .informations_block_rect_bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
  }
  .informations_block_rect_bottom_button {
    margin-top: 20px;
    width: fit-content;
  }
  .informations_block_rect_text {
    border-bottom: none;
  }
  .informations_block_rect_tittle {
    font-size: 25px;
  }

  .informations_block_rect_bottom_price {
    margin-right: 0px;
    padding-top: 20px;
    border-top: 1px solid #25292f;
  }

  .parthners_tittle_rect {
    max-width: 400px;
  }
  .parthners_tittle_icon {
    right: -10px;
  }
  .footer_bottom_items {
    flex-direction: column;
  }
  .footer_bottom_item:first-child {
    margin-right: 0px;
  }
  .footer_bottom_item_navigations {
    flex-direction: column;
    align-items: center;
  }
  .footer_bottom_item_navs {
    align-items: center;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .footer_bottom_item {
    display: block;
    margin: 0 auto;
  }
  .footer_bottom_item_tittle {
    text-align: center;
  }
  .footer_bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer_bottom {
    padding-top: 25px;
    margin-top: 25px;
  }

  .token_main_item_info {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_items {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .header_item_nav a {
    padding: 10px;
    font-size: 12px;
  }
  .header_item_nav {
    margin-right: 10px;
  }

  .intro_item_tittle {
    font-size: 42px;
  }

  .infos_item_text {
    font-size: 20px;
  }

  .growing_main_bottom_item_tittle {
    padding-top: 0px;
  }

  .growing_main_up {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .growing_main_up_item_content {
    flex-direction: column;
  }
  .growing_main_up_item_texts_tittle {
    text-align: center;
  }
  .growing_main_up_item_texts_text {
    width: 100%;
    text-align: center;
  }
  .growing_main_up_item_text_button {
    display: block;
    margin: 0 auto;
  }
  .growing_main_up_item_image {
    margin-top: 20px;
  }
  .token_main_items {
    flex-direction: column;
  }
  .token_main_item:first-child {
    margin-right: 0px;
  }
  .token_main_item_buttons {
    justify-content: center;
    margin-top: 30px;
  }
  .token_main_item_blocks {
    justify-content: center;
  }

  .token_main_item:last-child {
    max-width: 100%;
    margin-top: 50px;
  }

  .community {
    margin-top: 50px;
  }
  .community_tittle_rect {
    width: 550px;
  }
  .community_tittle {
    font-size: 30px;
  }
  .community_tittle_icon {
    top: 0px;
    right: 10px;
  }

  .footer_bottom_item_nav_tittle {
    font-size: 14px;
  }
  .footer_bottom_item_navs {
    margin-right: 15px;
  }
  .footer_bottom_item_nav a {
    font-size: 14px;
  }
}
