.t454__logowrapper {
    top: 20%;
}

.t454__imglogo {
    height: 100px;
}


@media screen and (max-width: 980px) {
  .tmenu-mobile__container {
    height: 48px; /* ⬅️ делаем саму шапку компактной */
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
    overflow: visible; /* важно, чтобы логотип не обрезался */
  }

  .tmenu-mobile__burgerlogo {
    position: relative;
    z-index: 1001;
    margin-bottom: -58px; /* ⬅️ лого "выходит" за границу вниз */
    margin-left: -30px;
    pointer-events: none; /* контейнер всё ещё кликается */
  }

  .tmenu-mobile__imglogo {
    height: auto;
    max-height: 6rem; /* убираем ограничение */
    width: auto;
    max-width: 100px; /* ⬅️ немного меньше, но сохраняем пропорции */
    display: block;
  }

  .t-menuburger.t-menuburger__big {
    width: 36px;
    height: 28px;
  }

  .t-menuburger__big span {
    height: 4px;
  }
  
  #rec1379780601 .tmenu-mobile__menucontent_fixed {
      z-index: 100;
  }

  .t-menuburger__big span:nth-child(2),
  .t-menuburger__big span:nth-child(3) {
    top: 10px;
  }

  .t-menuburger__big span:nth-child(4) {
    top: 20px;
  }
}






/*Hero block*/


/*
#rec1380609181 .tn-elem[data-elem-id="1762941003846"] .tn-atom {
    filter: brightness(0.3) blur(3px);
}

#rec1380609181 .tn-elem[data-elem-id="1762951623231"] .tn-atom {
    filter: brightness(0.6) blur(2px);
}

#rec1380609181 .tn-elem[data-elem-id="1762949726362"] .tn-atom {
    filter: brightness(0.9) blur(0px);
}

@media screen and (max-width: 980px) {
    #rec1380609181 .tn-elem[data-elem-id="1762941003846"] .tn-atom {
        filter: brightness(0.9) blur(1px);
    }

    #rec1380609181 .tn-elem[data-elem-id="1762951623231"] .tn-atom {
        filter: brightness(0.3) blur(5px);
    }

    #rec1380609181 .tn-elem[data-elem-id="1762949726362"] .tn-atom {
        filter: brightness(0.6) blur(3px);
    } 
}
*/

/*Скрываем лого в меню*/
@media screen and (min-width: 981px) {
  /* Изначально логотип скрыт */
  .t454__imglogomobile {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 1s ease, transform 1s ease;
    pointer-events: none;
  }

  /* Убираем отступ под логотип */
  .t454__leftwrapper,
  .t454__rightwrapper {
    padding-left: 2em !important;
    padding-right: 2em !important;
    transition: padding 0.6s ease;
  }

  /* При появлении логотипа — возвращаем отступы */
  body.loaded .t454__imglogomobile {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.loaded .t454__leftwrapper {
    padding-right: 160px !important;
  }

  body.loaded .t454__rightwrapper {
    padding-left: 160px !important;
  }
}





/* Центрируем второй ряд карточек */
#rec1451271331 .t1029__row:last-child {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

/* Центрируем последний ряд карточек, если их меньше 3 */
#rec1451300141 .t-card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.t-form-success-popup__wrapper {
  background-color: #171717 !important;
}

/* По умолчанию — десктоп (без градиента) */
#rec1380625161 {
  background-image: url('https://static.tildacdn.com/tild3064-3034-4161-b733-343530386637/image2_copy.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Только для мобильных устройств — добавляем градиент */
@media screen and (max-width: 640px) {
  #rec1380625161 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://static.tildacdn.com/tild3064-3034-4161-b733-343530386637/image2_copy.jpg');
  }
}



#rec1380625161::after {
  content: "";
  position: absolute;
  bottom: 4%;
  right: 3%;
  width: 290px; /* подгони под нужный размер */
  height: 350px;
  background-image: url('https://static.tildacdn.com/tild3339-3630-4337-a538-343064336139/microscopeGraffiti.png'); /* замени на свой путь */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9; /* можно убрать или увеличить */
}

