

/* Start:/bitrix/templates/omega/components/bitrix/news/action_page/bitrix/news.detail/.default/style.css?178781786613292*/
div.news-detail {
  word-wrap: break-word;
}
div.news-detail img.detail_picture {
  float: left;
  margin: 0 8px 6px 1px;
}
.news-date-time {
  color: #486daa;
}
.gallery.row {
  margin-top: 30px;
  margin-bottom: 30px;
}

p.return a {
  color: #6cc129;
  padding: 10px;
  border: 1px solid;
}
.video-content-card.videoblock {
  display: block;
  margin-bottom: 0px;
  margin-top: 50px;
}

.videoblock .popup-youtube:after {
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  background: url(/bitrix/templates/omega/components/bitrix/news/action_page/bitrix/news.detail/.default/play.svg) center center no-repeat !important;
  top: 0px;
}

.news-page .small_news {
  min-height: 300px;
}

.videoblock .popup-youtube::before {
  display: block;
  content: '';
  /* padding-top: 56.25%; */
}

.videoblock .popup-youtube:hover:after {
  background-image: url(/bitrix/templates/omega/components/bitrix/news/action_page/bitrix/news.detail/.default/playhover.svg) !important;
}

.gallery.row img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.detailimg {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.btn_red {
display: block;
}
.hero {
  background: url('/include/images/akcii/laser.webp');
  color: #000;
  padding: 60px 20px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}


.hero_text {
  width: 60%;
  margin-left: 5%;
display: flex;
  flex-direction: column;
  align-items: center;
}

.hero_text a.btn_red{
  margin-top: 0;
}
.hero h2 {
  font-size: 2.5em;
  margin: 0 0 25px 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero p {
  font-size: 1.2em;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero b {
  background: #00bdcd;
}
.hero_banner img {
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(10, 160, 174, 0.15), 0 5px 10px rgba(0, 0, 0, 0.12);
  transition: .3s all ease-in-out;
}
.hero_banner img:hover {
  box-shadow:
    inset 0 0 20px rgba(10, 160, 174, 0.15),
    0 15px 25px rgba(0, 0, 0, 0.12);

}
.offer-banner a.phone_number {
  background-color: #00bdcd;
  color: #fff;
  font-weight: bold;
}

.offer-banner {
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin: 40px 0;
  border: 3px solid #ff0000;
}

.offer-banner h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #ff0000;
}

.procedures_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.procedure_item {
  background: #e6f9fa;
  border-radius: 15px;
  padding: 25px;
  flex: 1 1 300px;
  border-left: 5px solid #0aa0ae;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: start;
}
.procedure_item_2 {
    flex: 1 1 500px;
}
.procedure_item h3 {
  color: #0aa0ae;
  padding-left: 30px;
  position: relative;
  font-size: 1.4rem !important;
  margin-bottom: 15px !important;
  width: 100%;
}

.procedure_item h3::before {
  content: '►';
  font-size: 2rem;
  position: absolute;
  left: -12px;
  top: -4px;
  width: fit-content;
  height: fit-content;
}

.procedure_item p {
  padding-left: 30px;
  margin-bottom: 0;
  width: 100%;
  flex: 1 1 auto;
}

.procedure_item a.btn_red {
  margin-top: 1rem;
  width: 100%;
}

.procedure_item .for_who {
  background: #0aa0ae;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
}

.advantages_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.advantages_item {
  background: #e6f9fa;
  border-radius: 15px;
  padding: 25px;
  text-align: left;
  flex: 1 1 calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;

}

.advantages_item li,
.procedure_item p span {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: inline;
}

.advantages_item li::before,
.procedure_item p span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 4px;
  background: linear-gradient(to bottom, transparent, #0aa0ae, transparent);
}

.advantages_item ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 !important;
  width: 100%;
}

.advantages_item .advantage_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  justify-content: start;
  margin-bottom: 15px;
  width: 100%;
}

.advantages_item img {
  width: 60px;
  height: 60px;
}

