.projects-detail-block {
  position: relative;
  z-index: 1;
  padding: 0 $gutter 0;

  @include sm {
    padding: 50px 50px 0;
  }

  &__container {
    position: relative;
    width: 100%;
    max-width: $max-width;
    margin: 0 auto;
    top: -40px;

    @include mdx {
      top: 0px;
    }
  }

  &__standards-link {
    margin-left: 9px;
    margin-top: -2px;

    span.icon {
      font-size: 20px;
    }

    @include sm {
      margin-left: 7px;
      margin-top: 0;

      span.icon {
        font-size: 17px;
      }
    }
  }

  &__section-map {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: $gray-70;

    @include mdx {
      flex-direction: column;
    }

    & > div:first-child {
      margin: 40px 0 0 150px;
      width: 100%;
      max-width: 435px;

      @include mdx {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 50px;
      }

      @include sm {
        flex-direction: column;
        padding: 0;
      }
    }

    h3 {
      color: $gray-70;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      margin: 30px auto 20px;
    }

    p {
      margin: 0 auto;

      @include sm {
        font-size: 1.6rem;
      }

      a {
        color: $gray-70;
        text-decoration: underline;
      }
    }

    ul, ul li {
      padding: revert;
      margin: revert;
      list-style: disc;
    }
    ol, ol li {
      padding: revert;
      margin: revert;
      list-style: decimal;
    }
  }

  .project-marker {
    background: url("../img/svg/project-marker.svg") no-repeat center;
    opacity: 1 !important;
  }

  &__location-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 720px;
    margin: 10px 0 0;

    @include mdx {
      margin: 30px auto 0;
      flex-direction: column;
      align-items: center;
    }

    @include sm {
      margin-top: 80px;
    }
  }

  &__location-info {
    width: 100%;
    max-width: 400px;
    margin: 45px 0 0;

    @include sm {
      margin-top: 0;
    }
  }

  &__map-container {
    width: 216px;
    height: 264px;
    margin-right: 36px;
    top: -10px;
    position: relative;

    @include mdx {
      top: 0px;
      margin-right: 0;
      display: none;
    }
  }

  &__map-image {
    width: 264px;
    height: 264px;
    border-radius: 100%;
    overflow: hidden;
    pointer-events: none;
    background-color: $white;

    > div {
      height: calc(100% + 15px) !important;
    }

    @include mdx {
      position: relative;
      top: unset;
      right: unset;
      transform: unset;
      margin: 0 auto 30px;
      width: 217px;
      height: 217px;
      border: 0;
    }

    @include sm {
      margin: 0 auto;
    }
  }

  &__location-grid {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;

    @include sm {
      margin: 15px 0;
    }
  }
  &__grid-left {
    display: flex;
    width: 40%;
    min-width: 120px;

    @include sm {
      align-items: center;
    }

    span {
      color: $primary-color;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;

      @include sm {
        font-size: 14px;
        line-height: 23px;
      }
    }
  }

  &__standard-image {
    max-width: 250px;
    height: 45px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -13px;
    margin-bottom: 30px;

    @include sm {
      max-width: 150px;
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  &__check-icon {
    background: url(../img/svg/icon-check-product-grid.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }

  &__grid-right {
    display: flex;
    flex-direction: row;
    width: 60%;
    flex-wrap: wrap;

    span {
      text-align: left;
      color: $gray-70;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 10px;

      @include sm {
        font-size: 14px;
        line-height: 23px;
      }

      &:last-child {
        margin-bottom: 0;
      }
    }

    a {
      font-size: 18px;
      line-height: 22px;
      margin-right: 10px;

      @include sm {
        font-size: 14px;
        line-height: 23px;
      }
    }
  }
}
