/* Обнуление */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
/* --------------------------------- */
/* подключение шрифтов */
@font-face {
	font-family: "Montserrat";
	src:
		local("Montserrat-Regular"),
		url("/local/templates/mainpage/fonts/montserrat/regular/Montserrat-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src:
		local("Montserrat-Medium"),
		url("/local/templates/mainpage/fonts/montserrat/medium/Montserrat-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src:
		local("Montserrat-SemiBold"),
		url("/local/templates/mainpage/fonts/montserrat/semibold/Montserrat-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src:
		local("Montserrat-Bold"),
		url("/local/templates/mainpage/fonts/montserrat/bold/Montserrat-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src:
		local("Montserrat-Bold"),
		url("/local/templates/mainpage/fonts/montserrat/bold/Montserrat-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GothamPro";
	src:
		local("GothamPro"),
		url("/local/templates/mainpage/fonts/gothampro/gothampro.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* --------------------- */

.body__container {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0px 20px;
}
.body__title-block {
	max-width: 1720px;
	margin: 0 auto 94px auto;
}
.body__main {
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	overflow: hidden;
}
/* .body__main._section{
	padding-top: 20px;
} */
/* anchor block */

.body-nav-anchor {
	max-width: 1720px;
	padding: 0 20px;
	margin: 0 auto 42px auto;
}
.body-nav-anchor__items {
	display: flex;
	gap: 71px;
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
	width: 100%;
}
.body-nav-anchor__item {
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.03em;
	color: #af2053;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	position: relative;
	display: block;
}
.body-nav-anchor__item.hidden {
	display: none;
}
.body-nav-anchor__item:after {
	display: block;
	content: "";
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	height: 3px;
	width: 0%;
	left: 50%;
	position: absolute;
	-webkit-transition: width 0.3s ease-in-out;
	-moz--transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	-webkit-transform: translate(-50%, 5px);
	-moz-transform: translate(-50%, 5px);
	transform: translate(-50%, 5px);
}
.body-nav-anchor__item:hover:after,
.body-nav-anchor__item:focus:after {
	width: 100%;
}

/* service-name block */

.body-title-block-service-name {
	margin: 0 20px;
	position: relative;
	overflow: hidden;
	background: #e8e2de;
	border-radius: 2px;
	padding: 107px 100px 149px 100px;
}
.body-title-block-service-name__block {
	position: relative;
	z-index: 3;
}
.body-title-block-service-name__image {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	width: 538px;
	height: 379px;
}
.body-title-block-service-name__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
.new2 .body-title-block-service-name__title {
	font-weight: 500;
	font-size: 90px;
	line-height: 100px;
	letter-spacing: -0.03em;
	color: #353d40;
	margin-bottom: 31px;
	max-width: 910px;
}
.body-title-block-service-name__title br {
	display: none;
}
.body-title-block-service-name__title-block {
	position: relative;
	z-index: 2;
}
.body-title-block-service-name__info {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 69px;
	max-width: 795px;
}

.btn-consult {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	background: #3c2757;
	padding: 23px 82px 22px 38px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
	overflow: hidden;
}
.btn-consult::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/mainpage/img/body-treatments/service-name-block/button-decor.svg") no-repeat;
	background-size: cover;
	z-index: -1;
	pointer-events: none;
	transition: all 0.3s ease 0s;
	display: block;
}
.btn-consult:hover::before {
	transform: scale(1.3);
}
.btn-consult::after {
	content: "";
	position: absolute;
	top: 23px;
	right: 41px;
	width: 24px;
	height: 24px;
	background: url("/local/templates/mainpage/img/body-treatments/service-name-block/arrow-right.svg") no-repeat;
}
.body-title-block-service-name__big-text {
	font-weight: 600;
	font-size: 228.449px;
	line-height: 165px;
	letter-spacing: -0.075em;
	text-transform: uppercase;
	color: #aeaeae;
	opacity: 0.1;
	position: absolute;
	bottom: -148px;
	right: 50%;
	transform: translateX(50%);
	max-width: 662px;
	width: 100%;
	z-index: 3;
	pointer-events: none;
}
/* purpose block */
.body__purpose {
	margin-bottom: 123px;
}
.body-purpose__title {
	margin-bottom: 49px;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #353d40;
	text-align: center;
}
.body-purpose__items {
	display: flex;
	row-gap: 17px;
	column-gap: 20px;
	flex-wrap: wrap;
}
.body-purpose__item {
	padding: 23px 22px 0px 26px;
	height: 201px;
	width: 100%;
	max-width: 345px;
	background: #fff7f8;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	position: relative;
	border: 1px solid transparent;
	border-image: linear-gradient(90deg, rgba(47, 50, 65, 0.31) 0%, rgba(199, 0, 36, 0.31) 100%);
	border-image-slice: 1;
}
.body-purpose__item::after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 22px;
	width: 39px;
	height: 39px;
	background: url("/local/templates/mainpage/img/body-treatments/purpose-block/arrow.svg") no-repeat;
	pointer-events: none;
}
.body-purpose__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/mainpage/img/body-treatments/purpose-block/card-decor.svg") no-repeat;
	background-size: cover;
	pointer-events: none;
}
.body-purpose__item:hover {
	transform: scale(1.05);
}
.body-purpose__name {
	font-weight: 600;
	font-size: 20px;
	line-height: 137.5%;
	color: #7f113a;
}
/* stocks - block*/

.body__stocks {
	margin-bottom: 68px;
}
.body-stocks {
	font-family: "GothamPro";
}
.body-stocks__block {
	background: linear-gradient(180deg, #3f1a4d 0%, #8d164f 100%);
	border-radius: 20px;
	padding: 50px 98px 17px 132px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.body-stocks__block::before {
	content: "";
	position: absolute;
	top: -127px;
	left: -57px;
	width: 685px;
	height: 685px;
	background: url("/local/templates/mainpage/img/body-treatments/akcii-block/decor.svg") no-repeat;
	pointer-events: none;
	z-index: 0;
}
.body-stocks__title-block {
	display: flex;
	gap: 27px;
	align-items: center;
	margin-bottom: 21px;
	justify-content: flex-end;
	z-index: 1;
	position: relative;
	max-width: 779px;
	align-self: flex-end;
}
.body-stocks__akcii {
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0.535em;
	text-transform: uppercase;
	color: #ffffff;
}
.body-stocks__border {
	width: 416px;
	height: 1px;
	opacity: 0.5;
	background: #ffffff;
}
.body-stocks__all-akcii {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
}
.body-stocks__all-akcii::after {
	content: "";
	position: absolute;
	top: -2px;
	right: -42px;
	width: 32px;
	height: 32px;
	background: url("/local/templates/mainpage/img/body-treatments/akcii-block/arrow-right.svg") no-repeat;
}
.body-stocks__all-akcii:hover {
	text-decoration: underline;
}
.body-stocks__content-block {
	display: flex;
	gap: 162px;
	z-index: 1;
	position: relative;
}
.body-stocks__image-block img {
	transform: translateY(-45px);
	width: 100%;
}
.body-stocks__title {
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 30px;
	max-width: 567px;
}
.body-stocks__discount {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: #ffad7e;
	margin-bottom: 39px;
}
.body-stocks__detail-info {
	display: flex;
}
.body-stocks__time {
	margin-right: 70px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}
.body-stocks__time span {
	font-size: 22px;
	line-height: 30px;
	text-transform: none;
	display: block;
}
.body-stocks__place {
	margin-right: 88px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}
.body-stocks__place span {
	font-size: 22px;
	line-height: 30px;
	text-transform: none;
	display: block;
}
.body-stocks__btn {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #de855f;
	font-family: "Montserrat", sans-serif;
	width: 179px;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.body-stocks__btn:hover {
	background: #de855f;
	color: #ffffff;
}
/* unique-block */
.body-unique__title-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 12px;
}
.body-unique__title {
	font-size: 70px;
	line-height: 80px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #353d40;
	margin-bottom: 27px;
}
.body-unique__border {
	width: 85px;
	height: 2px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	margin-bottom: 27px;
}
.body-unique__info {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	max-width: 958px;
}
.body-unique__content {
	padding-top: 117px;
	padding-bottom: 173px;
}
.body-unique__item {
	background: linear-gradient(98.46deg, #2d1f40 43.92%, #772e3b 128.78%);
	border-radius: 20px 20px 0px 20px;
	display: flex;
	position: relative;
}
.body-unique__item:hover .body-unique__image-block img {
	transform: scale(1.02);
}
.body-unique__item:hover {
	opacity: 1;
}
.body-unique__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/mainpage/img/body-treatments/unique-block/unique-bg.png") no-repeat;
	background-size: cover;
	border-radius: 20px 20px 0px 20px;
	transition: all 0.3s ease 0s;
	pointer-events: none;
}
.body-unique__image-block {
	margin-top: -43px;
	margin-left: -2px;
	overflow: hidden;
	border-radius: 42.2086px 42.2086px 42.2086px 0px;
}
.body-unique__image-block img {
	max-width: 223px;
	height: 356px;
	object-fit: cover;
	object-position: right;
	transition: all 0.3s ease 0s;
}
.body-unique__image-content {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: 223px;
	width: 100%;
	position: relative;
}
.body-unique__info-block {
	padding: 45px 65px 44px 38px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.body-unique__section-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 19px;
}
.body-unique__service-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 35px;
	color: #ffffff;
	margin-bottom: 20px;
	flex: 1 1 auto;
}
.body-unique__btn {
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 600;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.155em;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-left: 8px;
	align-self: flex-start;
}
.body-unique__btn::after {
	content: "";
	position: absolute;
	top: 0;
	right: -43px;
	width: 34px;
	height: 34px;
	background: url("/local/templates/mainpage/img/body-treatments/unique-block/arrow-right.svg") no-repeat;
}

/* pagination */
.body__unique .swiper-pagination-bullet-active {
	background: #b53a66;
}
.body__unique .swiper-pagination-bullet {
	height: 15px;
	width: 15px;
}
.body__unique .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.body__unique .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 11px;
}
.body__unique .swiper-horizontal > .swiper-pagination-bullets,
.body__unique .swiper-pagination-bullets.swiper-pagination-horizontal,
.body__unique .swiper-pagination-custom,
.body__unique .swiper-pagination-fraction {
	bottom: 103px;
	left: 9px;
}
/* result-block */
.body__result {
	margin-bottom: 155px;
}
.body-result__block {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.body-result-content-block {
	max-width: 720px;
}
.body-result-content-block__title {
	font-weight: 500;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #5a4651;
	margin-bottom: 36px;
}
.body-result-content-block__items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 34px !important;
}
.body-result-content-block__item {
	font-size: 20px;
	line-height: 30px;
	padding-left: 18px;
	position: relative;
}
.body-result-content-block__item::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	border-radius: 50%;
}
.body-result-content-block__mark {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
	padding-left: 60px;
}
.body-result-content-block__mark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 41px;
	background: url("/local/templates/mainpage/img/body-treatments/result-block/mark-icon.svg") no-repeat;
}
.body-result-card-block {
	max-width: 603px;
	padding-top: 10px;
}
.body-result-card-block__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: column;
}
.body-result-card-block__box {
	display: flex;
	gap: 13px;
}
.body-result-card-block__item {
	background: #40243a;
	border-radius: 8.51873px;
	padding: 30px;
	width: 100%;
	max-width: 295px;
	height: 263px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	cursor: default;
}
.body-result-card-block__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/mainpage/img/body-treatments/result-block/card-1.png") no-repeat;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}
.body-result-card-block__item:hover::before {
	transform: scale(1.05);
}
.body-result-card-block__item:nth-child(2)::before {
	background: url("/local/templates/mainpage/img/body-treatments/result-block/card-2.png");
}
.body-result-card-block__item:nth-child(3)::before {
	background: url("/local/templates/mainpage/img/body-treatments/result-block/card-3.png");
}
.body-result-card-block__item:nth-child(4)::before {
	background: url("/local/templates/mainpage/img/body-treatments/result-block/card-4.png");
}
.body-result-card-block__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 143%;
	color: #ffffff;
	z-index: 1;
}
.body-result-card-block__border {
	height: 2px;
	width: 48px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	z-index: 1;
}
/* euqiment block */
.body-equipment {
	position: relative;
}
.body-equipment .body__container {
	position: relative;
}
.body-equipment__block {
	position: relative;
}
.body-equipment__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #353d40;
}
.body-equipment__content {
	margin-top: -108px;
}
.body-equipment__items {
	position: relative;
}
.body-equipment__item {
	position: relative;
	padding: 140px 0px 226px 0px;
	overflow: hidden;
	height: auto;
}
.body-equipment__bg-block {
	display: flex;
	background: url("/local/templates/mainpage/img/body-treatments/equipment-block/equipment-bg-full.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 25.6098px;
	padding: 0px 105px 0px 98px;
	position: relative;
	justify-content: space-between;
}

.body-equipment__image-block {
	z-index: 3;
	height: 523px;
}
.body-equipment__image-block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.body-equipment__info-block {
	z-index: 3;
}
.body-equipment-info-block {
	max-width: 485px;
	padding-top: 152px;
}
.body-equipment__mark {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	height: 224px;
	width: 224px;
	border-radius: 50%;
	background: url("/local/templates/mainpage/img/body-treatments/equipment-block/decor-circle-full-bg.png") no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	position: absolute;
	top: -125px;
	right: 218px;
	z-index: 2;
}
.body-equipment-info-block__title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 17px;
}
.body-equipment-info-block__detail-info {
	font-size: 20px;
	line-height: 30px;
}
.body-equipment-info-block__detail-info p {
	font-size: 20px;
	line-height: 30px;
}
/* pagination */
.body-equipment .swiper-pagination-bullet-active {
	background: #b53a66;
}
.body-equipment .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
}
.body-equipment .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.body-equipment .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 5px;
}
.body-equipment .swiper-horizontal > .swiper-pagination-bullets,
.body-equipment .swiper-pagination-bullets.swiper-pagination-horizontal,
.body-equipment .swiper-pagination-custom,
.body-equipment .swiper-pagination-fraction {
	bottom: 140px;
	left: 0px;
}
.body-equipment__next,
.body-equipment__prev {
	width: 85px;
	height: 85px;
	top: 40%;
	transition: all 0.3s ease 0s;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
.body-equipment__next {
	background: url("/local/templates/mainpage/img/body-treatments/equipment-block/arrow-right.png") no-repeat;
	background-size: contain;
	right: -20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.body-equipment__prev {
	background: url("/local/templates/mainpage/img/body-treatments/equipment-block/arrow-left.png") no-repeat;
	background-size: contain;
	left: -20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.body-equipment__prev:hover {
	transform: scale(0.9);
}
.body-equipment__next:hover {
	transform: scale(0.9);
}
/* argument-block */
.body__argument {
	margin-bottom: 84px;
}
.body-argument__block {
	display: flex;
	flex-wrap: wrap;
	column-gap: 345px;
	row-gap: 45px;
}
.body-argument__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #353d40;
	max-width: 537px;
}
.body-argument__info {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	max-width: 556px;
	padding-top: 23px;
}
.body-argument__items {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	height: 100%;
}
.body-argument__item {
	padding: 27px 35px 32px 30px;
	border-radius: 5px;
	max-width: 337px;
	width: 100%;
	transition: all 0.3s ease 0s;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.body-argument__item:hover {
	transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	opacity: 1;
}
.body-argument__item:nth-child(odd) {
	background: linear-gradient(110.4deg, #851f43 2.42%, #de3f65 207.41%);
}
.body-argument__item:nth-child(even) {
	background: linear-gradient(110.4deg, #5b316a 2.42%, #fd7474 207.41%);
}
.body-argument-item__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin-bottom: 75px;
	/* flex: 1 0 auto; */
}
.body-argument-item__border {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	margin-bottom: 25px;
}
.body-argument-item__info {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	flex: 0 0 auto;
}
/* argument-hidden block */
.body-argument-hidden {
	padding: 0px !important;
	width: 100%;
	height: 100%;
}
.body-argument-hidden__image {
	margin-bottom: 28px;
}
.body-argument-hidden__image img {
	width: 100%;
}
.body-argument-hidden__info-block {
	padding: 0 38px;
}
.body-argument-hidden__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #5a4651;
	margin-bottom: 19px;
}
.body-argument-hidden__border {
	width: 26px;
	height: 2px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	margin-bottom: 19px;
}
.body-argument-hidden__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
}
.body-argument-hidden .fancybox-close-small {
	color: #ffffff !important;
}
/* specialist-block */
.body-specialist {
	width: 100%;
	position: relative;
}
.body-specialist::before {
	content: "";
	position: absolute;
	top: -177px;
	left: 0;
	width: 100%;
	height: 564px;
	background: linear-gradient(96.22deg, #fbf0e0 -6.3%, #ffefea 138.81%);
	z-index: -1;
}
.body-specialist__title-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 68px;
}
.body-specialist__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #353d40;
}
.body-specialist__btn-nav {
	display: flex;
	gap: 12px;
	align-items: center;
	padding-top: 48px;
}
.body-specialist__prev,
.body-specialist__next {
	width: 85px;
	height: 85px;
	top: 40%;
	transition: all 0.3s ease 0s;
	position: static;
	margin: 0;
	cursor: pointer;
}
.body-specialist__prev {
	background: url(/local/templates/mainpage/img/body-treatments/equipment-block/arrow-left.png) no-repeat;
	background-size: contain;
	left: -20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.body-specialist__next {
	background: url(/local/templates/mainpage/img/body-treatments/equipment-block/arrow-right.png) no-repeat;
	background-size: contain;
	right: -20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.body-specialist__next.swiper-button-disabled {
	opacity: 0.5;
}
.body-specialist__prev:hover {
	transform: scale(0.9);
}
.body-specialist__next:hover {
	transform: scale(0.9);
}
.body-specialist__content {
	padding-bottom: 123px;
}
.body-specialist__item {
	position: relative;
	height: auto;
}
.body-specialist__box {
	display: flex;
	gap: 21px;
	background: #f5f5f5;
	border-radius: 0 6.95883px 6.95883px 0;
	height: 100%;
}
.body-specialist__item::before,
.body-specialist__item::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	z-index: -1;
	border-radius: 5px;
}
.body-specialist__item::before {
	top: 9px;
	background: #7a6b70;
	width: 94%;
}
.body-specialist__item::after {
	top: 5px;
	background: #a5979c;
	width: 97%;
}
.body-specialist__image-block img {
	border-radius: 6.95883px 0 0 6.95883px;
	max-width: 151px;
	height: 226px;
	object-fit: cover;
}
.body-specialist__content-block {
	padding: 12px 40px 20px 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.body-specialist__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #5a4651;
	margin-bottom: 8px;
}
.body-specialist__border {
	width: 36px;
	height: 2px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	margin-bottom: 13px;
}
.body-specialist__post,
.body-specialist__experience {
	font-size: 16px;
	line-height: 22px;
	color: #5c5c5c;
}
.body-specialist__experience {
	margin-bottom: 41px;
	flex: 1;
}
.body-specialist__btn {
	font-weight: 600;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.115em;
	text-transform: uppercase;
	color: #b53a66;
	display: inline-block;
	align-self: flex-end;
	position: relative;
}
.body-specialist__btn::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -25px;
	width: 22px;
	height: 22px;
	background: url("/local/templates/mainpage/img/body-treatments/specialist-block/arrow-right.svg") no-repeat;
}
.body-specialist__btn:hover {
	text-decoration: underline;
}
.body-specialist .swiper-pagination-bullet-active {
	background: #b53a66;
}
.body-specialist .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 5px;
	width: 10px;
	height: 10px;
}
.body-specialist .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 66px;
	left: 60px;
}
/* callback-block */

