

/* Start:/local/templates/html/assets/components-template/project/style.css?171137704921702*/
@media (min-width: 1100px) {
  .service-page .page-header {
    margin-top: -3.6rem; } }

.project-head {
  margin-top: -2.4rem; }
  @media (max-width: 1099px) {
    .project-head {
      margin-top: 0; } }
  .project-head__img {
    height: 53rem;
    width: 100%;
    position: relative; }
    .project-head__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .project-head__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 1099px) {
      .project-head__img {
        height: 220px; } }
  .project-head__info {
    margin-top: -8rem;
    display: flex;
    align-items: flex-end;
    gap: 3.2rem; }
    @media (max-width: 1099px) {
      .project-head__info {
        margin-top: -48px;
        flex-direction: column;
        align-items: center;
        gap: 16px; } }
  .project-head__tech {
    max-width: 79rem;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    isolation: isolate;
    color: #ffffff;
    padding: 7rem 5.6rem; }
    @media (max-width: 1099px) {
      .project-head__tech {
        padding: 24px; } }
    .project-head__tech:before {
      content: '';
      position: absolute;
      inset: 2.4rem;
      background-color: #EE6823;
      z-index: -1; }
      @media (max-width: 1099px) {
        .project-head__tech:before {
          inset: 8px 8px 0 8px; } }
    .project-head__tech .h4 {
      margin-bottom: 1.6rem; }
      @media (max-width: 1099px) {
        .project-head__tech .h4 {
          margin-bottom: 8px; } }
  .project-head__price {
    display: flex;
    gap: 2.4rem;
    align-items: center;
    padding-bottom: 2.44rem; }
    @media (max-width: 1099px) {
      .project-head__price {
        padding-bottom: 0; } }
    .project-head__price p {
      font-size: 2.8rem; }
      @media (max-width: 1099px) {
        .project-head__price p {
          font-size: 18px; } }
    .project-head__price svg {
      flex-shrink: 0; }
      @media (max-width: 1099px) {
        .project-head__price svg {
          width: 32px;
          height: 32px; } }
  .project-head__btn {
    padding-bottom: 2.4rem;
    margin-left: auto; }
    @media (max-width: 1099px) {
      .project-head__btn {
        margin-left: 0;
        width: 100%;
        max-width: 380px;
        padding-bottom: 0; }
        .project-head__btn .btn {
          width: 100%; } }
  .project-head__content {
    margin-top: 8.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem; }
    @media (max-width: 1099px) {
      .project-head__content {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .project-head__content {
        grid-template-columns: 100%;
        gap: 16px; } }
    .project-head__content-inner {
      max-height: 33rem;
      position: relative;
      transition: all ease .3s; }
      .project-head__content-inner:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 5rem;
        opacity: 0;
        visibility: hidden;
        transition: all ease .3s;
        background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%); }
    .project-head__content-toggler {
      align-items: center;
      color: #EE6823;
      fill: #EE6823;
      gap: 1.2rem;
      margin-top: 16px;
      display: none; }
      @media (min-width: 1100px) {
        .project-head__content-toggler {
          cursor: pointer;
          margin-top: 1.6rem; } }
      .project-head__content-toggler .icon {
        transform: rotate(90deg); }
        @media (max-width: 1099px) {
          .project-head__content-toggler .icon {
            min-height: 24px;
            min-width: 24px; } }
    .project-head__content-img {
      height: 100%;
      max-height: 32rem;
      position: relative; }
      .project-head__content-img .lazy-img-wrap {
        position: absolute;
        inset: 0; }
        .project-head__content-img .lazy-img-wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      @media (min-width: 1100px) {
        .project-head__content-img {
          position: sticky;
          top: var(--headerStickyHeight); } }
      @media (max-width: 767px) {
        .project-head__content-img {
          height: 125px;
          width: 100%; } }
  .project-head__descr.is-overflow .project-head__content-inner {
    overflow: hidden; }
    .project-head__descr.is-overflow .project-head__content-inner:before {
      opacity: 1;
      visibility: visible; }
  .project-head__descr.is-overflow .project-head__content-toggler {
    display: inline-flex; }
  .project-head__descr.is-overflow.expand .project-head__content-inner {
    height: auto;
    max-height: none; }
    .project-head__descr.is-overflow.expand .project-head__content-inner:before {
      opacity: 0;
      visibility: hidden; }
  .project-head__descr.is-overflow.expand .project-head__content-toggler .icon {
    transform: rotate(-90deg); }

