/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-project-info/block-project-info.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.errorPage {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .errorPage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .errorPage__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .errorPage__text {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .errorPage__text p {
      margin: 0 0 48px; }
    .errorPage__text h1 {
      margin: 0 0 48px; }
    .errorPage__text .btn.show {
      animation: fadeInUp 0.3s forwards; }

.projectInfo {
  padding: 128px 0; }
  @media screen and (max-width: 768px) {
    .projectInfo {
      padding: 48px 0; } }
  .projectInfo__wrapper {
    max-width: 1378px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 178px;
    grid-row-gap: 95px;
    overflow: hidden; }
    @media screen and (max-width: 1440px) {
      .projectInfo__wrapper {
        padding: 0 60px;
        grid-column-gap: 80px;
        grid-row-gap: 48px; } }
    @media screen and (max-width: 1200px) {
      .projectInfo__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 768px) {
      .projectInfo__wrapper {
        padding: 0 20px;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px; } }
    .projectInfo__wrapper.show .projectInfo__wrapper-item {
      animation: enterRight 0.3s forwards; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(1) {
        animation-delay: 0.8s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(2) {
        animation-delay: 1s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(3) {
        animation-delay: 1.2s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(4) {
        animation-delay: 1.4s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(5) {
        animation-delay: 1.6s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(6) {
        animation-delay: 1.8s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(7) {
        animation-delay: 2s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(8) {
        animation-delay: 2.2s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(9) {
        animation-delay: 2.4s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(10) {
        animation-delay: 2.6s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(11) {
        animation-delay: 2.8s; }
      .projectInfo__wrapper.show .projectInfo__wrapper-item:nth-child(12) {
        animation-delay: 3s; }
    .projectInfo__wrapper-item {
      display: flex;
      align-items: flex-start;
      opacity: 0; }
      .projectInfo__wrapper-item--icon {
        width: 72px;
        height: 72px;
        background: #a58460;
        display: flex;
        align-items: center;
        justify-content: center; }
      .projectInfo__wrapper-item--text {
        margin: 16px 0 0 32px; }
        .projectInfo__wrapper-item--text h3 {
          margin: 0 0 16px;
          font-weight: 600; }

@media screen and (min-width: 1921px) {
  .projectInfo {
    padding: 6.66667vw 0; }
    .projectInfo__wrapper {
      max-width: 71.77083vw;
      grid-column-gap: 9.27083vw;
      grid-row-gap: 4.94792vw; }
      .projectInfo__wrapper-item--icon {
        width: 3.75vw;
        height: 3.75vw; }
      .projectInfo__wrapper-item--text {
        margin: 0.83333vw 0 0 1.66667vw; }
        .projectInfo__wrapper-item--text h3 {
          margin: 0 0 0.83333vw; } }

