

/* Start:/local/templates/html/assets/components-template/mixin__circle/style.css?17308981283536*/
.circle-section {
  margin-top: 3rem;
  padding: 0 4rem 6rem;
  position: relative; }
  @media (max-width: 1023px) {
    .circle-section {
      padding: 20px 14px 30px; } }
  .circle-section__inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3rem; }
    @media (max-width: 1023px) {
      .circle-section__inner {
        grid-template-columns: 100%;
        gap: 30px; } }
  @media (max-width: 1023px) {
    .circle-section__sticky {
      padding: 0 10px;
      max-width: 500px;
      margin: 0 auto;
      width: 100%; } }
  @media (max-width: 1023px) {
    .circle-section__scroll .splide {
      margin: 0 -14px; } }
  @media (min-width: 1024px) {
    .circle-section .splide__list {
      flex-direction: column; } }

.circle-step-slide {
  transition: all ease .3s;
  color: var(--accent-text);
  font-weight: 400; }
  @media (min-width: 1024px) {
    .circle-step-slide {
      max-width: 46rem; }
      .circle-step-slide:not(:last-child) {
        padding-bottom: 6rem;
        margin-bottom: 3rem; }
      .circle-step-slide:last-child {
        border: none; }
      .circle-step-slide.active {
        color: var(--text-color);
        border-color: var(--text-color); } }
  @media (max-width: 1023px) {
    .circle-step-slide {
      width: 90%;
      transition: all ease .3s 0.2s; }
      .circle-step-slide.active {
        color: var(--text-color);
        border-color: var(--text-color); } }

.circle-step__title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.6rem; }
  @media (max-width: 1023px) {
    .circle-step__title {
      margin-bottom: 20px; } }

.circle {
  position: relative;
  width: 100%;
  max-width: 50rem; }
  @media (min-width: 1024px) {
    .circle {
      aspect-ratio: 1;
      position: sticky;
      top: calc(var(--headerHeight) + 15vh); } }
  @media (min-width: 1024px) and (max-width: 1699px) {
    .circle {
      max-width: 400px;
      top: calc(var(--headerHeight) + 50px); } }
  @media (max-width: 1023px) {
    .circle {
      padding-bottom: 100%; } }
  @media (max-width: 1023px) {
    .circle {
      margin: 0 auto; } }
  .circle-svg {
    position: relative; }
    @media (max-width: 1023px) {
      .circle-svg {
        position: absolute;
        inset: 0; }
        .circle-svg circle {
          stroke-width: 3px; } }
  .circle-bg {
    stroke: var(--accent-text); }
  .circle-main {
    transform: rotate(-90deg);
    transition: all .5s ease;
    stroke: var(--active-color); }
    @media (max-width: 1023px) {
      .circle-main {
        transition: all cubic-bezier(0.38, 1, 0.88, 1) 0.7s 0.2s; } }
  .circle-points {
    position: absolute;
    inset: 0;
    z-index: 2; }
  .circle-point {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--accent-text);
    background: var(--bg-color);
    color: transparent;
    transition: all ease .5s;
    transform: translate(-50%, -50%); }
    @media (max-width: 1023px) {
      .circle-point {
        width: 14px;
        height: 14px;
        border-width: 1px;
        font-size: 8px;
        font-weight: 500; } }
    .circle-point.active {
      transform: translate(-50%, -50%) scale(1.5);
      color: #ffffff;
      background-color: var(--link-color);
      border-color: var(--link-color); }
      @media (max-width: 1023px) {
        .circle-point.active {
          transform: translate(-50%, -50%) scale(2.25); } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__numbers/style.css?1730898128912*/
.numbers {
  display: flex;
  gap: 3rem; }
  @media (max-width: 1699px) {
    .numbers {
      gap: 2rem; } }
  .numbers--white .number-title {
    color: #ffffff; }
  .numbers--white .number-text {
    color: #ffffff; }

.number {
  text-transform: uppercase; }
  .number-title {
    color: var(--active-color); }
    .number-title sup {
      vertical-align: super;
      font-size: 2.4rem; }
      @media (max-width: 1023px) {
        .number-title sup {
          font-size: 18px; } }
  .number-text {
    color: var(--accent-text); }
    @media (max-width: 1699px) {
      .number-text {
        font-size: calc(10px + (1) * ((100vw - 360px) / (1920 - 360))); } }
    @media (max-width: 1023px) {
      .number-text {
        font-size: 10px; } }
    @media (max-width: 575px) {
      .number-text {
        font-size: 7px; } }
    .number-text sup {
      vertical-align: super;
      font-size: 1.2rem; }

/* End */


/* Start:/local/templates/html/assets/components-template/design/style.css?173089812810392*/
@charset "UTF-8";
.design-hero {
  padding: 3rem 0;
  position: relative; }
  @media (max-width: 1023px) {
    .design-hero {
      padding: 16px 0; } }
  .design-hero__img {
    height: calc(48.75vw - 8rem - 5rem);
    position: relative; }
    @media (max-width: 1023px) {
      .design-hero__img {
        height: auto;
        aspect-ratio: 2.25; } }
    .design-hero__img:before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9)); }
      @media (max-width: 1023px) {
        .design-hero__img:before {
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.95)); } }
    .design-hero__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .design-hero__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .design-hero__numbers {
    position: absolute;
    z-index: 2;
    bottom: 5.4rem;
    left: 4rem; }
    @media (max-width: 1023px) {
      .design-hero__numbers {
        display: none; } }
    .design-hero__numbers .numbers {
      flex-wrap: wrap; }

