header {
  justify-content: flex-start;
  padding-left: 136px;
}

footer {
  padding-bottom: 131px;
}

.menu {
  margin-left: 80px;
}

.title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 39px;
}

.logo-mp {
  width: 225px;
}

.info-fonts {
  font-weight: 400;
  font-size: 22px;
  line-height: 208%;
  color: #d5d5d5;
  opacity: 0.78;
  font-family: 'SF UI Display';
}

.glow {
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
}

.glow.red {
  background: radial-gradient(#ff5b04 0%, #a4cada00 80%);
}

.glow.blue {
  background: radial-gradient(#60d7ff 0, transparent 60%);
}

.link-for-apply {
  color: #ff813f;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.counter-with-shadow {
  width: 475px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  grid-template-rows: 100px;
  grid-gap: 7px;
}

.counter-with-shadow div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #1e2124 0%, #2e3334 100%);
  border-radius: 8px;
  box-shadow: inset 0px -6px 0px #1e2124;
  font-weight: 400;
  font-size: 47px;
  font-family: 'Prototype';
  color: #555a5d;
}

.counter-with-shadow div.active {
  color: #98a6ac;
}

#grant,
#fond,
#stages,
#current,
#description {
  font-family: 'Gotham Pro';
  padding: 0 40px;
}

#fond,
#stages,
#current,
#description {
  display: grid;
  grid-template-columns: 1fr;
  /* justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; */
}

#grant {
  padding-left: 135px;
}

#grant .block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  text-transform: uppercase;
}

#grant .block-title span {
  font-size: 76px;
  color: #ff752c;
}

#grant .block-text {
  /* 
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  
  color: #cdcdcd; */
  margin-top: 14px;
  line-height: 182.2%;
  max-width: 50%;
  opacity: 1;
}

#grant .block-counter {
  margin-top: 43px;
  height: 95px;
}

#grant .block-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0d0e0f;
  width: 335px;
  height: 83px;
  text-decoration: none;
}

#grant .bank-block {
  position: relative;
  margin-top: 43px;
  display: flex;
  align-items: center;
}

#grant .bank-block .bank-title {
  color: #6ec1db;
  font-weight: 700;
  font-size: 21px;
  line-height: 182.2%;
  transform: rotate(-90deg);
  margin-left: -20px;
}

#grant .bank-block .counter-with-shadow div {
  color: #6ec1db;
  min-width: 70px;
}

#grant .bank-block .counter-with-shadow div:nth-child(4),
#grant .bank-block .counter-with-shadow div:nth-child(5),
#grant .bank-block .counter-with-shadow div:nth-child(6) {
  margin-left: 19px;
}

#grant .bank-block .bank-fiat {
  font-weight: 400;
  font-size: 47px;
  line-height: 118.7%;
  font-family: 'Prototype';
  color: #6ec1db;
  margin: auto 19px;
}

#grant {
  position: relative;
  height: 993px;
  padding-top: 256px;
}

#grant .grant-backgrounds {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

/* #grant .grant-bg1 {
  background-image: url('../img/rocket.png');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -2;
  background-position: right;
} */

#grant .grant-bg2 {
  background-image: url('../img/background-image-2.svg');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

#grant .grant-bg3 {
  position: absolute;
}

#grant .button-grey {
  margin-top: 96px;
}

#fond {
  grid-gap: 40px;
  margin-top: 73px;
}

#fond .rewards {
  display: flex;
  justify-content: space-between;
  padding: 63px 210px 40px 210px;
  position: relative;
}

#fond .rewards .rewards-element {
  position: relative;
  padding-left: 160px;
  padding-top: 40px;
  padding-bottom: 74px;
  z-index: 1;
}

#fond .rewards .rewards-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 118.7%;
  text-transform: uppercase;
}

#fond .rewards .rewards-text {
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 118.7%;
  font-family: 'Prototype';
  color: #6ec1db;
}

#fond .rewards .rewards-line {
  position: relative;
  height: 100%;
  width: 3px;
  background: #1d1f20;
  border-right: 1px solid rgba(130, 209, 234, 0.22);
  top: 0;
  transform: rotate(25deg);
  margin-right: 50px;
}

