html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 640px) {
  #rec1867260163 .t-container .t-col {
    margin-top: -90px !important;
  }
}



@media screen and (min-width: 1200px) {
/* Подгоняем обычные блоки под визуальную ширину Zero "Кому подойдём" */
  
#rec1909002833 .t-container,
#rec1806695623 .t-container,
#rec1838951473 .t-container,
#rec1838951513 .t-container,
#rec1867714883 .t-container {
  max-width: 1200px;          /* поставь ту же цифру, что ширина артборда Zero */
  margin-left: auto;
  margin-right: auto;
  padding-left: 115px;         /* подбери так, чтобы совпал левый край с Zero */
  padding-right: 40px;        /* симметрично, чтобы совпал правый край */
}

  
#rec1868884363 .t-container,
#rec1871806693 .t-container {
  max-width: 1200px;          /* поставь ту же цифру, что ширина артборда Zero */
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;         /* подбери так, чтобы совпал левый край с Zero */
  padding-right: 40px;        /* симметрично, чтобы совпал правый край */
}


/* Сдвиг всего текста и кнопки в блоке #rec1867260163 */
#rec1867260163 .t-title,
#rec1867260163 .t-name,
#rec1867260163 .t-descr,
#rec1867260163 .t-text,
#rec1867260163 .t-btn {
    position: relative;
    left: 40px;
}

}

/* Ускоряем появление элементов именно в блоке #rec1838951513 */
#rec1838951513 [data-anim-type] {
  animation-duration: 0.3s !important;   /* вместо 1s+ */
  animation-delay: 0s !important;        /* убираем запоздание */
}

@media screen and (max-width: 1280px) {
  #rec1867260163 .t-cover,
  #rec1867260163 .t-cover__wrapper,
  #rec1867260163 .t-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}


@media screen and (max-width: 1280px) {
/* Общий контейнер секции "НАШИ УСЛУГИ" */
#rec1806695683 .t-col {
  display: flex;
}

/* Карточка целиком */
#rec1806695683 .t-col .t-container__center {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Заголовок карточки */
#rec1806695683 h3,
#rec1806695683 .t-name {
  display: block;
  max-width: 220px;     /* подберите своё значение: 200–260px */
  line-height: 1.2;
  margin-bottom: 10px;  /* отступ под заголовком */
}

/* Текст карточки */
#rec1806695683 .t-descr {
  margin-top: 0;
}

/* Дополнительный вертикальный отступ внутри карточки */
#rec1806695683 .t-container__center {
  padding-bottom: 20px;
}
}

/* --- Скрыть Facebook и Twitter --- */
a[href="https://facebook.com/"],
a[href="https://twitter.com/"] {
  display: none !important;
}

/* Отключить fade/анимации появления у блоков */
.t-animate,
[data-animate-style],
.t-animate__animated {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