.design-comp__grid {
  position: relative;
  max-height: 40vw; }
  @media (max-width: 1023px) {
    .design-comp__grid {
      max-height: none; } }

.design-comp__info-wrap {
  position: relative;
  padding: 3rem 6rem 3rem 0; }
  @media (max-width: 1023px) {
    .design-comp__info-wrap {
      padding: 16px 0; } }

@media (min-width: 1024px) {
  .design-comp__info {
    position: sticky;
    top: calc(var(--headerHeight) + 60px); } }

.design-comp__info.hide .text {
  display: none; }

.design-comp__info strong {
  font-weight: 500; }

.design-comp__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(40%, 44rem));
  gap: 3rem; }
  @media (max-width: 1199px) {
    .design-comp__items {
      grid-template-columns: 100%;
      gap: 16px; } }
  @media (min-width: 1024px) {
    .design-comp__items {
      padding-top: 3rem;
      padding-bottom: 3rem;
      max-height: 40vw;
      overflow: auto;
      margin-right: -4rem; }
      .design-comp__items::-webkit-scrollbar {
        width: 4px;
        /* ширина для вертикального скролла */
        height: 4px;
        /* высота для горизонтального скролла */
        border-radius: 0px;
        background-color: var(--accent-text); }
      .design-comp__items::-webkit-scrollbar-thumb {
        background-color: var(--icon-bg);
        border-radius: 2px; }
        .design-comp__items::-webkit-scrollbar-thumb:hover {
          background-color: var(--text-color); } }
  @media (max-width: 1023px) {
    .design-comp__items.expand .design-comp__item {
      display: block; } }

.design-comp__item {
  position: relative; }
  @media (max-width: 1199px) {
    .design-comp__item {
      padding-bottom: 16px; } }
  @media (max-width: 1023px) {
    .design-comp__item:nth-child(n + 5) {
      display: none; } }
  .design-comp__item .al {
    display: none; }
    @media (max-width: 1199px) {
      .design-comp__item .al {
        display: block; } }
  .design-comp__item:last-child .al {
    display: none; }

.design-comp .mobile-btn {
  margin: 0 -14px; }

@media (max-width: 1023px) {
  .design-sphere .presection__descr {
    display: none; } }

.design-sphere__inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3rem;
  margin: 0 4rem; }
  @media (max-width: 1023px) {
    .design-sphere__inner {
      grid-template-columns: 100%;
      gap: 0;
      margin: 0 14px; } }

.design-sphere__object, .design-sphere__descr {
  position: relative;
  padding: 3rem 3rem 3rem 0; }
  @media (max-width: 1023px) {
    .design-sphere__object, .design-sphere__descr {
      padding: 20px 0 30px; }
      .design-sphere__object > .al, .design-sphere__descr > .al {
        right: -14px;
        left: -14px; } }
  .design-sphere__object-title, .design-sphere__descr-title {
    text-transform: uppercase;
    margin-bottom: 2rem; }