#fond .rewards .rewards-description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 192.2%;
  color: #6f6f6f;
  position: absolute;
  left: 0;
  bottom: -40px;
  text-transform: uppercase;
}

#fond .rewards .rewards-background {
  position: absolute;
  background-image: url('../img/mash_bg_pattern_1.svg');
  width: calc(100% - 335px);
  height: 100%;
  background-size: cover;
  top: 0px;
  transform: translate(-50%, 0);
  left: 50%;
}

#fond .rewards img {
  position: absolute;
  z-index: -1;
  height: 200px;
  left: 0;
  top: 0;
  width: 200px;
}

#fond .description {
  background-color: #131415;
  /* background-image: url(../img/fond_bg_desktop.svg); */
  border-radius: 30px;
  padding: 35px 30px;
  background-image: linear-gradient(
      121.64deg,
      rgba(255, 255, 255, 0.05) -15.15%,
      rgba(0, 0, 0, 0.05) 84.78%,
      rgba(0, 0, 0, 0.05) 84.78%
    ),
    url('../img/fond_bg_desktop.svg');
  position: relative;
  overflow: hidden;
  background-size: cover;
  width: calc(100% - 50px);
  margin: auto;
}

#fond .glow {
  height: 200%;
  width: 100%;
  left: -30%;
  top: 10%;
}

#fond .description .description-title {
}

#fond .description .description-info {
}

#fond .description .description-info li {
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 25px;
}

#fond .description .description-info li::before {
  content: '';
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  display: block;
  margin-right: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 5px;
}

#fond .description .description-info.red li::before {
  border-color: #fe752e;
}

#fond .description .description-info.blue li::before {
  border-color: #79cae3;
}

#stages {
  margin-top: 63px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#stages .title {
  text-align: center;
  position: relative;
}

#stages .stages-bg {
  position: absolute;
  background-image: url('../img/mash_bg_pattern_1.svg');
  width: 1503px;
  height: 862px;
  background-size: cover;
  top: 18px;
}

#stages .stage-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  padding: 80px 0;
}

#stages .stage-list .list-element {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 68px 1fr;

  grid-column-gap: 18px;
}

#stages .stage-list .list-element > .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#stages .stage-list .list-element > .number > .number-circle {
  width: 66px;
  height: 66px;
  min-height: 66px;
  border-radius: 50%;
  border: 2px solid rgba(120, 201, 226, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(120, 201, 226, 1);
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
}

#stages .stage-list .list-element > .number > .number-line {
  height: 100%;
  width: 2px;
  background: linear-gradient(93deg, #83d2eb 0%, rgba(131, 210, 235, 0) 100%);
  min-height: 60px;
}

#stages .stage-list .list-element > .number > .last-line {
  display: none;
}

#stages .stage-list .list-element > .stage-name {
  line-height: 64px;
}

#stages .stage-list .list-element > .stage-description {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: -10px;
}

#stages
  .stage-list
  .list-element
  > .stage-description
  > .stage-description-inner {
  padding: 24px 40px 24px 44px;
  background: linear-gradient(180deg, #1a1e21 0%, #15191c 100%);
  border-radius: 28px;
  position: relative;
  width: 100%;
}

#stages
  .stage-list
  .list-element:nth-of-type(even)
  > .stage-description::before {
  content: '';
  width: 30px;
  min-width: 30px;
  height: 0px;
  border: 1px solid #485157;
  display: block;
  margin-right: 16px;
  margin-top: 42px;
}

#stages .stage-list .list-element:nth-of-type(odd) > .stage-description::after {
  content: '';
  width: 30px;
  min-width: 30px;
  height: 0px;
  border: 1px solid #485157;
  display: block;
  margin-left: 16px;
  margin-top: 42px;
}

#stages .stage-list .list-element:nth-of-type(even) > .stage-name {
  justify-self: flex-end;
}

#stages .stage-list .list-element:nth-of-type(odd) > .stage-name {
  justify-self: flex-start;
}

