@media screen and (max-width: 480px) {
    #allrecords .t467__title {
        font-size: 26px !important;
    }

    #allrecords .t467__descr {
        font-size: 20px !important;
    }
}


.t450__logowrapper {
    margin-bottom: 60px;
}

.t450__container {
    padding-left: 60px;
    padding-top: 60px;
}


@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px rgba(230, 0, 126, 0.6), 0 0 20px rgba(230, 0, 126, 0.6), 0 0 40px rgba(230, 0, 126, 0.6);
  }
  50% {
    text-shadow: 0 0 40px rgba(230, 0, 126, 0.6), 0 0 60px rgba(230, 0, 126, 0.6), 0 0 80px rgba(230, 0, 126, 0.6);
  }
  100% {
    text-shadow: 0 0 10px rgba(230, 0, 126, 0.6), 0 0 20px rgba(230, 0, 126, 0.6), 0 0 40px rgba(230, 0, 126, 0.6);
  }
}

.neon-text {
    animation: neon-glow 1s infinite alternate;
}

.t467__title a {
    animation: neon-glow 1s infinite alternate;
    pointer-events: none;
    cursor: text;
}

.t497__container::before {order: 999;}

@media (min-width: 1200px) {
    .t497__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .t497__container .t497__col:nth-child(5), .t497__container .t497__col:nth-child(6), .t497__container .t497__col:nth-child(7) {
        grid-column: span 2;
        max-width: 100%;
    }
}

/* .map {
    filter: grayscale(100%);
    pointer-events: none;
}

.map iframe {
    width: calc(100% + 160px);
    height: calc(100% + 40px);
} */


.t-input, .t-input .t-input-phonemask__select, .t-input-title, .t-radio__item {
    font-size: 24px;
}

.t-radio__wrapper {
    margin-top: 20px;
}

.t-submit {
    height: 80px;
    font-size: 24px;
}


.t678 .t-form__submit {
    margin-top: 60px;
}

.t-submit {
    box-shadow: 0px 18px 50px 0px #E6007E;
}

@media (max-width: 960px) {
    .desktop-video {
        display: none;
    }
    
    .mobile-video {
        display: table;
    }
}


.t544 li[data-list="bullet"] {
  list-style-type: none; /* Убираем стандартный маркер */
  position: relative;
}

.t544 li[data-list="bullet"]::before {
  content: "•"; /* Символ маркера */
  color: #e6007e; /* Задаем цвет */
  font-size: 62px; /* Размер маркера */
  line-height: 0px;
  position: absolute;
  left: -30px;
  top: 18px;
}

.t544 ul {
  padding-left: 30px !important;
}


.t497__imgwrapper {
  position: relative;
}

.t497__imgwrapper::after, .point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 52px;
  width: 1em;
  height: 1em;
  background: rgb(230 0 126 / 50%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(230, 0, 126, 0.6), 
              0 0 40px rgba(230, 0, 126, 0.6), 
              0 0 80px rgba(230, 0, 126, 0.6);
  animation: box-glow 2s infinite alternate;
}


.point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  width: 1em;
  height: 1em;
  background: rgb(230 0 126 / 50%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(230, 0, 126, 0.6), 
              0 0 40px rgba(230, 0, 126, 0.6), 
              0 0 80px rgba(230, 0, 126, 0.6);
  animation: box-glow 2s infinite alternate;
}

@keyframes box-glow {
  0% {
    opacity: 0.1; /* Начальная прозрачность */
  }
  50% {
    opacity: 0.6; /* Увеличенная прозрачность */
  }
  100% {
    opacity: 0.1; /* Снова начальная прозрачность */
  }
}