body {
  min-height: 100%;
}

.navigation {
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
}

.analyst__info_link {
  text-decoration: none;
}

.header__action_link {
  text-decoration: none;
}

.header__action__mobile_link {
  display: none;
}

.header__action__mobile_img {
  display: none;
  width: 22px;
  height: 18px;
}

.header__action_text {
  padding: 13px 32px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
}

.header__action_text:hover {
  background-color: #32343a;
}

.custom-scrollbar {
  position: fixed;
  right: 20px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9999;
}

.scroll-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 2px;
  transition: top 0.2s ease-out;
}

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

.analyst__content {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}

.analyst__info_im {
  opacity: 0.6;
  font-size: 12px;
  color: #1a1b1f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
}

.analyst__info_title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 36px;
}

.analyst__info_text {
  max-width: 530px;
  opacity: 0.6;
  margin: 0 0 10px;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.social-links {
  margin-top: 60px;
}

.social-links__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.social-links__content__link_x {
  width: 48px;
  height: 48px;
}

.social-links__content__link_telegram {
  width: 52px;
  height: 52px;
}

.social-links__content__link_coingecko {
  width: 52px;
  height: 52px;
}

.social-links__content__link_birdeye {
  width: 69px;
  height: 54.81px;
}

.social-links__content__link_dextools {
  width: 56px;
  height: 58.91px;
}

.social-links__content__link_dexscreener {
  width: 55px;
  height: 66.45px;
}

.social-links__content__link_email {
  width: 67px;
  height: 49.92px;
}

.footer__content {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.footer__content_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 0.6;
}

.footer__content_link_img {
  margin-top: -2px;
  margin-right: 8px;
  width: 15px;
  height: 10px;
}

.footer__content_link_text {
  font-size: 12px;
  line-height: 20px;
  color: #1a1b1f;
}

@media (max-width: 1280px) {
  .container {
    max-width: 950px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 850px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 90%;
  }

  .header__action_link {
    display: none;
  }

  .header__action__mobile_link {
    display: block;
  }

  .header__action__mobile_img {
    display: block;
  }

  .analyst__content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .analyst__info {
    margin-top: 50px;
  }

  .analyst__info_im {
    text-align: center;
  }

  .analyst__info_title {
    text-align: center;
  }

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

@media (max-width: 667px) {
  .navigation {
    padding: 30px 30px;
  }

  .social-links__content__link_x {
    width: 41.75px;
    height: 41.78px;
  }

  .social-links__content__link_telegram {
    width: 45.22px;
    height: 45.22px;
  }

  .social-links__content__link_coingecko {
    width: 45.22px;
    height: 45.22px;
  }

  .social-links__content__link_birdeye {
    width: 60px;
    height: 47.66px;
  }

  .social-links__content__link_dextools {
    width: 48.7px;
    height: 51.23px;
  }

  .social-links__content__link_dexscreener {
    width: 47.83px;
    height: 57.78px;
  }

  .social-links__content__link_email {
    width: 58.27px;
    height: 43.42px;
  }
}

@media (max-width: 568px) {
  .social-links__content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .social-links__content__link_x {
    width: 30px;
    height: 30px;
  }

  .social-links__content__link_telegram {
    width: 32px;
    height: 32px;
  }

  .social-links__content__link_coingecko {
    width: 32px;
    height: 32px;
  }

  .social-links__content__link_birdeye {
    width: 42px;
    height: 34px;
  }

  .social-links__content__link_dextools {
    width: 34px;
    height: 36px;
  }

  .social-links__content__link_dexscreener {
    width: 34px;
    height: 41px;
  }

  .social-links__content__link_email {
    width: 41px;
    height: 31px;
  }
}

@media (max-width: 428px) {
  .navigation {
    padding: 20px 20px;
  }
}