.advantages_item .title_advantages {
  font-weight: bold;
  color: #0aa0ae;
  font-size: 1.1em;
  margin-bottom: 0;
}

.doctors_block {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 20px;
  margin: 40px 0;
}

.doctor_item {
  margin: 20px 0;
  padding: 20px;
  background: white;
  border-radius: 15px;
}

.cta_block {
  background: linear-gradient(0deg, rgba(0, 189, 204, 1), rgba(0, 160, 175, 1));
  color: white;
  padding: 50px 30px;
  border-radius: 20px;
  text-align: start;
  margin: 40px 0;
}

.cta_block h2 {
  font-size: 2em;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-left: 40px;
}

.cta_block h2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}

.cta_block h2 span svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: #ff0000;
}

.phone_number a {
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 0;
}

.cta_block a {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
}

.urgency_block {
  background: #ff6b6b;
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
  border: 2px dashed white;
}

.urgency_block h2 {
  text-align: center;
  width: 100%;
}

.urgency_block span {
  background-color: #0aa0ae;
  color: #fff;
  font-size: 1.5rem;
}

.procedure_item,
.advantages_item {
  position: relative;
  transition: 0.4s ease;
}

.procedure_item::before,
.advantages_item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(45deg, rgba(10, 160, 174, 0.3), transparent, rgba(10, 160, 174, 0.3));
  opacity: 0;
  transition: 0.4s ease;
  z-index: 0;
  border-radius: 15px;
}

.procedure_item:hover::before,
.advantages_item:hover::before {
  opacity: 1;
  filter: blur(4px);
}

.procedure_item:hover,
.advantages_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
  text-shadow: 1px -1px 3px rgba(10, 160, 174, 0.3);
}

.procedure_item > *,
.advantages_item > * {
  position: relative;
  z-index: 1;
}

.procedure_item:hover {
  box-shadow:
    inset 0 0 20px rgba(10, 160, 174, 0.15),
    0 15px 25px rgba(0, 0, 0, 0.12);
}

.advantages_item:hover {
  box-shadow:
    inset 0 0 20px rgba(10, 160, 174, 0.15),
    0 15px 25px rgba(0, 0, 0, 0.12);
}

.advantages_item:hover img {
  animation: floatIcon 4s ease-in-out infinite;
  transition: 0.3s ease;
}

@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.advantages_item:hover img {
  filter: drop-shadow(0 0 8px rgba(10, 160, 174, 0.5));
  transform: translateY(-8px) scale(1.05);
}

@keyframes pulse3d {
  0%,
  100% {
    text-shadow:
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(10, 160, 174, 0);
  }

  50% {
    text-shadow:
      0 4px 10px rgba(0, 0, 0, 0.25),
      0 0 18px rgba(10, 160, 174, 0.6);
  }
}

.pulse {
  animation: pulse3d 4s ease-in-out infinite;
  transform-style: preserve-3d;
}

.offer-banner h2,
.cta_block h2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.offer-banner h2::after,
.cta_block h2::after {
  content: '';
  position: absolute;
  left: -150%;
  top: 0;
  width: 150%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  animation: laserScan 5s ease-in-out infinite;
}

@keyframes laserScan {
  0% {
    left: -150%;
  }

  50% {
    left: 150%;
  }

  100% {
    left: -150%;
  }
}

.animated-border {
  position: relative;
  animation: borderColorChange 1.5s ease-in-out infinite alternate;
  z-index: 1;
border: 2px solid;
}


.animated-border::after {
  content: "";
  position: absolute;
  top: -2px; 
left: -2px; 
right: -2px; 
bottom: -2px; 
  box-shadow: 0 0 25px #ff6b6b;
  border-radius: inherit;
  opacity: 0;
  z-index: -1;
  animation: smoothGlow 1.5s ease-in-out infinite alternate;
}

/* 1. Анимация цвета основной границы */
@keyframes borderColorChange {
  0% {
    border-color: #ff0000;
  }
  100% {
    border-color: #ff6b6b4a;
  }
}

