

/* Start:/local/templates/innova-clinic/components/bitrix/news/services/bitrix/news.detail/.default/style.css?1769491926299*/
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;
}


body .service-wrapp {
	padding: 0 0 160px 0;
}
.about__property{
	color: #15171B;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
/* End */


/* Start:/include/benefites/style.css?17883605053449*/
.health-benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.9fr);
  gap: 70px;
  align-items: center;
  max-width: 1400px;
  margin-inline: auto;
  padding: 80px 40px;
}
.health-benefits__title {
  margin: 0 0 40px;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.05;
  font-weight: 500;

  color: #172044;
}
.health-benefits__title span {
  color: #337AE0;
}
.health-benefits__items {
  max-width: 650px;
  padding-left: 0;
  margin: 0;
}
.health-benefits__items li {
  list-style: none;
  padding: 24px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: #172044;
  border-bottom: 1px solid #b8cae9;
  cursor: pointer;
  transition: color .3s ease-in-out, opacity .3s ease-in-out;
}
.health-benefits__items li:last-child {
  border-bottom: 0;
}
.health-benefits__item.active {
  color: #337AE0;
}
.health-benefits__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / .82;
}
.health-benefits__person {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  overflow: hidden;
}
.health-benefits__person::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #FFFFFF 45%, transparent 100%);
}
.health-benefits__person > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}
.health-benefits__point {
  position: absolute;
  left: calc(var(--point-x, 0) * 1%);
  top: calc(var(--point-y, 0) * 1%);
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid #337AE0;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}
.health-benefits__point.active {
  background: #337AE0;
  transform: translate(-50%, -50%) scale(1.25);
}
.health-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #337AE0;
  color: #fff;
  transition: transform .3s ease-in-out;
}
.health-benefits__icon + .health-benefits__icon {
  margin-top: 10px;
}
.health-benefits__icon svg {
  width: 65%;
  height: 65%;
}
.health-benefits__icon:hover,
.health-benefits__icon.active {
  transform: scale(1.08);
}
.health-benefits__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}
.health-benefits__line {
  fill: none;
  stroke: #337AE0;
  stroke-width: 1.5;
  opacity: .45;
  transition: opacity .3s ease-in-out, stroke-width .3s ease-in-out;
}
.health-benefits__line.active {
  opacity: 1;
  stroke-width: 2;
}
@media (max-width: 1000px) {
  .health-benefits {
    grid-template-columns: 1fr;
  }

  .health-benefits__visual {
    max-width: 700px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .health-benefits {
    padding: 20px;
    gap: 30px;
  }

  .health-benefits__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .health-benefits__items li {
    padding: 18px 0;
    font-size: 17px;
  }

  .health-benefits__icon {
    width: 50px;
    height: 50px;
  }

  .health-benefits__point {
    width: 12px;
    height: 12px;
  }
}
/* End */


/* Start:/local/templates/innova-clinic/components/bitrix/form.result.new/reg_appointment/style.css?17089620981174*/
body .get-consult input:-webkit-autofill,
body .get-consult input:-webkit-autofill:hover, 
body .get-consult input:-webkit-autofill:focus {
	color: #fff;
	-webkit-text-fill-color: #ffffff;
}
/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/innova-clinic/components/bitrix/form.result.new/reg_appointment/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/innova-clinic/components/bitrix/form.result.new/reg_appointment/images/icon_warn.gif);
}

/* End */
/* /local/templates/innova-clinic/components/bitrix/news/services/bitrix/news.detail/.default/style.css?1769491926299 */
/* /include/benefites/style.css?17883605053449 */
/* /local/templates/innova-clinic/components/bitrix/form.result.new/reg_appointment/style.css?17089620981174 */