#rec1380625161 .t547__item {
    z-index: 5;
}

/* Важно: сам rec должен быть position: relative */
#rec1380625161 {
  position: relative;
  overflow: hidden; /* чтобы не вылезало за границы */
}

@media screen and (max-width: 980px) {
    #rec1380625161::after {
        bottom: 0;
        right: 0;
        width: 190px; /* подгони под нужный размер */
        height: 250px;
    }
}




/* Основной текстовый блок */
.t164__wrapper {
  position: relative;
  display: inline-block; /* важно: чтобы блок не тянулся на всю ширину родителя */
  padding: 40px;
  z-index: 1;
  border-radius: 16px;
  overflow: visible; /* ← важно: не обрезать расширенный фон */
}

/* Расширенный фон */
.t164__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  z-index: -1;
  transition: all 0.3s ease;
  box-shadow: 40px 40px 70px rgb(25, 25, 25), -40px -40px 70px rgb(25, 25, 25);
}

#rec1382218071 .t164__title {
    text-align: center;
    padding-bottom: 40px !important;
}

/* Только на экранах > 640px */
@media screen and (min-width: 641px) {
  .t164__wrapper::before {
    width: calc(100% + 100px); /* расширяем фон */
    border-radius: 24px;
  }
}



/*Круглые иконки*/
.t1029__img_circle {
  width: 100px;
  height: 100px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: all 0.4s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* нужно для ::before */
  z-index: 1;
}

/* Hover для десктопа */
@media screen and (min-width: 641px) {
  .t1029__img_circle:hover {
    transform: scale(1.08);
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow:
      0 6px 20px rgba(0, 0, 0, 0.5),
      0 0 40px rgba(255, 255, 255, 0.1),
      inset 0 0 5px rgba(255, 255, 255, 0.05);
  }
}

/* Active эффект для мобильной версии */
@media screen and (max-width: 640px) {
  .t1029__img_circle.active {
    transform: scale(1.08);
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow:
      0 6px 20px rgba(0, 0, 0, 0.5),
      0 0 40px rgba(255, 255, 255, 0.1),
      inset 0 0 5px rgba(255, 255, 255, 0.05);
  }
}



#rec1382242581 .t-section__title {
  position: relative;
  z-index: 1;
}

#rec1382242581 .t-section__title::before {
  content: "";
  position: absolute;
  inset: 0; /* растягивается по всему элементу */
  background-image: url('https://static.tildacdn.com/tild3035-3934-4861-b930-643935613333/splash.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
  top: -50px;
  bottom: -70px;
}

@media screen and (max-width: 640px) {
    #rec1382242581 .t-section__title::before {
        top: -30px;
        bottom: -50px;  
    }
}





/*Иконки в стиле тегов*/
.t1066 .t-valign_top {
vertical-align: middle;
}

.t1066__bgimg {
    width: 130px;
    height: 130px;
}

.t1066__textwrapper {
padding-left: 20px;
}

@media screen and (max-width:960px) {
    .t1066__bgimg {
        max-width: 90px!important;
        max-height: 100px!important;
    }
}















/* Блок с фоном — обязательно position: relative */
#rec1454816741 {
  position: relative;
  background-color: #171717;
  overflow: hidden;
}

/* Первое пятно */
#rec1454816741::before,
#rec1454816741::after {
  content: '';
  position: absolute;
  top: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    60% 70% at 50% 50%,
    rgba(255, 0, 150, 0.3),
    rgba(255, 0, 150, 0) 70%
  );
  filter: blur(120px);
  mix-blend-mode: screen;
  animation: moveHue1 20s infinite linear alternate, float1 12s infinite ease-in-out;
  z-index: 0;
}