#description {
  margin-top: 60px;
  text-align: center;
}

#description div {
  color: #7c7c7c;
  line-height: 24px;
  margin-bottom: 76px;
}

#current {
  margin-top: 94px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#current .title {
  margin-bottom: 77px;
}

#current .title span {
  color: #6ec1db;
}

@media (max-width: 1594px) {
  #fond .rewards {
    padding: 63px 190px 40px 190px;
  }

  #fond .rewards .rewards-line {
    margin-right: 120px;
  }

  #fond .rewards .rewards-text {
    font-size: 55px;
  }
}

@media (max-width: 1280px) {
  header {
    padding-left: 35px;
  }

  footer {
    padding-bottom: 68px;
  }

  #grant {
    padding-left: 35px;
  }

  #fond .rewards {
    padding-left: 40px;
    padding-right: 40px;
  }

  #fond .rewards .rewards-background {
    width: 100%;
  }

  #fond .rewards .rewards-line {
    position: absolute;
    height: 60%;
    width: 3px;
    background: #1d1f20;
    border-right: 1px solid rgba(130, 209, 234, 0.22);
    top: calc(50% - 3px);
    left: 52%;
    transform: translate(-50%, -50%) rotate(20deg);
  }
}

@media (max-width: 1024px) {
  #grant .grant-bg2 {
    display: none;
  }

  #grant .block-text {
    margin-top: 30px;
  }

  #grant .button-grey {
    margin-top: 60px;
  }

  #description div {
    margin-bottom: 101px;
  }

  #fond .rewards img {
    height: 112px;
    width: 120px;
  }

  #fond .rewards .rewards-element {
    padding-left: 50px;
  }

  #fond .rewards .rewards-title {
    font-size: 22px;
  }

  #fond .rewards .rewards-text {
    font-size: 52px;
  }
}

@media (min-width: 744px) and (max-width: 900px) {
  #fond {
    padding: 0 15px;
  }
}
@media (max-width: 743px) {
  #grant .block-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 118.7%;
  }

  #grant .block-title span {
    font-weight: 700;
    font-size: 55px;
    line-height: 118.7%;
  }

  #grant .block-text {
    max-width: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 160.2%;
  }

  #fond .description .description-info {
    font-size: 16px;
    line-height: 22px;
  }

  #fond .description .description-info li {
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 150%;
  }

  #fond .rewards .rewards-line {
    display: none;
  }

  #fond .rewards .rewards-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 118.7%;
  }

  #fond .rewards .rewards-text {
    font-weight: 400;
    font-size: 57px;
    line-height: 118.7%;
  }

  #fond .rewards .rewards-element {
    padding-left: 50px;
    width: calc(50% - 22px);
    padding-top: 15px;
  }

  #fond .rewards .rewards-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 192.2%;
  }

  #fond {
    position: relative;
  }

  #fond .rewards {
    position: static;
    padding-top: 31px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #fond .rewards .rewards-background {
    width: 100%;
    height: calc(100% + 140px);
    top: -60px;
    background-size: 300% auto;
    background-repeat: repeat;
  }

  #stages {
    margin-top: 80px;
  }

  #stages .stages-bg {
    width: 100%;
    top: -20px;
    height: calc(100% + 266px);
    background: none;
  }

  #current {
    position: relative;
  }

  #grant {
    padding-top: 219px;
  }

  #current .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  /* #grant .grant-bg1 {
    background-image: url('../img/rocket-tablet.png');
  } */
}

@media (max-width: 600px) {
  .button-menu {
    margin-left: auto;
  }

  footer {
    margin-top: 0;
  }

  #grant .button-grey {
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
  }

  #grant .bank-block .counter-with-shadow div:nth-child(4),
  #grant .bank-block .counter-with-shadow div:nth-child(5),
  #grant .bank-block .counter-with-shadow div:nth-child(6) {
    margin-left: 8px;
  }

  #grant .bank-block .counter-with-shadow div {
    min-width: 41px;
    height: 60px;
  }
}

