.page-support .container {
  max-width: 1440px;
}
.support {
  color: #b8bbd3;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 769px) {
  .support {
    padding: 64px 0;
  }
}
.support .support-wrapper {
  border: 1px solid #6d2929;
  background-color: #2b1414;
  padding: 153px 0;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 769px) {
  .support .support-wrapper {
    padding: 40px;
  }
}
.support .support-title {
  font-size: 48px;
  font-family: IBMPlexMono;
  font-weight: 300;
  line-height: 62px;
  letter-spacing: -1.44px;
}
@media (max-width: 1025px) {
  .support .support-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 769px) {
  .support .support-title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 769px) {
  .support .support-title {
    font-size: 40px;
    line-height: 52px;
    max-width: 282px;
    margin: 0 auto;
  }
}
.support .support-subtitle {
  margin-top: 32px;
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
}
@media (max-width: 769px) {
  .support .support-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .support .support-subtitle {
    line-height: 20.8px;
  }
}
@media (max-width: 769px) {
  .support .support-subtitle {
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
  }
}
.support .support-link {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #101223;
  background-color: #e36659;
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  margin: 56px auto 0;
  min-width: 302px;
}
.support .support-link:hover {
  background-color: #a43939;
  border: 1px solid #a43939;
  color: #fff;
}
.support .support-link:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #101223;
  pointer-events: none;
}
@media (max-width: 769px) {
  .support .support-link {
    margin-top: 32px;
  }
}
.support .support-icon {
  position: absolute;
  border: 1px solid #6d2929;
  background-color: #101223;
}
@media (max-width: 769px) {
  .support .support-icon {
    width: 48px;
    height: 48px;
  }
  .support .support-icon img {
    width: 48px;
    height: 48px;
  }
}
.support .support-icon-hand {
  left: -50px;
  top: 38px;
}
@media (max-width: 1150px) {
  .support .support-icon-hand {
    left: 0;
  }
}
@media (max-width: 769px) {
  .support .support-icon-hand {
    display: none;
  }
}
.support .support-icon-like {
  top: 105px;
  right: -40px;
}
@media (max-width: 1150px) {
  .support .support-icon-like {
    right: 0;
  }
}
@media (max-width: 769px) {
  .support .support-icon-like {
    top: auto;
    bottom: -25px;
    left: 16px;
    width: 48px;
    height: 48px;
  }
  .support .support-icon-like img {
    width: 48px;
    height: 48px;
  }
}
.support .support-icon-chart {
  left: 115px;
  bottom: 73px;
}
@media (max-width: 769px) {
  .support .support-icon-chart {
    bottom: auto;
    left: auto;
    top: -25px;
    right: 22px;
  }
}
