/* прозрачное меню */
.tn-elem[data-elem-id="176249801521285720"]{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.5s ease-out;
    animation-iteration-count: infinite;
}
.bblur{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation-fill-mode: forwards;
    transition: 0.5s ease-out;
    animation-iteration-count: infinite;
}





/* прозрачные попапы */
.t-popup__container.t-width.t-width_9.t-popup__container-animated {
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 0%);
    transition: 0.5s ease-out;
    border: 1px solid rgba(127, 255, 212, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px)
}
.t-popup__container.t-width.t-width_9.t-popup__container-animated:hover {
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 22%);
    outline-color: rgba(255, 255, 255, 0);
    border-color: #adadad;
    backdrop-filter: blur(15px)
}

.t-popup {
  animation: bblur .5s ease forwards;
}
@keyframes bblur {
  from { backdrop-filter: blur(10px) opacity(0); }
  to   { backdrop-filter: blur(10px) opacity(1); }
}


/* затемнение и размытие попап */
.t-popup__container {
    background-color: rgb(255 255 255 / 40%);
    box-shadow: 0px 0px 4px 0px #ffffff54;
    border: 1px solid rgb(255 255 255 / 19%);
}
}
.t-popup {
    background-color: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px)
}






/* кнопки */
.btn1 {
    border-radius: 5px;
    transition: 0.5s ease-out;
    background: #8acf00;
    text-align: center;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #8acf00 0%, #c0ff42 51%, #72ab00 100%);
    overflow: hidden;
}
.btn1:hover {
    background-position: right center;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 7px 24px 0px #8acf0070;
}
.btn1:after {
  content: "";
  display: block;
  width: 30px;
  height: 200px;
  margin-left: 60px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  animation-name: slideme;
  transition: all 0.1s;
  animation-duration: 3s;
  animation-delay: 0.05s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.btn2 {
    border-radius: 5px;
    background: #8acf0000;
    outline: 1px solid;
    outline-color: rgba(131, 196, 0, 1);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);  
}
.btn2:hover,
.btn2:active,
.btn2:focus {
    box-shadow: inset 0 0 20px rgba(131, 196, 0, 1);
    background: #8acf00;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}






/* наводка на плашки стекло */
.tech-card {
    border: 1px solid rgba(127, 255, 212, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 0%);
}
.tech-card:hover {

    box-shadow: 0 20px 40px #8acf002e;
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 22%);
}
.tech-card:hover::before {
    left: 100%;
}
.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.8s ease;
}



.tech-card2 {
    border: 1px solid rgba(127, 255, 212, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 0%);
}
.tech-card2:hover {
    border-color: #adadad;
    box-shadow: 0 20px 40px #8acf002e;
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 22%);
}
.tech-card2:hover::before {
    left: 100%;
}
.tech-card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(127, 255, 212, 0.1), transparent);
    transition: left 0.8s ease;
}



.tech-card3 {
    border-radius: 999px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 0%);
}
.tech-card3:hover {
    transform: translateY(-5px);
}
.tech-card3 .techback:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px #8acf002e;
    box-shadow: inset 3px 20px 159px 0px rgb(255 255 255 / 22%);
}



.tech-card4 {
    transition: all 0.3s ease;
    border-radius: 30px;
    box-shadow: 0 0px 0px #0000002e;
}
.tech-card4:hover {
    transform: translateY(-5px);
    border-color: #adadad;
    box-shadow: 0 20px 40px #0000002e;
}
