.text-page {
  padding-top: 80px;
  /*border-top: 1px solid #32355a;*/

  @media(max-width: 1250px) {
    padding-top: 40px;
  }

  .award-symbol {
    margin-top: 80px;

    .award-symbol-content {
      padding-bottom: 80px;
      border-bottom: 1px solid #32355a;
    }

    @media(max-width:1250px) {
      margin-top: 60px;

      .award-symbol-content {
        padding-bottom: 60px;
      }
    }
  }

  .award-symbol-title-wrapper {
      display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;

    article {
      margin-top: auto;
      width: 576px;

      @media(max-width:1250px) {
        width: 100%;
      }
    }
  }

  .text-block-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 40px;
  }

  .partners {
    margin-top: 120px;

    @media(max-width:1250px) {
      margin-top: 80px;
    }
  }

  article {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #1d1d1d;

    @media(max-width:1250px) {
      width: 100% !important;
      padding: 20px;
    }

    .article-title {
      font-weight: 400 !important;
      font-size: 24px !important;
      letter-spacing: -0.02em !important;
      background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
      background-clip: text !important;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 100% !important;
    }

    .article-text {
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2 !important;
      letter-spacing: -0.02em;
      color: #fff;
    }
  }

  .list-block {
      display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .after-title-text {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 40px;
  }

  .after-title-line {
    margin-top: 60px;
    @media(max-width:2000px) {
      img {
        width: 100%;
      }
    }
  }

  .text-block {
    padding: 80px 0 0;

    .text-block-content {
      display: grid;
      grid-template-columns: 656px 1fr;
      gap: 64px;
      align-items: center;
      padding-bottom: 80px;
      border-bottom: 1px solid #32355a;
    }

    .text-block-text-wrapper {
      display: flex;
      flex-direction: column;
    }

    .text-block-img {
      display: flex;
      flex-direction: column;
      gap: 20px;
      height: 100%;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .text-block-text-block {
      display: flex;
      flex-direction: column;
      gap: 40px;
      color: #fff;

      h3 {
        font-weight: 400;
        font-size: 32px;
        text-transform: uppercase;
        background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      strong {
        background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
      }

      p, li, div {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: -0.02em;
        color: #fff;
      }

      ul {
        list-style: disc;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;

        li {
          list-style: disc;
        }
      }
    }
  }

  .steps {
    margin-top: 80px;

    @media(max-width:700px) {
      margin-top: 0;
    }

    .steps-content {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 40px;
      margin-top: 80px;

      @media(max-width: 1250px) {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin-top: 40px;
      }

      @media(max-width: 700px) {
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
      }
    }


    .steps-content-item {
      padding: 24px;
      background: #1d1d1d;
      display: flex;
      flex-direction: column;
      gap: 16px;
      height: auto;

      @media(max-width: 1550px) {
        height: 220px;
      }

      @media(max-width:700px) {
        height: auto;
      }

      .steps-content-step {
        font-weight: 800;
        font-size: 64px;
        text-transform: uppercase;
        background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .steps-content-title {
        margin-top: auto;
        font-weight: 400;
        font-size: 24px;
        letter-spacing: -0.02em;
        background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .steps-content-text {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
      }
    }
  }

  .steps-btn {
    margin-top: 40px;
  }


  .text-block-schedule {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 91px;
    margin-top: 80px;
    align-items: flex-start;
    padding-bottom: 80px;
    border-bottom: 1px solid #32355a;

    @media(max-width:1250px) {
      grid-template-columns: repeat(3, 1fr);
    }

    @media(max-width:850px) {
      gap: 30px;
    }

    .text-block-schedule-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;

      .text-block-schedule-number {
        font-weight: 400;
        font-size: 32px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
      }

      .text-block-scheduled-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;

        .text-block-schedule-date {
          font-weight: 400;
          font-size: 32px;
          text-transform: uppercase;
          text-align: center;
          color: #fff;
        }

        .text-block-schedule-text {
          font-weight: 400;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: -0.02em;
          text-align: center;
          color: #fff;
        }
      }
    }
  }


  @media(max-width:1250px) {
    .text-block {
      padding: 40px 0;

      .text-block-title {
        display: none;
      }

      .text-block-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding-bottom: 60px;
      }


      .text-block-img {
        order: -1;
        height: 550px;
        overflow: hidden;

        .hide {
          display: block;
        }
      }

      .text-block-text-block {
        gap: 20px;

        p, li {
          font-size: 16px;
        }
      }
    }
  }

  @media(max-width:700px) {
    .text-block-schedule {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding-top: 40px;
      margin-top: 40px;

      @media(max-width:360px) {
        grid-template-columns: repeat(1, 1fr);
      }

      .text-block-schedule-item {
        gap: 16px;

        .text-block-schedule-number {
          font-size: 24px;
        }

        .text-block-scheduled-content {

          .text-block-schedule-date {
            font-size: 24px;
            height: 40px;

            @media(max-width: 360px) {
              height: auto;
            }
          }

          .text-block-schedule-text {
            font-size: 16px;
          }
        }
      }
    }
  }

}

h1.title {
  font-weight: 600;
  font-size: 64px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  @media(max-width: 1650px) {
    font-size: 52px;
  }

  @media(max-width:600px) {
    font-size: 32px;
  }
}

a.link {
  display: flex;
  align-items: center;
  gap: 24px;

  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(90deg, #fdd69d 0%, #edb261 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;

  @media(max-width: 600px) {
    font-size: 16px;
  }
}