.design-sphere__object-title {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .design-sphere__object-title {
      display: none; } }
  .design-sphere__object-title .btn {
    width: 3.2rem;
    height: 2rem;
    border: 1px solid var(--aline-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    background: transparent;
    opacity: 1;
    fill: var(--text-color); }
    @media (min-width: 1024px) {
      .design-sphere__object-title .btn.mouse-in {
        border-color: var(--svg-hover);
        fill: #ffffff; }
        .design-sphere__object-title .btn.mouse-in.mouse-out {
          border-color: var(--aline-color);
          fill: var(--active-color);
          color: var(--text-color); } }

.design-sphere__object .link-line__body:not(:last-child) {
  margin-bottom: 1.8rem; }
  @media (max-width: 1023px) {
    .design-sphere__object .link-line__body:not(:last-child) {
      margin-bottom: 13px; } }

.design-sphere__object-list {
  display: flex;
  flex-direction: column; }
  @media (hover: hover) {
    .design-sphere__object-list .link-line__body-head:hover .icon {
      transform: translateX(4px); } }

@media (max-width: 1023px) {
  .design-sphere__links .link-line:nth-child(n + 5) {
    display: none; } }

@media (max-width: 1023px) {
  .design-sphere__descr {
    padding-bottom: 16px; }
    .design-sphere__descr.expand .link-line {
      display: flex; }
    .design-sphere__descr--v2 {
      display: none; } }

.design-sphere__info {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  gap: 4rem;
  flex-direction: column; }
  .design-sphere__info-title {
    text-transform: uppercase; }
  .design-sphere__info-img {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3.2rem; }
    .design-sphere__info-img .lazy-img-wrap {
      justify-content: flex-start; }
      .design-sphere__info-img .lazy-img-wrap img {
        height: 50px; }
  .design-sphere__info-num {
    margin-top: auto; }

.design-sphere--v2 .link-line__body {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.design-sphere .mobile-btn {
  margin: 20px -14px 0;
  padding-bottom: 0; }

.design-steps__list {
  position: relative;
  padding-top: 6rem; }
  @media (max-width: 1023px) {
    .design-steps__list {
      margin-top: 30px;
      padding-top: 20px; }
      .design-steps__list > .al {
        left: -14px;
        right: -14px; } }

.design-steps__item {
  max-width: 62rem;
  margin-bottom: 6rem;
  position: relative; }
  @media (max-width: 1023px) {
    .design-steps__item {
      max-width: none; }
      .design-steps__item:not(:last-child) {
        margin-bottom: 18px;
        padding-bottom: 18px; }
      .design-steps__item:last-child {
        margin-bottom: 20px; }
        .design-steps__item:last-child > .al {
          display: none; } }
  .design-steps__item.expand .link-line {
    display: flex; }
  .design-steps__item.expand .btn {
    display: inline-flex; }
  .design-steps__item.expand .design-steps__item-title {
    margin-bottom: 18px; }
    .design-steps__item.expand .design-steps__item-title .icon {
      transform: rotate(180deg); }
  .design-steps__item-title {
    text-transform: uppercase;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px; }
    @media (max-width: 1023px) {
      .design-steps__item-title {
        margin-bottom: 0; } }
    .design-steps__item-title .icon {
      transition: all ease .3s;
      margin-left: auto;
      fill: var(--active-color); }
    @media (min-width: 1024px) {
      .design-steps__item-title {
        pointer-events: none; }
        .design-steps__item-title .icon {
          display: none; } }
  @media (max-width: 1023px) {
    .design-steps__item .link-line {
      display: none; } }
  .design-steps__item .btn {
    margin-top: 2.4rem; }
    @media (max-width: 1023px) {
      .design-steps__item .btn {
        margin-top: 18px;
        display: none; } }

.design-sphere__object-item .link-line {
  flex-direction: column; }
  @media (max-width: 1023px) {
    .design-sphere__object-item .link-line {
      align-items: normal; } }
  @media (min-width: 1024px) {
    .design-sphere__object-item .link-line {
      gap: 0 2rem; } }
  @media (min-width: 1024px) {
    .design-sphere__object-item .link-line__body-wrap {
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      height: 0; }
      .design-sphere__object-item .link-line__body-wrap .btn {
        display: none; } }
  @media (max-width: 1023px) {
    .design-sphere__object-item .link-line__body-wrap {
      display: none; } }
  .design-sphere__object-item .link-line__body {
    display: flex; }
    .design-sphere__object-item .link-line__body:not(:last-child) {
      margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .design-sphere__object-item .link-line__body {
        flex-direction: column; }
        .design-sphere__object-item .link-line__body-head {
          text-transform: uppercase; }
        .design-sphere__object-item .link-line__body:not(:last-child) {
          margin-bottom: 1.8rem; } }
  .design-sphere__object-item .link-line__link .icon:last-child {
    display: none; }
  @media (max-width: 1023px) {
    .design-sphere__object-item .link-line__link .icon:first-child {
      display: none; }
    .design-sphere__object-item .link-line__link .icon:last-child {
      display: flex; } }

.design-sphere__object-item.active {
  pointer-events: none; }
  .design-sphere__object-item.active .name {
    color: var(--active-color); }
  .design-sphere__object-item.active .link-line__link {
    fill: var(--active-color); }

@media (max-width: 1023px) {
  .design-sphere__object-item.active .link-line__body-wrap {
    display: block;
    pointer-events: auto; }
  .design-sphere__object-item.active .link-line__link .icon {
    transform: rotate(180deg); } }

@media (min-width: 1024px) {
  .insert-text .link-line__body {
    display: block; }
    .insert-text .link-line__body-head {
      text-transform: uppercase; }
    .insert-text .link-line__body:not(:last-child) {
      margin-bottom: 1.8rem; }
  .insert-text .btn--primary {
    display: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template/evo-section/style.css?17308981284599*/
.evo {
  position: relative;
  padding: 0 4rem 6rem; }
  @media (max-width: 1023px) {
    .evo {
      padding: 0 14px 30px; } }
  .evo__info {
    max-width: 38rem;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1699px) {
      .evo__info {
        top: 20rem;
        max-width: 27vw; } }
    @media (max-width: 1023px) {
      .evo__info {
        position: static;
        max-width: none;
        margin-bottom: 30px; } }
    .evo__info .title {
      text-transform: uppercase;
      margin-bottom: 2.4rem; }
      @media (max-width: 1023px) {
        .evo__info .title {
          margin-bottom: 16px; } }
    .evo__info .text {
      font-weight: 400;
      display: none; }

@media (min-width: 1024px) and (max-width: 1699px) {
  .evo__info .text {
    font-size: calc(min(1.1vw, 16px)); } }
      .evo__info .text.active {
        display: block; }
    .evo__info .btn {
      margin-top: auto;
      align-self: flex-start; }
      @media (max-width: 1023px) {
        .evo__info .btn {
          margin-top: 16px; } }
  .evo__scheme {
    position: relative;
    padding: 14rem 0;
    max-width: 192rem; }
    @media (max-width: 1023px) {
      .evo__scheme {
        padding: 0; } }
  .evo__img {
    aspect-ratio: 4.24;
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .evo__img {
        aspect-ratio: 3.2; } }
    .evo__img .bim-svg {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0; }
      .evo__img .bim-svg path {
        pointer-events: none; }
        .evo__img .bim-svg path[stroke="#1E7260"] {
          stroke: var(--svg-hover);
          stroke: transparent; }
        .evo__img .bim-svg path[fill="#1E7260"] {
          fill: var(--bim-color); }
        .evo__img .bim-svg path[fill="#393939"] {
          fill: var(--text-color); }
        .evo__img .bim-svg path[fill="#9A9A9A"] {
          fill: var(--icon-bg);
          opacity: 1; }
        .evo__img .bim-svg path.start {
          fill: var(--svg-hover); }
      .evo__img .bim-svg circle[data-info-index],
      .evo__img .bim-svg ellipse[data-info-index] {
        transition: all ease .5s;
        stroke-width: 3px;
        stroke: transparent; }
        @media (min-width: 1024px) {
          .evo__img .bim-svg circle[data-info-index],
          .evo__img .bim-svg ellipse[data-info-index] {
            cursor: pointer; } }
        @media (max-width: 767px) {
          .evo__img .bim-svg circle[data-info-index],
          .evo__img .bim-svg ellipse[data-info-index] {
            stroke-width: 1px; } }
        .evo__img .bim-svg circle[data-info-index].active,
        .evo__img .bim-svg ellipse[data-info-index].active {
          stroke: #EDEDED; }
        .evo__img .bim-svg circle[data-info-index][fill="#F2F2F2"],
        .evo__img .bim-svg ellipse[data-info-index][fill="#F2F2F2"] {
          fill: var(--bim-circle); }
          .evo__img .bim-svg circle[data-info-index][fill="#F2F2F2"].active,
          .evo__img .bim-svg ellipse[data-info-index][fill="#F2F2F2"].active {
            stroke: var(--bim-circle); }
      @media (max-width: 767px) {
        .evo__img .bim-svg {
          display: none; } }
      .evo__img .bim-svg--mobile {
        display: none; }
        @media (max-width: 767px) {
          .evo__img .bim-svg--mobile {
            display: block; } }
    .evo__img .bim-line {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      top: 5%;
      pointer-events: none; }
      @media (max-width: 767px) {
        .evo__img .bim-line {
          display: none; } }
  .evo__steps {
    position: absolute;
    top: 0;
    left: 40%;
    right: 12%;
    display: flex;
    gap: 6rem;
    justify-content: space-between; }
    @media (max-width: 1699px) {
      .evo__steps {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 4rem;
        right: 10vw; } }
    @media (max-width: 1023px) {
      .evo__steps {
        display: none; } }
    .evo__steps--bottom {
      top: auto;
      bottom: 0;
      left: 32%;
      right: 18%; }
  .evo__step {
    max-width: 24.4rem; }
    .evo__step-title {
      text-transform: uppercase;
      margin-bottom: 1.6rem; }
      @media (max-width: 1699px) {
        .evo__step-title {
          font-size: calc(min(1.1vw, 16px)); } }
    .evo__step-text {
      font-weight: 400;
      color: var(--icon-bg); }
      @media (max-width: 1699px) {
        .evo__step-text {
          font-size: calc(min(0.9vw, 12px)); } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__links/style.css?1730898128616*/
.links {
  position: relative;
  padding: 0.6rem 4rem;
  margin-right: 0; }
  @media (max-width: 1023px) {
    .links {
      padding: 5px 14px; } }
  .links__inner {
    padding: 0.6rem 4rem;
    margin: 0 -4rem;
    display: flex;
    gap: 2rem 4rem;
    overflow: auto;
    flex-wrap: nowrap; }
    @media (min-width: 1024px) {
      .links__inner {
        flex-wrap: wrap; } }
    @media (max-width: 1023px) {
      .links__inner {
        margin: 0 -14px;
        padding: 5px 14px; } }
  .links .link.active {
    color: var(--active-color);
    pointer-events: none; }
  .links .link {
    flex-shrink: 0; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__news-line/style.css?17308981282134*/
.news-line {
  position: relative;
  display: block;
  padding: 16px 0; }
  @media (min-width: 1024px) {
    .news-line {
      padding: 3rem 0;
      cursor: pointer; }
      .news-line:hover .link--title span:before {
        transform: scaleX(1); } }
  .news-line:active .link--title span {
    color: var(--active-color); }
    .news-line:active .link--title span:before {
      background-color: var(--active-color); }
  .news-line__img {
    position: relative;
    padding-bottom: 60.9%;
    grid-column: 1/span 2; }
    @media (max-width: 1023px) {
      .news-line__img {
        padding-bottom: 63.3%;
        grid-column: span 1;
        margin-bottom: 12px; } }
    .news-line__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .news-line__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .news-line__mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem; }
    @media (max-width: 1023px) {
      .news-line__mid {
        gap: 8px; } }
  .news-line__title {
    text-underline-offset: .3rem;
    transition: all ease .3s; }
  .news-line__date {
    color: var(--accent-text); }
  .news-line__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem; }
  .news-line__text {
    font-weight: 400; }
    @media (min-width: 1024px) {
      .news-line__text {
        max-width: 53rem;
        max-height: 14.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        word-break: break-word; } }
    @media (max-width: 1023px) {
      .news-line__text {
        margin-top: 8px; } }
  .news-line__footer {
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
    color: var(--accent-text); }
    @media (min-width: 1024px) {
      .news-line__footer {
        display: none; } }
  .news-line__tags {
    color: var(--accent-text); }
    @media (max-width: 767px) {
      .news-line__tags {
        text-align: right; } }

/* End */
/* /local/templates/html/assets/components-template/mixin__circle/style.css?17308981283536 */
/* /local/templates/html/assets/components-template/mixin__numbers/style.css?1730898128912 */
/* /local/templates/html/assets/components-template/design/style.css?173089812810392 */
/* /local/templates/html/assets/components-template/evo-section/style.css?17308981284599 */
/* /local/templates/html/assets/components-template/mixin__links/style.css?1730898128616 */
/* /local/templates/html/assets/components-template/mixin__news-line/style.css?17308981282134 */