.project-step {
  padding-bottom: 6rem;
  position: relative; }
  @media (max-width: 1099px) {
    .project-step {
      padding-bottom: 40px; } }
  @media (min-width: 1100px) {
    .project-step .container {
      position: relative; }
      .project-step .container .presection {
        position: absolute;
        left: 1.6rem;
        top: 1.6rem; }
        .project-step .container .presection__title span {
          display: block; } }
  .project-step__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6.4rem 3.2rem; }
    @media (max-width: 1099px) {
      .project-step__grid {
        display: flex;
        gap: 24px;
        overflow: auto;
        padding-bottom: 8px;
        padding-right: 24px;
        margin-right: -16px; } }
  .project-step .step-card {
    position: relative;
    color: #ffffff;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1100px) {
      .project-step .step-card:nth-child(5) {
        grid-column: 4/5; }
      .project-step .step-card:nth-child(6) {
        grid-column: 3/4; }
      .project-step .step-card:nth-child(7) {
        grid-column: 2/3; } }
    .project-step .step-card__arrow--wrap {
      position: absolute;
      left: 0;
      right: 0;
      height: 2rem;
      top: 8%; }
      @media (max-width: 1099px) {
        .project-step .step-card__arrow--wrap {
          top: 3%; } }
      .project-step .step-card__arrow--wrap .step-card__arrow-test {
        position: absolute;
        top: 1rem;
        left: 9rem;
        width: 32rem;
        height: 1px;
        background: linear-gradient(to left, #ee6823 0%, rgba(238, 104, 35, 0) 100%);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        display: block; }
        @media (max-width: 1099px) {
          .project-step .step-card__arrow--wrap .step-card__arrow-test {
            width: 30rem; } }
        .project-step .step-card__arrow--wrap .step-card__arrow-test:after {
          content: '';
          position: absolute;
          width: 9px;
          height: 1px;
          top: -2px;
          right: 0px;
          background-color: #EE6823;
          transform: rotate(25deg); }
        .project-step .step-card__arrow--wrap .step-card__arrow-test:before {
          content: '';
          position: absolute;
          width: 9px;
          height: 1px;
          top: 2px;
          right: 0px;
          background-color: #EE6823;
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          transform: rotate(-25deg); }
    @media (max-width: 1099px) {
      .project-step .step-card {
        width: 240px;
        flex-shrink: 0; }
        .project-step .step-card:first-child {
          display: none; }
        .project-step .step-card:last-child .step-card__arrow {
          display: none; }
        .project-step .step-card:last-child .step-card__arrow--wrap {
          display: none; } }
    @media (min-width: 1100px) {
      .project-step .step-card:nth-child(4) .step-card__arrow--wrap {
        top: 0;
        bottom: 0;
        right: -7px;
        width: 20px;
        left: unset;
        height: 100%; }
        .project-step .step-card:nth-child(4) .step-card__arrow--wrap .step-card__arrow-test {
          transform: rotate(90deg);
          left: -14rem;
          top: 17rem; }
      .project-step .step-card:nth-child(5) {
        order: 3; }
        .project-step .step-card:nth-child(5) .step-card__arrow--wrap {
          display: none; }
      .project-step .step-card:nth-child(6) {
        order: 2; }
      .project-step .step-card:nth-child(7) {
        order: 1; } }
    .project-step .step-card:nth-child(n + 6) .step-card__arrow--wrap {
      transform: rotate(180deg); }
      @media (max-width: 1099px) {
        .project-step .step-card:nth-child(n + 6) .step-card__arrow--wrap {
          transform: none; } }
      .project-step .step-card:nth-child(n + 6) .step-card__arrow--wrap .step-card__arrow-test {
        left: -1rem; }
        @media (max-width: 1099px) {
          .project-step .step-card:nth-child(n + 6) .step-card__arrow--wrap .step-card__arrow-test {
            left: 9rem; } }
    .project-step .step-card__number {
      width: 7rem;
      height: 7rem;
      border-radius: 50%;
      background-color: #EE6823;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 4rem;
      font-size: 3.2rem;
      text-transform: uppercase; }
      @media (max-width: 1099px) {
        .project-step .step-card__number {
          width: 32px;
          height: 32px;
          margin-bottom: 24px;
          font-size: 16px; } }
    .project-step .step-card__title {
      margin-bottom: 2.4rem;
      text-transform: uppercase;
      font-weight: 700; }
      @media (max-width: 1099px) {
        .project-step .step-card__title {
          margin-bottom: 12px; } }

.project-eq {
  padding: 6rem 0; }
  @media (max-width: 1099px) {
    .project-eq {
      padding: 40px 0; } }
  @media (max-width: 1099px) {
    .project-eq .presection__descr {
      display: none; } }
  .project-eq__grid {
    margin-top: 10rem; }
    .project-eq__grid--v2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.2rem; }
      @media (max-width: 1099px) {
        .project-eq__grid--v2 {
          grid-template-columns: 100%;
          gap: 80px; } }
      @media (min-width: 1100px) {
        .project-eq__grid--v2 .project-eq__item {
          display: flex;
          flex-direction: column;
          gap: 2.4rem;
          padding: 4.8rem; }
        .project-eq__grid--v2 .project-eq__info {
          padding: 0;
          max-width: 65rem; } }
      .project-eq__grid--v2 .project-eq__img {
        align-self: center;
        aspect-ratio: 1.62; }
        @media (min-width: 768px) {
          .project-eq__grid--v2 .project-eq__img {
            margin-top: -12rem;
            width: 63.5rem; } }
  .project-eq__item {
    display: grid;
    grid-template-columns: 93rem auto;
    gap: 6rem;
    color: #ffffff;
    padding: 0 4.8rem 0 2.4rem;
    position: relative;
    isolation: isolate; }
    @media (max-width: 1099px) {
      .project-eq__item {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .project-eq__item {
        grid-template-columns: 100%;
        gap: 16px; } }
    .project-eq__item:before {
      content: '';
      z-index: -1;
      position: absolute;
      inset: 0;
      background: #232323;
      clip-path: polygon(14rem 0, 100% 0, 100% calc(100% - 14rem), calc(100% - 14rem) 100%, 0 100%, 0 14rem); }
      @media (max-width: 1099px) {
        .project-eq__item:before {
          clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px); } }
  .project-eq__info {
    padding: 12.8rem 0; }
    @media (max-width: 767px) {
      .project-eq__info {
        padding: 0;
        padding-bottom: 16px;
        padding-right: 20px; } }
    .project-eq__info .h3 {
      margin-bottom: 3.2rem; }
      @media (max-width: 1099px) {
        .project-eq__info .h3 {
          margin-bottom: 16px; } }
  .project-eq__img {
    position: relative;
    margin-top: -7.4rem; }
    .project-eq__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .project-eq__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    @media (max-width: 767px) {
      .project-eq__img {
        width: 100%;
        max-width: 380px;
        aspect-ratio: 1.62;
        margin: -56px auto 0; } }

.project-materials {
  padding-top: 6rem; }
  @media (max-width: 1099px) {
    .project-materials {
      padding-top: 40px; } }
  .project-materials__grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    margin: 0 -1.6rem; }
    @media (max-width: 767px) {
      .project-materials__grid {
        grid-template-columns: 1fr 1fr;
        margin: 0; } }

