/* Inner Hero */
.inner-hero-wrap {
	padding-top: 60px;
}
.inner-hero_wrapper {
	display: flex;
	align-items: center;
}
.inner-hero_text-wrap {
	padding: 0 30px 45px 0;
}
.form-hero_wrapper {
	display: flex;
	align-items: center;
	padding-bottom: 100px;
}
.form-hero_text-wrap {
	padding-right: 30px;
}
#breadcrumbs span {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
#breadcrumbs span a {
	color: var(--cta);
}
#breadcrumbs span a:hover {
	color: var(--cta-hover);
}
.inner-hero_title-wrap {
	margin-bottom: 30px;
}
.inner-main-title {
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
}
.team-title {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inner-subtitle {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.inner-hero-btns {
	display: flex;
	gap: 15px;
}
.inner-hero-btns .dd-btn {
	height: 63px;
}
.inner-hero-cta {
	width: 221px;
}
.inner-hero-phone {
	width: 236px;
}

/* Inner Content */
.inner-content-section {
	padding-top: 100px;
	padding-bottom: 60px;
}
.inner-content {
	padding-left: 15px;
	padding-right: 15px;
}
.inner-content h2,
.inner-pages_title {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.01em;
}
.inner-content h2 {
	margin-top: 40px;
	margin-bottom: 25px;
}
.inner-content h3 {
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0.02em;
	margin-top: 30px;
	margin-bottom: 15px;
}
.page-id-687 .inner-content h3 {
	font-weight: 500;
}
.page-id-687 .inner-content h2:first-of-type {
	margin-top: 0;
}
.inner-content p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.inner-content a {
	font-family: 'Roboto', serif;
	text-decoration: underline;
	font-weight: 500;
	color: var(--txt);
}
.inner-content a:hover {
	color: var(--dark);
}
.inner-content ul {
	background-color: var(--bckg);
	padding: 36px 30px 40px 60px;
	margin: 50px 0 60px;
}
.inner-content ul li {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.02em;
	margin-bottom: 3px;
}
.error404 .inner-content ul {
	margin-top: 0;
}
.inner-content ul li.page_item,
.inner-content ul.dd-sitemap-posts li,
.error404 .inner-content ul li {
	margin-bottom: 10px;
}
.inner-content ul ul {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inner-content figure img {
	width: 100%;
}
figcaption {
	font-size: 16px;
	font-style: italic;
	font-family: "Roboto", serif;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--txt);
	margin-top: 15px;
}
.separation-section {
	padding-bottom: 110px;
}
.inner-hero_img-wrap img {
	width: 100%;
}

/* List of all services */
.template-list-section {
	margin-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
}
.template-list-inner {
	background-color: #fff;
	padding: 45px 60px 50px;
}
.main-services-title {
	margin-bottom: 25px;	
}
.main-service_list_item .plus-sign {
	width: 17px;
	height: 17px;
	position: relative;
	margin-top: 5px;
	margin-right: 7px;
}
.main-service_list_item .line:before,
.main-service_list_item .line:after {
	background-color: var(--txt);
	transition: .7s ease;
}
.template-list {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 3;
}
.main-service_list_item {
	display: flex;
	margin-bottom: 10px;
}
.main-service_list_item a {
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: var(--txt);
}
.main-service_list_item:hover a {
	color: var(--cta);
}
.main-service_list_item:hover .line:before,
.main-service_list_item:hover .line:after {
	background-color: var(--cta);
	transition: .7s ease;
}
/* End of list */

/* Faq */
.faq-section {
	background: var(--light);
	padding-top: 100px;
	padding-bottom: 90px;
}
.faq-holder {
	cursor: pointer;
	border-top: 1px solid #C9BEB1;
	padding: 15px 0 10px;
}
.faq-holder:last-of-type {
	border-bottom: 1px solid #C9BEB1;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-question h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
	width: calc(100% - 45px);
}
.faq-holder .faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.faq-holder.active .faq-answer {
	grid-template-rows: 1fr;
	padding-bottom: 15px;
}
.faq-answer p {
	letter-spacing: 0.02em;
	margin: 8px 0 0 0;
	overflow: hidden;
}
.faq-plus {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.faq-line {
	background-color: var(--txt);
}
.faq-line-one {
	width: 100%;
	height: 1px;
}
.faq-line-two {
	height: 100%;
	width: 1px;
	transform: translatex(-50%);
	position: absolute;
	transition: .5s ease;
}
.faq-holder.active .faq-line-two {
	transform: rotate(90deg);
	width: 0px;
	transition: .5s ease;
}
/* End of Faq */

/* Related Services */
#inner-related-services {
	padding: 100px 0;
}
.services_inner-title {
	margin: 0 0 45px 15px;
}
.inner-services-holder > div {
	margin-bottom: 45px;
}
.inner-service-img {
	width: 100%;
	height: 236px;
	object-fit: cover;
	margin-bottom: 20px;
}
.inner-service_inner-title {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.01em;
}
.inner-service_text {
	margin-bottom: 20px;
}
.more-service {
	width: 178px;
	height: 58px;
}

/* Education */
#inner-pages_education {
	padding: 90px 0 105px;
	background-color: #fff;
}
.education_inner-title {
	margin: 0 15px 40px;
}
.section-above-footer {
	background: linear-gradient(to bottom, var(--light) 73%, var(--bckg) 27%);
}

/* Doctors */
.other-pages-inner-content {
	padding-left: 15px;
	padding-right: 15px;
}
.doctor-item {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
}
.doctor-img-wrap {
	display: flex;
}
.doctor-img-wrap img {
	max-height: 370px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.doctor-text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.dr-name {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.01em;
}
.doctor-title {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	max-width: 370px;
	margin-bottom: 20px;
}
.doctor-subtitle {
	margin-bottom: 20px;
}
.doctor-link {
	width: 178px;
	height: 58px;
}
/* End of Doctors */

/* Contact page */
.contact-map-wrap {
	display: flex;
	padding-bottom: 35px;
}
.contact-wrap {
	background-color: #fff;
	width: 40%;
	padding: 35px 25px 20px 45px;
}
.contact-title {
	font-size: 30px;
	line-height: 50px;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}
.contact-inner-wrap {
	margin-bottom: 20px;
}
.contact-inner-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
}
.contact-phone {
	color: var(--txt);
	font-weight: 300;
	font-family: 'Roboto';
}
.contact-inner-wrap p {
	margin-bottom: 5px;
}
.map-wrap {
	width: 60%;
	height: 100%;
	display: flex;
}
/* Transformations page */
.inner-content_transformations {
	padding: 0 15px 50px;
}
.transformation-wrap {
	margin-bottom: 50px;
}
.transformation-inner {
	display: flex;
	flex-direction: column;
}
.transformation-img-wrap {
	margin-bottom: 30px;
}
.transformation-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
}
/* Pagination */
.dd-pagination-holder.navigation {
	width: 100%;
	padding: 40px 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.page-numbers {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--txt);
	color: var(--txt);
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}
span.page-numbers.current {
	background-color: var(--txt);
	color: var(--light);
}
a.page-numbers:hover {
	background-color: var(--bckg);
}
.widget.widget_tag_cloud {
	float: left;
	width: 100%;
}
.widget.widget_tag_cloud h2 {
	margin: 60px 0 0;
}
.nav-links {
	padding: 15px;
}
.nav-links a {
	color: var(--txt);
}
.nav-links a:hover {
	color: var(--cta);
}
.category .posts-navigation {
	width: 100%;
}
/* Thank you */
.page-template-page-thank-you .inner-content {
	max-width: 855px;
}
.page-template-page-thank-you .inner-content h2 {
	margin-top: 0;
}