.body-callback__bg {
	background: linear-gradient(90deg, #2f243f 0%, #281b3d 100%);
	border-radius: 20px;
	overflow: hidden;

	z-index: -1;
}
.body-callback__block {
	background: url("/local/templates/mainpage/img/body-treatments/callback-block/full-bg.png") no-repeat;
	background-size: cover;
	z-index: 1;
	padding: 70px 60px 61px 129px;
	display: flex;
	justify-content: space-between;
}
.body-callback__title-block {
	width: 100%;
	padding-top: 57px;
	padding-bottom: 67px;
	max-width: 539px;
}
.body-callback__title {
	font-size: 60px;
	line-height: 65px;
	color: #ffffff;
	margin-bottom: 43px;
	max-width: 459px;
}
.body-callback__sub-title {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}
.body-callback__mob-title {
	display: none;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -0.03em;
	color: #ffffff;
}
.body-callback__form {
	max-width: 478px;
}
.body-callback-form__group-block {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 33px;
}
.body-callback-form__group input,
.body-callback-form__group textarea,
.body-callback-form__group select {
	padding: 14px 20px;
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	color: #6f6f6f;
}
.body-callback-form__group textarea {
	resize: none;
	height: 127px;
}
.body-callback-form__bottom-block {
	display: flex;
	gap: 25px;
	align-items: center;
}
.new2 .body-callback-form__btn {
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	border-radius: 3px;
	cursor: pointer;
	width: 182px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	transition: all 0.3s ease 0s;
	font-family: "Montserrat", sans-serif;
}
.new2 .body-callback-form__btn:hover {
	transform: scale(0.98);
}
.body-callback-form__politic {
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	opacity: 0.6;
	max-width: 271px;
}
.body-callback-form__politic-link {
	color: #ffffff;
	text-decoration: underline;
}
#body-callback-form__procedure {
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
}
#body-callback-form__procedure {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url("/local/templates/mainpage/img/body-treatments/callback-block/arrow.svg") calc(100% - 20px) 14.5px
		no-repeat;
	background-color: #ffffff;
}
#body-callback-form__procedure option {
	padding: 10px 15px;
	cursor: pointer;
	background: #f5f5f5;
	line-height: 40px;
}
#body-callback-form__procedure option:checked {
	background-color: #ccc;
}

