

/* Start:/local/templates/html/assets/components-template/design/style.css?174826373810392*/
@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/hero-slider/style.css?17482637382230*/
.hero-slider {
  position: relative; }
  .hero-slider.inited .splide__list {
    opacity: 1; }
  .hero-slider .inited .splide__list {
    opacity: 1; }
  .hero-slider .hero-slide {
    aspect-ratio: 1.43;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media (min-width: 1024px) {
      .hero-slider .hero-slide {
        padding: 4rem 25rem 2rem 4rem;
        aspect-ratio: auto;
        height: calc(48.75vw - 8rem - 5rem);
        cursor: pointer; } }
    .hero-slider .hero-slide .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .hero-slider .hero-slide .lazy-img-wrap:before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 30%); }
        @media (max-width: 1023px) {
          .hero-slider .hero-slide .lazy-img-wrap: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)); } }
      .hero-slider .hero-slide .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .hero-slider .hero-slide__content {
      color: #ffffff;
      text-transform: uppercase;
      position: relative; }
      .hero-slider .hero-slide__content sup {
        vertical-align: super; }
    .hero-slider .hero-slide__title {
      margin-bottom: 1.6rem; }
      @media (max-width: 575px) {
        .hero-slider .hero-slide__title {
          font-size: 11px; } }
    .hero-slider .hero-slide__info {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 1.2rem 5rem; }
      .hero-slider .hero-slide__info p {
        margin-bottom: 0; }
      @media (max-width: 1023px) {
        .hero-slider .hero-slide__info {
          display: none; } }
  .hero-slider .splide__list {
    opacity: 0;
    transition: all ease 0.5s .8s; }
  .hero-slider .splide__control {
    position: absolute; }
    @media (min-width: 1024px) {
      .hero-slider .splide__control {
        right: 4rem;
        bottom: 2.4rem; } }
    @media (max-width: 1023px) {
      .hero-slider .splide__control {
        display: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__circle/style.css?17482637383536*/
.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/review-section/style.css?17482637383408*/
.review-section {
  position: relative; }
  @media (max-width: 1023px) {
    .review-section--company .presection__descr {
      display: none; } }

.review {
  position: relative; }
  @media (max-width: 1023px) {
    .review-inner {
      grid-template-columns: 1fr 1fr;
      gap: 30px 20px; } }
  .review-info, .review-text {
    padding: 6rem 3rem 6rem 0;
    position: relative; }
    @media (max-width: 1023px) {
      .review-info, .review-text {
        padding: 0; } }
  .review-img {
    padding: 6rem 0 6rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 1023px) {
      .review-img {
        padding: 0;
        padding-bottom: 16px; } }
    .review-img .lazy-img-wrap {
      width: 100%;
      aspect-ratio: 1.67;
      margin-bottom: 2.4rem; }
      .review-img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .review-img .btn {
      margin-top: auto; }
      @media (max-width: 1023px) {
        .review-img .btn {
          margin-top: 18px; } }
  @media (max-width: 1023px) {
    .review-info {
      padding-bottom: 30px; } }
  .review-info__line {
    position: relative;
    padding-bottom: 1.8rem; }
    @media (max-width: 1023px) {
      .review-info__line {
        padding-bottom: 12px; } }
    .review-info__line:not(:last-child) {
      margin-bottom: 1.8rem; }
      @media (max-width: 1023px) {
        .review-info__line:not(:last-child) {
          margin-bottom: 10px; } }
    .review-info__line .prop {
      color: var(--accent-text);
      margin-bottom: 2px;
      font-weight: 400; }
  @media (max-width: 1023px) {
    .review-text {
      grid-column: span 2;
      order: -1;
      padding-top: 16px; } }
  .review-text__logo {
    margin-bottom: 3rem; }
    @media (max-width: 1023px) {
      .review-text__logo {
        margin-bottom: 6px; } }
    .review-text__logo .lazy-img-wrap {
      max-width: 24rem;
      max-height: 6rem;
      width: 300px;
      height: 100px; }
      @media (max-width: 1023px) {
        .review-text__logo .lazy-img-wrap {
          max-width: 130px;
          max-height: 60px; } }
      .review-text__logo .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .review-text__logo .text {
      text-transform: uppercase;
      color: var(--accent-text); }
  .review-text__text {
    font-weight: 400; }
  .review-text__link {
    margin-top: 3rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem; }
    @media (min-width: 1024px) {
      .review-text__link {
        cursor: pointer; }
        .review-text__link:hover .link--v1:before {
          transform: scaleX(100%); } }
    @media (max-width: 1023px) {
      .review-text__link {
        margin-top: 30px; } }
    .review-text__link .doc {
      width: 3.8rem;
      height: 3.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--aline-color);
      fill: var(--text-color); }
      @media (max-width: 1023px) {
        .review-text__link .doc {
          width: 30px;
          height: 30px;
          gap: 6px; }
          .review-text__link .doc .icon {
            max-width: 18px;
            max-height: 18px; } }

.dark .review-text__logo .lazy-img-wrap {
  mix-blend-mode: color-dodge;
  filter: invert(100%); }

/* End */
/* /local/templates/html/assets/components-template/design/style.css?174826373810392 */
/* /local/templates/html/assets/components-template/hero-slider/style.css?17482637382230 */
/* /local/templates/html/assets/components-template/mixin__circle/style.css?17482637383536 */
/* /local/templates/html/assets/components-template/review-section/style.css?17482637383408 */
