

/* 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/exp/style.css?17308981282705*/
.exp-process {
  padding: 6rem 0;
  position: relative; }
  @media (max-width: 1023px) {
    .exp-process {
      padding: 30px 0; } }
  .exp-process__item {
    font-weight: 400; }
    .exp-process__item-title {
      text-transform: uppercase;
      margin-bottom: 1.6rem;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .exp-process__item-title {
          margin-bottom: 12px; } }
    .exp-process__item-body {
      font-weight: 400; }
  @media (min-width: 1024px) {
    .exp-process .splide__slide:nth-last-child(n+3) {
      padding-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .exp-process .splide__list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem 6rem; } }
  @media (max-width: 1023px) {
    .exp-process .career-slider {
      margin-top: 30px; } }

.exp-project {
  position: relative; }

.exp-sphere {
  position: relative; }
  .exp-sphere__text {
    position: relative;
    padding: 3rem 3rem 3rem 0; }
    @media (max-width: 1023px) {
      .exp-sphere__text {
        padding: 20px 0; }
        .exp-sphere__text .al {
          right: -14px;
          left: -14px; } }
  .exp-sphere__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    padding-bottom: 6rem;
    padding-top: 3rem; }
    @media (max-width: 1023px) {
      .exp-sphere__items {
        grid-template-columns: 100%;
        gap: 0;
        padding-top: 0;
        padding-bottom: 30px; } }
    .exp-sphere__items .al--r {
      grid-column: span 2;
      margin-left: -3rem;
      margin-right: -4rem; }
      @media (max-width: 1023px) {
        .exp-sphere__items .al--r {
          display: none; } }
  .exp-sphere__item {
    position: relative;
    transition: all ease .3s;
    text-underline-offset: .3rem; }
    @media (min-width: 1024px) {
      .exp-sphere__item {
        cursor: pointer; }
        .exp-sphere__item:hover {
          fill: var(--active-color); }
          .exp-sphere__item:hover .exp-sphere__item-title {
            text-decoration: underline;
            text-decoration-thickness: 1px; } }
    .exp-sphere__item:active {
      fill: var(--active-color); }
      .exp-sphere__item:active .exp-sphere__item-title {
        color: var(--active-color); }
    @media (max-width: 1023px) {
      .exp-sphere__item {
        padding: 14px 0; } }
    .exp-sphere__item-title {
      display: inline-flex;
      gap: 1rem;
      align-items: center;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .exp-sphere__item-title {
          display: flex;
          justify-content: space-between; } }
    .exp-sphere__item-desc {
      margin-top: 1.8rem;
      font-weight: 400; }

/* End */


/* Start:/local/templates/html/assets/components-template/portfolio/style.css?17308981287449*/
@charset "UTF-8";
.page-project-header {
  position: relative; }
  .page-project-header__table {
    position: relative; }
    @media (min-width: 1024px) {
      .page-project-header__table {
        padding: 3rem 3rem 3rem 0;
        grid-row: span 2; } }
    @media (max-width: 1023px) {
      .page-project-header__table {
        margin: 0 -14px; } }
  .page-project-header__title {
    position: relative; }
    @media (min-width: 1024px) {
      .page-project-header__title {
        padding: 3rem;
        margin-left: -3rem;
        margin-right: -4rem; } }
    @media (max-width: 1023px) {
      .page-project-header__title {
        order: -1;
        width: 80%;
        margin-left: auto;
        padding-left: 14px;
        padding-bottom: 14px; } }
    .page-project-header__title .page-header__title {
      padding-top: 11rem; }
    .page-project-header__title .stagger-block {
      display: flex;
      flex-direction: column; }
    .page-project-header__title .h1,
    .page-project-header__title .title--hidden {
      font-size: calc(max(4.4vw, 21px)); }
      @media (min-width: 1024px) {
        .page-project-header__title .h1,
        .page-project-header__title .title--hidden {
          font-size: calc(min(4.4vw, 6.6rem)); } }
  .page-project-header__text {
    padding: 30px 0; }
    @media (min-width: 1024px) {
      .page-project-header__text {
        padding: 3rem;
        margin-left: -3rem;
        max-width: 58rem; } }
    @media (max-width: 767px) {
      .page-project-header__text {
        font-size: 12px; } }

