

/* Start:/local/templates/main/css/service-catalog.css?178705303519461*/
.catalog {
  position: relative;
  font-family: var(--font-main);
  background: var(--color-bg-nav);
}
.catalog * {
  box-sizing: border-box;
}
.catalog a {
  color: inherit;
  text-decoration: none;
}
.catalog button {
  font: inherit;
  color: inherit;
  background: #182531;
  border: none;
  cursor: pointer;
  padding: 20px;
  text-align: left;
  font-size: 17px;
}
.catalog svg {
  display: block;
}
.catalog a:focus-visible,
.catalog button:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

.service-page {
  position: relative;
  font-family: var(--font-main);
  background: var(--color-bg-nav);
}
.service-page__head {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 40px var(--container-pad) 24px;
}
.service-page__title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 28px;
}
.service-page__title {
      margin: 0;
    color: var(--color-text);
    font-size: 85px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -4%;
    line-height: 100%;
}

.service-page__hero-media{
    position:relative;

}

.service-page__hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.service-page__hero-border{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10;
}

.service-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.service-page__price {
  color: var(--color-text);
    font-size: 60px;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: -4%;
}
.service-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 28px;
  color: #fff;
  background: var(--color-accent);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background-color var(--transition-base);
  text-decoration: none;
  height: 100px;
}
.service-page__button svg {
  width: 9px;
  height: 11px;
  flex: 0 0 auto;
}
.service-page__button:hover,
.service-page__button:focus-visible {
  background: var(--color-accent-light);
}

.service-page__body {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 40px var(--container-pad) 0;
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.service-page__hero-media {
  overflow: hidden;
  background: #0f1a28;
}
.service-page__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-page__content {
  min-width: 0;
}
.service-page__hero-media + .service-page__text {
  margin-top: 32px;
}
.service-page__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-muted);
}
.service-page__text p {
  margin: 0 0 16px;
}
.service-page__text p:last-child {
  margin-bottom: 0;
}
.service-page--project .service-page__body {
  padding-bottom: 80px;
}
.service-page--project .service-page__title {
  font-size: clamp(28px, 4.2vw, 56px);
  letter-spacing: -0.03em;
}
.service-page--project .service-page__head {
  padding: 68px var(--container-pad) 32px;
}
.catalog-category__toggle--current {
  color: var(--color-accent-light);
  pointer-events: none;
}

.reviews__track {
    position: relative;
    overflow: hidden;
    margin-left: 130px !important;
    padding-bottom: 4px;
    cursor: grab;
    touch-action: pan-y;
}

.reviews__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
    gap: 20px;
}

@media (max-width: 992px) {
  .service-page__body {
    grid-template-columns: 1fr;
  }
  .service-page__hero-media {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  #feed .feed-article {
    height: auto;
    min-height: 420px;
    max-height: 540px;
    padding: 32px 36px;
    width: 100%;
    background: #1B2733;
    display: flex;
    flex-direction: column;
  }
  #feed .feed-article.is-expanded {
    max-height: none;
  }

  .service-page__head {
    padding: 24px 20px 20px;
  }
  .service-page__hero-actions {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
  .service-page__button {
    padding: 16px 20px;
    font-size: 12px;
    height: 76px;
    justify-content: space-between;
  }
  .service-page__hero-media {
    min-height: 220px;
  }
  .service-page__body {
    padding: 0 20px 0;
    gap: 20px;
  }
  .service-page--project .service-page__head {
    padding: 42px 20px 20px;
  }
}

.catalog-category.is-open .catalog-category__toggle {
  background: #FFFFFF1A;
  border-bottom: 1px solid var(--color-divider);
}

