body {
    background: #F0F3F8 !important;
}

.h2-title-main {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 15px;
}
.h2-title-main span {
	color: #2F8AF1;
}
h3 {color: #000;}
p.description-title {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 80px;
}
b {color: #2E2F32}
.align-center{
	max-width: 1150px;
	margin: 0 auto 15px;
	text-align: center;
}
.btn-style {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%; /* 20.15px */
	letter-spacing: 0.52px;
	text-transform: uppercase;
	display: flex;
	padding: 22px 40px;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 51px;
	text-align: center;
	border: 0px;
	outline: none;
}
.btn-type1 {
	color: #FAFBFD;
	background: linear-gradient(87deg, #FF896C 0.67%, #E66144 70.81%, #EF3E17 99.12%);
	box-shadow: 0px 0px 8.9px 0px rgba(255, 255, 255, 0.21) inset;
	max-width: max-content;
}
.btn-type1::after {
	content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/icn-arrow-btn-type1.svg) no-repeat center center;
    background-size: cover;
}
.btn-type1:hover {
	color: #FAFBFD;
	background: linear-gradient(87deg, #FF896C 0.67%, #E66144 70.81%, #EF3E17 99.12%);
	box-shadow: 0px 0px 8.9px 0px rgba(255, 255, 255, 0.21) inset, 0px 17px 23px 0px rgba(239, 62, 23, 0.60);
	text-decoration: none;
}
.btn-type2 {
	color: #EE4521;
	background: #FFB397;
	box-shadow: 0px 0px 8.9px 0px rgba(255, 255, 255, 0.21) inset;
	max-width: max-content;
}
.btn-type2:hover {
    border-radius: 51px;
	background: #EE4521;
	box-shadow: 0px 0px 8.9px 0px rgba(255, 255, 255, 0.21) inset;
	color: #fff;
	text-decoration: none;
}
.main-banner-list, .block-reviews {margin-bottom: 100px;}
.content-container {
	position: relative;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: 0;
    background-color: transparent;
	z-index: 99;
}
.slick-next {
    background-image: url(../img/arrow-r.svg);
    background-position: center center;
    background-repeat: no-repeat;
    right: 0px;
    top: 25%;
}
.slick-prev {
    background-image: url(../img/arrow-l.svg);
    background-position: center center;
    background-repeat: no-repeat;
	left: 0px;
    top: 25%;
}
.slick-next:hover, .slick-prev:hover {
	box-shadow: 0px 14px 16.6px -10px rgba(230, 97, 68, 0.60), 0px 0px 11px 0px rgba(255, 255, 255, 0.33) inset;
}
.slick-next:hover {
	background-image: url(../img/arrow-r.svg);
}
.slick-prev:hover {
	background-image: url(../img/arrow-l.svg);
}
ul.icon-marker {
	margin: 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.item-services ul.icon-marker {margin-bottom: 0px;}
ul.icon-marker li {
	color: #57585B;
    font-family: "Golos Text", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 8px 1fr;
    grid-gap: 8px;
}
ul.icon-marker li span {color: #4490E6;}
ul.icon-marker li:last-child {
	margin-bottom: 0px;
}
ul.icon-marker li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #4490E6;
    background-size: cover;
	border-radius: 50%;
	margin-top: 7px;
}
.stage-container {
	max-width: 1160px;
	margin: 0px auto;
}
.name-stage {
	border-radius: 10px;
	background: rgba(68, 144, 230, 0.20);
	box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.33) inset;
	display: flex;
    padding: 10px 33px;
    align-items: center;
    color: #4490E6;
    text-align: center;
    font-family: "Golos Text";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    width: max-content;
    margin: 0px auto 45px;
}
.stage-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
    align-items: baseline;
    justify-content: center;
	counter-reset: num 0;
}
.stage-item {
	counter-increment: num 1;
}
.block-stage {
	margin-bottom: 65px;
}
.block-stage:last-child {
	margin-bottom: 0px;
}
.stage-block-image {
	border-radius: 15px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	background: #C6D1DB;
	box-shadow: 0px 15px 75px -36px rgba(13, 43, 78, 0.25);
	margin-bottom: 30px;
	text-align: center;
	min-height: 200px;
	max-height: 200px;
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.stage-block-image::before {
	content: "0"counter(num);
	color: #FFF;
	font-family: "Golos Text";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	opacity: 0.4;
	position: absolute;
    left: 20px;
    top: 0;
}
.stage-block-image img{
	display: block;
}
.name-item-stage{
	color: #2E2F32;
	text-align: center;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	padding: 0px 20px;
	position: relative;
}

.option-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: baseline;
    justify-content: left;
	counter-reset: num 0;
}
.option-item {
	counter-increment: num 1;
}
.option-block-image {
	border-radius: 15px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	background: #C6D1DB;
	box-shadow: 0px 15px 75px -36px rgba(13, 43, 78, 0.25);
	margin-bottom: 25px;
	text-align: center;
	min-height: max-content;
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.option-block-image::before {
	content: "0"counter(num);
	color: #FFF;
	font-family: "Golos Text";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	opacity: 0.4;
	position: absolute;
    left: 20px;
    top: 0;
}
.block-princypy .option-block-image::before {display: none;}
.option-block-image img{
	display: block;
}
.name-item-option{
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin-bottom: 12px;
}
.description-item-option{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 12px;
}
.price-item-option {
	border-radius: 10px;
	background: rgba(68, 144, 230, 0.20);
	box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.33) inset;
	display: inline-flex;
	padding: 3px 22px;
	align-items: center;
	color: #4490E6;
	font-family: "Golos Text";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}
.caption-option {
	padding: 0px 35px;
}
.rating-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 40px;
    align-items: center;
    justify-content: center;
}
.rating-block-image {
	border-radius: 10px;
	box-shadow: 0px 15px 75px -36px rgba(13, 43, 78, 0.25);
}
.garantiya-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: baseline;
    justify-content: left;
}
.garantiya-item{
	display: flex;
	align-items: flex-start;
	gap: 26px;
}
.garantiya-block-image{
	width: 62px;
	height: 62px;
}
.caption-garantiya {
	width: calc(100% - 62px)
}
.name-item-garantiya {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 15px;
}
.name-item-garantiya span {
	color: #2F8AF1;
}
.description-item-garantiya{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.plan-item {
	display: grid;
    grid-template-columns: 300px auto 295px 520px;
    grid-gap: 40px;
    align-items: center;
    justify-content: left;
	max-width: 1360px;
	margin: 0 auto;
	padding: 30px 0px;
	border-top: 1px solid #57585B;
}
.count-item-plan{
	color: #2F8AF1;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
}
.name-item-plan{
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	display: flex;
    gap: 10px;
}
.description-item-plan {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.stomos-img-center {
	display: block;
	width: max-content;
	margin: 0px auto 22px;
}
.anasteziya-list {
	margin-top: 70px;
}

.production-content-block {
	display: none;
}
.name-section-production{
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	padding: 18px 100px;
}
.production-section-list {
	margin-top: 60px;
}
.production-section{ 
	display: flex;
	padding-top: 18px;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 16px 45px 0px rgba(13, 43, 78, 0.13);
	margin-bottom: 50px;
	overflow: hidden;
}
.production-item-list {
	width: 100%;

}
.production-item {
	padding: 18px 100px;
	border-bottom: 2px solid #DCEAFA;
}
.production-item:hover{
	background: #DCEAFA;
}
.production-item:last-child {
	border-bottom: 0;
}
.production-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    position: relative;
    margin-bottom: 0px;
	padding: 18px 0px;
}
.production-title > div{
	width: calc(100% - 40px);
	display: flex;
    justify-content: left;
    align-items: center;
}
.production-title span{
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
	vertical-align: middle;
	margin-right: 10px;
}
.production-title:after {
	content: '';
	width: 40px;
	height: 40px;
	transform: translate(0, 0%);
	background: url(../img/arrow-bottom-faq.svg) no-repeat center center;
	background-size: cover;
}
.production-title.active:after {
	background: url(../img/arrow-top-faq.svg) no-repeat center center;
}
.production-title:hover {cursor: pointer;}
.text-production, .text-production p{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.production-content {
	margin-top: 20px;
	display: grid;
    grid-template-columns: 40% 30% 30%;
    grid-gap: 40px;
    align-items: start;
    justify-content: left;
}
.production-descr-block ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: start;
    justify-content: left;
}
.production-descr-block ul li{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.production-descr-block ul.icon-marker li::before {
	margin-top: 8px;
}
.logo-production {
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.name-brand{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.price {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}
.old-price {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	    text-decoration: line-through;
	opacity: 0.4;
}
.actul-price {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
}
.rassrochka{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.date-sale {
	display: inline-flex;
	padding: 3px 16px;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: rgba(230, 97, 68, 0.20);
	box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.33) inset;
	color: #E66144;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
	margin-bottom: 35px;
	margin-top: 15px;
}
.block-reyting,
.block-garantiya {
	margin-bottom: 140px;
}
.snoska{
	color: #57585B;
	text-align: center;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	max-width: 1000px;
	margin: 0 auto;
}
.block-production {
	margin-bottom: 80px;
}
.block-plan {
	margin-bottom: 55px;
}
.bg-white-sections {
	background: #fff;
	
	margin-bottom: 140px;
	overflow: hidden;
    display: block;
	padding-top: 120px;
}
.bg-white-sections.all-radius {border-radius: 75px;}
.bg-white-sections.bottom-radius {border-radius: 0px 0px 75px 75px;}
.plan-block-image {
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
}
.anasteziya-block-image,
.review-block-image {
	margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
}
.main-review-list .option-item {padding: 0px 20px;}
.review-block-image {
	position: relative;
}
.review-block-image img {
	display: none;
}
.review-block-image img.active {
	display: block;
}
.block-tumbler {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 25px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.block-tumbler span {
	color: #E66144;
	font-family: "Golos Text";
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
	background: #FAFBFD;
	box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.33) inset;
	display: flex;
	width: 80px;
	padding: 7px 12px;
	justify-content: center;
	align-items: center;
}
.block-tumbler span:hover{
	color: #E66144;
	background: #FADFDA;
	box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.33) inset;
	cursor: pointer;
}
.block-tumbler span.active {
	color: #FAFBFD;
	font-family: "Golos Text";
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
	background: #E66144;
}
.block-tumbler span.after-tumbler {
	border-radius: 50px 0px 0px 50px;
}
.block-tumbler span.before-tumbler {
	border-radius: 0px 50px 50px 0px;
}
.name-item-review {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	gap: 18px
}
.name-age-person {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}
.work-person {
	color: #94969A;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}
.info-person {
	width: calc(100% - 85px);
}
.description-item-review {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 175%;
	margin-top: 15px;
}
.tiser-block-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px
}
.tiser-item{
	display: flex;
	width: 240px;
	padding: 25px 0px;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 15px 75px -36px rgba(13, 43, 78, 0.25);
	position: relative;
	margin-bottom: 18px;
}
.tiser-item:last-child {
	margin-bottom: 0px;
}
.icon-tiser {top: -18px;position: absolute}
.tiser-number {
	color: #2E2F32;
	text-align: center;
	font-family: "Golos Text";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
.tiser-text {
	color: #57585B;
	text-align: center;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	padding: 0px 20px;
}
.ipad-block {
	position: relative;
}
.button-play {
	position: absolute;
	width: 133px;
	height: 133px;
	top: 24%;
    left: 30%;
	background: url(../img/icon-play.svg) no-repeat center;
	background-size: cover;
}
.dev-video {
	position: absolute;
	border-radius: 10px;
	background: #E66144;
	top: 58%;
    left: 26%;
	color: #FDFDFD;
	text-align: center;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	padding: 4px 20px;
}
.block-video {
	background: url(../img/bg-video.png) no-repeat center bottom;
	background-size: cover;
}
.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 220px;
	padding: 100px 0px;
}
.col-3-whiteblock {
	border-radius: 35px;
	background: #FFF;
	box-shadow: 0px 15px 75px -36px rgba(13, 43, 78, 0.15);
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: start;
    justify-content: left;
	padding: 35px;
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin-top: 50px;
}
.block-main-banner {
	background: url(../img/bg-banner-direct.jpg) no-repeat center center;
	background-size: cover;
	padding: 25px 0px 115px;
	margin-bottom: 30px;
	border-radius: 0px 0px 75px 75px;
}
.image-doctor-banner {
	position: absolute;
	max-height: 650px;
    bottom: -115px;
    right: 20%;
	z-index: 1;
}
.banner-list-info {
	display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 20px;
    margin-bottom: 115px;
    align-items: center;
    justify-content: space-between;
	
}
.banner-item-info.adres, .banner-item-info.metro, .banner-item-info.time {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.banner-name {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin-bottom: 20px;
}
.banner-name .blue-name {
	color: #2F8AF1;
	text-transform: uppercase;
}
.banner-description{
	color: #6B6C6F;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 35px;
}
.banner-tooltip-line {
	color: #6B6C6F;
	font-family: "Golos Text";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.banner-block-akciya{
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 16px 45px 0px rgba(13, 43, 78, 0.13);
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 15px;
	align-items: flex-start;
	justify-content: left;
	padding: 22px;
	max-width: 490px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	margin-right:20px;
}
.banner-caption {
	max-width: 710px;
	z-index: 5;
    position: relative;
}
.bunner-button {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 25px;
	align-items: center;
	justify-content: left;
	margin-bottom: 30px;
}
.bunner-button a{
	min-width: 314px;
}
.name-akciya-banner {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}
.info-akciya-banner {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.price-akciya-banner {
	display: flex;
	justify-content: left;
	align-items: baseline;
	gap: 15px;
}
.main-price-akciya {
	color: #2F8AF1;
	font-family: "Golos Text";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	letter-spacing: 0.68px;
	margin: 12px 0px;
}
.old-price-akciya {
	color: var(--02-Txt-Color, #57585B);
	font-family: "Golos Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	letter-spacing: 0.4px;
	text-decoration: line-through;
}
.date-akciya-banner{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.bannertiser-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 55px;
    align-items: baseline;
    justify-content: left;
}
.bannertiser-item{
	display: flex;
	align-items: flex-start;
	gap: 26px;
}
.bannertiser-block-image{
	width: 52px;
	height: 52px;
}
.bannertiser-block-image img {
	width: 100%;
	max-width: max-content;
}
.caption-bannertiser {
	width: calc(100% - 52px)
}
.name-item-bannertiser {
	color: #2E2F32;
	font-family: "Golos Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
}
.name-item-bannertiser span {
	color: #2F8AF1;
}
.description-item-bannertiser{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.icon-title-block {
	text-align: center;
}
.icon-title-block img{
	display: block;
	margin: 0 auto;
	width: 62px;
	height: auto;
}
.block-tiser-banner, .block-lechenie, .block-quiz-banner {
	margin-bottom: 120px;
}
.block-etapy {
	margin-bottom: 165px;
}
.copirate-form {
	color: #57585B;
	text-align: center;
	font-family: "Golos Text";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.tiser-form-item{
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 15px;
	max-width: 420px;
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.block-bg-form {
	background: url(../img/bg-form.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 60px;
}
.block-bg-form-bottom {
	background: url(../img/bg-form-bottom.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 60px;
	margin-bottom: 100px;
}
.form-container {
	padding: 80px 105px 0px;
}
.form-container-bottom {
	display: flex;
	justify-content: right;
}

.form-contact-page-direct.form-gorizont {
    display: grid;
    gap: 20px;
    max-width: none;
    grid-template-columns: 1fr 1fr;
	align-items: flex-end;
}
.form-contact-page-direct.form-gorizont .form-field {margin-bottom: 0px;}
.note-form{
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 16px 45px 0px rgba(13, 43, 78, 0.13);
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 15px;
	align-items: baseline;
	justify-content: left;
	padding: 22px;
	max-width: 425px;
	position: absolute;
	right: 275px;
    bottom: 240px;
	z-index: 2;
}
.image-doctor-right {
	position: absolute;
	bottom: -60px;
	right: 150px;
	z-index: 1;
}
.image-doctor-left {
	position: absolute;
	bottom: -60px;
	left: 0px;
	z-index: 1;
}
.form-description {
	max-width: 775px;
	z-index: 3;
	position: relative;
}
.text-form {width: 80%}
.title-note {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
}
.text-note {
	color: #6B6C6F;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.block-bank {margin-bottom: 105px;}
.bank-block-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: flex-start;
    justify-content: left;
}
.title-bank {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin-bottom: 15px;
}
.title-bank span {
	color: #2F8AF1;
}
.info-bank {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 45px;
}
.name-text-bank {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin-bottom: 15px;
}
.info-text-bank{
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.text-bank {
	padding: 35px;
}
.block-mainfaq {
	margin-bottom: 120px;
}
.faq-content {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-img-faq {
	max-width: 520px;
    width: 100%;
}
.block-faq-items {
	width: calc(100% - 545px);
}
.name-faq-block {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	max-width: 635px;
	margin-bottom: 55px;
}
.block-faq-list{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
    gap: 25px;
}
.block-faq-list .block-faq-item {
	padding: 18px 35px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 16px 45px 0px rgba(13, 43, 78, 0.13);
	width: 100%;
}
.block-faq-list label {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
	position: relative;
	margin-bottom: 0px;
}
.block-faq-list label:hover {cursor: pointer;}
.block-faq-list label span{
    color: #2E2F32;
	font-family: "Golos Text";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
	width: calc(100% - 40px);
}
.block-faq-list label:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
	transform: translate(0, 0%);
	background: url(../img/arrow-bottom-faq.svg) no-repeat center center;
	background-size: cover;
}
.block-faq-list input:checked + label:after{
	background: url(../img/arrow-top-faq.svg) no-repeat center center;
}
.block-faq-list input{
    display: none;
}
.block-faq-list article{
    
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    max-width: 900px;
	color: #57585B;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.block-faq-list article p {
	margin-bottom: 10px;
}
.block-faq-list input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.block-faq-list input:checked ~ article.accord-small{
    height: max-content;
	margin-top: 20px;
}
.block-faq-list input:checked ~ article.accord-medium{
    height: 180px;
}
.block-faq-list input:checked ~ article.accord-large{
    height: 230px;
}
.block-anasteziya {
	margin-bottom: 120px;
}
.block-kontakty {
	margin-bottom: 100px;
}
.kontakty-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: flex-start;
    justify-content: left;
	margin-top: 40px;
}
.kontakty-item{
	display: flex;
	align-items: flex-end;
	gap: 16px;
}
.kontakty-block-image{
	width: 36px;
	height: 36px;
	margin-bottom: 3px;
}
.caption-kontakty {
	width: calc(100% - 36px)
}
.name-item-kontakty {
	color: #57585B;
	font-family: "Golos Text";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	opacity: 0.8;
}

.description-item-kontakty{
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
}
.mobile-block {display: none;}
.descktop-block {display: block;}




/* quiz */
.quiz-container {
	display: flex;
    justify-content: center;
    margin: 0px auto;
    gap: 30px;
    max-width: 1360px;
	flex-wrap: wrap;
}

.quiz-card {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 596px;
	width: calc(70% - 15px);
	background: white;
	border-radius: 20px;
	padding: 35px 50px 55px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	gap: 20px;
}

.quiz-card .form-field-button {
    margin-bottom: 20px;
}

.quiz-card .btn-type1::after {
    display: none;
}

.info-card {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: calc(30% - 15px);
	padding: 35px 50px 55px;
	height: 596px;
	background: white;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.progress-container {
	height: 22px;
	background: rgba(144, 144, 144, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(28, 28, 28, 0.12) inset;
	border-radius: 55px;
	margin: 10px 0 24px 0;
	overflow: hidden;
}

.progress-bar {
	height: 100%;
	background: #4897e9;
	background: url(/uploads/images/uslugi/progressbar.png) repeat center center;
	transition: width 0.3s;
	border-radius: 55px;
}

.question-number {
	text-align: center;
	color: #57585B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.9px;
}

.question {
	color: var(--01-Txt-Color, #2E2F32);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin-bottom: 25px;
}
.question span{
	font-size: 22px;
}

.options {
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 20px;
	margin-bottom: 40px;
}

.option-label {
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 0px;
}

.option-input {
	display: none;
}

.option-box {
	display: flex;
	align-items: center;
	padding: 16px;
	border-radius: 15px;
	border: 2px solid #898A8D;
	transition: all 0.2s;
	color: #898A8D;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.option-box:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 12px;
	transition: all 0.2s;
	background: url(../img/radio.svg) no-repeat center center;
	background-size: contain;
}

.option-input:checked + .option-box {
	border-color: #4897e9;
	background: #F8FBFF;
}

.option-input:checked + .option-box:before {
	background: url(../img/radio-active.svg) no-repeat center center;
	background-size: contain;
}

.hint {
	display: flex;
	align-items: center;
	width: 160px;
	gap: 8px;
}


.hint span {
	color: #6B6C6F;
	font-family: "Golos Text";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.navigation {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}
.button-quiz {
	display: flex;
    gap: 20px;
}
.back-btn {
    cursor: pointer;
    font-size: 20px;
    color: #666;
    width: 100px;
    height: 63px;
    padding: 24px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
	outline: none;
	border-radius: 51px;
    border: 2px solid #ACACAC;
}

.next-btn {
	padding: 24px 58px;
	border: none;
	border-radius: 51px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
	outline: none;
	border: none;
}

.next-btn:active {
	border: none;
}

button.btn-type1.next-btn:after {
	display:none;
}

.expert {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.expert-avatar {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	overflow: hidden;
}

.expert-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert-info h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 4px;
}

.expert-info p {
	font-size: 13px;
	color: #666;
}

.info-text {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 16px;
}

.info-image {
	width: 100%;
	border-radius: 8px;
	margin-top: 16px;
}

.final-step {
	text-align: center;
}

.phone-input {
	width: 100%;
	padding: 16px;
	border: 1px solid #E8EDF1;
	border-radius: 12px;
	margin-bottom: 16px;
	font-size: 15px;
}

.submit-btn {
	width: 100%;
	padding: 16px;
	background: #ff7b5c;
	color: white;
	border: none;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 16px;
}

.terms {
	font-size: 12px;
	color: #666;
	text-align: left;
}


.profile {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 24px;
}

.profile-image {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #e0e0e0;
}

.profile-info h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 31px;
	color: #57585B;
	margin-bottom: 0px;
}

.profile-info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23.25px;
    color: #57585B;
	margin-bottom: 0px;
}

li, p, .product-item-detail-tab-content {
    line-height: 1.7;
}

.gift-info {
	font-size: 15px;
	font-weight: 500;
	line-height: 23.25px;
	color: #57585B;
}

.gift-info a {
	color: #4490E6;
	text-decoration: none;
	font-weight:500;
}

.mark-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 27.9px;
	color: #2E2F32;
}

.gift-image {
	width: 280px;
	height: 130px;
	border-radius: 21px;
}

.footer-logo {
	width: 134px;
	height: 26px;
	margin: 0 auto;
}

.avatar-wrapper {
    position: relative;
}

.avatar {
	width: max-content;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}

.avatar-wrapper::after {
	content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-color: #2EF17C;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

/* end quiz */

.tooltip-block {
	display: inline-block;
	position: relative;
}
.name-item-stage .tooltip-block {
	display: inline-block;
	position: absolute;
    top: 0;
    margin-left: 10px;
}
.tooltip-blue::before {
	content: "";
    display: block;
    width: 34px;
    height: 38px;
    background: url(../img/icon-tooltip-blue.svg) no-repeat center center;
    background-size: cover;
}
.tooltip-red::before {
	content: "";
    display: block;
    width: 34px;
    height: 38px;
    background: url(../img/icon-tooltip-red.svg) no-repeat center center;
    background-size: cover;
}
.tooltip-content {
	display: none;
	position: absolute;
	left: 34px;
	bottom: 38px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 16px 45px 0px rgba(13, 43, 78, 0.13);
	color: #57585B;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	width: 395px;
	z-index: 5;
}
.tooltip-content img {
	display: block;
	width: max-content;
	margin-bottom: 15px;
	border-radius: 15px;
}
.tooltip-content span {
	padding: 0px 24px 24px 24px; 
	display: block;
}
.tooltip-block:hover {cursor: pointer;}
.tooltip-block:hover .tooltip-content {display: block;}
.block-akciya-success {max-width: 390px;right: 8%}
.banner-success .banner-caption {max-width: 860px; margin-top: 200px;}

.block-form {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    border-radius: 35px;
    background: #F0F3F8;
    margin: 0 auto;
    max-width: 1150px;
    align-items: end;
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
	padding: 30px;
	width: 85%;
}
#doctor-form .block-form {
	grid-template-columns: auto 1fr;
	max-width: 980px;
}
.image-form {max-width: 620px;margin-bottom: -30px;}
.title-form {
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
}
.description-form {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	flex-direction: column;
}
.description-form p{
	color: #2E2F32;
	font-family: "Golos Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.input-field {
	display: flex;
    height: 64px;
    padding: 24px 32px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 51px;
    border: 2px solid rgba(238, 69, 33, 0.35);
    background: #F6F7F8 url(../img/icn-phone-form.svg) no-repeat 30px center;
    box-shadow: 0px 0px 22px 0px rgba(46, 47, 50, 0.15) inset;
    padding-left: 55px;
	width: 100%;
}
.form-field-button button {
	width: 100% !important;
    max-width: none !important;
}
.caption-form {
	color: #57585B;
	text-align: center;
	font-family: "Golos Text";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	max-width: 395px;
}
.form-field {
	margin-bottom: 15px;
}
.form-contact-page-direct {
	max-width: 395px;
	width: 100%;
}
.close-form {
	position: absolute;
	width: 90px;
	height: 90px;
	right: -70px;
	top: -70px;
	background: url(../img/icon-close.svg) no-repeat center center;
	cursor: pointer;
	background-size: cover;
}
.modal-container {
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.error {
	color: #ff0000;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
	display: none;
	margin-bottom: 10px;
}
.hide {display: none;}
@media (max-width: 1450px){
	.block-form, #doctor-form .block-form {
		grid-template-columns: 1fr;
		padding: 30px;
        width: 80%;
	}
	.text-form {width: 100%}
	.image-form {display: none;}
	.image-doctor-right {width: 50%;}
	.block-bg-form-bottom .form-description {width: 60%}
	.image-doctor-left {width: 50%;}
	.note-form {right: 25px;}
	.plan-item {grid-template-columns: 300px auto 295px 320px;}
	.stage-vrach {font-size: 18px;}
	.form-contact-page-direct {max-width: none;}
	.caption-form {margin: 0px auto;}
	.form-description h3 {text-align: center;}
	.form-contact-page-direct.form-gorizont .form-field {margin-bottom: 15px;}
}
@media (max-width: 1350px){
	.button-play {width: 100px;	height: 100px;}
	.dev-video {left:24%}
}

@media (max-width: 1200px){
	.block-form, #doctor-form .block-form {width:90%;}
	.bannertiser-list {grid-template-columns: 1fr 1fr;}
	.close-form {
		width: 40px;
		height: 40px;
		right: 10px;
		top: 10px;
		background: url(../img/icon-close-black.svg) no-repeat center center;
		background-size: cover;
	}
	.title-form {
		font-size: 24px;
	}
	.banner-block-akciya {
		max-width: 290px;
		right: 25px;
	}
	.price-akciya-banner {flex-wrap: wrap;    gap: 0;}
	.main-price-akciya {font-size: 24px;}
	.name-item-plan {font-size: 22px;}
	.plan-item {grid-template-columns: 300px auto 210px 320px;}
	.name-item-review {flex-wrap: wrap;}
	.col-3-whiteblock {font-size: 20px;}
	.production-content {grid-template-columns: 1fr;margin-top: 0px;grid-gap: 5px;padding: 0px 20px 15px;}
	.quiz-card, .info-card {padding: 35px 20px 55px;}
	.button-play {width: 75px;	height: 75px;}
	.dev-video {left:20%;font-size: 14px;padding: 2px 10px;}
}

@media (max-width: 980px){
	.title-form {font-size: 20px;line-height:22px;padding-right: 40px;}
	.text-form ul.icon-marker {margin-bottom: 15px;}
	.text-form ul.icon-marker li{font-size: 14px;margin-bottom: 5px;}
	.description-form p {font-size: 16px;margin-bottom:5px;}
	.image-doctor-left {width: max-content;}
	.block-bg-form-bottom .form-description {width: 100%;}
	.banner-list-info {display: none;}
	.banner-name {font-size: 25px;}
	.banner-description {font-size: 15px;}
	.bannertiser-list {grid-template-columns: 1fr;justify-content: center; grid-gap: 25px;}
	.bannertiser-item {flex-wrap: wrap; justify-content: center; text-align: center; gap: 6px;}
	.name-item-bannertiser {font-size: 20px;margin-bottom: 6px;}
	.description-item-bannertiser {font-size: 14px;}
	.bannertiser-block-image {width: 32px; height: 32px;}
	.caption-bannertiser {width: calc(100% - 32px);}
	.block-tiser-banner, .block-lechenie, .block-quiz-banner {margin-bottom: 50px;}
	.h2-title-main, .title-bank, .name-faq-block {font-size: 24px;}
	p.description-title, .info-bank {font-size: 17px;margin-bottom: 30px;}
	.stage-list {grid-template-columns: 1fr;justify-content: center; grid-gap: 25px;}
	.name-stage {font-size: 17px;padding: 10px 26px; margin: 0 auto 25px;}
	.name-item-stage {font-size: 18px;}
	.stage-container {padding: 0px;}
	.stage-block-image {height: auto;margin-bottom: 15px;}
	.block-etapy {margin-bottom: 40px;}
	.bg-white-sections {padding-top: 60px;}
	.bg-white-sections.all-radius {border-radius: 35px;padding-top: 40px;margin-bottom: 60px;}
	.option-list {grid-template-columns: 1fr;justify-content: center; grid-gap: 25px;padding: 0px;}
	.option-block-image {margin-bottom: 15px;}
	.caption-option {padding: 0px;text-align: left;}
	.name-item-option {font-size: 18px;}
	.description-item-option {font-size: 15px;}
	.price-item-option {font-size: 16px;}
	.form-container {padding: 0px;}
	.tiser-form-item img {width: 32px;height: 32px;}
	.tiser-form-item {font-size: 14px;}
	.image-doctor-right {position: relative;margin: 0 auto;width: max-content;display: block;left: 0;right: 0;}
	.title-note, .text-note {font-size: 14px;}
	.note-form {width: 70%;max-width: max-content;left: 50%;transform: translate(-50%, 0%);grid-template-columns: 1fr;padding: 12px 20px;bottom: 0px;}
	.note-img {display: none;}
	.block-bg-form {background-size: contain;background-position: center bottom;}
	.content-padding-slider {padding: 0px 40px;}
	.slick-prev {left: 20px;top: 25%;}
	.slick-next {right: 20px;top: 25%;}
	.main-review-list .slick-prev {left: 20px;top: 20%;}
	.main-review-list .slick-next {right: 20px;top: 20%;}
	.name-link-vrachi {font-size: 18px;}
	.stage-vrach {font-size: 16px;}
	.block-anasteziya .stage-vrach {margin-bottom: 0px}
	.description-vrachi {font-size: 14px;height: auto !important;}
	.btn-style {font-size: 12px;margin: 0 auto;width: 100%;max-width: none;}
	.block-team {margin-bottom: 60px;}
	.main-review-list {margin: 0px -20px;}
	.main-review-list .option-item {padding: 0px 40px;}
	.name-age-person {font-size: 20px;}
	.work-person {font-size: 14px;}
	.name-item-review img {width: 65px;height: 65px;margin: 0;}
	.description-item-review {font-size: 14px;}
	.block-tumbler span, .block-tumbler span.active {font-size: 12px;}
	.main-banner-list, .block-reviews {margin-bottom: 60px;}
	.video-container {padding: 60px 0px 20px;flex-wrap: wrap;gap: 60px;}
	.button-play {background-size: 60px;top: 15%;left: 0px;right: 0px;margin: 0 auto;}
	.dev-video {left: 0px;right: 0px;margin: 0 auto;max-width:190px;}
	.ipad-block img {width: 80%;display: block;right: -20%;position: relative;}
	.block-video {background-size: contain;}
	.tiser-item {margin-bottom: 15px;}
	.tiser-number {font-size: 26px;}
	.tiser-text {font-size: 14px;}
	.rating-list{display: flex;align-items: center;justify-content: left;overflow-x: scroll;flex-direction: row;min-width: 100%;padding-bottom: 17px;}
	.rating-item {width: 50%;min-width: 50%;}
	.name-section-production {padding: 12px 20px;font-size: 18px;}
	.production-item {padding: 0px;}
	.production-title {padding: 18px 20px;}
	.production-title span {font-size: 14px;vertical-align: middle;}
	
	.production-descr-block ul {grid-template-columns: 1fr 1fr;}
	.production-descr-block ul li {font-size: 13px;margin-bottom: 0px;}
	.text-production, .text-production p {font-size: 13px;}
	.production-img-block {display: none;}
	.price, .rassrochka {font-size: 15px;}
	.actul-price {font-size: 28px;}
	.date-sale {font-size: 16px;margin-bottom: 15px;}
	.production-section {gap: 0px;}
	.garantiya-list {grid-template-columns: 1fr;grid-gap: 25px;}
	.garantiya-item {gap: 15px;}
	.name-item-garantiya  {font-size: 18px;line-height: 22px;margin-bottom: 15px;}
	.description-item-garantiya  {font-size: 15px;}
	.description-item-garantiya  {font-size: 15px;}
	.garantiya-block-image {width: 42px; height: 42px;}
	.garantiya-block-image img{display: block; width: 100%; height: auto;}
	.block-reyting, .block-garantiya {margin-bottom: 60px;}
	.plan-item {grid-template-columns: 1fr;grid-gap: 15px;}
	.mobile-block {display: block !important;}
	.descktop-block {display: none !important;}
	.name-item-plan, .count-item-plan {font-size: 18px;}
	.description-item-plan {font-size: 15px;}
	.bg-white-sections.bottom-radius {border-radius: 0px 0px 35px 35px;margin-bottom: 60px;}
	.block-plan {margin-bottom: 0px;}
	.block-anasteziya, .block-mainfaq {margin-bottom: 60px;}
	.anasteziya-list {margin-top: 30px;}
	.bank-block-list {grid-template-columns: 1fr;grid-gap: 15px;}
	.block-img-faq {width: 50%; text-align: center;margin: 0 auto;}
	.block-faq-items {width: 100%}
	.text-bank {padding: 15px 0px;}
	.name-text-bank {font-size: 18px;}
	.info-text-bank, .block-faq-list article {font-size: 15px;}
	.block-faq-list label span {font-size: 16px;}
	.block-faq-list .block-faq-item {padding: 15px 20px;}
	.name-faq-block {margin-bottom: 30px;}
	.col-3-whiteblock {grid-template-columns: 1fr;grid-gap: 15px;font-size: 14px;}
	.item-bank img, .item-bank a  {margin: 0 auto; display: block;}
	.image-doctor-left {position: relative;}
	.form-container-bottom {flex-wrap: wrap;padding: 0px;}
	.block-bg-form-bottom {background-size: contain;background-position: center bottom;margin-bottom: 60px;}
	.kontakty-list {grid-template-columns: 1fr;grid-gap: 15px;margin-top: 30px;}
	.bunner-button {grid-template-columns: 1fr;grid-gap: 15px;}
	.block-kontakty {margin-bottom: 60px;}
	.description-item-kontakty {font-size: 18px;}
	.image-doctor-banner {position: relative;margin: 0 auto;left: 0;right: 0;height: auto;max-width: 400px;display: block;bottom: 0;width: 100%;}
	.banner-block-akciya {bottom: -250px;left: 0;right: 0;margin: 0px auto;grid-template-columns: 1fr;justify-content: center;text-align: center;width: 80%;}
	.price-akciya-banner {flex-wrap: wrap;gap: 0px;}
	.main-price-akciya {width: 100%;font-size: 26px;margin: 0;}
	.old-price-akciya {width: 100%;font-size: 16px;}
	.name-akciya-banner {font-size: 20px;}
	.info-akciya-banner {font-size: 14px;}
	.block-main-banner {margin-bottom: 310px;padding-bottom: 0;border-radius: 0px 0px 35px 35px;}
	.banner-tooltip-line {margin-bottom: 40px;}
	.block-akciya-success {bottom: -150px;right: 0;}
	.banner-success {margin-bottom: 210px;}
	.banner-success .banner-caption {margin-top: 60px;}
	.tooltip-block {position: static !important}
	.tooltip-content {left: 0px;right: 0;width: 320px;bottom: 63px;margin: 0 auto;}
	.form-contact-page-direct.form-gorizont {grid-template-columns: 1fr;gap: 0px;}
	.production-section {border-radius: 10px;}
	.quiz-card, .info-card {width: 100%; padding: 25px 20px;height: auto;margin-bottom: 0px;}
	.footer-logo {margin-top: 15px;}
	.profile {margin-bottom: 15px;}
}
@media (max-width: 768px){
	.options {
		grid-template-columns: 1fr;
		margin-bottom: 20px;
		margin-bottom: 0px;
	}
	.gift-image {border-radius: 10px;margin: 0 auto;display: block;}
	.hint {display: none;}
	.button-quiz {width: 100%;justify-content: space-between;}

}
@media (max-width: 520px){
	.button-play {top: 10%;}
}