.page-project-info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 1024px) {
    .page-project-info {
      max-width: 51rem;
      position: sticky;
      top: var(--headerHeight); } }
  @media (max-width: 1023px) {
    .page-project-info {
      margin-top: 16px; } }
  .page-project-info__item {
    padding: 1.8rem;
    position: relative; }
    @media (max-width: 1023px) {
      .page-project-info__item {
        padding: 12px; } }
    .page-project-info__item--full {
      grid-column: span 2; }
    .page-project-info__item-prop {
      color: var(--accent-text);
      margin-bottom: .2rem; }
    .page-project-info__item-val {
      display: inline-flex;
      gap: 2.4rem; }
      @media (max-width: 1023px) {
        .page-project-info__item-val {
          gap: 12px; } }

.project-slider {
  padding: 3rem 0;
  position: relative; }
  @media (max-width: 1023px) {
    .project-slider {
      padding: 16px 0 48px; } }
  .project-slider .splide__control {
    display: block;
    bottom: -14px;
    right: 14px;
    transform: translateY(100%); }
    @media (min-width: 1024px) {
      .project-slider .splide__control {
        display: none; } }
  .project-slider .splide__slide {
    width: 90vw; }

.portfolio-section {
  position: relative; }
  @media (min-width: 1024px) {
    .portfolio-section .gc .portfolio-card-wrap:not(:nth-child(3n + 3)) {
      padding-right: 3rem; } }
  .portfolio-section .portfolio-card-wrap {
    position: relative; }
    @media (max-width: 1023px) {
      .portfolio-section .portfolio-card-wrap:nth-child(n + 6) {
        display: none; } }

.portfolio-projects {
  position: relative; }
  @media (min-width: 1024px) {
    .portfolio-projects__grid {
      height: 39vw; } }
  .portfolio-projects__overflow {
    overflow: auto;
    position: absolute;
    inset: 1.8rem 1px 1.8rem 0;
    padding-right: 3rem; }
    .portfolio-projects__overflow::-webkit-scrollbar {
      width: 4px;
      /* ширина для вертикального скролла */
      height: 4px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: var(--accent-text); }
    .portfolio-projects__overflow::-webkit-scrollbar-thumb {
      background-color: var(--icon-bg);
      border-radius: 2px; }
      .portfolio-projects__overflow::-webkit-scrollbar-thumb:hover {
        background-color: var(--text-color); }
  .portfolio-projects__sections {
    padding: 1.8rem 3rem 1.8rem 0;
    position: relative; }
    @media (max-width: 1023px) {
      .portfolio-projects__sections {
        display: none; } }
  .portfolio-projects__section {
    position: relative;
    padding: 1.8rem 0;
    transition: all ease .3s; }
    @media (min-width: 1024px) {
      .portfolio-projects__section {
        cursor: pointer; }
        .portfolio-projects__section:hover {
          color: var(--active-color); } }
    .portfolio-projects__section.active {
      color: var(--active-color);
      pointer-events: none; }
    .portfolio-projects__section:first-child .al {
      display: none; }
  .portfolio-projects__items {
    position: relative; }
    @media (max-width: 1023px) {
      .portfolio-projects__items {
        padding-top: 10px;
        padding-bottom: 20px; } }