#body-callback-form__procedure:hover option:hover {
	background-color: #ccc;
}
.procedure-select {
	position: relative;
}
.procedure-select::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 17px;
	width: 20px;
	height: 20px;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}
.body-callback-form__group input::placeholder,
.body-callback-form__group textarea::placeholder {
	font-size: 16px;
	line-height: 27px;
	color: #6f6f6f;
}
/* !--------------------------------------------------------------------------------------------------------------- */
/* title-block */
.body-section__title-block {
	margin-bottom: 65px;
}
.body-section-title-block__full-bg {
	background: #c9c3b9;
	border-radius: 2px;
	padding: 40px 0px 109px 0px;
	position: relative;
	max-width: 1680px;
	margin: 0 auto;
	overflow: hidden;
}
.body-section-title-block__content {
	position: relative;
	z-index: 1;
}
/* breadcrumb-section */
.new2 .body-section-title-block .breadcrumb {
	margin-bottom: 53px;
}
.new2 .body-section-title-block .breadcrumb-wrapper {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0px 20px;
	z-index: 2;
	position: relative;
}
/* ------------------ */
.body-section-title-block__image {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.body-section-title-block__image img {
	pointer-events: none;
	height: 100%;
	width: 100%;
	max-width: 915px;
	object-fit: contain;
}
.new2 .body-section-title-block__title {
	font-weight: 500;
	font-size: 90px;
	line-height: 100px;
	letter-spacing: -0.03em;
	color: #353d40;
	margin-bottom: 113px;
	max-width: 909px;
}
/* service-block */
.body-section__service {
	margin-bottom: 86px;
}
.body-section-service__items {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
	width: 100%;
}
.body-section-service__item {
	background: #fff6f8;
	border-radius: 3px;
	flex: 0 0 353px;
	height: 225px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #b53a66;
	padding: 34px 30px 20px 25px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.body-section-service__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 100%;
	background: url("/local/templates/mainpage/img/body-treatments/body-section-img/body-section-service-block/full-bg.png")
		no-repeat;
	transition: all 0.3s ease 0s;
	pointer-events: none;
}
.body-section-service__item::after {
	content: "";
	position: absolute;
	bottom: 25px;
	right: 31px;
	width: 39px;
	height: 39px;
	background: url("/local/templates/mainpage/img/body-treatments/body-section-img/body-section-service-block/arrow.svg")
		no-repeat;
	background-size: contain;
}
.body-section-service__item:hover::before {
	transform: scale(1.5);
}
.body-section-service__item:hover {
	opacity: 1;
}
/* purpose-block */
.body-section__stocks {
	margin-bottom: 86px;
}
/* description-block card-v */
.body-section__description-card-v {
	margin-bottom: 85px;
}
.body-section-description-card-v__block {
	display: flex;
	justify-content: space-between;
}
.body-section-description-card-v__title-block {
	max-width: 478px;
	padding-top: 26px;
}
.body-section-description-card-v__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #5a4651;
	margin-bottom: 42px;
}
.body-section-description-card-v__info {
	font-size: 18px;
	line-height: 26px;
}
.body-section-description-card-v__card-block {
	max-width: 810px;
}
.body-section-description-card-v__items {
	display: flex;
	column-gap: 8px;
	row-gap: 30px;
	flex-wrap: wrap;
}
.body-section-description-card-v__item {
	width: 264px;
	height: 229px;
	background-color: #40243a;
	border-radius: 8px;
	position: relative;
	padding: 26px 25px 58px 27px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.body-section-description-card-v__item:nth-child(even)::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/local/templates/mainpage/img/body-treatments/body-section-img/body-section-description-block/card-2.png")
		no-repeat;
	background-size: cover;
	transition: all 0.3s ease 0s;
	pointer-events: none;
}
.body-section-description-card-v__item:nth-child(odd)::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/local/templates/mainpage/img/body-treatments/body-section-img/body-section-description-block/card-1.png")
		no-repeat;
	background-size: cover;
	transition: all 0.3s ease 0s;
	pointer-events: none;
}
.body-section-description-card-v__item:hover::before {
	transform: scale(1.05);
}
.body-section-description-card-v__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 143%;
	color: #ffffff;
	flex: 1 1 100%;
	z-index: 2;
}
.body-section-description-card-v__border {
	width: 46px;
	height: 2px;
	background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
	z-index: 2;
}
/* description-block */
.body-section__description {
	margin-bottom: 85px;
}
.body-section-description__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #5a4651;
	margin-bottom: 42px;
}
.body-section-description__info {
	font-size: 18px;
	line-height: 26px;
}
/* specialist-section-block */
.body-section__specialist.body-specialist::before {
	display: none;
}
.body-section__specialist {
	margin-bottom: 98px;
}
.body-section__specialist.body-specialist .body-specialist__btn-nav {
	padding-top: 0px;
	align-items: flex-end;
}
/* equipment-section-block */
.body-section__equipment {
	margin-bottom: 74px;
}
.body-section-equipment .body__container {
	position: relative;
}
.body-section-equipment__next,
.body-section-equipment__prev {
	width: 85px;
	height: 85px;
	top: 41%;
	transition: all 0.3s ease 0s;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
.body-section-equipment__next {
	background: url("/local/templates/mainpage/img/body-treatments/equipment-block/arrow-right.png") no-repeat;
	background-size: contain;
	right: -20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.body-section-equipment__prev {
	background: url("/local/templates/mainpage/img/body-treatments/equipment-block/arrow-left.png") no-repeat;
	background-size: contain;
	left: -20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.body-section-equipment__prev:hover {
	transform: scale(0.9);
}
.body-section-equipment__next:hover {
	transform: scale(0.9);
}
.body-section-equipment__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #353d40;
}
.body-section-equipment__block {
	padding-top: 127px;
	padding-bottom: 150px;
	margin-top: -93px;
}
.body-section-equipment__item {
	position: relative;
	display: flex;
	height: auto;
}

.body-section-equipment__image-block {
	flex: 0 0 41.5%;
	background: #ffeeeb;
	border-radius: 25.6098px 0 0 25.6098px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.body-section-equipment__image-block img {
	border-radius: 25.6098px 0 0 25.6098px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.body-section-equipment__mark {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	height: 224px;
	width: 224px;
	border-radius: 50%;
	background: url("/local/templates/mainpage/img/body-treatments/body-section-img/body-section-equipment-block/circle-full-bg.png")
		no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	position: absolute;
	top: -125px;
	right: 218px;
	z-index: 2;
}
.body-section-equipment__contnet-block {
	background: linear-gradient(90deg, rgba(55, 40, 73, 0.83) 0%, rgba(119, 46, 59, 0.83) 100%);
	backdrop-filter: blur(7px);
	padding: 100px 110px 60px 60px;
	border-radius: 0 25.6098px 25.6098px 0;
	flex: 0 0 58.5%;
}
.body-section-equipment__name {
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 10px;
}
.body-section-equipment__info {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
.body-section-equipment .swiper-pagination {
	bottom: 70px;
	left: 0px;
}
.body-section-equipment .swiper-pagination-bullet-active {
	background: #b53a66;
}
/* section callback block */
.body-section__callback {
	margin-bottom: 127px;
}
/*detail title-block */
.body-detail__title-block {
	margin-bottom: 32px;
}
.body-detail-title-block {
	background: linear-gradient(180deg, #372849 0.76%, #8d3d47 100%);
	padding-top: 42px;
}
.body-detail-title-block .body__container {
	position: relative;
}
.new2 .body-detail-title-block .equipment {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* breadcrumb detail*/
.new2 .body-detail-title-block .breadcrumb {
	margin-bottom: 33px;
}
.new2 .body-detail-title-block .breadcrumb__item {
	color: #ffffff;
}
.new2 .body-detail-title-block a.breadcrumb__item::after {
	background-color: #ffffff;
}
/* ------------ */
.new2 .body-detail-title-block .fitst__text-block > .back:before {
	content: "";
	display: block;
	background: url("/local/templates/mainpage/img/body-treatments/body-detail-img/arrow-right.svg") no-repeat;
	background-size: contain;
	width: 54px;
	height: 54px;
}
.new2 .body-detail-title-block .fitst__text-block .back {
	display: inline-block;
	position: absolute;
	top: 80px;
	left: -70px;
}
.body-detail-title-block__content {
	padding: 0px 0px 80px 0px;
	display: grid;
	column-gap: 15px;
	justify-content: space-between;
	grid-template-areas: "a c" "b c";
	grid-template-columns: 705px 358px;
}
.body-detail-title-block__name-block {
	grid-area: a;
}
.body-detail-price-box {
	grid-area: b;
}
.body-detail-info-block {
	padding-top: 31px;
	grid-area: c;
}
.new2 .body-detail-name-block__name {
	font-weight: 500;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #ffffff;
	margin-bottom: 117px;
}
.body-detail-price-box__price-block {
	display: flex;
	flex-direction: column;
	margin-bottom: 22px;
}
.body-detail-price-box__price {
	font-size: 60px;
	line-height: 70px;
	letter-spacing: -0.03em;
	color: #ffffff;
}
.body-detail-price-box__old-price {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.03em;
	text-decoration-line: line-through;
	color: #ffffff;
	align-self: flex-start;
}
.body-detail-price-box__btn {
	background: linear-gradient(90deg, #f05938 0%, #ff9142 100%);
	border-radius: 2px;
	border: 1px solid transparent;
	border-image: linear-gradient(90deg, #f05938 0%, #ff9142 100%);
	border-image-slice: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 257px;
	height: 77px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease 0s;
}
.body-detail-price-box__btn:hover {
	background: transparent;
}
.body-detail-info-block__items {
	display: flex;
	flex-direction: column;
	gap: 65px;
}
.body-detail-info-block__item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.body-detail-info-block__title {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.body-detail-info-block__count {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
}
/* information-block */
/* accordion */

.body-detail-information-block__item {
	position: relative;
}

.body-detail-information-block__label {
	position: relative;
	padding: 28px 68px 28px 20px; /* Внутренний отступ для видимой части */
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
}
.body-detail-information-block__label::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 30px;
	background: #b53a66;
	height: 2px;
}
.body-detail-information-block__label::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 30px;
	background: #b53a66;
	height: 2px;
	transform: rotate(90deg);
	transition: all 0.3s ease 0s;
}
.body-detail-information-block__label.active::before {
	opacity: 0;
	transform: rotate(0deg);
}

.body-detail-information-block__content {
	padding: 0;
	border: none;
}

.body-detail-information-block__box {
	margin: 0;
	padding: 0 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	border-top: none;
	height: 0;
	overflow: hidden;
	transition: all 0.1s ease 0s;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.body-detail-information-block__box img {
	width: 49%;
	flex: 49%;
}

.body-detail-information-block__box.active {
	height: auto;
	padding: 16px;
}

.body-detail-information-block__box p:last-child {
	margin-bottom: 0;
}
/* ----------------- */
/*.body-detail__information-block {
	margin-bottom: 60px;
}*/
.body-detail-information-block__items {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff;
	width: 100%;
}
.body-detail-information-block__item:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}
/* detail-price-block */
.body-detail__price-block {
	margin-bottom: 95px;
}
.body-detail-price-block__title {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.03em;
	color: #353d40;
	margin-bottom: 57px;
}
.body-detail-price-block__items {
	display: flex;
	flex-direction: column;
}
.body-detail-price-block__item {
	display: flex;
	justify-content: space-between;
}
.body-detail-price-block__item:not(:last-child) {
	padding-bottom: 16px;
	border-bottom: 1px solid #e1d9d4;
}
.body-detail-price-block__item:not(:first-child) {
	padding-top: 14px;
}
.body-detail-price-block-info__name {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 9px;
}
.body-detail-price-block-info__address {
	font-size: 18px;
	line-height: 32px;
	color: #737373;
}
.body-detail-price-block-price__count {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	color: #b53a66;
}
/* specialist-block-detail */
.body-detail__specialist.body-specialist::before {
	display: none;
}
/* detail-mark-block */
.body-detail__mark {
	margin-bottom: 45px;
}
.body-detail-mark__block {
	padding: 40px 40px 40px 160px;
	position: relative;
}
.body-detail-mark__block::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 37px;
	width: 82px;
	height: 82px;
	background: url("/local/templates/mainpage/img/body-treatments/body-detail-img/body-detail-mark-block/mark.svg")
		no-repeat;
}
.body-detail-mark__text {
	font-size: 20px;
	line-height: 30px;
}
/* detail-callback-block */
.body-detail__callback {
	margin-bottom: 105px;
}
.new2 .body__detail-info {
	margin-bottom: 50px;
}
.body__detail-info__block img {
	margin-bottom: 32px;
}
.new2 .body__detail-info__block > p,
.new2 .body__detail-info__block-dropdown > p {
	margin-bottom: 32px;
	font-size: 22px;
	line-height: 32px;
}
.new2 .body__detail-info__block-dropdown > div p,
.new2 .body__detail-info__block-dropdown > div p a {
	color: #b53a66;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}

.new2 .body__detail-info__block ul,
.new2 .body__detail-info__block-dropdown ul {
	margin: 43px 0;
	list-style: none;
	padding: 0;
}
.new2 .body__detail-info__block ul > li:not(:last-child),
.new2 .body__detail-info__block-dropdown ul > li:not(:last-child) {
	margin-bottom: 38px;
}
.new2 .body__detail-info__block ul > li,
.new2 .body__detail-info__block-dropdown ul > li {
	padding-left: 28px;
	position: relative;
	font-size: 20px;
	line-height: 32px;
}
.new2 .body__detail-info__block > h3,
.new2 .body__detail-info__block-dropdown > h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.03em;
	color: #353d40;
	margin-bottom: 39px;
}
.new2 .body__detail-info__block > h2,
.new2 .body__detail-info__block-dropdown > h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.03em;
	color: #353d40;
	margin-bottom: 39px;
}
.new2 .body__detail-info__block ul > li::before,
.new2 .body__detail-info__block-dropdown ul > li::before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	border: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(-2.78%, #d7594b), to(#ff9142));
	background: -o-linear-gradient(left, #d7594b -2.78%, #ff9142 100%);
	background: linear-gradient(90deg, #d7594b -2.78%, #ff9142 100%);
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}
.new2 .body__detail-info__block ul > li::after,
.new2 .body__detail-info__block-dropdown ul > li::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 11px;
	left: 4px;
}
