/*lechenie-vo-sne/*/
.max-width {
	max-width: 1036px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.top-wrap {
	margin-top: 135px;
}
.treatment-dream .treatment-dream__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 126%;
	color: #4c5572;
	max-width: 697px;
	margin: 10px 0;
}
.treatment-dream__row .treatment-dream__info p {
	font-weight: 600;
	font-size: 19px;
	line-height: 142%;
	color: rgba(76, 85, 114, 0.68);
	max-width: 525px;
}
.btn-linear__wrap {
	display: flex;
	justify-content: flex-end;
}
.btn-linear {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: none;
	background: linear-gradient(90deg, #7fcdc5 0%, #4c5572 100%);
	box-shadow: 11px 13px 10px 0 rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 22px;
	padding: 20px 30px;
	color: #fff;
	width: max-content;
}
.btn-linear:hover {
	color: #fff;
}
.treatment-dream__row {
	position: relative;
	padding-bottom: 210px;
}
.treatment-dream__info {
	margin-right: 500px;
}
.treatment-dream__row .treatment-dream__img {
	position: absolute;
	right: 45px;
	bottom: 0;
}
.treatment-dream__row .treatment-dream__img img {
	width: 100%;
}
.special-conditions__row {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
}
.special-conditions__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-end;
	margin-left: -70px;
	padding-right: 20px;
}
.special-conditions__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 126%;
	text-align: right;
	color: #4c5572;
	margin-top: 110px;
	max-width: 615px;
}
.special-conditions__text {
	font-weight: 700;
	font-size: 31px;
	line-height: 152%;
	letter-spacing: 0.02em;
	text-align: right;
	color: #82c8c5;
	margin-bottom: 20px;
	max-width: 490px;
}
.special-conditions__img-mobile {
	display: none;
}
.detailed-terms__wrap {
	display: none;
}
.detailed-terms {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: flex-end;
	margin-top: 120px;
	cursor: pointer;
}
.detailed-terms span {
	font-weight: 700;
	font-size: 21px;
	line-height: 310%;
	letter-spacing: 0.02em;
	color: rgba(76, 85, 114, 0.7);
}
.detailed-terms img {
	width: 32px;
	height: 32px;
	transition: transform 0.4s ease;
}
.detailed-terms img.rotated {
	transform: rotate(180deg);
}
.special-conditions__info .btn-linear {
	min-width: 390px;
}
.detailed-terms__wrap {
	max-width: 967px;
	margin: 16px auto;
}
.detailed-terms__wrap p {
	font-weight: 700;
	font-size: 17px;
	line-height: 176%;
	letter-spacing: 0.02em;
	text-align: justify;
	padding: 0 20px;
	color: rgba(76, 85, 114, 0.7);
}
.anesthesia {
	position: relative;
}
.anesthesia .anesthesia-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 126%;
	color: #4c5572;
	margin-top: 75px;
}
.anesthesia .anesthesia-text {
	font-weight: 700;
	font-size: 31px;
	line-height: 152%;
	color: rgba(76, 85, 114, 0.7);
	margin-top: 45px;
}
.anesthesia-items__wrap {
	position: relative;
	background: rgba(127, 205, 197, 0.65);
	padding: 43px 20px 47px;
	margin-top: 50px;
	margin-bottom: 116px;
}
.anesthesia .anesthesia-items {
	display: flex;
	flex-direction: column;
	gap: 55px;
}
.anesthesia-items .anesthesia-item {
	position: relative;
	font-weight: 700;
	font-size: 23px;
	line-height: 148%;
	color: #3d445b;
	padding-left: 47px;
}
.anesthesia-items .anesthesia-item:nth-child(3),
.anesthesia-items .anesthesia-item:nth-child(4) {
	padding-right: 410px;
}
.anesthesia-items .anesthesia-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-image: url('../images/svg/check-mark.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.anesthesia img {
	position: absolute;
	bottom: -116px;
	left: calc(50% + 70px);
}
.our-advantages {
	margin-top: 180px;
}
.our-advantages .our-advantages__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 170%;
	color: #4c5572;
}
.our-advantages .our-advantages__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 72px;
}
.our-advantages__items .our-advantages__item {
	perspective: 1000px;
    cursor: pointer;
	border-radius: 27px;
	min-height: 156px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 27px;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.our-advantages__item .front,
.our-advantages__item .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 27px;
    box-sizing: border-box;
}
.our-advantages__item .front {
    background: rgba(127, 205, 197, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:5px;
    padding: 25px 20px 40px;
    z-index: 2;
    transform: rotateY(0deg);
    text-align: center;
}
.our-advantages__item .front img {
	width: 72px;
}
.our-advantages__item .front .advantage-name {
	font-weight: 600;
	font-size: 29px;
	line-height: 100%;
	color: #4c5572;
}
.our-advantages__item .back {
    background: rgba(127, 205, 197, 0.8);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
}
.our-advantages__item .back .back-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 187%;
	color: #4c5572;
}
.our-advantages__bottom {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: -140px;
}
.our-advantages__bottom .callback-btn__wrap {
	padding-bottom: 75px;
}
.callback-btn__wrap .btn-linear {
	min-width: 393px;
}
.indications-deviations {
	margin-top: 50px;
	margin-bottom: 20px; 
}
.indications-deviations__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.indications-deviations__items {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 933px;
	margin-top: 20px;
}
.indications-deviations__item .indications-deviations__item-wrap {
	border-radius: 27px;
	background: #4c5572;
	width: 393px;
	padding: 20px;
	cursor: pointer;
}
.indications-deviations__item.open .indications-deviations__item-wrap {
	background: rgba(127, 205, 197, 0.8);
    height: 100%;
}
.indications-deviations__item-title {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.indications-deviations__item-title span {
	font-weight: 700;
	font-size: 27px;
	line-height: 163%;
	color: #fff;
}
.btn-more {
	display: flex;
    align-items: center;
    justify-content: center;
	border: none;
	background: transparent;
}
.btn-more img {
	width: 28px;
	height: 28px;
	transition: transform 0.3s ease;
}
.btn-more.opened img {
	transform: rotate(180deg);
}
.indications-deviations__item.open .btn-more img {
	transform: rotate(180deg);
}
.indications-items,
.deviations-items {
	display: none;
}
.indications-deviations__item.open .indications-items, 
.indications-deviations__item.open .deviations-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
}
.indications-item,
.deviations-item {
	position: relative;
	font-weight: 600;
	font-size: 19px;
	line-height: 195%;
	color: #4c5572;
	padding-left: 60px;
}
.indications-item:before {
	content: "";
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 50px;
    height: 36px;
    background-image: url('../images/svg/checkmark-pluse.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.deviations-item:before {
	content: "";
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-image: url('../images/svg/checkmark-minus.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.indications-deviations__info {
	font-weight: 700;
	font-size: 23px;
	line-height: 191%;
	text-align: justify;
	color: #4c5572;
	margin-top: 82px;
	max-width: 933px;
}
.stages-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.stages {
	position: relative;
	margin: 60px auto 30px;
}
.stages-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin-top: 60px;
	padding-bottom: 125px;
}
.stages-step .stages-step__number {
	font-weight: 700;
	font-size: 40px;
	line-height: 220%;
	color: #7fcdc5;
}
.stages-step .stages-step__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 224%;
	color: #4c5572;
}
.stages-step .stages-step__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 253%;
	color: #4c5572;
}
.stages .stages-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.prices {
	margin-top: 30px;
	margin-bottom: 168px;
}
.prices-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.prices-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 27px;
	margin-top: 30px;
}
.prices-item {
	position: relative;
	border-radius: 15px;
	box-shadow: 8px 5px 6px 3px rgba(0, 0, 0, 0.25);
	padding: 25px;
	overflow: hidden;
}
.prices-item:nth-child(1) svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.prices-item:nth-child(2) svg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.prices-item__title {
	font-weight: 600;
	font-size: 26px;
	line-height: 100%;
	color: #4c5572;
}
.prices-item__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 207%;
	color: #4c5572;
	margin: 15px 0;
}
.prices-item__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.prices-item__bottom .prices-value {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	justify-content: flex-end;
}
.prices-value .new-price {
	font-weight: 700;
	font-size: 21px;
	line-height: 100%;
	color: #7fcdc5;
	white-space: nowrap;
}
.prices-value .old-price {
	font-weight: 700;
	font-size: 17px;
	line-height: 100%;
	color: #4c5572;
	text-decoration: line-through;
	white-space: nowrap;
}
.prices .btn-linear {
	font-weight: 700;
	font-size: 15px;
	padding: 13px;
	min-width: 237px;
}
.photo-gallery {
	margin-top: 53px;
	margin-bottom: 50px;
}
.photo-gallery__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.photo-gallery .swiper-photo {
	margin-top: 64px;
	padding: 0 15px;
}
.photo-gallery .swiper-photo .swiper-wrapper {
	height: 280px;
}
.photo-gallery .swiper-photo .swiper-slide {
	height: 188px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 10px 10px 13px 0 rgba(0, 0, 0, 0.25);
}
.photo-gallery .swiper-photo .swiper-slide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-photo .swiper-button-next, .swiper-photo .swiper-button-prev {
	display: block;
	width: 44px;
	height: 42px;
	top: 37%;
}
.swiper-photo .swiper-button-prev {
	left: 0;
}
.swiper-photo .swiper-button-next {
	right: 0;
}
.swiper-photo .swiper-button-next:after, .swiper-photo .swiper-button-prev:after {
	content: unset;
}
.swiper-photo .swiper-pagination .swiper-pagination-bullet {
	width: 23px;
	height: 23px;
	border: 2px solid #4c5572;
    background: #fff;
    opacity: 1;
}
.swiper-photo .swiper-pagination .swiper-pagination-bullet-active {
    background: #4c5572;;
    opacity: 1;
}
.our-doctors__controls .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #4c5572;
    background: #fff;
    opacity: 1;
}
.our-doctors__controls .swiper-pagination .swiper-pagination-bullet-active {
    background: #4c5572;;
    opacity: 1;
}
.treatment-results {
	margin-top: 90px;
	margin-bottom: 90px;
}
.treatment-results__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.swiper-results {
	margin-top: 62px;
	padding: 0 15px;
}
.swiper-results .swiper-button-next, .swiper-results .swiper-button-prev {
	display: block;
	width: 44px;
	height: 42px;
	top: 37%;
}
.swiper-results .swiper-button-prev {
	left: 0;
}
.swiper-results .swiper-button-next {
	right: 0;
}
.swiper-results .swiper-button-next:after, .swiper-results .swiper-button-prev:after {
	content: unset;
}
.swiper-results .swiper-slide .result-item {
	overflow: hidden;
	background: rgba(127, 205, 197, 0.5);
	border-radius: 20px;
}
.swiper-slide .result-item .result-item__img {
	overflow: hidden;
	border-radius: 20px;
	height: 278px;
}
.swiper-slide .result-item .result-item__img img {
	width: 100%;
	height: 100%;
}
.swiper-slide .result-item .result-item__text {
	font-weight: 600;
	font-size: 16px;
	line-height: 187%;
	color: #4c5572;
	padding: 10px;
	min-height: 140px;
}
.our-doctors {
	margin-top: 30px;
	margin-bottom: 100px;
}
.our-doctors__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.our-doctors__items {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 37px;
	margin-top: 30px;
}
.our-doctors__items .our-doctors__item {
	display: flex;
	gap: 10px;
	border: 3px solid rgba(76, 85, 114, 0.29);
	border-radius: 14px;
	overflow: hidden;
	min-height: 260px;
	box-shadow: 11px 11px 4px 0 rgba(0, 0, 0, 0.25);
}
.our-doctors__item .our-doctor__img {
	position: relative;
	width: 180px;
	border-radius: 46px;
	overflow: hidden;
	margin-left: 20px;
}
.our-doctors__item .our-doctor__img .background-linear {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 184px;
	border-radius: 46px;
	overflow: hidden;
	background: linear-gradient(126deg, #b3c2e1 0%, #708ba1 33.07%, #7fcdc5 53.12%, #93abc3 77.12%, #4c5572 100%);
	z-index: -1;
}
.our-doctors__item .our-doctor__img img {
	position: absolute;
	width: 189px;
	bottom: 20px;
	left: -2px;
}
.our-doctors__item .our-doctor__info {
	position: relative;
	flex: 1;
	padding-top: 45px;
}
.our-doctors__item .our-doctor__info .doctor-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #4c5572;
	padding-right: 15px;
}
.our-doctors__item .our-doctor__info .doctor-direction {
	font-weight: 500;
	font-size: 11px;
	line-height: 182%;
	color: #4c5572;
	margin-top: 10px;
	padding-right: 15px;
}
.our-doctors__item .our-doctor__info .btn-linear {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	min-width: 182px;
	margin-top: 15px;
	margin-bottom: 16px;
}
.our-doctors__item .our-doctor__info .doctor-detail {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.reviews {
	margin-top: 40px;
	margin-bottom: 115px;
}
.reviews .reviews-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.reviews .reviews-item {
	position: relative;
}
.reviews-item .reviews-item__background {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, #658f9d 7.02%, #708ba1 33.07%, #7fcdc5 53.12%, #93abc3 77.12%, #b3c2e1 98.83%);
	width: 80%;
	height: 80%;
	z-index: -1;
}
.reviews-item:nth-child(3n + 1) .reviews-item__background {
	background: #a5d7d2;
}
.reviews-item__img-wrap {
	width: 60px;
	height: 60px;
	overflow: hidden;
	flex-shrink: 0;
}
.reviews-item__img-wrap .reviews-item__img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.reviews-item__content {
	position: relative;
	margin: 11px 0 0 11px;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 11px 11px 4px 0 rgba(0, 0, 0, 0.25);
}
.reviews-item__top {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.reviews-rating {
	display: flex;
	gap: 5px;
}
.reviews-item__top-left {
	display: flex;
	gap: 20px;
}
.reviews-item__top-left .date-name__wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.date-name__wrap .reviews-item__date {
	color: #999;
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
}
.date-name__wrap .reviews-item__name {
	color: #333;
	font-weight: 700;
    line-height: calc(1em + 7px);
	font-size: 1em;
}
.reviews-item__content .review-text {
	margin-top: 20px;
	margin-right: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-clamp: 4;
	-webkit-line-clamp: 4;
}
.reviews-item__content .review-text.open {
	display: block;
}
.reviews-items {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	margin-top: 40px;
}
.reviews-item__content .btn-more {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.consultation {
	position: relative;
}
.consultation-wrap {
	position: relative;
	max-width: 1280px;
	padding: 50px 40px 40px;
	margin: 20px auto;
}
.consultation-background__top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.consultation-background__bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.consultation-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 110%;
	color: #4c5572;
}
.consultation-subtitle {
	font-weight: 600;
	font-size: 39px;
	line-height: 128%;
	color: #4c5572;
	margin-top: 43px;
}
.consultation-text {
	font-weight: 500;
	font-size: 26px;
	line-height: 192%;
	color: #4c5572;
	margin-top: 47px;
	padding-right: 378px;
}
.consultation-text ul li {
	line-height: 1.45;
	padding-left: 1.5em;
    text-indent: -1.5em;
}
.consultation-text ul li:last-child {
	max-width: 700px;
}
.consultation-text ul li:before {
    content: "";
    position: relative;
    left: 0px;
    top: 18px;
    background: #666666;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.consultation-info {
	font-weight: 500;
	font-size: 24px;
	line-height: 192%;
	color: #4c5572;
	margin-top: 35px;
	padding-right: 530px;
}
.consultation .btn-linear {
	margin-top: 30px;
	z-index: 2;
}
.consultation-man {
	position: absolute;
	bottom: 0;
	right: 60px;
}
.videos-slider {
	position: relative;
	margin-top: 62px;
	margin-bottom: 48px;
}
.videos-slider__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 126%;
	color: #4c5572;
}
.video-item__text {
	font-weight: 700;
	font-size: 11px;
	line-height: 182%;
	color: #4c5572;
	margin-top: 15px;
}
.swiper-videos {
	width: 93%;
	margin-top: 42px;
}
.swiper-videos .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(127, 205, 197, 0.39);
	padding: 10px 18px;
	height: auto;
	width: 263px !important;
}
.swiper-videos .swiper-slide .video-item__frame {
	border-radius: 16px;
	overflow: hidden;
	height: 440px;
}
.swiper-slide .video-item__frame iframe {
	width: 100%;
	height: 100%;
}
.swiper-videos .swiper-slide.wide {
	width: 361px !important;
}
.swiper-videos .swiper-slide.wide .video-item__frame {
	height: 182px;
}
.videos-slider .swiper-button-next, .videos-slider .swiper-button-prev {
	display: block;
	width: 44px;
	height: 42px;
	top: 50%;
}
.videos-slider .swiper-button-prev {
	left: 20px;
}
.videos-slider .swiper-button-next {
	right: 20px;
}
.videos-slider .swiper-button-next:after, .videos-slider .swiper-button-prev:after {
	content: unset;
}
.myths-anesthesia {
	margin-top: 85px;
	margin-bottom: 83px;
}
.myths-anesthesia__wrap {
	display: flex;
	gap: 20px;
}
.myths-anesthesia__wrap .myths-anesthesia__left {
	max-width: 568px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.myths-anesthesia__wrap .myths-anesthesia__right {
	flex: 1;
	min-width: 380px;
}
.myths-anesthesia__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 126%;
	color: #4c5572;
}
.myths-anesthesia__subtitle {
	font-weight: 700;
	font-size: 26px;
	line-height: 135%;
	color: #000;
}
.swiper-cards {
	max-width: 260px;
	min-height: 400px;
	padding: 0 15px !important;
}
.swiper-cards .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 3px solid #445673;
	border-radius: 18px;
	background-color: #ffffff;
	color: #000000;
	min-height: 350px;
	padding: 70px 10px 20px;
}
.swiper-3d .swiper-slide-shadow {
	background: #ffffff;
}
.swiper-cards .swiper-button-next, .swiper-cards .swiper-button-prev {
	display: block;
	width: 24px;
	height: 24px;
	top: 45%;
}
.swiper-cards .swiper-button-prev {
	left: 0;
}
.swiper-cards .swiper-button-next {
	right: 0;
}
.swiper-cards .swiper-button-next:after, .swiper-cards .swiper-button-prev:after {
	content: unset;
}
.swiper-cards .swiper-button-next.swiper-button-disabled, .swiper-cards .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.myth-title__wrap {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: center;
	font-weight: 500;
	font-size: 11px;
	line-height: 155%;
	color: #4c5572;
}
.swiper-cards .card-text {
	font-weight: 500;
	font-size: 11px;
	line-height: 155%;
	color: #4c5572;
}
.swiper-cards .card-logo {
	position: absolute;
	top: 20px;
	width: 130px;
}
.swiper-cards .card-logo img {
	width: 100%;
}
.swiper-cards .card-img {
	width: 160px;
}
.swiper-cards .card-img img {
	width: 100%;
}
.swiper-cards .card-number {
	position: absolute;
	top: 15px;
	right: 10px;
	font-weight: 800;
	font-size: 12px;
	line-height: 225%;
	color: #7fcdc5;
}
.swiper-cards .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-cards .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #7FCDC5;
}
.swiper-cards .swiper-pagination .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background: #7FCDC5;
	opacity: 1;
}
.feedback-fix {
	position: relative;
	margin-top: 100px;
}
.feedback-fix .form {
	margin-top: 50px;
	padding-right: 400px;
}
.feedback-fix .form--BG_IMG.form--with-bg{
	min-height: 250px;
}
.feedback-fix .form-fon {
	display: none;
}
.feedback-fix .form .description {
	display: none;
}
.feedback-fix .feedback-fix__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 126%;
	color: #4c5572;
	max-width: 691px;
}
.feedback-fix .form .form-body__fields {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 612px;
}
.feedback-fix .form .form-body__fields.row::before,
.feedback-fix .form .form-body__fields.row::after {
	content: none;
}
.feedback-fix .form .form-group .input {
	padding: 2px;
	border-radius: 100px;
	background: linear-gradient(90deg, #7fcdc5, #4c5572);
}
.feedback-fix .form .input .form-control {
	border-radius: 100px;
	background: #ffffff;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #4c5572;
	height: 42px;
}
.feedback-fix .form .form-footer .btn.btn-default {
	border-radius: 100px;
	border: none;
	background: linear-gradient(90deg, #7fcdc5 0%, #4c5572 100%);
	box-shadow: 11px 13px 10px 0 rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 22px;
	padding: 20px 30px;
	color: #fff;
	min-width: 393px;
}
.feedback-fix .form-group .font_13 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease;
	pointer-events: none;
	padding: 0 4px;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: rgba(76, 85, 114, 0.7);
	z-index: 2;
	white-space: nowrap;
}
.feedback-fix .form-list .maxwidth-theme {
	padding-left: 0;
    padding-right: 0;
}
.feedback-fix .form-group.fill-animate .error label,
.feedback-fix .form-group.fill-animate.filled .error label {
	position: absolute;
	left: 0;
	top: auto;
	bottom: -30px;
	transform: none;
	font-size: 16px;
}
.feedback-fix .form-group.filled .font_13 {
	top: -30px;
	left: 12px;
	font-size: 16px;
	transform: none;
}
.feedback-fix .feedback-fix__description {
	font-weight: 500;
	font-size: 22px;
	line-height: 318%;
	color: #4c5572;
}
.feedback-fix .feedback-fix__img {
	position: absolute;
	bottom: -60px;
	right: 70px;
}
.feedback-fix .form .licence_block label.error {
	top: 35px;
	right: auto;
}
.question-answer {
	margin-top: 100px;
	margin-bottom: 53px;
}
.question-answer .question-answer__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.question-answer__items {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 10px;
}
.question-answer__item .question {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.question-answer__item .question span::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11Z" fill="%237FCDC5" fill-opacity="0.8" /></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}
.question-answer__item .question span {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: #000;
}
.question-answer__item .question .open-close {
	cursor: pointer;
}
.question-answer__item .question .open-close::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2140_2)"><path d="M8.69324 0.194336L8.81093 16.9063" stroke="%234C5572" /><path d="M17.0038 8.50391L0.292252 8.37919" stroke="%234C5572" /></g><defs><clipPath id="clip0_2140_2"><rect width="17" height="17" fill="white" /></clipPath></defs></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}
.question-answer__item .question .open-close.minus::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 2px;
	vertical-align: middle;
	background-image: url('data:image/svg+xml,<svg width="17" height="2" viewBox="0 0 17 2" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2142_6)"><path d="M17.0037 1.37988L0.29213 1.25517" stroke="%234C5572" /></g><defs><clipPath id="clip0_2142_6"><rect width="17" height="2" fill="white" /></clipPath></defs></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}
.question-answer__item .answer {
	display: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 167%;
	color: rgba(0, 0, 0, 0.7);
	margin: 20px 0;
	padding-left: 30px;
}
.question-answer__item .answer.visible {
	display: block;
}
.certificates {
	position: relative;
}
.certificates .certificates-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 176%;
	color: #4c5572;
}
.certificates .swiper-certificates {
	margin-top: 57px;
	padding: 0 15px;
}
.certificates .swiper-certificates .swiper-slide {
	height: 263px;
	box-shadow: 10px 4px 4px 0 rgba(0, 0, 0, 0.25);

    @media (min-width: 700px) {
        width: auto !important;
    }
}
.certificates .swiper-certificates .swiper-wrapper {
	height: 280px; 
}
.certificates .swiper-certificates .swiper-slide img {
	width: 100%;
	height: 100%;
}
.certificates .swiper-button-next, .certificates .swiper-button-prev {
	display: block;
	width: 27px;
	height: 27px;
	top: 65%;
}
.certificates .swiper-button-prev {
	left: 5px;
}
.certificates .swiper-button-next {
	right: 5px;
}
.certificates .swiper-button-next:after, .certificates .swiper-button-prev:after {
	content: unset;
}
.stages .popup-checklist {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	overflow: hidden;
}
.popup-checklist .checklist-wrap {
	position: relative;
	display: flex;
	gap: 40px;
	flex-direction: column;
	align-items: center;
	border-radius: 14px;
	padding: 42px;
	min-width: 340px;
	max-width: 706px;
	background: #ffffff;
	margin: 8px;
}
.checklist-wrap .checklist-logo {
	width: 246px;
}
.checklist-wrap .checklist-logo img {
	width: 100%;
}
.checklist-wrap .checklist-text {
	font-weight: 500;
	font-size: 28px;
	line-height: 161%;
	text-align: center;
	color: #4C5572;
}
.checklist-wrap .btn-linear {
	min-width: 393px;
}
.checklist-wrap .close-modal {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: opacity ease 0.5s;
}
.checklist-wrap .close-modal::before, 
.checklist-wrap .close-modal::after {
	content: '';
	position: absolute;
	top: 5px;
	display: block;
	width: 20px;
	height: 2px;
	background: #5e5e5e;
}
.checklist-wrap .close-modal::before {
	transform: rotate(45deg);
}
.checklist-wrap .close-modal::after {
	transform: rotate(-45deg);
}
.checklist-wrap .close-modal:hover {
	opacity: 0.5;
}

@media (max-width: 999px) {
	.top-wrap{
	margin-top: 90px;
}
	.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 14px !important;
}
	.treatment-dream .treatment-dream__title {
	font-size: 45px;
	max-width: 550px;
}
	.treatment-dream__row {
	padding-bottom: 170px;
}
	.treatment-dream__row .treatment-dream__info p {
	font-size: 16px;
}
	.treatment-dream__row .treatment-dream__img {
	width: 420px;
}
	.treatment-dream__info {
	margin-right: 420px;
}
	.treatment-dream .btn-linear {
	font-size: 17px;
	padding: 17px 25px;
}
	.special-conditions__title {
	margin-top: 90px;
}
	.detailed-terms {
	margin-top: 70px;
}
	.special-conditions__title {
	font-size: 45px;
}
	.special-conditions__text {
	font-size: 28px;
}
	.special-conditions__info .btn-linear {
	min-width: 290px;
	font-size: 17px;
	padding: 17px 20px;
}
	.detailed-terms span {
	font-size: 18px;
}
	.detailed-terms img {
	width: 25px;
	height: 25px;
}
	.detailed-terms__wrap p {
	font-size: 16px;
	margin-bottom: 18px;
}
	.anesthesia img {
	width: 300px;
}
	.special-conditions__info {
	margin-left: 0;
}
	.special-conditions__row {
	justify-content: flex-end;
}
	.special-conditions__img {
	display: none;
}
	.special-conditions__img-mobile {
	display: block;
}
	.special-conditions__img-mobile img {
	width: 100%;
}
	.anesthesia .anesthesia-title {
    font-size: 45px;
}
	.anesthesia .anesthesia-text {
	font-size: 28px;
}
	.anesthesia-items .anesthesia-item {
	font-size: 18px;
}
	.anesthesia-items .anesthesia-item:before {
	width: 38px;
	height: 38px;
}
	.our-advantages .our-advantages__title {
	font-size: 45px;
}
	.our-advantages .our-advantages__items {
	grid-template-columns: repeat(2, 1fr);
}
	.our-advantages__bottom {
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
	.our-advantages__bottom .callback-btn__wrap {
	padding-bottom: 30px;
}
	.indications-deviations__title {
	font-size: 45px;
}
	.indications-deviations__item .indications-deviations__item-wrap {
	width: 340px;
	padding: 15x;
}
	.indications-deviations__item-title {
	gap: 10px;
}
	.indications-deviations__item-title span {
	font-size: 23px;
}
	.indications-deviations__info {
	margin-top: 60px;
	font-size: 18px;
}
	.indications-item, .deviations-item {
	font-size: 16px;
}
	.stages-title {
	font-size: 45px;
}
	.stages-steps {
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 60px;
}
	.stages-step .stages-step__number {
	font-size: 36px;
}
	.prices {
	margin-bottom: 80px;
}
	.prices-title {
	font-size: 45px;
}
	.prices-items {
	grid-template-columns: 1fr;
}
	.photo-gallery__title {
	font-size: 45px;
}
	.photo-gallery .swiper-photo .swiper-wrapper {
	height: 360px;
}
	.photo-gallery .swiper-photo .swiper-slide {
	height: 270px;
}
	.swiper-photo .swiper-button-next, .swiper-photo .swiper-button-prev {
	top: 40%;
}
	.swiper-photo .swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
}
	.treatment-results__title {
	font-size: 45px;
}
	.swiper-results {
	margin-top: 40px;
}
	.swiper-slide .result-item .result-item__img {
	height: auto;
}
	.swiper-results .swiper-button-next, .swiper-results .swiper-button-prev {
	top: 40%;
}
	.our-doctors {
	margin-bottom: 50px;
}
	.our-doctors__items .our-doctors__item {
	min-height: 215px;
	margin: 0 13px 10px 0;	
}
	.our-doctors__wrap::-webkit-scrollbar {
	border-radius: 11px;
	background: rgba(127, 205, 197, 0.5);
	height: 10px;
}
	.our-doctors__wrap::-webkit-scrollbar-thumb {
	background: #7FCDC5;
	border-radius: 11px;
}
	.our-doctors__title {
	font-size: 45px;
}
	.our-doctors__item .our-doctor__info .doctor-name {
	font-size: 14px;
}
	.our-doctors__item .our-doctor__info .btn-linear {
	min-width: 125px;
	font-size: 10px;
	height: 30px;
}
	.our-doctors__item .our-doctor__img {
	width: 140px;
	border-radius: 35px;
	margin-left: 10px;
}
	.our-doctors__item .our-doctor__img img {
	width: 145px;
}
	.our-doctors__item .our-doctor__img .background-linear {
	height: 148px;
	border-radius: 35px;
}
	.our-doctors__item .our-doctor__info {
	padding-top: 15px;
}
	.our-doctors__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: max-content;
    margin: 20px auto;
}
	.our-doctors__controls .swiper-btn-prev,
	.our-doctors__controls .swiper-btn-next {
    position: static;
	width: 20px;
	height: 28px;
}
	.our-doctors__controls .swiper-pagination {
    position: static;
	display: flex;
	justify-content: center;
}
	.reviews .reviews-item {
	margin: 0 15px 10px 0;
}
	.reviews-controls .swiper-btn-prev,
	.reviews-controls .swiper-btn-next {
    position: static;
	width: 20px;
	height: 28px;
}
	.reviews .reviews-title {
	font-size: 45px;
}
	.date-name__wrap .reviews-item__name {
	font-size: 12px;
}
	.date-name__wrap .reviews-item__date {
	font-size: 0.76667em;
}
	.reviews-item__content .review-text {
	font-size: 12px;
}
	.reviews-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: max-content;
	margin: 20px auto;
}
	.reviews-controls .swiper-button-prev,
	.reviews-controls .swiper-button-next {
	position: static;
	width: 30px;
	height: 30px;
    cursor: pointer;
}
	.reviews-controls .swiper-pagination {
    position: static;
	display: flex;
    justify-content: center;
}
	.reviews-controls .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #4c5572;
    background: #fff;
    opacity: 1;
}
	.reviews-controls .swiper-pagination .swiper-pagination-bullet-active {
    background: #4c5572;;
    opacity: 1;
}
	.consultation-title {
	font-size: 45px;
}
	.consultation-subtitle {
	font-size: 32px;
}
	.consultation-text {
	font-size: 22px;
	padding-right: 300px;
}
	.consultation-text ul li:before {
	top: 15px;
}
	.consultation-info {
	font-size: 18px;
	padding-right: 400px;
}
	.consultation .btn-linear {
	font-size: 16px;
	padding: 15px 25px;
}
	.consultation-man {
	width: 600px;
}
	.swiper-videos .swiper-slide {
	width: 335px !important;
}
	.swiper-videos .swiper-slide .video-item__frame {
	height: 550px;
}
	.swiper-videos .swiper-slide.wide {
	width: 535px !important;
}
	.swiper-videos .swiper-slide.wide .video-item__frame {
	height: 275px;
}
	.videos-slider__title {
	font-size: 45px;
}
	.myths-anesthesia__title {
	font-size: 45px;
}
	.myths-anesthesia__subtitle {
	font-size: 20px;
}
	.feedback-fix .feedback-fix__title {
	font-size: 45px;
}
	.feedback-fix .form .form-body__fields {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
	.feedback-fix .form-group.filled .font_13 {
	top: -20px;
}
	.feedback-fix .form .input .form-control {
	font-size: 18px;
}
	.feedback-fix .form .licence_block label.error {
	right: 0;
}
	.feedback-fix .form .form-footer .btn.btn-default {
	font-size: 18px;
	padding: 14px 30px;
	min-width: 290px;
	width: 100%;
}
	.feedback-fix .feedback-fix__description {
	font-size: 18px;
	margin-top: 50px;
}
	.feedback-fix .form .form-group {
	margin-bottom: 0;
}
	.question-answer .question-answer__title {
	font-size: 45px;
}
	.question-answer__item .question span {
	font-size: 20px;
}
	.question-answer__item .question span::before {
	width: 16px;
	height: 16px;
}
	.question-answer__item .answer {
	font-size: 16px;
}
	.certificates .swiper-certificates {
	margin-top: 25px;
}
	.certificates .certificates-title {
	font-size: 45px;
}
	.certificates .swiper-certificates .swiper-wrapper {
	height: 254px;
}
	.certificates .swiper-certificates .swiper-slide {
	height: 245px;
}
	.swiper-slide .result-item .result-item__text {
	font-size: 13px;
}
}
@media (max-width: 768px) {
	.top-wrap {
	margin-top: 20px;
}
	.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 11px !important;
}
	.treatment-dream .treatment-dream__title {
	font-size: 32px;
}
	.treatment-dream__info {
	margin-right: 300px;
}
	.treatment-dream__row .treatment-dream__info p {
	font-size: 12px;
}
	.treatment-dream .btn-linear {
	font-size: 14px;
    padding: 7px 18px;
}
	.treatment-dream__row {
	padding-bottom: 100px;
}
	.treatment-dream__row .treatment-dream__img {
	width: 260px;
}
	.special-conditions__title {
	font-size: 32px;
	margin-top: 20px;
}
	.special-conditions__text {
	font-size: 18px;
}
	.special-conditions__info .btn-linear {
	min-width: 220px;
	font-size: 14px;
	padding: 7px 12px;
}
	.detailed-terms {
	margin-top: 30px;
}
	.detailed-terms span {
	font-size: 12px;
}
	.detailed-terms img {
	width: 15px;
	height: 15px;
}
	.detailed-terms__wrap p {
	font-size: 12px;
	margin-bottom: 10px;
}
	.anesthesia .anesthesia-items {
	gap: 30px;
}
	.anesthesia-items .anesthesia-item {
	font-size: 16px;
	padding-left: 35px;
}
	.anesthesia-items .anesthesia-item:before {
	width: 25px;
    height: 25px;
}
	.anesthesia .anesthesia-title {
	font-size: 32px;
	margin-top: 25px;
}
	.anesthesia .anesthesia-text {
	font-size: 20px;
	margin-top: 25px;
}
	.anesthesia-items__wrap {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 20px 20px;
}
	.anesthesia-items .anesthesia-item:nth-child(3), 
	.anesthesia-items .anesthesia-item:nth-child(4) {
	padding-right: 0;
}
	.anesthesia img {
	display: none;
}
	.our-advantages {
	margin-top: 40px;
}
	.our-advantages .our-advantages__title {
	font-size: 32px;
}
	.our-advantages .our-advantages__items {
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 20px;
}
	.our-advantages__items .our-advantages__item {
	min-height: 130px;
}
	.our-advantages__item .front {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	padding: 20px;
}
	.our-advantages__item .front img {
	width: 50px;
}
	.our-advantages__item .front .advantage-name {
	font-size: 23px;
}
	.callback-btn__wrap .btn-linear {
	min-width: 320px;
	font-size: 16px;
	padding: 15px 20px;
}
	.our-advantages__bottom .callback-btn__wrap {
	padding-bottom: 10px;
}
	.our-advantages__bottom img {
	width: 100%;
}
	.indications-deviations__title {
	font-size: 32px;
}
	.indications-deviations__items {
	width: 100%;
	flex-direction: column;
}
	.indications-deviations__item-title span {
	font-size: 16px;
}
	.indications-deviations__item .indications-deviations__item-wrap {
	width: 100%;
}
	.btn-more img {
	width: 20px;
	height: 20px;
}
	.indications-deviations__info {
	margin-top: 40px;
	font-size: 16px;
}
	.stages {
	margin: 40px auto 20px;
}
	.stages-title {
	font-size: 32px;
}
	.stages-steps {
	margin-top: 20px;
	padding-bottom: 40px;
}
	.stages-step .stages-step__number {
	font-size: 32px;
}
	.prices-title {
	font-size: 32px;
}
	.prices-item__title {
	font-size: 18px;
}
	.prices-item__text {
	font-size: 12px;
}
	.prices-value .new-price {
	font-size: 16px;
}
	.prices-value .old-price {
	font-size: 14px;
}
	.prices .btn-linear {
	font-size: 14px;
	min-width: 200px;
}
	.photo-gallery__title {
	font-size: 32px;
}
	.treatment-results__title {
	font-size: 32px;
}
	.swiper-slide .result-item .result-item__text {
	min-height: 100px;
}
	.our-doctors {
	margin-bottom: 0;
}
	.our-doctors__item .our-doctor__info .doctor-direction {
	font-size: 10px;
}
	.our-doctors__item .our-doctor__info .btn-linear {
	font-size: 14px;
	padding: 20px 18px;
}
	.our-doctors__item .our-doctor__img {
	width: 140px;
}
	.our-doctors__item .our-doctor__img img {
	width: 145px;
}
	.our-doctors__item .our-doctor__img .background-linear {
	height: 130px;
	border-radius: 35px;
}
	.our-doctors__title {
	font-size: 32px;
}
	.reviews {
	margin-top: 20px;
	margin-bottom: 60px;
}
	.reviews-wrap::-webkit-scrollbar {
	border-radius: 11px;
	background: rgba(127, 205, 197, 0.5);
	height: 10px;
}
	.reviews-wrap::-webkit-scrollbar-thumb {
	background: #7FCDC5;
	border-radius: 11px;
}
	.reviews .reviews-title {
	font-size: 32px;
}
	.rating-star .svg svg {
	width: 15px;
	height: 14px;
}
	.date-name__wrap .reviews-item__date {
	font-size: 8px;
}
	.date-name__wrap .reviews-item__name {
	font-size: 10px;
}
	.reviews-item__img-wrap {
	width: 40px;
	height: 40px;
}
	.reviews-item__content .review-text{
	font-size: 10px;
	margin-top: 10px;
	line-height: 160%;
}
	.consultation-wrap {
	padding: 30px 20px 20px;
}
	.consultation-title {
	font-size: 32px;
}
	.consultation-subtitle {
	font-size: 20px;
}
	.consultation-text {
	font-size: 14px;
	padding-right: 200px;
}
	.consultation-text ul li:before {
	top: 9px;
	width: 3px;
	height: 3px;
	margin: 0 7px;
}
	.consultation-background__top {
	transform: scaleX(-1);
	top: -50px;
	left: auto;
	right: 0;
	width: 360px;
}
	.consultation-background__bottom {
	display: none;
}
	.consultation .btn-linear {
	font-size: 16px;
    padding: 10px 20px;
	margin-top: 20px;
}
	.consultation-info {
	font-size: 12px;
	margin-top: 15px;
	padding-right: 250px; 
}
	.consultation-man {
	width: 400px;
	right: 10px;
}
	.swiper-videos .swiper-slide {
	width: 100% !important;
}
	.swiper-videos .swiper-slide .video-item__frame {
	width: 250px;
	height: 490px;
	margin: 0 auto;
}
	.swiper-videos .swiper-slide.wide {
	width: 100% !important;
}
	.swiper-videos .swiper-slide.wide .video-item__frame {
	width: 100%;
	height: auto;
}
	.videos-slider__title {
	font-size: 32px;
}
	.video-item__text {
	font-size: 12px;
}
	.myths-anesthesia__wrap .myths-anesthesia__left {
	max-width: 95%;
	align-items: center;
}
	.myths-anesthesia__title {
	font-size: 32px;
}
	.myths-anesthesia__subtitle {
	font-size: 16px;
}
	.social-wrap a img {
	width: 53px;
}
	.social-wrap a:last-child img {
	width: 40px;
}
	.myths-anesthesia__wrap {
	flex-direction: column;
}
	.feedback-fix {
	margin-top: 50px;
}
	.feedback-fix .feedback-fix__title {
	font-size: 32px;
}
	.feedback-fix .feedback-fix__img {
	width: 280px;
	bottom: -30px;
	right: 30px;
}
	.feedback-fix .feedback-fix__img img {
	width: 100%;
}
	.feedback-fix .form {
	margin-top: 20px;
	padding-right: 300px;
}
	.form .licence_block {
	padding: 0 0 10px;
}
	.feedback-fix .form .col-sm-12 .form-control {
	font-size: 14px;
	height: 34px;
}
	.feedback-fix .form-group .font_13 {
	font-size: 14px;
}
	.feedback-fix .form-checkbox__label {
	font-size: 12px !important;
	line-height: 15px;
	padding: 1px 0 0 21px;
}
	.feedback-fix .form-checkbox__box {
	height: 15px;
	width: 15px;
}
	.feedback-fix .form .licence_block label.error {
	top: -3px;
	font-size: 10px;
}
	.feedback-fix .form .licence_block {
	padding: 0 0 18px;
}
	.feedback-fix .form-group.fill-animate .error label, 
	.feedback-fix .form-group.fill-animate.filled .error label {
	bottom: -20px;
	font-size: 10px;
}
	.feedback-fix .feedback-fix__description {
	font-size: 12px;
	margin-top: 15px;
}
	.feedback-fix .form .form-footer .btn.btn-default {
	min-width: 200px;
	padding: 12px 20px;
}
	.feedback-fix .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box:before{
    left: -5px;
    top: -2px;
	}
	.question-answer .question-answer__title {
	font-size: 32px;
}
	.question-answer__item .question span {
	font-size: 16px;
}
	.question-answer__item .question span::before {
	width: 12px;
	height: 12px;
}
	.question-answer__item .answer {
	font-size: 12px;
}
	.question-answer__item .question .open-close::before {
	width: 13px;
	height: 13px;
}
	.certificates .certificates-title {
	font-size: 32px;
}
	.certificates .swiper-certificates .swiper-wrapper {
	height: 330px;
}
	.certificates .swiper-certificates .swiper-slide {
	height: 320px;
}
	.checklist-logo {
	width: 200px;
}
	.checklist-logo img {
	width: 100%;
}
	.checklist-wrap .checklist-text {
	font-size: 20px;
}
	.popup-checklist .checklist-wrap {
	gap: 25px;
}
	.checklist-wrap .btn-linear {
	min-width: 210px;
	font-size: 16px;
	padding: 10px 20px;
}
	.checklist-wrap .checklist-logo {
	width: 175px;
}
	.certificates .swiper-button-next, .certificates .swiper-button-prev {
	top: 60%;
}
	.feedback-fix .form .input .form-control {
	height: 36px;
	font-size: 14px;
}
	.feedback-fix .form .form-body__fields {
	gap: 25px;
}
	.treatment-results{
	margin-top: 40px;
    margin-bottom: 40px;
}
	.reviews-item__content {
	padding: 10px 6px;
}
	.reviews-item__content .btn-more {
	right: 5px;
}
	.reviews-item__top-left {
	gap: 10px;
}
}
@media (max-width: 550px) {
	.bx-breadcrumb {
	gap: 15px;
}
	.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 9px !important;
}
	.treatment-dream .treatment-dream__title {
	font-size: 17px;
}
	.treatment-dream__info {
	margin-right: 0;
}
	.treatment-dream__row {
	padding-bottom: 143px;
}
	.treatment-dream__row .treatment-dream__info p {
	font-size: 8.5px;
	margin-bottom: 10px;
}
	.treatment-dream__row .treatment-dream__img {
	width: 190px;
	bottom: -40px;
	right: 0;
}
	.treatment-dream .btn-linear {
	font-size: 14px;
    padding: 8px 30px;
}
	.special-conditions {
    margin-top: 30px;
}
	.special-conditions__info {
	gap: 10px;
	padding: 0 20px;
}
	.special-conditions__title {
	font-size: 17px;
	margin-top: 30px;
}
	.special-conditions__text {
	font-size: 10px;
	margin-bottom: 0;
}
	.detailed-terms {
	margin-top: 10px;
}
	.detailed-terms span {
	font-size: 10px;
}
	.detailed-terms__wrap p {
	font-size: 8px;
	margin-bottom: 5px;
	text-align: left;
}
	.anesthesia .anesthesia-title {
	font-size: 17px;
	margin-top: 20px;
}
	.anesthesia .anesthesia-text {
	font-size: 10px;
	margin-top: 8px;
}
	.anesthesia-items__wrap {
	padding: 10px;
	margin-bottom: 10px;
}
	.anesthesia .anesthesia-items {
	gap: 15px;
}
	.anesthesia-items .anesthesia-item {
	font-size: 10px;
	padding-left: 20px;
}
	.anesthesia-items .anesthesia-item:before {
	top: 44%;
	width: 13px;
	height: 13px;
}
	.our-advantages {
	margin-top: 20px;
}
	.our-advantages .our-advantages__items {
	gap: 10px;
	margin-top: 10px;
}
	.our-advantages__items .our-advantages__item {
	min-height: 80px;
}
	.our-advantages .our-advantages__title {
	font-size: 17px;
	line-height: 140%;
}
	.our-advantages__item .front {
	padding: 12px 15px;
}
	.our-advantages__item .front img {
	width: 35px;
}
	.our-advantages__item .front .advantage-name {
	font-size: 14px;
}
	.our-advantages__item .back .back-text {
	font-size: 9px;
}
	.our-advantages__item .back {
	padding: 12px 15px;
}
	.our-advantages__item .front, .our-advantages__item .back {
	border-radius: 12px;
}
	.our-advantages__bottom {
	margin-top: 20px;
}
	.indications-deviations {
	margin-top: 20px;
    margin-bottom: 10px;
}
	.indications-deviations__items {
	gap: 10px;
}
	.indications-deviations__item .indications-deviations__item-wrap {
	border-radius: 9px;
	padding: 10px;
}
	.indications-deviations__title {
	font-size: 17px;
	line-height: 130%;
}
	.indications-deviations__item-title span {
	font-size: 10px;
}
	.indications-deviations__info {
	margin-top: 30px;
	font-size: 8px;
}
	.indications-deviations__item.open .indications-items, .indications-deviations__item.open .deviations-items {
	margin-top: 10px;
}
	.indications-item, .deviations-item {
	font-size: 9px;
	padding-left: 20px;
    line-height: 159%;
}
	.indications-item:before {
	width: 14px;
	height: 10px;
	top: 10px;
}
	.deviations-item:before {
	width: 12px;
	height: 12px;
	top: 7px;
}
	.btn-more img {
	width: 14px;
	height: 14px;
}
	.stages {
	margin: 20px auto;
}
	.stages-title {
	font-size: 17px;
}
	.stages-steps {
	grid-template-columns: 1fr;
	margin-top: 10px;
	padding-bottom: 20px;
	gap: 15px;
}
	.stages-step .stages-step__number {
	font-size: 16px;
}
	.stages-step .stages-step__title {
	font-size: 12px;
    line-height: 159%;
}
	.stages-step .stages-step__text {
	font-size: 10px;
}
	.stages .stages-img {
	width: 250px;
	bottom: -75px;
}
	.prices {
	margin-top: 20px;
	margin-bottom: 30px;
}
	.prices-title {
	font-size: 17px;
}
	.prices-item__title {
	font-size: 12px;
}
	.prices-item__text {
	font-size: 8px;
}
	.prices-value .new-price {
	font-size: 14px;
}
	.prices-value .old-price {
	font-size: 12px;
}
	.prices-items {
	margin-top: 10px;
	gap: 20px;
}
	.prices-item {
	padding: 15px;
}
	.prices-item:nth-child(1) svg {
	width: 200px;
	top: -56px;
}
	.prices-item:nth-child(2) svg {
	width: 200px;
	bottom: -36px;
}
	.prices .btn-linear {
	padding: 8px 13px;
}
	.photo-gallery {
	margin-top: 20px;
	margin-bottom: 10px;
}
	.photo-gallery__title {
	font-size: 17px;
}
	.swiper-photo .swiper-button-next, 
	.swiper-photo .swiper-button-prev {
	width: 25px;
    height: 25px;
}
	.swiper-photo .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
    height: 14px;
}
	.photo-gallery .swiper-photo .swiper-wrapper {
	height: 330px;
}
	.photo-gallery .swiper-photo {
	margin-top: 20px;
}
	.treatment-results__title {
	font-size: 17px;
	line-height: 130%;
}
	.treatment-results {
	margin-top: 40px;
    margin-bottom: 30px;
}
	.swiper-results {
	margin-top: 20px;
}
	.swiper-slide .result-item .result-item__text {
	font-size: 12px;
}
	.swiper-results .swiper-button-next, 
	.swiper-results .swiper-button-prev {
	width: 25px;
	height: 25px;
}
	.our-doctors__title {
	font-size: 17px;
}
	.our-doctors__items {
	margin-top: 10px;
}
	.our-doctors__item .our-doctor__info .doctor-name {
	font-size: 12px;
}
	.our-doctors__item .our-doctor__info .doctor-direction {
	font-size: 9px;
}
	.our-doctors__item .our-doctor__info .btn-linear {
	font-size: 11px;
	padding: 10px 12px;
}
	.our-doctors__item .our-doctor__info .doctor-detail {
	bottom: 3px;
    right: 10px;	
}
	.our-doctors__items .our-doctors__item {
	min-height: 180px;	
}
	.our-doctor__img {
	width: 115px;
}
	.our-doctors__item .our-doctor__img .background-linear {
	height: 120px;
}
	.our-doctors__item .our-doctor__img img {
	width: 120px;
}
	.our-doctors__item .our-doctor__img {
	width: 115px;
}
	.reviews {
	margin-top: 10px;
    margin-bottom: 30px;
}
	.reviews .reviews-title {
	font-size: 17px;
	line-height: 126%;
}
	.reviews-items {
	margin-top: 10px;
}
	.reviews-item__content {
	padding: 10px;
}
	.reviews-item__content .review-text {
	margin-right: 20px;
}
	.reviews-item__content .btn-more {
	right: 5px;
}
	.consultation-background__top {
	width: 290px;
}
	.consultation-title {
	font-size: 17px;
}
	.consultation-subtitle {
	font-size: 13px;
	margin-top: 11px;
}
	.consultation-text {
	font-size: 8px;
	padding-right: 100px;
	margin-top: 25px;
}
	.consultation-text ul li:before {
	top: 4px;
}
	.consultation-info {
	font-size: 8px;
    margin-top: 15px;
    padding-right: 50px;
}
	.consultation-man {
	width: 250px;
	right: 0;
}
	.consultation .btn-linear {
	font-size: 12px;
	padding: 7px 10px;
	margin-top: 0;
}
	.videos-slider {
	margin-top: 20px;
    margin-bottom: 30px;
}
	.videos-slider__title {
	font-size: 17px;
}
	.swiper-videos {
	margin-top: 20px;
}
	.videos-slider .swiper-button-next, .videos-slider .swiper-button-prev {
	width: 28px;
    height: 26px;
}
	.video-item__text {
	font-size: 10px;
}
	.myths-anesthesia {
	margin-top: 30px;
    margin-bottom: 20px;
}
	.myths-anesthesia__title {
	font-size: 17px;
}
	.myths-anesthesia__subtitle {
	font-size: 10px;
}
	.myths-anesthesia__wrap .myths-anesthesia__left {
	gap: 10px;
}
	.swiper-cards .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
    height: 6px;
}
	.swiper-cards .swiper-pagination .swiper-pagination-bullet-active {
	width: 9px;
    height: 9px;	
}
	.feedback-fix {
	margin-top: 20px;
}
	.feedback-fix .form {
	margin-top: 20px;
	padding-right: 160px;
}
	.feedback-fix .feedback-fix__title {
	font-size: 17px;
}
	.feedback-fix .form .col-sm-12 {
	gap: 15px;
}
	.feedback-fix .form .col-sm-12 .form-control {
	font-size: 10px;
    height: 25px;
}
	.feedback-fix .form-group.fill-animate.filled label {
	top: -12px;
    font-size: 9px;
}
	.feedback-fix .form-checkbox__label {
	font-size: 8px !important;
}
	.feedback-fix .feedback-fix__description {
	font-size: 8px;
	margin-top: 10px;
}
	.feedback-fix .form .form-footer .btn.btn-default {
    font-size: 14px;
    min-width: 150px;
	padding: 10px 11px;
}
	.feedback-fix .feedback-fix__img {
	width: 160px;
}
	.feedback-fix .form-group.fill-animate label {
	font-size: 12px;
}
	.feedback-fix .form .licence_block label.error {
	font-size: 8px;
}
	.feedback-fix .form-group.fill-animate .error label, 
	.feedback-fix .form-group.fill-animate.filled .error label {
	bottom: -15px;
	font-size: 8px;
}
	.form-checkbox__box {
	top: 5px;
}
	.swiper-videos .swiper-button-next, 
	.swiper-videos .swiper-button-prev {
	width: 34px;
	height: 30px;
}
	.question-answer .question-answer__title {
	font-size: 17px;
}
	.question-answer {
	margin-top: 30px;
	margin-bottom: 30px;
}
	.question-answer__item .question span {
	font-size: 10px;
	line-height: 130%;
}
	.question-answer__item .question span::before {
	width: 10px;
    height: 10px;
}
	.question-answer__item .answer {
	font-size: 10px;
	margin: 5px 0;
	padding-left: 25px;
}
	.question-answer__items {
	gap: 5px;
}
	.certificates .certificates-title {
	font-size: 17px;
}
	.certificates .swiper-certificates {
	margin-top: 10px;
}
	.certificates .swiper-certificates .swiper-slide {
	height: 210px;
}
	.certificates .swiper-certificates .swiper-wrapper {
	height: 215px;
}
	.videos-slider .swiper-button-nex {
	width: 24px;
    height: 24px;
}
	.popup-checklist .checklist-wrap {
	margin: 15px;
}
	.checklist-logo {
	width: 150px;
}
	.checklist-wrap .checklist-text {
	font-size: 12px;
}
	.swiper-cards {
	padding: 0 25px !important;
	margin-left: unset !important;
    margin-right: unset !important;
}
	.feedback-fix .form {
	padding-right: 185px;
}
	.feedback-fix .feedback-fix__img {
	bottom: 0px;
}
	.feedback-fix .form .input .form-control {
	font-size: 10px;
	height: 20px;
}
	.feedback-fix .form-group.filled .font_13 {
	font-size: 11px;
	top: -12px;	
}
	.feedback-fix .form-group .font_13 {
	font-size: 10px;
}
	.feedback-fix .form .form-body__fields {
	gap: 15px;
}
	.feedback-fix label.error {
	top: -21px;
	right: -20px;
	font-size: 9px;
}
	.feedback-fix .form--BG_IMG.form--with-bg {
	min-height: 185px;
}
	.feedback-fix .form .licence_block {
	padding: 0 0 8px;
}
	.callback-btn__wrap .btn-linear {
	min-width: 245px;
	padding: 10px 20px;
	font-size: 14px;
}
}