.portfolio-project {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1rem 0; }
  @media (min-width: 1024px) {
    .portfolio-project {
      position: absolute;
      inset: 3rem 0;
      display: none;
      padding: 0; } }
  .portfolio-project:first-child .al {
    display: none; }
  .portfolio-project.active {
    display: flex; }
    @media (max-width: 1023px) {
      .portfolio-project.active .portfolio-project__title:after {
        transform: rotate(0); }
      .portfolio-project.active .portfolio-project__btn {
        opacity: 1;
        visibility: visible; }
      .portfolio-project.active .portfolio-project__num {
        display: flex; }
      .portfolio-project.active .portfolio-project__img {
        display: block; } }
  .portfolio-project__img {
    flex-grow: 1;
    position: relative; }
    .portfolio-project__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .portfolio-project__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 1023px) {
      .portfolio-project__img {
        width: 100%;
        aspect-ratio: 1.34;
        order: 2;
        margin-top: 1rem;
        display: none; } }
  @media (min-width: 1024px) {
    .portfolio-project__title {
      pointer-events: none;
      margin-top: 2.4rem;
      text-transform: uppercase; } }
  @media (max-width: 1023px) {
    .portfolio-project__title {
      order: 1;
      padding-right: 45px;
      position: relative;
      padding-left: 12px; }
      .portfolio-project__title:before, .portfolio-project__title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 1rem;
        height: 1px;
        width: .8rem;
        background-color: var(--active-color);
        transition: all ease .3s; }
      .portfolio-project__title:after {
        transform: rotate(90deg); } }
  .portfolio-project__num {
    margin-top: 2rem;
    display: flex; }
    @media (max-width: 1023px) {
      .portfolio-project__num {
        display: none;
        order: 3;
        margin-top: 8px;
        gap: 24px; } }
  .portfolio-project__btn {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 1023px) {
      .portfolio-project__btn {
        top: 10px;
        bottom: auto;
        opacity: 0;
        visibility: hidden; }
        .portfolio-project__btn .btn {
          height: 18px;
          width: 32px;
          padding: 0; }
        .portfolio-project__btn span {
          display: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__card/style.css?17308981287416*/
.card-competention {
  width: 100%; }
  @media (min-width: 1024px) {
    .card-competention {
      cursor: pointer; }
      .card-competention:hover .link--title span:before {
        transform: scaleX(1); } }
  .card-competention:active .link--title span {
    color: var(--active-color); }
    .card-competention:active .link--title span:before {
      background-color: var(--active-color); }
  .card-competention__img {
    position: relative;
    height: 23.65vw;
    margin-bottom: 3rem; }
    @media (max-width: 1199px) {
      .card-competention__img {
        height: auto;
        aspect-ratio: 1.34; } }
    @media (max-width: 1023px) {
      .card-competention__img {
        margin-bottom: 10px; } }
    .card-competention__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .card-competention__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .card-competention__title {
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    transition: all ease .3s;
    position: relative; }
    @media (min-width: 1200px) {
      .card-competention__title {
        font-size: calc(min(1.2vw, 22px)); } }
    @media (max-width: 1023px) {
      .card-competention__title {
        margin-bottom: 8px; } }
  .card-competention__footer {
    display: flex;
    gap: 1.2rem; }
    @media (min-width: 1024px) {
      .card-competention__footer .card-label {
        min-width: 9rem; } }
  .card-competention--sm {
    display: grid;
    grid-template-columns: 22rem auto;
    grid-template-rows: minmax(0, auto) 1fr;
    gap: 10px; }
    @media (max-width: 1699px) {
      .card-competention--sm {
        grid-template-columns: 18rem auto; } }
    @media (min-width: 1024px) {
      .card-competention--sm {
        gap: 2.4rem;
        cursor: pointer; }
        .card-competention--sm:hover .card-competention__title {
          color: #1E7260;
          text-decoration: none; }
        .card-competention--sm:hover .card-competention__img:before {
          transform: none; } }
    @media (max-width: 767px) {
      .card-competention--sm {
        grid-template-columns: 146px auto; } }
    .card-competention--sm .card-competention__img {
      grid-row: span 2;
      height: auto;
      aspect-ratio: 1;
      margin-bottom: 0;
      overflow: hidden; }
      .card-competention--sm .card-competention__img:before {
        content: '';
        position: absolute;
        inset: 1rem;
        border: 1px solid #ffffff;
        z-index: 1;
        transform: scale(1.1);
        transition: all ease .5s; }
        @media (max-width: 1023px) {
          .card-competention--sm .card-competention__img:before {
            display: none; } }
    .card-competention--sm .card-competention__title {
      margin-bottom: 0; }
    .card-competention--sm .card-competention__text {
      display: none; }
    .card-competention--sm .card-competention__footer {
      gap: 0;
      flex-direction: column;
      justify-content: flex-end; }
      @media (max-width: 1023px) {
        .card-competention--sm .card-competention__footer {
          gap: 10px; } }

.news-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .news-card-wrap {
    position: relative; }
    @media (min-width: 1024px) {
      .news-card-wrap {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (max-width: 1023px) {
      .news-card-wrap {
        padding: 14px 0; }
        .news-card-wrap .al-r {
          display: none; }
        .news-card-wrap .al {
          right: -14px;
          left: -14px; } }
  @media (min-width: 1024px) {
    .news-card {
      cursor: pointer; }
      .news-card:hover .link--title span:before {
        transform: scaleX(1); } }
  .news-card:active .link--title span {
    color: var(--active-color); }
    .news-card:active .link--title span:before {
      background-color: var(--active-color); }
  .news-card__img {
    position: relative;
    height: 26.04vw;
    margin-bottom: 2rem; }
    @media (max-width: 1023px) {
      .news-card__img {
        margin-bottom: 12px;
        aspect-ratio: 1.34;
        height: auto; } }
    .news-card__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .news-card__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .news-card__title {
    margin-bottom: 0.8rem;
    transition: all ease .3s; }
    @media (max-width: 1023px) {
      .news-card__title {
        margin-bottom: 6px; } }
  .news-card__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4em;
    margin-bottom: 1.2rem; }
    @media (max-width: 1023px) {
      .news-card__text {
        height: 26px;
        -webkit-line-clamp: 2; } }
  .news-card__footer {
    margin-top: auto;
    display: flex;
    gap: 1.2rem;
    justify-content: space-between;
    color: var(--accent-text); }
  .news-card__tags {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap; }

.portfolio-card {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .portfolio-card-wrap {
    position: relative; }
    @media (min-width: 1024px) {
      .portfolio-card-wrap {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (max-width: 1023px) {
      .portfolio-card-wrap {
        padding: 14px 0; }
        .portfolio-card-wrap .al-r {
          display: none; }
        .portfolio-card-wrap .al {
          right: -14px;
          left: -14px; } }
  @media (min-width: 1024px) {
    .portfolio-card {
      cursor: pointer; }
      .portfolio-card:hover .link--title span:before {
        transform: scaleX(1); } }
  .portfolio-card:active .link--title span {
    color: var(--active-color); }
    .portfolio-card:active .link--title span:before {
      background-color: var(--active-color); }
  .portfolio-card__img {
    position: relative;
    height: 23.65vw;
    margin-bottom: 3rem; }
    @media (max-width: 1199px) {
      .portfolio-card__img {
        height: auto;
        aspect-ratio: 1.34; } }
    @media (max-width: 1023px) {
      .portfolio-card__img {
        margin-bottom: 10px; } }
    .portfolio-card__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .portfolio-card__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .portfolio-card__type {
    margin-bottom: .8rem;
    color: var(--accent-text); }
  .portfolio-card__title {
    text-underline-offset: .3rem;
    transition: all ease .3s;
    margin-bottom: 8px;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .portfolio-card__title {
        margin-bottom: .8rem;
        height: 5.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  .portfolio-card__footer {
    display: flex;
    gap: 1.2rem; }
    @media (max-width: 1023px) {
      .portfolio-card__footer {
        padding-right: 60px; } }
    .portfolio-card__footer .btn {
      position: absolute;
      right: 0;
      bottom: 20px; }
      @media (min-width: 1024px) {
        .portfolio-card__footer .btn {
          display: none; } }

/* End */
/* /local/templates/html/assets/components-template/mixin__numbers/style.css?1730898128912 */
/* /local/templates/html/assets/components-template/exp/style.css?17308981282705 */
/* /local/templates/html/assets/components-template/portfolio/style.css?17308981287449 */
/* /local/templates/html/assets/components-template/mixin__card/style.css?17308981287416 */
