.report-form {
  background: #F1F1F1;
  height: 100%;
  min-height: 100vh;
  font-family: "LabGrotesque", sans-serif;

  .container {
    max-width: 1160px;
    margin-top: 23px;

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

  &__content {
    background: #FFFFFF;
    border-radius: 12px;
    margin: 25px 0 80px;
    padding: 50px 40px;
  }

  .report__head {
    margin-top: 20px;

    a {
      display: flex;
      align-items: center;
      grid-column-gap: 30px;
      column-gap: 30px;
      margin-top: 20px;
      cursor: pointer;
      text-decoration: none;

      p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 32px;
        font-weight: 500;
        color: black;
      }
    }
  }

  &__block-title {

    h2 {
      color: #52B709;
      font-family: 'GT Eesti Pro Display';
      font-size: 3.3em;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 48.74px;
      text-align: left;
    }

    h3 {
      font-family: 'GT Eesti Pro Display';
      font-size: 2.1em;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 30px;
      text-align: left;
      margin-top: 52px;
      margin-bottom: 35px;
    }
  }

  &__block-img {
    width: 280px;
    height: 42px;
    box-shadow: 0 0 59px rgba(44, 44, 44, 0.05);
    border-radius: 5px;
    border: 1px solid #398208;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    font-family: 'GT Eesti Pro Display';
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;

    img {
      margin-left: 20px;
      margin-right: 20px;
    }
  }

  &__task {

    &-number {
      height: 14px;
      color: #282828;
      font-family: "GT Eesti Pro Display";
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 48.74px;
      width: 40px;
    }

    &-list {
      margin-top: 40px;
      display: flex;
      align-items: center;

      & > span {
        color: #18586e;
        font-family: 'GT Eesti Pro Display';
        font-size: 2em;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: 16.81px;
        text-align: left;
      }

      img {
        width: 6px;
        height: 6px;
        margin-left: 12px;
        margin-right: 12px;
      }
    }

    &-header {
      display: flex;
      justify-content: flex-start;
      margin-top: 40px;
      margin-left: 50px;

      p {
        font-family: 'GT Eesti Pro Display';
        font-size: 1.3em;
        font-weight: 100;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        margin-bottom: 26px;
      }
    }

    &-title {
      &--description {
        margin-left: 20px;
      }

      &--hours {
        margin-left: 330px;
      }
    }

    &-remove {
      margin-left: 20px;
      display: flex;
      align-items: center;
    }

    &-form {
      display: flex;
      margin-left: 20px;
      margin-bottom: 28px;
    }

    &-input {
      display: flex;
      flex-direction: column;
      margin-left: 20px;

      &--description {
        input {
          width: 460px;
          height: 42px;
          box-shadow: 0 0 59px rgba(44, 44, 44, 0.05);
          border-radius: 5px;
          border: 1px solid #c4c4c4;
          background-color: #ffffff;
          outline: none;
          font-size: 1.8em;
          padding-left: 20px;
          padding-right: 20px;
        }
      }

      &--hours {
        input {
          width: 141px;
          height: 42px;
          box-shadow: 0 0 59px rgba(44, 44, 44, 0.05);
          border-radius: 5px;
          border: 1px solid #c4c4c4;
          background-color: #ffffff;
          outline: none;
          font-size: 1.8em;
          text-align: center;
        }
      }
    }
  }

  &__form-add {
    margin-left: 28px;

    span {
      font-family: 'GT Eesti Pro Display';
      font-size: 1.3em;
      font-weight: 100;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: left;
      margin-left: 20px;
    }
  }

  &__input-box {
    input {
      margin-left: 10px;
      margin-top: 30px;
      margin-bottom: 20px;
      width: 460px;
      height: 42px;
      box-shadow: 0 0 59px rgba(44, 44, 44, 0.05);
      border-radius: 5px;
      border: 1px solid #c4c4c4;
      background-color: #ffffff;
      font-size: 1.8em;
      padding-left: 20px;
      padding-right: 20px;
      outline: none;
    }
  }

  &__tasks,
  &__troubles,
  &__scheduled {
    margin-top: 40px;
    display: flex;
    align-items: center;

    span {
      color: #18586e;
      font-family: 'GT Eesti Pro Display';
      font-size: 2em;
      font-weight: 500;
      font-style: normal;
      letter-spacing: normal;
      line-height: 16.81px;
      text-align: left;
    }

    img {
      width: 6px;
      height: 6px;
      margin-left: 12px;
      margin-right: 12px;
    }
  }

  &__footer {
    display: flex;
    align-items: center;
    margin-top: 20px;

    &-btn {
      width: 166px;
      height: 62px;
      box-shadow: 6px 5px 20px rgba(82, 151, 34, 0.21);
      border-radius: 31px;
      background-color: #ffffff;
      background-image: linear-gradient(to top, #6aaf5c 0%, #52b709 100%),
        linear-gradient(
          36deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.16) 47%,
          rgba(255, 255, 255, 0.17) 50%,
          rgba(255, 255, 255, 0) 100%
        );
      color: #ffffff;
      font-family: 'Muller';
      font-size: 1.6em;
      letter-spacing: normal;
      text-align: center;
      border: none;
    }

    &-text {
      font-family: 'GT Eesti Pro Display';
      font-size: 1.9em;
      font-weight: 600;
      font-style: normal;
      letter-spacing: normal;
      line-height: 22.38px;
      text-align: left;
      margin-left: 40px;
      margin-bottom: 0;

      span {
        font-weight: 100;
      }
    }

    &-done {
      margin-bottom: 0;
      font-size: 18px;
      color: green;
      font-weight: 500;
      margin-left: 20px;
    }
  }

  &__form {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: 14px;
    margin-bottom: 28px;

    span {
      font-family: 'GT Eesti Pro Display';
      font-size: 2em;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      position: absolute;
      left: 0;
      bottom: 7px;
    }

    img {
      margin-top: 5px;
      width: 23px;
      height: 23px;
    }
  }
}

@media (max-width: 575.98px) {
  .report-form {
    &__task {
      &-input {
        &--description {
          max-width: 460px;
        }

        &--hours {
          max-width: 141px;
        }
      }
    }
  }
}