/* Three Pages */
.three-pages-holder {
	gap: 30px;
}
.three-card-col {
	width: calc(33.333% - 20px);
	margin-bottom: 30px;
}
.three-card-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
a.three-pages__image {
	display: block;
	margin-bottom: 25px;
}
.three-pages__image img {
	width: 100%;
	height: 228px;
	object-fit: cover;
}
h3.three-pages__title {
	margin-top: 0;
	font-size: 24px;
	line-height: 33px;
}
.three-cards-btns-wrap {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.three-cards-btns-wrap a {
	height: 59px;
	text-decoration: none;
	width: 100%;
}
.three-posts-wrap p {
	margin-bottom: 30px;
}

/* Doctors Block */
.block-doctors-holder {
	gap: 0 30px;
	justify-content: space-between;
}
.block-doctor-col {
	width: calc(25% - 25px);
	margin-bottom: 30px;
}
.block-doctors-subtitle {
	margin-bottom: 30px;
}
.block-doctors-holder .team-name {
	margin-top: 0;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .02px;
}
.block-doctors-holder .dr-title {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .04px;
	font-weight: 300;
	text-transform: uppercase;
}
.block-doctor-col .team-btn {
	text-decoration: none;
}

/* Aesthetic Pages Block */
.treatments-block {
	float: left;
	width: 100%;
	margin: 10px 0 35px;
}
.treatments-block:nth-of-type(odd) .treatments-block__inner {
	flex-direction: row-reverse;
}
.treatments-block__featured {
	background-color: #fff;
	padding: 40px 40px 10px;
}
.treatments-block__inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 35px;
}
.treatments-block__img-wrap,
.treatments-block__text-wrap {
	width: 50%;
}
.treatments-block__text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.treatments-block__featured-media {
	display: flex;
}
.treatments-block__img {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
}
h3.treatments-block__featured-title {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 18px;
}
.aesthetic-pages-btns-wrap {
	display: flex;
	align-items: center;
	gap: 13px;
}
.aesthetic-pages-btns-wrap a {
	height: 59px;
	text-decoration: none;
}
.aebl-pages-cta {
	width: 230px;
}
.more-aebl-pages-btn {
	width: 174px;
}
.treatments-block__list {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px dashed #AAAAAA;
}
.treatments-block__item {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 35px;
}
.treatments-subblock__img-wrap {
	width: 30%;
}
.treatments-subblock__text-wrap {
	width: 70%;	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.treatments-subblock__img {
	width: 100%;
	max-height: 245px;
	object-fit: cover;
}
h4.treatments-block__stitle {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 12px;
}

/* Media */
@media screen and (max-width: 1650px) {
	.inner-hero-wrap {
		padding-top: 40px;
	}
	.inner-hero_text-wrap {
		padding: 0 10px 35px 0;
	}
	.inner-content-section {
		padding-top: 75px;
	}
	.inner-main-title {
		font-size: 42px;
		line-height: 53px;
		margin-bottom: 15px;
	}
	.inner-subtitle {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.inner-hero-btns .dd-btn {
		height: 58px;
	}
	.inner-content h2,
	.inner-pages_title {
		font-size: 28px;
		line-height: 37px;
	}
	.separation-section {
		padding-bottom: 90px;
	}
	.form-hero_wrapper {
		align-items: flex-end;
	}
	.form-hero_text-wrap {
		padding-right: 10px;
	}
	.template-list-inner {
		padding: 35px 20px 42px 49px;
	}
	.main-service_list_item a {
		font-size: 17px;
	}
	.main-services-title {
		margin-bottom: 21px;
	}
	.faq-section {
		padding: 80px 0
	}
	.faq-question h3 {
		font-size: 17px;
	}
	#inner-pages_education {
		padding: 75px 0 85px;
	}
	#inner-related-services {
		padding: 80px 0 90px;
	}
	.inner-service-img {
		height: 176px;
		margin-bottom: 15px;
	}
	.inner-service_inner-title {
		font-size: 20px;
	}
	.services_inner-title {
		margin-bottom: 35px;
	}
	.dd-text.inner-service_text {
		font-size: 14px;
		line-height: 25px;
	}
	.more-service {
		width: 165px;
		height: 53px;
	}
	.doctor-img-wrap {
		height: 100%;
	}
	.doctor-text-wrap {
		padding-left: 20px;
		padding-right: 0;
	}
	.doctor-img-wrap img {
		height: 100%;
	}
	.contact-wrap {
		width: 45%;
		padding: 30px 15px 15px 40px;
	}
	.contact-title {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 16px;
	}
	.contact-inner-title {
		font-size: 19px;
		line-height: 28px;
	}
	.map-wrap {
		width: 55%;
	}
	.page-template-page-thank-you .inner-content {
		max-width: 755px;
	}
	.transformation-title {
		font-size: 18px;
		line-height: 28px;
	}
	html[lang="ru-RU"] .inner-hero-btns {
		flex-wrap: wrap;
	}
	html[lang="ru-RU"] .inner-hero-btns .dd-btn {
		white-space: nowrap;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 221px;
	}
	h3.three-pages__title {
		font-size: 20px;
		line-height: 29px;
	}
	.three-pages__image img {
		height: 193px;
	}
	.block-doctors-holder .dr-title {
		font-size: 12px;
		line-height: 20px;
	}
	.block-doctors-holder .team-name {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 6px;
	}
	.team-img-wrap {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1199px) {
	.dr-name {
		font-size: 27px;
		line-height: 36px;
	}
	.doctor-title {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.doctor-img-wrap img {
		max-height: unset;
	}
}
@media screen and (max-width: 991px) {
	.inner-hero_wrapper,
	.form-hero_wrapper {
		align-items: unset;
	}
	.inner-main-title {
		font-size: 32px;
		line-height: 48px;
	}
	.inner-hero_img-wrap,
	.inner-hero_img-wrap img {
		height: 100%;
	}
	.inner-hero_img-wrap img {
		object-fit: cover;
	}
	.inner-content h2,
	.inner-pages_title {
		font-size: 26px;
		line-height: 35px;
	}
	.inner-content ul ul {
		padding-left: 20px;
	}
	.form-hero_text-wrap {
		padding-right: 0;
	}
	.template-list {
		column-count: 2;
	}
	.template-list-section {
		margin-bottom: 60px;
	}
	.faq-section {
		padding-top: 70px;
	}
	.faq-title {
		margin-bottom: 37px;
	}
	#inner-pages_education {
		padding-bottom: 60px;
	}
	.doctor-item {
		flex-wrap: unset;
	}
	.doctor-text-wrap {
		padding-left: 0;
	}
	.other-pages-inner-content {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-wrap {
		padding: 27px 15px 15px 31px;
	}
	.page-template-page-thank-you .inner-content {
		max-width: 80%;
	}
	.inner-content_transformations {
		padding: 0 0 40px;
	}
	.three-card-col,
	.block-doctor-col {
		width: calc(50% - 20px);
	}
	.treatments-block__featured-media {
		height: 100%;
	}
	.treatments-block__featured {
		padding: 30px 30px 10px;
	}
	.treatments-block__img-wrap {
		width: 45%;
	}
	.treatments-block__text-wrap {
		width: 55%;
	}
	.treatments-block__inner {
		gap: 25px;
		margin-bottom: 25px;
	}	
	.treatments-block__item {
		gap: 25px;
	}
	h3.treatments-block__featured-title {
		font-size: 26px;
		line-height: 35px;
		margin: 0 0 13px;
	}
	.treatments-block__img,
	.treatments-subblock__img {
		max-height: unset;
	}
	.treatments-block__list {
		padding-top: 40px;
		margin-top: 40px;
	}
	h4.treatments-block__stitle {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 8px;
	}
	.aesthetic-pages-btns-wrap a {
		height: 54px;
		text-decoration: none;
	}
	.aebl-pages-cta {
		width: 198px;
	}
	.more-aebl-pages-btn {
		width: 149px;
	}
}
/* ipad */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.inner-hero_text-wrap {
		padding-bottom: 0;
	}
	#inner-related-services {
		padding-bottom: 70px;
	}
	.transformation-inner {
		flex-direction: row;
	}
	.transformation-text {
		width: calc(100% - 320px);
	}
	.transformation-img-wrap {
		margin-bottom: 0;
		width: 320px;
	}
	.transformation-title {
		font-size: 22px;
		line-height: 35px;
	}
}
@media screen and (max-width: 767px) {
	.inner-content h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.inner-hero_wrapper,
	.inner-hero-btns,
	.form-hero_wrapper {
		flex-direction: column;
	}
	.inner-hero_text-wrap {
		padding-right: 0;
	}
	.inner-hero-btns .dd-btn {
		width: 100%;
		max-width: 320px;
	}
	.inner-content h2,
	.inner-pages_title {
		font-size: 25px;
		line-height: 34px;
	}
	.form-hero_text-wrap {
		padding-bottom: 50px;
	}
	.form-hero_wrapper {
		padding-bottom: 80px;
	}
	.template-list {
		column-count: 1;
	}
	.template-list-inner {
		padding: 24px 20px 26px 30px;
	}
	.main-service_list_item .plus-sign {
		width: 15px;
		height: 15px;
		margin-top: 7px;
	}
	.main-service_list_item a {
		font-size: 16px;
	}
	.inner-content ul {
		padding: 30px 25px 35px 45px;
	}
	.faq-title {
		margin-bottom: 33px;
	}
	figcaption {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	#inner-related-services {
		padding-bottom: 50px;
	}
	.doctor-item {
		flex-direction: column;
	}
	.doctor-img-wrap {
		margin-bottom: 30px;
		height: auto;
	}
	.contact-map-wrap {
		flex-direction: column;
		padding: 0 15px 35px;
	}
	.contact-wrap,
	.map-wrap {
		width: 100%;
	}
	.contact-wrap {
		padding-bottom: 25px;
	}
	.page-template-page-thank-you .inner-content {
		max-width: unset;
	}
	.inner-blog-post h3 {
		font-size: 22px;
		line-height: 1.3;
	}
	.transformation-img-wrap img {
		width: 100%;
	}
	.transformation-img-wrap {
		margin-bottom: 20px;
	}
	.transformation-wrap {
		margin-bottom: 40px;
	}
	.dr-name {
		font-size: 24px;
	}
	.doctor-title {
		font-size: 13px;
		line-height: 23px;
	}
	.three-card-col,
	.block-doctor-col {
		width: 100%;
	}
	a.three-pages__image {
		margin-bottom: 20px;
	}
	h3.three-pages__title {
		margin-bottom: 10px;
	}
	.treatments-block__inner,
	.treatments-block:nth-of-type(odd) .treatments-block__inner,
	.treatments-block__item {
		flex-direction: column;
	}
	.treatments-block__img-wrap,
	.treatments-block__text-wrap,
	.treatments-subblock__img-wrap,
	.treatments-subblock__text-wrap {
		width: 100%;
	}
	.treatments-block__featured {
		padding: 25px 25px 10px;
	}
	h3.treatments-block__featured-title {
		font-size: 22px;
		line-height: 33px;
		margin: 0 0 7px;
	}
	.aesthetic-pages-btns-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.aesthetic-pages-btns-wrap a {
		height: 59px;
		max-width: 450px;
	}
	.aebl-pages-cta,
	.more-aebl-pages-btn {
		width: 100%;
	}
	.treatments-block__img {
		max-height: 268px;
	}
	.treatments-subblock__img {
		max-height: 180px;
	}
	h4.treatments-block__stitle {
		font-size: 19px;
		line-height: 25px;
	}
	.treatments-block__item {
    margin-bottom: 25px;
}
}
@media screen and (max-width: 450px) {
	.inner-hero-btns .dd-btn,
	html[lang="ru-RU"] .inner-hero-btns .dd-btn {
		max-width: unset;
	}
}

body .ti-widget[data-layout-id='80'][data-set-id='drop-shadow'][data-pid='746814541a5971376b76a0587e3'] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-header-write-btn,
body .ti-widget[data-layout-id='80'][data-set-id='drop-shadow'][data-pid='ff4efd94280522520a06357affa'] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-header-write-btn {
	font-family: "Fahkwang", sans-serif;
}
body .ti-widget[data-layout-id='80'][data-set-id='drop-shadow'][data-pid='72e9e0042b46230b7176f12026d'] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-header-write-btn {
	font-family: "Unbounded", sans-serif;
	font-weight: 300;
}
body .ti-widget[data-layout-id='80'][data-set-id='drop-shadow'] .ti-review-content .ti-inner {
	line-height: 24px;
}