.project-material {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.2rem 3.2rem 2.4rem;
  color: #ffffff; }
  @media (max-width: 1099px) {
    .project-material {
      padding: 24px 16px; } }
  @media (min-width: 768px) {
    .project-material .al-l {
      display: none; }
    .project-material:nth-child(4n + 4) .al-r {
      display: none; }
    .project-material:nth-child(n+ 5) .al-t {
      display: none; } }
  @media (max-width: 767px) {
    .project-material:nth-child(odd) .al-r {
      display: none; }
    .project-material:nth-child(n + 3) .al-t {
      display: none; } }
  .project-material__icon {
    margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 10.4rem;
    height: 10.4rem;
    background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96.85 24.7005V18.2005L85.0065 6.50049H18.85L6.5 18.2005V40.3005M96.85 30.5505V40.3005M6.5 40.3005H12.35V21.4505L21.45 12.3505H83.2L92.3 21.4505V40.3005H96.85M6.5 40.3005V63.7005M96.85 40.3005V63.7005M6.5 63.7005V85.8005L18.85 98.1505L85.0065 97.5005L96.85 85.8005V63.7005M6.5 63.7005H12.35V82.5505L20.8 91.0005H34.45M40.08 91.0005H83.2L91.65 82.5505V63.7005H96.85' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain; }
    @media (max-width: 1099px) {
      .project-material__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 16px; } }
    .project-material__icon span {
      color: #EE6823;
      font-size: 3.2rem;
      line-height: 0.8; }
      @media (max-width: 1099px) {
        .project-material__icon span {
          font-size: 18px; } }
    .project-material__icon .icon {
      fill: #EE6823; }
  .project-material__title {
    text-align: center; }
    @media (max-width: 1099px) {
      .project-material__title span {
        display: none; } }
  .project-material__size {
    margin-top: .8rem; }
    @media (max-width: 1099px) {
      .project-material__size {
        margin-top: 4px; } }

.project-benefits__info-title {
  position: relative;
  padding-left: 7.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2.4rem; }
  @media (max-width: 1099px) {
    .project-benefits__info-title {
      padding-left: 36px;
      margin-bottom: 16px; } }
  .project-benefits__info-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 0.4rem;
    background-color: #EE6823;
    width: 4.8rem;
    left: 0; }
    @media (max-width: 1099px) {
      .project-benefits__info-title:before {
        width: 24px;
        height: 4px; } }

.project-benefits__list {
  margin: 5.6rem 0; }
  @media (max-width: 1099px) {
    .project-benefits__list {
      margin: 32px 0; } }

.benefits-card {
  border: 1px solid #BCBCBC; }
  .benefits-card:not(:first-child) {
    border-top: none; }
  .benefits-card.expand .benefits-card__trigger .icon {
    transform: rotate(-90deg); }
  .benefits-card__head {
    display: flex;
    min-height: 10rem;
    gap: 3.2rem; }
    @media (max-width: 1099px) {
      .benefits-card__head {
        min-height: auto; } }
    .benefits-card__head-content {
      padding: 1.6rem 3.2rem;
      display: grid;
      grid-template-columns: 83rem auto;
      align-items: end; }
      @media (max-width: 1099px) {
        .benefits-card__head-content {
          grid-template-columns: 100%;
          align-items: center;
          padding: 16px; } }
  .benefits-card__title {
    display: inline-flex;
    gap: 1.6rem;
    align-items: center;
    width: 80rem; }
    @media (max-width: 1099px) {
      .benefits-card__title {
        width: auto; } }
    @media (max-width: 767px) {
      .benefits-card__title {
        font-weight: 700; } }
  .benefits-card__short {
    max-width: 40rem; }
    @media (max-width: 1099px) {
      .benefits-card__short {
        display: none; } }
    .benefits-card__short span {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 4.8rem; }
  .benefits-card__trigger {
    margin-left: auto;
    border-left: 1px solid #BCBCBC;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    @media (min-width: 1100px) {
      .benefits-card__trigger {
        cursor: pointer; }
        .benefits-card__trigger:hover .icon {
          fill: #EE6823; } }
    @media (max-width: 1099px) {
      .benefits-card__trigger {
        align-items: flex-start; }
        .benefits-card__trigger .icon {
          margin-top: 16px;
          min-height: 24px;
          min-width: 24px; } }
    @media (max-width: 575px) {
      .benefits-card__trigger {
        border-left: none; } }
    .benefits-card__trigger .icon {
      transition: all ease .3s;
      transform: rotate(90deg); }
  .benefits-card__body {
    padding-bottom: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem; }
    @media (max-width: 767px) {
      .benefits-card__body {
        grid-template-columns: 100%;
        padding: 24px 16px 16px;
        gap: 16px;
        border-top: 1px solid #BCBCBC; } }
  .benefits-card__info {
    border-top: 1px solid #BCBCBC;
    padding-left: 3.2rem;
    padding-top: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.4rem;
    min-height: 34rem; }
    @media (max-width: 767px) {
      .benefits-card__info {
        min-height: auto;
        padding: 0;
        border-top: none; } }
    .benefits-card__info-head {
      display: flex;
      justify-content: space-between;
      gap: 2.4rem;
      color: #BCBCBC; }
      @media (max-width: 767px) {
        .benefits-card__info-head {
          display: none; } }
  .benefits-card__img {
    height: 100%;
    position: relative;
    max-height: 55rem;
    position: sticky;
    top: calc(var(--headerStickyHeight) + 1rem); }
    .benefits-card__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .benefits-card__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 767px) {
      .benefits-card__img {
        height: 140px; } }

@media (min-width: 1100px) {
  .project-gallery__slider .splide.inited {
    cursor: pointer; } }

@media (max-width: 1099px) {
  .project-gallery__slider .splide.inited .splide__track {
    margin-right: -16px; }
  .project-gallery__slider .splide.inited .splide__list {
    display: flex;
    gap: 16px;
    overflow: auto;
    padding: 0 16px 8px 0 !important; } }

.project-gallery__slider .splide__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3.2rem; }
  @media (max-width: 1099px) {
    .project-gallery__slider .splide__slide {
      gap: 16px;
      grid-template-columns: 1fr 1fr 1fr;
      width: 890px; } }
  @media (min-width: 1100px) {
    .project-gallery__slider .splide__slide:nth-child(even) .project-gallery__card--lg {
      order: -1; } }
  @media (max-width: 1099px) {
    .project-gallery__slider .splide__slide:nth-child(even) .project-gallery__card {
      margin-bottom: 60px; }
      .project-gallery__slider .splide__slide:nth-child(even) .project-gallery__card:nth-child(even) {
        margin-top: 60px;
        margin-bottom: 0; } }
  @media (max-width: 1099px) {
    .project-gallery__slider .splide__slide:nth-child(odd) .project-gallery__card {
      margin-bottom: 60px; }
      .project-gallery__slider .splide__slide:nth-child(odd) .project-gallery__card:nth-child(odd) {
        margin-top: 60px;
        margin-bottom: 0; } }

@media (max-width: 1099px) {
  .project-gallery__slider .splide__spinner {
    display: none; } }

.project-gallery__card {
  position: relative;
  aspect-ratio: 1.53; }
  @media (max-width: 1099px) {
    .project-gallery__card {
      aspect-ratio: 1.34; } }
  .project-gallery__card .lazy-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
    .project-gallery__card .lazy-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .project-gallery__card video {
    width: 100%;
    object-fit: cover; }
  .project-gallery__card .lazy-video-youtube {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover; }
  @media (min-width: 1100px) {
    .project-gallery__card--lg {
      grid-column: span 2;
      aspect-ratio: 2.1; } }

/* End */
/* /local/templates/html/assets/components-template/project/style.css?171137704921702 */
