/* wrap */
.main-content-wrap {
}
.block-wrap {
	background: #F6F8F9;
}
.block-wrap:nth-child(even) {
	background: #fff;
}

/* h1-block */
.h1-wrap ul,
ul.round-red,
.article ul.round-red,
.h1-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.h1-wrap ul li,
ul.round-red li,
.article ul.round-red li,
.h1-block ul li {
	padding-left: 50px;
	padding-bottom: 10px;
	line-height: 1.6;
	position: relative;
}
.h1-wrap ul li::before,
.h1-block ul li::before,
ul.round-red li::before,
.article ul.round-red li::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #27B4AC url(/include/tpl_main/v.svg) center center no-repeat;
}
.h1-block {
	display: flex;
	margin: 0 auto;
	padding: 70px 0;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1110px;
}
.h1-block .picture-wrap {
	width: 50%;
	background: #ecedee;
	border-radius: 30px;
	max-height: 400px;
	overflow: hidden;
	display: flex;
}
.h1-block .picture-wrap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 400px;
	max-width: 100%;
	object-position: center;
}
.h1-block .info-wrap {
	width: calc(50% + 40px);
	margin-left: -40px;
	position: relative;
	margin-top: 40px;
	padding: 33px 73px;
}
.h1-block .info-wrap::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(118, 127, 136, 0.08);
	border-radius: 30px;
}
.h1-block h1, .h1-block h2 {
	color: #000;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 20px;
	position: relative;
}
.h1-block .akcia-block {
	margin-block: 40px 25px;
	z-index: 2;
	position: relative;
}
.h1-block .hidden-block-btn {
	margin-left: 50px;
	position: relative;
	max-width: 200px;
	box-shadow: none;
	background: #23b3ab;
	border: 1px solid #23b3ab;
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	justify-content: center;
	cursor: pointer;
}
.h1-block .hidden-block-btn:hover {
	background: #fff;
	color: #23b3ab !important;
}

@media (max-width: 990px) {
  .h1-block {
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 700px;
    position: relative;
    z-index: 5;
    flex-direction: column;
  }
	.h1-block .picture-wrap {
		width: 100%;
		max-height: 300px;
	}
	.h1-block .info-wrap {
		width: 100%;
		margin: 0;
		margin-top: -40px;
		padding: 30px;
		z-index: 10;
	}
	.h1-wrap ul li,
	ul.round-red li,
	.article ul.round-red li,
	.h1-block ul li {
		padding-bottom: 20px;
	}
}

/* article-block */
.article-block {
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	max-width: 1110px;
}
.article-block p {
	margin: 0;
	padding: 15px 0 5px;
}
.article-block p + h2, .article-block ul + h2, .article-block ol + h2, .article-block p + h3 {
	margin-top: 20px;
}
.article-block ul {
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
}
.article-block ul li {
	padding-left: 50px;
	padding-bottom: 20px;
	line-height: 1.6;
	position: relative;
}
.article-block ul li::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #27B4AC url(/include/tpl_main/v.svg) center center no-repeat;
}
.article-block ol {
	margin: 0;
	padding: 20px 0 0;
	counter-reset: num;
}
.article-block ol li {
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	display: grid;
    grid-template-columns: 44px auto;
    grid-gap: 6px;
    align-items: center;
	margin: 0;
	padding-bottom: 20px;
}
.article-block ol li::before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #27B4AC;
  font-size: 18px;
  color: #fff;
}
.article-block .get-form {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.article-block .hidden-block-btn {
	position: relative;
	box-shadow: none;
	background: #23b3ab;
	border: 1px solid #23b3ab;
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	justify-content: center;
	cursor: pointer;
	margin: 0 auto;
	white-space: wrap;
}
.article-block .hidden-block-btn:hover {
	background: #fff;
	color: #23b3ab !important;
}


/* eighth-block */
.eighth-block {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 50px 0;
}
.eighth-block h2 {
	margin-bottom: 40px;
	text-align: center;
}
.eighth-block .container {
	display: flex;
	align-items: center;
	gap: 8vw;
}
.eighth-block .picture-wrap {
	height: calc(100% + 6vw);
	width: 40%;
	display: flex;
	align-items: flex-end;
	margin-top: 0;
	max-width: 443px;
}
.eighth-block .picture-wrap picture {
	display: flex;
}
.eighth-block .info-wrap {
	width: calc(60% - 8vw);
	max-width: 505px;
	position: relative;
}
.eighth-block .info-wrap p {
	padding: 15px 0 5px;
}
@media (max-width: 990px) {
	.eighth-block {
		max-height: unset;
		padding-bottom: 30px;
	}
	.eighth-block .container {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.eighth-block .picture-wrap {
		width: 100%;
		max-height: 300px;
		height: 100%;
		margin: 0 auto;
	}
	.eighth-block .picture-wrap picture {
		margin-inline: auto;
		margin-top: -50px;
	}
	.eighth-block .picture-wrap img {
		max-height: 300px;
	}
	.eighth-block .info-wrap {
		width: 100%;
	}
}

/* order-block */
.order-block {
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	max-width: 1110px;
}
.order-block h2 {
	text-align: center;
	margin-bottom: 30px;
}
.order-block p {
	margin: 0;
	padding: 15px 0 5px;
}
.order-block .order-block-quote {
	border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 35px 25px 25px;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}
.get-form {
	display: flex;
	justify-content: center;
	width: 100%;
}
.order-block .hidden-block-btn {
	position: relative;
	box-shadow: none;
	background: #23b3ab;
	border: 1px solid #23b3ab;
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	justify-content: center;
	cursor: pointer;
	margin: 0 auto;
	white-space: wrap;
}
.order-block .hidden-block-btn:hover {
	background: #fff;
	color: #23b3ab !important;
}

/* doctors-block */
.doctors-block {
	margin: 0 auto;
	padding: 50px 0 20px;
	width: 100%;
	max-width: 1110px;
}
.doctors-block h2 {
	margin-bottom: 40px;
	text-align: center;
}
.doctors-block .doctors-items {
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 70px;
}

/* reviews-block */
.reviews-block {
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	max-width: 1110px;
}
.reviews-block h2 {
	margin-bottom: 40px;
	text-align: center;
}
