body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
body.lock {
	overflow: hidden;
}
.container-my {
	max-width: 1210px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 36px;
}
p {
	line-height: 2em;
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
	object-fit: cover;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
}
input {
	outline: none;
 	border: none;
 	padding: 11px 0 12px 23px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #808080;
   font-weight:300;
   font-style: italic;
   font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #808080;
   font-weight: 300;
   font-style: italic;
   font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #808080;
   font-weight: 300;
   font-style: italic;
   font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  	color: #808080;
  	font-weight: 300;
  	font-style: italic;
  	font-size: 18px;
}
/*BUTTON*/
button,
button:hover,
button:focus {
	outline: none;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
}
.btn {
	background: #FF7E9D;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
}
.btn:hover {
	background: #fff;
	color: #FF7E9D;
	border: 3px solid #FF7E9D;
}
.btn:active {
	background: #fff;
	color: #FF7E9D;
	border: none;
}
/* SLIDER */
.slick-track {
	display: flex;
}
.slick-list {
	overflow: hidden;
}
/* HEADER */
.header {
	position: fixed;
	width: 100%;
	z-index: 2;
	padding: 20px 0;
	top: 0;
	left: 0;
}
.header-fixed {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
}
.logo {
	background: url('../img/icon/logo.svg') no-repeat center center;
	width: 196px;
	height: 40px;
	display: block;
}
.menu__list_item:not(:last-child) {
	margin-right: 40px;
}
.menu__link {
	font-weight: 500;
	font-size: 11px;
	line-height: 3.6em;
}
.menu__link:hover {
	color: #FF7E9D;
}
.menu__link.active,
.submenu-content__item_link.active {
	color: #FF7E9D;
}
.account:not(:last-child) {
	margin-right: 18px;
}
.account:hover {
	opacity: 0.5;
	transition: opacity 0.5s ease 0s;
}
/* SUBMENU */
.submenu {
	position: relative;
	display: none;
}
.menu__list_item:hover .submenu {
	display: block;
}
.menu__list_item:focus .submenu {
	display: block;
}
.submenu-content {
	position: absolute;
	background-color: #fff;
	width: 272px;
	height: 260px;
	padding: 16px 23px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.submenu-content__item:not(:last-child) {
	margin-bottom: 10px;
}
.submenu-content__item_link {
	text-transform: none;
	font-weight: 300;
}
.submenu-content__item_link:hover {
	text-transform: none;
	color: #FF7E9D;
}
/*HEADER END*/
/*OFFER*/
.offer {
	position: relative;
	margin-top: 80px;
}
.offer__color {
	background: linear-gradient(90deg, #DBF9E0 0%, #E6F7D5 100%);
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.offer__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.offer__line {
	width: 43%;
	height: 2px;
	background: #000;
	top: 115px;
	left: 0;
	position: absolute;
}
.offer__title_one {
	font-size: 30px;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-transform: none;
	margin-top: 134px;
	line-height: 1.06em;
	margin-bottom: 53px;
}
.offer__text {
	letter-spacing: 0.03em;
	line-height: 0.75em;
	margin-bottom: 23px;
}
.offer__title_two {
	color: #FF7E9D;
	line-height: 0.9em;
	margin-bottom: 28px;
	letter-spacing: 0;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 93px;
}
.offer__span_color {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	line-height: 1.75em;
}
.offer__btn {
	width: 270px;
	height: 40px;
	margin-bottom: 48px;
}
/*OFFER END*/
/*INFORMATION*/
.information {
	padding: 40px 0;
	margin: 86px 0 104px;
	border-top: 3px solid #d2f0f4;
	border-bottom: 3px solid #d2f0f4;
}
.information__title {
	font-size: 20px;
	line-height: 0.65em;
	margin-bottom: 25px;
}
.information__text {
	letter-spacing: 0.03em;
}
.information__text:last-child {
	margin-top: 16px;
}
.information__text_underline {
	text-decoration: underline;
}
/*INFORMATION END*/
/* BANNER */
.banner {
	background: #D2F0F4;
	padding: 82px 0 141px;
	text-align: center;
	margin-bottom: 122px;
}
.banner__title_one {
	line-height: 0.9em;
	text-transform: none;
	margin-bottom: 12px;
}
.banner__title_two {
	font-size: 20px;
	text-transform: none;
	line-height: 1.6em;
	padding-bottom: 11px;
	border-bottom: 2px solid #77D2DE;
	max-width: 770px;
	margin: 0 auto 72px;
}
.banner__img {
	filter: drop-shadow(0px 0px 10px rgba(255, 126, 157, 0.3));
}
.banner__title_four {
	font-weight: 700;
	font-size: 16px;
	line-height: 2em;
	text-transform: none;
	margin-top: 32px;
}
.banner__title_four.mw {
	max-width: 180px;
	margin: 32px auto 0;
}
/* BANNER END */
/* REVIEWS */
.reviews {
	margin-bottom: 158px;
}
.reviews__title {
	line-height: 0.8em;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 3px solid #8DD9E4;
	max-width: 780px;
	margin: 0 auto 14px;
}
.reviews__title_three {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	text-align: center;
	line-height: 0.8em;
	margin-bottom: 35px;
}
.slider__item_comment {
	background: #e8f7fa;
	padding: 34px 67px 32px 60px;
	border-radius: 25px;
	margin-bottom: 20px;
}
.comment__title {
	font-size: 20px;
	line-height: 0.65em;
	text-transform: none;
	margin-bottom: 11px;
}
.comment__therapy {
	font-size: 14px;
	color: #1CB4C9;
	font-weight: 500;
}
.comment__stars {
	background: url('../img/icon/star.svg');
	width: 122px;
	height: 22px;
	display: block;
	margin: 7px 0 19px;
}
.comment__text {
	line-height: 1.9em;
	font-size: 14px;
	letter-spacing: 0.03em;
	max-width: 1054px;
}
.slider .slick-arrow {
	position: absolute;
	bottom: -42px;
	z-index: 1;
	font-size: 0;
	width: 22px;
	height: 40px;
}
.slider .slick-arrow:hover {
	opacity: 0.5;
}
.slider .slick-arrow.slick-prev {
	left: 30%;
	background: url('../img/icon/arrow-prev.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
	right: 30%;
	background: url('../img/icon/arrow-next.svg') 0 0 / 100% no-repeat;
}
.slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	margin-left: -83px;
	bottom: -36px;
}
.slider .slick-dots li {
	list-style: none;
	margin: 0 9px;	
}
.slider .slick-dots button{
	font-size: 0;
	width: 24px;	
	height: 24px;	
	border: 1px solid #1CB4C9;;
	border-radius: 50%;
	padding: 0;	
	background-color: transparent;
}
.slider .slick-dots li.slick-active button {
	background: #FF7E9D;
	border: none;
}
/* REVIEWS END */
/*FOOD*/
.food {
	background: url('../img/food.png') no-repeat center center / cover;
	padding: 154px 0;
	margin-bottom: 60px;
}
.food__title {
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 0.88em;
}
.food__btn {
	width: 270px;
	height: 40px;
}
/*FOOD END*/
/* SERVICES */
.services {
	margin-bottom: 60px;
	padding-top: 120px;
	margin-top: -120px;
}
.services__title {
	text-align: center;
	line-height: 0.6em;
	padding-bottom: 32px;
	margin: 0 auto 60px;
	border-bottom: 2px solid rgba(28, 180, 201, 0.5);
	max-width: 780px;
	text-transform: capitalize;
}
.service__title {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	line-height: 1.56em;
	margin-top: 11px;
	letter-spacing: revert;
}
.service__title:nth-child(-n+3) {
	margin-bottom: 56px;
}
.service__img {
	margin-left: 8px;
}
/* SERVICES END*/
/* FOOTER */
.footer {
	background: #60cbd9;
	padding: 29px 0 49px;
	position: relative;
}
.footer__text {
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 1.45em;
}
.footer__text_two {
	position: absolute;
	right: 40px;
	bottom: 11px;
	font-size: 10px;
	color: #fff;
	font-weight: 300;
	line-height: 1.5em;
}
/* FOOTER END */
/* Large: 992px - 1199px */
@media (max-width: 1200px) {
	.container-my {
		padding: 0 30px;
	}
	/*SERVICES*/
	.service__img {
		margin-left: 0;
	}
}
/* Medium: 768px - 991px */
@media (max-width: 992px) {
	.container-my {
		padding: 0 15px;
	}
	/*HEADER*/
	.header__burger {
		display: block;
		position: relative;
		width: 23.02px;
		height: 14.33px;
		position: relative;
		z-index: 3;
	}
	.header__burger span {
		position: absolute;
		background: #000;
		left: 0;
		width: 100%;
		height: 1.79px;
		top: 6.27px;
		transition: transform 0.3s ease 0s;
	}
	.header__burger:before,
	.header__burger:after {
		content: '';
		background-color: #000;
		position: absolute;
		width: 100%;
		height: 1.79px;
		left: 0;
		transition: transform 0.3s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:after {
		bottom: 0;
	}
	.header__burger.active:before {
		transform:rotate(45deg);
		top: 6px;
		height: 1.79px;
		background: #FF7E9D;
	}
	.header__burger.active:after {
		transform:rotate(-45deg);
		bottom: 6px;
		height: 1.79px;
		background: #FF7E9D;
	}
	.header__burger.active span {
		transform: scale(0);
	}
	.header__menu {
		position: fixed;
		display: block;
		top: -100%;
		right: 10px;
		width: 167px;
		height: 260px;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		transition: top 0.3s ease 0s;
		overflow-y: auto;
		z-index: 1;
	}
	.header__menu.active {
		top: 80px;
    	text-align: center;
    	overflow-y: auto;
	}
	.menu__list {
		flex-direction: column;
	}
	.menu__list_item:not(:last-child) {
		margin-right: 0;
	}
	.menu__link {
		font-size: 16px;
	}
	.menu__list_item:hover .submenu {
		display: none;
	}
	.menu__list_item:active .submenu {
		display: none;
	}
	/* OFFER */
	.offer__text {
		line-height: 1.5em;
	}
	/* INFORMATION */
	.information__title {
		line-height: 1.5em;
	}
	.information__text {
		margin-top: 15px
	}
	/*BANER*/
	.banner__title_four.mw {
		max-width: 180px;
		margin: 32px auto 15px;
	}
	.banner__title_four {
		max-width: 180px;
		margin: 32px auto 15px;
	}
}
/* Small: 576px - 767px */
@media (max-width: 768px) {
	/*OFFER*/
	.offer {
		margin-top: 60px;
	}
	.offer__line {
		top: 120px;
	}
	.offer__title_one {
		margin-top: 133px;
		margin-bottom: 21px;
		font-size: 18px;
	}
	.offer__text {
		margin-bottom: 12px;
		font-size: 10px;
	}
	.offer__title_two {
		margin-top: 31px;
		margin-bottom: 8px;
		font-size: 11px;
	}
	.offer__span_color {
		font-size: 12px;
	}
	.offer__btn {
		width: 180px;
		height: 24px;
		font-size: 12px;
	}
	/*INFORMATION*/
	.information {
		padding: 20px 0;
		margin: 50px 0 87px
	}
	.information__title {
		font-size: 12px;
	}
	.information__text {
		font-size: 13px;
		margin-top: 8px
	}
	.information__text_color {
		color: #1CB4C9;
		font-weight: 500
	}
	.information__text_underline {
		text-decoration: none;
	}
	/*BANER*/
	.baner {
		margin-bottom: 86px
	}
	/*REVIEWS*/
	.reviews {
		margin-bottom: 80px
	}
	.reviews__title_color {
		font-weight: 700;
		color: #1CB4C9;
	}
	.slider__item_comment {
		background: linear-gradient(176.39deg, rgba(28, 180, 201, 0.1) 5.72%, rgba(230, 217, 248, 0) 91.2%);
		text-align: center;
		padding: 28px 23px 9px;
		margin-bottom: 24px
	}
	.slider__half_one,
	.slider__half_two {
		width: 50%;
	}
	.slider__half_one {
		margin-right: 10px;
	}
	.slider__half_two {
		margin-left: 10px;
	}
	.slider .slick-arrow.slick-prev {
		left: 30%;
	}
	.slider .slick-arrow.slick-next {
		right: 30%;
	}
	.slider .slick-dots {
		margin-left: -62px
	}
	.comment__title {
		margin-bottom: 10px
	}
	.comment__stars {
		margin: 10px auto 24px;
	}
	.comment__text {
		text-align: start;
	}
	/*FOOD*/
	.food {
		padding: 83px 0;
		margin-bottom: 120px
	}
	.food__title {
		color: #FF7E9D;
		font-weight: 600;
		font-size: 12px;
		margin-bottom: 11px
	}
	.food__title_color {
		color: #000;
		font-size: 11px;
		font-weight: 400
	}
	.food__btn {
		width: 180px;
		height: 24px;
		font-size: 12px;
	}
	/*SERVICES*/
	.services {
		margin-bottom: 80px
	}
	.services__title {
		font-size: 20px;
		border-bottom: 1px solid rgba(28, 180, 201, 0.5);
		max-width: 380px;
		line-height: 0.8em;
		padding-bottom: 12px;
		margin-bottom: 24px;
		text-transform: uppercase
	}
	.service__title {
		font-size: 12px;
		line-height: 1em;
	}
	.service__title:nth-child(-n+4) {
		margin-bottom: 16px;
	}
}
/* Extra small: 0px (320px) - 575px */
@media (max-width: 576px) {
	/* HEADER */
	.header__menu {
		width: 100%;
		height: 100%;
		right: 0;
		padding: 55px 20px;
	}
	.header__menu.active {
		top: 0px;
	}
	.menu {
		width: 138px;
		margin: auto;
	}
	.menu__list_item {
		width: 100%;
	}
	.menu__list_item:nth-child(2) {
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(5, 133, 173, 0.1);
	}
	.menu__list_item:nth-child(3), 
	.menu__list_item:nth-child(4) {
		padding: 25px 0;
		border-bottom: 1px solid rgba(5, 133, 173, 0.1);
	}
	.menu__list_item:nth-child(5) {
		padding-top: 25px
	}
	/*OFFER*/
	.offer__title_one {
		max-width: 180px;
		margin: 32px 0 24px;
		line-height: 1.5em;
		padding-bottom: 5px;
		border-bottom: 2px solid #727170;
	}
	.offer__text {
		max-width: 177px;
		margin: 0 0 14px;
	}
	.offer__title_two {
		margin-top: 23px;
		margin-bottom: 8px
	}
	.offer__btn {
		background: #fff;
		color: #FF7E9D;
	}
	/*INFORMATION*/
	.information {
		padding: 0;
		border: none;
		margin: 60px 0;
	}
	.information__title {
		font-size: 18px;
	}
	/*BANNER*/
	.banner {
		margin-bottom: 60px;
		padding: 24px 0 32px;
	}
	.banner__title_one {
		font-weight: 500;
		font-size: 18px;
		line-height: 1.2em;
	}
	.banner__title_two {
		font-weight: 500;
		font-size: 10px;
		border-bottom: none;
		max-width: 195px;
		line-height: 2.2em;
		margin-bottom: 26px
	}
	.banner__title_four{
		font-weight: 600;
		font-size: 10px;
		line-height: 1em;
		max-width: 199px;
		margin: 15px auto 44px;
	}
	/*REVIEWS*/
	.reviews {
		margin-bottom: 60px
	}
	.slider .slick-dots button {
		width: 12px;
		height: 12px
	}
	.slider .slick-dots li {
		margin: 0 4px
	}
	.reviews__title_three {
		line-height: 1.5em;
	}
	/*FOOD*/
	.food {
		margin-bottom: 59px
	}
	.food__title {
		text-align: center;
		margin: 0 auto 13px;
		color: #000;
		text-transform: capitalize;
	}
	.food__btn {
		background: #fff;
		color: #FF7E9D;
	}
	.food__btn_appointment {
		text-align: center;
	}
	/*SERVICES*/
	.services {
		margin-bottom: 60px
	}
	.services__title {
		font-size: 18px;
		border-bottom: 2px solid rgba(28, 180, 201, 0.5);
		line-height: 0.7em;
		padding: 12px
	}
	.service__title:nth-child(-n+4) {
		margin-bottom: 28px;
	}
	.service__img {
		border-radius: 4px;
	}
	/*FOOTER*/
	.footer__text {
		max-width: 168px;
		margin: auto;
	}
	.footer__text_two {
		position: revert;
		margin-top: 39px;
		text-align: center;
		font-size: 8px;
	}
	.footer__text_bold {
		font-weight: 600
	}
}
@media (max-width: 400px) {
	/*OFFER*/
	.offer{
		background: url('../img/offer-adaptive_nutritional_psychology.png') no-repeat center center / cover;
		text-align: center;
		margin-top: 80px;
		height: 545px
	}
	.offer__img {
		display: none
	}
	.offer__color {
		display: none
	}
	.offer__title_one {
		text-transform: uppercase;
		max-width: 209px;
		margin: 32px auto 24px;
	}
	.offer__title_bold {
		font-size: 24px;
	}
	.offer__btn {
		margin-bottom: 0
	}
	.offer__text {
		margin: 0 auto 14px;
	}
	/*FOOD*/
	.food {
		background: url('../img/food-adaptive.png') no-repeat center center / cover;
	}
}