/* Второе пятно */
#rec1454816741::after {
  left: 60%;
  background: radial-gradient(
    70% 60% at 50% 50%,
    rgba(0, 150, 255, 0.3),
    rgba(0, 150, 255, 0) 70%
  );
  animation: moveHue2 26s infinite linear alternate, float2 14s infinite ease-in-out;
}

/* Позиция первого пятна */
#rec1454816741::before {
  left: 20%;
}

/* Плавное движение пятен */
@keyframes float1 {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(30px) translateX(20px); }
  100% { transform: translateY(0) translateX(0); }
}

@keyframes float2 {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(20px) translateX(-30px); }
  100% { transform: translateY(0) translateX(0); }
}

/* Плавное движение по цветовому кругу для пятна 1 */
@keyframes moveHue1 {
  0% { filter: hue-rotate(0deg) blur(120px); }
  100% { filter: hue-rotate(360deg) blur(120px); }
}

/* Плавное движение по цветовому кругу для пятна 2 */
@keyframes moveHue2 {
  0% { filter: hue-rotate(180deg) blur(120px); }
  100% { filter: hue-rotate(540deg) blur(120px); }
}




/* Прозрачный контейнер */
#rec1454816741 .t668__col {
  z-index: 1;
}

/* Матовая стеклянная карточка */
#rec1454816741 .t668__accordion {
  border: 1px solid rgba(255, 255, 255, 0.05); /* лёгкая стеклянная рамка */
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0,0,0,1),
                    -1px -1px 6px rgba(255, 255, 255, 0.4);
}






/* Базовое состояние — без трансформаций */
.t858__inner-col {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
  will-change: transform;
  border: 1px solid rgba(255, 255, 255, 0.05); /* мягкая белая окантовка */
  border-radius: 12px; /* опционально — скругление */
}

.t858__wrap {
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
  will-change: transform;
}

.t858__wrap_top,
.t858__wrap_bottom {
  transform: none;
  transition: transform 0.5s ease;
}

/* 🔥 Эффект при наведении */
@media screen and (min-width: 641px) {
.t858__inner-col:hover {
  transform: rotateY(20deg) rotateX(20deg) scale(0.70);
}

/* Изображение — сильный выпрыгивающий слой */
.t858__inner-col:hover .t858__wrap_top {
  transform: rotateY(4deg) rotateX(4deg) translateZ(90px) scale(1.5);
}

/* Текст — ещё больше увеличивается и ближе */
.t858__inner-col:hover .t858__wrap_bottom {
  transform: rotateY(4deg) rotateX(4deg) translateZ(70px) scale(1.40);
}
}



/* Эффекты срабатывают по классу .active на мобилках */
.t858__inner-col.active {
  transform: rotateY(22deg) rotateX(22deg) scale(0.70);
  box-shadow:
    0 0 60px rgba(255, 255, 255, 0.4),
    0 10px 60px rgba(255, 255, 255, 0.2);
}

.t858__inner-col.active .t858__wrap_top {
  transform: rotateY(5deg) rotateX(5deg) translateZ(90px) scale(1.5);
}

.t858__inner-col.active .t858__wrap_bottom {
  transform: rotateY(5deg) rotateX(5deg) translateZ(70px) scale(1.40);
}




