/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** 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-list-icons/block-list-icons.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; }

.listIcons {
  padding: 128px 0; }
  @media screen and (max-width: 768px) {
    .listIcons {
      padding: 64px 0; } }
  .listIcons__wrapper {
    max-width: 1865px;
    width: 100%;
    padding: 0 60px;
    display: flex;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .listIcons__wrapper {
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .listIcons__wrapper {
        padding: 0 20px; } }
    .listIcons__wrapper.show .listIcons__wrapper-item {
      animation: enterLeft 0.7s forwards; }
      .listIcons__wrapper.show .listIcons__wrapper-item:nth-child(2) {
        animation-delay: 0.3s; }
        .listIcons__wrapper.show .listIcons__wrapper-item:nth-child(2) h2 {
          animation-delay: 0.9s; }
        .listIcons__wrapper.show .listIcons__wrapper-item:nth-child(2) .listIcons__wrapper-item--content {
          animation-delay: 0.9s; }
      .listIcons__wrapper.show .listIcons__wrapper-item h2 {
        animation: fadeInUp 0.7s forwards 0.6s; }
      .listIcons__wrapper.show .listIcons__wrapper-item .listIcons__wrapper-item--content {
        animation: fadeInUp 0.7s forwards 0.6s; }
    .listIcons__wrapper-item {
      opacity: 0; }
      .listIcons__wrapper-item:first-child {
        margin: 0 64px 0 0; }
        @media screen and (max-width: 991px) {
          .listIcons__wrapper-item:first-child {
            margin: 0 0 32px; } }
      .listIcons__wrapper-item--icon {
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 48px;
        background: #a58460; }
      .listIcons__wrapper-item--title {
        margin: 0 0 32px;
        opacity: 0; }
      .listIcons__wrapper-item--content {
        opacity: 0; }

@media screen and (min-width: 1921px) {
  .listIcons {
    padding: 6.66667vw 0; }
    .listIcons__wrapper {
      max-width: 97.13542vw;
      padding: 0 3.125vw; }
      .listIcons__wrapper-item:first-child {
        margin: 0 3.33333vw 0 0; }
      .listIcons__wrapper-item--icon {
        width: 3.75vw;
        height: 3.75vw;
        margin: 0 0 2.5vw; }
      .listIcons__wrapper-item--title {
        margin: 0 0 1.66667vw; } }