@media (max-width: 430px) {
  #grant,
  #fond,
  #stages,
  #current,
  #description {
    padding: 0 22px;
  }

  #grant {
    padding-top: 173px;
  }

  #grant .block-text {
    font-size: 16px;
    line-height: 160.2%;
    margin-top: 30px;
  }

  #grant .bank-block {
    margin-top: 30px;
  }

  #grant .block-title {
    font-size: 24px;
    line-height: 118.7%;
  }

  #grant .block-title span {
    font-size: 28px;
    line-height: 118.7%;
  }

  /* #grant .grant-bg1 {
    background-image: url('../img/rocket-mobile.png');
    background-position: top left;
    background-size: 100%;
  } */

  #fond .description {
    padding: 25px 30px 25px 20px;
    width: 100%;
  }

  #fond .rewards {
    flex-direction: column;
  }

  #fond .rewards .rewards-element {
    width: 100%;
  }

  #stages
    .stage-list
    .list-element
    > .stage-description
    > .stage-description-inner {
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .title {
    text-align: center;
  }

  #fond .description .description-title {
    text-align: left;
  }

  .counter-with-shadow {
    grid-template-columns: repeat(auto-fit, 50px);
    grid-template-rows: 69px;
    grid-gap: 5px;
    width: 335px;
  }

  .counter-with-shadow div {
    font-weight: 400;
    font-size: 38px;
  }

  #grant .bank-block {
    margin-left: 25px;
  }

  #grant .bank-block .counter-with-shadow {
    grid-template-columns: repeat(6, 41px);
    grid-template-rows: 56px;
    width: auto;
  }

  #grant .bank-block .bank-fiat {
    margin: auto 17px;
    font-size: 38px;
    line-height: 118.7%;
  }

  #grant .bank-block .bank-title {
    width: 25px;
    transform: rotate(-90deg) translate(-50%, 0px);
    font-size: 14px;
    line-height: 182.2%;
  }

  #grant .bank-block .counter-with-shadow div {
    min-width: 41px;
  }
}
@media (max-width: 390px) {
  #grant .bank-block .bank-fiat {
    margin: auto 8px;
    font-size: 34px;
    line-height: 118.7%;
  }
  #grant .bank-block {
    margin-left: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  header {
    padding-left: 43px;
    padding-right: 41px;
  }
  .button-menu {
    margin-right: 0;
  }
  #grant .block-title {
    font-size: 42px;
  }
  #grant .block-title span {
    font-size: 55px;
  }

  #grant .block-text {
    max-width: 700px;
    font-size: 18px;
  }
  #grant {
    height: 1464px;
  }
}
@media (max-width: 1279px) {
  #stages .stage-list {
    padding-bottom: 10px;
  }
  #stages .stage-list .list-element {
    grid-template-columns: 68px 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 4px;
  }
  #stages .stage-list .list-element > .stage-description {
    order: 3;
    margin-bottom: 50px;
  }
  #stages
    .stage-list
    .list-element
    > .stage-description
    > .stage-description-inner {
    border-radius: 14px;
  }
  #stages .stage-list .list-element > .number {
    grid-row: span 2;
    order: 1;
  }
  #stages .stage-list .list-element:nth-of-type(n) > .stage-name {
    order: 2;
    justify-self: flex-start;
  }
  #stages .stage-list .list-element:nth-of-type(n) > .stage-description::after {
    content: none;
  }
  #stages
    .stage-list
    .list-element:nth-of-type(n)
    > .stage-description::before {
    content: none;
  }
}
#grant .grant-bg1 {
  background: url('../img/bg-sm.jpg') no-repeat;
  position: relative;
  z-index: -100;
  background-size: cover;
  height: 100%;
  background-position: bottom;
}

@media (min-width: 744px) {
  #grant .grant-bg1 {
    background: url('../img/bg-md.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}

@media (min-width: 1280px) {
  #grant .grant-bg1 {
    background: url('../img/bg-lg.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #grant {
    height: 1124px;
  }
}

@media (min-width: 1920px) {
  #grant {
    height: 1076px;
  }
  #grant .grant-bg1 {
    background: url('../img/bg-xl.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