@keyframes smoothGlow {
  0% {
    opacity: 0; 
  }
  100% {
    opacity: 1; 
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.8em;
  }

  .procedure_item {
    flex: 1 1 100%;
  }

  .phone_number {
    font-size: 1em;
    line-height: 1.5;
  }

  .cta_block h2::after {
    animation: none;
  }

  .cta_block {
    padding: 30px 20px;
  }

  .cta_block h2 {
    padding-left: 50px;
  }

  .cta_block h2 span {
    width: 38px;
    height: 38px;
  }

  .cta_block h2 span svg {
    width: 38px;
    height: 38px;
  }
  .hero {
    background-size: cover;
    background-position-x: 80%;
  }
  .hero_text {
    width: 60%;
    margin-left: 0;
  }
}

.procedure_item h3 span {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #0aa0ae;
    width: fit-content;
    padding: 0 5px;
  }
  .procedure_item .for_who {
    width: 100%;
  }
  .procedure_item {
    align-items: start;
    flex: 1 1 350px;
  }
  p.return {
    display: none;
  }
  h1#pagetitle {
    font-size: clamp(24px, 2.5vw, 38px);
  }

  /* НОВЫЕ СТИЛИ */
  
  /* Новый блок с описанием под баннером */
  .intro_block {
    background: #ffffff;
    padding: 35px 20px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 2px solid #e6f9fa;
  }
  .intro_block .intro_desc {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro_block .btn_red {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.1em;
    transition: 0.3s;
  }
  .intro_block .btn_red:hover {
    background-color: #d40000;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
  }

  /* Блок с описанием (Что это такое) */
  .info_block {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    border-left: 5px solid #0aa0ae;
  }
  .info_block h3 {
    color: #0aa0ae;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .info_block p {
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .info_block p:last-child {
    margin-bottom: 0;
  }

  /* Красивый блок противопоказаний с крестиками */
  .contraindications_block {
    background: #fff5f5;
    padding: 30px 40px;
    border-radius: 15px;
    margin: 40px 0;
    border-left: 6px solid #ff0000;
  }
  .contraindications_block h2 {
    color: #ff0000;
    margin-bottom: 25px;
    font-size: 1.8em;
    margin-top: 0;
  }
  .contraindications_block ul {
    list-style: none; /* Убираем стандартные маркеры */
    padding-left: 0;
    margin: 0;
  }
  .contraindications_block li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
  }
  .contraindications_block li::before {
    content: '✖';
    color: #ff0000;
    margin-right: 12px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2;
  }
  .contraindications_block li:last-child {
    margin-bottom: 0;
  }

  /* Настройки для 4 карточек преимуществ */
  .advantages_item.adv_4 {
    flex: 1 1 calc((100% - 60px) / 4);
    min-width: 240px; 
  }
  
  /* Стилизация и анимация новых SVG иконок */
  .advantages_item svg {
    width: 60px;
    height: 60px;
    transition: 0.3s ease;
  }
  .advantages_item:hover svg {
    animation: floatIcon 4s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(10, 160, 174, 0.5));
    transform: translateY(-8px) scale(1.05);
  }
  
  /* Сброс маркеров для списка "Что лечим" внутри плашки */
  .procedure_item .for_who ul {
      padding-left: 0;
      margin: 10px 0 0 0;
  }
  .procedure_item .for_who li {
      list-style: none;
      position: relative;
      padding-left: 20px;
      margin-bottom: 8px;
  }
  .procedure_item .for_who li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 12px;
      height: 4px;
      background: linear-gradient(to bottom, transparent, #fff, transparent);
  }

  @media (max-width: 991px) {
    .procedure_item {
      max-width: 100%;
      padding: 15px;
    }
    .procedure_item h3 {
      font-size: 18px !important;
    }
    .info_block, .contraindications_block {
      padding: 20px;
    }
    .intro_block {
      padding: 25px 15px;
    }
    .intro_block .intro_desc {
      font-size: 1.1em;
    }
  }
/* End */
/* /bitrix/templates/omega/components/bitrix/news/action_page/bitrix/news.detail/.default/style.css?178781786613292 */