.catalog__head {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 28px var(--container-pad) 40px;
}
.catalog__breadcrumb {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16.5px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.catalog__breadcrumb a {
  transition: color var(--transition-fast);
  text-decoration: none;
  color: #FFFFFF66;
}
.catalog__breadcrumb a:hover,
.catalog__breadcrumb a:focus-visible {
  color: var(--color-text);
}
.catalog__breadcrumb span[aria-hidden] {
  opacity: 0.5;
}
.catalog__breadcrumb .is-current {
  color: var(--color-text);
}

.catalog__head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.catalog__title {
  margin: 0;
    color: var(--color-text);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    font-size: clamp(32px, 4.6vw, 85px);
    letter-spacing: -4%;
}
.catalog__count {
  display: inline-block;
    margin-left: 6px;
    font-size: 30px;
    font-weight: 400;
    vertical-align: middle;
    color: #FFFFFF4D;
}
.catalog__intro {
  flex: 0 1 389px;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 15px;
}

/* ===== Тело: сайдбар + список ===== */
.catalog__body {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad) 80px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
  align-items: start;
}

/* ===== Сайдбар ===== */
.catalog__sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px;
  background: #182531;
}
.catalog__categories {
  background: var(--color-bg-footer);
}
.catalog-category + .catalog-category {
  border-top: 1px solid var(--color-divider);
}
.catalog-category__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--color-text);
  background: #182531;
  border: none;
}
.catalog-category__toggle--link {
  transition: color var(--transition-fast);
}
.catalog-category__toggle--link:hover,
.catalog-category__toggle--link:focus-visible {
  color: var(--color-accent-light);
}
.catalog-category__chevron {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  color: var(--color-text-muted);
  transition: transform var(--transition-fast);
}
.catalog-category.is-open .catalog-category__chevron {
  transform: rotate(180deg);
}

.catalog-category.is-open{
  background: #182531;
}

.catalog-category__list {
  list-style: none;
  margin: 0;
  padding: 0 18px 16px;
  display: grid;
  gap: 10px;

  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height var(--transition-base);
}
.catalog-category.is-open .catalog-category__list {
  max-height: 600px;
    padding-top: 2px;
    padding-bottom: 16px;
    background: #FFFFFF1A;
}
.catalog-category__list a {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF66;
  transition: color var(--transition-fast);
  text-decoration: none;
  margin-top: 15px;
}
.catalog-category__list a:hover,
.catalog-category__list a:focus-visible,
.catalog-category__list a.is-active {
  color: var(--color-text);
}

.catalog__quicklinks {
  display: flex;
  flex-direction: column;
  background: var(--color-bg-footer);
}
.catalog__quicklinks a {
  padding: 14px 18px;
  font-size: 12.5px;
  color: var(--color-text-muted);
  transition: color var(--transition-fast), background-color var(--transition-fast);
}
.catalog__quicklinks a + a {
  border-top: 1px solid var(--color-divider);
}
.catalog__quicklinks a:hover,
.catalog__quicklinks a:focus-visible {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.03);
}

/* ===== Карточка услуги ===== */

.service-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 60%;
    background: #1B2733;
    overflow: hidden;
    height: stretch;
    position: relative;
    margin-bottom: 20px;
}



.service-row__body {
    position: relative;
    flex-direction: column;
    justify-content: center;
    background: #1B2733;
    min-width: 0;
    display: flex;
    justify-content: space-around;
}

.service-row__body::before,
.service-row__body::after{
    position:absolute;
    right:-40px;
    width:80px;
    height:80px;
    background:#1B2733;
    transform:rotate(45deg);
    z-index:2;
}

.service-row__body::before{
    top:-40px;
}

.service-row__body::after{
    bottom:-40px;
}

.service-row__title {
    margin: 20px 0px 25px 20px;
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -4%;
    max-width: 500px;
}

.service-row__desc{
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 17px;
    line-height: 1.4;
    margin-left: 20px;
    max-width: 450px;
    text-transform: capitalize;
}