.t-input-block {
        box-sizing: border-box;
        background: #f2f2f2;
        border: none;
        outline: none;
        padding: 7px 7px;
        border-radius: 28px !important;
        color: #fff;
        font-size: 15px;
        background-color: transparent;
        box-shadow: 3px 3px 10px rgba(0,0,0,1),
                    -1px -1px 6px rgba(255, 255, 255, 0.4);
    }
    
    .t-input {
        height: 50px;
    }
    
    .t718 .t-input-group {
        margin-bottom: 20px !important;
    }
    
    .t-input:valid ~ div[useragentpart="placeholder"],
    .t-input:focus ~ div[useragentpart="placeholder"] {
        transition: 0.3s !important;
        padding-left: 2px !important;
        transform: translateY(-35px) !important;
    }

    
    .t-input-error {
        margin-top: 0px !important;
        position: absolute;
    }
    
    .t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer), .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .t-rate__wrapper, .t-form .js-error-control-box .uploadcare-widget {
    border: 0px !important;
    border-block-end: 1px solid red !important;
    
}
    
    .t-form__successbox {
       border-radius: 20px !important; 
    }
    
    
    .t-form__errorbox-wrapper {
        padding: 1px 40px !important;
        border-radius: 20px !important;
        background: #171717;
        background-color: transparent;
        box-shadow: 3px 3px 10px rgba(0,0,0,1),
                    -1px -1px 6px rgba(255, 255, 255, 0.4);
        
        
    }
    
    .t-form__errorbox-link {
        color: #ff1200 !important;
    }
    
  /* Кнопка Отправить */
/* Общий стиль кнопки */
.t-btnflex.t-btnflex_type_submit {
  position: relative;
  margin: 0;
  padding: 0.8em 1.2em;
  outline: none;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #202020; /* под фон #171717 */
  border-radius: 15px !important;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* Эффект покачивания */
.t-btnflex.t-btnflex_type_submit:hover {
  animation: sh0 0.5s ease-in-out both;
}

/* Эффект на текст */
.t-btnflex.t-btnflex_type_submit:hover .t-btnflex__text {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

/* Вспышки/круги при наведении */
.t-btnflex.t-btnflex_type_submit::before,
.t-btnflex.t-btnflex_type_submit::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.t-btnflex.t-btnflex_type_submit:hover::before,
.t-btnflex.t-btnflex_type_submit:hover::after {
  opacity: 0.12;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.t-btnflex.t-btnflex_type_submit:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.t-btnflex.t-btnflex_type_submit:hover::after {
  transform: translate(50%, 0) scale(1.1);
}

/* Анимации */
@keyframes sh0 {
  0% { transform: rotate(0deg) translate3d(0, 0, 0); }
  25% { transform: rotate(7deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-7deg) translate3d(0, 0, 0); }
  75% { transform: rotate(1deg) translate3d(0, 0, 0); }
  100% { transform: rotate(0deg) translate3d(0, 0, 0); }
}

@keyframes storm {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(4px, 0, 0); }
  50% { transform: translate3d(-3px, 0, 0); }
  75% { transform: translate3d(2px, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}


/* По умолчанию: десктоп — оставляем поведение как есть */
@media screen and (max-width: 960px) {
  .t-form__submit {
    display: flex;
    justify-content: flex-end; /* Кнопка уходит вправо */
    padding-right: 0; /* убираем возможные внутренние отступы */
  }

  .t-form__submit .t-btnflex {
    width: auto;            /* по размеру текста */
    min-width: unset;
    padding: 1em 1.7em;    /* чуть больше отступов */
    font-size: 16px;
    border-radius: 10px;
  }
}


.t718 .t718__contentwrapper {
    padding-top: 3em;
}

.t718 .t-sociallinks__item,
.t452 .t-sociallinks__item, .t452__right_social_links_item {
    margin: 0px 18px 0px 0px;
}

svg.t-sociallinks__svg {
    width: 40px;
    height: 40px;
}





/* Базовая стилизация кнопки */
.t452_scrolltop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

/* Подчеркивание при ховере */
.t452_scrolltop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.t452_scrolltop:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* Анимация текста */
.t452_scrolltop strong {
  display: inline-block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.t452_scrolltop:hover strong {
  transform: translateY(-100%);
  opacity: 0;
}

/* Появляется новый текст поверх */
.t452_scrolltop::after {
  content: "Наверх";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 600;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(100%);
  opacity: 0;
}

.t452_scrolltop:hover::after {
  transform: translateY(0%);
  opacity: 1;
}


/*Отключение стандартных стилей при автозаполнении*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #f5f5f5 !important; /* цвет текста */
  caret-color: #f5f5f5 !important;            /* цвет курсора */
}