.service-row__actions{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.service-row__cta{
    width: 227px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 41px 29px;
    background: #C89A58;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    transition: .35s;
}

.service-row__cta:hover{
    background:#D8A968;
}

.service-row__cta svg{
    width:9px;
    height:11px;
}

.service-row__price{
    color:#fff;
    font-size:30px;
    font-weight:500;
    white-space:nowrap;
}

.service-row__media{
position:relative;
    height:100%;
    left: 8%;
}

.service-row__media img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    filter:brightness(.92);

    transition:transform .6s ease;
}

.service-row__media-mask{
width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-mask: url(/local/templates/main/css/../assets/img/mask1.svg) center / 100% 100% no-repeat;
    mask: url(/local/templates/main/css/../assets/img/mask1.svg) center / 100% 100% no-repeat;
}

.service-row__media-border{
position: absolute;
    inset: -2px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: brightness(1.5);
    z-index: 5;
    filter: blur(-3px);
    filter: drop-shadow(2px 4px 6px rgba(227, 178, 100, 0.9));
}


.service-row__media-border path{

    stroke:#FFFFFF66;
    stroke-width:2;
}

.service-row:hover .service-row__media img{
    transform:scale(1.06);
}
@media (max-width:1400px) {
  
  .service-row::after {
    bottom: 22px;
    right: 50.5%;
    height: 117px;
    transform: rotate(60deg);
    transform-origin: bottom;
}
  .service-row::before {
    top: 93px;
    right: 23%;
    height: 211px;
    transform: rotate(60deg);
    transform-origin: top;
}
}
/* ========================= */
/* Планшет */
/* ========================= */

@media (max-width:1200px){

    .service-row{

        grid-template-columns:1fr 34%;
    }

    .service-row__body{

        padding:40px;
    }

    .service-row__title{

        font-size:42px;
    }

    .service-row::after,.service-row::before{
      
      content:none;
   
}

.service-row__media{
  mask:none;
}
}

@media (max-width:992px){

    .service-row{

        grid-template-columns:1fr;
        height:auto;
    }

    .service-row__media{

        order:-1;
        min-height:260px;
    }

    .service-row__body{

        padding:36px;
    }

    .service-row__body::before,
    .service-row__body::after{

        display:none;
    }
    .service-row__body::before
{
   content:none;
}

}

@media (max-width:768px){

    .service-row__body{

        padding:28px;
    }

    .service-row__title{

        font-size:32px;
    }

    .service-row__desc{
font-size: 15px;
        margin-left: 15px;
        color: #FFFFFF66;
    }

    .service-row__actions{

        margin-top:28px;
        flex-wrap:wrap;
        gap:16px;
    }

    .service-row__price{
        order: -1;
        font-size: 22px;
        font-weight: 500;
        color: white;
        margin-left: 15px;
    }

    .service-row__cta{

        width:100%;
        justify-content:center;
    }

}

.service-row__media img.lazy:not(.is-loaded){
    opacity:0;
}

.service-row__media img.is-loaded{
    opacity:1;
    transition:
        opacity .5s ease,
        transform .6s ease;
}

/* ===================== Планшет (≤992px) ===================== */
@media (max-width: 992px) {
  .catalog__body {
    grid-template-columns: 1fr;
  }
  .catalog__sidebar {
    position: static;
  }
  .catalog__head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .catalog__intro {
    flex-basis: auto;
  }
  .service-page__title {
    margin: 0;
    color: var(--color-text);
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -4%;
    line-height: 100%;
}
.service-page__price {
    color: var(--color-text);
    font-size: 30px;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: -4%;
}
    .service-page__hero-actions {
        justify-content: space-between;
        gap: 16px;
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {

    .catalog__head {
    padding: 20px 20px 28px;
  }
  .catalog__title {
    font-size: 32px;
  }
  .catalog__count {
    font-size: 20px;
  }
  .catalog__body {
    padding: 0 20px 48px;
    gap: 20px;
  }

  .catalog__sidebar {
    padding: 0;
    background: none;
    gap: 12px;
    border-radius: 10px;
    overflow: hidden;
  }
  .catalog__categories {
    border-radius: 10px;
    overflow: hidden;
  }
  .catalog-category__toggle {
    padding: 15px 16px;
    font-size: 12.5px;
  }
  .catalog__quicklinks {
    border-radius: 10px;
    overflow: hidden;
  }

  .service-row {
    height: auto;
    border-radius: 14px;
    margin-bottom: 16px;
  }
  .service-row::before,
  .service-row::after {
    display: none;
  }
  .service-row__body {
    padding: 18px 16px 16px;
  }
  .service-row__body::before,
  .service-row__body::after {
    display: none;
  }
  .service-row__title {
    margin: 26px 15px 15px;
        font-size: 25px;
        max-width: none;
  }
  .service-row__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 4px;
    margin-left: 0;
  }
  .service-row__price {
    order: -1;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-text-muted);
  }
  .service-row__cta {
    width: 100%;
    height: 76px;
    padding: 16px 20px;
    font-size: 12px;
    justify-content: space-between;
  }

  .service-row__media {
    order: -1;
    aspect-ratio: 16 / 11;
    -webkit-mask: none;
    mask: none;
    border-radius: 14px 14px 0 0;
  }
  .service-row__media img {
    filter: none;
  }

  .feed-article {
    height: auto;
    padding: 32px 36px;
    width: 335px;
    background: #1B2733;
  }

  .catalog__list{
    display:contents;
  }
  .service-page__hero-media img {
    width: auto;
    height: 520px;
    object-fit: cover;
    display: block;
}

}

@media (prefers-reduced-motion: reduce) {
  .catalog-category__list,
  .catalog-category__chevron,
  .service-row__media img {
    transition: none;
  }
}


.reviews{
  margin-top: 20px;
}

.reviews__list > li.reviews__item--news, .reviews__list > li.reviews__item--topic {
    width: 335px;
    background: #1B2733;
    min-height: 540px;
}

.feed-news__label {
   position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #FFFFFF66;
    line-height: 1.4;
}

.reviews__track{
  padding-left: 20px !important;
}

.feed-news__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    color: var(--color-text);
    transition: color var(--transition-fast);
}

.feed-news, .feed-topic {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px 30px;
    position: relative;
    overflow: hidden;
}

.feed-news__date {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 24px;
    font-size: 35px;
    color: var(--color-text);
}

.reviews__list > li.reviews__item--article {
    width: min(1100px, calc(100vw - 80px));
    flex: 0 0 min(1100px, calc(100vw - 80px));
}

@media (min-width: 641px) {
    .feed-article {
      height: 540px;
      padding: 32px 36px;
      width: 100%;
      background: #1B2733;
      display: flex;
      flex-direction: column;
    }
    
  }

.feed-article__title {
   margin: 0 0 25px;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -4%;
    color: var(--color-text);
}

.feed-article p,
.feed-article__text {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 1.4;
    color: #FFFFFF66;
}
.feed-article p:last-child,
.feed-article__text:last-child {
    margin-bottom: 0;
}

.reviews__list > li.reviews__item--news.is-revealed .feed-news {
  background-image: url("data:image/svg+xml,%3Csvg width='127' height='294' viewBox='0 0 127 294' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M84.41 244.704L84.3406 244.635L0 160.601V0H131.559L91.3488 40.0985H40.2101V143.974L84.3754 187.979L197.685 75.0809V131.703L84.41 244.704Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M133.815 293.963L105.366 265.618L227.419 143.974V40.0985H190.678L84.3415 146.014L55.8926 117.703L173.782 0H267.664V160.601L133.815 293.963Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 70%;
}

.reviews__list{
  gap: 50px;
  width: max-content;
  align-items: flex-start;
}

.feed-article__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.feed-article.is-expanded {
  height: auto;
}
.feed-article.is-expanded .feed-article__body {
  overflow: visible;
  flex: 0 1 auto;
}
.feed-article__more {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  flex: 0 0 auto;
}
.feed-article__more[hidden] {
  display: none;
}


/* End */
/* /local/templates/main/css/service-catalog.css?178705303519461 */
